From 1ac2f9dedf63334386988f7e16b4e3fcbef83461 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 8 Jan 2013 17:48:41 +0000 Subject: [PATCH] build: Do not use AM_GLIB_GNU_GETTEXT The po/Makefile.in.inis generated by intltoolize --- autogen.sh | 4 ++-- configure.ac | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/autogen.sh b/autogen.sh index 77b8a9d..cb3e9bd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -26,8 +26,8 @@ if test -z $GTKDOCIZE; then fi gtkdocize || exit $? -autopoint --force -AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose +intltoolize --automake --copy +autoreconf --force --install --verbose cd $olddir test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" diff --git a/configure.ac b/configure.ac index 4387411..f307f04 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,6 @@ IT_PROG_INTLTOOL([0.35.0]) GETTEXT_PACKAGE=libsoup AC_SUBST([GETTEXT_PACKAGE]) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[The gettext domain name]) -AM_GLIB_GNU_GETTEXT dnl ******************* dnl *** Misc checks *** -- 2.7.4