From: Frank Ch. Eigler Date: Thu, 22 Sep 2011 15:53:13 +0000 (-0400) Subject: PR13216: set AM_GNU_GETTEXT_VERSION(0.17) in configury X-Git-Tag: release-1.7~153^2~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e281908fcbcb10a848e109d23c3ca4f2d2ef0a40;p=systemtap.git PR13216: set AM_GNU_GETTEXT_VERSION(0.17) in configury --- diff --git a/configure.ac b/configure.ac index ce3121e4f..c8b90de2b 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PROG_MAKE_SET AC_SUBST(CFLAGS) AC_SUBST(CXXFLAGS) AM_GNU_GETTEXT(external) -AM_GNU_GETTEXT_VERSION +AM_GNU_GETTEXT_VERSION(0.17) AC_CHECK_FUNCS(ppoll) dnl Handle the prologues option. diff --git a/testsuite/aclocal.m4 b/testsuite/aclocal.m4 index edea2ec26..fced0e9c1 100644 --- a/testsuite/aclocal.m4 +++ b/testsuite/aclocal.m4 @@ -13,8 +13,8 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, -[m4_warning([this file was generated for autoconf 2.65. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, +[m4_warning([this file was generated for autoconf 2.68. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])])