[libsoup] build: Do not use AM_GLIB_GNU_GETTEXT
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] build: Do not use AM_GLIB_GNU_GETTEXT
- Date: Tue, 8 Jan 2013 17:51:35 +0000 (UTC)
commit 1ac2f9dedf63334386988f7e16b4e3fcbef83461
Author: Javier <jjardon gnome org>
Date: Tue Jan 8 17:48:41 2013 +0000
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 ***
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]