summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <jjardon@gnome.org>2013-01-08 17:48:41 +0000
committerJavier <jjardon@gnome.org>2013-01-08 17:50:50 +0000
commit1ac2f9dedf63334386988f7e16b4e3fcbef83461 (patch)
tree1e2d0fdea43fac24b382451ed101a8d4418cd869
parent42a60d2006047114273fb09a5e3b6fe2b08fae6f (diff)
downloadlibsoup-1ac2f9dedf63334386988f7e16b4e3fcbef83461.tar.gz
build: Do not use AM_GLIB_GNU_GETTEXT
The po/Makefile.in.inis generated by intltoolize
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 77b8a9d9..cb3e9bdb 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 43874110..f307f041 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 ***