diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-04-25 23:44:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-04-25 23:44:30 -0400 |
commit | 21cd59ac1f8c7d7679d217a4aa03b299e5cbe8f0 (patch) | |
tree | 1ab5099caebfb7af78a7e783fbc0865162a53494 /configure.in | |
parent | b84ac9d73345a763754c7d2ce6afb3a2b9a58471 (diff) | |
download | lynx-snapshots-21cd59ac1f8c7d7679d217a4aa03b299e5cbe8f0.tar.gz |
snapshot of project "lynx", label v2-8-8dev_3
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 b62967a9..d39cd3f6 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.211 2010/04/20 22:46:04 tom Exp $ +dnl $LynxId: configure.in,v 1.212 2010/04/25 23:44:30 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.8dev.2) +AC_REVISION(2.8.8dev.3) # 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.8dev.2 +VERSION=2.8.8dev.3 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |