build: Do not use AM_GLIB_GNU_GETTEXT
authorJavier <jjardon@gnome.org>
Tue, 8 Jan 2013 17:48:41 +0000 (17:48 +0000)
committerJavier <jjardon@gnome.org>
Tue, 8 Jan 2013 17:50:50 +0000 (17:50 +0000)
The po/Makefile.in.inis generated by intltoolize

autogen.sh
configure.ac

index 77b8a9d..cb3e9bd 100755 (executable)
@@ -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" "$@"
index 4387411..f307f04 100644 (file)
@@ -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 ***