summaryrefslogtreecommitdiffstats
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)
commit4813278663d013f8c84ed262fd576b2eae4e4e9d (patch)
treeb053a64ca0c55d4aa6281c6c89a19ac73e0410f6
parentc4ac2048faeffab86a61e23177b814bda63e9b60 (diff)
downloadblt-4813278663d013f8c84ed262fd576b2eae4e4e9d.zip
blt-4813278663d013f8c84ed262fd576b2eae4e4e9d.tar.gz
blt-4813278663d013f8c84ed262fd576b2eae4e4e9d.tar.bz2
Squashed 'tktable/' changes from c0203838..f427097a
f427097a fix LIB_SPEC c2b7a55a rm autom4te.cache ref git-subtree-dir: tktable git-subtree-split: f427097af914f30f182c2c6cd5a6f4055966248f
-rw-r--r--Makefile.in1
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in
index 9c84bda..0ab9f24 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -364,7 +364,6 @@ distclean: clean
-rm -f *.tab.c
-rm -f $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log config.status
- -rm -rf autom4te.cache
#========================================================================
# Install binary object libraries. On Windows this includes both .dll and
diff --git a/configure b/configure
index caad9ed..cf3151e 100755
--- a/configure
+++ b/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/configure.ac b/configure.ac
index dcc237e..f7b0686 100644
--- a/configure.ac
+++ b/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.