summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d6e7db7..635edf6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ if test -z "$libtoolize"; then
libtoolize=libtoolize
fi
-gettextize --force --no-changelog
+autopoint --force
$libtoolize --automake --copy --force
aclocal $ACLOCAL_AMFLAGS
autoheader
diff --git a/configure.ac b/configure.ac
index 260a761..d4581d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,7 @@ GETTEXT_PACKAGE="$PACKAGE"
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", gettext package name)
AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION(0.11)
# Checks for unit test framework
PKG_PROG_PKG_CONFIG