summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSeán de Búrca <leftmostcat@gmail.com>2013-08-26 14:42:47 -0600
committerSeán de Búrca <leftmostcat@gmail.com>2013-08-26 14:42:47 -0600
commitda00a559e0e14711fe4d53e03bdb726205870010 (patch)
tree355fa6bf7085b07f660691a740af8820e98bbfa2 /configure.ac
parentfc8d489d2cf0981831c0b6974cb727975d0c69f1 (diff)
downloadgnome-backgrounds-da00a559e0e14711fe4d53e03bdb726205870010.tar.gz
Fix autogen and configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1d67e23..cc53e84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,8 @@ AC_INIT([gnome-backgrounds],
[http://bugzilla.gnome.org/browse.cgi?product=gnome-backgrounds],
[gnome-backgrounds])
+AC_CONFIG_MACRO_DIR([m4])
+
AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-xz])
AM_MAINTAINER_MODE([enable])