summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 15:28:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 15:28:26 (GMT)
commitd1c3b7b1ae7d5dc9bae8ec3b575f35f201ddae9f (patch)
tree7c15b9553332620a5e51a7c4686b6ec5b6bb9296 /win
parentda4ed550358ff33023ebe52eb325ba906ffebed6 (diff)
downloadtk-d1c3b7b1ae7d5dc9bae8ec3b575f35f201ddae9f.zip
tk-d1c3b7b1ae7d5dc9bae8ec3b575f35f201ddae9f.tar.gz
tk-d1c3b7b1ae7d5dc9bae8ec3b575f35f201ddae9f.tar.bz2
Correct Tk version in win/configure.in
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure18
-rw-r--r--win/configure.in2
2 files changed, 10 insertions, 10 deletions
diff --git a/win/configure b/win/configure
index eb57f87..b4b26e1 100755
--- a/win/configure
+++ b/win/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for tk 8.7.
+# Generated by GNU Autoconf 2.59 for tk 8.5.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='tk'
PACKAGE_TARNAME='tk'
-PACKAGE_VERSION='8.7'
-PACKAGE_STRING='tk 8.7'
+PACKAGE_VERSION='8.5'
+PACKAGE_STRING='tk 8.5'
PACKAGE_BUGREPORT=''
ac_unique_file="../generic/tk.h"
@@ -778,7 +778,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures tk 8.7 to adapt to many kinds of systems.
+\`configure' configures tk 8.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -835,7 +835,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of tk 8.7:";;
+ short | recursive ) echo "Configuration of tk 8.5:";;
esac
cat <<\_ACEOF
@@ -964,7 +964,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-tk configure 8.7
+tk configure 8.5
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -978,7 +978,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by tk $as_me 8.7, which was
+It was created by tk $as_me 8.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -5482,7 +5482,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by tk $as_me 8.7, which was
+This file was extended by tk $as_me 8.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5537,7 +5537,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-tk config.status 8.7
+tk config.status 8.5
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/win/configure.in b/win/configure.in
index a58ab8a..8bb79a0 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
-AC_INIT([tk],[8.7])
+AC_INIT([tk],[8.5])
AC_CONFIG_SRCDIR([../generic/tk.h])
AC_PREREQ([2.59])