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:
authorMike Frysinger <vapier@gentoo.org>2022-01-12 14:53:06 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-12 15:01:18 +0300
commit8fc6b4b30ed2ddc9cb2e038670eb62cb006da241 (patch)
treec8fa49bfdac2ccd3eb664042946c13f465c77021 /newlib/aclocal.m4
parent935c33877d5b17c1335d91f20252333b0e54bf5f (diff)
newlib: regen aclocal.m4 after autoconf update
The configure scripts were regenerated with 2.69 for the newlib-4.2.0 release in 484d2ebf8d825b28af47b8ee88cd845f1d2c7c6e, but the aclocal files were not. Do that now to avoid confusion between the two as to which version of autoconf was used.
Diffstat (limited to 'newlib/aclocal.m4')
-rw-r--r--newlib/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4
index 9ef1c4bc1..16a489462 100644
--- a/newlib/aclocal.m4
+++ b/newlib/aclocal.m4
@@ -14,8 +14,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
-[m4_warning([this file was generated for autoconf 2.68.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
+[m4_warning([this file was generated for autoconf 2.69.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])