[gnome-backgrounds] Fix autogen and configure



commit da00a559e0e14711fe4d53e03bdb726205870010
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Mon Aug 26 14:42:47 2013 -0600

    Fix autogen and configure

 Makefile.am  |    2 ++
 configure.ac |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c91631a..160f69c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
 SUBDIRS = backgrounds po
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 dist-hook:
        @if test -d "$(srcdir)/.git"; \
        then \
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])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]