]> granicus.if.org Git - flex/commitdiff
updated syntax of AC_INIT call as per autoupdate
authorWill Estes <westes575@gmail.com>
Sat, 21 Nov 2015 18:15:53 +0000 (13:15 -0500)
committerWill Estes <westes575@gmail.com>
Sat, 21 Nov 2015 18:15:53 +0000 (13:15 -0500)
configure.ac

index 4c519dc13fab7eb56e7b3d813dde6dddc437e2ef..cc376c872cc30720d89e2a0e7af2e008f7e7f890 100644 (file)
@@ -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