- Timestamp:
- Feb 26, 2016, 12:54:48 PM (9 years ago)
- Location:
- branches/1.4/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/gui/configure
r5862 r6057 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\\" -
branches/1.4/gui/configure.in
r5862 r6057 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.