summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-22 15:36:08 +0200
committerinfirit <[email protected]>2013-10-22 15:36:08 +0200
commit8d0f85d1bfa9ffae119bc94543b2ca6dce6a17ba (patch)
treed7a1972fab830d6e0bff1f8823737583b7eab481
parentadfbe7b569affc031cf64129ea99029842690aad (diff)
downloadmate-polkit-8d0f85d1bfa9ffae119bc94543b2ca6dce6a17ba.tar.bz2
mate-polkit-8d0f85d1bfa9ffae119bc94543b2ca6dce6a17ba.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 b206148..6f58f0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,10 @@ SUBDIRS = polkitgtkmate src po docs
EXTRA_DIST = \
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 34b427b..c48e07a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE