summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-22 15:36:08 +0200
committerinfirit <[email protected]>2013-10-22 15:43:42 +0200
commit824d38a4d464352235f29c092efe66cea01a6782 (patch)
tree6b67a81bfcb669a973c72c65c114bb24108ae5cb
parent002703a0f4b6167dd6421c3a0a96795c6386c840 (diff)
downloadmate-polkit-824d38a4d464352235f29c092efe66cea01a6782.tar.bz2
mate-polkit-824d38a4d464352235f29c092efe66cea01a6782.tar.xz
Add DISTCHECK_CONFIGURE_FLAGS for gtk doc and small autofoo fix
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac1
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a5ae081..aac187f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,5 +5,9 @@ EXTRA_DIST = \
TODO \
HACKING
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+
clean-local :
rm -f *~ po/*~
diff --git a/configure.ac b/configure.ac
index 6224320..81a33c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE