From: Jim Meyering Date: Sat, 30 Jan 1999 04:51:49 +0000 (+0000) Subject: require 2.13 X-Git-Tag: TEXTUTILS-1_22h~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8751167ce32b10372f783f4d46854c7faafb6c;p=thirdparty%2Fcoreutils.git require 2.13 --- diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 118ce622dd..3ecb203485 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -8,6 +8,8 @@ # serial 106 +AC_PREREQ(2.13) dnl Minimum Autoconf version required. + AC_DEFUN(AM_WITH_NLS, [AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4 index 4f9edcbb1e..7ff8b759e5 100644 --- a/m4/lcmessage.m4 +++ b/m4/lcmessage.m4 @@ -8,6 +8,8 @@ # serial 2 +AC_PREREQ(2.13) dnl Minimum Autoconf version required. + AC_DEFUN(AM_LC_MESSAGES, [if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,