Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2008-04-23 14:24:41 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2008-04-23 14:24:41 +0400
commit6182aac6f709b72ba1f1b9638e4c745b4aedd7f5 (patch)
tree8c088092944b68c65a87a3a071d42412b1093795 /config/override.m4
parent9749fd082fb5f6dfc0cbcb638425cfd169bdd54c (diff)
2008-04-23 Paolo Bonzini <bonzini@gnu.org>
* confsubdir.m4: Remove. * override.m4: Apply _AC_ARG_VALIDATE fix to all versions but 2.62.
Diffstat (limited to 'config/override.m4')
-rw-r--r--config/override.m410
1 files changed, 6 insertions, 4 deletions
diff --git a/config/override.m4 b/config/override.m4
index 4838a7da9..592f64139 100644
--- a/config/override.m4
+++ b/config/override.m4
@@ -17,14 +17,13 @@ dnl Redefine AC_CONFIG_SUBDIRS so aclocal pulls in this file
dnl when needed.
ifdef([m4_PACKAGE_VERSION],
-[ifelse(m4_PACKAGE_VERSION, [2.59], [
-
-dnl AC_DEFUN a commonly used macro so this file is picked up.
+[dnl AC_DEFUN a commonly used macro so this file is picked up.
m4_copy([AC_PREREQ], [_AC_PREREQ])
AC_DEFUN([AC_PREREQ], [frob])
m4_copy([_AC_PREREQ], [AC_PREREQ])
-dnl Override the broken macro.
+ifelse(m4_PACKAGE_VERSION, [2.59], [
+
# _AC_OUTPUT_SUBDIRS
# ------------------
# This is a subroutine of AC_OUTPUT, but it does not go into
@@ -127,6 +126,9 @@ if test "$no_recursion" != yes; then
done
fi
])# _AC_OUTPUT_SUBDIRS
+])
+
+ifelse(m4_PACKAGE_VERSION, [2.62],, [
# _AC_ARG_VAR_VALIDATE
# --------------------