Skip to content

Commit 257f983

Browse files
committed
Update configure script
1 parent 640d09d commit 257f983

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.63 for tksvg 0.6.
3+
# Generated by GNU Autoconf 2.63 for tksvg 0.7.
44
#
55
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
66
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
594594
# Identity of this package.
595595
PACKAGE_NAME='tksvg'
596596
PACKAGE_TARNAME='tksvg'
597-
PACKAGE_VERSION='0.6'
598-
PACKAGE_STRING='tksvg 0.6'
597+
PACKAGE_VERSION='0.7'
598+
PACKAGE_STRING='tksvg 0.7'
599599
PACKAGE_BUGREPORT=''
600600

601601
# Factoring default headers for most tests.
@@ -1333,7 +1333,7 @@ if test "$ac_init_help" = "long"; then
13331333
# Omit some internal or obsolete options to make the list less imposing.
13341334
# This message is too long to be a string in the A/UX 3.1 sh.
13351335
cat <<_ACEOF
1336-
\`configure' configures tksvg 0.6 to adapt to many kinds of systems.
1336+
\`configure' configures tksvg 0.7 to adapt to many kinds of systems.
13371337
13381338
Usage: $0 [OPTION]... [VAR=VALUE]...
13391339
@@ -1394,7 +1394,7 @@ fi
13941394

13951395
if test -n "$ac_init_help"; then
13961396
case $ac_init_help in
1397-
short | recursive ) echo "Configuration of tksvg 0.6:";;
1397+
short | recursive ) echo "Configuration of tksvg 0.7:";;
13981398
esac
13991399
cat <<\_ACEOF
14001400
@@ -1495,7 +1495,7 @@ fi
14951495
test -n "$ac_init_help" && exit $ac_status
14961496
if $ac_init_version; then
14971497
cat <<\_ACEOF
1498-
tksvg configure 0.6
1498+
tksvg configure 0.7
14991499
generated by GNU Autoconf 2.63
15001500
15011501
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1509,7 +1509,7 @@ cat >config.log <<_ACEOF
15091509
This file contains any messages produced by compilers while
15101510
running configure, to aid debugging if configure makes a mistake.
15111511
1512-
It was created by tksvg $as_me 0.6, which was
1512+
It was created by tksvg $as_me 0.7, which was
15131513
generated by GNU Autoconf 2.63. Invocation command line was
15141514
15151515
$ $0 $@
@@ -10707,7 +10707,7 @@ exec 6>&1
1070710707
# report actual input values of CONFIG_FILES etc. instead of their
1070810708
# values after options handling.
1070910709
ac_log="
10710-
This file was extended by tksvg $as_me 0.6, which was
10710+
This file was extended by tksvg $as_me 0.7, which was
1071110711
generated by GNU Autoconf 2.63. Invocation command line was
1071210712
1071310713
CONFIG_FILES = $CONFIG_FILES
@@ -10757,7 +10757,7 @@ Report bugs to <[email protected]>."
1075710757
_ACEOF
1075810758
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1075910759
ac_cs_version="\\
10760-
tksvg config.status 0.6
10760+
tksvg config.status 0.7
1076110761
configured by $0, generated by GNU Autoconf 2.63,
1076210762
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1076310763

0 commit comments

Comments
 (0)