Changeset 4595
- Timestamp:
- Aug 1, 2014 8:16:34 PM (9 years ago)
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
geovis/trunk/configure
r4058 r4595 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for geovis 0. 1.3 # Generated by GNU Autoconf 2.69 for geovis 0.4. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 581 581 PACKAGE_NAME='geovis' 582 582 PACKAGE_TARNAME='geovis' 583 PACKAGE_VERSION='0. 1'584 PACKAGE_STRING='geovis 0. 1'583 PACKAGE_VERSION='0.4' 584 PACKAGE_STRING='geovis 0.4' 585 585 PACKAGE_BUGREPORT='rappture@nanohub.org' 586 586 PACKAGE_URL='' … … 1250 1250 # This message is too long to be a string in the A/UX 3.1 sh. 1251 1251 cat <<_ACEOF 1252 \`configure' configures geovis 0. 1to adapt to many kinds of systems.1252 \`configure' configures geovis 0.4 to adapt to many kinds of systems. 1253 1253 1254 1254 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1311 1311 if test -n "$ac_init_help"; then 1312 1312 case $ac_init_help in 1313 short | recursive ) echo "Configuration of geovis 0. 1:";;1313 short | recursive ) echo "Configuration of geovis 0.4:";; 1314 1314 esac 1315 1315 cat <<\_ACEOF … … 1403 1403 if $ac_init_version; then 1404 1404 cat <<\_ACEOF 1405 geovis configure 0. 11405 geovis configure 0.4 1406 1406 generated by GNU Autoconf 2.69 1407 1407 … … 1847 1847 running configure, to aid debugging if configure makes a mistake. 1848 1848 1849 It was created by geovis $as_me 0. 1, which was1849 It was created by geovis $as_me 0.4, which was 1850 1850 generated by GNU Autoconf 2.69. Invocation command line was 1851 1851 … … 4999 4999 # values after options handling. 5000 5000 ac_log=" 5001 This file was extended by geovis $as_me 0. 1, which was5001 This file was extended by geovis $as_me 0.4, which was 5002 5002 generated by GNU Autoconf 2.69. Invocation command line was 5003 5003 … … 5052 5052 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5053 5053 ac_cs_version="\\ 5054 geovis config.status 0. 15054 geovis config.status 0.4 5055 5055 configured by $0, generated by GNU Autoconf 2.69, 5056 5056 with options \\"\$ac_cs_config\\" -
geovis/trunk/configure.in
r4058 r4595 1 1 AC_PREREQ([2.60]) 2 AC_INIT(geovis, 0. 1, rappture@nanohub.org)2 AC_INIT(geovis, 0.4, rappture@nanohub.org) 3 3 AC_CONFIG_AUX_DIR(cf) 4 4 -
pymolproxy/trunk/configure
r4589 r4595 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for pymolproxy 0.1.3 # Generated by GNU Autoconf 2.69 for pymolproxy 1.0. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 581 581 PACKAGE_NAME='pymolproxy' 582 582 PACKAGE_TARNAME='pymolproxy' 583 PACKAGE_VERSION=' 0.1'584 PACKAGE_STRING='pymolproxy 0.1'583 PACKAGE_VERSION='1.0' 584 PACKAGE_STRING='pymolproxy 1.0' 585 585 PACKAGE_BUGREPORT='rappture@nanohub.org' 586 586 PACKAGE_URL='' … … 1281 1281 # This message is too long to be a string in the A/UX 3.1 sh. 1282 1282 cat <<_ACEOF 1283 \`configure' configures pymolproxy 0.1to adapt to many kinds of systems.1283 \`configure' configures pymolproxy 1.0 to adapt to many kinds of systems. 1284 1284 1285 1285 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1346 1346 if test -n "$ac_init_help"; then 1347 1347 case $ac_init_help in 1348 short | recursive ) echo "Configuration of pymolproxy 0.1:";;1348 short | recursive ) echo "Configuration of pymolproxy 1.0:";; 1349 1349 esac 1350 1350 cat <<\_ACEOF … … 1449 1449 if $ac_init_version; then 1450 1450 cat <<\_ACEOF 1451 pymolproxy configure 0.11451 pymolproxy configure 1.0 1452 1452 generated by GNU Autoconf 2.69 1453 1453 … … 2072 2072 running configure, to aid debugging if configure makes a mistake. 2073 2073 2074 It was created by pymolproxy $as_me 0.1, which was2074 It was created by pymolproxy $as_me 1.0, which was 2075 2075 generated by GNU Autoconf 2.69. Invocation command line was 2076 2076 … … 8402 8402 # values after options handling. 8403 8403 ac_log=" 8404 This file was extended by pymolproxy $as_me 0.1, which was8404 This file was extended by pymolproxy $as_me 1.0, which was 8405 8405 generated by GNU Autoconf 2.69. Invocation command line was 8406 8406 … … 8455 8455 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 8456 8456 ac_cs_version="\\ 8457 pymolproxy config.status 0.18457 pymolproxy config.status 1.0 8458 8458 configured by $0, generated by GNU Autoconf 2.69, 8459 8459 with options \\"\$ac_cs_config\\" -
pymolproxy/trunk/configure.in
r4589 r4595 1 1 AC_PREREQ([2.60]) 2 AC_INIT([pymolproxy], [ 0.1], [rappture@nanohub.org])2 AC_INIT([pymolproxy], [1.0], [rappture@nanohub.org]) 3 3 AC_CONFIG_AUX_DIR(cf) 4 4 -
vtkvis/trunk/configure
r4157 r4595 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for vtkvis 1. 7.3 # Generated by GNU Autoconf 2.69 for vtkvis 1.8. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 581 581 PACKAGE_NAME='vtkvis' 582 582 PACKAGE_TARNAME='vtkvis' 583 PACKAGE_VERSION='1. 7'584 PACKAGE_STRING='vtkvis 1. 7'583 PACKAGE_VERSION='1.8' 584 PACKAGE_STRING='vtkvis 1.8' 585 585 PACKAGE_BUGREPORT='rappture@nanohub.org' 586 586 PACKAGE_URL='' … … 1251 1251 # This message is too long to be a string in the A/UX 3.1 sh. 1252 1252 cat <<_ACEOF 1253 \`configure' configures vtkvis 1. 7to adapt to many kinds of systems.1253 \`configure' configures vtkvis 1.8 to adapt to many kinds of systems. 1254 1254 1255 1255 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1312 1312 if test -n "$ac_init_help"; then 1313 1313 case $ac_init_help in 1314 short | recursive ) echo "Configuration of vtkvis 1. 7:";;1314 short | recursive ) echo "Configuration of vtkvis 1.8:";; 1315 1315 esac 1316 1316 cat <<\_ACEOF … … 1405 1405 if $ac_init_version; then 1406 1406 cat <<\_ACEOF 1407 vtkvis configure 1. 71407 vtkvis configure 1.8 1408 1408 generated by GNU Autoconf 2.69 1409 1409 … … 1849 1849 running configure, to aid debugging if configure makes a mistake. 1850 1850 1851 It was created by vtkvis $as_me 1. 7, which was1851 It was created by vtkvis $as_me 1.8, which was 1852 1852 generated by GNU Autoconf 2.69. Invocation command line was 1853 1853 … … 5038 5038 # values after options handling. 5039 5039 ac_log=" 5040 This file was extended by vtkvis $as_me 1. 7, which was5040 This file was extended by vtkvis $as_me 1.8, which was 5041 5041 generated by GNU Autoconf 2.69. Invocation command line was 5042 5042 … … 5091 5091 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5092 5092 ac_cs_version="\\ 5093 vtkvis config.status 1. 75093 vtkvis config.status 1.8 5094 5094 configured by $0, generated by GNU Autoconf 2.69, 5095 5095 with options \\"\$ac_cs_config\\" -
vtkvis/trunk/configure.in
r4157 r4595 1 1 AC_PREREQ([2.60]) 2 AC_INIT([vtkvis], [1. 7], [rappture@nanohub.org])2 AC_INIT([vtkvis], [1.8], [rappture@nanohub.org]) 3 3 AC_CONFIG_AUX_DIR(cf) 4 4
Note: See TracChangeset
for help on using the changeset viewer.