diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-12-23 19:23:32 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-12-23 19:23:32 (GMT) |
commit | 36683296c6968deb8d427360c8473b4211c09876 (patch) | |
tree | 3e1088468f2d92cf22827b08108935b1dfbab5c3 /ds9 | |
parent | 5168be1b829b8648d154fd172ca6e6c3a70b4fd9 (diff) | |
download | blt-36683296c6968deb8d427360c8473b4211c09876.zip blt-36683296c6968deb8d427360c8473b4211c09876.tar.gz blt-36683296c6968deb8d427360c8473b4211c09876.tar.bz2 |
up version number
Diffstat (limited to 'ds9')
-rwxr-xr-x | ds9/macosx/configure | 18 | ||||
-rwxr-xr-x | ds9/macosx/configure.in | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/ds9/macosx/configure b/ds9/macosx/configure index c73eed8..c0836b7 100755 --- a/ds9/macosx/configure +++ b/ds9/macosx/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.5. +# Generated by GNU Autoconf 2.69 for ds9 7.6. # # # 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.5' -PACKAGE_STRING='ds9 7.5' +PACKAGE_VERSION='7.6' +PACKAGE_STRING='ds9 7.6' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1300,7 +1300,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.5 to adapt to many kinds of systems. +\`configure' configures ds9 7.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1365,7 +1365,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ds9 7.5:";; + short | recursive ) echo "Configuration of ds9 7.6:";; esac cat <<\_ACEOF @@ -1468,7 +1468,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ds9 configure 7.5 +ds9 configure 7.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1833,7 +1833,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.5, which was +It was created by ds9 $as_me 7.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -9676,7 +9676,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.5, which was +This file was extended by ds9 $as_me 7.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9729,7 +9729,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.5 +ds9 config.status 7.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ds9/macosx/configure.in b/ds9/macosx/configure.in index 2c919e4..495058d 100755 --- a/ds9/macosx/configure.in +++ b/ds9/macosx/configure.in @@ -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.5]) +AC_INIT([ds9], [7.6]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. |