summaryrefslogtreecommitdiffstats
path: root/tktable
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-31 17:48:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-31 17:48:26 (GMT)
commiteff821512ab0f3f067fd43fba0ff4085662cba5a (patch)
tree9d3a3ff96077e8e83432db0dce51ac2bd21f2815 /tktable
parent928bcc2266434c12d2e2243fa5cb7270042af55b (diff)
parent4813278663d013f8c84ed262fd576b2eae4e4e9d (diff)
downloadblt-eff821512ab0f3f067fd43fba0ff4085662cba5a.zip
blt-eff821512ab0f3f067fd43fba0ff4085662cba5a.tar.gz
blt-eff821512ab0f3f067fd43fba0ff4085662cba5a.tar.bz2
Merge commit '4813278663d013f8c84ed262fd576b2eae4e4e9d'
Diffstat (limited to 'tktable')
-rwxr-xr-xtktable/configure18
-rw-r--r--tktable/configure.ac2
2 files changed, 10 insertions, 10 deletions
diff --git a/tktable/configure b/tktable/configure
index caad9ed..cf3151e 100755
--- a/tktable/configure
+++ b/tktable/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Tktable 2.10.
+# Generated by GNU Autoconf 2.69 for tktable 2.10.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -575,10 +575,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
-PACKAGE_NAME='Tktable'
+PACKAGE_NAME='tktable'
PACKAGE_TARNAME='tktable'
PACKAGE_VERSION='2.10'
-PACKAGE_STRING='Tktable 2.10'
+PACKAGE_STRING='tktable 2.10'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1334,7 +1334,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 Tktable 2.10 to adapt to many kinds of systems.
+\`configure' configures tktable 2.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1399,7 +1399,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Tktable 2.10:";;
+ short | recursive ) echo "Configuration of tktable 2.10:";;
esac
cat <<\_ACEOF
@@ -1506,7 +1506,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Tktable configure 2.10
+tktable configure 2.10
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1871,7 +1871,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Tktable $as_me 2.10, which was
+It was created by tktable $as_me 2.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -10116,7 +10116,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Tktable $as_me 2.10, which was
+This file was extended by tktable $as_me 2.10, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10169,7 +10169,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Tktable config.status 2.10
+tktable config.status 2.10
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/tktable/configure.ac b/tktable/configure.ac
index dcc237e..f7b0686 100644
--- a/tktable/configure.ac
+++ b/tktable/configure.ac
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so that we create the export library with the dll.
#-----------------------------------------------------------------------
-AC_INIT([Tktable], [2.10])
+AC_INIT([tktable], [2.10])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.