summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-06-14 19:40:59 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-06-14 19:40:59 (GMT)
commitf00ebac6780300a33d755335f80580847694ccf8 (patch)
tree4a7adeb6d9d2bca2e08b465e3b47857d667ba54c /configure
parent47494b6e66fd33234328aebbb43c536c915662e7 (diff)
downloadblt-f00ebac6780300a33d755335f80580847694ccf8.zip
blt-f00ebac6780300a33d755335f80580847694ccf8.tar.gz
blt-f00ebac6780300a33d755335f80580847694ccf8.tar.bz2
fixes to stub support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure29
1 files changed, 17 insertions, 12 deletions
diff --git a/configure b/configure
index 183e705..b41a81b 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 tkblt 3.1.
+# Generated by GNU Autoconf 2.69 for tkblt 3.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='tkblt'
PACKAGE_TARNAME='tkblt'
-PACKAGE_VERSION='3.1'
-PACKAGE_STRING='tkblt 3.1'
+PACKAGE_VERSION='3.2'
+PACKAGE_STRING='tkblt 3.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1309,7 +1309,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 tkblt 3.1 to adapt to many kinds of systems.
+\`configure' configures tkblt 3.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1374,7 +1374,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of tkblt 3.1:";;
+ short | recursive ) echo "Configuration of tkblt 3.2:";;
esac
cat <<\_ACEOF
@@ -1478,7 +1478,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-tkblt configure 3.1
+tkblt configure 3.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1843,7 +1843,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 tkblt $as_me 3.1, which was
+It was created by tkblt $as_me 3.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5571,6 +5571,8 @@ src/tkbltInt.C
src/tkbltNsUtil.C
src/tkbltParse.C
src/tkbltOp.C
+src/tkbltStubInit.c
+src/tkbltStubLib.C
src/tkbltSwitch.C
src/tkbltVecCmd.C
src/tkbltVecOp.C
@@ -5611,7 +5613,10 @@ src/tkbltVector.C
- vars="src/tkbltVector.h"
+ vars="
+src/tkbltVector.h
+src/tkbltDecls.h
+"
for i in $vars; do
# check for existence, be strict because it is installed
if test ! -f "${srcdir}/$i" ; then
@@ -5644,7 +5649,7 @@ src/tkbltVector.C
- vars=""
+ vars="src/tkbltStubLib.C"
for i in $vars; do
# check for existence - allows for generic/win/unix VPATH
if test ! -f "${srcdir}/$i" -a ! -f "${srcdir}/generic/$i" \
@@ -5655,7 +5660,7 @@ src/tkbltVector.C
fi
PKG_STUB_SOURCES="$PKG_STUB_SOURCES $i"
# this assumes it is in a VPATH dir
- i=`basename $i`
+ #i=`basename $i`
# handle user calling this before or after TEA_SETUP_COMPILER
if test x"${OBJEXT}" != x ; then
j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
@@ -9996,7 +10001,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 tkblt $as_me 3.1, which was
+This file was extended by tkblt $as_me 3.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10049,7 +10054,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="\\
-tkblt config.status 3.1
+tkblt config.status 3.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"