|
1 | 1 | #! /bin/sh |
2 | 2 | # From configure.ac Revision. |
3 | 3 | # Guess values for system-dependent variables and create Makefiles. |
4 | | -# Generated by GNU Autoconf 2.71 for tclreadline 2.3.8. |
| 4 | +# Generated by GNU Autoconf 2.71 for tclreadline 2.4.0. |
5 | 5 | # |
6 | 6 | # |
7 | 7 | # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, |
@@ -609,8 +609,8 @@ MAKEFLAGS= |
609 | 609 | # Identity of this package. |
610 | 610 | PACKAGE_NAME='tclreadline' |
611 | 611 | PACKAGE_TARNAME='tclreadline' |
612 | | -PACKAGE_VERSION='2.3.8' |
613 | | -PACKAGE_STRING='tclreadline 2.3.8' |
| 612 | +PACKAGE_VERSION='2.4.0' |
| 613 | +PACKAGE_STRING='tclreadline 2.4.0' |
614 | 614 | PACKAGE_BUGREPORT='' |
615 | 615 | PACKAGE_URL='' |
616 | 616 |
|
@@ -1337,7 +1337,7 @@ if test "$ac_init_help" = "long"; then |
1337 | 1337 | # Omit some internal or obsolete options to make the list less imposing. |
1338 | 1338 | # This message is too long to be a string in the A/UX 3.1 sh. |
1339 | 1339 | cat <<_ACEOF |
1340 | | -\`configure' configures tclreadline 2.3.8 to adapt to many kinds of systems. |
| 1340 | +\`configure' configures tclreadline 2.4.0 to adapt to many kinds of systems. |
1341 | 1341 |
|
1342 | 1342 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1343 | 1343 |
|
|
1408 | 1408 |
|
1409 | 1409 | if test -n "$ac_init_help"; then |
1410 | 1410 | case $ac_init_help in |
1411 | | - short | recursive ) echo "Configuration of tclreadline 2.3.8:";; |
| 1411 | + short | recursive ) echo "Configuration of tclreadline 2.4.0:";; |
1412 | 1412 | esac |
1413 | 1413 | cat <<\_ACEOF |
1414 | 1414 |
|
|
1512 | 1512 | test -n "$ac_init_help" && exit $ac_status |
1513 | 1513 | if $ac_init_version; then |
1514 | 1514 | cat <<\_ACEOF |
1515 | | -tclreadline configure 2.3.8 |
| 1515 | +tclreadline configure 2.4.0 |
1516 | 1516 | generated by GNU Autoconf 2.71 |
1517 | 1517 |
|
1518 | 1518 | Copyright (C) 2021 Free Software Foundation, Inc. |
@@ -1716,7 +1716,7 @@ cat >config.log <<_ACEOF |
1716 | 1716 | This file contains any messages produced by compilers while |
1717 | 1717 | running configure, to aid debugging if configure makes a mistake. |
1718 | 1718 |
|
1719 | | -It was created by tclreadline $as_me 2.3.8, which was |
| 1719 | +It was created by tclreadline $as_me 2.4.0, which was |
1720 | 1720 | generated by GNU Autoconf 2.71. Invocation command line was |
1721 | 1721 |
|
1722 | 1722 | $ $0$ac_configure_args_raw |
@@ -2478,9 +2478,9 @@ ac_config_headers="$ac_config_headers config.h" |
2478 | 2478 |
|
2479 | 2479 |
|
2480 | 2480 |
|
2481 | | -MAJOR="`echo '2.3.8' | cut -d. -f 1`" |
2482 | | -MINOR="`echo '2.3.8' | cut -d. -f 2`" |
2483 | | -PATCHLEVEL="`echo '2.3.8' | cut -d. -f 3`" |
| 2481 | +MAJOR="`echo '2.4.0' | cut -d. -f 1`" |
| 2482 | +MINOR="`echo '2.4.0' | cut -d. -f 2`" |
| 2483 | +PATCHLEVEL="`echo '2.4.0' | cut -d. -f 3`" |
2484 | 2484 | VERSION=$MAJOR.$MINOR |
2485 | 2485 | PATCHLEVEL_STR=$VERSION.$PATCHLEVEL |
2486 | 2486 |
|
|
3004 | 3004 |
|
3005 | 3005 | # Define the identity of the package. |
3006 | 3006 | PACKAGE='tclreadline' |
3007 | | - VERSION='2.3.8' |
| 3007 | + VERSION='2.4.0' |
3008 | 3008 |
|
3009 | 3009 |
|
3010 | 3010 | printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h |
@@ -6005,7 +6005,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
6005 | 6005 | # report actual input values of CONFIG_FILES etc. instead of their |
6006 | 6006 | # values after options handling. |
6007 | 6007 | ac_log=" |
6008 | | -This file was extended by tclreadline $as_me 2.3.8, which was |
| 6008 | +This file was extended by tclreadline $as_me 2.4.0, which was |
6009 | 6009 | generated by GNU Autoconf 2.71. Invocation command line was |
6010 | 6010 |
|
6011 | 6011 | CONFIG_FILES = $CONFIG_FILES |
@@ -6073,7 +6073,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ |
6073 | 6073 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6074 | 6074 | ac_cs_config='$ac_cs_config_escaped' |
6075 | 6075 | ac_cs_version="\\ |
6076 | | -tclreadline config.status 2.3.8 |
| 6076 | +tclreadline config.status 2.4.0 |
6077 | 6077 | configured by $0, generated by GNU Autoconf 2.71, |
6078 | 6078 | with options \\"\$ac_cs_config\\" |
6079 | 6079 |
|
|
0 commit comments