diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-11 15:26:32 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-12-11 15:26:32 -0500 |
commit | 14ee67ba5e4e2df67004f0e7e27fb1df993c5619 (patch) | |
tree | 6b2a62418c88e8f5bce1cb31eb5a4b03165d354b /configure.in | |
parent | f6ef3f03e831c3e150a18f31675862794e6c8c7f (diff) | |
download | lynx-snapshots-14ee67ba5e4e2df67004f0e7e27fb1df993c5619.tar.gz |
snapshot of project "lynx", label v2-8-8dev_7
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 01dc1ed5..6e692b83 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.222 2010/10/04 09:53:59 tom Exp $ +dnl $LynxId: configure.in,v 1.223 2010/12/11 15:26:32 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.6) +AC_REVISION(2.8.8dev.7) # 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.6 +VERSION=2.8.8dev.7 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |