summaryrefslogtreecommitdiff
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
parent76aeaa1b96c4fb89a2bb7c7f5fbbf6917b547c3b (diff)
update automake to 1.7 and autoconf to 2.54
-rw-r--r--Makefile.am2
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 0be229e..17dd545 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,7 @@ AUTOMAKE_OPTIONS = \
gnits \
check-news \
dist-bzip2 \
- 1.6
+ 1.7
bin_PROGRAMS = flex
diff --git a/NEWS b/NEWS
index fec0171..f04f324 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,10 @@ See the file COPYING for copying conditions.
* after version 2.5.21
-** Makefile.in, etc. are generated with automake 1.6.3 (this has been
- true for a while but was not documented here)
+** upgraded automake to 1.7 and consequently autoconf to 2.54; this
+ means, among other things, that there is some support for
+formatting the manual in postscript and pdf in the distributed
+ Makefile.in (and therefore in the Makefile built by configure)
** the flex.1 manpage is generated by help2man; (this has been true
for quite a while but was not listed here)
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