summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorAndreas Eversberg2010-10-31 17:12:26 +0100
committerAndreas Eversberg2010-10-31 17:12:26 +0100
commit6e1e99808e5b1c16b00904d31f95d0b74487023e (patch)
treeb6694f41d04ed08859b2b3295596acf76031bcfa /aclocal.m4
parentAdding forwarding of DTMF and keypad between peers (diff)
downloadlcr-6e1e99808e5b1c16b00904d31f95d0b74487023e.tar.gz
lcr-6e1e99808e5b1c16b00904d31f95d0b74487023e.tar.xz
lcr-6e1e99808e5b1c16b00904d31f95d0b74487023e.zip
Completed GSM mobile station support with OsmocomBB
OsmocomBB stack can now be attached to LCRl
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 8f8b3b5..61989b2 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(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
-[m4_warning([this file was generated for autoconf 2.63.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
+[m4_warning([this file was generated for autoconf 2.65.
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'.])])