summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2015-11-21 13:15:53 -0500
committerWill Estes <westes575@gmail.com>2015-11-21 13:15:53 -0500
commit45db9033fefa30cdc263db6ede60807da7da89c5 (patch)
tree59d2877b1203a626b3c3ac8edc0f1f51ace77e74 /configure.ac
parent3bc38e963e3baa9fe8fa1d8ecb62f11ce3ec72dd (diff)
updated syntax of AC_INIT call as per autoupdate
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4c519dc..cc376c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,7 @@
# autoconf requirements and initialization
-AC_INIT([the fast lexical analyser generator], [2.6.0],
-[flex-help@lists.sourceforge.net], [flex])
+AC_INIT([the fast lexical analyser generator], [2.6.0], [flex-help@lists.sourceforge.net], [flex])
AC_CONFIG_SRCDIR([src/scan.l])
AC_CONFIG_AUX_DIR([build-aux])
LT_INIT