]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 9 Jul 2002 08:46:08 +0000 (08:46 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 9 Jul 2002 08:46:08 +0000 (08:46 +0000)
Don't use AC_REQUIRE in AU_DEFUN.

ChangeLog
lib/autoconf/specific.m4
man/autoconf.1

index fa73a6605f2d0c65adda519854eb7e01a819eb7a..e3407e153c1ad0df86d33ae298fde39cce304273 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
+       Don't use AC_REQUIRE in AU_DEFUN.
+
 2002-07-09  Art Haas  <ahaas@neosoft.com>
 
        * doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.
index 9ed600e67866eb535987a741d97bba09dcef36b8..5444ccad3f973b51befd42182354506b02a2e481 100644 (file)
@@ -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
index 9c1b2831754645fd6e2d9abfd2816f3a69978c1f..b262a329256582821c72948d1bd15148d1016ef2 100644 (file)
@@ -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