[gnome-dictionary] Fix autogen and configure
- From: Seán de Búrca <sdeburca src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary] Fix autogen and configure
- Date: Tue, 27 Aug 2013 14:44:27 +0000 (UTC)
commit 5e6134543061a21a1b69cf7c543c4d52ccfbdb2f
Author: Seán de Búrca <leftmostcat gmail com>
Date: Mon Aug 26 15:38:34 2013 -0600
Fix autogen and configure
aclocal needs to know explicitly the location of the macro dir and side-by-side use of IT_PROG_INTLTOOL
and AM_GNU_GETTEXT is not supported.
https://bugzilla.gnome.org/show_bug.cgi?id=706839
Makefile.am | 2 ++
configure.ac | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 68256cf..b7a98a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = libgdict src data docs help po
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
EXTRA_DIST = TODO README AUTHORS COPYING.docs COPYING.libs
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
diff --git a/configure.ac b/configure.ac
index eb356c1..b198654 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,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]