diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-12 06:53:06 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-12 07:01:18 -0500 |
commit | 8fc6b4b30ed2ddc9cb2e038670eb62cb006da241 (patch) | |
tree | c8fa49bfdac2ccd3eb664042946c13f465c77021 /newlib/libc/machine/tic80 | |
parent | 935c33877d5b17c1335d91f20252333b0e54bf5f (diff) | |
download | newlib-8fc6b4b30ed2ddc9cb2e038670eb62cb006da241.zip newlib-8fc6b4b30ed2ddc9cb2e038670eb62cb006da241.tar.gz newlib-8fc6b4b30ed2ddc9cb2e038670eb62cb006da241.tar.bz2 |
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/libc/machine/tic80')
-rw-r--r-- | newlib/libc/machine/tic80/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/tic80/aclocal.m4 b/newlib/libc/machine/tic80/aclocal.m4 index 8155409..f721fa5 100644 --- a/newlib/libc/machine/tic80/aclocal.m4 +++ b/newlib/libc/machine/tic80/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'.])]) |