diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:18:32 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:55:39 +0000 |
commit | b1cca323205ce242cd799213d75c0407ff0ab421 (patch) | |
tree | 028354a37830dc35981c4d118e2a7967bf144d82 /configure.in | |
parent | f62d910382cf3ab8e0402166e4aba70ab426cdf0 (diff) | |
download | lynx-snapshots-b1cca323205ce242cd799213d75c0407ff0ab421.tar.gz |
snapshot of project "lynx", label v2-9-0dev_11a
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index d54e6525..a01badf1 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.342 2022/12/03 00:58:19 tom Exp $ +dnl $LynxId: configure.in,v 1.344 2023/01/03 00:17:17 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -7,7 +7,7 @@ dnl by T.E.Dickey <dickey@invisible-island.net> dnl and Jim Spath <jspath@mail.bcpl.lib.md.us> dnl dnl --------------------------------------------------------------------------- -dnl Copyright 1997-2021,2022 by Thomas E. Dickey +dnl Copyright 1997-2022,2023 by Thomas E. Dickey dnl dnl Permission to use, copy, modify, and distribute this software and its dnl documentation for any purpose and without fee is hereby granted, @@ -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.11) +AC_REVISION(2.9.0dev.12) # 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.11 +VERSION=2.9.0dev.12 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |