[Xfce4-commits] <xfce4-appfinder:master> Autotools updates.

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


Updating branch refs/heads/master
         to 56d59a8d99bcb6810191fbdf8f6e9286c9c66928 (commit)
       from 4a065a10945c72c985e254ff1ef13df188f3e11e (commit)

commit 56d59a8d99bcb6810191fbdf8f6e9286c9c66928
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 6 12:20:03 2013 +0100

    Autotools updates.

 Makefile.am     |    5 -----
 configure.ac.in |    4 ++--
 src/Makefile.am |    2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ad38f13..a37cad7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,11 +14,6 @@ DISTCLEANFILES = \
 	intltool-merge \
 	intltool-update
 
-AUTOMAKE_OPTIONS = \
-	1.9 \
-	dist-bzip2 \
-	no-dist-gzip
-
 distclean-local:
 	-rm -rf *.cache *~
 
diff --git a/configure.ac.in b/configure.ac.in
index 61245d7..05d7108 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -29,8 +29,8 @@ AC_PREREQ([2.60])
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
-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/src/Makefile.am b/src/Makefile.am
index b312ca2..ecfcbfd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
-INCLUDES = \
+AM_CPPFLAGS = \
 	-I$(top_srcdir) \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	-DG_LOG_DOMAIN=\"xfce4-appfinder\" \


More information about the Xfce4-commits mailing list