summaryrefslogtreecommitdiffstats
path: root/heimdall/aclocal.m4
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-01-22 13:55:29 +0100
committerben <ben@snaploader.vm>2013-01-22 14:44:12 +0100
commit4d850a272aabe91eab08bcc735b4297d51e6e35f (patch)
treeb5a5e48ffa4e7f0f8d3db8b322c7a9fb9b593282 /heimdall/aclocal.m4
parent- Changed interpretation of packet size reponses of 0 from meaning "don't (diff)
downloadHeimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar
Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.gz
Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.bz2
Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.lz
Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.xz
Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.zst
Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.zip
Diffstat (limited to 'heimdall/aclocal.m4')
-rw-r--r--heimdall/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/aclocal.m4 b/heimdall/aclocal.m4
index 9fe4a58..9665b5d 100644
--- a/heimdall/aclocal.m4
+++ b/heimdall/aclocal.m4
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
-[m4_warning([this file was generated for autoconf 2.67.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
+[m4_warning([this file was generated for autoconf 2.63.
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'.])])