Changeset 4847
- Timestamp:
- Dec 11, 2014, 1:12:47 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4668 r4847 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. 4.3 # Generated by GNU Autoconf 2.69 for Rappture 1.5. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 581 581 PACKAGE_NAME='Rappture' 582 582 PACKAGE_TARNAME='rappture' 583 PACKAGE_VERSION='1. 4'584 PACKAGE_STRING='Rappture 1. 4'583 PACKAGE_VERSION='1.5' 584 PACKAGE_STRING='Rappture 1.5' 585 585 PACKAGE_BUGREPORT='rappture@nanohub.org' 586 586 PACKAGE_URL='' … … 1395 1395 # This message is too long to be a string in the A/UX 3.1 sh. 1396 1396 cat <<_ACEOF 1397 \`configure' configures Rappture 1. 4to adapt to many kinds of systems.1397 \`configure' configures Rappture 1.5 to adapt to many kinds of systems. 1398 1398 1399 1399 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1460 1460 if test -n "$ac_init_help"; then 1461 1461 case $ac_init_help in 1462 short | recursive ) echo "Configuration of Rappture 1. 4:";;1462 short | recursive ) echo "Configuration of Rappture 1.5:";; 1463 1463 esac 1464 1464 cat <<\_ACEOF … … 1580 1580 if $ac_init_version; then 1581 1581 cat <<\_ACEOF 1582 Rappture configure 1. 41582 Rappture configure 1.5 1583 1583 generated by GNU Autoconf 2.69 1584 1584 … … 2400 2400 running configure, to aid debugging if configure makes a mistake. 2401 2401 2402 It was created by Rappture $as_me 1. 4, which was2402 It was created by Rappture $as_me 1.5, which was 2403 2403 generated by GNU Autoconf 2.69. Invocation command line was 2404 2404 … … 10725 10725 # values after options handling. 10726 10726 ac_log=" 10727 This file was extended by Rappture $as_me 1. 4, which was10727 This file was extended by Rappture $as_me 1.5, which was 10728 10728 generated by GNU Autoconf 2.69. Invocation command line was 10729 10729 … … 10787 10787 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 10788 10788 ac_cs_version="\\ 10789 Rappture config.status 1. 410789 Rappture config.status 1.5 10790 10790 configured by $0, generated by GNU Autoconf 2.69, 10791 10791 with options \\"\$ac_cs_config\\" -
trunk/configure.in
r4668 r4847 1 1 2 AC_INIT([Rappture],[1. 4],[rappture@nanohub.org])2 AC_INIT([Rappture],[1.5],[rappture@nanohub.org]) 3 3 AC_CONFIG_AUX_DIR(cf) 4 4 AC_CONFIG_HEADER(src/core/config.h) -
trunk/gui/configure
r4146 r4847 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. 4.3 # Generated by GNU Autoconf 2.69 for RapptureGUI 1.5. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. … … 580 580 PACKAGE_NAME='RapptureGUI' 581 581 PACKAGE_TARNAME='rappturegui' 582 PACKAGE_VERSION='1. 4'583 PACKAGE_STRING='RapptureGUI 1. 4'582 PACKAGE_VERSION='1.5' 583 PACKAGE_STRING='RapptureGUI 1.5' 584 584 PACKAGE_BUGREPORT='rappture@nanohub.org' 585 585 PACKAGE_URL='' … … 1223 1223 # This message is too long to be a string in the A/UX 3.1 sh. 1224 1224 cat <<_ACEOF 1225 \`configure' configures RapptureGUI 1. 4to adapt to many kinds of systems.1225 \`configure' configures RapptureGUI 1.5 to adapt to many kinds of systems. 1226 1226 1227 1227 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1289 1289 if test -n "$ac_init_help"; then 1290 1290 case $ac_init_help in 1291 short | recursive ) echo "Configuration of RapptureGUI 1. 4:";;1291 short | recursive ) echo "Configuration of RapptureGUI 1.5:";; 1292 1292 esac 1293 1293 cat <<\_ACEOF … … 1380 1380 if $ac_init_version; then 1381 1381 cat <<\_ACEOF 1382 RapptureGUI configure 1. 41382 RapptureGUI configure 1.5 1383 1383 generated by GNU Autoconf 2.69 1384 1384 … … 1435 1435 running configure, to aid debugging if configure makes a mistake. 1436 1436 1437 It was created by RapptureGUI $as_me 1. 4, which was1437 It was created by RapptureGUI $as_me 1.5, which was 1438 1438 generated by GNU Autoconf 2.69. Invocation command line was 1439 1439 … … 3685 3685 # values after options handling. 3686 3686 ac_log=" 3687 This file was extended by RapptureGUI $as_me 1. 4, which was3687 This file was extended by RapptureGUI $as_me 1.5, which was 3688 3688 generated by GNU Autoconf 2.69. Invocation command line was 3689 3689 … … 3738 3738 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 3739 3739 ac_cs_version="\\ 3740 RapptureGUI config.status 1. 43740 RapptureGUI config.status 1.5 3741 3741 configured by $0, generated by GNU Autoconf 2.69, 3742 3742 with options \\"\$ac_cs_config\\" -
trunk/gui/configure.in
r4146 r4847 1 1 2 AC_INIT([RapptureGUI],[1. 4],[rappture@nanohub.org])2 AC_INIT([RapptureGUI],[1.5],[rappture@nanohub.org]) 3 3 AC_CONFIG_AUX_DIR(cf) 4 4 #------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.