summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2010-11-03 23:25:05 +0000
committerDavid Hankins <dhankins@isc.org>2010-11-03 23:25:05 +0000
commitc7acf02f542a3b420c803e4671a3b1deabdadccf (patch)
tree2bfdb0c0aaf737ac06094c64589ffa66d354e8ef
parent8d50c7219be89fa5c088ca6ce089fd77d0ad1dd0 (diff)
downloadisc-dhcp-c7acf02f542a3b420c803e4671a3b1deabdadccf.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'.])])