[gnome-font-viewer] Fix autogen and configure



commit 337381b6d40db7c5b648b2849bd8a9d6370c1cc6
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Mon Aug 26 15:47:39 2013 -0600

    Fix autogen and configure
    
    aclocal requires an explicit pointer to the macro dir, and side-by-side use of IT_PROG_INTLTOOL and 
AM_GNU_GETTEXT is unsupported.
    https://bugzilla.gnome.org/show_bug.cgi?id=706842

 Makefile.am  |    2 ++
 configure.ac |    3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index dd6709f..1bf7e72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,3 @@
 SUBDIRS = src po
+
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
diff --git a/configure.ac b/configure.ac
index 21560a5..11ccee3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,9 +19,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The name of the gettext d
 IT_PROG_INTLTOOL(0.40.0)
 PKG_PROG_PKG_CONFIG([0.22])
 
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
-
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_CXX


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