summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2014-12-18 09:52:12 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2014-12-18 09:52:12 +0100
commit06de19f8dfc76c4aed0c6f811f4e38e3c3e1e469 (patch)
tree5d7f1291cacab0b8778af18b012d349852ae3bde /doc
parent78e2efa4269102955950dc5a8b4af33365260ce2 (diff)
Update obsolete gnome-common and automake macros
- Drop obsolete GNOME_COMMON_INIT, we already set ACLOCAL_AMFLAGS. - Drop GNOME_MAINTAINER_MODE_DEFINES, we already configure maintainer mode. - Replace obsolete GNOME_DEBUG_CHECK with AX_CHECK_ENABLE_DEBUG. - Replace obsolete INCLUDES with AM_CPPFLAGS. Bump automake dependency to 1.11. https://bugs.freedesktop.org/show_bug.cgi?id=73321
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 24fd20c..472a06d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,7 +25,7 @@ IGNORE_HFILES= \
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(srcdir) \
-I$(top_srcdir) \
-I$(top_builddir) \