[eog] Fix autogen and configure



commit 08aca771ca65468826dd948f3d59a8a56e015d77
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Mon Aug 26 15:25:11 2013 -0600

    Fix autogen and configure
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706837

 Makefile.am  |    2 ++
 configure.ac |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 36c8e66..b75de32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,8 @@ endif
 
 SUBDIRS = $(jpeg_DIRS) cut-n-paste src plugins po help data doc
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 EXTRA_DIST =                   \
        HACKING                 \
        MAINTAINERS             \
diff --git a/configure.ac b/configure.ac
index 85d92fe..d141f3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,8 @@ m4_define(eog_version, eog_major_version.eog_minor_version.eog_micro_version)
 AC_INIT([eog], eog_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=eog], [eog])
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
 
+AC_CONFIG_MACRO_DIR([m4])
+
 # Support silencing the build output if supported (automake-1.11+)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 


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