summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-26 12:54:17 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-26 12:54:17 +0000
commit563355d8606f5266206e832331ea473d0a5b697b (patch)
tree1016c48938f1c5aeccc690a07f089bf6d00e9d3b /configure.in
parent76aeaa1b96c4fb89a2bb7c7f5fbbf6917b547c3b (diff)
update automake to 1.7 and autoconf to 2.54
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 95ff907..a85388c 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
dnl PURPOSE.
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
AC_INIT(flex,2.5.21,help-flex@gnu.org)
AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE