- Timestamp:
- Jan 23, 2017, 12:01:41 PM (8 years ago)
- Location:
- branches/1.8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.8/configure
r6372 r6678 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for Rappture 1. 9.3 # Generated by GNU Autoconf 2.69 for Rappture 1.8. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 581 581 PACKAGE_NAME='Rappture' 582 582 PACKAGE_TARNAME='rappture' 583 PACKAGE_VERSION='1. 9'584 PACKAGE_STRING='Rappture 1. 9'583 PACKAGE_VERSION='1.8' 584 PACKAGE_STRING='Rappture 1.8' 585 585 PACKAGE_BUGREPORT='rappture@nanohub.org' 586 586 PACKAGE_URL='' … … 1397 1397 # This message is too long to be a string in the A/UX 3.1 sh. 1398 1398 cat <<_ACEOF 1399 \`configure' configures Rappture 1. 9to adapt to many kinds of systems.1399 \`configure' configures Rappture 1.8 to adapt to many kinds of systems. 1400 1400 1401 1401 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1462 1462 if test -n "$ac_init_help"; then 1463 1463 case $ac_init_help in 1464 short | recursive ) echo "Configuration of Rappture 1. 9:";;1464 short | recursive ) echo "Configuration of Rappture 1.8:";; 1465 1465 esac 1466 1466 cat <<\_ACEOF … … 1582 1582 if $ac_init_version; then 1583 1583 cat <<\_ACEOF 1584 Rappture configure 1. 91584 Rappture configure 1.8 1585 1585 generated by GNU Autoconf 2.69 1586 1586 … … 2402 2402 running configure, to aid debugging if configure makes a mistake. 2403 2403 2404 It was created by Rappture $as_me 1. 9, which was2404 It was created by Rappture $as_me 1.8, which was 2405 2405 generated by GNU Autoconf 2.69. Invocation command line was 2406 2406 … … 10734 10734 # values after options handling. 10735 10735 ac_log=" 10736 This file was extended by Rappture $as_me 1. 9, which was10736 This file was extended by Rappture $as_me 1.8, which was 10737 10737 generated by GNU Autoconf 2.69. Invocation command line was 10738 10738 … … 10796 10796 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 10797 10797 ac_cs_version="\\ 10798 Rappture config.status 1. 910798 Rappture config.status 1.8 10799 10799 configured by $0, generated by GNU Autoconf 2.69, 10800 10800 with options \\"\$ac_cs_config\\" -
branches/1.8/configure.in
r6372 r6678 1 1 2 AC_INIT([Rappture],[1. 9],[rappture@nanohub.org])2 AC_INIT([Rappture],[1.8],[rappture@nanohub.org]) 3 3 AC_CONFIG_AUX_DIR(cf) 4 4 AC_CONFIG_HEADER(src/core/config.h) -
branches/1.8/gui/configure
r6229 r6678 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for RapptureGUI 1. 9.3 # Generated by GNU Autoconf 2.69 for RapptureGUI 1.8. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 580 580 PACKAGE_NAME='RapptureGUI' 581 581 PACKAGE_TARNAME='rappturegui' 582 PACKAGE_VERSION='1. 9'583 PACKAGE_STRING='RapptureGUI 1. 9'582 PACKAGE_VERSION='1.8' 583 PACKAGE_STRING='RapptureGUI 1.8' 584 584 PACKAGE_BUGREPORT='rappture@nanohub.org' 585 585 PACKAGE_URL='' … … 1228 1228 # This message is too long to be a string in the A/UX 3.1 sh. 1229 1229 cat <<_ACEOF 1230 \`configure' configures RapptureGUI 1. 9to adapt to many kinds of systems.1230 \`configure' configures RapptureGUI 1.8 to adapt to many kinds of systems. 1231 1231 1232 1232 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1294 1294 if test -n "$ac_init_help"; then 1295 1295 case $ac_init_help in 1296 short | recursive ) echo "Configuration of RapptureGUI 1. 9:";;1296 short | recursive ) echo "Configuration of RapptureGUI 1.8:";; 1297 1297 esac 1298 1298 cat <<\_ACEOF … … 1385 1385 if $ac_init_version; then 1386 1386 cat <<\_ACEOF 1387 RapptureGUI configure 1. 91387 RapptureGUI configure 1.8 1388 1388 generated by GNU Autoconf 2.69 1389 1389 … … 1440 1440 running configure, to aid debugging if configure makes a mistake. 1441 1441 1442 It was created by RapptureGUI $as_me 1. 9, which was1442 It was created by RapptureGUI $as_me 1.8, which was 1443 1443 generated by GNU Autoconf 2.69. Invocation command line was 1444 1444 … … 3701 3701 # values after options handling. 3702 3702 ac_log=" 3703 This file was extended by RapptureGUI $as_me 1. 9, which was3703 This file was extended by RapptureGUI $as_me 1.8, which was 3704 3704 generated by GNU Autoconf 2.69. Invocation command line was 3705 3705 … … 3754 3754 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 3755 3755 ac_cs_version="\\ 3756 RapptureGUI config.status 1. 93756 RapptureGUI config.status 1.8 3757 3757 configured by $0, generated by GNU Autoconf 2.69, 3758 3758 with options \\"\$ac_cs_config\\" -
branches/1.8/gui/configure.in
r6229 r6678 1 1 2 AC_INIT([RapptureGUI],[1. 9],[rappture@nanohub.org])2 AC_INIT([RapptureGUI],[1.8],[rappture@nanohub.org]) 3 3 AC_CONFIG_AUX_DIR(cf) 4 4 #------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.