diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-04-28 00:48:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-04-28 00:48:35 -0400 |
commit | d303ca5bc3cf17d268f2c9b72ee0c222914d7389 (patch) | |
tree | 5b88f5edf822400c07cec9c02e52f5d372601621 /configure.in | |
parent | 55e20c790925b61bc9ac0e37ce15950287b813cb (diff) | |
download | lynx-snapshots-d303ca5bc3cf17d268f2c9b72ee0c222914d7389.tar.gz |
snapshot of project "lynx", label v2-8-7dev_9
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 4eed3c1f..362f6c4e 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.164 2008/04/13 20:05:41 tom Exp $ +dnl $LynxId: configure.in,v 1.165 2008/04/28 00:47:04 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -29,7 +29,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.7) +AC_REVISION(2.8.7dev.9) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -62,7 +62,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.7 +VERSION=2.8.7dev.9 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |