From: Alexandre Duret-Lutz Date: Tue, 9 Jul 2002 08:46:08 +0000 (+0000) Subject: * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32): X-Git-Tag: AUTOCONF-2.53b~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84993ece406e2c51e5db7cb3602b5013e05feb10;p=thirdparty%2Fautoconf.git * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32): Don't use AC_REQUIRE in AU_DEFUN. --- diff --git a/ChangeLog b/ChangeLog index fa73a6605..e3407e153 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-09 Alexandre Duret-Lutz + + * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32): + Don't use AC_REQUIRE in AU_DEFUN. + 2002-07-09 Art Haas * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate. diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 9ed600e67..5444ccad3 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -360,7 +360,7 @@ AC_DEFINE([_GNU_SOURCE]) # Check for Cygwin. This is a way to set the right value for # EXEEXT. AU_DEFUN([AC_CYGWIN], -[AC_REQUIRE([AC_CANONICAL_HOST])[]dnl +[AC_CANONICAL_HOST AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and $host_os])dnl case $host_os in @@ -375,7 +375,7 @@ esac # Check for EMX on OS/2. This is another way to set the right value # for EXEEXT. AU_DEFUN([AC_EMXOS2], -[AC_REQUIRE([AC_CANONICAL_HOST])[]dnl +[AC_CANONICAL_HOST AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and $host_os])dnl case $host_os in @@ -390,7 +390,7 @@ esac # Check for mingw32. This is another way to set the right value for # EXEEXT. AU_DEFUN([AC_MINGW32], -[AC_REQUIRE([AC_CANONICAL_HOST])[]dnl +[AC_CANONICAL_HOST AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and $host_os])dnl case $host_os in diff --git a/man/autoconf.1 b/man/autoconf.1 index 9c1b28317..b262a3292 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28. -.TH AUTOCONF "1" "June 2002" "autoconf 2.53b" "User Commands" +.TH AUTOCONF "1" "July 2002" "autoconf 2.53b" "User Commands" .SH NAME autoconf \- Generate configuration scripts .SH SYNOPSIS