summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagdalen Berns <thisMagpie@live.com>2013-11-02 19:48:04 +0000
committerColin Walters <walters@verbum.org>2013-11-20 10:45:07 -0500
commitd4bd9137469d2f86cf801cbd741c9418d59f58a0 (patch)
tree852c0a866e0535ce8ce0f9fe4658fcc88bf04012
parent405f865c07261a95c8c9a09a84ab679c6dd0a330 (diff)
downloadgconf-d4bd9137469d2f86cf801cbd741c9418d59f58a0.tar.gz
build: Update to modern m4/ usage
This fixes jhbuild. https://bugzilla.gnome.org/show_bug.cgi?id=711306
-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],