summaryrefslogtreecommitdiffstats
path: root/ds9/unix
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-20 20:16:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-20 20:16:04 (GMT)
commita0baa564b54177527964fae8f0cc0d64d7db8ac7 (patch)
tree7bfc8ed6f25d38dc00e87397f0dc962ba9f5e6a3 /ds9/unix
parent33b8f1d638eb4c29e0e0f11aabb36e64931bc679 (diff)
downloadblt-a0baa564b54177527964fae8f0cc0d64d7db8ac7.zip
blt-a0baa564b54177527964fae8f0cc0d64d7db8ac7.tar.gz
blt-a0baa564b54177527964fae8f0cc0d64d7db8ac7.tar.bz2
add tcl parser support
Diffstat (limited to 'ds9/unix')
-rwxr-xr-xds9/unix/configure18
-rw-r--r--ds9/unix/configure.ac2
2 files changed, 10 insertions, 10 deletions
diff --git a/ds9/unix/configure b/ds9/unix/configure
index efb03ae..0299936 100755
--- a/ds9/unix/configure
+++ b/ds9/unix/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ds9 7.6.
+# Generated by GNU Autoconf 2.69 for ds9 7.7.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ds9'
PACKAGE_TARNAME='ds9'
-PACKAGE_VERSION='7.6'
-PACKAGE_STRING='ds9 7.6'
+PACKAGE_VERSION='7.7'
+PACKAGE_STRING='ds9 7.7'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1504,7 +1504,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 ds9 7.6 to adapt to many kinds of systems.
+\`configure' configures ds9 7.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1569,7 +1569,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ds9 7.6:";;
+ short | recursive ) echo "Configuration of ds9 7.7:";;
esac
cat <<\_ACEOF
@@ -1696,7 +1696,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ds9 configure 7.6
+ds9 configure 7.7
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2061,7 +2061,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 ds9 $as_me 7.6, which was
+It was created by ds9 $as_me 7.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -15604,7 +15604,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 ds9 $as_me 7.6, which was
+This file was extended by ds9 $as_me 7.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15657,7 +15657,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="\\
-ds9 config.status 7.6
+ds9 config.status 7.7
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/ds9/unix/configure.ac b/ds9/unix/configure.ac
index 8fcebc6..8c19dee 100644
--- a/ds9/unix/configure.ac
+++ b/ds9/unix/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([ds9], [7.6])
+AC_INIT([ds9], [7.7])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.