Don't use AC_REQUIRE in AU_DEFUN.
+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.
# 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
# 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
# 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
.\" 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