comparison configure @ 1771:4cca386e5766

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 19 May 2012 11:46:29 -0400
parents a6eab6820b37
children 141f234a91fb
comparison
equal deleted inserted replaced
1770:53d56d87fbd2 1771:4cca386e5766
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for urweb 20120512. 3 # Generated by GNU Autoconf 2.69 for urweb 20120519.
4 # 4 #
5 # 5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8 # Foundation, Inc.
9 # 7 #
10 # 8 #
11 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ## 11 ## -------------------- ##
132 export LANGUAGE 130 export LANGUAGE
133 131
134 # CDPATH. 132 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 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 if test "x$CONFIG_SHELL" = x; then 160 if test "x$CONFIG_SHELL" = x; then
138 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
139 emulate sh 162 emulate sh
140 NULLCMD=: 163 NULLCMD=:
141 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166 189
167 else 190 else
168 exitcode=1; echo positional parameters were not saved. 191 exitcode=1; echo positional parameters were not saved.
169 fi 192 fi
170 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
171 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
172 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
173 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
174 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
175 test \$(( 1 + 1 )) = 2 || exit 1 199 test \$(( 1 + 1 )) = 2 || exit 1
218 fi; } 242 fi; }
219 IFS=$as_save_IFS 243 IFS=$as_save_IFS
220 244
221 245
222 if test "x$CONFIG_SHELL" != x; then : 246 if test "x$CONFIG_SHELL" != x; then :
223 # We cannot yet assume a decent shell, so we have to provide a 247 export CONFIG_SHELL
224 # neutralization value for shells without unset; and this also 248 # We cannot yet assume a decent shell, so we have to provide a
225 # works around shells that cannot unset nonexistent variables. 249 # neutralization value for shells without unset; and this also
226 # Preserve -v and -x to the replacement shell. 250 # works around shells that cannot unset nonexistent variables.
227 BASH_ENV=/dev/null 251 # Preserve -v and -x to the replacement shell.
228 ENV=/dev/null 252 BASH_ENV=/dev/null
229 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 253 ENV=/dev/null
230 export CONFIG_SHELL 254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
231 case $- in # (((( 255 case $- in # ((((
232 *v*x* | *x*v* ) as_opts=-vx ;; 256 *v*x* | *x*v* ) as_opts=-vx ;;
233 *v* ) as_opts=-v ;; 257 *v* ) as_opts=-v ;;
234 *x* ) as_opts=-x ;; 258 *x* ) as_opts=-x ;;
235 * ) as_opts= ;; 259 * ) as_opts= ;;
236 esac 260 esac
237 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
238 fi 266 fi
239 267
240 if test x$as_have_required = xno; then : 268 if test x$as_have_required = xno; then :
241 $as_echo "$0: This script requires a shell more modern than all" 269 $as_echo "$0: This script requires a shell more modern than all"
242 $as_echo "$0: the shells that I found on your system." 270 $as_echo "$0: the shells that I found on your system."
334 test -z "$as_dirs" || eval "mkdir $as_dirs" 362 test -z "$as_dirs" || eval "mkdir $as_dirs"
335 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
336 364
337 365
338 } # as_fn_mkdir_p 366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
339 # as_fn_append VAR VALUE 375 # as_fn_append VAR VALUE
340 # ---------------------- 376 # ----------------------
341 # Append the text in VALUE to the end of the definition contained in VAR. Take 377 # Append the text in VALUE to the end of the definition contained in VAR. Take
342 # advantage of any shell optimizations that allow amortized linear growth over 378 # advantage of any shell optimizations that allow amortized linear growth over
343 # repeated appends, instead of the typical quadratic growth present in naive 379 # repeated appends, instead of the typical quadratic growth present in naive
455 s/-\n.*// 491 s/-\n.*//
456 ' >$as_me.lineno && 492 ' >$as_me.lineno &&
457 chmod +x "$as_me.lineno" || 493 chmod +x "$as_me.lineno" ||
458 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
459 495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
460 # Don't try to exec as it changes $[0], causing all sort of problems 500 # Don't try to exec as it changes $[0], causing all sort of problems
461 # (the dirname of $[0] is not the place where we might find the 501 # (the dirname of $[0] is not the place where we might find the
462 # original and so on. Autoconf is especially sensitive to this). 502 # original and so on. Autoconf is especially sensitive to this).
463 . "./$as_me.lineno" 503 . "./$as_me.lineno"
464 # Exit status is that of the last command. 504 # Exit status is that of the last command.
489 if ln -s conf$$.file conf$$ 2>/dev/null; then 529 if ln -s conf$$.file conf$$ 2>/dev/null; then
490 as_ln_s='ln -s' 530 as_ln_s='ln -s'
491 # ... but there are two gotchas: 531 # ... but there are two gotchas:
492 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
493 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
494 # In both cases, we have to default to `cp -p'. 534 # In both cases, we have to default to `cp -pR'.
495 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
496 as_ln_s='cp -p' 536 as_ln_s='cp -pR'
497 elif ln conf$$.file conf$$ 2>/dev/null; then 537 elif ln conf$$.file conf$$ 2>/dev/null; then
498 as_ln_s=ln 538 as_ln_s=ln
499 else 539 else
500 as_ln_s='cp -p' 540 as_ln_s='cp -pR'
501 fi 541 fi
502 else 542 else
503 as_ln_s='cp -p' 543 as_ln_s='cp -pR'
504 fi 544 fi
505 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
506 rmdir conf$$.dir 2>/dev/null 546 rmdir conf$$.dir 2>/dev/null
507 547
508 if mkdir -p . 2>/dev/null; then 548 if mkdir -p . 2>/dev/null; then
510 else 550 else
511 test -d ./-p && rmdir ./-p 551 test -d ./-p && rmdir ./-p
512 as_mkdir_p=false 552 as_mkdir_p=false
513 fi 553 fi
514 554
515 if test -x / >/dev/null 2>&1; then 555 as_test_x='test -x'
516 as_test_x='test -x' 556 as_executable_p=as_fn_executable_p
517 else
518 if ls -dL / >/dev/null 2>&1; then
519 as_ls_L_option=L
520 else
521 as_ls_L_option=
522 fi
523 as_test_x='
524 eval sh -c '\''
525 if test -d "$1"; then
526 test -d "$1/.";
527 else
528 case $1 in #(
529 -*)set "./$1";;
530 esac;
531 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
532 ???[sx]*):;;*)false;;esac;fi
533 '\'' sh
534 '
535 fi
536 as_executable_p=$as_test_x
537 557
538 # Sed expression to map a string onto a valid CPP name. 558 # Sed expression to map a string onto a valid CPP name.
539 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
540 560
541 # Sed expression to map a string onto a valid variable name. 561 # Sed expression to map a string onto a valid variable name.
565 MAKEFLAGS= 585 MAKEFLAGS=
566 586
567 # Identity of this package. 587 # Identity of this package.
568 PACKAGE_NAME='urweb' 588 PACKAGE_NAME='urweb'
569 PACKAGE_TARNAME='urweb' 589 PACKAGE_TARNAME='urweb'
570 PACKAGE_VERSION='20120512' 590 PACKAGE_VERSION='20120519'
571 PACKAGE_STRING='urweb 20120512' 591 PACKAGE_STRING='urweb 20120519'
572 PACKAGE_BUGREPORT='' 592 PACKAGE_BUGREPORT=''
573 PACKAGE_URL='' 593 PACKAGE_URL=''
574 594
575 # Factoring default headers for most tests. 595 # Factoring default headers for most tests.
576 ac_includes_default="\ 596 ac_includes_default="\
1218 1238
1219 # FIXME: To remove some day. 1239 # FIXME: To remove some day.
1220 if test "x$host_alias" != x; then 1240 if test "x$host_alias" != x; then
1221 if test "x$build_alias" = x; then 1241 if test "x$build_alias" = x; then
1222 cross_compiling=maybe 1242 cross_compiling=maybe
1223 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1224 If a cross compiler is detected then cross compile mode will be used" >&2
1225 elif test "x$build_alias" != "x$host_alias"; then 1243 elif test "x$build_alias" != "x$host_alias"; then
1226 cross_compiling=yes 1244 cross_compiling=yes
1227 fi 1245 fi
1228 fi 1246 fi
1229 1247
1305 # 1323 #
1306 if test "$ac_init_help" = "long"; then 1324 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing. 1325 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh. 1326 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF 1327 cat <<_ACEOF
1310 \`configure' configures urweb 20120512 to adapt to many kinds of systems. 1328 \`configure' configures urweb 20120519 to adapt to many kinds of systems.
1311 1329
1312 Usage: $0 [OPTION]... [VAR=VALUE]... 1330 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 1331
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1332 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables. 1333 VAR=VALUE. See below for descriptions of some of the useful variables.
1375 _ACEOF 1393 _ACEOF
1376 fi 1394 fi
1377 1395
1378 if test -n "$ac_init_help"; then 1396 if test -n "$ac_init_help"; then
1379 case $ac_init_help in 1397 case $ac_init_help in
1380 short | recursive ) echo "Configuration of urweb 20120512:";; 1398 short | recursive ) echo "Configuration of urweb 20120519:";;
1381 esac 1399 esac
1382 cat <<\_ACEOF 1400 cat <<\_ACEOF
1383 1401
1384 Optional Features: 1402 Optional Features:
1385 --disable-option-checking ignore unrecognized --enable/--with options 1403 --disable-option-checking ignore unrecognized --enable/--with options
1478 fi 1496 fi
1479 1497
1480 test -n "$ac_init_help" && exit $ac_status 1498 test -n "$ac_init_help" && exit $ac_status
1481 if $ac_init_version; then 1499 if $ac_init_version; then
1482 cat <<\_ACEOF 1500 cat <<\_ACEOF
1483 urweb configure 20120512 1501 urweb configure 20120519
1484 generated by GNU Autoconf 2.68 1502 generated by GNU Autoconf 2.69
1485 1503
1486 Copyright (C) 2010 Free Software Foundation, Inc. 1504 Copyright (C) 2012 Free Software Foundation, Inc.
1487 This configure script is free software; the Free Software Foundation 1505 This configure script is free software; the Free Software Foundation
1488 gives unlimited permission to copy, distribute and modify it. 1506 gives unlimited permission to copy, distribute and modify it.
1489 _ACEOF 1507 _ACEOF
1490 exit 1508 exit
1491 fi 1509 fi
1754 test $ac_status = 0; } && { 1772 test $ac_status = 0; } && {
1755 test -z "$ac_c_werror_flag" || 1773 test -z "$ac_c_werror_flag" ||
1756 test ! -s conftest.err 1774 test ! -s conftest.err
1757 } && test -s conftest$ac_exeext && { 1775 } && test -s conftest$ac_exeext && {
1758 test "$cross_compiling" = yes || 1776 test "$cross_compiling" = yes ||
1759 $as_test_x conftest$ac_exeext 1777 test -x conftest$ac_exeext
1760 }; then : 1778 }; then :
1761 ac_retval=0 1779 ac_retval=0
1762 else 1780 else
1763 $as_echo "$as_me: failed program was:" >&5 1781 $as_echo "$as_me: failed program was:" >&5
1764 sed 's/^/| /' conftest.$ac_ext >&5 1782 sed 's/^/| /' conftest.$ac_ext >&5
1843 } # ac_fn_c_check_func 1861 } # ac_fn_c_check_func
1844 cat >config.log <<_ACEOF 1862 cat >config.log <<_ACEOF
1845 This file contains any messages produced by compilers while 1863 This file contains any messages produced by compilers while
1846 running configure, to aid debugging if configure makes a mistake. 1864 running configure, to aid debugging if configure makes a mistake.
1847 1865
1848 It was created by urweb $as_me 20120512, which was 1866 It was created by urweb $as_me 20120519, which was
1849 generated by GNU Autoconf 2.68. Invocation command line was 1867 generated by GNU Autoconf 2.69. Invocation command line was
1850 1868
1851 $ $0 $@ 1869 $ $0 $@
1852 1870
1853 _ACEOF 1871 _ACEOF
1854 exec 5>>config.log 1872 exec 5>>config.log
2191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2209 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2210 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2193 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2211 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2194 2212
2195 2213
2196 WORKING_VERSION=1 2214 WORKING_VERSION=0
2197 ac_ext=c 2215 ac_ext=c
2198 ac_cpp='$CPP $CPPFLAGS' 2216 ac_cpp='$CPP $CPPFLAGS'
2199 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2217 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2200 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2218 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2201 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2219 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2214 for as_dir in $PATH 2232 for as_dir in $PATH
2215 do 2233 do
2216 IFS=$as_save_IFS 2234 IFS=$as_save_IFS
2217 test -z "$as_dir" && as_dir=. 2235 test -z "$as_dir" && as_dir=.
2218 for ac_exec_ext in '' $ac_executable_extensions; do 2236 for ac_exec_ext in '' $ac_executable_extensions; do
2219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2220 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2238 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2222 break 2 2240 break 2
2223 fi 2241 fi
2224 done 2242 done
2254 for as_dir in $PATH 2272 for as_dir in $PATH
2255 do 2273 do
2256 IFS=$as_save_IFS 2274 IFS=$as_save_IFS
2257 test -z "$as_dir" && as_dir=. 2275 test -z "$as_dir" && as_dir=.
2258 for ac_exec_ext in '' $ac_executable_extensions; do 2276 for ac_exec_ext in '' $ac_executable_extensions; do
2259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2277 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2260 ac_cv_prog_ac_ct_CC="gcc" 2278 ac_cv_prog_ac_ct_CC="gcc"
2261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2262 break 2 2280 break 2
2263 fi 2281 fi
2264 done 2282 done
2307 for as_dir in $PATH 2325 for as_dir in $PATH
2308 do 2326 do
2309 IFS=$as_save_IFS 2327 IFS=$as_save_IFS
2310 test -z "$as_dir" && as_dir=. 2328 test -z "$as_dir" && as_dir=.
2311 for ac_exec_ext in '' $ac_executable_extensions; do 2329 for ac_exec_ext in '' $ac_executable_extensions; do
2312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2313 ac_cv_prog_CC="${ac_tool_prefix}cc" 2331 ac_cv_prog_CC="${ac_tool_prefix}cc"
2314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2315 break 2 2333 break 2
2316 fi 2334 fi
2317 done 2335 done
2348 for as_dir in $PATH 2366 for as_dir in $PATH
2349 do 2367 do
2350 IFS=$as_save_IFS 2368 IFS=$as_save_IFS
2351 test -z "$as_dir" && as_dir=. 2369 test -z "$as_dir" && as_dir=.
2352 for ac_exec_ext in '' $ac_executable_extensions; do 2370 for ac_exec_ext in '' $ac_executable_extensions; do
2353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2354 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2372 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2355 ac_prog_rejected=yes 2373 ac_prog_rejected=yes
2356 continue 2374 continue
2357 fi 2375 fi
2358 ac_cv_prog_CC="cc" 2376 ac_cv_prog_CC="cc"
2406 for as_dir in $PATH 2424 for as_dir in $PATH
2407 do 2425 do
2408 IFS=$as_save_IFS 2426 IFS=$as_save_IFS
2409 test -z "$as_dir" && as_dir=. 2427 test -z "$as_dir" && as_dir=.
2410 for ac_exec_ext in '' $ac_executable_extensions; do 2428 for ac_exec_ext in '' $ac_executable_extensions; do
2411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2412 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2430 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2414 break 2 2432 break 2
2415 fi 2433 fi
2416 done 2434 done
2450 for as_dir in $PATH 2468 for as_dir in $PATH
2451 do 2469 do
2452 IFS=$as_save_IFS 2470 IFS=$as_save_IFS
2453 test -z "$as_dir" && as_dir=. 2471 test -z "$as_dir" && as_dir=.
2454 for ac_exec_ext in '' $ac_executable_extensions; do 2472 for ac_exec_ext in '' $ac_executable_extensions; do
2455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2473 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2456 ac_cv_prog_ac_ct_CC="$ac_prog" 2474 ac_cv_prog_ac_ct_CC="$ac_prog"
2457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2458 break 2 2476 break 2
2459 fi 2477 fi
2460 done 2478 done
2896 ac_save_CC=$CC 2914 ac_save_CC=$CC
2897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2898 /* end confdefs.h. */ 2916 /* end confdefs.h. */
2899 #include <stdarg.h> 2917 #include <stdarg.h>
2900 #include <stdio.h> 2918 #include <stdio.h>
2901 #include <sys/types.h> 2919 struct stat;
2902 #include <sys/stat.h>
2903 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 2920 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2904 struct buf { int x; }; 2921 struct buf { int x; };
2905 FILE * (*rcsopen) (struct buf *, struct stat *, int); 2922 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2906 static char *e (p, i) 2923 static char *e (p, i)
2907 char **p; 2924 char **p;
3137 IFS=$as_save_IFS 3154 IFS=$as_save_IFS
3138 test -z "$as_dir" && as_dir=. 3155 test -z "$as_dir" && as_dir=.
3139 for ac_prog in grep ggrep; do 3156 for ac_prog in grep ggrep; do
3140 for ac_exec_ext in '' $ac_executable_extensions; do 3157 for ac_exec_ext in '' $ac_executable_extensions; do
3141 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3158 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3142 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3159 as_fn_executable_p "$ac_path_GREP" || continue
3143 # Check for GNU ac_path_GREP and select it if it is found. 3160 # Check for GNU ac_path_GREP and select it if it is found.
3144 # Check for GNU $ac_path_GREP 3161 # Check for GNU $ac_path_GREP
3145 case `"$ac_path_GREP" --version 2>&1` in 3162 case `"$ac_path_GREP" --version 2>&1` in
3146 *GNU*) 3163 *GNU*)
3147 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3164 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3203 IFS=$as_save_IFS 3220 IFS=$as_save_IFS
3204 test -z "$as_dir" && as_dir=. 3221 test -z "$as_dir" && as_dir=.
3205 for ac_prog in egrep; do 3222 for ac_prog in egrep; do
3206 for ac_exec_ext in '' $ac_executable_extensions; do 3223 for ac_exec_ext in '' $ac_executable_extensions; do
3207 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3224 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3208 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3225 as_fn_executable_p "$ac_path_EGREP" || continue
3209 # Check for GNU ac_path_EGREP and select it if it is found. 3226 # Check for GNU ac_path_EGREP and select it if it is found.
3210 # Check for GNU $ac_path_EGREP 3227 # Check for GNU $ac_path_EGREP
3211 case `"$ac_path_EGREP" --version 2>&1` in 3228 case `"$ac_path_EGREP" --version 2>&1` in
3212 *GNU*) 3229 *GNU*)
3213 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3230 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3410 $as_echo_n "(cached) " >&6 3427 $as_echo_n "(cached) " >&6
3411 else 3428 else
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3413 /* end confdefs.h. */ 3430 /* end confdefs.h. */
3414 3431
3415 # define __EXTENSIONS__ 1 3432 # define __EXTENSIONS__ 1
3416 $ac_includes_default 3433 $ac_includes_default
3417 int 3434 int
3418 main () 3435 main ()
3419 { 3436 {
3420 3437
3421 ; 3438 ;
3465 for as_dir in $PATH 3482 for as_dir in $PATH
3466 do 3483 do
3467 IFS=$as_save_IFS 3484 IFS=$as_save_IFS
3468 test -z "$as_dir" && as_dir=. 3485 test -z "$as_dir" && as_dir=.
3469 for ac_exec_ext in '' $ac_executable_extensions; do 3486 for ac_exec_ext in '' $ac_executable_extensions; do
3470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3487 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3471 ac_cv_prog_AR="$ac_tool_prefix$ac_prog" 3488 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
3472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3473 break 2 3490 break 2
3474 fi 3491 fi
3475 done 3492 done
3509 for as_dir in $PATH 3526 for as_dir in $PATH
3510 do 3527 do
3511 IFS=$as_save_IFS 3528 IFS=$as_save_IFS
3512 test -z "$as_dir" && as_dir=. 3529 test -z "$as_dir" && as_dir=.
3513 for ac_exec_ext in '' $ac_executable_extensions; do 3530 for ac_exec_ext in '' $ac_executable_extensions; do
3514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3531 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3515 ac_cv_prog_ac_ct_AR="$ac_prog" 3532 ac_cv_prog_ac_ct_AR="$ac_prog"
3516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3517 break 2 3534 break 2
3518 fi 3535 fi
3519 done 3536 done
3675 # OSF1 and SCO ODT 3.0 have their own names for install. 3692 # OSF1 and SCO ODT 3.0 have their own names for install.
3676 # Don't use installbsd from OSF since it installs stuff as root 3693 # Don't use installbsd from OSF since it installs stuff as root
3677 # by default. 3694 # by default.
3678 for ac_prog in ginstall scoinst install; do 3695 for ac_prog in ginstall scoinst install; do
3679 for ac_exec_ext in '' $ac_executable_extensions; do 3696 for ac_exec_ext in '' $ac_executable_extensions; do
3680 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 3697 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3681 if test $ac_prog = install && 3698 if test $ac_prog = install &&
3682 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3699 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3683 # AIX install. It has an incompatible calling convention. 3700 # AIX install. It has an incompatible calling convention.
3684 : 3701 :
3685 elif test $ac_prog = install && 3702 elif test $ac_prog = install &&
3841 for as_dir in $PATH 3858 for as_dir in $PATH
3842 do 3859 do
3843 IFS=$as_save_IFS 3860 IFS=$as_save_IFS
3844 test -z "$as_dir" && as_dir=. 3861 test -z "$as_dir" && as_dir=.
3845 for ac_exec_ext in '' $ac_executable_extensions; do 3862 for ac_exec_ext in '' $ac_executable_extensions; do
3846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3863 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3847 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 3864 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3849 break 2 3866 break 2
3850 fi 3867 fi
3851 done 3868 done
3881 for as_dir in $PATH 3898 for as_dir in $PATH
3882 do 3899 do
3883 IFS=$as_save_IFS 3900 IFS=$as_save_IFS
3884 test -z "$as_dir" && as_dir=. 3901 test -z "$as_dir" && as_dir=.
3885 for ac_exec_ext in '' $ac_executable_extensions; do 3902 for ac_exec_ext in '' $ac_executable_extensions; do
3886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3887 ac_cv_prog_ac_ct_STRIP="strip" 3904 ac_cv_prog_ac_ct_STRIP="strip"
3888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3889 break 2 3906 break 2
3890 fi 3907 fi
3891 done 3908 done
3932 do 3949 do
3933 IFS=$as_save_IFS 3950 IFS=$as_save_IFS
3934 test -z "$as_dir" && as_dir=. 3951 test -z "$as_dir" && as_dir=.
3935 for ac_prog in mkdir gmkdir; do 3952 for ac_prog in mkdir gmkdir; do
3936 for ac_exec_ext in '' $ac_executable_extensions; do 3953 for ac_exec_ext in '' $ac_executable_extensions; do
3937 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 3954 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3938 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 3955 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3939 'mkdir (GNU coreutils) '* | \ 3956 'mkdir (GNU coreutils) '* | \
3940 'mkdir (coreutils) '* | \ 3957 'mkdir (coreutils) '* | \
3941 'mkdir (fileutils) '4.1*) 3958 'mkdir (fileutils) '4.1*)
3942 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 3959 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3985 for as_dir in $PATH 4002 for as_dir in $PATH
3986 do 4003 do
3987 IFS=$as_save_IFS 4004 IFS=$as_save_IFS
3988 test -z "$as_dir" && as_dir=. 4005 test -z "$as_dir" && as_dir=.
3989 for ac_exec_ext in '' $ac_executable_extensions; do 4006 for ac_exec_ext in '' $ac_executable_extensions; do
3990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4007 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3991 ac_cv_prog_AWK="$ac_prog" 4008 ac_cv_prog_AWK="$ac_prog"
3992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3993 break 2 4010 break 2
3994 fi 4011 fi
3995 done 4012 done
4134 fi 4151 fi
4135 4152
4136 4153
4137 # Define the identity of the package. 4154 # Define the identity of the package.
4138 PACKAGE='urweb' 4155 PACKAGE='urweb'
4139 VERSION='20120512' 4156 VERSION='20120519'
4140 4157
4141 4158
4142 # Some tools Automake needs. 4159 # Some tools Automake needs.
4143 4160
4144 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 4161 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4315 for as_dir in $PATH 4332 for as_dir in $PATH
4316 do 4333 do
4317 IFS=$as_save_IFS 4334 IFS=$as_save_IFS
4318 test -z "$as_dir" && as_dir=. 4335 test -z "$as_dir" && as_dir=.
4319 for ac_exec_ext in '' $ac_executable_extensions; do 4336 for ac_exec_ext in '' $ac_executable_extensions; do
4320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4321 ac_cv_prog_CC="${ac_tool_prefix}gcc" 4338 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4323 break 2 4340 break 2
4324 fi 4341 fi
4325 done 4342 done
4355 for as_dir in $PATH 4372 for as_dir in $PATH
4356 do 4373 do
4357 IFS=$as_save_IFS 4374 IFS=$as_save_IFS
4358 test -z "$as_dir" && as_dir=. 4375 test -z "$as_dir" && as_dir=.
4359 for ac_exec_ext in '' $ac_executable_extensions; do 4376 for ac_exec_ext in '' $ac_executable_extensions; do
4360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4361 ac_cv_prog_ac_ct_CC="gcc" 4378 ac_cv_prog_ac_ct_CC="gcc"
4362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4363 break 2 4380 break 2
4364 fi 4381 fi
4365 done 4382 done
4408 for as_dir in $PATH 4425 for as_dir in $PATH
4409 do 4426 do
4410 IFS=$as_save_IFS 4427 IFS=$as_save_IFS
4411 test -z "$as_dir" && as_dir=. 4428 test -z "$as_dir" && as_dir=.
4412 for ac_exec_ext in '' $ac_executable_extensions; do 4429 for ac_exec_ext in '' $ac_executable_extensions; do
4413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4414 ac_cv_prog_CC="${ac_tool_prefix}cc" 4431 ac_cv_prog_CC="${ac_tool_prefix}cc"
4415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4416 break 2 4433 break 2
4417 fi 4434 fi
4418 done 4435 done
4449 for as_dir in $PATH 4466 for as_dir in $PATH
4450 do 4467 do
4451 IFS=$as_save_IFS 4468 IFS=$as_save_IFS
4452 test -z "$as_dir" && as_dir=. 4469 test -z "$as_dir" && as_dir=.
4453 for ac_exec_ext in '' $ac_executable_extensions; do 4470 for ac_exec_ext in '' $ac_executable_extensions; do
4454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4455 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 4472 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4456 ac_prog_rejected=yes 4473 ac_prog_rejected=yes
4457 continue 4474 continue
4458 fi 4475 fi
4459 ac_cv_prog_CC="cc" 4476 ac_cv_prog_CC="cc"
4507 for as_dir in $PATH 4524 for as_dir in $PATH
4508 do 4525 do
4509 IFS=$as_save_IFS 4526 IFS=$as_save_IFS
4510 test -z "$as_dir" && as_dir=. 4527 test -z "$as_dir" && as_dir=.
4511 for ac_exec_ext in '' $ac_executable_extensions; do 4528 for ac_exec_ext in '' $ac_executable_extensions; do
4512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4529 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4513 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 4530 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4515 break 2 4532 break 2
4516 fi 4533 fi
4517 done 4534 done
4551 for as_dir in $PATH 4568 for as_dir in $PATH
4552 do 4569 do
4553 IFS=$as_save_IFS 4570 IFS=$as_save_IFS
4554 test -z "$as_dir" && as_dir=. 4571 test -z "$as_dir" && as_dir=.
4555 for ac_exec_ext in '' $ac_executable_extensions; do 4572 for ac_exec_ext in '' $ac_executable_extensions; do
4556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4573 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4557 ac_cv_prog_ac_ct_CC="$ac_prog" 4574 ac_cv_prog_ac_ct_CC="$ac_prog"
4558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4559 break 2 4576 break 2
4560 fi 4577 fi
4561 done 4578 done
4747 ac_save_CC=$CC 4764 ac_save_CC=$CC
4748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4749 /* end confdefs.h. */ 4766 /* end confdefs.h. */
4750 #include <stdarg.h> 4767 #include <stdarg.h>
4751 #include <stdio.h> 4768 #include <stdio.h>
4752 #include <sys/types.h> 4769 struct stat;
4753 #include <sys/stat.h>
4754 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4770 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4755 struct buf { int x; }; 4771 struct buf { int x; };
4756 FILE * (*rcsopen) (struct buf *, struct stat *, int); 4772 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4757 static char *e (p, i) 4773 static char *e (p, i)
4758 char **p; 4774 char **p;
5020 IFS=$as_save_IFS 5036 IFS=$as_save_IFS
5021 test -z "$as_dir" && as_dir=. 5037 test -z "$as_dir" && as_dir=.
5022 for ac_prog in sed gsed; do 5038 for ac_prog in sed gsed; do
5023 for ac_exec_ext in '' $ac_executable_extensions; do 5039 for ac_exec_ext in '' $ac_executable_extensions; do
5024 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 5040 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5025 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue 5041 as_fn_executable_p "$ac_path_SED" || continue
5026 # Check for GNU ac_path_SED and select it if it is found. 5042 # Check for GNU ac_path_SED and select it if it is found.
5027 # Check for GNU $ac_path_SED 5043 # Check for GNU $ac_path_SED
5028 case `"$ac_path_SED" --version 2>&1` in 5044 case `"$ac_path_SED" --version 2>&1` in
5029 *GNU*) 5045 *GNU*)
5030 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 5046 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5099 IFS=$as_save_IFS 5115 IFS=$as_save_IFS
5100 test -z "$as_dir" && as_dir=. 5116 test -z "$as_dir" && as_dir=.
5101 for ac_prog in fgrep; do 5117 for ac_prog in fgrep; do
5102 for ac_exec_ext in '' $ac_executable_extensions; do 5118 for ac_exec_ext in '' $ac_executable_extensions; do
5103 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" 5119 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5104 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue 5120 as_fn_executable_p "$ac_path_FGREP" || continue
5105 # Check for GNU ac_path_FGREP and select it if it is found. 5121 # Check for GNU ac_path_FGREP and select it if it is found.
5106 # Check for GNU $ac_path_FGREP 5122 # Check for GNU $ac_path_FGREP
5107 case `"$ac_path_FGREP" --version 2>&1` in 5123 case `"$ac_path_FGREP" --version 2>&1` in
5108 *GNU*) 5124 *GNU*)
5109 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; 5125 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5355 for as_dir in $PATH 5371 for as_dir in $PATH
5356 do 5372 do
5357 IFS=$as_save_IFS 5373 IFS=$as_save_IFS
5358 test -z "$as_dir" && as_dir=. 5374 test -z "$as_dir" && as_dir=.
5359 for ac_exec_ext in '' $ac_executable_extensions; do 5375 for ac_exec_ext in '' $ac_executable_extensions; do
5360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5376 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5361 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" 5377 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5363 break 2 5379 break 2
5364 fi 5380 fi
5365 done 5381 done
5399 for as_dir in $PATH 5415 for as_dir in $PATH
5400 do 5416 do
5401 IFS=$as_save_IFS 5417 IFS=$as_save_IFS
5402 test -z "$as_dir" && as_dir=. 5418 test -z "$as_dir" && as_dir=.
5403 for ac_exec_ext in '' $ac_executable_extensions; do 5419 for ac_exec_ext in '' $ac_executable_extensions; do
5404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5420 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5405 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" 5421 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5407 break 2 5423 break 2
5408 fi 5424 fi
5409 done 5425 done
5823 for as_dir in $PATH 5839 for as_dir in $PATH
5824 do 5840 do
5825 IFS=$as_save_IFS 5841 IFS=$as_save_IFS
5826 test -z "$as_dir" && as_dir=. 5842 test -z "$as_dir" && as_dir=.
5827 for ac_exec_ext in '' $ac_executable_extensions; do 5843 for ac_exec_ext in '' $ac_executable_extensions; do
5828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5829 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 5845 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 break 2 5847 break 2
5832 fi 5848 fi
5833 done 5849 done
5863 for as_dir in $PATH 5879 for as_dir in $PATH
5864 do 5880 do
5865 IFS=$as_save_IFS 5881 IFS=$as_save_IFS
5866 test -z "$as_dir" && as_dir=. 5882 test -z "$as_dir" && as_dir=.
5867 for ac_exec_ext in '' $ac_executable_extensions; do 5883 for ac_exec_ext in '' $ac_executable_extensions; do
5868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5884 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5869 ac_cv_prog_ac_ct_OBJDUMP="objdump" 5885 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5871 break 2 5887 break 2
5872 fi 5888 fi
5873 done 5889 done
6169 for as_dir in $PATH 6185 for as_dir in $PATH
6170 do 6186 do
6171 IFS=$as_save_IFS 6187 IFS=$as_save_IFS
6172 test -z "$as_dir" && as_dir=. 6188 test -z "$as_dir" && as_dir=.
6173 for ac_exec_ext in '' $ac_executable_extensions; do 6189 for ac_exec_ext in '' $ac_executable_extensions; do
6174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6175 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 6191 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6177 break 2 6193 break 2
6178 fi 6194 fi
6179 done 6195 done
6209 for as_dir in $PATH 6225 for as_dir in $PATH
6210 do 6226 do
6211 IFS=$as_save_IFS 6227 IFS=$as_save_IFS
6212 test -z "$as_dir" && as_dir=. 6228 test -z "$as_dir" && as_dir=.
6213 for ac_exec_ext in '' $ac_executable_extensions; do 6229 for ac_exec_ext in '' $ac_executable_extensions; do
6214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6230 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6215 ac_cv_prog_ac_ct_DLLTOOL="dlltool" 6231 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6217 break 2 6233 break 2
6218 fi 6234 fi
6219 done 6235 done
6312 for as_dir in $PATH 6328 for as_dir in $PATH
6313 do 6329 do
6314 IFS=$as_save_IFS 6330 IFS=$as_save_IFS
6315 test -z "$as_dir" && as_dir=. 6331 test -z "$as_dir" && as_dir=.
6316 for ac_exec_ext in '' $ac_executable_extensions; do 6332 for ac_exec_ext in '' $ac_executable_extensions; do
6317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6333 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6318 ac_cv_prog_AR="$ac_tool_prefix$ac_prog" 6334 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6320 break 2 6336 break 2
6321 fi 6337 fi
6322 done 6338 done
6356 for as_dir in $PATH 6372 for as_dir in $PATH
6357 do 6373 do
6358 IFS=$as_save_IFS 6374 IFS=$as_save_IFS
6359 test -z "$as_dir" && as_dir=. 6375 test -z "$as_dir" && as_dir=.
6360 for ac_exec_ext in '' $ac_executable_extensions; do 6376 for ac_exec_ext in '' $ac_executable_extensions; do
6361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6362 ac_cv_prog_ac_ct_AR="$ac_prog" 6378 ac_cv_prog_ac_ct_AR="$ac_prog"
6363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6364 break 2 6380 break 2
6365 fi 6381 fi
6366 done 6382 done
6481 for as_dir in $PATH 6497 for as_dir in $PATH
6482 do 6498 do
6483 IFS=$as_save_IFS 6499 IFS=$as_save_IFS
6484 test -z "$as_dir" && as_dir=. 6500 test -z "$as_dir" && as_dir=.
6485 for ac_exec_ext in '' $ac_executable_extensions; do 6501 for ac_exec_ext in '' $ac_executable_extensions; do
6486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6502 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6487 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 6503 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6489 break 2 6505 break 2
6490 fi 6506 fi
6491 done 6507 done
6521 for as_dir in $PATH 6537 for as_dir in $PATH
6522 do 6538 do
6523 IFS=$as_save_IFS 6539 IFS=$as_save_IFS
6524 test -z "$as_dir" && as_dir=. 6540 test -z "$as_dir" && as_dir=.
6525 for ac_exec_ext in '' $ac_executable_extensions; do 6541 for ac_exec_ext in '' $ac_executable_extensions; do
6526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6542 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6527 ac_cv_prog_ac_ct_STRIP="strip" 6543 ac_cv_prog_ac_ct_STRIP="strip"
6528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6529 break 2 6545 break 2
6530 fi 6546 fi
6531 done 6547 done
6580 for as_dir in $PATH 6596 for as_dir in $PATH
6581 do 6597 do
6582 IFS=$as_save_IFS 6598 IFS=$as_save_IFS
6583 test -z "$as_dir" && as_dir=. 6599 test -z "$as_dir" && as_dir=.
6584 for ac_exec_ext in '' $ac_executable_extensions; do 6600 for ac_exec_ext in '' $ac_executable_extensions; do
6585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6586 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6602 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6588 break 2 6604 break 2
6589 fi 6605 fi
6590 done 6606 done
6620 for as_dir in $PATH 6636 for as_dir in $PATH
6621 do 6637 do
6622 IFS=$as_save_IFS 6638 IFS=$as_save_IFS
6623 test -z "$as_dir" && as_dir=. 6639 test -z "$as_dir" && as_dir=.
6624 for ac_exec_ext in '' $ac_executable_extensions; do 6640 for ac_exec_ext in '' $ac_executable_extensions; do
6625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 6641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6626 ac_cv_prog_ac_ct_RANLIB="ranlib" 6642 ac_cv_prog_ac_ct_RANLIB="ranlib"
6627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 6643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6628 break 2 6644 break 2
6629 fi 6645 fi
6630 done 6646 done
7269 for as_dir in $PATH 7285 for as_dir in $PATH
7270 do 7286 do
7271 IFS=$as_save_IFS 7287 IFS=$as_save_IFS
7272 test -z "$as_dir" && as_dir=. 7288 test -z "$as_dir" && as_dir=.
7273 for ac_exec_ext in '' $ac_executable_extensions; do 7289 for ac_exec_ext in '' $ac_executable_extensions; do
7274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7275 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" 7291 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7277 break 2 7293 break 2
7278 fi 7294 fi
7279 done 7295 done
7309 for as_dir in $PATH 7325 for as_dir in $PATH
7310 do 7326 do
7311 IFS=$as_save_IFS 7327 IFS=$as_save_IFS
7312 test -z "$as_dir" && as_dir=. 7328 test -z "$as_dir" && as_dir=.
7313 for ac_exec_ext in '' $ac_executable_extensions; do 7329 for ac_exec_ext in '' $ac_executable_extensions; do
7314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7315 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" 7331 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7317 break 2 7333 break 2
7318 fi 7334 fi
7319 done 7335 done
7389 for as_dir in $PATH 7405 for as_dir in $PATH
7390 do 7406 do
7391 IFS=$as_save_IFS 7407 IFS=$as_save_IFS
7392 test -z "$as_dir" && as_dir=. 7408 test -z "$as_dir" && as_dir=.
7393 for ac_exec_ext in '' $ac_executable_extensions; do 7409 for ac_exec_ext in '' $ac_executable_extensions; do
7394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7395 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" 7411 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7397 break 2 7413 break 2
7398 fi 7414 fi
7399 done 7415 done
7429 for as_dir in $PATH 7445 for as_dir in $PATH
7430 do 7446 do
7431 IFS=$as_save_IFS 7447 IFS=$as_save_IFS
7432 test -z "$as_dir" && as_dir=. 7448 test -z "$as_dir" && as_dir=.
7433 for ac_exec_ext in '' $ac_executable_extensions; do 7449 for ac_exec_ext in '' $ac_executable_extensions; do
7434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7435 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" 7451 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7437 break 2 7453 break 2
7438 fi 7454 fi
7439 done 7455 done
7481 for as_dir in $PATH 7497 for as_dir in $PATH
7482 do 7498 do
7483 IFS=$as_save_IFS 7499 IFS=$as_save_IFS
7484 test -z "$as_dir" && as_dir=. 7500 test -z "$as_dir" && as_dir=.
7485 for ac_exec_ext in '' $ac_executable_extensions; do 7501 for ac_exec_ext in '' $ac_executable_extensions; do
7486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7502 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7487 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" 7503 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7489 break 2 7505 break 2
7490 fi 7506 fi
7491 done 7507 done
7521 for as_dir in $PATH 7537 for as_dir in $PATH
7522 do 7538 do
7523 IFS=$as_save_IFS 7539 IFS=$as_save_IFS
7524 test -z "$as_dir" && as_dir=. 7540 test -z "$as_dir" && as_dir=.
7525 for ac_exec_ext in '' $ac_executable_extensions; do 7541 for ac_exec_ext in '' $ac_executable_extensions; do
7526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7542 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7527 ac_cv_prog_ac_ct_NMEDIT="nmedit" 7543 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7529 break 2 7545 break 2
7530 fi 7546 fi
7531 done 7547 done
7573 for as_dir in $PATH 7589 for as_dir in $PATH
7574 do 7590 do
7575 IFS=$as_save_IFS 7591 IFS=$as_save_IFS
7576 test -z "$as_dir" && as_dir=. 7592 test -z "$as_dir" && as_dir=.
7577 for ac_exec_ext in '' $ac_executable_extensions; do 7593 for ac_exec_ext in '' $ac_executable_extensions; do
7578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7579 ac_cv_prog_LIPO="${ac_tool_prefix}lipo" 7595 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7581 break 2 7597 break 2
7582 fi 7598 fi
7583 done 7599 done
7613 for as_dir in $PATH 7629 for as_dir in $PATH
7614 do 7630 do
7615 IFS=$as_save_IFS 7631 IFS=$as_save_IFS
7616 test -z "$as_dir" && as_dir=. 7632 test -z "$as_dir" && as_dir=.
7617 for ac_exec_ext in '' $ac_executable_extensions; do 7633 for ac_exec_ext in '' $ac_executable_extensions; do
7618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7634 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7619 ac_cv_prog_ac_ct_LIPO="lipo" 7635 ac_cv_prog_ac_ct_LIPO="lipo"
7620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7621 break 2 7637 break 2
7622 fi 7638 fi
7623 done 7639 done
7665 for as_dir in $PATH 7681 for as_dir in $PATH
7666 do 7682 do
7667 IFS=$as_save_IFS 7683 IFS=$as_save_IFS
7668 test -z "$as_dir" && as_dir=. 7684 test -z "$as_dir" && as_dir=.
7669 for ac_exec_ext in '' $ac_executable_extensions; do 7685 for ac_exec_ext in '' $ac_executable_extensions; do
7670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7686 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7671 ac_cv_prog_OTOOL="${ac_tool_prefix}otool" 7687 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7673 break 2 7689 break 2
7674 fi 7690 fi
7675 done 7691 done
7705 for as_dir in $PATH 7721 for as_dir in $PATH
7706 do 7722 do
7707 IFS=$as_save_IFS 7723 IFS=$as_save_IFS
7708 test -z "$as_dir" && as_dir=. 7724 test -z "$as_dir" && as_dir=.
7709 for ac_exec_ext in '' $ac_executable_extensions; do 7725 for ac_exec_ext in '' $ac_executable_extensions; do
7710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7726 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7711 ac_cv_prog_ac_ct_OTOOL="otool" 7727 ac_cv_prog_ac_ct_OTOOL="otool"
7712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7713 break 2 7729 break 2
7714 fi 7730 fi
7715 done 7731 done
7757 for as_dir in $PATH 7773 for as_dir in $PATH
7758 do 7774 do
7759 IFS=$as_save_IFS 7775 IFS=$as_save_IFS
7760 test -z "$as_dir" && as_dir=. 7776 test -z "$as_dir" && as_dir=.
7761 for ac_exec_ext in '' $ac_executable_extensions; do 7777 for ac_exec_ext in '' $ac_executable_extensions; do
7762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7763 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" 7779 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7765 break 2 7781 break 2
7766 fi 7782 fi
7767 done 7783 done
7797 for as_dir in $PATH 7813 for as_dir in $PATH
7798 do 7814 do
7799 IFS=$as_save_IFS 7815 IFS=$as_save_IFS
7800 test -z "$as_dir" && as_dir=. 7816 test -z "$as_dir" && as_dir=.
7801 for ac_exec_ext in '' $ac_executable_extensions; do 7817 for ac_exec_ext in '' $ac_executable_extensions; do
7802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7803 ac_cv_prog_ac_ct_OTOOL64="otool64" 7819 ac_cv_prog_ac_ct_OTOOL64="otool64"
7804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7805 break 2 7821 break 2
7806 fi 7822 fi
7807 done 7823 done
12177 for as_dir in $PATH 12193 for as_dir in $PATH
12178 do 12194 do
12179 IFS=$as_save_IFS 12195 IFS=$as_save_IFS
12180 test -z "$as_dir" && as_dir=. 12196 test -z "$as_dir" && as_dir=.
12181 for ac_exec_ext in '' $ac_executable_extensions; do 12197 for ac_exec_ext in '' $ac_executable_extensions; do
12182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12183 ac_cv_prog_ax_pthread_config="yes" 12199 ac_cv_prog_ax_pthread_config="yes"
12184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12185 break 2 12201 break 2
12186 fi 12202 fi
12187 done 12203 done
12373 for as_dir in $PATH 12389 for as_dir in $PATH
12374 do 12390 do
12375 IFS=$as_save_IFS 12391 IFS=$as_save_IFS
12376 test -z "$as_dir" && as_dir=. 12392 test -z "$as_dir" && as_dir=.
12377 for ac_exec_ext in '' $ac_executable_extensions; do 12393 for ac_exec_ext in '' $ac_executable_extensions; do
12378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12394 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12379 ac_cv_prog_PTHREAD_CC="$ac_prog" 12395 ac_cv_prog_PTHREAD_CC="$ac_prog"
12380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12381 break 2 12397 break 2
12382 fi 12398 fi
12383 done 12399 done
12461 for as_dir in $PATH 12477 for as_dir in $PATH
12462 do 12478 do
12463 IFS=$as_save_IFS 12479 IFS=$as_save_IFS
12464 test -z "$as_dir" && as_dir=. 12480 test -z "$as_dir" && as_dir=.
12465 for ac_exec_ext in '' $ac_executable_extensions; do 12481 for ac_exec_ext in '' $ac_executable_extensions; do
12466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12482 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12467 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 12483 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12469 break 2 12485 break 2
12470 fi 12486 fi
12471 done 12487 done
12593 for as_dir in $PATH 12609 for as_dir in $PATH
12594 do 12610 do
12595 IFS=$as_save_IFS 12611 IFS=$as_save_IFS
12596 test -z "$as_dir" && as_dir=. 12612 test -z "$as_dir" && as_dir=.
12597 for ac_exec_ext in '' $ac_executable_extensions; do 12613 for ac_exec_ext in '' $ac_executable_extensions; do
12598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12599 ac_cv_prog_MLTON="yes" 12615 ac_cv_prog_MLTON="yes"
12600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12601 break 2 12617 break 2
12602 fi 12618 fi
12603 done 12619 done
12636 for as_dir in $PATH 12652 for as_dir in $PATH
12637 do 12653 do
12638 IFS=$as_save_IFS 12654 IFS=$as_save_IFS
12639 test -z "$as_dir" && as_dir=. 12655 test -z "$as_dir" && as_dir=.
12640 for ac_exec_ext in '' $ac_executable_extensions; do 12656 for ac_exec_ext in '' $ac_executable_extensions; do
12641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12642 ac_cv_prog_MLLEX="yes" 12658 ac_cv_prog_MLLEX="yes"
12643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12644 break 2 12660 break 2
12645 fi 12661 fi
12646 done 12662 done
12679 for as_dir in $PATH 12695 for as_dir in $PATH
12680 do 12696 do
12681 IFS=$as_save_IFS 12697 IFS=$as_save_IFS
12682 test -z "$as_dir" && as_dir=. 12698 test -z "$as_dir" && as_dir=.
12683 for ac_exec_ext in '' $ac_executable_extensions; do 12699 for ac_exec_ext in '' $ac_executable_extensions; do
12684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 12700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12685 ac_cv_prog_MLYACC="yes" 12701 ac_cv_prog_MLYACC="yes"
12686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 12702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12687 break 2 12703 break 2
12688 fi 12704 fi
12689 done 12705 done
13238 if ln -s conf$$.file conf$$ 2>/dev/null; then 13254 if ln -s conf$$.file conf$$ 2>/dev/null; then
13239 as_ln_s='ln -s' 13255 as_ln_s='ln -s'
13240 # ... but there are two gotchas: 13256 # ... but there are two gotchas:
13241 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 13257 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13242 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 13258 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13243 # In both cases, we have to default to `cp -p'. 13259 # In both cases, we have to default to `cp -pR'.
13244 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 13260 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13245 as_ln_s='cp -p' 13261 as_ln_s='cp -pR'
13246 elif ln conf$$.file conf$$ 2>/dev/null; then 13262 elif ln conf$$.file conf$$ 2>/dev/null; then
13247 as_ln_s=ln 13263 as_ln_s=ln
13248 else 13264 else
13249 as_ln_s='cp -p' 13265 as_ln_s='cp -pR'
13250 fi 13266 fi
13251 else 13267 else
13252 as_ln_s='cp -p' 13268 as_ln_s='cp -pR'
13253 fi 13269 fi
13254 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 13270 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13255 rmdir conf$$.dir 2>/dev/null 13271 rmdir conf$$.dir 2>/dev/null
13256 13272
13257 13273
13307 else 13323 else
13308 test -d ./-p && rmdir ./-p 13324 test -d ./-p && rmdir ./-p
13309 as_mkdir_p=false 13325 as_mkdir_p=false
13310 fi 13326 fi
13311 13327
13312 if test -x / >/dev/null 2>&1; then 13328
13313 as_test_x='test -x' 13329 # as_fn_executable_p FILE
13314 else 13330 # -----------------------
13315 if ls -dL / >/dev/null 2>&1; then 13331 # Test if FILE is an executable regular file.
13316 as_ls_L_option=L 13332 as_fn_executable_p ()
13317 else 13333 {
13318 as_ls_L_option= 13334 test -f "$1" && test -x "$1"
13319 fi 13335 } # as_fn_executable_p
13320 as_test_x=' 13336 as_test_x='test -x'
13321 eval sh -c '\'' 13337 as_executable_p=as_fn_executable_p
13322 if test -d "$1"; then
13323 test -d "$1/.";
13324 else
13325 case $1 in #(
13326 -*)set "./$1";;
13327 esac;
13328 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13329 ???[sx]*):;;*)false;;esac;fi
13330 '\'' sh
13331 '
13332 fi
13333 as_executable_p=$as_test_x
13334 13338
13335 # Sed expression to map a string onto a valid CPP name. 13339 # Sed expression to map a string onto a valid CPP name.
13336 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 13340 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13337 13341
13338 # Sed expression to map a string onto a valid variable name. 13342 # Sed expression to map a string onto a valid variable name.
13349 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 13353 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13350 # Save the log message, to keep $0 and so on meaningful, and to 13354 # Save the log message, to keep $0 and so on meaningful, and to
13351 # report actual input values of CONFIG_FILES etc. instead of their 13355 # report actual input values of CONFIG_FILES etc. instead of their
13352 # values after options handling. 13356 # values after options handling.
13353 ac_log=" 13357 ac_log="
13354 This file was extended by urweb $as_me 20120512, which was 13358 This file was extended by urweb $as_me 20120519, which was
13355 generated by GNU Autoconf 2.68. Invocation command line was 13359 generated by GNU Autoconf 2.69. Invocation command line was
13356 13360
13357 CONFIG_FILES = $CONFIG_FILES 13361 CONFIG_FILES = $CONFIG_FILES
13358 CONFIG_HEADERS = $CONFIG_HEADERS 13362 CONFIG_HEADERS = $CONFIG_HEADERS
13359 CONFIG_LINKS = $CONFIG_LINKS 13363 CONFIG_LINKS = $CONFIG_LINKS
13360 CONFIG_COMMANDS = $CONFIG_COMMANDS 13364 CONFIG_COMMANDS = $CONFIG_COMMANDS
13415 13419
13416 _ACEOF 13420 _ACEOF
13417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13421 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13418 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 13422 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13419 ac_cs_version="\\ 13423 ac_cs_version="\\
13420 urweb config.status 20120512 13424 urweb config.status 20120519
13421 configured by $0, generated by GNU Autoconf 2.68, 13425 configured by $0, generated by GNU Autoconf 2.69,
13422 with options \\"\$ac_cs_config\\" 13426 with options \\"\$ac_cs_config\\"
13423 13427
13424 Copyright (C) 2010 Free Software Foundation, Inc. 13428 Copyright (C) 2012 Free Software Foundation, Inc.
13425 This config.status script is free software; the Free Software Foundation 13429 This config.status script is free software; the Free Software Foundation
13426 gives unlimited permission to copy, distribute and modify it." 13430 gives unlimited permission to copy, distribute and modify it."
13427 13431
13428 ac_pwd='$ac_pwd' 13432 ac_pwd='$ac_pwd'
13429 srcdir='$srcdir' 13433 srcdir='$srcdir'
13510 fi 13514 fi
13511 13515
13512 _ACEOF 13516 _ACEOF
13513 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 13517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13514 if \$ac_cs_recheck; then 13518 if \$ac_cs_recheck; then
13515 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 13519 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13516 shift 13520 shift
13517 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 13521 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13518 CONFIG_SHELL='$SHELL' 13522 CONFIG_SHELL='$SHELL'
13519 export CONFIG_SHELL 13523 export CONFIG_SHELL
13520 exec "\$@" 13524 exec "\$@"