Changeset 4209
- Timestamp:
- Mar 9, 2014 3:33:17 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4156 r4209 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 9for Rappture 1.4.3 # Generated by GNU Autoconf 2.68 for Rappture 1.4. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. 6 6 # 7 7 # 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10 # Foundation, Inc. 9 11 # 10 12 # … … 135 137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 136 138 137 # Use a proper internal environment variable to ensure we don't fall138 # into an infinite loop, continuously re-executing ourselves.139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then140 _as_can_reexec=no; export _as_can_reexec;141 # We cannot yet assume a decent shell, so we have to provide a142 # neutralization value for shells without unset; and this also143 # works around shells that cannot unset nonexistent variables.144 # Preserve -v and -x to the replacement shell.145 BASH_ENV=/dev/null146 ENV=/dev/null147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV148 case $- in # ((((149 *v*x* | *x*v* ) as_opts=-vx ;;150 *v* ) as_opts=-v ;;151 *x* ) as_opts=-x ;;152 * ) as_opts= ;;153 esac154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}155 # Admittedly, this is quite paranoid, since all the known shells bail156 # out after a failed `exec'.157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2158 as_fn_exit 255159 fi160 # We don't want this to propagate to other subprocesses.161 { _as_can_reexec=; unset _as_can_reexec;}162 139 if test "x$CONFIG_SHELL" = x; then 163 140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 193 170 exitcode=1; echo positional parameters were not saved. 194 171 fi 195 test x\$exitcode = x0 || exit 1 196 test -x / || exit 1" 172 test x\$exitcode = x0 || exit 1" 197 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 198 174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 239 215 240 216 if test "x$CONFIG_SHELL" != x; then : 241 export CONFIG_SHELL 242 # We cannot yet assume a decent shell, so we have to provide a 243 # neutralization value for shells without unset; and this also 244 # works around shells that cannot unset nonexistent variables. 245 # Preserve -v and -x to the replacement shell. 246 BASH_ENV=/dev/null 247 ENV=/dev/null 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249 case $- in # (((( 250 *v*x* | *x*v* ) as_opts=-vx ;; 251 *v* ) as_opts=-v ;; 252 *x* ) as_opts=-x ;; 253 * ) as_opts= ;; 254 esac 255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 256 # Admittedly, this is quite paranoid, since all the known shells bail 257 # out after a failed `exec'. 258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 259 exit 255 217 # We cannot yet assume a decent shell, so we have to provide a 218 # neutralization value for shells without unset; and this also 219 # works around shells that cannot unset nonexistent variables. 220 # Preserve -v and -x to the replacement shell. 221 BASH_ENV=/dev/null 222 ENV=/dev/null 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 224 export CONFIG_SHELL 225 case $- in # (((( 226 *v*x* | *x*v* ) as_opts=-vx ;; 227 *v* ) as_opts=-v ;; 228 *x* ) as_opts=-x ;; 229 * ) as_opts= ;; 230 esac 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 260 232 fi 261 233 … … 360 332 361 333 } # as_fn_mkdir_p 362 363 # as_fn_executable_p FILE364 # -----------------------365 # Test if FILE is an executable regular file.366 as_fn_executable_p ()367 {368 test -f "$1" && test -x "$1"369 } # as_fn_executable_p370 334 # as_fn_append VAR VALUE 371 335 # ---------------------- … … 489 453 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 490 454 491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have492 # already done that, so ensure we don't try to do so again and fall493 # in an infinite loop. This has already happened in practice.494 _as_can_reexec=no; export _as_can_reexec495 455 # Don't try to exec as it changes $[0], causing all sort of problems 496 456 # (the dirname of $[0] is not the place where we might find the … … 527 487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 528 488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 529 # In both cases, we have to default to `cp -p R'.489 # In both cases, we have to default to `cp -p'. 530 490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 531 as_ln_s='cp -p R'491 as_ln_s='cp -p' 532 492 elif ln conf$$.file conf$$ 2>/dev/null; then 533 493 as_ln_s=ln 534 494 else 535 as_ln_s='cp -p R'495 as_ln_s='cp -p' 536 496 fi 537 497 else 538 as_ln_s='cp -p R'498 as_ln_s='cp -p' 539 499 fi 540 500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 548 508 fi 549 509 550 as_test_x='test -x' 551 as_executable_p=as_fn_executable_p 510 if test -x / >/dev/null 2>&1; then 511 as_test_x='test -x' 512 else 513 if ls -dL / >/dev/null 2>&1; then 514 as_ls_L_option=L 515 else 516 as_ls_L_option= 517 fi 518 as_test_x=' 519 eval sh -c '\'' 520 if test -d "$1"; then 521 test -d "$1/."; 522 else 523 case $1 in #( 524 -*)set "./$1";; 525 esac; 526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 527 ???[sx]*):;;*)false;;esac;fi 528 '\'' sh 529 ' 530 fi 531 as_executable_p=$as_test_x 552 532 553 533 # Sed expression to map a string onto a valid CPP name. … … 686 666 HAVE_FFMPEG_LIBS 687 667 ENABLE_VTK_DICOM 668 ENABLE_VTK 688 669 ENABLE_GUI 689 670 ENABLE_LANG … … 1308 1289 if test "x$build_alias" = x; then 1309 1290 cross_compiling=maybe 1291 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1292 If a cross compiler is detected then cross compile mode will be used" >&2 1310 1293 elif test "x$build_alias" != "x$host_alias"; then 1311 1294 cross_compiling=yes … … 1579 1562 cat <<\_ACEOF 1580 1563 Rappture configure 1.4 1581 generated by GNU Autoconf 2.6 91582 1583 Copyright (C) 201 2Free Software Foundation, Inc.1564 generated by GNU Autoconf 2.68 1565 1566 Copyright (C) 2010 Free Software Foundation, Inc. 1584 1567 This configure script is free software; the Free Software Foundation 1585 1568 gives unlimited permission to copy, distribute and modify it. … … 1812 1795 } && test -s conftest$ac_exeext && { 1813 1796 test "$cross_compiling" = yes || 1814 test -x conftest$ac_exeext1797 $as_test_x conftest$ac_exeext 1815 1798 }; then : 1816 1799 ac_retval=0 … … 1925 1908 } && test -s conftest$ac_exeext && { 1926 1909 test "$cross_compiling" = yes || 1927 test -x conftest$ac_exeext1910 $as_test_x conftest$ac_exeext 1928 1911 }; then : 1929 1912 ac_retval=0 … … 2229 2212 { 2230 2213 static int test_array [1 - 2 * !(($2) >= 0)]; 2231 test_array [0] = 0; 2232 return test_array [0]; 2214 test_array [0] = 0 2233 2215 2234 2216 ; … … 2246 2228 { 2247 2229 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2248 test_array [0] = 0; 2249 return test_array [0]; 2230 test_array [0] = 0 2250 2231 2251 2232 ; … … 2273 2254 { 2274 2255 static int test_array [1 - 2 * !(($2) < 0)]; 2275 test_array [0] = 0; 2276 return test_array [0]; 2256 test_array [0] = 0 2277 2257 2278 2258 ; … … 2290 2270 { 2291 2271 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 2292 test_array [0] = 0; 2293 return test_array [0]; 2272 test_array [0] = 0 2294 2273 2295 2274 ; … … 2325 2304 { 2326 2305 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2327 test_array [0] = 0; 2328 return test_array [0]; 2306 test_array [0] = 0 2329 2307 2330 2308 ; … … 2399 2377 2400 2378 It was created by Rappture $as_me 1.4, which was 2401 generated by GNU Autoconf 2.6 9. Invocation command line was2379 generated by GNU Autoconf 2.68. Invocation command line was 2402 2380 2403 2381 $ $0 $@ … … 2849 2827 for ac_prog in ginstall scoinst install; do 2850 2828 for ac_exec_ext in '' $ac_executable_extensions; do 2851 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then2829 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 2852 2830 if test $ac_prog = install && 2853 2831 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 2923 2901 test -z "$as_dir" && as_dir=. 2924 2902 for ac_exec_ext in '' $ac_executable_extensions; do 2925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2926 2904 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2927 2905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2963 2941 test -z "$as_dir" && as_dir=. 2964 2942 for ac_exec_ext in '' $ac_executable_extensions; do 2965 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then2943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2966 2944 ac_cv_prog_ac_ct_RANLIB="ranlib" 2967 2945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3022 3000 for ac_prog in mkdir gmkdir; do 3023 3001 for ac_exec_ext in '' $ac_executable_extensions; do 3024 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"|| continue3002 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 3025 3003 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 3026 3004 'mkdir (GNU coreutils) '* | \ … … 3106 3084 test -z "$as_dir" && as_dir=. 3107 3085 for ac_exec_ext in '' $ac_executable_extensions; do 3108 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3109 3087 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3110 3088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3146 3124 test -z "$as_dir" && as_dir=. 3147 3125 for ac_exec_ext in '' $ac_executable_extensions; do 3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3149 3127 ac_cv_prog_ac_ct_CC="gcc" 3150 3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3199 3177 test -z "$as_dir" && as_dir=. 3200 3178 for ac_exec_ext in '' $ac_executable_extensions; do 3201 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3202 3180 ac_cv_prog_CC="${ac_tool_prefix}cc" 3203 3181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3240 3218 test -z "$as_dir" && as_dir=. 3241 3219 for ac_exec_ext in '' $ac_executable_extensions; do 3242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3243 3221 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3244 3222 ac_prog_rejected=yes … … 3298 3276 test -z "$as_dir" && as_dir=. 3299 3277 for ac_exec_ext in '' $ac_executable_extensions; do 3300 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3301 3279 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3302 3280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3342 3320 test -z "$as_dir" && as_dir=. 3343 3321 for ac_exec_ext in '' $ac_executable_extensions; do 3344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3345 3323 ac_cv_prog_ac_ct_CC="$ac_prog" 3346 3324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3788 3766 #include <stdarg.h> 3789 3767 #include <stdio.h> 3790 struct stat; 3768 #include <sys/types.h> 3769 #include <sys/stat.h> 3791 3770 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3792 3771 struct buf { int x; }; … … 3901 3880 test -z "$as_dir" && as_dir=. 3902 3881 for ac_exec_ext in '' $ac_executable_extensions; do 3903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3904 3883 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3905 3884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3945 3924 test -z "$as_dir" && as_dir=. 3946 3925 for ac_exec_ext in '' $ac_executable_extensions; do 3947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3948 3927 ac_cv_prog_ac_ct_CXX="$ac_prog" 3949 3928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4154 4133 test -z "$as_dir" && as_dir=. 4155 4134 for ac_exec_ext in '' $ac_executable_extensions; do 4156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4157 4136 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4158 4137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4198 4177 test -z "$as_dir" && as_dir=. 4199 4178 for ac_exec_ext in '' $ac_executable_extensions; do 4200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then4179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4201 4180 ac_cv_prog_ac_ct_F77="$ac_prog" 4202 4181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4505 4484 for ac_exec_ext in '' $ac_executable_extensions; do 4506 4485 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4507 as_fn_executable_p "$ac_path_GREP"|| continue4486 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4508 4487 # Check for GNU ac_path_GREP and select it if it is found. 4509 4488 # Check for GNU $ac_path_GREP … … 4571 4550 for ac_exec_ext in '' $ac_executable_extensions; do 4572 4551 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4573 as_fn_executable_p "$ac_path_EGREP"|| continue4552 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4574 4553 # Check for GNU ac_path_EGREP and select it if it is found. 4575 4554 # Check for GNU $ac_path_EGREP … … 5638 5617 test -z "$as_dir" && as_dir=. 5639 5618 for ac_exec_ext in '' $ac_executable_extensions; do 5640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then5619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5641 5620 ac_cv_prog_AR="ar" 5642 5621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7387 7366 test -z "$as_dir" && as_dir=. 7388 7367 for ac_exec_ext in '' $ac_executable_extensions; do 7389 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7390 7369 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7391 7370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7429 7408 test -z "$as_dir" && as_dir=. 7430 7409 for ac_exec_ext in '' $ac_executable_extensions; do 7431 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7432 7411 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7433 7412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7474 7453 VTK_TCL_DIR="" 7475 7454 7455 ENABLE_VTK=no 7476 7456 if test "$with_vtk" != "no" ; then 7477 7457 if test "$with_vtk" != "yes" ; then … … 7479 7459 fi 7480 7460 if test "x$with_vtk" != "x" ; then 7461 ENABLE_VTK=yes 7481 7462 for path in \ 7482 7463 $libdir/tcltk \ … … 7556 7537 test -z "$as_dir" && as_dir=. 7557 7538 for ac_exec_ext in '' $ac_executable_extensions; do 7558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7559 7540 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7560 7541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7598 7579 test -z "$as_dir" && as_dir=. 7599 7580 for ac_exec_ext in '' $ac_executable_extensions; do 7600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7601 7582 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7602 7583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7648 7629 test -z "$as_dir" && as_dir=. 7649 7630 for ac_exec_ext in '' $ac_executable_extensions; do 7650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7651 7632 ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext" 7652 7633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7688 7669 test -z "$as_dir" && as_dir=. 7689 7670 for ac_exec_ext in '' $ac_executable_extensions; do 7690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7691 7672 ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext" 7692 7673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7739 7720 test -z "$as_dir" && as_dir=. 7740 7721 for ac_exec_ext in '' $ac_executable_extensions; do 7741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7742 7723 ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext" 7743 7724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7801 7782 test -z "$as_dir" && as_dir=. 7802 7783 for ac_exec_ext in '' $ac_executable_extensions; do 7803 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7804 7785 ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext" 7805 7786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7841 7822 test -z "$as_dir" && as_dir=. 7842 7823 for ac_exec_ext in '' $ac_executable_extensions; do 7843 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7844 7825 ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext" 7845 7826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7928 7909 test -z "$as_dir" && as_dir=. 7929 7910 for ac_exec_ext in '' $ac_executable_extensions; do 7930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7931 7912 ac_cv_path_mkoctfile3="$as_dir/$ac_word$ac_exec_ext" 7932 7913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7988 7969 test -z "$as_dir" && as_dir=. 7989 7970 for ac_exec_ext in '' $ac_executable_extensions; do 7990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then7971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7991 7972 ac_cv_path_mkoctfile2="$as_dir/$ac_word$ac_exec_ext" 7992 7973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8062 8043 test -z "$as_dir" && as_dir=. 8063 8044 for ac_exec_ext in '' $ac_executable_extensions; do 8064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8065 8046 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8066 8047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8103 8084 test -z "$as_dir" && as_dir=. 8104 8085 for ac_exec_ext in '' $ac_executable_extensions; do 8105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8106 8087 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 8107 8088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8144 8125 test -z "$as_dir" && as_dir=. 8145 8126 for ac_exec_ext in '' $ac_executable_extensions; do 8146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8147 8128 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8148 8129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8184 8165 test -z "$as_dir" && as_dir=. 8185 8166 for ac_exec_ext in '' $ac_executable_extensions; do 8186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8187 8168 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 8188 8169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8266 8247 test -z "$as_dir" && as_dir=. 8267 8248 for ac_exec_ext in '' $ac_executable_extensions; do 8268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8269 8250 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8270 8251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8308 8289 test -z "$as_dir" && as_dir=. 8309 8290 for ac_exec_ext in '' $ac_executable_extensions; do 8310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8311 8292 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8312 8293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8429 8410 test -z "$as_dir" && as_dir=. 8430 8411 for ac_exec_ext in '' $ac_executable_extensions; do 8431 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8432 8413 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8433 8414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8469 8450 test -z "$as_dir" && as_dir=. 8470 8451 for ac_exec_ext in '' $ac_executable_extensions; do 8471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8472 8453 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8473 8454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8509 8490 test -z "$as_dir" && as_dir=. 8510 8491 for ac_exec_ext in '' $ac_executable_extensions; do 8511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8512 8493 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8513 8494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8551 8532 test -z "$as_dir" && as_dir=. 8552 8533 for ac_exec_ext in '' $ac_executable_extensions; do 8553 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8554 8535 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8555 8536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8592 8573 test -z "$as_dir" && as_dir=. 8593 8574 for ac_exec_ext in '' $ac_executable_extensions; do 8594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8595 8576 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8596 8577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8633 8614 test -z "$as_dir" && as_dir=. 8634 8615 for ac_exec_ext in '' $ac_executable_extensions; do 8635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8636 8617 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8637 8618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8722 8703 test -z "$as_dir" && as_dir=. 8723 8704 for ac_exec_ext in '' $ac_executable_extensions; do 8724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8725 8706 ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext" 8726 8707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8764 8745 test -z "$as_dir" && as_dir=. 8765 8746 for ac_exec_ext in '' $ac_executable_extensions; do 8766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then8747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8767 8748 ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext" 8768 8749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9557 9538 test -z "$as_dir" && as_dir=. 9558 9539 for ac_exec_ext in '' $ac_executable_extensions; do 9559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then9540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9560 9541 ac_cv_path_FFMPEG="$as_dir/$ac_word$ac_exec_ext" 9561 9542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9599 9580 test -z "$as_dir" && as_dir=. 9600 9581 for ac_exec_ext in '' $ac_executable_extensions; do 9601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then9582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 9602 9583 ac_cv_path_FFMPEG="$as_dir/$ac_word$ac_exec_ext" 9603 9584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 10111 10092 fi 10112 10093 fi 10094 10113 10095 10114 10096 … … 10618 10600 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 10619 10601 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 10620 # In both cases, we have to default to `cp -p R'.10602 # In both cases, we have to default to `cp -p'. 10621 10603 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10622 as_ln_s='cp -p R'10604 as_ln_s='cp -p' 10623 10605 elif ln conf$$.file conf$$ 2>/dev/null; then 10624 10606 as_ln_s=ln 10625 10607 else 10626 as_ln_s='cp -p R'10608 as_ln_s='cp -p' 10627 10609 fi 10628 10610 else 10629 as_ln_s='cp -p R'10611 as_ln_s='cp -p' 10630 10612 fi 10631 10613 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 10687 10669 fi 10688 10670 10689 10690 # as_fn_executable_p FILE 10691 # ----------------------- 10692 # Test if FILE is an executable regular file. 10693 as_fn_executable_p () 10694 { 10695 test -f "$1" && test -x "$1" 10696 } # as_fn_executable_p 10697 as_test_x='test -x' 10698 as_executable_p=as_fn_executable_p 10671 if test -x / >/dev/null 2>&1; then 10672 as_test_x='test -x' 10673 else 10674 if ls -dL / >/dev/null 2>&1; then 10675 as_ls_L_option=L 10676 else 10677 as_ls_L_option= 10678 fi 10679 as_test_x=' 10680 eval sh -c '\'' 10681 if test -d "$1"; then 10682 test -d "$1/."; 10683 else 10684 case $1 in #( 10685 -*)set "./$1";; 10686 esac; 10687 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 10688 ???[sx]*):;;*)false;;esac;fi 10689 '\'' sh 10690 ' 10691 fi 10692 as_executable_p=$as_test_x 10699 10693 10700 10694 # Sed expression to map a string onto a valid CPP name. … … 10718 10712 ac_log=" 10719 10713 This file was extended by Rappture $as_me 1.4, which was 10720 generated by GNU Autoconf 2.6 9. Invocation command line was10714 generated by GNU Autoconf 2.68. Invocation command line was 10721 10715 10722 10716 CONFIG_FILES = $CONFIG_FILES … … 10780 10774 ac_cs_version="\\ 10781 10775 Rappture config.status 1.4 10782 configured by $0, generated by GNU Autoconf 2.6 9,10776 configured by $0, generated by GNU Autoconf 2.68, 10783 10777 with options \\"\$ac_cs_config\\" 10784 10778 10785 Copyright (C) 201 2Free Software Foundation, Inc.10779 Copyright (C) 2010 Free Software Foundation, Inc. 10786 10780 This config.status script is free software; the Free Software Foundation 10787 10781 gives unlimited permission to copy, distribute and modify it." … … 10873 10867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10874 10868 if \$ac_cs_recheck; then 10875 set X $SHELL'$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion10869 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 10876 10870 shift 10877 10871 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 -
trunk/configure.in
r4156 r4209 195 195 VTK_TCL_DIR="" 196 196 197 ENABLE_VTK=no 197 198 if test "$with_vtk" != "no" ; then 198 199 if test "$with_vtk" != "yes" ; then … … 200 201 fi 201 202 if test "x$with_vtk" != "x" ; then 203 ENABLE_VTK=yes 202 204 for path in \ 203 205 $libdir/tcltk \ … … 376 378 AC_SUBST(ENABLE_LANG) 377 379 AC_SUBST(ENABLE_GUI) 380 AC_SUBST(ENABLE_VTK) 378 381 AC_SUBST(ENABLE_VTK_DICOM) 379 382 AC_SUBST(FFMPEG) -
trunk/gui/scripts/Makefile.in
r4178 r4209 33 33 $(srcdir)/controlOwner.tcl \ 34 34 $(srcdir)/controls.tcl \ 35 $(srcdir)/coverflow.tcl \ 35 36 $(srcdir)/curve.tcl \ 36 37 $(srcdir)/datatable.tcl \ … … 115 116 $(srcdir)/tooltip.tcl \ 116 117 $(srcdir)/tuples.tcl \ 118 $(srcdir)/tweener.tcl \ 117 119 $(srcdir)/unirect2d.tcl \ 118 120 $(srcdir)/unirect3d.tcl \ -
trunk/gui/src/Makefile.in
r4128 r4209 27 27 CFLAGS = @CFLAGS@ -fPIC 28 28 TCL_VERSION = @TCL_VERSION@ 29 TCLTK_SRCS = -I../../../runtime/tcl8.4.19/generic -I../../../runtime/tk8.4.19/generic -I../../../runtime/tk8.4.19/unix 29 30 TCL_LIB_SPEC = @TCL_LIB_SPEC@ 30 31 TK_LIB_SPEC = @TK_LIB_SPEC@ 31 32 TK_XLIBSW = @TK_XLIBSW@ 32 33 VTK_VERSION = @VTK_VERSION@ 34 VTK_TCL_DIR = @VTK_TCL_DIR@ 33 35 ENABLE_VTK_DICOM= @ENABLE_VTK_DICOM@ 34 VTK_LIB_SPEC = -lvtkIOCore-$(VTK_VERSION) -lvtkIOLegacy-$(VTK_VERSION) -lvtkIOImage-$(VTK_VERSION) -lvtkCommonCore-$(VTK_VERSION)36 VTK_LIB_SPEC = 35 37 36 38 CC_SWITCHES = $(SHLIB_CFLAGS) $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES) … … 42 44 version = @PACKAGE_VERSION@ 43 45 DEFINES = -DPACKAGE_VERSION=\"$(version)\" 44 45 ifeq ($(ENABLE_VTK_DICOM),yes)46 VTK_LIB_SPEC += -lvtkDICOM47 DEFINES += -DUSE_VTK_DICOM_PACKAGE48 endif49 46 50 47 RANLIB = @RANLIB@ … … 62 59 RpCanvHotspot.o \ 63 60 RpCanvPlacard.o \ 64 RpDicomToVtk.o \65 61 RpDiffview.o \ 66 62 RpReadPoints.o \ 67 RpDxToVtk.o \ 68 RpPdbToVtk.o 63 RpListbox.o \ 64 RpSqueezer.o 65 66 ifneq ($(VTK_TCL_DIR),) 67 OBJS += RpDxToVtk.o RpPdbToVtk.o 68 VTK_LIB_SPEC += -lvtkIOCore-$(VTK_VERSION) -lvtkIOLegacy-$(VTK_VERSION) -lvtkIOImage-$(VTK_VERSION) -lvtkCommonCore-$(VTK_VERSION) 69 70 ifeq ($(ENABLE_VTK_DICOM),yes) 71 OBJS += RpDicomToVtk.o 72 VTK_LIB_SPEC += -lvtkDICOM 73 DEFINES += -DUSE_VTK_DICOM_PACKAGE 74 endif 75 endif 76 69 77 70 78 name = RapptureGUI$(version) … … 83 91 $(INSTALL) -m 555 $(lib) $(destdir) 84 92 93 RpListbox.o: RpListbox.c 94 $(CC) $(CC_SWITCHES) $(TCLTK_SRCS) -c $? 85 95 .cc.o: 86 96 $(CXX) $(CXX_SWITCHES) -c $? -
trunk/gui/src/RapptureGUI_Init.c
r4118 r4209 25 25 extern Tcl_AppInitProc RpCanvHotspot_Init; 26 26 extern Tcl_AppInitProc RpCanvPlacard_Init; 27 extern Tcl_AppInitProc RpDicomToVtk_Init; 27 extern Tcl_AppInitProc RpDiffview_Init; 28 extern Tcl_AppInitProc RpListbox_Init; 29 extern Tcl_AppInitProc RpReadPoints_Init; 30 extern Tcl_AppInitProc RpSqueezer_Init; 31 32 #ifdef ENABLE_VTK 28 33 extern Tcl_AppInitProc RpDxToVtk_Init; 29 34 extern Tcl_AppInitProc RpPdbToVtk_Init; 30 extern Tcl_AppInitProc RpDiffview_Init; 31 extern Tcl_AppInitProc RpReadPoints_Init; 35 #ifdef ENABLE_VTK_DICOM 36 extern Tcl_AppInitProc RpDicomToVtk_Init; 37 #endif 38 #endif 32 39 33 40 #ifdef BUILD_Rappture … … 50 57 return TCL_ERROR; 51 58 } 52 if (Rp DicomToVtk_Init(interp) != TCL_OK) {59 if (RpListbox_Init(interp) != TCL_OK) { 53 60 return TCL_ERROR; 54 61 } 62 if (RpReadPoints_Init(interp) != TCL_OK) { 63 return TCL_ERROR; 64 } 65 if (RpSqueezer_Init(interp) != TCL_OK) { 66 return TCL_ERROR; 67 } 68 if (RpCanvHotspot_Init(interp) != TCL_OK) { 69 return TCL_ERROR; 70 } 71 #ifdef ENABLE_VTK 55 72 if (RpDxToVtk_Init(interp) != TCL_OK) { 56 73 return TCL_ERROR; … … 59 76 return TCL_ERROR; 60 77 } 61 if (RpReadPoints_Init(interp) != TCL_OK) { 78 #ifdef ENABLE_VTK_DICOM 79 if (RpDicomToVtk_Init(interp) != TCL_OK) { 62 80 return TCL_ERROR; 63 81 } 64 if (RpCanvHotspot_Init(interp) != TCL_OK) { 65 return TCL_ERROR; 66 } 82 #endif 83 #endif 67 84 return TCL_OK; 68 85 } -
trunk/lang/tcl/scripts/Makefile.in
r4127 r4209 46 46 $(srcdir)/result.tcl \ 47 47 $(srcdir)/task.tcl \ 48 $(srcdir)/units.tcl 48 $(srcdir)/units.tcl \ 49 $(srcdir)/xauth.tcl 49 50 50 51 OBJECTS = \
Note: See TracChangeset
for help on using the changeset viewer.