diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-08-01 22:27:02 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-08-01 22:27:02 +0000 |
commit | c3184959a468d2b5df698383f6abe8bef030f1e9 (patch) | |
tree | 5ad17a0df674c6de3235443dfb29d02f99e46781 /configure.in | |
parent | bd99615293d5f6db55854f83305a21cac35f47b1 (diff) | |
download | lynx-snapshots-c3184959a468d2b5df698383f6abe8bef030f1e9.tar.gz |
snapshot of project "lynx", label v2-9-0dev_8a
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 e197ea78..ee2db90d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.336 2021/07/27 18:51:59 tom Exp $ +dnl $LynxId: configure.in,v 1.337 2021/08/01 18:50:51 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.9.0dev.8) +AC_REVISION(2.9.0dev.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: @@ -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.9.0dev.8 +VERSION=2.9.0dev.9 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |