Changeset 4595 for pymolproxy/trunk
- Timestamp:
- Aug 1, 2014 8:16:34 PM (9 years ago)
- Location:
- pymolproxy/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.