summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8f85c11f..c4b43736 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,8 @@ DISTCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --enable-defaults-service --enable-gsettings-backend --disable-orbit
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
install-data-local:
-mkdir -p $(DESTDIR)$(sysgconfdir)/gconf.xml.defaults
-chmod 755 $(DESTDIR)$(sysgconfdir)/gconf.xml.defaults
diff --git a/configure.ac b/configure.ac
index 69a57e64..df757bce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
AC_PREREQ(2.60)
+AC_CONFIG_MACRO_DIR([m4])
AC_INIT([GConf],
[3.2.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GConf],