From: Will Estes Date: Fri, 23 Aug 2002 14:29:10 +0000 (+0000) Subject: automake is smarter about autoconf's versioning scheme X-Git-Tag: flex-2-5-16~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e01b8ef097e4d8750477197d3534275e61b39dfd;p=flex automake is smarter about autoconf's versioning scheme --- diff --git a/configure.in b/configure.in index 1f23103..0f2e1e6 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ dnl PURPOSE. AC_PREREQ(2.50) AC_INIT(flex,2.5.15,help-flex@gnu.org) AC_CONFIG_SRCDIR(scan.l) -AM_INIT_AUTOMAKE(flex,2.5.15) +AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h:conf.in) AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION(0.11.5)