summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2010-10-19 23:53:32 +0000
committerDavid Hankins <dhankins@isc.org>2010-10-19 23:53:32 +0000
commitbabff88a5123bf34c3e58aac0929c61efa7ed729 (patch)
tree5b1e8355810dd0738f498557f60d7d2c99bc00ab
parente2e62aedcfe80a4b8dc2acc192d39f9a9f14203b (diff)
downloadisc-dhcp-babff88a5123bf34c3e58aac0929c61efa7ed729.tar.gz
aclocal regeneration
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index e6e977db..10de37b7 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(AC_AUTOCONF_VERSION, [2.62],,
-[m4_warning([this file was generated for autoconf 2.62.
+m4_if(AC_AUTOCONF_VERSION, [2.67],,
+[m4_warning([this file was generated for autoconf 2.67.
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'.])])