Changeset 3748
- Timestamp:
- Jul 5, 2013 10:07:31 PM (10 years ago)
- Location:
- branches/1.3/lang
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/lang/R/Rappture/configure
r3742 r3748 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 7for Rappture 1.0.3 # Generated by GNU Autoconf 2.69 for Rappture 1.0. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. 6 6 # 7 7 # 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. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 9 # 12 10 # … … 92 90 93 91 # Find who we are. Look in the path if we contain no directory separator. 92 as_myself= 94 93 case $0 in #(( 95 94 *[\\/]* ) as_myself=$0 ;; … … 136 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 137 136 137 # Use a proper internal environment variable to ensure we don't fall 138 # into an infinite loop, continuously re-executing ourselves. 139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 140 _as_can_reexec=no; export _as_can_reexec; 141 # We cannot yet assume a decent shell, so we have to provide a 142 # neutralization value for shells without unset; and this also 143 # works around shells that cannot unset nonexistent variables. 144 # Preserve -v and -x to the replacement shell. 145 BASH_ENV=/dev/null 146 ENV=/dev/null 147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 148 case $- in # (((( 149 *v*x* | *x*v* ) as_opts=-vx ;; 150 *v* ) as_opts=-v ;; 151 *x* ) as_opts=-x ;; 152 * ) as_opts= ;; 153 esac 154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 155 # Admittedly, this is quite paranoid, since all the known shells bail 156 # out after a failed `exec'. 157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 158 as_fn_exit 255 159 fi 160 # We don't want this to propagate to other subprocesses. 161 { _as_can_reexec=; unset _as_can_reexec;} 138 162 if test "x$CONFIG_SHELL" = x; then 139 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 169 193 exitcode=1; echo positional parameters were not saved. 170 194 fi 171 test x\$exitcode = x0 || exit 1" 195 test x\$exitcode = x0 || exit 1 196 test -x / || exit 1" 172 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 173 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 214 239 215 240 if test "x$CONFIG_SHELL" != x; then : 216 # We cannot yet assume a decent shell, so we have to provide a 217 # neutralization value for shells without unset; and this also 218 # works around shells that cannot unset nonexistent variables. 219 BASH_ENV=/dev/null 220 ENV=/dev/null 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 222 export CONFIG_SHELL 223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 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 224 260 fi 225 261 … … 324 360 325 361 } # as_fn_mkdir_p 362 363 # as_fn_executable_p FILE 364 # ----------------------- 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_p 326 370 # as_fn_append VAR VALUE 327 371 # ---------------------- … … 445 489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 446 490 491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 492 # already done that, so ensure we don't try to do so again and fall 493 # in an infinite loop. This has already happened in practice. 494 _as_can_reexec=no; export _as_can_reexec 447 495 # Don't try to exec as it changes $[0], causing all sort of problems 448 496 # (the dirname of $[0] is not the place where we might find the … … 479 527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 480 528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 481 # In both cases, we have to default to `cp -p '.529 # In both cases, we have to default to `cp -pR'. 482 530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 483 as_ln_s='cp -p '531 as_ln_s='cp -pR' 484 532 elif ln conf$$.file conf$$ 2>/dev/null; then 485 533 as_ln_s=ln 486 534 else 487 as_ln_s='cp -p '535 as_ln_s='cp -pR' 488 536 fi 489 537 else 490 as_ln_s='cp -p '538 as_ln_s='cp -pR' 491 539 fi 492 540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 500 548 fi 501 549 502 if test -x / >/dev/null 2>&1; then 503 as_test_x='test -x' 504 else 505 if ls -dL / >/dev/null 2>&1; then 506 as_ls_L_option=L 507 else 508 as_ls_L_option= 509 fi 510 as_test_x=' 511 eval sh -c '\'' 512 if test -d "$1"; then 513 test -d "$1/."; 514 else 515 case $1 in #( 516 -*)set "./$1";; 517 esac; 518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 519 ???[sx]*):;;*)false;;esac;fi 520 '\'' sh 521 ' 522 fi 523 as_executable_p=$as_test_x 550 as_test_x='test -x' 551 as_executable_p=as_fn_executable_p 524 552 525 553 # Sed expression to map a string onto a valid CPP name. … … 1064 1092 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1065 1093 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1066 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}1094 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1067 1095 ;; 1068 1096 … … 1115 1143 if test "x$build_alias" = x; then 1116 1144 cross_compiling=maybe 1117 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1118 If a cross compiler is detected then cross compile mode will be used" >&21119 1145 elif test "x$build_alias" != "x$host_alias"; then 1120 1146 cross_compiling=yes … … 1352 1378 cat <<\_ACEOF 1353 1379 Rappture configure 1.0 1354 generated by GNU Autoconf 2.6 71355 1356 Copyright (C) 201 0Free Software Foundation, Inc.1380 generated by GNU Autoconf 2.69 1381 1382 Copyright (C) 2012 Free Software Foundation, Inc. 1357 1383 This configure script is free software; the Free Software Foundation 1358 1384 gives unlimited permission to copy, distribute and modify it. … … 1398 1424 ac_retval=1 1399 1425 fi 1400 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1426 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1401 1427 as_fn_set_status $ac_retval 1402 1428 … … 1435 1461 ac_retval=1 1436 1462 fi 1437 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1463 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1438 1464 as_fn_set_status $ac_retval 1439 1465 … … 1448 1474 { 1449 1475 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1450 if eval "test \"\${$3+set}\"" = set; then :1476 if eval \${$3+:} false; then : 1451 1477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1452 1478 $as_echo_n "checking for $2... " >&6; } 1453 if eval "test \"\${$3+set}\"" = set; then :1479 if eval \${$3+:} false; then : 1454 1480 $as_echo_n "(cached) " >&6 1455 1481 fi … … 1518 1544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1519 1545 $as_echo_n "checking for $2... " >&6; } 1520 if eval "test \"\${$3+set}\"" = set; then :1546 if eval \${$3+:} false; then : 1521 1547 $as_echo_n "(cached) " >&6 1522 1548 else … … 1527 1553 $as_echo "$ac_res" >&6; } 1528 1554 fi 1529 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1555 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1530 1556 1531 1557 } # ac_fn_c_check_header_mongrel … … 1568 1594 fi 1569 1595 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1570 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1596 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1571 1597 as_fn_set_status $ac_retval 1572 1598 … … 1582 1608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1583 1609 $as_echo_n "checking for $2... " >&6; } 1584 if eval "test \"\${$3+set}\"" = set; then :1610 if eval \${$3+:} false; then : 1585 1611 $as_echo_n "(cached) " >&6 1586 1612 else … … 1600 1626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1601 1627 $as_echo "$ac_res" >&6; } 1602 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1628 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1603 1629 1604 1630 } # ac_fn_c_check_header_compile … … 1631 1657 } && test -s conftest$ac_exeext && { 1632 1658 test "$cross_compiling" = yes || 1633 $as_test_x conftest$ac_exeext1659 test -x conftest$ac_exeext 1634 1660 }; then : 1635 1661 ac_retval=0 … … 1645 1671 # left behind by Apple's compiler. We do this before executing the actions. 1646 1672 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1648 1674 as_fn_set_status $ac_retval 1649 1675 … … 1667 1693 { 1668 1694 static int test_array [1 - 2 * !(($2) >= 0)]; 1669 test_array [0] = 0 1695 test_array [0] = 0; 1696 return test_array [0]; 1670 1697 1671 1698 ; … … 1683 1710 { 1684 1711 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1685 test_array [0] = 0 1712 test_array [0] = 0; 1713 return test_array [0]; 1686 1714 1687 1715 ; … … 1709 1737 { 1710 1738 static int test_array [1 - 2 * !(($2) < 0)]; 1711 test_array [0] = 0 1739 test_array [0] = 0; 1740 return test_array [0]; 1712 1741 1713 1742 ; … … 1725 1754 { 1726 1755 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 1727 test_array [0] = 0 1756 test_array [0] = 0; 1757 return test_array [0]; 1728 1758 1729 1759 ; … … 1759 1789 { 1760 1790 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1761 test_array [0] = 0 1791 test_array [0] = 0; 1792 return test_array [0]; 1762 1793 1763 1794 ; … … 1823 1854 1824 1855 fi 1825 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1826 1857 as_fn_set_status $ac_retval 1827 1858 … … 1832 1863 1833 1864 It was created by Rappture $as_me 1.0, which was 1834 generated by GNU Autoconf 2.6 7. Invocation command line was1865 generated by GNU Autoconf 2.69. Invocation command line was 1835 1866 1836 1867 $ $0 $@ … … 2090 2121 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2091 2122 as_fn_error $? "failed to load site script $ac_site_file 2092 See \`config.log' for more details" "$LINENO" 5 2123 See \`config.log' for more details" "$LINENO" 5; } 2093 2124 fi 2094 2125 done … … 2221 2252 CPPFLAGS="${CPPFLAGS} ${RAPPTURE_CPPFLAGS}" 2222 2253 2223 echo CPPFLAGS=$CPPFLAGS2224 2254 ac_ext=c 2225 2255 ac_cpp='$CPP $CPPFLAGS' … … 2232 2262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2233 2263 $as_echo_n "checking for $ac_word... " >&6; } 2234 if test "${ac_cv_prog_CC+set}" = set; then :2264 if ${ac_cv_prog_CC+:} false; then : 2235 2265 $as_echo_n "(cached) " >&6 2236 2266 else … … 2244 2274 test -z "$as_dir" && as_dir=. 2245 2275 for ac_exec_ext in '' $ac_executable_extensions; do 2246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2276 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2247 2277 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2248 2278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2272 2302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2273 2303 $as_echo_n "checking for $ac_word... " >&6; } 2274 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2304 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2275 2305 $as_echo_n "(cached) " >&6 2276 2306 else … … 2284 2314 test -z "$as_dir" && as_dir=. 2285 2315 for ac_exec_ext in '' $ac_executable_extensions; do 2286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2287 2317 ac_cv_prog_ac_ct_CC="gcc" 2288 2318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2325 2355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2326 2356 $as_echo_n "checking for $ac_word... " >&6; } 2327 if test "${ac_cv_prog_CC+set}" = set; then :2357 if ${ac_cv_prog_CC+:} false; then : 2328 2358 $as_echo_n "(cached) " >&6 2329 2359 else … … 2337 2367 test -z "$as_dir" && as_dir=. 2338 2368 for ac_exec_ext in '' $ac_executable_extensions; do 2339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2340 2370 ac_cv_prog_CC="${ac_tool_prefix}cc" 2341 2371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2365 2395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2366 2396 $as_echo_n "checking for $ac_word... " >&6; } 2367 if test "${ac_cv_prog_CC+set}" = set; then :2397 if ${ac_cv_prog_CC+:} false; then : 2368 2398 $as_echo_n "(cached) " >&6 2369 2399 else … … 2378 2408 test -z "$as_dir" && as_dir=. 2379 2409 for ac_exec_ext in '' $ac_executable_extensions; do 2380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2381 2411 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2382 2412 ac_prog_rejected=yes … … 2424 2454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2425 2455 $as_echo_n "checking for $ac_word... " >&6; } 2426 if test "${ac_cv_prog_CC+set}" = set; then :2456 if ${ac_cv_prog_CC+:} false; then : 2427 2457 $as_echo_n "(cached) " >&6 2428 2458 else … … 2436 2466 test -z "$as_dir" && as_dir=. 2437 2467 for ac_exec_ext in '' $ac_executable_extensions; do 2438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2439 2469 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2440 2470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2468 2498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2469 2499 $as_echo_n "checking for $ac_word... " >&6; } 2470 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2500 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2471 2501 $as_echo_n "(cached) " >&6 2472 2502 else … … 2480 2510 test -z "$as_dir" && as_dir=. 2481 2511 for ac_exec_ext in '' $ac_executable_extensions; do 2482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2483 2513 ac_cv_prog_ac_ct_CC="$ac_prog" 2484 2514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2523 2553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2524 2554 as_fn_error $? "no acceptable C compiler found in \$PATH 2525 See \`config.log' for more details" "$LINENO" 5 2555 See \`config.log' for more details" "$LINENO" 5; } 2526 2556 2527 2557 # Provide some information about the compiler. … … 2638 2668 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2639 2669 as_fn_error 77 "C compiler cannot create executables 2640 See \`config.log' for more details" "$LINENO" 5 2670 See \`config.log' for more details" "$LINENO" 5; } 2641 2671 else 2642 2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 … … 2681 2711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2682 2712 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2683 See \`config.log' for more details" "$LINENO" 5 2713 See \`config.log' for more details" "$LINENO" 5; } 2684 2714 fi 2685 2715 rm -f conftest conftest$ac_cv_exeext … … 2740 2770 as_fn_error $? "cannot run C compiled programs. 2741 2771 If you meant to cross compile, use \`--host'. 2742 See \`config.log' for more details" "$LINENO" 5 2772 See \`config.log' for more details" "$LINENO" 5; } 2743 2773 fi 2744 2774 fi … … 2751 2781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 2752 2782 $as_echo_n "checking for suffix of object files... " >&6; } 2753 if test "${ac_cv_objext+set}" = set; then :2783 if ${ac_cv_objext+:} false; then : 2754 2784 $as_echo_n "(cached) " >&6 2755 2785 else … … 2792 2822 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2793 2823 as_fn_error $? "cannot compute suffix of object files: cannot compile 2794 See \`config.log' for more details" "$LINENO" 5 2824 See \`config.log' for more details" "$LINENO" 5; } 2795 2825 fi 2796 2826 rm -f conftest.$ac_cv_objext conftest.$ac_ext … … 2802 2832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 2803 2833 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2804 if test "${ac_cv_c_compiler_gnu+set}" = set; then :2834 if ${ac_cv_c_compiler_gnu+:} false; then : 2805 2835 $as_echo_n "(cached) " >&6 2806 2836 else … … 2839 2869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 2840 2870 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2841 if test "${ac_cv_prog_cc_g+set}" = set; then :2871 if ${ac_cv_prog_cc_g+:} false; then : 2842 2872 $as_echo_n "(cached) " >&6 2843 2873 else … … 2917 2947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 2918 2948 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2919 if test "${ac_cv_prog_cc_c89+set}" = set; then :2949 if ${ac_cv_prog_cc_c89+:} false; then : 2920 2950 $as_echo_n "(cached) " >&6 2921 2951 else … … 2926 2956 #include <stdarg.h> 2927 2957 #include <stdio.h> 2928 #include <sys/types.h> 2929 #include <sys/stat.h> 2958 struct stat; 2930 2959 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 2931 2960 struct buf { int x; }; … … 3025 3054 fi 3026 3055 if test -z "$CPP"; then 3027 if test "${ac_cv_prog_CPP+set}" = set; then :3056 if ${ac_cv_prog_CPP+:} false; then : 3028 3057 $as_echo_n "(cached) " >&6 3029 3058 else … … 3141 3170 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3142 3171 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3143 See \`config.log' for more details" "$LINENO" 5 3172 See \`config.log' for more details" "$LINENO" 5; } 3144 3173 fi 3145 3174 … … 3153 3182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3154 3183 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3155 if test "${ac_cv_path_GREP+set}" = set; then :3184 if ${ac_cv_path_GREP+:} false; then : 3156 3185 $as_echo_n "(cached) " >&6 3157 3186 else … … 3167 3196 for ac_exec_ext in '' $ac_executable_extensions; do 3168 3197 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3169 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue3198 as_fn_executable_p "$ac_path_GREP" || continue 3170 3199 # Check for GNU ac_path_GREP and select it if it is found. 3171 3200 # Check for GNU $ac_path_GREP … … 3216 3245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3217 3246 $as_echo_n "checking for egrep... " >&6; } 3218 if test "${ac_cv_path_EGREP+set}" = set; then :3247 if ${ac_cv_path_EGREP+:} false; then : 3219 3248 $as_echo_n "(cached) " >&6 3220 3249 else … … 3233 3262 for ac_exec_ext in '' $ac_executable_extensions; do 3234 3263 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3235 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue3264 as_fn_executable_p "$ac_path_EGREP" || continue 3236 3265 # Check for GNU ac_path_EGREP and select it if it is found. 3237 3266 # Check for GNU $ac_path_EGREP … … 3283 3312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 3284 3313 $as_echo_n "checking for ANSI C header files... " >&6; } 3285 if test "${ac_cv_header_stdc+set}" = set; then :3314 if ${ac_cv_header_stdc+:} false; then : 3286 3315 $as_echo_n "(cached) " >&6 3287 3316 else … … 3431 3460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing rpLibrary" >&5 3432 3461 $as_echo_n "checking for library containing rpLibrary... " >&6; } 3433 if test "${ac_cv_search_rpLibrary+set}" = set; then :3462 if ${ac_cv_search_rpLibrary+:} false; then : 3434 3463 $as_echo_n "(cached) " >&6 3435 3464 else … … 3465 3494 rm -f core conftest.err conftest.$ac_objext \ 3466 3495 conftest$ac_exeext 3467 if test "${ac_cv_search_rpLibrary+set}" = set; then :3496 if ${ac_cv_search_rpLibrary+:} false; then : 3468 3497 break 3469 3498 fi 3470 3499 done 3471 if test "${ac_cv_search_rpLibrary+set}" = set; then :3500 if ${ac_cv_search_rpLibrary+:} false; then : 3472 3501 3473 3502 else … … 3489 3518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing rpConvert" >&5 3490 3519 $as_echo_n "checking for library containing rpConvert... " >&6; } 3491 if test "${ac_cv_search_rpConvert+set}" = set; then :3520 if ${ac_cv_search_rpConvert+:} false; then : 3492 3521 $as_echo_n "(cached) " >&6 3493 3522 else … … 3523 3552 rm -f core conftest.err conftest.$ac_objext \ 3524 3553 conftest$ac_exeext 3525 if test "${ac_cv_search_rpConvert+set}" = set; then :3554 if ${ac_cv_search_rpConvert+:} false; then : 3526 3555 break 3527 3556 fi 3528 3557 done 3529 if test "${ac_cv_search_rpConvert+set}" = set; then :3558 if ${ac_cv_search_rpConvert+:} false; then : 3530 3559 3531 3560 else … … 3547 3576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing rpUtilsProgress" >&5 3548 3577 $as_echo_n "checking for library containing rpUtilsProgress... " >&6; } 3549 if test "${ac_cv_search_rpUtilsProgress+set}" = set; then :3578 if ${ac_cv_search_rpUtilsProgress+:} false; then : 3550 3579 $as_echo_n "(cached) " >&6 3551 3580 else … … 3581 3610 rm -f core conftest.err conftest.$ac_objext \ 3582 3611 conftest$ac_exeext 3583 if test "${ac_cv_search_rpUtilsProgress+set}" = set; then :3612 if ${ac_cv_search_rpUtilsProgress+:} false; then : 3584 3613 break 3585 3614 fi 3586 3615 done 3587 if test "${ac_cv_search_rpUtilsProgress+set}" = set; then :3616 if ${ac_cv_search_rpUtilsProgress+:} false; then : 3588 3617 3589 3618 else … … 3611 3640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 3612 3641 $as_echo_n "checking size of long... " >&6; } 3613 if test "${ac_cv_sizeof_long+set}" = set; then :3642 if ${ac_cv_sizeof_long+:} false; then : 3614 3643 $as_echo_n "(cached) " >&6 3615 3644 else … … 3621 3650 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3622 3651 as_fn_error 77 "cannot compute sizeof (long) 3623 See \`config.log' for more details" "$LINENO" 5 3652 See \`config.log' for more details" "$LINENO" 5; } 3624 3653 else 3625 3654 ac_cv_sizeof_long=0 … … 3707 3736 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 3708 3737 if test -w "$cache_file"; then 3709 test "x$cache_file" != "x/dev/null" &&3738 if test "x$cache_file" != "x/dev/null"; then 3710 3739 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 3711 3740 $as_echo "$as_me: updating cache $cache_file" >&6;} 3712 cat confcache >$cache_file 3741 if test ! -f "$cache_file" || test -h "$cache_file"; then 3742 cat confcache >"$cache_file" 3743 else 3744 case $cache_file in #( 3745 */* | ?:*) 3746 mv -f confcache "$cache_file"$$ && 3747 mv -f "$cache_file"$$ "$cache_file" ;; #( 3748 *) 3749 mv -f confcache "$cache_file" ;; 3750 esac 3751 fi 3752 fi 3713 3753 else 3714 3754 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 … … 3778 3818 3779 3819 3780 : ${CONFIG_STATUS=./config.status}3820 : "${CONFIG_STATUS=./config.status}" 3781 3821 ac_write_fail=0 3782 3822 ac_clean_files_save=$ac_clean_files … … 3879 3919 3880 3920 # Find who we are. Look in the path if we contain no directory separator. 3921 as_myself= 3881 3922 case $0 in #(( 3882 3923 *[\\/]* ) as_myself=$0 ;; … … 4074 4115 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4075 4116 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4076 # In both cases, we have to default to `cp -p '.4117 # In both cases, we have to default to `cp -pR'. 4077 4118 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4078 as_ln_s='cp -p '4119 as_ln_s='cp -pR' 4079 4120 elif ln conf$$.file conf$$ 2>/dev/null; then 4080 4121 as_ln_s=ln 4081 4122 else 4082 as_ln_s='cp -p '4123 as_ln_s='cp -pR' 4083 4124 fi 4084 4125 else 4085 as_ln_s='cp -p '4126 as_ln_s='cp -pR' 4086 4127 fi 4087 4128 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 4143 4184 fi 4144 4185 4145 if test -x / >/dev/null 2>&1; then 4146 as_test_x='test -x' 4147 else 4148 if ls -dL / >/dev/null 2>&1; then 4149 as_ls_L_option=L 4150 else 4151 as_ls_L_option= 4152 fi 4153 as_test_x=' 4154 eval sh -c '\'' 4155 if test -d "$1"; then 4156 test -d "$1/."; 4157 else 4158 case $1 in #( 4159 -*)set "./$1";; 4160 esac; 4161 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 4162 ???[sx]*):;;*)false;;esac;fi 4163 '\'' sh 4164 ' 4165 fi 4166 as_executable_p=$as_test_x 4186 4187 # as_fn_executable_p FILE 4188 # ----------------------- 4189 # Test if FILE is an executable regular file. 4190 as_fn_executable_p () 4191 { 4192 test -f "$1" && test -x "$1" 4193 } # as_fn_executable_p 4194 as_test_x='test -x' 4195 as_executable_p=as_fn_executable_p 4167 4196 4168 4197 # Sed expression to map a string onto a valid CPP name. … … 4186 4215 ac_log=" 4187 4216 This file was extended by Rappture $as_me 1.0, which was 4188 generated by GNU Autoconf 2.6 7. Invocation command line was4217 generated by GNU Autoconf 2.69. Invocation command line was 4189 4218 4190 4219 CONFIG_FILES = $CONFIG_FILES … … 4239 4268 ac_cs_version="\\ 4240 4269 Rappture config.status 1.0 4241 configured by $0, generated by GNU Autoconf 2.6 7,4270 configured by $0, generated by GNU Autoconf 2.69, 4242 4271 with options \\"\$ac_cs_config\\" 4243 4272 4244 Copyright (C) 201 0Free Software Foundation, Inc.4273 Copyright (C) 2012 Free Software Foundation, Inc. 4245 4274 This config.status script is free software; the Free Software Foundation 4246 4275 gives unlimited permission to copy, distribute and modify it." … … 4319 4348 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4320 4349 if \$ac_cs_recheck; then 4321 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion4350 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 4322 4351 shift 4323 4352 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 … … 4350 4379 "src/Makevars") CONFIG_FILES="$CONFIG_FILES src/Makevars" ;; 4351 4380 4352 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 4381 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4353 4382 esac 4354 4383 done … … 4371 4400 $debug || 4372 4401 { 4373 tmp= 4402 tmp= ac_tmp= 4374 4403 trap 'exit_status=$? 4375 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 4404 : "${ac_tmp:=$tmp}" 4405 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 4376 4406 ' 0 4377 4407 trap 'as_fn_exit 1' 1 2 13 15 … … 4381 4411 { 4382 4412 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4383 test - n "$tmp" && test -d "$tmp"4413 test -d "$tmp" 4384 4414 } || 4385 4415 { … … 4387 4417 (umask 077 && mkdir "$tmp") 4388 4418 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 4419 ac_tmp=$tmp 4389 4420 4390 4421 # Set up the scripts for CONFIG_FILES section. … … 4408 4439 fi 4409 4440 4410 echo 'BEGIN {' >"$ tmp/subs1.awk" &&4441 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 4411 4442 _ACEOF 4412 4443 … … 4436 4467 4437 4468 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4438 cat >>"\$ tmp/subs1.awk" <<\\_ACAWK &&4469 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 4439 4470 _ACEOF 4440 4471 sed -n ' … … 4484 4515 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4485 4516 _ACAWK 4486 cat >>"\$ tmp/subs1.awk" <<_ACAWK &&4517 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 4487 4518 for (key in S) S_is_set[key] = 1 4488 4519 FS = "" … … 4516 4547 else 4517 4548 cat 4518 fi < "$ tmp/subs1.awk" > "$tmp/subs.awk" \4549 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 4519 4550 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 4520 4551 _ACEOF … … 4556 4587 case $ac_mode$ac_tag in 4557 4588 :[FHL]*:*);; 4558 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 4589 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 4559 4590 :[FH]-) ac_tag=-:-;; 4560 4591 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 4575 4606 do 4576 4607 case $ac_f in 4577 -) ac_f="$ tmp/stdin";;4608 -) ac_f="$ac_tmp/stdin";; 4578 4609 *) # Look for the file first in the build tree, then in the source tree 4579 4610 # (if the path is not absolute). The absolute path cannot be DOS-style, … … 4584 4615 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4585 4616 esac || 4586 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 4617 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 4587 4618 esac 4588 4619 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac … … 4610 4641 4611 4642 case $ac_tag in 4612 *:-:* | *:-) cat >"$ tmp/stdin" \4613 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4643 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 4644 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 4614 4645 esac 4615 4646 ;; … … 4736 4767 $ac_datarootdir_hack 4737 4768 " 4738 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ tmp/subs.awk" >$tmp/out\4739 || as_fn_error $? "could not create $ac_file" "$LINENO" 54769 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 4770 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4740 4771 4741 4772 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 4742 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 4743 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 4773 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 4774 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 4775 "$ac_tmp/out"`; test -z "$ac_out"; } && 4744 4776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4745 4777 which seems to be undefined. Please make sure it is defined" >&5 … … 4747 4779 which seems to be undefined. Please make sure it is defined" >&2;} 4748 4780 4749 rm -f "$ tmp/stdin"4781 rm -f "$ac_tmp/stdin" 4750 4782 case $ac_file in 4751 -) cat "$ tmp/out" && rm -f "$tmp/out";;4752 *) rm -f "$ac_file" && mv "$ tmp/out" "$ac_file";;4783 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 4784 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 4753 4785 esac \ 4754 4786 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 -
branches/1.3/lang/R/Rappture/configure.in
r3742 r3748 43 43 CPPFLAGS="${CPPFLAGS} ${RAPPTURE_CPPFLAGS}" 44 44 45 echo CPPFLAGS=$CPPFLAGS46 45 dnl Check the headers can be found 47 46 AC_CHECK_HEADERS(RpLibrary.h RpUnits.h RpUtils.h) -
branches/1.3/lang/ruby/Ruby_Rappture.cc
r3638 r3748 28 28 #include "ruby.h" /* VALUE, rb_*(), Data_*_Struct(), NUM2INT(), 29 29 INT2NUM(), NUM2DBL(), Str2Cstr(), ANYARGS */ 30 31 #ifndef RSTRING_PTR 32 #define RSTRING_PTR(s) (RSTRING(s)->ptr) 33 #endif 34 #ifndef RSTRING_LEN 35 #define RSTRING_LEN(s) (RSTRING(s)->len) 36 #endif 30 37 31 38 /******************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.