]> sourceware.org Git - systemtap.git/commitdiff
PR13216: set AM_GNU_GETTEXT_VERSION(0.17) in configury
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 22 Sep 2011 15:53:13 +0000 (11:53 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 22 Sep 2011 15:53:13 +0000 (11:53 -0400)
configure.ac
testsuite/aclocal.m4

index ce3121e4fc88d5977d4f1d77f15d9ccbb99a01a8..c8b90de2b191425c69d76fcb1f9748931e6954f8 100644 (file)
@@ -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.
index edea2ec263266a25aa5e57d9215aa9550da53a9c..fced0e9c15da3c5d2b08630292eba3d15bae71fa 100644 (file)
@@ -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'.])])
This page took 0.032337 seconds and 5 git commands to generate.