From 45db9033fefa30cdc263db6ede60807da7da89c5 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Sat, 21 Nov 2015 13:15:53 -0500 Subject: [PATCH] updated syntax of AC_INIT call as per autoupdate --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.40.0