aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorbwalle <bwalle@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-10-05 16:57:13 +0000
committerbwalle <bwalle@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-10-05 16:57:13 +0000
commit5592dc410563ea62d44ff341a7b12bf564a809f4 (patch)
treeee4cd8b7e33808846ad4cb3b328c2ee6e5c9ea79 /aclocal.m4
parent7e4ae629678f086951b4ae213bc3dc17c04b27ee (diff)
downloadlcd4linux-5592dc410563ea62d44ff341a7b12bf564a809f4.tar.gz
Rebuild auto-generated autoconf stuff due to last change in drivers.m4.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@896 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 7c451a1..0afa5b1 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.61],,
-[m4_warning([this file was generated for autoconf 2.61.
+m4_if(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'.])])