diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-13 02:46:17 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-02-13 02:46:17 -0500 |
commit | 344df6a54f503dbabb10beae8f92f6263fe7fde8 (patch) | |
tree | 621d7b6ed2c285b52621bb891e4309c3c69e715b /configure.in | |
parent | 3f8472f0b2a88d014351b59fdbc87e8de5733519 (diff) | |
download | lynx-snapshots-344df6a54f503dbabb10beae8f92f6263fe7fde8.tar.gz |
snapshot of project "lynx", label v2-8-8dev_10
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 3a9f22fa..1bd54301 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.232 2011/06/13 00:55:35 tom Exp $ +dnl $LynxId: configure.in,v 1.233 2012/02/13 02:46:17 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.9) +AC_REVISION(2.8.8dev.10) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -64,7 +64,7 @@ AC_ARG_PROGRAM PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.8dev.9 +VERSION=2.8.8dev.10 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |