diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-05-25 21:19:27 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-05-25 21:19:27 -0400 |
commit | 876cf25a1904945679b1a37308e0548db1c7caf3 (patch) | |
tree | b1ba327d52fb71545b3a2433a14b31b512bf298d /configure.in | |
parent | fa7c05c5569a94ced85284d116ed016f235c1a79 (diff) | |
download | lynx-snapshots-876cf25a1904945679b1a37308e0548db1c7caf3.tar.gz |
snapshot of project "lynx", label v2-8-7pre_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 62b82472..a3841953 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.192 2009/04/26 16:24:31 tom Exp $ +dnl $LynxId: configure.in,v 1.193 2009/05/25 21:18:37 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.7pre.2) +AC_REVISION(2.8.7pre.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.7pre.2 +VERSION=2.8.7pre.3 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |