[Xfce4-commits] <tumbler:master> Autotools updates.
Nick Schermer
noreply at xfce.org
Sun Jan 6 12:58:18 CET 2013
Updating branch refs/heads/master
to e758c476357a698f76f2661261073d3d7f1d805e (commit)
from e21beff6f21c53901e14049ebd31037e89d95ac7 (commit)
commit e758c476357a698f76f2661261073d3d7f1d805e
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 6 12:19:58 2013 +0100
Autotools updates.
configure.ac | 4 ++--
docs/reference/tumbler/Makefile.am | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index fea0484..9afa71b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,10 +38,10 @@ AC_CANONICAL_TARGET()
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_MACRO_DIR([m4])
AC_SUBST([ACLOCAL_AMFLAGS], ["$ACLOCAL_FLAGS -I m4"])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/docs/reference/tumbler/Makefile.am b/docs/reference/tumbler/Makefile.am
index bbd61db..47a6d88 100644
--- a/docs/reference/tumbler/Makefile.am
+++ b/docs/reference/tumbler/Makefile.am
@@ -56,7 +56,7 @@ content_files = \
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(DBUS_CFLAGS) \
More information about the Xfce4-commits
mailing list