[Xfce4-commits] <thunar-volman:master> Autotools updates.

Nick Schermer noreply at xfce.org
Sun Jan 6 12:58:16 CET 2013


Updating branch refs/heads/master
         to c0d6408c5e8b244e9b0f3e876e47ab428781d02e (commit)
       from 007685cf1a1d5b645dc55abaeba618c0117c0c61 (commit)

commit c0d6408c5e8b244e9b0f3e876e47ab428781d02e
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 6 12:19:52 2013 +0100

    Autotools updates.

 configure.in.in => configure.ac.in |    4 ++--
 thunar-volman-settings/Makefile.am |    2 +-
 thunar-volman/Makefile.am          |    2 +-
 3 files changed, 4 insertions(+), 4 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 d4be784..7eec7ee 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -48,8 +48,8 @@ AC_REVISION([$Id$])
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
-AM_CONFIG_HEADER([config.h])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
+AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
diff --git a/thunar-volman-settings/Makefile.am b/thunar-volman-settings/Makefile.am
index 4b97bf9..b3d3622 100644
--- a/thunar-volman-settings/Makefile.am
+++ b/thunar-volman-settings/Makefile.am
@@ -17,7 +17,7 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-INCLUDES =								\
+AM_CPPFLAGS =								\
 	-I$(top_builddir)						\
 	-I$(top_srcdir)							\
 	-DBINDIR=\"$(bindir)\"						\
diff --git a/thunar-volman/Makefile.am b/thunar-volman/Makefile.am
index 99379f9..48793ab 100644
--- a/thunar-volman/Makefile.am
+++ b/thunar-volman/Makefile.am
@@ -17,7 +17,7 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-INCLUDES =								\
+AM_CPPFLAGS =								\
 	-I$(top_builddir)						\
 	-I$(top_srcdir)							\
 	-DBINDIR=\"$(bindir)\"						\


More information about the Xfce4-commits mailing list