Changeset 1051 for pkg/main/xfardic/trunk/configure
- Timestamp:
- 04/17/07 12:44:28 (6 years ago)
- File:
-
- 1 edited
-
pkg/main/xfardic/trunk/configure (modified) (53 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/xfardic/trunk/configure
r1048 r1051 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 0.3 # Generated by GNU Autoconf 2.61. 4 4 # 5 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, … … 11 11 ## --------------------- ## 12 12 13 # Be Bourne compatible 13 # Be more Bourne compatible 14 DUALCASE=1; export DUALCASE # for MKS sh 14 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 15 16 emulate sh … … 20 21 setopt NO_GLOB_SUBST 21 22 else 22 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 23 fi 24 BIN_SH=xpg4; export BIN_SH # for Tru64 25 DUALCASE=1; export DUALCASE # for MKS sh 23 case `(set -o) 2>/dev/null` in 24 *posix*) set -o posix ;; 25 esac 26 27 fi 28 29 26 30 27 31 … … 216 220 as_candidate_shells= 217 221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 218 for as_dir in / usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 219 223 do 220 224 IFS=$as_save_IFS … … 234 238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 235 239 { ("$as_shell") 2> /dev/null <<\_ASEOF 236 # Be Bourne compatible237 240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 238 241 emulate sh … … 243 246 setopt NO_GLOB_SUBST 244 247 else 245 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 246 fi 247 BIN_SH=xpg4; export BIN_SH # for Tru64 248 DUALCASE=1; export DUALCASE # for MKS sh 248 case `(set -o) 2>/dev/null` in 249 *posix*) set -o posix ;; 250 esac 251 252 fi 253 249 254 250 255 : … … 254 259 as_have_required=yes 255 260 if { "$as_shell" 2> /dev/null <<\_ASEOF 256 # Be Bourne compatible257 261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 258 262 emulate sh … … 263 267 setopt NO_GLOB_SUBST 264 268 else 265 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 266 fi 267 BIN_SH=xpg4; export BIN_SH # for Tru64 268 DUALCASE=1; export DUALCASE # for MKS sh 269 case `(set -o) 2>/dev/null` in 270 *posix*) set -o posix ;; 271 esac 272 273 fi 274 269 275 270 276 : … … 513 519 fi 514 520 515 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 516 # systems may use methods other than mode bits to determine executability. 517 cat >conf$$.file <<_ASEOF 518 #! /bin/sh 519 exit 0 520 _ASEOF 521 chmod +x conf$$.file 522 if test -x conf$$.file >/dev/null 2>&1; then 523 as_executable_p="test -x" 524 else 525 as_executable_p=: 526 fi 527 rm -f conf$$.file 521 if test -x / >/dev/null 2>&1; then 522 as_test_x='test -x' 523 else 524 if ls -dL / >/dev/null 2>&1; then 525 as_ls_L_option=L 526 else 527 as_ls_L_option= 528 fi 529 as_test_x=' 530 eval sh -c '\'' 531 if test -d "$1"; then 532 test -d "$1/."; 533 else 534 case $1 in 535 -*)set "./$1";; 536 esac; 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 538 ???[sx]*):;;*)false;;esac;fi 539 '\'' sh 540 ' 541 fi 542 as_executable_p=$as_test_x 528 543 529 544 # Sed expression to map a string onto a valid CPP name. … … 653 668 CXXFLAGS 654 669 LDFLAGS 670 LIBS 655 671 CPPFLAGS 656 672 CCC … … 763 779 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 764 780 # Reject names that are not valid shell variable names. 765 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&781 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 766 782 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 767 783 { (exit 1); exit 1; }; } 768 ac_feature=`echo $ac_feature | sed 's/ -/_/g'`784 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 769 785 eval enable_$ac_feature=no ;; 770 786 … … 782 798 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 783 799 # Reject names that are not valid shell variable names. 784 expr "x$ac_feature" : ".*[^- _$as_cr_alnum]" >/dev/null &&800 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 785 801 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 786 802 { (exit 1); exit 1; }; } 787 ac_feature=`echo $ac_feature | sed 's/ -/_/g'`803 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 788 804 eval enable_$ac_feature=\$ac_optarg ;; 789 805 … … 979 995 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 980 996 # Reject names that are not valid shell variable names. 981 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&997 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 982 998 { echo "$as_me: error: invalid package name: $ac_package" >&2 983 999 { (exit 1); exit 1; }; } 984 ac_package=`echo $ac_package | sed 's/-/_/g'`1000 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 985 1001 eval with_$ac_package=\$ac_optarg ;; 986 1002 … … 988 1004 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 989 1005 # Reject names that are not valid shell variable names. 990 expr "x$ac_package" : ".*[^- _$as_cr_alnum]" >/dev/null &&1006 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 991 1007 { echo "$as_me: error: invalid package name: $ac_package" >&2 992 1008 { (exit 1); exit 1; }; } 993 ac_package=`echo $ac_package | sed 's/ -/_/g'`1009 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 994 1010 eval with_$ac_package=no ;; 995 1011 … … 1244 1260 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1245 1261 nonstandard directory <lib dir> 1262 LIBS libraries to pass to the linker, e.g. -l<library> 1246 1263 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1247 1264 you have headers in a nonstandard directory <include dir> … … 1314 1331 cat <<\_ACEOF 1315 1332 configure 1316 generated by GNU Autoconf 2.6 01333 generated by GNU Autoconf 2.61 1317 1334 1318 1335 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, … … 1328 1345 1329 1346 It was created by $as_me, which was 1330 generated by GNU Autoconf 2.6 0. Invocation command line was1347 generated by GNU Autoconf 2.61. Invocation command line was 1331 1348 1332 1349 $ $0 $@ … … 1740 1757 for ac_prog in ginstall scoinst install; do 1741 1758 for ac_exec_ext in '' $ac_executable_extensions; do 1742 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_prog$ac_exec_ext"; }; then1759 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 1743 1760 if test $ac_prog = install && 1744 1761 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 1906 1923 test -z "$as_dir" && as_dir=. 1907 1924 for ac_exec_ext in '' $ac_executable_extensions; do 1908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then1925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1909 1926 ac_cv_prog_AWK="$ac_prog" 1910 1927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2041 2058 test -z "$as_dir" && as_dir=. 2042 2059 for ac_exec_ext in '' $ac_executable_extensions; do 2043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2044 2061 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2045 2062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2081 2098 test -z "$as_dir" && as_dir=. 2082 2099 for ac_exec_ext in '' $ac_executable_extensions; do 2083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2084 2101 ac_cv_prog_ac_ct_STRIP="strip" 2085 2102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2163 2180 test -z "$as_dir" && as_dir=. 2164 2181 for ac_exec_ext in '' $ac_executable_extensions; do 2165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2166 2183 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2167 2184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2207 2224 test -z "$as_dir" && as_dir=. 2208 2225 for ac_exec_ext in '' $ac_executable_extensions; do 2209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2210 2227 ac_cv_prog_ac_ct_CXX="$ac_prog" 2211 2228 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2341 2358 # so that the user can short-circuit this test for compilers unknown to 2342 2359 # Autoconf. 2343 for ac_file in $ac_files 2360 for ac_file in $ac_files '' 2344 2361 do 2345 2362 test -f "$ac_file" || continue … … 2369 2386 2370 2387 else 2388 ac_file='' 2389 fi 2390 2391 { echo "$as_me:$LINENO: result: $ac_file" >&5 2392 echo "${ECHO_T}$ac_file" >&6; } 2393 if test -z "$ac_file"; then 2371 2394 echo "$as_me: failed program was:" >&5 2372 2395 sed 's/^/| /' conftest.$ac_ext >&5 … … 2380 2403 2381 2404 ac_exeext=$ac_cv_exeext 2382 { echo "$as_me:$LINENO: result: $ac_file" >&52383 echo "${ECHO_T}$ac_file" >&6; }2384 2405 2385 2406 # Check that the compiler produces executables we can run. If not, either … … 2559 2580 cat conftest.err >&5 2560 2581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2561 (exit $ac_status); } && 2562 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2563 { (case "(($ac_try" in 2564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2565 *) ac_try_echo=$ac_try;; 2566 esac 2567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2568 (eval "$ac_try") 2>&5 2569 ac_status=$? 2570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2571 (exit $ac_status); }; } && 2572 { ac_try='test -s conftest.$ac_objext' 2573 { (case "(($ac_try" in 2574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2575 *) ac_try_echo=$ac_try;; 2576 esac 2577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2578 (eval "$ac_try") 2>&5 2579 ac_status=$? 2580 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2581 (exit $ac_status); }; }; then 2582 (exit $ac_status); } && { 2583 test -z "$ac_cxx_werror_flag" || 2584 test ! -s conftest.err 2585 } && test -s conftest.$ac_objext; then 2582 2586 ac_compiler_gnu=yes 2583 2587 else … … 2634 2638 cat conftest.err >&5 2635 2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2636 (exit $ac_status); } && 2637 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2638 { (case "(($ac_try" in 2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2640 *) ac_try_echo=$ac_try;; 2641 esac 2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2643 (eval "$ac_try") 2>&5 2644 ac_status=$? 2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2646 (exit $ac_status); }; } && 2647 { ac_try='test -s conftest.$ac_objext' 2648 { (case "(($ac_try" in 2649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2650 *) ac_try_echo=$ac_try;; 2651 esac 2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2653 (eval "$ac_try") 2>&5 2654 ac_status=$? 2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2656 (exit $ac_status); }; }; then 2640 (exit $ac_status); } && { 2641 test -z "$ac_cxx_werror_flag" || 2642 test ! -s conftest.err 2643 } && test -s conftest.$ac_objext; then 2657 2644 ac_cv_prog_cxx_g=yes 2658 2645 else … … 2689 2676 cat conftest.err >&5 2690 2677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2691 (exit $ac_status); } && 2692 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2693 { (case "(($ac_try" in 2694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2695 *) ac_try_echo=$ac_try;; 2696 esac 2697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2698 (eval "$ac_try") 2>&5 2699 ac_status=$? 2700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2701 (exit $ac_status); }; } && 2702 { ac_try='test -s conftest.$ac_objext' 2703 { (case "(($ac_try" in 2704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2705 *) ac_try_echo=$ac_try;; 2706 esac 2707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2708 (eval "$ac_try") 2>&5 2709 ac_status=$? 2710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2711 (exit $ac_status); }; }; then 2678 (exit $ac_status); } && { 2679 test -z "$ac_cxx_werror_flag" || 2680 test ! -s conftest.err 2681 } && test -s conftest.$ac_objext; then 2712 2682 : 2713 2683 else … … 2745 2715 cat conftest.err >&5 2746 2716 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2747 (exit $ac_status); } && 2748 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 2749 { (case "(($ac_try" in 2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2751 *) ac_try_echo=$ac_try;; 2752 esac 2753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2754 (eval "$ac_try") 2>&5 2755 ac_status=$? 2756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2757 (exit $ac_status); }; } && 2758 { ac_try='test -s conftest.$ac_objext' 2759 { (case "(($ac_try" in 2760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2761 *) ac_try_echo=$ac_try;; 2762 esac 2763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2764 (eval "$ac_try") 2>&5 2765 ac_status=$? 2766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2767 (exit $ac_status); }; }; then 2717 (exit $ac_status); } && { 2718 test -z "$ac_cxx_werror_flag" || 2719 test ! -s conftest.err 2720 } && test -s conftest.$ac_objext; then 2768 2721 ac_cv_prog_cxx_g=yes 2769 2722 else … … 3002 2955 test -z "$as_dir" && as_dir=. 3003 2956 for ac_exec_ext in '' $ac_executable_extensions; do 3004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3005 2958 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3006 2959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3042 2995 test -z "$as_dir" && as_dir=. 3043 2996 for ac_exec_ext in '' $ac_executable_extensions; do 3044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then2997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3045 2998 ac_cv_prog_ac_ct_CC="gcc" 3046 2999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3099 3052 test -z "$as_dir" && as_dir=. 3100 3053 for ac_exec_ext in '' $ac_executable_extensions; do 3101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3102 3055 ac_cv_prog_CC="${ac_tool_prefix}cc" 3103 3056 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3140 3093 test -z "$as_dir" && as_dir=. 3141 3094 for ac_exec_ext in '' $ac_executable_extensions; do 3142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3143 3096 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3144 3097 ac_prog_rejected=yes … … 3198 3151 test -z "$as_dir" && as_dir=. 3199 3152 for ac_exec_ext in '' $ac_executable_extensions; do 3200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3201 3154 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3202 3155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3242 3195 test -z "$as_dir" && as_dir=. 3243 3196 for ac_exec_ext in '' $ac_executable_extensions; do 3244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_ executable_p"$as_dir/$ac_word$ac_exec_ext"; }; then3197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3245 3198 ac_cv_prog_ac_ct_CC="$ac_prog" 3246 3199 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3362 3315 cat conftest.err >&5 3363 3316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3364 (exit $ac_status); } && 3365 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3366 { (case "(($ac_try" in 3367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3368 *) ac_try_echo=$ac_try;; 3369 esac 3370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3371 (eval "$ac_try") 2>&5 3372 ac_status=$? 3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3374 (exit $ac_status); }; } && 3375 { ac_try='test -s conftest.$ac_objext' 3376 { (case "(($ac_try" in 3377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3378 *) ac_try_echo=$ac_try;; 3379 esac 3380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3381 (eval "$ac_try") 2>&5 3382 ac_status=$? 3383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3384 (exit $ac_status); }; }; then 3317 (exit $ac_status); } && { 3318 test -z "$ac_c_werror_flag" || 3319 test ! -s conftest.err 3320 } && test -s conftest.$ac_objext; then 3385 3321 ac_compiler_gnu=yes 3386 3322 else … … 3437 3373 cat conftest.err >&5 3438 3374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3439 (exit $ac_status); } && 3440 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3441 { (case "(($ac_try" in 3442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3443 *) ac_try_echo=$ac_try;; 3444 esac 3445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3446 (eval "$ac_try") 2>&5 3447 ac_status=$? 3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3449 (exit $ac_status); }; } && 3450 { ac_try='test -s conftest.$ac_objext' 3451 { (case "(($ac_try" in 3452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3453 *) ac_try_echo=$ac_try;; 3454 esac 3455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3456 (eval "$ac_try") 2>&5 3457 ac_status=$? 3458 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3459 (exit $ac_status); }; }; then 3375 (exit $ac_status); } && { 3376 test -z "$ac_c_werror_flag" || 3377 test ! -s conftest.err 3378 } && test -s conftest.$ac_objext; then 3460 3379 ac_cv_prog_cc_g=yes 3461 3380 else … … 3492 3411 cat conftest.err >&5 3493 3412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3494 (exit $ac_status); } && 3495 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3496 { (case "(($ac_try" in 3497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3498 *) ac_try_echo=$ac_try;; 3499 esac 3500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3501 (eval "$ac_try") 2>&5 3502 ac_status=$? 3503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3504 (exit $ac_status); }; } && 3505 { ac_try='test -s conftest.$ac_objext' 3506 { (case "(($ac_try" in 3507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3508 *) ac_try_echo=$ac_try;; 3509 esac 3510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3511 (eval "$ac_try") 2>&5 3512 ac_status=$? 3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3514 (exit $ac_status); }; }; then 3413 (exit $ac_status); } && { 3414 test -z "$ac_c_werror_flag" || 3415 test ! -s conftest.err 3416 } && test -s conftest.$ac_objext; then 3515 3417 : 3516 3418 else … … 3548 3450 cat conftest.err >&5 3549 3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3550 (exit $ac_status); } && 3551 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3552 { (case "(($ac_try" in 3553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3554 *) ac_try_echo=$ac_try;; 3555 esac 3556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3557 (eval "$ac_try") 2>&5 3558 ac_status=$? 3559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3560 (exit $ac_status); }; } && 3561 { ac_try='test -s conftest.$ac_objext' 3562 { (case "(($ac_try" in 3563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3564 *) ac_try_echo=$ac_try;; 3565 esac 3566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3567 (eval "$ac_try") 2>&5 3568 ac_status=$? 3569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3570 (exit $ac_status); }; }; then 3452 (exit $ac_status); } && { 3453 test -z "$ac_c_werror_flag" || 3454 test ! -s conftest.err 3455 } && test -s conftest.$ac_objext; then 3571 3456 ac_cv_prog_cc_g=yes 3572 3457 else … … 3684 3569 cat conftest.err >&5 3685 3570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3686 (exit $ac_status); } && 3687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3688 { (case "(($ac_try" in 3689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3690 *) ac_try_echo=$ac_try;; 3691 esac 3692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3693 (eval "$ac_try") 2>&5 3694 ac_status=$? 3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3696 (exit $ac_status); }; } && 3697 { ac_try='test -s conftest.$ac_objext' 3698 { (case "(($ac_try" in 3699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3700 *) ac_try_echo=$ac_try;; 3701 esac 3702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3703 (eval "$ac_try") 2>&5 3704 ac_status=$? 3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3706 (exit $ac_status); }; }; then 3571 (exit $ac_status); } && { 3572 test -z "$ac_c_werror_flag" || 3573 test ! -s conftest.err 3574 } && test -s conftest.$ac_objext; then 3707 3575 ac_cv_prog_cc_c89=$ac_arg 3708 3576 else … … 3906 3774 cat conftest.err >&5 3907 3775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3908 (exit $ac_status); } >/dev/null; then 3909 if test -s conftest.err; then 3910 ac_cpp_err=$ac_c_preproc_warn_flag 3911 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3912 else 3913 ac_cpp_err= 3914 fi 3915 else 3916 ac_cpp_err=yes 3917 fi 3918 if test -z "$ac_cpp_err"; then 3776 (exit $ac_status); } >/dev/null && { 3777 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3778 test ! -s conftest.err 3779 }; then 3919 3780 : 3920 3781 else … … 3950 3811 cat conftest.err >&5 3951 3812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3952 (exit $ac_status); } >/dev/null; then 3953 if test -s conftest.err; then 3954 ac_cpp_err=$ac_c_preproc_warn_flag 3955 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 3956 else 3957 ac_cpp_err= 3958 fi 3959 else 3960 ac_cpp_err=yes 3961 fi 3962 if test -z "$ac_cpp_err"; then 3813 (exit $ac_status); } >/dev/null && { 3814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3815 test ! -s conftest.err 3816 }; then 3963 3817 # Broken: success on invalid input. 3964 3818 continue … … 4025 3879 cat conftest.err >&5 4026 3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4027 (exit $ac_status); } >/dev/null; then 4028 if test -s conftest.err; then 4029 ac_cpp_err=$ac_c_preproc_warn_flag 4030 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4031 else 4032 ac_cpp_err= 4033 fi 4034 else 4035 ac_cpp_err=yes 4036 fi 4037 if test -z "$ac_cpp_err"; then 3881 (exit $ac_status); } >/dev/null && { 3882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3883 test ! -s conftest.err 3884 }; then 4038 3885 : 4039 3886 else … … 4069 3916 cat conftest.err >&5 4070 3917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4071 (exit $ac_status); } >/dev/null; then 4072 if test -s conftest.err; then 4073 ac_cpp_err=$ac_c_preproc_warn_flag 4074 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4075 else 4076 ac_cpp_err= 4077 fi 4078 else 4079 ac_cpp_err=yes 4080 fi 4081 if test -z "$ac_cpp_err"; then 3918 (exit $ac_status); } >/dev/null && { 3919 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3920 test ! -s conftest.err 3921 }; then 4082 3922 # Broken: success on invalid input. 4083 3923 continue … … 4133 3973 cat conftest.err >&5 4134 3974 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4135 (exit $ac_status); } >/dev/null; then 4136 if test -s conftest.err; then 4137 ac_cpp_err=$ac_c_preproc_warn_flag 4138 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 4139 else 4140 ac_cpp_err= 4141 fi 4142 else 4143 ac_cpp_err=yes 4144 fi 4145 if test -z "$ac_cpp_err"; then 3975 (exit $ac_status); } >/dev/null && { 3976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 3977 test ! -s conftest.err 3978 }; then 4146 3979 echo "checking for aspell.h... yes" 4147 3980 else … … 4167 4000 fi 4168 4001 done 4002 4169 4003 if test "x$LIBGNOME_INCLUDEDIR" = "x"; then 4170 4004 { { echo "$as_me:$LINENO: error: You should have GNOME desktop header files! Install libgnome-desktop-dev" >&5 … … 4450 4284 ## --------------------- ## 4451 4285 4452 # Be Bourne compatible 4286 # Be more Bourne compatible 4287 DUALCASE=1; export DUALCASE # for MKS sh 4453 4288 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 4454 4289 emulate sh … … 4459 4294 setopt NO_GLOB_SUBST 4460 4295 else 4461 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 4462 fi 4463 BIN_SH=xpg4; export BIN_SH # for Tru64 4464 DUALCASE=1; export DUALCASE # for MKS sh 4296 case `(set -o) 2>/dev/null` in 4297 *posix*) set -o posix ;; 4298 esac 4299 4300 fi 4301 4302 4465 4303 4466 4304 … … 4686 4524 fi 4687 4525 4688 # Find out whether ``test -x'' works. Don't use a zero-byte file, as 4689 # systems may use methods other than mode bits to determine executability. 4690 cat >conf$$.file <<_ASEOF 4691 #! /bin/sh 4692 exit 0 4693 _ASEOF 4694 chmod +x conf$$.file 4695 if test -x conf$$.file >/dev/null 2>&1; then 4696 as_executable_p="test -x" 4697 else 4698 as_executable_p=: 4699 fi 4700 rm -f conf$$.file 4526 if test -x / >/dev/null 2>&1; then 4527 as_test_x='test -x' 4528 else 4529 if ls -dL / >/dev/null 2>&1; then 4530 as_ls_L_option=L 4531 else 4532 as_ls_L_option= 4533 fi 4534 as_test_x=' 4535 eval sh -c '\'' 4536 if test -d "$1"; then 4537 test -d "$1/."; 4538 else 4539 case $1 in 4540 -*)set "./$1";; 4541 esac; 4542 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 4543 ???[sx]*):;;*)false;;esac;fi 4544 '\'' sh 4545 ' 4546 fi 4547 as_executable_p=$as_test_x 4701 4548 4702 4549 # Sed expression to map a string onto a valid CPP name. … … 4714 4561 ac_log=" 4715 4562 This file was extended by $as_me, which was 4716 generated by GNU Autoconf 2.6 0. Invocation command line was4563 generated by GNU Autoconf 2.61. Invocation command line was 4717 4564 4718 4565 CONFIG_FILES = $CONFIG_FILES … … 4742 4589 4743 4590 -h, --help print this help, then exit 4744 -V, --version print version number , then exit4591 -V, --version print version number and configuration settings, then exit 4745 4592 -q, --quiet do not print progress messages 4746 4593 -d, --debug don't remove temporary files … … 4761 4608 ac_cs_version="\\ 4762 4609 config.status 4763 configured by $0, generated by GNU Autoconf 2.6 0,4610 configured by $0, generated by GNU Autoconf 2.61, 4764 4611 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 4765 4612
Note: See TracChangeset
for help on using the changeset viewer.


