Changeset 30867
- Timestamp:
- 2016-10-14T20:43:35+13:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/common-src/indexers/mgpp/configure
r26656 r30867 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8.3 # Generated by GNU Autoconf 2.69. 4 4 # 5 5 # 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 8 # Foundation, Inc. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 9 7 # 10 8 # … … 135 133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 136 134 135 # Use a proper internal environment variable to ensure we don't fall 136 # into an infinite loop, continuously re-executing ourselves. 137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 138 _as_can_reexec=no; export _as_can_reexec; 139 # We cannot yet assume a decent shell, so we have to provide a 140 # neutralization value for shells without unset; and this also 141 # works around shells that cannot unset nonexistent variables. 142 # Preserve -v and -x to the replacement shell. 143 BASH_ENV=/dev/null 144 ENV=/dev/null 145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 146 case $- in # (((( 147 *v*x* | *x*v* ) as_opts=-vx ;; 148 *v* ) as_opts=-v ;; 149 *x* ) as_opts=-x ;; 150 * ) as_opts= ;; 151 esac 152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 153 # Admittedly, this is quite paranoid, since all the known shells bail 154 # out after a failed `exec'. 155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 156 as_fn_exit 255 157 fi 158 # We don't want this to propagate to other subprocesses. 159 { _as_can_reexec=; unset _as_can_reexec;} 137 160 if test "x$CONFIG_SHELL" = x; then 138 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 168 191 exitcode=1; echo positional parameters were not saved. 169 192 fi 170 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1 194 test -x / || exit 1" 171 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 172 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 213 237 214 238 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 # Preserve -v and -x to the replacement shell. 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 case $- in # (((( 224 *v*x* | *x*v* ) as_opts=-vx ;; 225 *v* ) as_opts=-v ;; 226 *x* ) as_opts=-x ;; 227 * ) as_opts= ;; 228 esac 229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 239 export CONFIG_SHELL 240 # We cannot yet assume a decent shell, so we have to provide a 241 # neutralization value for shells without unset; and this also 242 # works around shells that cannot unset nonexistent variables. 243 # Preserve -v and -x to the replacement shell. 244 BASH_ENV=/dev/null 245 ENV=/dev/null 246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 247 case $- in # (((( 248 *v*x* | *x*v* ) as_opts=-vx ;; 249 *v* ) as_opts=-v ;; 250 *x* ) as_opts=-x ;; 251 * ) as_opts= ;; 252 esac 253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 254 # Admittedly, this is quite paranoid, since all the known shells bail 255 # out after a failed `exec'. 256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 257 exit 255 230 258 fi 231 259 … … 329 357 330 358 } # as_fn_mkdir_p 359 360 # as_fn_executable_p FILE 361 # ----------------------- 362 # Test if FILE is an executable regular file. 363 as_fn_executable_p () 364 { 365 test -f "$1" && test -x "$1" 366 } # as_fn_executable_p 331 367 # as_fn_append VAR VALUE 332 368 # ---------------------- … … 450 486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 451 487 488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 489 # already done that, so ensure we don't try to do so again and fall 490 # in an infinite loop. This has already happened in practice. 491 _as_can_reexec=no; export _as_can_reexec 452 492 # Don't try to exec as it changes $[0], causing all sort of problems 453 493 # (the dirname of $[0] is not the place where we might find the … … 484 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 485 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 486 # In both cases, we have to default to `cp -p '.526 # In both cases, we have to default to `cp -pR'. 487 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 488 as_ln_s='cp -p '528 as_ln_s='cp -pR' 489 529 elif ln conf$$.file conf$$ 2>/dev/null; then 490 530 as_ln_s=ln 491 531 else 492 as_ln_s='cp -p '532 as_ln_s='cp -pR' 493 533 fi 494 534 else 495 as_ln_s='cp -p '535 as_ln_s='cp -pR' 496 536 fi 497 537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 505 545 fi 506 546 507 if test -x / >/dev/null 2>&1; then 508 as_test_x='test -x' 509 else 510 if ls -dL / >/dev/null 2>&1; then 511 as_ls_L_option=L 512 else 513 as_ls_L_option= 514 fi 515 as_test_x=' 516 eval sh -c '\'' 517 if test -d "$1"; then 518 test -d "$1/."; 519 else 520 case $1 in #( 521 -*)set "./$1";; 522 esac; 523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 524 ???[sx]*):;;*)false;;esac;fi 525 '\'' sh 526 ' 527 fi 528 as_executable_p=$as_test_x 547 as_test_x='test -x' 548 as_executable_p=as_fn_executable_p 529 549 530 550 # Sed expression to map a string onto a valid CPP name. … … 640 660 ARCH_DEP_FLAGS 641 661 ENABLE_JAVA 662 gsdlos 642 663 VERSION 643 664 PACKAGE … … 1172 1193 if test "x$build_alias" = x; then 1173 1194 cross_compiling=maybe 1174 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1175 If a cross compiler is detected then cross compile mode will be used" >&21176 1195 elif test "x$build_alias" != "x$host_alias"; then 1177 1196 cross_compiling=yes … … 1435 1454 cat <<\_ACEOF 1436 1455 configure 1437 generated by GNU Autoconf 2.6 81438 1439 Copyright (C) 201 0Free Software Foundation, Inc.1456 generated by GNU Autoconf 2.69 1457 1458 Copyright (C) 2012 Free Software Foundation, Inc. 1440 1459 This configure script is free software; the Free Software Foundation 1441 1460 gives unlimited permission to copy, distribute and modify it. … … 1748 1767 } && test -s conftest$ac_exeext && { 1749 1768 test "$cross_compiling" = yes || 1750 $as_test_x conftest$ac_exeext1769 test -x conftest$ac_exeext 1751 1770 }; then : 1752 1771 ac_retval=0 … … 1905 1924 { 1906 1925 static int test_array [1 - 2 * !(($2) >= 0)]; 1907 test_array [0] = 0 1926 test_array [0] = 0; 1927 return test_array [0]; 1908 1928 1909 1929 ; … … 1921 1941 { 1922 1942 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1923 test_array [0] = 0 1943 test_array [0] = 0; 1944 return test_array [0]; 1924 1945 1925 1946 ; … … 1947 1968 { 1948 1969 static int test_array [1 - 2 * !(($2) < 0)]; 1949 test_array [0] = 0 1970 test_array [0] = 0; 1971 return test_array [0]; 1950 1972 1951 1973 ; … … 1963 1985 { 1964 1986 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 1965 test_array [0] = 0 1987 test_array [0] = 0; 1988 return test_array [0]; 1966 1989 1967 1990 ; … … 1997 2020 { 1998 2021 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 1999 test_array [0] = 0 2022 test_array [0] = 0; 2023 return test_array [0]; 2000 2024 2001 2025 ; … … 2070 2094 2071 2095 It was created by $as_me, which was 2072 generated by GNU Autoconf 2.6 8. Invocation command line was2096 generated by GNU Autoconf 2.69. Invocation command line was 2073 2097 2074 2098 $ $0 $@ … … 2585 2609 2586 2610 2611 gsdlos=`uname | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` 2612 # check for running bash under cygwin 2613 if test "`echo $gsdlos | sed 's/cygwin//'`" != "$gsdlos" ; 2614 then 2615 gsdlos=windows 2616 fi 2617 if test "x$crossOS" != "x" ; then 2618 gsdlos=$crossOS 2619 gsdlarch="" 2620 fi 2621 2622 2587 2623 # Check whether --enable-java was given. 2588 2624 if test "${enable_java+set}" = set; then : … … 2655 2691 test -z "$as_dir" && as_dir=. 2656 2692 for ac_exec_ext in '' $ac_executable_extensions; do 2657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2658 2694 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2659 2695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2699 2735 test -z "$as_dir" && as_dir=. 2700 2736 for ac_exec_ext in '' $ac_executable_extensions; do 2701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2702 2738 ac_cv_prog_ac_ct_CXX="$ac_prog" 2703 2739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3152 3188 test -z "$as_dir" && as_dir=. 3153 3189 for ac_exec_ext in '' $ac_executable_extensions; do 3154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3155 3191 ac_cv_prog_AWK="$ac_prog" 3156 3192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3194 3230 test -z "$as_dir" && as_dir=. 3195 3231 for ac_exec_ext in '' $ac_executable_extensions; do 3196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3232 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3197 3233 ac_cv_prog_YACC="$ac_prog" 3198 3234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3241 3277 test -z "$as_dir" && as_dir=. 3242 3278 for ac_exec_ext in '' $ac_executable_extensions; do 3243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3244 3280 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3245 3281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3281 3317 test -z "$as_dir" && as_dir=. 3282 3318 for ac_exec_ext in '' $ac_executable_extensions; do 3283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3284 3320 ac_cv_prog_ac_ct_CC="gcc" 3285 3321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3334 3370 test -z "$as_dir" && as_dir=. 3335 3371 for ac_exec_ext in '' $ac_executable_extensions; do 3336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3337 3373 ac_cv_prog_CC="${ac_tool_prefix}cc" 3338 3374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3375 3411 test -z "$as_dir" && as_dir=. 3376 3412 for ac_exec_ext in '' $ac_executable_extensions; do 3377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3413 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3378 3414 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3379 3415 ac_prog_rejected=yes … … 3433 3469 test -z "$as_dir" && as_dir=. 3434 3470 for ac_exec_ext in '' $ac_executable_extensions; do 3435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3436 3472 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3437 3473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3477 3513 test -z "$as_dir" && as_dir=. 3478 3514 for ac_exec_ext in '' $ac_executable_extensions; do 3479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3515 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3480 3516 ac_cv_prog_ac_ct_CC="$ac_prog" 3481 3517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3673 3709 #include <stdarg.h> 3674 3710 #include <stdio.h> 3675 #include <sys/types.h> 3676 #include <sys/stat.h> 3711 struct stat; 3677 3712 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3678 3713 struct buf { int x; }; … … 3796 3831 for ac_prog in ginstall scoinst install; do 3797 3832 for ac_exec_ext in '' $ac_executable_extensions; do 3798 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then3833 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3799 3834 if test $ac_prog = install && 3800 3835 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 3911 3946 test -z "$as_dir" && as_dir=. 3912 3947 for ac_exec_ext in '' $ac_executable_extensions; do 3913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3914 3949 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3915 3950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3951 3986 test -z "$as_dir" && as_dir=. 3952 3987 for ac_exec_ext in '' $ac_executable_extensions; do 3953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3988 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3954 3989 ac_cv_prog_ac_ct_RANLIB="ranlib" 3955 3990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4009 4044 test -z "$as_dir" && as_dir=. 4010 4045 for ac_exec_ext in '' $ac_executable_extensions; do 4011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4012 4047 ac_cv_prog_JAVA="$ac_prog" 4013 4048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4052 4087 test -z "$as_dir" && as_dir=. 4053 4088 for ac_exec_ext in '' $ac_executable_extensions; do 4054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4089 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4055 4090 ac_cv_prog_JAVA="$ac_prog" 4056 4091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4098 4133 test -z "$as_dir" && as_dir=. 4099 4134 for ac_exec_ext in '' $ac_executable_extensions; do 4100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4135 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4101 4136 ac_cv_prog_uudecode="yes" 4102 4137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4140 4175 ac_cv_prog_uudecode_base64=yes 4141 4176 else 4142 echo "configure: 41 42: uudecode had trouble decoding base 64 file 'Test.uue'" >&54177 echo "configure: 4177: uudecode had trouble decoding base 64 file 'Test.uue'" >&5 4143 4178 echo "configure: failed file was:" >&5 4144 4179 cat Test.uue >&5 … … 4179 4214 test -z "$as_dir" && as_dir=. 4180 4215 for ac_exec_ext in '' $ac_executable_extensions; do 4181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4216 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4182 4217 ac_cv_prog_JAVAC="$ac_prog" 4183 4218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4222 4257 test -z "$as_dir" && as_dir=. 4223 4258 for ac_exec_ext in '' $ac_executable_extensions; do 4224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4259 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4225 4260 ac_cv_prog_JAVAC="$ac_prog" 4226 4261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4263 4298 CLASS_TEST=Test.class 4264 4299 cat << \EOF > $JAVA_TEST 4265 /* #line 4 265"configure" */4300 /* #line 4300 "configure" */ 4266 4301 public class Test { 4267 4302 } … … 4302 4337 TEST=Test 4303 4338 cat << \EOF > $JAVA_TEST 4304 /* [#]line 43 04"configure" */4339 /* [#]line 4339 "configure" */ 4305 4340 public class Test { 4306 4341 public static void main (String args[]) { … … 4363 4398 test -z "$as_dir" && as_dir=. 4364 4399 for ac_exec_ext in '' $ac_executable_extensions; do 4365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4366 4401 ac_cv_prog_JAVAC="$ac_prog" 4367 4402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4406 4441 test -z "$as_dir" && as_dir=. 4407 4442 for ac_exec_ext in '' $ac_executable_extensions; do 4408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4443 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4409 4444 ac_cv_prog_JAVAC="$ac_prog" 4410 4445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4447 4482 CLASS_TEST=Test.class 4448 4483 cat << \EOF > $JAVA_TEST 4449 /* #line 44 49"configure" */4484 /* #line 4484 "configure" */ 4450 4485 public class Test { 4451 4486 } … … 4631 4666 for ac_exec_ext in '' $ac_executable_extensions; do 4632 4667 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4633 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue4668 as_fn_executable_p "$ac_path_GREP" || continue 4634 4669 # Check for GNU ac_path_GREP and select it if it is found. 4635 4670 # Check for GNU $ac_path_GREP … … 4697 4732 for ac_exec_ext in '' $ac_executable_extensions; do 4698 4733 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4699 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue4734 as_fn_executable_p "$ac_path_EGREP" || continue 4700 4735 # Check for GNU ac_path_EGREP and select it if it is found. 4701 4736 # Check for GNU $ac_path_EGREP … … 4904 4939 /* end confdefs.h. */ 4905 4940 4906 # 4907 4941 # define __EXTENSIONS__ 1 4942 $ac_includes_default 4908 4943 int 4909 4944 main () … … 5067 5102 main () 5068 5103 { 5069 /* FIXME: Include the comments suggested by Paul. */ 5104 5070 5105 #ifndef __cplusplus 5071 /* Ultrix mips cc rejects this . */5106 /* Ultrix mips cc rejects this sort of thing. */ 5072 5107 typedef int charset[2]; 5073 const charset cs ;5108 const charset cs = { 0, 0 }; 5074 5109 /* SunOS 4.1.1 cc rejects this. */ 5075 5110 char const *const *pcpcc; … … 5088 5123 ppc = (char**) pcpcc; 5089 5124 pcpcc = (char const *const *) ppc; 5090 { /* SCO 3.2v4 cc rejects this. */ 5091 char *t; 5125 { /* SCO 3.2v4 cc rejects this sort of thing. */ 5126 char tx; 5127 char *t = &tx; 5092 5128 char const *s = 0 ? (char *) 0 : (char const *) 0; 5093 5129 … … 5105 5141 ++p; 5106 5142 } 5107 { /* AIX XL C 1.02.0.0 rejects this s aying5143 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying 5108 5144 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ 5109 struct s { int j; const int *ap[3]; } ;5110 struct s *b ; b->j = 5;5145 struct s { int j; const int *ap[3]; } bx; 5146 struct s *b = &bx; b->j = 5; 5111 5147 } 5112 5148 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ … … 5863 5899 $ac_includes_default 5864 5900 int 5865 find_stack_direction () 5866 { 5867 static char *addr = 0; 5868 auto char dummy; 5869 if (addr == 0) 5870 { 5871 addr = &dummy; 5872 return find_stack_direction (); 5873 } 5874 else 5875 return (&dummy > addr) ? 1 : -1; 5901 find_stack_direction (int *addr, int depth) 5902 { 5903 int dir, dummy = 0; 5904 if (! addr) 5905 addr = &dummy; 5906 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; 5907 dir = depth ? find_stack_direction (addr, depth - 1) : 0; 5908 return dir + dummy; 5876 5909 } 5877 5910 5878 5911 int 5879 main ( )5880 { 5881 return find_stack_direction ( ) < 0;5912 main (int argc, char **argv) 5913 { 5914 return find_stack_direction (0, argc + !argv + 20) < 0; 5882 5915 } 5883 5916 _ACEOF … … 7029 7062 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 7030 7063 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 7031 # In both cases, we have to default to `cp -p '.7064 # In both cases, we have to default to `cp -pR'. 7032 7065 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 7033 as_ln_s='cp -p '7066 as_ln_s='cp -pR' 7034 7067 elif ln conf$$.file conf$$ 2>/dev/null; then 7035 7068 as_ln_s=ln 7036 7069 else 7037 as_ln_s='cp -p '7070 as_ln_s='cp -pR' 7038 7071 fi 7039 7072 else 7040 as_ln_s='cp -p '7073 as_ln_s='cp -pR' 7041 7074 fi 7042 7075 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 7098 7131 fi 7099 7132 7100 if test -x / >/dev/null 2>&1; then 7101 as_test_x='test -x' 7102 else 7103 if ls -dL / >/dev/null 2>&1; then 7104 as_ls_L_option=L 7105 else 7106 as_ls_L_option= 7107 fi 7108 as_test_x=' 7109 eval sh -c '\'' 7110 if test -d "$1"; then 7111 test -d "$1/."; 7112 else 7113 case $1 in #( 7114 -*)set "./$1";; 7115 esac; 7116 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 7117 ???[sx]*):;;*)false;;esac;fi 7118 '\'' sh 7119 ' 7120 fi 7121 as_executable_p=$as_test_x 7133 7134 # as_fn_executable_p FILE 7135 # ----------------------- 7136 # Test if FILE is an executable regular file. 7137 as_fn_executable_p () 7138 { 7139 test -f "$1" && test -x "$1" 7140 } # as_fn_executable_p 7141 as_test_x='test -x' 7142 as_executable_p=as_fn_executable_p 7122 7143 7123 7144 # Sed expression to map a string onto a valid CPP name. … … 7141 7162 ac_log=" 7142 7163 This file was extended by $as_me, which was 7143 generated by GNU Autoconf 2.6 8. Invocation command line was7164 generated by GNU Autoconf 2.69. Invocation command line was 7144 7165 7145 7166 CONFIG_FILES = $CONFIG_FILES … … 7207 7228 ac_cs_version="\\ 7208 7229 config.status 7209 configured by $0, generated by GNU Autoconf 2.6 8,7230 configured by $0, generated by GNU Autoconf 2.69, 7210 7231 with options \\"\$ac_cs_config\\" 7211 7232 7212 Copyright (C) 201 0Free Software Foundation, Inc.7233 Copyright (C) 2012 Free Software Foundation, Inc. 7213 7234 This config.status script is free software; the Free Software Foundation 7214 7235 gives unlimited permission to copy, distribute and modify it." … … 7300 7321 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7301 7322 if \$ac_cs_recheck; then 7302 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion7323 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 7303 7324 shift 7304 7325 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
Note:
See TracChangeset
for help on using the changeset viewer.