From: Bruno Haible Date: Thu, 10 Mar 2005 12:58:10 +0000 (+0000) Subject: Require autoconf >= 2.50 (for m4_ifdef). X-Git-Tag: v0.14.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c220204d627d5d32d8bebee9f7beae42c5222061;p=thirdparty%2Fgettext.git Require autoconf >= 2.50 (for m4_ifdef). --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 069318fb7..5cf5fb3cd 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -8,7 +8,8 @@ 2005-03-05 Bruno Haible - * nls.m4 (AM_MKINSTALLDIRS): Use AC_REQUIRE_AUX_FILE conditionally. + * nls.m4: Require autoconf >= 2.50. + (AM_MKINSTALLDIRS): Use AC_REQUIRE_AUX_FILE conditionally. 2005-02-24 Bruno Haible diff --git a/gettext-runtime/m4/nls.m4 b/gettext-runtime/m4/nls.m4 index 901c3f10e..2082c3b24 100644 --- a/gettext-runtime/m4/nls.m4 +++ b/gettext-runtime/m4/nls.m4 @@ -17,6 +17,8 @@ dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. +AC_PREREQ(2.50) + AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested])