comparison configure @ 1913:5d32be499016

The GTK MDI code is filling up with deprecated calls and it is becoming a hassle to maintain, it still builds just with many warnings... however since MDI is considered deprecated due to lack of support on MacOS X, I am making the GTK MDI code build optional with the --with-deprecated configure switch. MDI code will still be built on Windows and OS/2... With stub code on MacOS X... GTK will require the --with-deprecated switch to build the code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 19 Jun 2016 18:08:52 +0000
parents 495793f9b503
children dee122916f3c
comparison
equal deleted inserted replaced
1912:5035750bcc65 1913:5d32be499016
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. 3 # Generated by GNU Autoconf 2.69.
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"
210 fi; } 234 fi; }
211 IFS=$as_save_IFS 235 IFS=$as_save_IFS
212 236
213 237
214 if test "x$CONFIG_SHELL" != x; then : 238 if test "x$CONFIG_SHELL" != x; then :
215 # We cannot yet assume a decent shell, so we have to provide a 239 export CONFIG_SHELL
216 # neutralization value for shells without unset; and this also 240 # We cannot yet assume a decent shell, so we have to provide a
217 # works around shells that cannot unset nonexistent variables. 241 # neutralization value for shells without unset; and this also
218 # Preserve -v and -x to the replacement shell. 242 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null 243 # Preserve -v and -x to the replacement shell.
220 ENV=/dev/null 244 BASH_ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 245 ENV=/dev/null
222 export CONFIG_SHELL 246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
223 case $- in # (((( 247 case $- in # ((((
224 *v*x* | *x*v* ) as_opts=-vx ;; 248 *v*x* | *x*v* ) as_opts=-vx ;;
225 *v* ) as_opts=-v ;; 249 *v* ) as_opts=-v ;;
226 *x* ) as_opts=-x ;; 250 *x* ) as_opts=-x ;;
227 * ) as_opts= ;; 251 * ) as_opts= ;;
228 esac 252 esac
229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 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 fi 258 fi
231 259
232 if test x$as_have_required = xno; then : 260 if test x$as_have_required = xno; then :
233 $as_echo "$0: This script requires a shell more modern than all" 261 $as_echo "$0: This script requires a shell more modern than all"
234 $as_echo "$0: the shells that I found on your system." 262 $as_echo "$0: the shells that I found on your system."
326 test -z "$as_dirs" || eval "mkdir $as_dirs" 354 test -z "$as_dirs" || eval "mkdir $as_dirs"
327 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
328 356
329 357
330 } # as_fn_mkdir_p 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 # as_fn_append VAR VALUE 367 # as_fn_append VAR VALUE
332 # ---------------------- 368 # ----------------------
333 # Append the text in VALUE to the end of the definition contained in VAR. Take 369 # Append the text in VALUE to the end of the definition contained in VAR. Take
334 # advantage of any shell optimizations that allow amortized linear growth over 370 # advantage of any shell optimizations that allow amortized linear growth over
335 # repeated appends, instead of the typical quadratic growth present in naive 371 # repeated appends, instead of the typical quadratic growth present in naive
447 s/-\n.*// 483 s/-\n.*//
448 ' >$as_me.lineno && 484 ' >$as_me.lineno &&
449 chmod +x "$as_me.lineno" || 485 chmod +x "$as_me.lineno" ||
450 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 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 # Don't try to exec as it changes $[0], causing all sort of problems 492 # Don't try to exec as it changes $[0], causing all sort of problems
453 # (the dirname of $[0] is not the place where we might find the 493 # (the dirname of $[0] is not the place where we might find the
454 # original and so on. Autoconf is especially sensitive to this). 494 # original and so on. Autoconf is especially sensitive to this).
455 . "./$as_me.lineno" 495 . "./$as_me.lineno"
456 # Exit status is that of the last command. 496 # Exit status is that of the last command.
481 if ln -s conf$$.file conf$$ 2>/dev/null; then 521 if ln -s conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s='ln -s' 522 as_ln_s='ln -s'
483 # ... but there are two gotchas: 523 # ... but there are two gotchas:
484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
485 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 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 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 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 elif ln conf$$.file conf$$ 2>/dev/null; then 529 elif ln conf$$.file conf$$ 2>/dev/null; then
490 as_ln_s=ln 530 as_ln_s=ln
491 else 531 else
492 as_ln_s='cp -p' 532 as_ln_s='cp -pR'
493 fi 533 fi
494 else 534 else
495 as_ln_s='cp -p' 535 as_ln_s='cp -pR'
496 fi 536 fi
497 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
498 rmdir conf$$.dir 2>/dev/null 538 rmdir conf$$.dir 2>/dev/null
499 539
500 if mkdir -p . 2>/dev/null; then 540 if mkdir -p . 2>/dev/null; then
502 else 542 else
503 test -d ./-p && rmdir ./-p 543 test -d ./-p && rmdir ./-p
504 as_mkdir_p=false 544 as_mkdir_p=false
505 fi 545 fi
506 546
507 if test -x / >/dev/null 2>&1; then 547 as_test_x='test -x'
508 as_test_x='test -x' 548 as_executable_p=as_fn_executable_p
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
529 549
530 # Sed expression to map a string onto a valid CPP name. 550 # Sed expression to map a string onto a valid CPP name.
531 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 551 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
532 552
533 # Sed expression to map a string onto a valid variable name. 553 # Sed expression to map a string onto a valid variable name.
684 htmldir 704 htmldir
685 infodir 705 infodir
686 docdir 706 docdir
687 oldincludedir 707 oldincludedir
688 includedir 708 includedir
709 runstatedir
689 localstatedir 710 localstatedir
690 sharedstatedir 711 sharedstatedir
691 sysconfdir 712 sysconfdir
692 datadir 713 datadir
693 datarootdir 714 datarootdir
708 ac_subst_files='' 729 ac_subst_files=''
709 ac_user_opts=' 730 ac_user_opts='
710 enable_option_checking 731 enable_option_checking
711 with_dwcompat 732 with_dwcompat
712 with_gtk3 733 with_gtk3
734 with_deprecated
713 with_gtk 735 with_gtk
714 with_gtkframework 736 with_gtkframework
715 with_gtkhtml 737 with_gtkhtml
716 with_gtkmozembed 738 with_gtkmozembed
717 with_arch 739 with_arch
773 datarootdir='${prefix}/share' 795 datarootdir='${prefix}/share'
774 datadir='${datarootdir}' 796 datadir='${datarootdir}'
775 sysconfdir='${prefix}/etc' 797 sysconfdir='${prefix}/etc'
776 sharedstatedir='${prefix}/com' 798 sharedstatedir='${prefix}/com'
777 localstatedir='${prefix}/var' 799 localstatedir='${prefix}/var'
800 runstatedir='${localstatedir}/run'
778 includedir='${prefix}/include' 801 includedir='${prefix}/include'
779 oldincludedir='/usr/include' 802 oldincludedir='/usr/include'
780 docdir='${datarootdir}/doc/${PACKAGE}' 803 docdir='${datarootdir}/doc/${PACKAGE}'
781 infodir='${datarootdir}/info' 804 infodir='${datarootdir}/info'
782 htmldir='${docdir}' 805 htmldir='${docdir}'
1025 1048
1026 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1049 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1027 | -silent | --silent | --silen | --sile | --sil) 1050 | -silent | --silent | --silen | --sile | --sil)
1028 silent=yes ;; 1051 silent=yes ;;
1029 1052
1053 -runstatedir | --runstatedir | --runstatedi | --runstated \
1054 | --runstate | --runstat | --runsta | --runst | --runs \
1055 | --run | --ru | --r)
1056 ac_prev=runstatedir ;;
1057 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1058 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1059 | --run=* | --ru=* | --r=*)
1060 runstatedir=$ac_optarg ;;
1061
1030 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1062 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1031 ac_prev=sbindir ;; 1063 ac_prev=sbindir ;;
1032 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1064 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1033 | --sbi=* | --sb=*) 1065 | --sbi=* | --sb=*)
1034 sbindir=$ac_optarg ;; 1066 sbindir=$ac_optarg ;;
1162 1194
1163 # Check all directory arguments for consistency. 1195 # Check all directory arguments for consistency.
1164 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1196 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1165 datadir sysconfdir sharedstatedir localstatedir includedir \ 1197 datadir sysconfdir sharedstatedir localstatedir includedir \
1166 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1198 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1167 libdir localedir mandir 1199 libdir localedir mandir runstatedir
1168 do 1200 do
1169 eval ac_val=\$$ac_var 1201 eval ac_val=\$$ac_var
1170 # Remove trailing slashes. 1202 # Remove trailing slashes.
1171 case $ac_val in 1203 case $ac_val in
1172 */ ) 1204 */ )
1190 1222
1191 # FIXME: To remove some day. 1223 # FIXME: To remove some day.
1192 if test "x$host_alias" != x; then 1224 if test "x$host_alias" != x; then
1193 if test "x$build_alias" = x; then 1225 if test "x$build_alias" = x; then
1194 cross_compiling=maybe 1226 cross_compiling=maybe
1195 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1196 If a cross compiler is detected then cross compile mode will be used" >&2
1197 elif test "x$build_alias" != "x$host_alias"; then 1227 elif test "x$build_alias" != "x$host_alias"; then
1198 cross_compiling=yes 1228 cross_compiling=yes
1199 fi 1229 fi
1200 fi 1230 fi
1201 1231
1317 --sbindir=DIR system admin executables [EPREFIX/sbin] 1347 --sbindir=DIR system admin executables [EPREFIX/sbin]
1318 --libexecdir=DIR program executables [EPREFIX/libexec] 1348 --libexecdir=DIR program executables [EPREFIX/libexec]
1319 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1349 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1320 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1350 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1321 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1351 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1352 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1322 --libdir=DIR object code libraries [EPREFIX/lib] 1353 --libdir=DIR object code libraries [EPREFIX/lib]
1323 --includedir=DIR C header files [PREFIX/include] 1354 --includedir=DIR C header files [PREFIX/include]
1324 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1355 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1325 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1356 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1326 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1357 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1358 Optional Packages: 1389 Optional Packages:
1359 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1390 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1360 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1391 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1361 --with-dwcompat specify this to build the optional dwcompat library 1392 --with-dwcompat specify this to build the optional dwcompat library
1362 --with-gtk3 specify this to build with GTK+ 3.x if available 1393 --with-gtk3 specify this to build with GTK+ 3.x if available
1394 --with-deprecated specify this to build with deprecated functions
1363 --with-gtk specify this to build dwindows with GTK+ (only relevant for OSX) 1395 --with-gtk specify this to build dwindows with GTK+ (only relevant for OSX)
1364 --with-gtkframework specify this to build dwindows with GTK+ Framework (only relevant for OSX) 1396 --with-gtkframework specify this to build dwindows with GTK+ Framework (only relevant for OSX)
1365 --with-gtkhtml specify this to build dwindows with libgtkhtml-2 1397 --with-gtkhtml specify this to build dwindows with libgtkhtml-2
1366 --with-gtkmozembed specify this to build dwindows with Mozilla gtkmozembed 1398 --with-gtkmozembed specify this to build dwindows with Mozilla gtkmozembed
1367 --with-arch specify architecture: one of all, 32bit, 64bit, intel, ppc, ppc64, x86_64, i386 1399 --with-arch specify architecture: one of all, 32bit, 64bit, intel, ppc, ppc64, x86_64, i386
1449 1481
1450 test -n "$ac_init_help" && exit $ac_status 1482 test -n "$ac_init_help" && exit $ac_status
1451 if $ac_init_version; then 1483 if $ac_init_version; then
1452 cat <<\_ACEOF 1484 cat <<\_ACEOF
1453 configure 1485 configure
1454 generated by GNU Autoconf 2.68 1486 generated by GNU Autoconf 2.69
1455 1487
1456 Copyright (C) 2010 Free Software Foundation, Inc. 1488 Copyright (C) 2012 Free Software Foundation, Inc.
1457 This configure script is free software; the Free Software Foundation 1489 This configure script is free software; the Free Software Foundation
1458 gives unlimited permission to copy, distribute and modify it. 1490 gives unlimited permission to copy, distribute and modify it.
1459 _ACEOF 1491 _ACEOF
1460 exit 1492 exit
1461 fi 1493 fi
1644 test $ac_status = 0; } && { 1676 test $ac_status = 0; } && {
1645 test -z "$ac_c_werror_flag" || 1677 test -z "$ac_c_werror_flag" ||
1646 test ! -s conftest.err 1678 test ! -s conftest.err
1647 } && test -s conftest$ac_exeext && { 1679 } && test -s conftest$ac_exeext && {
1648 test "$cross_compiling" = yes || 1680 test "$cross_compiling" = yes ||
1649 $as_test_x conftest$ac_exeext 1681 test -x conftest$ac_exeext
1650 }; then : 1682 }; then :
1651 ac_retval=0 1683 ac_retval=0
1652 else 1684 else
1653 $as_echo "$as_me: failed program was:" >&5 1685 $as_echo "$as_me: failed program was:" >&5
1654 sed 's/^/| /' conftest.$ac_ext >&5 1686 sed 's/^/| /' conftest.$ac_ext >&5
1852 cat >config.log <<_ACEOF 1884 cat >config.log <<_ACEOF
1853 This file contains any messages produced by compilers while 1885 This file contains any messages produced by compilers while
1854 running configure, to aid debugging if configure makes a mistake. 1886 running configure, to aid debugging if configure makes a mistake.
1855 1887
1856 It was created by $as_me, which was 1888 It was created by $as_me, which was
1857 generated by GNU Autoconf 2.68. Invocation command line was 1889 generated by GNU Autoconf 2.69. Invocation command line was
1858 1890
1859 $ $0 $@ 1891 $ $0 $@
1860 1892
1861 _ACEOF 1893 _ACEOF
1862 exec 5>>config.log 1894 exec 5>>config.log
2241 for as_dir in $PATH 2273 for as_dir in $PATH
2242 do 2274 do
2243 IFS=$as_save_IFS 2275 IFS=$as_save_IFS
2244 test -z "$as_dir" && as_dir=. 2276 test -z "$as_dir" && as_dir=.
2245 for ac_exec_ext in '' $ac_executable_extensions; do 2277 for ac_exec_ext in '' $ac_executable_extensions; do
2246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2278 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2247 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2279 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2249 break 2 2281 break 2
2250 fi 2282 fi
2251 done 2283 done
2281 for as_dir in $PATH 2313 for as_dir in $PATH
2282 do 2314 do
2283 IFS=$as_save_IFS 2315 IFS=$as_save_IFS
2284 test -z "$as_dir" && as_dir=. 2316 test -z "$as_dir" && as_dir=.
2285 for ac_exec_ext in '' $ac_executable_extensions; do 2317 for ac_exec_ext in '' $ac_executable_extensions; do
2286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2287 ac_cv_prog_ac_ct_CC="gcc" 2319 ac_cv_prog_ac_ct_CC="gcc"
2288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2289 break 2 2321 break 2
2290 fi 2322 fi
2291 done 2323 done
2334 for as_dir in $PATH 2366 for as_dir in $PATH
2335 do 2367 do
2336 IFS=$as_save_IFS 2368 IFS=$as_save_IFS
2337 test -z "$as_dir" && as_dir=. 2369 test -z "$as_dir" && as_dir=.
2338 for ac_exec_ext in '' $ac_executable_extensions; do 2370 for ac_exec_ext in '' $ac_executable_extensions; do
2339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2340 ac_cv_prog_CC="${ac_tool_prefix}cc" 2372 ac_cv_prog_CC="${ac_tool_prefix}cc"
2341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2342 break 2 2374 break 2
2343 fi 2375 fi
2344 done 2376 done
2375 for as_dir in $PATH 2407 for as_dir in $PATH
2376 do 2408 do
2377 IFS=$as_save_IFS 2409 IFS=$as_save_IFS
2378 test -z "$as_dir" && as_dir=. 2410 test -z "$as_dir" && as_dir=.
2379 for ac_exec_ext in '' $ac_executable_extensions; do 2411 for ac_exec_ext in '' $ac_executable_extensions; do
2380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2412 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2381 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2413 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2382 ac_prog_rejected=yes 2414 ac_prog_rejected=yes
2383 continue 2415 continue
2384 fi 2416 fi
2385 ac_cv_prog_CC="cc" 2417 ac_cv_prog_CC="cc"
2433 for as_dir in $PATH 2465 for as_dir in $PATH
2434 do 2466 do
2435 IFS=$as_save_IFS 2467 IFS=$as_save_IFS
2436 test -z "$as_dir" && as_dir=. 2468 test -z "$as_dir" && as_dir=.
2437 for ac_exec_ext in '' $ac_executable_extensions; do 2469 for ac_exec_ext in '' $ac_executable_extensions; do
2438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2439 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2471 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2441 break 2 2473 break 2
2442 fi 2474 fi
2443 done 2475 done
2477 for as_dir in $PATH 2509 for as_dir in $PATH
2478 do 2510 do
2479 IFS=$as_save_IFS 2511 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=. 2512 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do 2513 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2483 ac_cv_prog_ac_ct_CC="$ac_prog" 2515 ac_cv_prog_ac_ct_CC="$ac_prog"
2484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2485 break 2 2517 break 2
2486 fi 2518 fi
2487 done 2519 done
2923 ac_save_CC=$CC 2955 ac_save_CC=$CC
2924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2925 /* end confdefs.h. */ 2957 /* end confdefs.h. */
2926 #include <stdarg.h> 2958 #include <stdarg.h>
2927 #include <stdio.h> 2959 #include <stdio.h>
2928 #include <sys/types.h> 2960 struct stat;
2929 #include <sys/stat.h>
2930 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 2961 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2931 struct buf { int x; }; 2962 struct buf { int x; };
2932 FILE * (*rcsopen) (struct buf *, struct stat *, int); 2963 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2933 static char *e (p, i) 2964 static char *e (p, i)
2934 char **p; 2965 char **p;
3037 for as_dir in $PATH 3068 for as_dir in $PATH
3038 do 3069 do
3039 IFS=$as_save_IFS 3070 IFS=$as_save_IFS
3040 test -z "$as_dir" && as_dir=. 3071 test -z "$as_dir" && as_dir=.
3041 for ac_exec_ext in '' $ac_executable_extensions; do 3072 for ac_exec_ext in '' $ac_executable_extensions; do
3042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3073 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3043 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3074 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3045 break 2 3076 break 2
3046 fi 3077 fi
3047 done 3078 done
3081 for as_dir in $PATH 3112 for as_dir in $PATH
3082 do 3113 do
3083 IFS=$as_save_IFS 3114 IFS=$as_save_IFS
3084 test -z "$as_dir" && as_dir=. 3115 test -z "$as_dir" && as_dir=.
3085 for ac_exec_ext in '' $ac_executable_extensions; do 3116 for ac_exec_ext in '' $ac_executable_extensions; do
3086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3117 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3087 ac_cv_prog_ac_ct_CXX="$ac_prog" 3118 ac_cv_prog_ac_ct_CXX="$ac_prog"
3088 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3089 break 2 3120 break 2
3090 fi 3121 fi
3091 done 3122 done
3283 for as_dir in $PATH 3314 for as_dir in $PATH
3284 do 3315 do
3285 IFS=$as_save_IFS 3316 IFS=$as_save_IFS
3286 test -z "$as_dir" && as_dir=. 3317 test -z "$as_dir" && as_dir=.
3287 for ac_exec_ext in '' $ac_executable_extensions; do 3318 for ac_exec_ext in '' $ac_executable_extensions; do
3288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3289 ac_cv_prog_MAKE="gmake" 3320 ac_cv_prog_MAKE="gmake"
3290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3291 break 2 3322 break 2
3292 fi 3323 fi
3293 done 3324 done
3321 for as_dir in $PATH 3352 for as_dir in $PATH
3322 do 3353 do
3323 IFS=$as_save_IFS 3354 IFS=$as_save_IFS
3324 test -z "$as_dir" && as_dir=. 3355 test -z "$as_dir" && as_dir=.
3325 for ac_exec_ext in '' $ac_executable_extensions; do 3356 for ac_exec_ext in '' $ac_executable_extensions; do
3326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3357 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3327 ac_cv_prog_MAKE="make" 3358 ac_cv_prog_MAKE="make"
3328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3329 break 2 3360 break 2
3330 fi 3361 fi
3331 done 3362 done
3360 for as_dir in $PATH 3391 for as_dir in $PATH
3361 do 3392 do
3362 IFS=$as_save_IFS 3393 IFS=$as_save_IFS
3363 test -z "$as_dir" && as_dir=. 3394 test -z "$as_dir" && as_dir=.
3364 for ac_exec_ext in '' $ac_executable_extensions; do 3395 for ac_exec_ext in '' $ac_executable_extensions; do
3365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3396 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3366 ac_cv_prog_SVNVERSION="svnversion" 3397 ac_cv_prog_SVNVERSION="svnversion"
3367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3368 break 2 3399 break 2
3369 fi 3400 fi
3370 done 3401 done
3454 # OSF1 and SCO ODT 3.0 have their own names for install. 3485 # OSF1 and SCO ODT 3.0 have their own names for install.
3455 # Don't use installbsd from OSF since it installs stuff as root 3486 # Don't use installbsd from OSF since it installs stuff as root
3456 # by default. 3487 # by default.
3457 for ac_prog in ginstall scoinst install; do 3488 for ac_prog in ginstall scoinst install; do
3458 for ac_exec_ext in '' $ac_executable_extensions; do 3489 for ac_exec_ext in '' $ac_executable_extensions; do
3459 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 3490 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3460 if test $ac_prog = install && 3491 if test $ac_prog = install &&
3461 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3492 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3462 # AIX install. It has an incompatible calling convention. 3493 # AIX install. It has an incompatible calling convention.
3463 : 3494 :
3464 elif test $ac_prog = install && 3495 elif test $ac_prog = install &&
3643 else 3674 else
3644 with_gtk3=no 3675 with_gtk3=no
3645 fi 3676 fi
3646 3677
3647 3678
3679
3680 # Check whether --with-deprecated was given.
3681 if test "${with_deprecated+set}" = set; then :
3682 withval=$with_deprecated; with_deprecated=$withval
3683 else
3684 with_deprecated=no
3685 fi
3686
3687
3648 if test $with_dwcompat = yes; then 3688 if test $with_dwcompat = yes; then
3649 COMPAT_OBJECT="dwcompat.o" 3689 COMPAT_OBJECT="dwcompat.o"
3650 INSTALL_COMPAT="installdwcompat" 3690 INSTALL_COMPAT="installdwcompat"
3651 SYSCONF_LINK_TARGET_SHARED2="lib$TARGET2.$SOSUFFIX.\$(DW_MAJOR_VERSION).\$(DW_MINOR_VERSION)" 3691 SYSCONF_LINK_TARGET_SHARED2="lib$TARGET2.$SOSUFFIX.\$(DW_MAJOR_VERSION).\$(DW_MINOR_VERSION)"
3652 else 3692 else
3855 IFS=$as_save_IFS 3895 IFS=$as_save_IFS
3856 test -z "$as_dir" && as_dir=. 3896 test -z "$as_dir" && as_dir=.
3857 for ac_prog in grep ggrep; do 3897 for ac_prog in grep ggrep; do
3858 for ac_exec_ext in '' $ac_executable_extensions; do 3898 for ac_exec_ext in '' $ac_executable_extensions; do
3859 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3899 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3860 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 3900 as_fn_executable_p "$ac_path_GREP" || continue
3861 # Check for GNU ac_path_GREP and select it if it is found. 3901 # Check for GNU ac_path_GREP and select it if it is found.
3862 # Check for GNU $ac_path_GREP 3902 # Check for GNU $ac_path_GREP
3863 case `"$ac_path_GREP" --version 2>&1` in 3903 case `"$ac_path_GREP" --version 2>&1` in
3864 *GNU*) 3904 *GNU*)
3865 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 3905 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3921 IFS=$as_save_IFS 3961 IFS=$as_save_IFS
3922 test -z "$as_dir" && as_dir=. 3962 test -z "$as_dir" && as_dir=.
3923 for ac_prog in egrep; do 3963 for ac_prog in egrep; do
3924 for ac_exec_ext in '' $ac_executable_extensions; do 3964 for ac_exec_ext in '' $ac_executable_extensions; do
3925 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3965 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3926 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 3966 as_fn_executable_p "$ac_path_EGREP" || continue
3927 # Check for GNU ac_path_EGREP and select it if it is found. 3967 # Check for GNU ac_path_EGREP and select it if it is found.
3928 # Check for GNU $ac_path_EGREP 3968 # Check for GNU $ac_path_EGREP
3929 case `"$ac_path_EGREP" --version 2>&1` in 3969 case `"$ac_path_EGREP" --version 2>&1` in
3930 *GNU*) 3970 *GNU*)
3931 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 3971 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4666 for as_dir in $PATH 4706 for as_dir in $PATH
4667 do 4707 do
4668 IFS=$as_save_IFS 4708 IFS=$as_save_IFS
4669 test -z "$as_dir" && as_dir=. 4709 test -z "$as_dir" && as_dir=.
4670 for ac_exec_ext in '' $ac_executable_extensions; do 4710 for ac_exec_ext in '' $ac_executable_extensions; do
4671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4711 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4672 ac_cv_prog_PKG_CFG="pkg-config" 4712 ac_cv_prog_PKG_CFG="pkg-config"
4673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4674 break 2 4714 break 2
4675 fi 4715 fi
4676 done 4716 done
4821 for as_dir in $PATH 4861 for as_dir in $PATH
4822 do 4862 do
4823 IFS=$as_save_IFS 4863 IFS=$as_save_IFS
4824 test -z "$as_dir" && as_dir=. 4864 test -z "$as_dir" && as_dir=.
4825 for ac_exec_ext in '' $ac_executable_extensions; do 4865 for ac_exec_ext in '' $ac_executable_extensions; do
4826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 4866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4827 ac_cv_path_GLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext" 4867 ac_cv_path_GLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4829 break 2 4869 break 2
4830 fi 4870 fi
4831 done 4871 done
5084 for as_dir in $PATH 5124 for as_dir in $PATH
5085 do 5125 do
5086 IFS=$as_save_IFS 5126 IFS=$as_save_IFS
5087 test -z "$as_dir" && as_dir=. 5127 test -z "$as_dir" && as_dir=.
5088 for ac_exec_ext in '' $ac_executable_extensions; do 5128 for ac_exec_ext in '' $ac_executable_extensions; do
5089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5090 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" 5130 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
5091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5092 break 2 5132 break 2
5093 fi 5133 fi
5094 done 5134 done
5340 for as_dir in $PATH 5380 for as_dir in $PATH
5341 do 5381 do
5342 IFS=$as_save_IFS 5382 IFS=$as_save_IFS
5343 test -z "$as_dir" && as_dir=. 5383 test -z "$as_dir" && as_dir=.
5344 for ac_exec_ext in '' $ac_executable_extensions; do 5384 for ac_exec_ext in '' $ac_executable_extensions; do
5345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5346 ac_cv_path_IMLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext" 5386 ac_cv_path_IMLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
5347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5348 break 2 5388 break 2
5349 fi 5389 fi
5350 done 5390 done
5695 5735
5696 fi 5736 fi
5697 5737
5698 CFLAGS="$CFLAGS $GTK_CFLAGS $GDK_IMLIB_FLAGS $MOZEMBED_CFLAGS" 5738 CFLAGS="$CFLAGS $GTK_CFLAGS $GDK_IMLIB_FLAGS $MOZEMBED_CFLAGS"
5699 5739
5740 if test $with_deprecated = yes; then
5741 CFLAGS="$CFLAGS -DDW_INCLUDE_DEPRECATED"
5742 fi
5700 BROWSER_OBJECT="" 5743 BROWSER_OBJECT=""
5701 if test x"$MOZEMBED_CFLAGS" != x; then 5744 if test x"$MOZEMBED_CFLAGS" != x; then
5702 SAVE_LIBS="$LIBS" 5745 SAVE_LIBS="$LIBS"
5703 LIBS="$RPATH $LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS $MOZEMBED_LIBS" 5746 LIBS="$RPATH $LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS $MOZEMBED_LIBS"
5704 BROWSER_OBJECT="browser.o" 5747 BROWSER_OBJECT="browser.o"
6311 if ln -s conf$$.file conf$$ 2>/dev/null; then 6354 if ln -s conf$$.file conf$$ 2>/dev/null; then
6312 as_ln_s='ln -s' 6355 as_ln_s='ln -s'
6313 # ... but there are two gotchas: 6356 # ... but there are two gotchas:
6314 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 6357 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6315 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 6358 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6316 # In both cases, we have to default to `cp -p'. 6359 # In both cases, we have to default to `cp -pR'.
6317 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 6360 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6318 as_ln_s='cp -p' 6361 as_ln_s='cp -pR'
6319 elif ln conf$$.file conf$$ 2>/dev/null; then 6362 elif ln conf$$.file conf$$ 2>/dev/null; then
6320 as_ln_s=ln 6363 as_ln_s=ln
6321 else 6364 else
6322 as_ln_s='cp -p' 6365 as_ln_s='cp -pR'
6323 fi 6366 fi
6324 else 6367 else
6325 as_ln_s='cp -p' 6368 as_ln_s='cp -pR'
6326 fi 6369 fi
6327 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 6370 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6328 rmdir conf$$.dir 2>/dev/null 6371 rmdir conf$$.dir 2>/dev/null
6329 6372
6330 6373
6380 else 6423 else
6381 test -d ./-p && rmdir ./-p 6424 test -d ./-p && rmdir ./-p
6382 as_mkdir_p=false 6425 as_mkdir_p=false
6383 fi 6426 fi
6384 6427
6385 if test -x / >/dev/null 2>&1; then 6428
6386 as_test_x='test -x' 6429 # as_fn_executable_p FILE
6387 else 6430 # -----------------------
6388 if ls -dL / >/dev/null 2>&1; then 6431 # Test if FILE is an executable regular file.
6389 as_ls_L_option=L 6432 as_fn_executable_p ()
6390 else 6433 {
6391 as_ls_L_option= 6434 test -f "$1" && test -x "$1"
6392 fi 6435 } # as_fn_executable_p
6393 as_test_x=' 6436 as_test_x='test -x'
6394 eval sh -c '\'' 6437 as_executable_p=as_fn_executable_p
6395 if test -d "$1"; then
6396 test -d "$1/.";
6397 else
6398 case $1 in #(
6399 -*)set "./$1";;
6400 esac;
6401 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
6402 ???[sx]*):;;*)false;;esac;fi
6403 '\'' sh
6404 '
6405 fi
6406 as_executable_p=$as_test_x
6407 6438
6408 # Sed expression to map a string onto a valid CPP name. 6439 # Sed expression to map a string onto a valid CPP name.
6409 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 6440 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6410 6441
6411 # Sed expression to map a string onto a valid variable name. 6442 # Sed expression to map a string onto a valid variable name.
6423 # Save the log message, to keep $0 and so on meaningful, and to 6454 # Save the log message, to keep $0 and so on meaningful, and to
6424 # report actual input values of CONFIG_FILES etc. instead of their 6455 # report actual input values of CONFIG_FILES etc. instead of their
6425 # values after options handling. 6456 # values after options handling.
6426 ac_log=" 6457 ac_log="
6427 This file was extended by $as_me, which was 6458 This file was extended by $as_me, which was
6428 generated by GNU Autoconf 2.68. Invocation command line was 6459 generated by GNU Autoconf 2.69. Invocation command line was
6429 6460
6430 CONFIG_FILES = $CONFIG_FILES 6461 CONFIG_FILES = $CONFIG_FILES
6431 CONFIG_HEADERS = $CONFIG_HEADERS 6462 CONFIG_HEADERS = $CONFIG_HEADERS
6432 CONFIG_LINKS = $CONFIG_LINKS 6463 CONFIG_LINKS = $CONFIG_LINKS
6433 CONFIG_COMMANDS = $CONFIG_COMMANDS 6464 CONFIG_COMMANDS = $CONFIG_COMMANDS
6485 _ACEOF 6516 _ACEOF
6486 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6487 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 6518 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6488 ac_cs_version="\\ 6519 ac_cs_version="\\
6489 config.status 6520 config.status
6490 configured by $0, generated by GNU Autoconf 2.68, 6521 configured by $0, generated by GNU Autoconf 2.69,
6491 with options \\"\$ac_cs_config\\" 6522 with options \\"\$ac_cs_config\\"
6492 6523
6493 Copyright (C) 2010 Free Software Foundation, Inc. 6524 Copyright (C) 2012 Free Software Foundation, Inc.
6494 This config.status script is free software; the Free Software Foundation 6525 This config.status script is free software; the Free Software Foundation
6495 gives unlimited permission to copy, distribute and modify it." 6526 gives unlimited permission to copy, distribute and modify it."
6496 6527
6497 ac_pwd='$ac_pwd' 6528 ac_pwd='$ac_pwd'
6498 srcdir='$srcdir' 6529 srcdir='$srcdir'
6577 fi 6608 fi
6578 6609
6579 _ACEOF 6610 _ACEOF
6580 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6611 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6581 if \$ac_cs_recheck; then 6612 if \$ac_cs_recheck; then
6582 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 6613 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6583 shift 6614 shift
6584 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 6615 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6585 CONFIG_SHELL='$SHELL' 6616 CONFIG_SHELL='$SHELL'
6586 export CONFIG_SHELL 6617 export CONFIG_SHELL
6587 exec "\$@" 6618 exec "\$@"