summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2010-10-22 21:44:05 +0000
committerShawn Routhier <sar@isc.org>2010-10-22 21:44:05 +0000
commit2338a046512af332c5a3e079d5ae6c13d4e954c5 (patch)
tree7e14bc9357e93d9dcf04b4b1f46eefb5bbeb671a
parent376b1c4ac55f83b9721ec8a1a4b0dc3fdca3a033 (diff)
downloadisc-dhcp-2338a046512af332c5a3e079d5ae6c13d4e954c5.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'.])])