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

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


Updating branch refs/heads/master
         to a97a0d79cee60b4552ae18abb59b03d192366669 (commit)
       from beee74773d8c08231b9ca995ea2d827371956236 (commit)

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

    Autotools updates.

 configure.ac.in      |    2 +-
 terminal/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index a2446fc..5a03028 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -37,7 +37,7 @@ AC_ARG_PROGRAM()
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+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/terminal/Makefile.am b/terminal/Makefile.am
index 62c25bd..43d187d 100644
--- a/terminal/Makefile.am
+++ b/terminal/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
 	-I$(top_srcdir) \
 	-DDATADIR=\"$(datadir)\" \
 	-DHELPDIR=\"$(docdir)\" \


More information about the Xfce4-commits mailing list