[Xfce4-commits] [xfce/gtk-xfce-engine] 10/10: Autotools updates.
noreply at xfce.org
noreply at xfce.org
Fri Feb 6 22:15:20 CET 2015
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch peter/gtk2
in repository xfce/gtk-xfce-engine.
commit 0dc6b5c0924f354a5e02dd2ed68ce7881f63feb7
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 6 12:19:05 2013 +0100
Autotools updates.
---
configure.in.in => configure.ac.in | 4 ++--
src/Makefile.am | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.in.in b/configure.ac.in
similarity index 98%
rename from configure.in.in
rename to configure.ac.in
index 158c166..665ad43 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -29,8 +29,8 @@ AC_REVISION([gtk_xfce_engine_version_build])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
-AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/src/Makefile.am b/src/Makefile.am
index 095afa9..85c2651 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"gtk-xfce-engine\" \
$(PLATFORM_CPPFLAGS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list