aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2015-07-08 23:43:03 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2015-07-08 23:43:03 +0100
commit0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1 (patch)
tree3bdf7e8a93f31fee522063140d2a5dc78feb909a /configure.ac
parentf2499612c5594944d3e0891259859668d35c85b2 (diff)
downloadlibconfig-0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1.tar.gz
Imported Upstream version 1.5
Diffstat (limited to '')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e3f64c2..02ee5dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(libconfig, 1.4.9, hyperrealm@gmail.com, libconfig,
+AC_INIT(libconfig, 1.5, hyperrealm@gmail.com, libconfig,
[http://www.hyperrealm.com/main.php?s=libconfig])
AC_CONFIG_AUX_DIR([aux-build])
AC_CONFIG_MACRO_DIR([m4])
@@ -31,7 +31,7 @@ cat <<EOF
*******************************************************************
You do not seem to have flex. While flex is not required to build
libconfig, you may need it to regenerate the lexer if you change
-the scanner.l file. Flex 2.5.33 or newer is recommended.
+the scanner.l file.
*******************************************************************
EOF
fi