diff options
-rw-r--r-- | configure.in | 2 | ||||
-rwxr-xr-x | tools/setup | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5c067b4a..121d91af 100644 --- a/configure.in +++ b/configure.in @@ -1389,7 +1389,7 @@ AC_SUBST(EXTRAS) AC_SUBST(EXTRA_NETOBJS) AC_SUBST(DEPLIBS) -GETTEXT_VERSION=0.11.4 +AM_GNU_GETTEXT_VERSION(0.11.4) AM_GNU_GETTEXT AC_OUTPUT(Makefile lib/Makefile plugins/Makefile plugins-scripts/Makefile plugins-scripts/subst plugins-scripts/utils.pm plugins-scripts/utils.sh command.cfg test.pl pkg/solaris/pkginfo intl/Makefile po/Makefile.in ) diff --git a/tools/setup b/tools/setup index eb07b719..6f3fdee9 100755 --- a/tools/setup +++ b/tools/setup @@ -31,7 +31,7 @@ aclocal -I lib autoheader automake --add-missing --copy autoconf -autopoint +autopoint --force if [ -f debian/rules ] ; then chmod +x debian/rules |