Changeset 573
- Timestamp:
- 04/19/13 10:10:34 (8 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r570 r573 7 7 * Replaced module-init-tools with kmod as module-init-tools is deprecated. 8 8 lsmod/rmmod/insmod/modprobe are now symlinks for /bin/kmod 9 10 * Dropped support for ReiserFS, kernel modules and reiserfsprogs have been 11 remove from SALI 12 13 * Dropped support for PPC64 architecture as we are unable to test SALI 14 in ppc64 9 15 10 16 * Added kmod version 13 -
trunk/configure
r562 r573 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 7for SALI 1.6.0.3 # Generated by GNU Autoconf 2.69 for SALI 1.6.0. 4 4 # 5 5 # Report bugs to <sali@sara.nl>. 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 … … 213 238 214 239 if test "x$CONFIG_SHELL" != x; then : 215 # We cannot yet assume a decent shell, so we have to provide a 216 # neutralization value for shells without unset; and this also 217 # works around shells that cannot unset nonexistent variables. 218 BASH_ENV=/dev/null 219 ENV=/dev/null 220 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 221 export CONFIG_SHELL 222 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 240 export CONFIG_SHELL 241 # We cannot yet assume a decent shell, so we have to provide a 242 # neutralization value for shells without unset; and this also 243 # works around shells that cannot unset nonexistent variables. 244 # Preserve -v and -x to the replacement shell. 245 BASH_ENV=/dev/null 246 ENV=/dev/null 247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 248 case $- in # (((( 249 *v*x* | *x*v* ) as_opts=-vx ;; 250 *v* ) as_opts=-v ;; 251 *x* ) as_opts=-x ;; 252 * ) as_opts= ;; 253 esac 254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 255 # Admittedly, this is quite paranoid, since all the known shells bail 256 # out after a failed `exec'. 257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 258 exit 255 223 259 fi 224 260 … … 322 358 323 359 } # as_fn_mkdir_p 360 361 # as_fn_executable_p FILE 362 # ----------------------- 363 # Test if FILE is an executable regular file. 364 as_fn_executable_p () 365 { 366 test -f "$1" && test -x "$1" 367 } # as_fn_executable_p 324 368 # as_fn_append VAR VALUE 325 369 # ---------------------- … … 443 487 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 444 488 489 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 490 # already done that, so ensure we don't try to do so again and fall 491 # in an infinite loop. This has already happened in practice. 492 _as_can_reexec=no; export _as_can_reexec 445 493 # Don't try to exec as it changes $[0], causing all sort of problems 446 494 # (the dirname of $[0] is not the place where we might find the … … 477 525 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 478 526 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 479 # In both cases, we have to default to `cp -p '.527 # In both cases, we have to default to `cp -pR'. 480 528 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 481 as_ln_s='cp -p '529 as_ln_s='cp -pR' 482 530 elif ln conf$$.file conf$$ 2>/dev/null; then 483 531 as_ln_s=ln 484 532 else 485 as_ln_s='cp -p '533 as_ln_s='cp -pR' 486 534 fi 487 535 else 488 as_ln_s='cp -p '536 as_ln_s='cp -pR' 489 537 fi 490 538 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 498 546 fi 499 547 500 if test -x / >/dev/null 2>&1; then 501 as_test_x='test -x' 502 else 503 if ls -dL / >/dev/null 2>&1; then 504 as_ls_L_option=L 505 else 506 as_ls_L_option= 507 fi 508 as_test_x=' 509 eval sh -c '\'' 510 if test -d "$1"; then 511 test -d "$1/."; 512 else 513 case $1 in #( 514 -*)set "./$1";; 515 esac; 516 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 517 ???[sx]*):;;*)false;;esac;fi 518 '\'' sh 519 ' 520 fi 521 as_executable_p=$as_test_x 548 as_test_x='test -x' 549 as_executable_p=as_fn_executable_p 522 550 523 551 # Sed expression to map a string onto a valid CPP name. … … 1039 1067 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1040 1068 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1041 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}1069 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1042 1070 ;; 1043 1071 … … 1090 1118 if test "x$build_alias" = x; then 1091 1119 cross_compiling=maybe 1092 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1093 If a cross compiler is detected then cross compile mode will be used" >&21094 1120 elif test "x$build_alias" != "x$host_alias"; then 1095 1121 cross_compiling=yes … … 1321 1347 cat <<\_ACEOF 1322 1348 SALI configure 1.6.0 1323 generated by GNU Autoconf 2.6 71324 1325 Copyright (C) 201 0Free Software Foundation, Inc.1349 generated by GNU Autoconf 2.69 1350 1351 Copyright (C) 2012 Free Software Foundation, Inc. 1326 1352 This configure script is free software; the Free Software Foundation 1327 1353 gives unlimited permission to copy, distribute and modify it. … … 1367 1393 ac_retval=1 1368 1394 fi 1369 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1395 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1370 1396 as_fn_set_status $ac_retval 1371 1397 … … 1405 1431 ac_retval=1 1406 1432 fi 1407 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1433 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1408 1434 as_fn_set_status $ac_retval 1409 1435 … … 1442 1468 ac_retval=1 1443 1469 fi 1444 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1470 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1445 1471 as_fn_set_status $ac_retval 1446 1472 … … 1451 1477 1452 1478 It was created by SALI $as_me 1.6.0, which was 1453 generated by GNU Autoconf 2.6 7. Invocation command line was1479 generated by GNU Autoconf 2.69. Invocation command line was 1454 1480 1455 1481 $ $0 $@ … … 1709 1735 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1710 1736 as_fn_error $? "failed to load site script $ac_site_file 1711 See \`config.log' for more details" "$LINENO" 5 1737 See \`config.log' for more details" "$LINENO" 5; } 1712 1738 fi 1713 1739 done … … 1816 1842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1817 1843 $as_echo_n "checking for $ac_word... " >&6; } 1818 if test "${ac_cv_prog_CXX+set}" = set; then :1844 if ${ac_cv_prog_CXX+:} false; then : 1819 1845 $as_echo_n "(cached) " >&6 1820 1846 else … … 1828 1854 test -z "$as_dir" && as_dir=. 1829 1855 for ac_exec_ext in '' $ac_executable_extensions; do 1830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1856 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1831 1857 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 1832 1858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 1860 1886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 1861 1887 $as_echo_n "checking for $ac_word... " >&6; } 1862 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :1888 if ${ac_cv_prog_ac_ct_CXX+:} false; then : 1863 1889 $as_echo_n "(cached) " >&6 1864 1890 else … … 1872 1898 test -z "$as_dir" && as_dir=. 1873 1899 for ac_exec_ext in '' $ac_executable_extensions; do 1874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then1900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1875 1901 ac_cv_prog_ac_ct_CXX="$ac_prog" 1876 1902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2024 2050 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2025 2051 as_fn_error 77 "C++ compiler cannot create executables 2026 See \`config.log' for more details" "$LINENO" 5 2052 See \`config.log' for more details" "$LINENO" 5; } 2027 2053 else 2028 2054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 … … 2067 2093 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2068 2094 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2069 See \`config.log' for more details" "$LINENO" 5 2095 See \`config.log' for more details" "$LINENO" 5; } 2070 2096 fi 2071 2097 rm -f conftest conftest$ac_cv_exeext … … 2126 2152 as_fn_error $? "cannot run C++ compiled programs. 2127 2153 If you meant to cross compile, use \`--host'. 2128 See \`config.log' for more details" "$LINENO" 5 2154 See \`config.log' for more details" "$LINENO" 5; } 2129 2155 fi 2130 2156 fi … … 2137 2163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 2138 2164 $as_echo_n "checking for suffix of object files... " >&6; } 2139 if test "${ac_cv_objext+set}" = set; then :2165 if ${ac_cv_objext+:} false; then : 2140 2166 $as_echo_n "(cached) " >&6 2141 2167 else … … 2178 2204 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2179 2205 as_fn_error $? "cannot compute suffix of object files: cannot compile 2180 See \`config.log' for more details" "$LINENO" 5 2206 See \`config.log' for more details" "$LINENO" 5; } 2181 2207 fi 2182 2208 rm -f conftest.$ac_cv_objext conftest.$ac_ext … … 2188 2214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 2189 2215 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 2190 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :2216 if ${ac_cv_cxx_compiler_gnu+:} false; then : 2191 2217 $as_echo_n "(cached) " >&6 2192 2218 else … … 2225 2251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 2226 2252 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 2227 if test "${ac_cv_prog_cxx_g+set}" = set; then :2253 if ${ac_cv_prog_cxx_g+:} false; then : 2228 2254 $as_echo_n "(cached) " >&6 2229 2255 else … … 2313 2339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2314 2340 $as_echo_n "checking for $ac_word... " >&6; } 2315 if test "${ac_cv_prog_AWK+set}" = set; then :2341 if ${ac_cv_prog_AWK+:} false; then : 2316 2342 $as_echo_n "(cached) " >&6 2317 2343 else … … 2325 2351 test -z "$as_dir" && as_dir=. 2326 2352 for ac_exec_ext in '' $ac_executable_extensions; do 2327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2328 2354 ac_cv_prog_AWK="$ac_prog" 2329 2355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2359 2385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2360 2386 $as_echo_n "checking for $ac_word... " >&6; } 2361 if test "${ac_cv_prog_CC+set}" = set; then :2387 if ${ac_cv_prog_CC+:} false; then : 2362 2388 $as_echo_n "(cached) " >&6 2363 2389 else … … 2371 2397 test -z "$as_dir" && as_dir=. 2372 2398 for ac_exec_ext in '' $ac_executable_extensions; do 2373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2399 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2374 2400 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2375 2401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2399 2425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2400 2426 $as_echo_n "checking for $ac_word... " >&6; } 2401 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2427 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2402 2428 $as_echo_n "(cached) " >&6 2403 2429 else … … 2411 2437 test -z "$as_dir" && as_dir=. 2412 2438 for ac_exec_ext in '' $ac_executable_extensions; do 2413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2439 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2414 2440 ac_cv_prog_ac_ct_CC="gcc" 2415 2441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2452 2478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2453 2479 $as_echo_n "checking for $ac_word... " >&6; } 2454 if test "${ac_cv_prog_CC+set}" = set; then :2480 if ${ac_cv_prog_CC+:} false; then : 2455 2481 $as_echo_n "(cached) " >&6 2456 2482 else … … 2464 2490 test -z "$as_dir" && as_dir=. 2465 2491 for ac_exec_ext in '' $ac_executable_extensions; do 2466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2492 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2467 2493 ac_cv_prog_CC="${ac_tool_prefix}cc" 2468 2494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2492 2518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2493 2519 $as_echo_n "checking for $ac_word... " >&6; } 2494 if test "${ac_cv_prog_CC+set}" = set; then :2520 if ${ac_cv_prog_CC+:} false; then : 2495 2521 $as_echo_n "(cached) " >&6 2496 2522 else … … 2505 2531 test -z "$as_dir" && as_dir=. 2506 2532 for ac_exec_ext in '' $ac_executable_extensions; do 2507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2508 2534 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2509 2535 ac_prog_rejected=yes … … 2551 2577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2552 2578 $as_echo_n "checking for $ac_word... " >&6; } 2553 if test "${ac_cv_prog_CC+set}" = set; then :2579 if ${ac_cv_prog_CC+:} false; then : 2554 2580 $as_echo_n "(cached) " >&6 2555 2581 else … … 2563 2589 test -z "$as_dir" && as_dir=. 2564 2590 for ac_exec_ext in '' $ac_executable_extensions; do 2565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2566 2592 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2567 2593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2595 2621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2596 2622 $as_echo_n "checking for $ac_word... " >&6; } 2597 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2623 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2598 2624 $as_echo_n "(cached) " >&6 2599 2625 else … … 2607 2633 test -z "$as_dir" && as_dir=. 2608 2634 for ac_exec_ext in '' $ac_executable_extensions; do 2609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2610 2636 ac_cv_prog_ac_ct_CC="$ac_prog" 2611 2637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2650 2676 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2651 2677 as_fn_error $? "no acceptable C compiler found in \$PATH 2652 See \`config.log' for more details" "$LINENO" 5 2678 See \`config.log' for more details" "$LINENO" 5; } 2653 2679 2654 2680 # Provide some information about the compiler. … … 2679 2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 2680 2706 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2681 if test "${ac_cv_c_compiler_gnu+set}" = set; then :2707 if ${ac_cv_c_compiler_gnu+:} false; then : 2682 2708 $as_echo_n "(cached) " >&6 2683 2709 else … … 2716 2742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 2717 2743 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2718 if test "${ac_cv_prog_cc_g+set}" = set; then :2744 if ${ac_cv_prog_cc_g+:} false; then : 2719 2745 $as_echo_n "(cached) " >&6 2720 2746 else … … 2794 2820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 2795 2821 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2796 if test "${ac_cv_prog_cc_c89+set}" = set; then :2822 if ${ac_cv_prog_cc_c89+:} false; then : 2797 2823 $as_echo_n "(cached) " >&6 2798 2824 else … … 2803 2829 #include <stdarg.h> 2804 2830 #include <stdio.h> 2805 #include <sys/types.h> 2806 #include <sys/stat.h> 2831 struct stat; 2807 2832 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 2808 2833 struct buf { int x; }; … … 2901 2926 fi 2902 2927 if test -z "$CPP"; then 2903 if test "${ac_cv_prog_CPP+set}" = set; then :2928 if ${ac_cv_prog_CPP+:} false; then : 2904 2929 $as_echo_n "(cached) " >&6 2905 2930 else … … 3017 3042 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3018 3043 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3019 See \`config.log' for more details" "$LINENO" 5 3044 See \`config.log' for more details" "$LINENO" 5; } 3020 3045 fi 3021 3046 … … 3041 3066 set x ${MAKE-make} 3042 3067 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3043 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :3068 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 3044 3069 $as_echo_n "(cached) " >&6 3045 3070 else … … 3073 3098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3074 3099 $as_echo_n "checking for $ac_word... " >&6; } 3075 if test "${ac_cv_path_gcc_exec+set}" = set; then :3100 if ${ac_cv_path_gcc_exec+:} false; then : 3076 3101 $as_echo_n "(cached) " >&6 3077 3102 else … … 3087 3112 test -z "$as_dir" && as_dir=. 3088 3113 for ac_exec_ext in '' $ac_executable_extensions; do 3089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3090 3115 ac_cv_path_gcc_exec="$as_dir/$ac_word$ac_exec_ext" 3091 3116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3113 3138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3114 3139 $as_echo_n "checking for $ac_word... " >&6; } 3115 if test "${ac_cv_path_gxx_exec+set}" = set; then :3140 if ${ac_cv_path_gxx_exec+:} false; then : 3116 3141 $as_echo_n "(cached) " >&6 3117 3142 else … … 3127 3152 test -z "$as_dir" && as_dir=. 3128 3153 for ac_exec_ext in '' $ac_executable_extensions; do 3129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3154 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3130 3155 ac_cv_path_gxx_exec="$as_dir/$ac_word$ac_exec_ext" 3131 3156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3197 3222 $as_echo "found ${ARCH}" >&6; } 3198 3223 ;; 3199 ppc64*)3200 ARCH=ppc643201 ARCH_BIT=643202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${ARCH}" >&53203 $as_echo "found ${ARCH}" >&6; }3204 ;;3205 3224 i686*|i386*) 3206 3225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${ARCH}" >&5 … … 3295 3314 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 3296 3315 if test -w "$cache_file"; then 3297 test "x$cache_file" != "x/dev/null" &&3316 if test "x$cache_file" != "x/dev/null"; then 3298 3317 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 3299 3318 $as_echo "$as_me: updating cache $cache_file" >&6;} 3300 cat confcache >$cache_file 3319 if test ! -f "$cache_file" || test -h "$cache_file"; then 3320 cat confcache >"$cache_file" 3321 else 3322 case $cache_file in #( 3323 */* | ?:*) 3324 mv -f confcache "$cache_file"$$ && 3325 mv -f "$cache_file"$$ "$cache_file" ;; #( 3326 *) 3327 mv -f confcache "$cache_file" ;; 3328 esac 3329 fi 3330 fi 3301 3331 else 3302 3332 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 … … 3366 3396 3367 3397 3368 : ${CONFIG_STATUS=./config.status}3398 : "${CONFIG_STATUS=./config.status}" 3369 3399 ac_write_fail=0 3370 3400 ac_clean_files_save=$ac_clean_files … … 3467 3497 3468 3498 # Find who we are. Look in the path if we contain no directory separator. 3499 as_myself= 3469 3500 case $0 in #(( 3470 3501 *[\\/]* ) as_myself=$0 ;; … … 3662 3693 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 3663 3694 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 3664 # In both cases, we have to default to `cp -p '.3695 # In both cases, we have to default to `cp -pR'. 3665 3696 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 3666 as_ln_s='cp -p '3697 as_ln_s='cp -pR' 3667 3698 elif ln conf$$.file conf$$ 2>/dev/null; then 3668 3699 as_ln_s=ln 3669 3700 else 3670 as_ln_s='cp -p '3701 as_ln_s='cp -pR' 3671 3702 fi 3672 3703 else 3673 as_ln_s='cp -p '3704 as_ln_s='cp -pR' 3674 3705 fi 3675 3706 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 3731 3762 fi 3732 3763 3733 if test -x / >/dev/null 2>&1; then 3734 as_test_x='test -x' 3735 else 3736 if ls -dL / >/dev/null 2>&1; then 3737 as_ls_L_option=L 3738 else 3739 as_ls_L_option= 3740 fi 3741 as_test_x=' 3742 eval sh -c '\'' 3743 if test -d "$1"; then 3744 test -d "$1/."; 3745 else 3746 case $1 in #( 3747 -*)set "./$1";; 3748 esac; 3749 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 3750 ???[sx]*):;;*)false;;esac;fi 3751 '\'' sh 3752 ' 3753 fi 3754 as_executable_p=$as_test_x 3764 3765 # as_fn_executable_p FILE 3766 # ----------------------- 3767 # Test if FILE is an executable regular file. 3768 as_fn_executable_p () 3769 { 3770 test -f "$1" && test -x "$1" 3771 } # as_fn_executable_p 3772 as_test_x='test -x' 3773 as_executable_p=as_fn_executable_p 3755 3774 3756 3775 # Sed expression to map a string onto a valid CPP name. … … 3774 3793 ac_log=" 3775 3794 This file was extended by SALI $as_me 1.6.0, which was 3776 generated by GNU Autoconf 2.6 7. Invocation command line was3795 generated by GNU Autoconf 2.69. Invocation command line was 3777 3796 3778 3797 CONFIG_FILES = $CONFIG_FILES … … 3827 3846 ac_cs_version="\\ 3828 3847 SALI config.status 1.6.0 3829 configured by $0, generated by GNU Autoconf 2.6 7,3848 configured by $0, generated by GNU Autoconf 2.69, 3830 3849 with options \\"\$ac_cs_config\\" 3831 3850 3832 Copyright (C) 201 0Free Software Foundation, Inc.3851 Copyright (C) 2012 Free Software Foundation, Inc. 3833 3852 This config.status script is free software; the Free Software Foundation 3834 3853 gives unlimited permission to copy, distribute and modify it." … … 3908 3927 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 3909 3928 if \$ac_cs_recheck; then 3910 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion3929 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 3911 3930 shift 3912 3931 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 … … 3942 3961 "server/setup.py") CONFIG_FILES="$CONFIG_FILES server/setup.py" ;; 3943 3962 3944 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 3963 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 3945 3964 esac 3946 3965 done … … 3963 3982 $debug || 3964 3983 { 3965 tmp= 3984 tmp= ac_tmp= 3966 3985 trap 'exit_status=$? 3967 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 3986 : "${ac_tmp:=$tmp}" 3987 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 3968 3988 ' 0 3969 3989 trap 'as_fn_exit 1' 1 2 13 15 … … 3973 3993 { 3974 3994 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 3975 test - n "$tmp" && test -d "$tmp"3995 test -d "$tmp" 3976 3996 } || 3977 3997 { … … 3979 3999 (umask 077 && mkdir "$tmp") 3980 4000 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 4001 ac_tmp=$tmp 3981 4002 3982 4003 # Set up the scripts for CONFIG_FILES section. … … 4000 4021 fi 4001 4022 4002 echo 'BEGIN {' >"$ tmp/subs1.awk" &&4023 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 4003 4024 _ACEOF 4004 4025 … … 4028 4049 4029 4050 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4030 cat >>"\$ tmp/subs1.awk" <<\\_ACAWK &&4051 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 4031 4052 _ACEOF 4032 4053 sed -n ' … … 4076 4097 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4077 4098 _ACAWK 4078 cat >>"\$ tmp/subs1.awk" <<_ACAWK &&4099 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 4079 4100 for (key in S) S_is_set[key] = 1 4080 4101 FS = "" … … 4108 4129 else 4109 4130 cat 4110 fi < "$ tmp/subs1.awk" > "$tmp/subs.awk" \4131 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 4111 4132 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 4112 4133 _ACEOF … … 4148 4169 case $ac_mode$ac_tag in 4149 4170 :[FHL]*:*);; 4150 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 4171 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 4151 4172 :[FH]-) ac_tag=-:-;; 4152 4173 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 4167 4188 do 4168 4189 case $ac_f in 4169 -) ac_f="$ tmp/stdin";;4190 -) ac_f="$ac_tmp/stdin";; 4170 4191 *) # Look for the file first in the build tree, then in the source tree 4171 4192 # (if the path is not absolute). The absolute path cannot be DOS-style, … … 4176 4197 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4177 4198 esac || 4178 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 4199 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 4179 4200 esac 4180 4201 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac … … 4202 4223 4203 4224 case $ac_tag in 4204 *:-:* | *:-) cat >"$ tmp/stdin" \4205 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4225 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 4226 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 4206 4227 esac 4207 4228 ;; … … 4328 4349 $ac_datarootdir_hack 4329 4350 " 4330 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ tmp/subs.awk" >$tmp/out\4331 || as_fn_error $? "could not create $ac_file" "$LINENO" 54351 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 4352 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4332 4353 4333 4354 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 4334 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 4335 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 4355 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 4356 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 4357 "$ac_tmp/out"`; test -z "$ac_out"; } && 4336 4358 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4337 4359 which seems to be undefined. Please make sure it is defined" >&5 … … 4339 4361 which seems to be undefined. Please make sure it is defined" >&2;} 4340 4362 4341 rm -f "$ tmp/stdin"4363 rm -f "$ac_tmp/stdin" 4342 4364 case $ac_file in 4343 -) cat "$ tmp/out" && rm -f "$tmp/out";;4344 *) rm -f "$ac_file" && mv "$ tmp/out" "$ac_file";;4365 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 4366 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 4345 4367 esac \ 4346 4368 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 -
trunk/configure.ac
r562 r573 55 55 AC_MSG_RESULT(found ${ARCH}) 56 56 ;; 57 ppc64*)58 ARCH=ppc6459 ARCH_BIT=6460 AC_MSG_RESULT(found ${ARCH})61 ;;62 57 i686*|i386*) 63 58 AC_MSG_RESULT(found ${ARCH}) -
trunk/initrd/functions/stubs/01general
r500 r573 16 16 get_arch() { 17 17 ARCH=`uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/` 18 19 if [ "ppc64" = "$ARCH" ]20 then21 # This takes a little bit of futzing with due to all the PPC platforms that exist.22 if [ -d /proc/iSeries ] ; then23 ARCH=ppc64-iSeries24 fi25 if grep -qs PS3 /proc/cpuinfo; then26 ARCH=ppc64-ps327 fi28 fi29 18 } 30 19 -
trunk/initrd/make.d/e2fsprogs.rul
r570 r573 15 15 #All architectures need these flags 16 16 E2FSPROGS_CONFIGURE = --disable-fsck --disable-libuuid --disable-uuidd --disable-libblkid 17 18 #Only ppc64 needs this flag19 ifeq ($(ARCH),ppc64)20 E2FSPROGS_CONFIGURE = --disable-fsck --disable-libuuid --disable-uuidd --disable-libblkid --host=ppc-unknown-linux21 endif22 17 23 18 .PHONY: e2fsprogs -
trunk/initrd/make.d/parted.rul
r570 r573 17 17 PARTED_CONFIGURE = --disable-Werror --prefix=/usr 18 18 export LD_LIBRARY_PATH="$${LD_LIBRARY_PATH}:$(INITRD_BUILD_DIR)/lib:$(INITRD_BUILD_DIR)/usr/lib" 19 20 ifeq ($(ARCH),ppc64)21 PARTED_CONFIGURE = --disable-Werror --prefix=/usr --build=powerpc-unknown-linux22 endif23 19 24 20 .PHONY: parted -
trunk/initrd/make.d/udev.rul
r570 r573 13 13 UDEV_CONFIGURE_DEFAULT = --prefix=/usr --sysconfdir=/etc --sbindir=/sbin --libdir=/lib --with-rootlibdir=/lib --libexecdir=/lib --disable-introspection 14 14 UDEV_CONFIGURE = $(UDEV_CONFIGURE_DEFAULT) 15 16 ifeq ($(ARCH),ppc64)17 UDEV_CONFIGURE = USBUTILS_CFLAGS=-I$(INITRD_BUILD_DIR)/include USBUTILS_LIBS=-L$(INITRD_BUILD_DIR)/lib $(UDEV_CONFIGURE_DEFAULT)18 endif19 15 20 16 export LD_LIBRARY_PATH="$${LD_LIBRARY_PATH}:$(INITRD_BUILD_DIR)/lib:$(INITRD_BUILD_DIR)/usr/lib" -
trunk/initrd/make.d/usbutils.rul
r570 r573 17 17 USBUTILS_CONFIGURE_DEFAULT = 18 18 USBUTILS_CONFIGURE = $(USBUTILS_CONFIGURE_DEFAULT) 19 20 ifeq ($(ARCH),ppc64)21 USBUTILS_CONFIGURE = $(USBUTILS_CONFIGURE_DEFAULT)22 endif23 19 24 20 .PHONY: usbutils -
trunk/initrd/make.d/xfsprogs.rul
r570 r573 8 8 XFSPROGS_INFO := http://xfs.org/index.php/Main_Page 9 9 10 ## Preparing before build 11 ifeq ($(ARCH),ppc64) 12 export OPTIMIZER="-fPIC" 13 export DEBUG=-DNDEBUG 14 export LIBUUID=/usr/%{_lib}/libuuid.a 15 XFSPROGS_CONFIGURE=--with-gnu-ld 16 else 17 XFSPROGS_CONFIGURE=--libdir=$(INITRD_BUILD_DIR)/lib/ 18 endif 10 XFSPROGS_CONFIGURE=--libdir=$(INITRD_BUILD_DIR)/lib/ 19 11 20 12 .PHONY: xfsprogs -
trunk/kernel/patches/linux.x86_64.config
r565 r573 1 1 # 2 2 # Automatically generated file; DO NOT EDIT. 3 # Linux/x86_64 3.8. 2-sali_v1.6.0 Kernel Configuration3 # Linux/x86_64 3.8.8-sali_v1.6.0 Kernel Configuration 4 4 # 5 5 CONFIG_64BIT=y … … 2228 2228 CONFIG_JBD2=m 2229 2229 CONFIG_FS_MBCACHE=m 2230 CONFIG_REISERFS_FS=m 2231 # CONFIG_REISERFS_CHECK is not set 2232 # CONFIG_REISERFS_PROC_INFO is not set 2233 # CONFIG_REISERFS_FS_XATTR is not set 2230 # CONFIG_REISERFS_FS is not set 2234 2231 CONFIG_JFS_FS=m 2235 2232 CONFIG_JFS_POSIX_ACL=y
Note: See TracChangeset
for help on using the changeset viewer.