diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 154227af..2a7883fa 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.153 2007/05/13 23:26:12 tom Exp $ +dnl $LynxId: configure.in,v 1.154 2007/05/17 23:10:27 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl created jan/1997 dnl by T.E.Dickey <dickey@invisible-island.net> @@ -26,7 +26,7 @@ dnl --------------------------------------------------------------------------- dnl dnl ask PRCS to plug-in the project-version for the configure-script. dnl $Format: "AC_REVISION($ProjectVersion$)"$ -AC_REVISION(2.8.7dev.4) +AC_REVISION(2.8.7dev.5) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -59,7 +59,7 @@ AC_ARG_WITH(system-type, PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.7dev.4 +VERSION=2.8.7dev.5 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |