Upgrade wxwin.m4 to support GTK-3
[amule.git] / configure
blobe29ec6568494914aafdcf811fa67d66c8b1d90ba
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for aMule SVN.
5 # Report bugs to <admin@amule.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and admin@amule.org
234 $0: about your system, including any error possibly output
235 $0: before this message. Then install a modern shell, or
236 $0: manually run the script under such a shell if you do
237 $0: have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='aMule'
554 PACKAGE_TARNAME='amule'
555 PACKAGE_VERSION='SVN'
556 PACKAGE_STRING='aMule SVN'
557 PACKAGE_BUGREPORT='admin@amule.org'
558 PACKAGE_URL=''
560 ac_unique_file="src/amule.cpp"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_header_list=
598 ac_subst_vars='am__EXEEXT_FALSE
599 am__EXEEXT_TRUE
600 LTLIBOBJS
601 COMPILE_LIB_EC_FALSE
602 COMPILE_LIB_EC_TRUE
603 COMPILE_LIB_COMMON_FALSE
604 COMPILE_LIB_COMMON_TRUE
605 PLASMAMULE_FALSE
606 PLASMAMULE_TRUE
607 INSTALL_SKINS_FALSE
608 INSTALL_SKINS_TRUE
609 GENERATE_FLEX_HEADER_FALSE
610 GENERATE_FLEX_HEADER_TRUE
611 COMPILE_NLS_FALSE
612 COMPILE_NLS_TRUE
613 NEED_CORESERVICES_FALSE
614 NEED_CORESERVICES_TRUE
615 NEED_RC_FALSE
616 NEED_RC_TRUE
617 SYS_WIN32_FALSE
618 SYS_WIN32_TRUE
619 SVNDATE
620 READLINE_LIBS
621 DEBUGFLAG
622 KDE_MIME_PATH
623 KDE_ICON_PATH
624 KDE_MODULE_PATH
625 KDE_SERVICE_PATH
626 KDE_APPLNK_PATH
627 KDE_HEADER_DIR
628 KDE4_CONFIG
629 QT_GUI_LIBS
630 QT_GUI_CXXFLAGS
631 QT_CORE_LIBS
632 QT_CORE_CXXFLAGS
633 QT_DBUS_LDFLAGS
634 QT_MOC
635 BFD_LIBS
636 BFD_CPPFLAGS
637 INCINTL
638 MONOLITHIC_MANPAGES
639 ALCC_MANPAGES
640 ALC_MANPAGES
641 ED2K_MANPAGES
642 WXCAS_MANPAGES
643 CAS_MANPAGES
644 AMULE_GUI_MANPAGES
645 WEBSERVER_MANPAGES
646 AMULECMD_MANPAGES
647 AMULE_DAEMON_MANPAGES
648 POSUB
649 LTLIBINTL
650 LIBINTL
651 INTLLIBS
652 INTL_LIBTOOL_SUFFIX_PREFIX
653 GENCAT
654 INSTOBJEXT
655 DATADIRNAME
656 INTLOBJS
657 CATOBJEXT
658 USE_INCLUDED_LIBINTL
659 BUILD_INCLUDED_LIBINTL
660 USE_NLS
661 INTLBISON
662 LTLIBICONV
663 LIBICONV
664 GLIBC21
665 MSGMERGE
666 XGETTEXT
667 GMSGFMT
668 MSGFMT
669 MKINSTALLDIRS
670 POW_LIB
671 LIBOBJS
672 ALLOCA
673 BOOST_SYSTEM_LIBS
674 BOOST_LDPATH
675 BOOST_SYSTEM_LDPATH
676 BOOST_SYSTEM_LDFLAGS
677 BOOST_CPPFLAGS
678 DISTCHECK_CONFIGURE_FLAGS
679 BOOST_ROOT
680 CRYPTOPP_LIBS
681 CRYPTOPP_LDFLAGS
682 CRYPTOPP_CPPFLAGS
683 LIBUPNP_LIBS
684 LIBUPNP_LDFLAGS
685 LIBUPNP_CFLAGS
686 LIBUPNP_CPPFLAGS
687 PKG_CONFIG
688 RCFLAGS
690 WXBASE_CPPFLAGS
691 WXBASE_LIBS
692 WX_PORT
693 WX_SHARED
694 WX_DEBUG
695 WX_UNICODE
696 WX_VERSION_MICRO
697 WX_VERSION_MINOR
698 WX_VERSION_MAJOR
699 WX_RESCOMP
700 WX_VERSION
701 WX_LIBS_STATIC
702 WX_LIBS
703 WX_CXXFLAGS_ONLY
704 WX_CFLAGS_ONLY
705 WX_CXXFLAGS
706 WX_CFLAGS
707 WX_CPPFLAGS
708 WX_CONFIG_PATH
709 AMULEWEB_DEFS
710 LIBPNG_LIBS
711 LIBPNG_LDFLAGS
712 LIBPNG_CFLAGS
713 LIBPNG_CONFIG_PATH
714 ZLIB_LIBS
715 ZLIB_LDFLAGS
716 ZLIB_CPPFLAGS
717 CAS_DEFS
718 GDLIB_LIBS
719 GDLIB_LDFLAGS
720 GDLIB_CFLAGS
721 GDLIB_CONFIG_PATH
722 FILEVIEW_FALSE
723 FILEVIEW_TRUE
724 XAS_FALSE
725 XAS_TRUE
726 ALCC_FALSE
727 ALCC_TRUE
728 ALC_FALSE
729 ALC_TRUE
730 ED2K_FALSE
731 ED2K_TRUE
732 WXCAS_FALSE
733 WXCAS_TRUE
734 CAS_FALSE
735 CAS_TRUE
736 AMULE_GUI_FALSE
737 AMULE_GUI_TRUE
738 WEB_FALSE
739 WEB_TRUE
740 COMPILE_CMD_FALSE
741 COMPILE_CMD_TRUE
742 AMULE_DAEMON_FALSE
743 AMULE_DAEMON_TRUE
744 MONOLITHIC_FALSE
745 MONOLITHIC_TRUE
748 YFLAGS
749 YACC
751 RANLIB
752 LEXLIB
753 LEX_OUTPUT_ROOT
755 EGREP
756 GREP
757 BUILD_LDFLAGS
758 BUILD_CFLAGS
759 BUILD_CPPFLAGS
760 BUILD_EXEEXT
761 ac_ct_BUILD_CC
762 BUILD_CC
764 am__fastdepCC_FALSE
765 am__fastdepCC_TRUE
766 CCDEPMODE
767 ac_ct_CC
768 CFLAGS
770 CXXCPP
771 am__fastdepCXX_FALSE
772 am__fastdepCXX_TRUE
773 CXXDEPMODE
774 AMDEPBACKSLASH
775 AMDEP_FALSE
776 AMDEP_TRUE
777 am__quote
778 am__include
779 DEPDIR
780 OBJEXT
781 EXEEXT
782 ac_ct_CXX
783 CPPFLAGS
784 LDFLAGS
785 CXXFLAGS
787 MULERCFLAGS
788 MULELDFLAGS
789 MULECXXFLAGS
790 MULECFLAGS
791 MULECPPFLAGS
792 RESOLV_LIB
793 host_os
794 host_vendor
795 host_cpu
796 host
797 build_os
798 build_vendor
799 build_cpu
800 build
801 MAINT
802 MAINTAINER_MODE_FALSE
803 MAINTAINER_MODE_TRUE
804 AM_BACKSLASH
805 AM_DEFAULT_VERBOSITY
806 am__untar
807 am__tar
808 AMTAR
809 am__leading_dot
810 SET_MAKE
812 mkdir_p
813 MKDIR_P
814 INSTALL_STRIP_PROGRAM
815 STRIP
816 install_sh
817 MAKEINFO
818 AUTOHEADER
819 AUTOMAKE
820 AUTOCONF
821 ACLOCAL
822 VERSION
823 PACKAGE
824 CYGPATH_W
825 am__isrc
826 INSTALL_DATA
827 INSTALL_SCRIPT
828 INSTALL_PROGRAM
829 target_alias
830 host_alias
831 build_alias
832 LIBS
833 ECHO_T
834 ECHO_N
835 ECHO_C
836 DEFS
837 mandir
838 localedir
839 libdir
840 psdir
841 pdfdir
842 dvidir
843 htmldir
844 infodir
845 docdir
846 oldincludedir
847 includedir
848 localstatedir
849 sharedstatedir
850 sysconfdir
851 datadir
852 datarootdir
853 libexecdir
854 sbindir
855 bindir
856 program_transform_name
857 prefix
858 exec_prefix
859 PACKAGE_URL
860 PACKAGE_BUGREPORT
861 PACKAGE_STRING
862 PACKAGE_VERSION
863 PACKAGE_TARNAME
864 PACKAGE_NAME
865 PATH_SEPARATOR
866 SHELL
867 GEOIP_LIBS
868 GEOIP_LDFLAGS
869 GEOIP_CPPFLAGS'
870 ac_subst_files=''
871 ac_user_opts='
872 enable_option_checking
873 enable_silent_rules
874 enable_maintainer_mode
875 enable_dependency_tracking
876 enable_monolithic
877 enable_amule_daemon
878 enable_amulecmd
879 enable_webserver
880 enable_amule_gui
881 enable_cas
882 enable_wxcas
883 enable_ed2k
884 enable_alc
885 enable_alcc
886 enable_xas
887 enable_fileview
888 enable_plasmamule
889 enable_static
890 with_kde4_config
891 enable_kde_in_home
892 with_moc
893 with_gnu_malloc
894 with_gdlib_prefix
895 with_gdlib_config
896 with_zlib
897 with_libpng_prefix
898 with_libpng_config
899 enable_geoip
900 with_geoip_headers
901 with_geoip_lib
902 with_geoip_static
903 with_wxdir
904 with_wx_config
905 with_wx_prefix
906 with_wx_exec_prefix
907 with_toolkit
908 with_wxshared
909 with_wxdebug
910 with_wxversion
911 enable_upnp
912 with_libupnp_prefix
913 with_crypto_prefix
914 enable_debug
915 enable_profile
916 enable_optimize
917 with_boost
918 enable_static_boost
919 enable_mmap
920 with_language
921 with_gnu_ld
922 enable_rpath
923 with_libiconv_prefix
924 enable_nls
925 with_included_gettext
926 with_libintl_prefix
927 with_denoise_level
928 enable_ccache
929 with_ccache_prefix
931 ac_precious_vars='build_alias
932 host_alias
933 target_alias
935 CXXFLAGS
936 LDFLAGS
937 LIBS
938 CPPFLAGS
940 CXXCPP
942 CFLAGS
944 YACC
945 YFLAGS
947 RCFLAGS
948 PKG_CONFIG
949 BOOST_ROOT'
952 # Initialize some variables set by options.
953 ac_init_help=
954 ac_init_version=false
955 ac_unrecognized_opts=
956 ac_unrecognized_sep=
957 # The variables have the same names as the options, with
958 # dashes changed to underlines.
959 cache_file=/dev/null
960 exec_prefix=NONE
961 no_create=
962 no_recursion=
963 prefix=NONE
964 program_prefix=NONE
965 program_suffix=NONE
966 program_transform_name=s,x,x,
967 silent=
968 site=
969 srcdir=
970 verbose=
971 x_includes=NONE
972 x_libraries=NONE
974 # Installation directory options.
975 # These are left unexpanded so users can "make install exec_prefix=/foo"
976 # and all the variables that are supposed to be based on exec_prefix
977 # by default will actually change.
978 # Use braces instead of parens because sh, perl, etc. also accept them.
979 # (The list follows the same order as the GNU Coding Standards.)
980 bindir='${exec_prefix}/bin'
981 sbindir='${exec_prefix}/sbin'
982 libexecdir='${exec_prefix}/libexec'
983 datarootdir='${prefix}/share'
984 datadir='${datarootdir}'
985 sysconfdir='${prefix}/etc'
986 sharedstatedir='${prefix}/com'
987 localstatedir='${prefix}/var'
988 includedir='${prefix}/include'
989 oldincludedir='/usr/include'
990 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
991 infodir='${datarootdir}/info'
992 htmldir='${docdir}'
993 dvidir='${docdir}'
994 pdfdir='${docdir}'
995 psdir='${docdir}'
996 libdir='${exec_prefix}/lib'
997 localedir='${datarootdir}/locale'
998 mandir='${datarootdir}/man'
1000 ac_prev=
1001 ac_dashdash=
1002 for ac_option
1004 # If the previous option needs an argument, assign it.
1005 if test -n "$ac_prev"; then
1006 eval $ac_prev=\$ac_option
1007 ac_prev=
1008 continue
1011 case $ac_option in
1012 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1013 *) ac_optarg=yes ;;
1014 esac
1016 # Accept the important Cygnus configure options, so we can diagnose typos.
1018 case $ac_dashdash$ac_option in
1020 ac_dashdash=yes ;;
1022 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1023 ac_prev=bindir ;;
1024 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1025 bindir=$ac_optarg ;;
1027 -build | --build | --buil | --bui | --bu)
1028 ac_prev=build_alias ;;
1029 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1030 build_alias=$ac_optarg ;;
1032 -cache-file | --cache-file | --cache-fil | --cache-fi \
1033 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1034 ac_prev=cache_file ;;
1035 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1036 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1037 cache_file=$ac_optarg ;;
1039 --config-cache | -C)
1040 cache_file=config.cache ;;
1042 -datadir | --datadir | --datadi | --datad)
1043 ac_prev=datadir ;;
1044 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1045 datadir=$ac_optarg ;;
1047 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1048 | --dataroo | --dataro | --datar)
1049 ac_prev=datarootdir ;;
1050 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1051 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1052 datarootdir=$ac_optarg ;;
1054 -disable-* | --disable-*)
1055 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1056 # Reject names that are not valid shell variable names.
1057 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1058 as_fn_error "invalid feature name: $ac_useropt"
1059 ac_useropt_orig=$ac_useropt
1060 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1061 case $ac_user_opts in
1063 "enable_$ac_useropt"
1064 "*) ;;
1065 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1066 ac_unrecognized_sep=', ';;
1067 esac
1068 eval enable_$ac_useropt=no ;;
1070 -docdir | --docdir | --docdi | --doc | --do)
1071 ac_prev=docdir ;;
1072 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1073 docdir=$ac_optarg ;;
1075 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1076 ac_prev=dvidir ;;
1077 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1078 dvidir=$ac_optarg ;;
1080 -enable-* | --enable-*)
1081 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1082 # Reject names that are not valid shell variable names.
1083 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1084 as_fn_error "invalid feature name: $ac_useropt"
1085 ac_useropt_orig=$ac_useropt
1086 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1087 case $ac_user_opts in
1089 "enable_$ac_useropt"
1090 "*) ;;
1091 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1092 ac_unrecognized_sep=', ';;
1093 esac
1094 eval enable_$ac_useropt=\$ac_optarg ;;
1096 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1097 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1098 | --exec | --exe | --ex)
1099 ac_prev=exec_prefix ;;
1100 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1101 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1102 | --exec=* | --exe=* | --ex=*)
1103 exec_prefix=$ac_optarg ;;
1105 -gas | --gas | --ga | --g)
1106 # Obsolete; use --with-gas.
1107 with_gas=yes ;;
1109 -help | --help | --hel | --he | -h)
1110 ac_init_help=long ;;
1111 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1112 ac_init_help=recursive ;;
1113 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1114 ac_init_help=short ;;
1116 -host | --host | --hos | --ho)
1117 ac_prev=host_alias ;;
1118 -host=* | --host=* | --hos=* | --ho=*)
1119 host_alias=$ac_optarg ;;
1121 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1122 ac_prev=htmldir ;;
1123 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1124 | --ht=*)
1125 htmldir=$ac_optarg ;;
1127 -includedir | --includedir | --includedi | --included | --include \
1128 | --includ | --inclu | --incl | --inc)
1129 ac_prev=includedir ;;
1130 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1131 | --includ=* | --inclu=* | --incl=* | --inc=*)
1132 includedir=$ac_optarg ;;
1134 -infodir | --infodir | --infodi | --infod | --info | --inf)
1135 ac_prev=infodir ;;
1136 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1137 infodir=$ac_optarg ;;
1139 -libdir | --libdir | --libdi | --libd)
1140 ac_prev=libdir ;;
1141 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1142 libdir=$ac_optarg ;;
1144 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1145 | --libexe | --libex | --libe)
1146 ac_prev=libexecdir ;;
1147 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1148 | --libexe=* | --libex=* | --libe=*)
1149 libexecdir=$ac_optarg ;;
1151 -localedir | --localedir | --localedi | --localed | --locale)
1152 ac_prev=localedir ;;
1153 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1154 localedir=$ac_optarg ;;
1156 -localstatedir | --localstatedir | --localstatedi | --localstated \
1157 | --localstate | --localstat | --localsta | --localst | --locals)
1158 ac_prev=localstatedir ;;
1159 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1160 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1161 localstatedir=$ac_optarg ;;
1163 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1164 ac_prev=mandir ;;
1165 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1166 mandir=$ac_optarg ;;
1168 -nfp | --nfp | --nf)
1169 # Obsolete; use --without-fp.
1170 with_fp=no ;;
1172 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1173 | --no-cr | --no-c | -n)
1174 no_create=yes ;;
1176 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1177 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1178 no_recursion=yes ;;
1180 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1181 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1182 | --oldin | --oldi | --old | --ol | --o)
1183 ac_prev=oldincludedir ;;
1184 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1185 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1186 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1187 oldincludedir=$ac_optarg ;;
1189 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1190 ac_prev=prefix ;;
1191 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1192 prefix=$ac_optarg ;;
1194 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1195 | --program-pre | --program-pr | --program-p)
1196 ac_prev=program_prefix ;;
1197 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1198 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1199 program_prefix=$ac_optarg ;;
1201 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1202 | --program-suf | --program-su | --program-s)
1203 ac_prev=program_suffix ;;
1204 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1205 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1206 program_suffix=$ac_optarg ;;
1208 -program-transform-name | --program-transform-name \
1209 | --program-transform-nam | --program-transform-na \
1210 | --program-transform-n | --program-transform- \
1211 | --program-transform | --program-transfor \
1212 | --program-transfo | --program-transf \
1213 | --program-trans | --program-tran \
1214 | --progr-tra | --program-tr | --program-t)
1215 ac_prev=program_transform_name ;;
1216 -program-transform-name=* | --program-transform-name=* \
1217 | --program-transform-nam=* | --program-transform-na=* \
1218 | --program-transform-n=* | --program-transform-=* \
1219 | --program-transform=* | --program-transfor=* \
1220 | --program-transfo=* | --program-transf=* \
1221 | --program-trans=* | --program-tran=* \
1222 | --progr-tra=* | --program-tr=* | --program-t=*)
1223 program_transform_name=$ac_optarg ;;
1225 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1226 ac_prev=pdfdir ;;
1227 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1228 pdfdir=$ac_optarg ;;
1230 -psdir | --psdir | --psdi | --psd | --ps)
1231 ac_prev=psdir ;;
1232 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1233 psdir=$ac_optarg ;;
1235 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1236 | -silent | --silent | --silen | --sile | --sil)
1237 silent=yes ;;
1239 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1240 ac_prev=sbindir ;;
1241 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1242 | --sbi=* | --sb=*)
1243 sbindir=$ac_optarg ;;
1245 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1246 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1247 | --sharedst | --shareds | --shared | --share | --shar \
1248 | --sha | --sh)
1249 ac_prev=sharedstatedir ;;
1250 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1251 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1252 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1253 | --sha=* | --sh=*)
1254 sharedstatedir=$ac_optarg ;;
1256 -site | --site | --sit)
1257 ac_prev=site ;;
1258 -site=* | --site=* | --sit=*)
1259 site=$ac_optarg ;;
1261 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1262 ac_prev=srcdir ;;
1263 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1264 srcdir=$ac_optarg ;;
1266 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1267 | --syscon | --sysco | --sysc | --sys | --sy)
1268 ac_prev=sysconfdir ;;
1269 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1270 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1271 sysconfdir=$ac_optarg ;;
1273 -target | --target | --targe | --targ | --tar | --ta | --t)
1274 ac_prev=target_alias ;;
1275 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1276 target_alias=$ac_optarg ;;
1278 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1279 verbose=yes ;;
1281 -version | --version | --versio | --versi | --vers | -V)
1282 ac_init_version=: ;;
1284 -with-* | --with-*)
1285 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1286 # Reject names that are not valid shell variable names.
1287 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1288 as_fn_error "invalid package name: $ac_useropt"
1289 ac_useropt_orig=$ac_useropt
1290 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1291 case $ac_user_opts in
1293 "with_$ac_useropt"
1294 "*) ;;
1295 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1296 ac_unrecognized_sep=', ';;
1297 esac
1298 eval with_$ac_useropt=\$ac_optarg ;;
1300 -without-* | --without-*)
1301 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1302 # Reject names that are not valid shell variable names.
1303 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1304 as_fn_error "invalid package name: $ac_useropt"
1305 ac_useropt_orig=$ac_useropt
1306 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1307 case $ac_user_opts in
1309 "with_$ac_useropt"
1310 "*) ;;
1311 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1312 ac_unrecognized_sep=', ';;
1313 esac
1314 eval with_$ac_useropt=no ;;
1316 --x)
1317 # Obsolete; use --with-x.
1318 with_x=yes ;;
1320 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1321 | --x-incl | --x-inc | --x-in | --x-i)
1322 ac_prev=x_includes ;;
1323 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1324 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1325 x_includes=$ac_optarg ;;
1327 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1328 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1329 ac_prev=x_libraries ;;
1330 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1331 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1332 x_libraries=$ac_optarg ;;
1334 -*) as_fn_error "unrecognized option: \`$ac_option'
1335 Try \`$0 --help' for more information."
1338 *=*)
1339 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1340 # Reject names that are not valid shell variable names.
1341 case $ac_envvar in #(
1342 '' | [0-9]* | *[!_$as_cr_alnum]* )
1343 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1344 esac
1345 eval $ac_envvar=\$ac_optarg
1346 export $ac_envvar ;;
1349 # FIXME: should be removed in autoconf 3.0.
1350 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1351 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1352 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1353 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1356 esac
1357 done
1359 if test -n "$ac_prev"; then
1360 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1361 as_fn_error "missing argument to $ac_option"
1364 if test -n "$ac_unrecognized_opts"; then
1365 case $enable_option_checking in
1366 no) ;;
1367 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1368 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1369 esac
1372 # Check all directory arguments for consistency.
1373 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1374 datadir sysconfdir sharedstatedir localstatedir includedir \
1375 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1376 libdir localedir mandir
1378 eval ac_val=\$$ac_var
1379 # Remove trailing slashes.
1380 case $ac_val in
1381 */ )
1382 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1383 eval $ac_var=\$ac_val;;
1384 esac
1385 # Be sure to have absolute directory names.
1386 case $ac_val in
1387 [\\/$]* | ?:[\\/]* ) continue;;
1388 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1389 esac
1390 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1391 done
1393 # There might be people who depend on the old broken behavior: `$host'
1394 # used to hold the argument of --host etc.
1395 # FIXME: To remove some day.
1396 build=$build_alias
1397 host=$host_alias
1398 target=$target_alias
1400 # FIXME: To remove some day.
1401 if test "x$host_alias" != x; then
1402 if test "x$build_alias" = x; then
1403 cross_compiling=maybe
1404 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1405 If a cross compiler is detected then cross compile mode will be used." >&2
1406 elif test "x$build_alias" != "x$host_alias"; then
1407 cross_compiling=yes
1411 ac_tool_prefix=
1412 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1414 test "$silent" = yes && exec 6>/dev/null
1417 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1418 ac_ls_di=`ls -di .` &&
1419 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1420 as_fn_error "working directory cannot be determined"
1421 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1422 as_fn_error "pwd does not report name of working directory"
1425 # Find the source files, if location was not specified.
1426 if test -z "$srcdir"; then
1427 ac_srcdir_defaulted=yes
1428 # Try the directory containing this script, then the parent directory.
1429 ac_confdir=`$as_dirname -- "$as_myself" ||
1430 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1431 X"$as_myself" : 'X\(//\)[^/]' \| \
1432 X"$as_myself" : 'X\(//\)$' \| \
1433 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1434 $as_echo X"$as_myself" |
1435 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1436 s//\1/
1439 /^X\(\/\/\)[^/].*/{
1440 s//\1/
1443 /^X\(\/\/\)$/{
1444 s//\1/
1447 /^X\(\/\).*/{
1448 s//\1/
1451 s/.*/./; q'`
1452 srcdir=$ac_confdir
1453 if test ! -r "$srcdir/$ac_unique_file"; then
1454 srcdir=..
1456 else
1457 ac_srcdir_defaulted=no
1459 if test ! -r "$srcdir/$ac_unique_file"; then
1460 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1461 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1463 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1464 ac_abs_confdir=`(
1465 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1466 pwd)`
1467 # When building in place, set srcdir=.
1468 if test "$ac_abs_confdir" = "$ac_pwd"; then
1469 srcdir=.
1471 # Remove unnecessary trailing slashes from srcdir.
1472 # Double slashes in file names in object file debugging info
1473 # mess up M-x gdb in Emacs.
1474 case $srcdir in
1475 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1476 esac
1477 for ac_var in $ac_precious_vars; do
1478 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1479 eval ac_env_${ac_var}_value=\$${ac_var}
1480 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1481 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1482 done
1485 # Report the --help message.
1487 if test "$ac_init_help" = "long"; then
1488 # Omit some internal or obsolete options to make the list less imposing.
1489 # This message is too long to be a string in the A/UX 3.1 sh.
1490 cat <<_ACEOF
1491 \`configure' configures aMule SVN to adapt to many kinds of systems.
1493 Usage: $0 [OPTION]... [VAR=VALUE]...
1495 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1496 VAR=VALUE. See below for descriptions of some of the useful variables.
1498 Defaults for the options are specified in brackets.
1500 Configuration:
1501 -h, --help display this help and exit
1502 --help=short display options specific to this package
1503 --help=recursive display the short help of all the included packages
1504 -V, --version display version information and exit
1505 -q, --quiet, --silent do not print \`checking...' messages
1506 --cache-file=FILE cache test results in FILE [disabled]
1507 -C, --config-cache alias for \`--cache-file=config.cache'
1508 -n, --no-create do not create output files
1509 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1511 Installation directories:
1512 --prefix=PREFIX install architecture-independent files in PREFIX
1513 [$ac_default_prefix]
1514 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1515 [PREFIX]
1517 By default, \`make install' will install all the files in
1518 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1519 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1520 for instance \`--prefix=\$HOME'.
1522 For better control, use the options below.
1524 Fine tuning of the installation directories:
1525 --bindir=DIR user executables [EPREFIX/bin]
1526 --sbindir=DIR system admin executables [EPREFIX/sbin]
1527 --libexecdir=DIR program executables [EPREFIX/libexec]
1528 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1529 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1530 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1531 --libdir=DIR object code libraries [EPREFIX/lib]
1532 --includedir=DIR C header files [PREFIX/include]
1533 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1534 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1535 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1536 --infodir=DIR info documentation [DATAROOTDIR/info]
1537 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1538 --mandir=DIR man documentation [DATAROOTDIR/man]
1539 --docdir=DIR documentation root [DATAROOTDIR/doc/amule]
1540 --htmldir=DIR html documentation [DOCDIR]
1541 --dvidir=DIR dvi documentation [DOCDIR]
1542 --pdfdir=DIR pdf documentation [DOCDIR]
1543 --psdir=DIR ps documentation [DOCDIR]
1544 _ACEOF
1546 cat <<\_ACEOF
1548 Program names:
1549 --program-prefix=PREFIX prepend PREFIX to installed program names
1550 --program-suffix=SUFFIX append SUFFIX to installed program names
1551 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1553 System types:
1554 --build=BUILD configure for building on BUILD [guessed]
1555 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1556 _ACEOF
1559 if test -n "$ac_init_help"; then
1560 case $ac_init_help in
1561 short | recursive ) echo "Configuration of aMule SVN:";;
1562 esac
1563 cat <<\_ACEOF
1565 Optional Features:
1566 --disable-option-checking ignore unrecognized --enable/--with options
1567 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1568 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1569 --enable-silent-rules less verbose build output (undo: `make V=1')
1570 --disable-silent-rules verbose build output (undo: `make V=0')
1571 --enable-maintainer-mode enable make rules and dependencies not useful
1572 (and sometimes confusing) to the casual installer
1573 --disable-dependency-tracking speeds up one-time build
1574 --enable-dependency-tracking do not reject slow dependency extractors
1575 --disable-monolithic disable building of the monolithic aMule app
1576 --enable-amule-daemon compile aMule daemon version
1577 --enable-amulecmd compile aMule command line client
1578 --enable-webserver compile aMule WebServer
1579 --enable-amule-gui compile aMule remote GUI
1580 --enable-cas compile C aMule Statistics
1581 --enable-wxcas compile aMule GUI Statistics
1582 --disable-ed2k don't compile aMule ed2k links handler
1583 --enable-alc compile aMuleLinkCreator GUI version
1584 --enable-alcc compile aMuleLinkCreator for console
1585 --enable-xas install xas XChat2 plugin
1586 --enable-fileview compile aMule file viewer for console (EXPERIMENTAL)
1587 --enable-plasmamule compile aMule plasma applet and engine
1588 --enable-static produce a statically linked executable
1589 --enable-kde-in-home install KDE related stuff in your home dir
1590 --enable-geoip compile with GeoIP IP2Country library
1591 --disable-upnp do not compile UPnP code
1592 --disable-debug disable additional debugging output
1593 --enable-profile enable code profiling
1594 --enable-optimize enable code optimization
1595 --enable-static-boost Prefer the static boost libraries over the shared
1596 ones [no]
1597 --enable-mmap enable using mapped memory if supported
1598 --disable-rpath do not hardcode runtime library paths
1599 --disable-nls do not use Native Language Support
1600 --enable-ccache enable ccache support for fast recompilation
1602 Optional Packages:
1603 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1604 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1605 --with-kde4-config=PATH kde4-config script to use
1606 --with-moc=PATH Search in PATH for Qt's meta object compiler
1607 --without-gnu-malloc Don't assume that we use GNU libc compatible
1608 malloc/realloc when cross-compiling
1609 --with-gdlib-prefix=PREFIX
1610 prefix where gdlib is installed (optional)
1611 --with-gdlib-config=CONFIG
1612 gdlib-config script to use (optional)
1613 --with-zlib=PREFIX use zlib in PREFIX
1614 --with-libpng-prefix=PREFIX
1615 prefix where libpng is installed (optional)
1616 --with-libpng-config=CONFIG
1617 libpng-config script to use (optional)
1618 --with-geoip-headers=DIR
1619 GeoIP include files location
1620 --with-geoip-lib=DIR GeoIP library location
1621 --with-geoip-static Explicitly link GeoIP statically (default=no)
1622 --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH
1623 --with-wx-config=CONFIG wx-config script to use (optional)
1624 --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)
1625 --with-wx-exec-prefix=PREFIX
1626 Exec prefix where wxWidgets is installed (optional)
1627 --with-toolkit Build against a specific wxWidgets toolkit (default
1628 is auto)
1629 --with-wxshared Force building against a shared build of wxWidgets,
1630 even if --disable-shared is given (default is auto)
1631 --with-wxdebug Force building against a debug build of wxWidgets,
1632 even if --disable-debug is given (default is auto)
1633 --with-wxversion Build against a specific version of wxWidgets
1634 (default is auto)
1635 --with-libupnp-prefix=PREFIX
1636 UPnP library location
1637 --with-crypto-prefix=PREFIX
1638 prefix where crypto++ is installed
1639 --with-boost[=DIR] use Boost.Asio for networking
1640 --with-language=<langs> Specify a comma-separated list of languages you want
1641 to have installed. See po/LINGUAS for available
1642 languages
1643 --with-gnu-ld assume the C compiler uses GNU ld default=no
1644 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1645 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1646 --with-included-gettext use the GNU gettext library included here
1647 --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
1648 --without-libintl-prefix don't search for libintl in includedir and libdir
1649 --with-denoise-level=<level>
1650 Specifies denoising level (0-4):
1651 0 - Do nothing
1652 4 - Suppress all normal output
1653 (for more information see
1654 src/utils/scripts/denoiser.rules)
1656 --with-ccache-prefix=PREFIX
1657 prefix where ccache is installed
1659 Some influential environment variables:
1660 CXX C++ compiler command
1661 CXXFLAGS C++ compiler flags
1662 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1663 nonstandard directory <lib dir>
1664 LIBS libraries to pass to the linker, e.g. -l<library>
1665 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1666 you have headers in a nonstandard directory <include dir>
1667 CXXCPP C++ preprocessor
1668 CC C compiler command
1669 CFLAGS C compiler flags
1670 CPP C preprocessor
1671 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1672 the first program found out of: `bison -y', `byacc', `yacc'.
1673 YFLAGS The list of arguments that will be passed by default to $YACC.
1674 This script will default YFLAGS to the empty string to avoid a
1675 default value of `-d' given by some make applications.
1676 RC Resource Compiler
1677 RCFLAGS Resource Compiler Flags
1678 PKG_CONFIG path to pkg-config utility
1679 BOOST_ROOT Location of Boost installation
1681 Use these variables to override the choices made by `configure' or to help
1682 it to find libraries and programs with nonstandard names/locations.
1684 Report bugs to <admin@amule.org>.
1685 _ACEOF
1686 ac_status=$?
1689 if test "$ac_init_help" = "recursive"; then
1690 # If there are subdirs, report their specific --help.
1691 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1692 test -d "$ac_dir" ||
1693 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1694 continue
1695 ac_builddir=.
1697 case "$ac_dir" in
1698 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1700 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1701 # A ".." for each directory in $ac_dir_suffix.
1702 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1703 case $ac_top_builddir_sub in
1704 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1705 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1706 esac ;;
1707 esac
1708 ac_abs_top_builddir=$ac_pwd
1709 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1710 # for backward compatibility:
1711 ac_top_builddir=$ac_top_build_prefix
1713 case $srcdir in
1714 .) # We are building in place.
1715 ac_srcdir=.
1716 ac_top_srcdir=$ac_top_builddir_sub
1717 ac_abs_top_srcdir=$ac_pwd ;;
1718 [\\/]* | ?:[\\/]* ) # Absolute name.
1719 ac_srcdir=$srcdir$ac_dir_suffix;
1720 ac_top_srcdir=$srcdir
1721 ac_abs_top_srcdir=$srcdir ;;
1722 *) # Relative name.
1723 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1724 ac_top_srcdir=$ac_top_build_prefix$srcdir
1725 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1726 esac
1727 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1729 cd "$ac_dir" || { ac_status=$?; continue; }
1730 # Check for guested configure.
1731 if test -f "$ac_srcdir/configure.gnu"; then
1732 echo &&
1733 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1734 elif test -f "$ac_srcdir/configure"; then
1735 echo &&
1736 $SHELL "$ac_srcdir/configure" --help=recursive
1737 else
1738 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1739 fi || ac_status=$?
1740 cd "$ac_pwd" || { ac_status=$?; break; }
1741 done
1744 test -n "$ac_init_help" && exit $ac_status
1745 if $ac_init_version; then
1746 cat <<\_ACEOF
1747 aMule configure SVN
1748 generated by GNU Autoconf 2.65
1750 Copyright (C) 2009 Free Software Foundation, Inc.
1751 This configure script is free software; the Free Software Foundation
1752 gives unlimited permission to copy, distribute and modify it.
1753 _ACEOF
1754 exit
1757 ## ------------------------ ##
1758 ## Autoconf initialization. ##
1759 ## ------------------------ ##
1761 # ac_fn_cxx_try_compile LINENO
1762 # ----------------------------
1763 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1764 ac_fn_cxx_try_compile ()
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 rm -f conftest.$ac_objext
1768 if { { ac_try="$ac_compile"
1769 case "(($ac_try" in
1770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1771 *) ac_try_echo=$ac_try;;
1772 esac
1773 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1774 $as_echo "$ac_try_echo"; } >&5
1775 (eval "$ac_compile") 2>conftest.err
1776 ac_status=$?
1777 if test -s conftest.err; then
1778 grep -v '^ *+' conftest.err >conftest.er1
1779 cat conftest.er1 >&5
1780 mv -f conftest.er1 conftest.err
1782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1783 test $ac_status = 0; } && {
1784 test -z "$ac_cxx_werror_flag" ||
1785 test ! -s conftest.err
1786 } && test -s conftest.$ac_objext; then :
1787 ac_retval=0
1788 else
1789 $as_echo "$as_me: failed program was:" >&5
1790 sed 's/^/| /' conftest.$ac_ext >&5
1792 ac_retval=1
1794 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1795 as_fn_set_status $ac_retval
1797 } # ac_fn_cxx_try_compile
1799 # ac_fn_cxx_try_cpp LINENO
1800 # ------------------------
1801 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1802 ac_fn_cxx_try_cpp ()
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 if { { ac_try="$ac_cpp conftest.$ac_ext"
1806 case "(($ac_try" in
1807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1808 *) ac_try_echo=$ac_try;;
1809 esac
1810 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1811 $as_echo "$ac_try_echo"; } >&5
1812 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1813 ac_status=$?
1814 if test -s conftest.err; then
1815 grep -v '^ *+' conftest.err >conftest.er1
1816 cat conftest.er1 >&5
1817 mv -f conftest.er1 conftest.err
1819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1820 test $ac_status = 0; } >/dev/null && {
1821 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1822 test ! -s conftest.err
1823 }; then :
1824 ac_retval=0
1825 else
1826 $as_echo "$as_me: failed program was:" >&5
1827 sed 's/^/| /' conftest.$ac_ext >&5
1829 ac_retval=1
1831 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1832 as_fn_set_status $ac_retval
1834 } # ac_fn_cxx_try_cpp
1836 # ac_fn_c_try_compile LINENO
1837 # --------------------------
1838 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1839 ac_fn_c_try_compile ()
1841 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1842 rm -f conftest.$ac_objext
1843 if { { ac_try="$ac_compile"
1844 case "(($ac_try" in
1845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1846 *) ac_try_echo=$ac_try;;
1847 esac
1848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1849 $as_echo "$ac_try_echo"; } >&5
1850 (eval "$ac_compile") 2>conftest.err
1851 ac_status=$?
1852 if test -s conftest.err; then
1853 grep -v '^ *+' conftest.err >conftest.er1
1854 cat conftest.er1 >&5
1855 mv -f conftest.er1 conftest.err
1857 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1858 test $ac_status = 0; } && {
1859 test -z "$ac_c_werror_flag" ||
1860 test ! -s conftest.err
1861 } && test -s conftest.$ac_objext; then :
1862 ac_retval=0
1863 else
1864 $as_echo "$as_me: failed program was:" >&5
1865 sed 's/^/| /' conftest.$ac_ext >&5
1867 ac_retval=1
1869 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1870 as_fn_set_status $ac_retval
1872 } # ac_fn_c_try_compile
1874 # ac_fn_c_try_cpp LINENO
1875 # ----------------------
1876 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1877 ac_fn_c_try_cpp ()
1879 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880 if { { ac_try="$ac_cpp conftest.$ac_ext"
1881 case "(($ac_try" in
1882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1883 *) ac_try_echo=$ac_try;;
1884 esac
1885 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1886 $as_echo "$ac_try_echo"; } >&5
1887 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1888 ac_status=$?
1889 if test -s conftest.err; then
1890 grep -v '^ *+' conftest.err >conftest.er1
1891 cat conftest.er1 >&5
1892 mv -f conftest.er1 conftest.err
1894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1895 test $ac_status = 0; } >/dev/null && {
1896 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1897 test ! -s conftest.err
1898 }; then :
1899 ac_retval=0
1900 else
1901 $as_echo "$as_me: failed program was:" >&5
1902 sed 's/^/| /' conftest.$ac_ext >&5
1904 ac_retval=1
1906 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1907 as_fn_set_status $ac_retval
1909 } # ac_fn_c_try_cpp
1911 # ac_fn_c_try_link LINENO
1912 # -----------------------
1913 # Try to link conftest.$ac_ext, and return whether this succeeded.
1914 ac_fn_c_try_link ()
1916 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1917 rm -f conftest.$ac_objext conftest$ac_exeext
1918 if { { ac_try="$ac_link"
1919 case "(($ac_try" in
1920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1921 *) ac_try_echo=$ac_try;;
1922 esac
1923 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1924 $as_echo "$ac_try_echo"; } >&5
1925 (eval "$ac_link") 2>conftest.err
1926 ac_status=$?
1927 if test -s conftest.err; then
1928 grep -v '^ *+' conftest.err >conftest.er1
1929 cat conftest.er1 >&5
1930 mv -f conftest.er1 conftest.err
1932 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1933 test $ac_status = 0; } && {
1934 test -z "$ac_c_werror_flag" ||
1935 test ! -s conftest.err
1936 } && test -s conftest$ac_exeext && {
1937 test "$cross_compiling" = yes ||
1938 $as_test_x conftest$ac_exeext
1939 }; then :
1940 ac_retval=0
1941 else
1942 $as_echo "$as_me: failed program was:" >&5
1943 sed 's/^/| /' conftest.$ac_ext >&5
1945 ac_retval=1
1947 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1948 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1949 # interfere with the next link command; also delete a directory that is
1950 # left behind by Apple's compiler. We do this before executing the actions.
1951 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1952 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1953 as_fn_set_status $ac_retval
1955 } # ac_fn_c_try_link
1957 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1958 # -------------------------------------------------------
1959 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1960 # the include files in INCLUDES and setting the cache variable VAR
1961 # accordingly.
1962 ac_fn_c_check_header_mongrel ()
1964 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1965 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1967 $as_echo_n "checking for $2... " >&6; }
1968 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1969 $as_echo_n "(cached) " >&6
1971 eval ac_res=\$$3
1972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1973 $as_echo "$ac_res" >&6; }
1974 else
1975 # Is the header compilable?
1976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1977 $as_echo_n "checking $2 usability... " >&6; }
1978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1979 /* end confdefs.h. */
1981 #include <$2>
1982 _ACEOF
1983 if ac_fn_c_try_compile "$LINENO"; then :
1984 ac_header_compiler=yes
1985 else
1986 ac_header_compiler=no
1988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1990 $as_echo "$ac_header_compiler" >&6; }
1992 # Is the header present?
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1994 $as_echo_n "checking $2 presence... " >&6; }
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h. */
1997 #include <$2>
1998 _ACEOF
1999 if ac_fn_c_try_cpp "$LINENO"; then :
2000 ac_header_preproc=yes
2001 else
2002 ac_header_preproc=no
2004 rm -f conftest.err conftest.$ac_ext
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2006 $as_echo "$ac_header_preproc" >&6; }
2008 # So? What about this header?
2009 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2010 yes:no: )
2011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2012 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2014 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2016 no:yes:* )
2017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2018 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2020 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2022 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2023 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2024 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2026 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2027 ( cat <<\_ASBOX
2028 ## ------------------------------ ##
2029 ## Report this to admin@amule.org ##
2030 ## ------------------------------ ##
2031 _ASBOX
2032 ) | sed "s/^/$as_me: WARNING: /" >&2
2034 esac
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2036 $as_echo_n "checking for $2... " >&6; }
2037 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2038 $as_echo_n "(cached) " >&6
2039 else
2040 eval "$3=\$ac_header_compiler"
2042 eval ac_res=\$$3
2043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2044 $as_echo "$ac_res" >&6; }
2046 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2048 } # ac_fn_c_check_header_mongrel
2050 # ac_fn_c_try_run LINENO
2051 # ----------------------
2052 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2053 # that executables *can* be run.
2054 ac_fn_c_try_run ()
2056 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2057 if { { ac_try="$ac_link"
2058 case "(($ac_try" in
2059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2060 *) ac_try_echo=$ac_try;;
2061 esac
2062 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2063 $as_echo "$ac_try_echo"; } >&5
2064 (eval "$ac_link") 2>&5
2065 ac_status=$?
2066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2067 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2068 { { case "(($ac_try" in
2069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2070 *) ac_try_echo=$ac_try;;
2071 esac
2072 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2073 $as_echo "$ac_try_echo"; } >&5
2074 (eval "$ac_try") 2>&5
2075 ac_status=$?
2076 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2077 test $ac_status = 0; }; }; then :
2078 ac_retval=0
2079 else
2080 $as_echo "$as_me: program exited with status $ac_status" >&5
2081 $as_echo "$as_me: failed program was:" >&5
2082 sed 's/^/| /' conftest.$ac_ext >&5
2084 ac_retval=$ac_status
2086 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2087 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2088 as_fn_set_status $ac_retval
2090 } # ac_fn_c_try_run
2092 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2093 # -------------------------------------------------------
2094 # Tests whether HEADER exists and can be compiled using the include files in
2095 # INCLUDES, setting the cache variable VAR accordingly.
2096 ac_fn_c_check_header_compile ()
2098 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2100 $as_echo_n "checking for $2... " >&6; }
2101 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2102 $as_echo_n "(cached) " >&6
2103 else
2104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2105 /* end confdefs.h. */
2107 #include <$2>
2108 _ACEOF
2109 if ac_fn_c_try_compile "$LINENO"; then :
2110 eval "$3=yes"
2111 else
2112 eval "$3=no"
2114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 eval ac_res=\$$3
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2118 $as_echo "$ac_res" >&6; }
2119 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2121 } # ac_fn_c_check_header_compile
2123 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2124 # -------------------------------------------
2125 # Tests whether TYPE exists after having included INCLUDES, setting cache
2126 # variable VAR accordingly.
2127 ac_fn_c_check_type ()
2129 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2131 $as_echo_n "checking for $2... " >&6; }
2132 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2133 $as_echo_n "(cached) " >&6
2134 else
2135 eval "$3=no"
2136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2137 /* end confdefs.h. */
2140 main ()
2142 if (sizeof ($2))
2143 return 0;
2145 return 0;
2147 _ACEOF
2148 if ac_fn_c_try_compile "$LINENO"; then :
2149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2150 /* end confdefs.h. */
2153 main ()
2155 if (sizeof (($2)))
2156 return 0;
2158 return 0;
2160 _ACEOF
2161 if ac_fn_c_try_compile "$LINENO"; then :
2163 else
2164 eval "$3=yes"
2166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2170 eval ac_res=\$$3
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2172 $as_echo "$ac_res" >&6; }
2173 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2175 } # ac_fn_c_check_type
2177 # ac_fn_cxx_try_link LINENO
2178 # -------------------------
2179 # Try to link conftest.$ac_ext, and return whether this succeeded.
2180 ac_fn_cxx_try_link ()
2182 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2183 rm -f conftest.$ac_objext conftest$ac_exeext
2184 if { { ac_try="$ac_link"
2185 case "(($ac_try" in
2186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2187 *) ac_try_echo=$ac_try;;
2188 esac
2189 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2190 $as_echo "$ac_try_echo"; } >&5
2191 (eval "$ac_link") 2>conftest.err
2192 ac_status=$?
2193 if test -s conftest.err; then
2194 grep -v '^ *+' conftest.err >conftest.er1
2195 cat conftest.er1 >&5
2196 mv -f conftest.er1 conftest.err
2198 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2199 test $ac_status = 0; } && {
2200 test -z "$ac_cxx_werror_flag" ||
2201 test ! -s conftest.err
2202 } && test -s conftest$ac_exeext && {
2203 test "$cross_compiling" = yes ||
2204 $as_test_x conftest$ac_exeext
2205 }; then :
2206 ac_retval=0
2207 else
2208 $as_echo "$as_me: failed program was:" >&5
2209 sed 's/^/| /' conftest.$ac_ext >&5
2211 ac_retval=1
2213 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2214 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2215 # interfere with the next link command; also delete a directory that is
2216 # left behind by Apple's compiler. We do this before executing the actions.
2217 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2218 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2219 as_fn_set_status $ac_retval
2221 } # ac_fn_cxx_try_link
2223 # ac_fn_cxx_try_run LINENO
2224 # ------------------------
2225 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2226 # that executables *can* be run.
2227 ac_fn_cxx_try_run ()
2229 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2230 if { { ac_try="$ac_link"
2231 case "(($ac_try" in
2232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2233 *) ac_try_echo=$ac_try;;
2234 esac
2235 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2236 $as_echo "$ac_try_echo"; } >&5
2237 (eval "$ac_link") 2>&5
2238 ac_status=$?
2239 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2240 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2241 { { case "(($ac_try" in
2242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2243 *) ac_try_echo=$ac_try;;
2244 esac
2245 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2246 $as_echo "$ac_try_echo"; } >&5
2247 (eval "$ac_try") 2>&5
2248 ac_status=$?
2249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2250 test $ac_status = 0; }; }; then :
2251 ac_retval=0
2252 else
2253 $as_echo "$as_me: program exited with status $ac_status" >&5
2254 $as_echo "$as_me: failed program was:" >&5
2255 sed 's/^/| /' conftest.$ac_ext >&5
2257 ac_retval=$ac_status
2259 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2260 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2261 as_fn_set_status $ac_retval
2263 } # ac_fn_cxx_try_run
2265 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
2266 # ---------------------------------------------------------
2267 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2268 # the include files in INCLUDES and setting the cache variable VAR
2269 # accordingly.
2270 ac_fn_cxx_check_header_mongrel ()
2272 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2273 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2275 $as_echo_n "checking for $2... " >&6; }
2276 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2277 $as_echo_n "(cached) " >&6
2279 eval ac_res=\$$3
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2281 $as_echo "$ac_res" >&6; }
2282 else
2283 # Is the header compilable?
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2285 $as_echo_n "checking $2 usability... " >&6; }
2286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2287 /* end confdefs.h. */
2289 #include <$2>
2290 _ACEOF
2291 if ac_fn_cxx_try_compile "$LINENO"; then :
2292 ac_header_compiler=yes
2293 else
2294 ac_header_compiler=no
2296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2298 $as_echo "$ac_header_compiler" >&6; }
2300 # Is the header present?
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2302 $as_echo_n "checking $2 presence... " >&6; }
2303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2304 /* end confdefs.h. */
2305 #include <$2>
2306 _ACEOF
2307 if ac_fn_cxx_try_cpp "$LINENO"; then :
2308 ac_header_preproc=yes
2309 else
2310 ac_header_preproc=no
2312 rm -f conftest.err conftest.$ac_ext
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2314 $as_echo "$ac_header_preproc" >&6; }
2316 # So? What about this header?
2317 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
2318 yes:no: )
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2320 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2322 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2324 no:yes:* )
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2326 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2328 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2330 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2332 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2334 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2335 ( cat <<\_ASBOX
2336 ## ------------------------------ ##
2337 ## Report this to admin@amule.org ##
2338 ## ------------------------------ ##
2339 _ASBOX
2340 ) | sed "s/^/$as_me: WARNING: /" >&2
2342 esac
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2344 $as_echo_n "checking for $2... " >&6; }
2345 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2346 $as_echo_n "(cached) " >&6
2347 else
2348 eval "$3=\$ac_header_compiler"
2350 eval ac_res=\$$3
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2352 $as_echo "$ac_res" >&6; }
2354 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2356 } # ac_fn_cxx_check_header_mongrel
2358 # ac_fn_cxx_check_func LINENO FUNC VAR
2359 # ------------------------------------
2360 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2361 ac_fn_cxx_check_func ()
2363 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2365 $as_echo_n "checking for $2... " >&6; }
2366 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2367 $as_echo_n "(cached) " >&6
2368 else
2369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2370 /* end confdefs.h. */
2371 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2372 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2373 #define $2 innocuous_$2
2375 /* System header to define __stub macros and hopefully few prototypes,
2376 which can conflict with char $2 (); below.
2377 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2378 <limits.h> exists even on freestanding compilers. */
2380 #ifdef __STDC__
2381 # include <limits.h>
2382 #else
2383 # include <assert.h>
2384 #endif
2386 #undef $2
2388 /* Override any GCC internal prototype to avoid an error.
2389 Use char because int might match the return type of a GCC
2390 builtin and then its argument prototype would still apply. */
2391 #ifdef __cplusplus
2392 extern "C"
2393 #endif
2394 char $2 ();
2395 /* The GNU C library defines this for functions which it implements
2396 to always fail with ENOSYS. Some functions are actually named
2397 something starting with __ and the normal name is an alias. */
2398 #if defined __stub_$2 || defined __stub___$2
2399 choke me
2400 #endif
2403 main ()
2405 return $2 ();
2407 return 0;
2409 _ACEOF
2410 if ac_fn_cxx_try_link "$LINENO"; then :
2411 eval "$3=yes"
2412 else
2413 eval "$3=no"
2415 rm -f core conftest.err conftest.$ac_objext \
2416 conftest$ac_exeext conftest.$ac_ext
2418 eval ac_res=\$$3
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2420 $as_echo "$ac_res" >&6; }
2421 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2423 } # ac_fn_cxx_check_func
2425 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2426 # ---------------------------------------------
2427 # Tests whether TYPE exists after having included INCLUDES, setting cache
2428 # variable VAR accordingly.
2429 ac_fn_cxx_check_type ()
2431 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2433 $as_echo_n "checking for $2... " >&6; }
2434 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2435 $as_echo_n "(cached) " >&6
2436 else
2437 eval "$3=no"
2438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2439 /* end confdefs.h. */
2442 main ()
2444 if (sizeof ($2))
2445 return 0;
2447 return 0;
2449 _ACEOF
2450 if ac_fn_cxx_try_compile "$LINENO"; then :
2451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2452 /* end confdefs.h. */
2455 main ()
2457 if (sizeof (($2)))
2458 return 0;
2460 return 0;
2462 _ACEOF
2463 if ac_fn_cxx_try_compile "$LINENO"; then :
2465 else
2466 eval "$3=yes"
2468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2472 eval ac_res=\$$3
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2474 $as_echo "$ac_res" >&6; }
2475 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2477 } # ac_fn_cxx_check_type
2479 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
2480 # ---------------------------------------------------------
2481 # Tests whether HEADER exists and can be compiled using the include files in
2482 # INCLUDES, setting the cache variable VAR accordingly.
2483 ac_fn_cxx_check_header_compile ()
2485 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2487 $as_echo_n "checking for $2... " >&6; }
2488 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2489 $as_echo_n "(cached) " >&6
2490 else
2491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2492 /* end confdefs.h. */
2494 #include <$2>
2495 _ACEOF
2496 if ac_fn_cxx_try_compile "$LINENO"; then :
2497 eval "$3=yes"
2498 else
2499 eval "$3=no"
2501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2503 eval ac_res=\$$3
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2505 $as_echo "$ac_res" >&6; }
2506 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2508 } # ac_fn_cxx_check_header_compile
2510 # ac_fn_c_check_func LINENO FUNC VAR
2511 # ----------------------------------
2512 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2513 ac_fn_c_check_func ()
2515 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2517 $as_echo_n "checking for $2... " >&6; }
2518 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2519 $as_echo_n "(cached) " >&6
2520 else
2521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2522 /* end confdefs.h. */
2523 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2524 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2525 #define $2 innocuous_$2
2527 /* System header to define __stub macros and hopefully few prototypes,
2528 which can conflict with char $2 (); below.
2529 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2530 <limits.h> exists even on freestanding compilers. */
2532 #ifdef __STDC__
2533 # include <limits.h>
2534 #else
2535 # include <assert.h>
2536 #endif
2538 #undef $2
2540 /* Override any GCC internal prototype to avoid an error.
2541 Use char because int might match the return type of a GCC
2542 builtin and then its argument prototype would still apply. */
2543 #ifdef __cplusplus
2544 extern "C"
2545 #endif
2546 char $2 ();
2547 /* The GNU C library defines this for functions which it implements
2548 to always fail with ENOSYS. Some functions are actually named
2549 something starting with __ and the normal name is an alias. */
2550 #if defined __stub_$2 || defined __stub___$2
2551 choke me
2552 #endif
2555 main ()
2557 return $2 ();
2559 return 0;
2561 _ACEOF
2562 if ac_fn_c_try_link "$LINENO"; then :
2563 eval "$3=yes"
2564 else
2565 eval "$3=no"
2567 rm -f core conftest.err conftest.$ac_objext \
2568 conftest$ac_exeext conftest.$ac_ext
2570 eval ac_res=\$$3
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2572 $as_echo "$ac_res" >&6; }
2573 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2575 } # ac_fn_c_check_func
2577 # ac_fn_c_check_decl LINENO SYMBOL VAR
2578 # ------------------------------------
2579 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2580 ac_fn_c_check_decl ()
2582 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2584 $as_echo_n "checking whether $2 is declared... " >&6; }
2585 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2586 $as_echo_n "(cached) " >&6
2587 else
2588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2589 /* end confdefs.h. */
2592 main ()
2594 #ifndef $2
2595 (void) $2;
2596 #endif
2599 return 0;
2601 _ACEOF
2602 if ac_fn_c_try_compile "$LINENO"; then :
2603 eval "$3=yes"
2604 else
2605 eval "$3=no"
2607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2609 eval ac_res=\$$3
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2611 $as_echo "$ac_res" >&6; }
2612 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2614 } # ac_fn_c_check_decl
2615 cat >config.log <<_ACEOF
2616 This file contains any messages produced by compilers while
2617 running configure, to aid debugging if configure makes a mistake.
2619 It was created by aMule $as_me SVN, which was
2620 generated by GNU Autoconf 2.65. Invocation command line was
2622 $ $0 $@
2624 _ACEOF
2625 exec 5>>config.log
2627 cat <<_ASUNAME
2628 ## --------- ##
2629 ## Platform. ##
2630 ## --------- ##
2632 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2633 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2634 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2635 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2636 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2638 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2639 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2641 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2642 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2643 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2644 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2645 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2646 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2647 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2649 _ASUNAME
2651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2652 for as_dir in $PATH
2654 IFS=$as_save_IFS
2655 test -z "$as_dir" && as_dir=.
2656 $as_echo "PATH: $as_dir"
2657 done
2658 IFS=$as_save_IFS
2660 } >&5
2662 cat >&5 <<_ACEOF
2665 ## ----------- ##
2666 ## Core tests. ##
2667 ## ----------- ##
2669 _ACEOF
2672 # Keep a trace of the command line.
2673 # Strip out --no-create and --no-recursion so they do not pile up.
2674 # Strip out --silent because we don't want to record it for future runs.
2675 # Also quote any args containing shell meta-characters.
2676 # Make two passes to allow for proper duplicate-argument suppression.
2677 ac_configure_args=
2678 ac_configure_args0=
2679 ac_configure_args1=
2680 ac_must_keep_next=false
2681 for ac_pass in 1 2
2683 for ac_arg
2685 case $ac_arg in
2686 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2687 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2688 | -silent | --silent | --silen | --sile | --sil)
2689 continue ;;
2690 *\'*)
2691 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2692 esac
2693 case $ac_pass in
2694 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2696 as_fn_append ac_configure_args1 " '$ac_arg'"
2697 if test $ac_must_keep_next = true; then
2698 ac_must_keep_next=false # Got value, back to normal.
2699 else
2700 case $ac_arg in
2701 *=* | --config-cache | -C | -disable-* | --disable-* \
2702 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2703 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2704 | -with-* | --with-* | -without-* | --without-* | --x)
2705 case "$ac_configure_args0 " in
2706 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2707 esac
2709 -* ) ac_must_keep_next=true ;;
2710 esac
2712 as_fn_append ac_configure_args " '$ac_arg'"
2714 esac
2715 done
2716 done
2717 { ac_configure_args0=; unset ac_configure_args0;}
2718 { ac_configure_args1=; unset ac_configure_args1;}
2720 # When interrupted or exit'd, cleanup temporary files, and complete
2721 # config.log. We remove comments because anyway the quotes in there
2722 # would cause problems or look ugly.
2723 # WARNING: Use '\'' to represent an apostrophe within the trap.
2724 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2725 trap 'exit_status=$?
2726 # Save into config.log some information that might help in debugging.
2728 echo
2730 cat <<\_ASBOX
2731 ## ---------------- ##
2732 ## Cache variables. ##
2733 ## ---------------- ##
2734 _ASBOX
2735 echo
2736 # The following way of writing the cache mishandles newlines in values,
2738 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2739 eval ac_val=\$$ac_var
2740 case $ac_val in #(
2741 *${as_nl}*)
2742 case $ac_var in #(
2743 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2744 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2745 esac
2746 case $ac_var in #(
2747 _ | IFS | as_nl) ;; #(
2748 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2749 *) { eval $ac_var=; unset $ac_var;} ;;
2750 esac ;;
2751 esac
2752 done
2753 (set) 2>&1 |
2754 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2755 *${as_nl}ac_space=\ *)
2756 sed -n \
2757 "s/'\''/'\''\\\\'\'''\''/g;
2758 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2759 ;; #(
2761 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2763 esac |
2764 sort
2766 echo
2768 cat <<\_ASBOX
2769 ## ----------------- ##
2770 ## Output variables. ##
2771 ## ----------------- ##
2772 _ASBOX
2773 echo
2774 for ac_var in $ac_subst_vars
2776 eval ac_val=\$$ac_var
2777 case $ac_val in
2778 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2779 esac
2780 $as_echo "$ac_var='\''$ac_val'\''"
2781 done | sort
2782 echo
2784 if test -n "$ac_subst_files"; then
2785 cat <<\_ASBOX
2786 ## ------------------- ##
2787 ## File substitutions. ##
2788 ## ------------------- ##
2789 _ASBOX
2790 echo
2791 for ac_var in $ac_subst_files
2793 eval ac_val=\$$ac_var
2794 case $ac_val in
2795 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2796 esac
2797 $as_echo "$ac_var='\''$ac_val'\''"
2798 done | sort
2799 echo
2802 if test -s confdefs.h; then
2803 cat <<\_ASBOX
2804 ## ----------- ##
2805 ## confdefs.h. ##
2806 ## ----------- ##
2807 _ASBOX
2808 echo
2809 cat confdefs.h
2810 echo
2812 test "$ac_signal" != 0 &&
2813 $as_echo "$as_me: caught signal $ac_signal"
2814 $as_echo "$as_me: exit $exit_status"
2815 } >&5
2816 rm -f core *.core core.conftest.* &&
2817 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2818 exit $exit_status
2820 for ac_signal in 1 2 13 15; do
2821 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2822 done
2823 ac_signal=0
2825 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2826 rm -f -r conftest* confdefs.h
2828 $as_echo "/* confdefs.h */" > confdefs.h
2830 # Predefined preprocessor variables.
2832 cat >>confdefs.h <<_ACEOF
2833 #define PACKAGE_NAME "$PACKAGE_NAME"
2834 _ACEOF
2836 cat >>confdefs.h <<_ACEOF
2837 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2838 _ACEOF
2840 cat >>confdefs.h <<_ACEOF
2841 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2842 _ACEOF
2844 cat >>confdefs.h <<_ACEOF
2845 #define PACKAGE_STRING "$PACKAGE_STRING"
2846 _ACEOF
2848 cat >>confdefs.h <<_ACEOF
2849 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2850 _ACEOF
2852 cat >>confdefs.h <<_ACEOF
2853 #define PACKAGE_URL "$PACKAGE_URL"
2854 _ACEOF
2857 # Let the site file select an alternate cache file if it wants to.
2858 # Prefer an explicitly selected file to automatically selected ones.
2859 ac_site_file1=NONE
2860 ac_site_file2=NONE
2861 if test -n "$CONFIG_SITE"; then
2862 ac_site_file1=$CONFIG_SITE
2863 elif test "x$prefix" != xNONE; then
2864 ac_site_file1=$prefix/share/config.site
2865 ac_site_file2=$prefix/etc/config.site
2866 else
2867 ac_site_file1=$ac_default_prefix/share/config.site
2868 ac_site_file2=$ac_default_prefix/etc/config.site
2870 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2872 test "x$ac_site_file" = xNONE && continue
2873 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2875 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2876 sed 's/^/| /' "$ac_site_file" >&5
2877 . "$ac_site_file"
2879 done
2881 if test -r "$cache_file"; then
2882 # Some versions of bash will fail to source /dev/null (special files
2883 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2884 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2886 $as_echo "$as_me: loading cache $cache_file" >&6;}
2887 case $cache_file in
2888 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2889 *) . "./$cache_file";;
2890 esac
2892 else
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2894 $as_echo "$as_me: creating cache $cache_file" >&6;}
2895 >$cache_file
2898 as_fn_append ac_header_list " stdlib.h"
2899 as_fn_append ac_header_list " unistd.h"
2900 as_fn_append ac_header_list " sys/param.h"
2901 # Check that the precious variables saved in the cache have kept the same
2902 # value.
2903 ac_cache_corrupted=false
2904 for ac_var in $ac_precious_vars; do
2905 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2906 eval ac_new_set=\$ac_env_${ac_var}_set
2907 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2908 eval ac_new_val=\$ac_env_${ac_var}_value
2909 case $ac_old_set,$ac_new_set in
2910 set,)
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2912 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2913 ac_cache_corrupted=: ;;
2914 ,set)
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2916 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2917 ac_cache_corrupted=: ;;
2918 ,);;
2920 if test "x$ac_old_val" != "x$ac_new_val"; then
2921 # differences in whitespace do not lead to failure.
2922 ac_old_val_w=`echo x $ac_old_val`
2923 ac_new_val_w=`echo x $ac_new_val`
2924 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2926 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2927 ac_cache_corrupted=:
2928 else
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2930 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2931 eval $ac_var=\$ac_old_val
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2934 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2936 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2937 fi;;
2938 esac
2939 # Pass precious variables to config.status.
2940 if test "$ac_new_set" = set; then
2941 case $ac_new_val in
2942 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2943 *) ac_arg=$ac_var=$ac_new_val ;;
2944 esac
2945 case " $ac_configure_args " in
2946 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2947 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2948 esac
2950 done
2951 if $ac_cache_corrupted; then
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2953 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2955 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2956 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2958 ## -------------------- ##
2959 ## Main body of script. ##
2960 ## -------------------- ##
2962 ac_ext=c
2963 ac_cpp='$CPP $CPPFLAGS'
2964 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2965 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2966 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2969 am__api_version='1.11'
2971 ac_aux_dir=
2972 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2973 for ac_t in install-sh install.sh shtool; do
2974 if test -f "$ac_dir/$ac_t"; then
2975 ac_aux_dir=$ac_dir
2976 ac_install_sh="$ac_aux_dir/$ac_t -c"
2977 break 2
2979 done
2980 done
2981 if test -z "$ac_aux_dir"; then
2982 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2985 # These three variables are undocumented and unsupported,
2986 # and are intended to be withdrawn in a future Autoconf release.
2987 # They can cause serious problems if a builder's source tree is in a directory
2988 # whose full name contains unusual characters.
2989 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2990 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2991 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2994 # Find a good install program. We prefer a C program (faster),
2995 # so one script is as good as another. But avoid the broken or
2996 # incompatible versions:
2997 # SysV /etc/install, /usr/sbin/install
2998 # SunOS /usr/etc/install
2999 # IRIX /sbin/install
3000 # AIX /bin/install
3001 # AmigaOS /C/install, which installs bootblocks on floppy discs
3002 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3003 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3004 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3005 # OS/2's system install, which has a completely different semantic
3006 # ./install, which can be erroneously created by make from ./install.sh.
3007 # Reject install programs that cannot install multiple files.
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3009 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3010 if test -z "$INSTALL"; then
3011 if test "${ac_cv_path_install+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3015 for as_dir in $PATH
3017 IFS=$as_save_IFS
3018 test -z "$as_dir" && as_dir=.
3019 # Account for people who put trailing slashes in PATH elements.
3020 case $as_dir/ in #((
3021 ./ | .// | /[cC]/* | \
3022 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3023 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3024 /usr/ucb/* ) ;;
3026 # OSF1 and SCO ODT 3.0 have their own names for install.
3027 # Don't use installbsd from OSF since it installs stuff as root
3028 # by default.
3029 for ac_prog in ginstall scoinst install; do
3030 for ac_exec_ext in '' $ac_executable_extensions; do
3031 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3032 if test $ac_prog = install &&
3033 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3034 # AIX install. It has an incompatible calling convention.
3036 elif test $ac_prog = install &&
3037 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3038 # program-specific install script used by HP pwplus--don't use.
3040 else
3041 rm -rf conftest.one conftest.two conftest.dir
3042 echo one > conftest.one
3043 echo two > conftest.two
3044 mkdir conftest.dir
3045 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3046 test -s conftest.one && test -s conftest.two &&
3047 test -s conftest.dir/conftest.one &&
3048 test -s conftest.dir/conftest.two
3049 then
3050 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3051 break 3
3055 done
3056 done
3058 esac
3060 done
3061 IFS=$as_save_IFS
3063 rm -rf conftest.one conftest.two conftest.dir
3066 if test "${ac_cv_path_install+set}" = set; then
3067 INSTALL=$ac_cv_path_install
3068 else
3069 # As a last resort, use the slow shell script. Don't cache a
3070 # value for INSTALL within a source directory, because that will
3071 # break other packages using the cache if that directory is
3072 # removed, or if the value is a relative name.
3073 INSTALL=$ac_install_sh
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3077 $as_echo "$INSTALL" >&6; }
3079 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3080 # It thinks the first close brace ends the variable substitution.
3081 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3083 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3085 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3088 $as_echo_n "checking whether build environment is sane... " >&6; }
3089 # Just in case
3090 sleep 1
3091 echo timestamp > conftest.file
3092 # Reject unsafe characters in $srcdir or the absolute working directory
3093 # name. Accept space and tab only in the latter.
3094 am_lf='
3096 case `pwd` in
3097 *[\\\"\#\$\&\'\`$am_lf]*)
3098 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3099 esac
3100 case $srcdir in
3101 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3102 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3103 esac
3105 # Do `set' in a subshell so we don't clobber the current shell's
3106 # arguments. Must try -L first in case configure is actually a
3107 # symlink; some systems play weird games with the mod time of symlinks
3108 # (eg FreeBSD returns the mod time of the symlink's containing
3109 # directory).
3110 if (
3111 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3112 if test "$*" = "X"; then
3113 # -L didn't work.
3114 set X `ls -t "$srcdir/configure" conftest.file`
3116 rm -f conftest.file
3117 if test "$*" != "X $srcdir/configure conftest.file" \
3118 && test "$*" != "X conftest.file $srcdir/configure"; then
3120 # If neither matched, then we have a broken ls. This can happen
3121 # if, for instance, CONFIG_SHELL is bash and it inherits a
3122 # broken ls alias from the environment. This has actually
3123 # happened. Such a system could not be considered "sane".
3124 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3125 alias in your environment" "$LINENO" 5
3128 test "$2" = conftest.file
3130 then
3131 # Ok.
3133 else
3134 as_fn_error "newly created file is older than distributed files!
3135 Check your system clock" "$LINENO" 5
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3138 $as_echo "yes" >&6; }
3139 test "$program_prefix" != NONE &&
3140 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3141 # Use a double $ so make ignores it.
3142 test "$program_suffix" != NONE &&
3143 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3144 # Double any \ or $.
3145 # By default was `s,x,x', remove it if useless.
3146 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3147 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3149 # expand $ac_aux_dir to an absolute path
3150 am_aux_dir=`cd $ac_aux_dir && pwd`
3152 if test x"${MISSING+set}" != xset; then
3153 case $am_aux_dir in
3154 *\ * | *\ *)
3155 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3157 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3158 esac
3160 # Use eval to expand $SHELL
3161 if eval "$MISSING --run true"; then
3162 am_missing_run="$MISSING --run "
3163 else
3164 am_missing_run=
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3166 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3169 if test x"${install_sh}" != xset; then
3170 case $am_aux_dir in
3171 *\ * | *\ *)
3172 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3174 install_sh="\${SHELL} $am_aux_dir/install-sh"
3175 esac
3178 # Installed binaries are usually stripped using `strip' when the user
3179 # run `make install-strip'. However `strip' might not be the right
3180 # tool to use in cross-compilation environments, therefore Automake
3181 # will honor the `STRIP' environment variable to overrule this program.
3182 if test "$cross_compiling" != no; then
3183 if test -n "$ac_tool_prefix"; then
3184 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3185 set dummy ${ac_tool_prefix}strip; ac_word=$2
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3187 $as_echo_n "checking for $ac_word... " >&6; }
3188 if test "${ac_cv_prog_STRIP+set}" = set; then :
3189 $as_echo_n "(cached) " >&6
3190 else
3191 if test -n "$STRIP"; then
3192 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3193 else
3194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3195 for as_dir in $PATH
3197 IFS=$as_save_IFS
3198 test -z "$as_dir" && as_dir=.
3199 for ac_exec_ext in '' $ac_executable_extensions; do
3200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3201 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3203 break 2
3205 done
3206 done
3207 IFS=$as_save_IFS
3211 STRIP=$ac_cv_prog_STRIP
3212 if test -n "$STRIP"; then
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3214 $as_echo "$STRIP" >&6; }
3215 else
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3217 $as_echo "no" >&6; }
3222 if test -z "$ac_cv_prog_STRIP"; then
3223 ac_ct_STRIP=$STRIP
3224 # Extract the first word of "strip", so it can be a program name with args.
3225 set dummy strip; ac_word=$2
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3227 $as_echo_n "checking for $ac_word... " >&6; }
3228 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3229 $as_echo_n "(cached) " >&6
3230 else
3231 if test -n "$ac_ct_STRIP"; then
3232 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3233 else
3234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3235 for as_dir in $PATH
3237 IFS=$as_save_IFS
3238 test -z "$as_dir" && as_dir=.
3239 for ac_exec_ext in '' $ac_executable_extensions; do
3240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3241 ac_cv_prog_ac_ct_STRIP="strip"
3242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3243 break 2
3245 done
3246 done
3247 IFS=$as_save_IFS
3251 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3252 if test -n "$ac_ct_STRIP"; then
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3254 $as_echo "$ac_ct_STRIP" >&6; }
3255 else
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3257 $as_echo "no" >&6; }
3260 if test "x$ac_ct_STRIP" = x; then
3261 STRIP=":"
3262 else
3263 case $cross_compiling:$ac_tool_warned in
3264 yes:)
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3266 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3267 ac_tool_warned=yes ;;
3268 esac
3269 STRIP=$ac_ct_STRIP
3271 else
3272 STRIP="$ac_cv_prog_STRIP"
3276 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3279 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3280 if test -z "$MKDIR_P"; then
3281 if test "${ac_cv_path_mkdir+set}" = set; then :
3282 $as_echo_n "(cached) " >&6
3283 else
3284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3285 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3287 IFS=$as_save_IFS
3288 test -z "$as_dir" && as_dir=.
3289 for ac_prog in mkdir gmkdir; do
3290 for ac_exec_ext in '' $ac_executable_extensions; do
3291 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3292 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3293 'mkdir (GNU coreutils) '* | \
3294 'mkdir (coreutils) '* | \
3295 'mkdir (fileutils) '4.1*)
3296 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3297 break 3;;
3298 esac
3299 done
3300 done
3301 done
3302 IFS=$as_save_IFS
3306 test -d ./--version && rmdir ./--version
3307 if test "${ac_cv_path_mkdir+set}" = set; then
3308 MKDIR_P="$ac_cv_path_mkdir -p"
3309 else
3310 # As a last resort, use the slow shell script. Don't cache a
3311 # value for MKDIR_P within a source directory, because that will
3312 # break other packages using the cache if that directory is
3313 # removed, or if the value is a relative name.
3314 MKDIR_P="$ac_install_sh -d"
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3318 $as_echo "$MKDIR_P" >&6; }
3320 mkdir_p="$MKDIR_P"
3321 case $mkdir_p in
3322 [\\/$]* | ?:[\\/]*) ;;
3323 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3324 esac
3326 for ac_prog in gawk mawk nawk awk
3328 # Extract the first word of "$ac_prog", so it can be a program name with args.
3329 set dummy $ac_prog; ac_word=$2
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3331 $as_echo_n "checking for $ac_word... " >&6; }
3332 if test "${ac_cv_prog_AWK+set}" = set; then :
3333 $as_echo_n "(cached) " >&6
3334 else
3335 if test -n "$AWK"; then
3336 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3337 else
3338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3339 for as_dir in $PATH
3341 IFS=$as_save_IFS
3342 test -z "$as_dir" && as_dir=.
3343 for ac_exec_ext in '' $ac_executable_extensions; do
3344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3345 ac_cv_prog_AWK="$ac_prog"
3346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3347 break 2
3349 done
3350 done
3351 IFS=$as_save_IFS
3355 AWK=$ac_cv_prog_AWK
3356 if test -n "$AWK"; then
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3358 $as_echo "$AWK" >&6; }
3359 else
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3361 $as_echo "no" >&6; }
3365 test -n "$AWK" && break
3366 done
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3369 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3370 set x ${MAKE-make}
3371 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3372 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3373 $as_echo_n "(cached) " >&6
3374 else
3375 cat >conftest.make <<\_ACEOF
3376 SHELL = /bin/sh
3377 all:
3378 @echo '@@@%%%=$(MAKE)=@@@%%%'
3379 _ACEOF
3380 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3381 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3382 *@@@%%%=?*=@@@%%%*)
3383 eval ac_cv_prog_make_${ac_make}_set=yes;;
3385 eval ac_cv_prog_make_${ac_make}_set=no;;
3386 esac
3387 rm -f conftest.make
3389 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3391 $as_echo "yes" >&6; }
3392 SET_MAKE=
3393 else
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3395 $as_echo "no" >&6; }
3396 SET_MAKE="MAKE=${MAKE-make}"
3399 rm -rf .tst 2>/dev/null
3400 mkdir .tst 2>/dev/null
3401 if test -d .tst; then
3402 am__leading_dot=.
3403 else
3404 am__leading_dot=_
3406 rmdir .tst 2>/dev/null
3408 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3409 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3410 # is not polluted with repeated "-I."
3411 am__isrc=' -I$(srcdir)'
3412 # test to see if srcdir already configured
3413 if test -f $srcdir/config.status; then
3414 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3418 # test whether we have cygpath
3419 if test -z "$CYGPATH_W"; then
3420 if (cygpath --version) >/dev/null 2>/dev/null; then
3421 CYGPATH_W='cygpath -w'
3422 else
3423 CYGPATH_W=echo
3428 # Define the identity of the package.
3429 PACKAGE='amule'
3430 VERSION='SVN'
3433 cat >>confdefs.h <<_ACEOF
3434 #define PACKAGE "$PACKAGE"
3435 _ACEOF
3438 cat >>confdefs.h <<_ACEOF
3439 #define VERSION "$VERSION"
3440 _ACEOF
3442 # Some tools Automake needs.
3444 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3447 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3450 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3453 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3456 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3458 # We need awk for the "check" target. The system "awk" is bad on
3459 # some platforms.
3460 # Always define AMTAR for backward compatibility.
3462 AMTAR=${AMTAR-"${am_missing_run}tar"}
3464 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3470 # Check whether --enable-silent-rules was given.
3471 if test "${enable_silent_rules+set}" = set; then :
3472 enableval=$enable_silent_rules;
3475 case $enable_silent_rules in
3476 yes) AM_DEFAULT_VERBOSITY=0;;
3477 no) AM_DEFAULT_VERBOSITY=1;;
3478 *) AM_DEFAULT_VERBOSITY=1;;
3479 esac
3480 AM_BACKSLASH='\'
3486 ac_config_headers="$ac_config_headers config.h"
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3491 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3492 # Check whether --enable-maintainer-mode was given.
3493 if test "${enable_maintainer_mode+set}" = set; then :
3494 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3495 else
3496 USE_MAINTAINER_MODE=no
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3500 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3501 if test $USE_MAINTAINER_MODE = yes; then
3502 MAINTAINER_MODE_TRUE=
3503 MAINTAINER_MODE_FALSE='#'
3504 else
3505 MAINTAINER_MODE_TRUE='#'
3506 MAINTAINER_MODE_FALSE=
3509 MAINT=$MAINTAINER_MODE_TRUE
3513 # Make sure we can run config.sub.
3514 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3515 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3518 $as_echo_n "checking build system type... " >&6; }
3519 if test "${ac_cv_build+set}" = set; then :
3520 $as_echo_n "(cached) " >&6
3521 else
3522 ac_build_alias=$build_alias
3523 test "x$ac_build_alias" = x &&
3524 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3525 test "x$ac_build_alias" = x &&
3526 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3527 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3528 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3532 $as_echo "$ac_cv_build" >&6; }
3533 case $ac_cv_build in
3534 *-*-*) ;;
3535 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3536 esac
3537 build=$ac_cv_build
3538 ac_save_IFS=$IFS; IFS='-'
3539 set x $ac_cv_build
3540 shift
3541 build_cpu=$1
3542 build_vendor=$2
3543 shift; shift
3544 # Remember, the first character of IFS is used to create $*,
3545 # except with old shells:
3546 build_os=$*
3547 IFS=$ac_save_IFS
3548 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3552 $as_echo_n "checking host system type... " >&6; }
3553 if test "${ac_cv_host+set}" = set; then :
3554 $as_echo_n "(cached) " >&6
3555 else
3556 if test "x$host_alias" = x; then
3557 ac_cv_host=$ac_cv_build
3558 else
3559 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3560 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3565 $as_echo "$ac_cv_host" >&6; }
3566 case $ac_cv_host in
3567 *-*-*) ;;
3568 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3569 esac
3570 host=$ac_cv_host
3571 ac_save_IFS=$IFS; IFS='-'
3572 set x $ac_cv_host
3573 shift
3574 host_cpu=$1
3575 host_vendor=$2
3576 shift; shift
3577 # Remember, the first character of IFS is used to create $*,
3578 # except with old shells:
3579 host_os=$*
3580 IFS=$ac_save_IFS
3581 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3585 case "${host_os}" in
3586 darwin*)
3587 SYS=darwin
3588 MULECPPFLAGS="-no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH";
3589 MULELDFLAGS="-bind_at_load"
3590 touch src/Scanner.cpp
3592 openbsd*)
3593 SYS=openbsd
3594 LIBS="$LIBS -L/usr/local/lib"
3595 MULECPPFLAGS="-D__OPENBSD__"
3597 *cygwin* | *mingw32*)
3598 SYS=win32
3599 MULECPPFLAGS="-DNOMINMAX"
3601 solaris*)
3602 SYS=solaris
3603 RESOLV_LIB="-lresolv -lnsl"
3604 LIBS="$LIBS -lrt"
3606 *netbsd*)
3607 SYS=netbsd
3608 # Now this is against autoconf recommendation that configure should not modify CPPFLAGS and LDFLAGS
3609 # However, these values in NetBSD are required even to run the tests, and this is the easiest way to do it.
3610 # Still, we prepend them, instead of adding, so the user may override them.
3611 CPPFLAGS="-I/usr/pkg/include $CPPFLAGS"
3612 LDFLAGS="-R/usr/pkg/lib -L/usr/pkg/lib $LDFLAGS"
3614 *irix*)
3615 SYS=irix
3616 MULECPPFLAGS="-D__IRIX__"
3619 SYS=unknown
3621 esac
3623 # -lpthread is needed by Debian but FreeBSD < 5 doesn't support it
3624 if test ${SYS:-unknown} != win32; then :
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if this is a FreeBSD 4 or earlier system" >&5
3627 $as_echo_n "checking if this is a FreeBSD 4 or earlier system... " >&6; }
3628 if test x"`uname -s`" = xFreeBSD && test 0`uname -r | cut -c 1` -lt 5; then :
3630 MULELDFLAGS="$MULELDFLAGS -pthread"
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3632 $as_echo "yes" >&6; }
3634 else
3636 MULELDFLAGS="$MULELDFLAGS -lpthread"
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3638 $as_echo "no" >&6; }
3646 mule_backup_CFLAGS="$CFLAGS"
3647 mule_backup_CXXFLAGS="$CXXFLAGS"
3648 mule_backup_BUILD_CFLAGS="$BUILD_CFLAGS"
3649 ac_ext=cpp
3650 ac_cpp='$CXXCPP $CPPFLAGS'
3651 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3652 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3653 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3654 if test -z "$CXX"; then
3655 if test -n "$CCC"; then
3656 CXX=$CCC
3657 else
3658 if test -n "$ac_tool_prefix"; then
3659 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3662 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3664 $as_echo_n "checking for $ac_word... " >&6; }
3665 if test "${ac_cv_prog_CXX+set}" = set; then :
3666 $as_echo_n "(cached) " >&6
3667 else
3668 if test -n "$CXX"; then
3669 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3670 else
3671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3672 for as_dir in $PATH
3674 IFS=$as_save_IFS
3675 test -z "$as_dir" && as_dir=.
3676 for ac_exec_ext in '' $ac_executable_extensions; do
3677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3678 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3680 break 2
3682 done
3683 done
3684 IFS=$as_save_IFS
3688 CXX=$ac_cv_prog_CXX
3689 if test -n "$CXX"; then
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3691 $as_echo "$CXX" >&6; }
3692 else
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3694 $as_echo "no" >&6; }
3698 test -n "$CXX" && break
3699 done
3701 if test -z "$CXX"; then
3702 ac_ct_CXX=$CXX
3703 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3705 # Extract the first word of "$ac_prog", so it can be a program name with args.
3706 set dummy $ac_prog; ac_word=$2
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3708 $as_echo_n "checking for $ac_word... " >&6; }
3709 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3710 $as_echo_n "(cached) " >&6
3711 else
3712 if test -n "$ac_ct_CXX"; then
3713 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3714 else
3715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3716 for as_dir in $PATH
3718 IFS=$as_save_IFS
3719 test -z "$as_dir" && as_dir=.
3720 for ac_exec_ext in '' $ac_executable_extensions; do
3721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3722 ac_cv_prog_ac_ct_CXX="$ac_prog"
3723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3724 break 2
3726 done
3727 done
3728 IFS=$as_save_IFS
3732 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3733 if test -n "$ac_ct_CXX"; then
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3735 $as_echo "$ac_ct_CXX" >&6; }
3736 else
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3738 $as_echo "no" >&6; }
3742 test -n "$ac_ct_CXX" && break
3743 done
3745 if test "x$ac_ct_CXX" = x; then
3746 CXX="g++"
3747 else
3748 case $cross_compiling:$ac_tool_warned in
3749 yes:)
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3751 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3752 ac_tool_warned=yes ;;
3753 esac
3754 CXX=$ac_ct_CXX
3760 # Provide some information about the compiler.
3761 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3762 set X $ac_compile
3763 ac_compiler=$2
3764 for ac_option in --version -v -V -qversion; do
3765 { { ac_try="$ac_compiler $ac_option >&5"
3766 case "(($ac_try" in
3767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3768 *) ac_try_echo=$ac_try;;
3769 esac
3770 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3771 $as_echo "$ac_try_echo"; } >&5
3772 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3773 ac_status=$?
3774 if test -s conftest.err; then
3775 sed '10a\
3776 ... rest of stderr output deleted ...
3777 10q' conftest.err >conftest.er1
3778 cat conftest.er1 >&5
3780 rm -f conftest.er1 conftest.err
3781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3782 test $ac_status = 0; }
3783 done
3785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3786 /* end confdefs.h. */
3789 main ()
3793 return 0;
3795 _ACEOF
3796 ac_clean_files_save=$ac_clean_files
3797 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3798 # Try to create an executable without -o first, disregard a.out.
3799 # It will help us diagnose broken compilers, and finding out an intuition
3800 # of exeext.
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
3802 $as_echo_n "checking whether the C++ compiler works... " >&6; }
3803 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3805 # The possible output files:
3806 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3808 ac_rmfiles=
3809 for ac_file in $ac_files
3811 case $ac_file in
3812 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3813 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3814 esac
3815 done
3816 rm -f $ac_rmfiles
3818 if { { ac_try="$ac_link_default"
3819 case "(($ac_try" in
3820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3821 *) ac_try_echo=$ac_try;;
3822 esac
3823 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3824 $as_echo "$ac_try_echo"; } >&5
3825 (eval "$ac_link_default") 2>&5
3826 ac_status=$?
3827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3828 test $ac_status = 0; }; then :
3829 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3830 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3831 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3832 # so that the user can short-circuit this test for compilers unknown to
3833 # Autoconf.
3834 for ac_file in $ac_files ''
3836 test -f "$ac_file" || continue
3837 case $ac_file in
3838 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3840 [ab].out )
3841 # We found the default executable, but exeext='' is most
3842 # certainly right.
3843 break;;
3844 *.* )
3845 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3846 then :; else
3847 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3849 # We set ac_cv_exeext here because the later test for it is not
3850 # safe: cross compilers may not add the suffix if given an `-o'
3851 # argument, so we may need to know it at that point already.
3852 # Even if this section looks crufty: it has the advantage of
3853 # actually working.
3854 break;;
3856 break;;
3857 esac
3858 done
3859 test "$ac_cv_exeext" = no && ac_cv_exeext=
3861 else
3862 ac_file=''
3864 if test -z "$ac_file"; then :
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3866 $as_echo "no" >&6; }
3867 $as_echo "$as_me: failed program was:" >&5
3868 sed 's/^/| /' conftest.$ac_ext >&5
3870 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3871 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3872 { as_fn_set_status 77
3873 as_fn_error "C++ compiler cannot create executables
3874 See \`config.log' for more details." "$LINENO" 5; }; }
3875 else
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3877 $as_echo "yes" >&6; }
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
3880 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3882 $as_echo "$ac_file" >&6; }
3883 ac_exeext=$ac_cv_exeext
3885 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3886 ac_clean_files=$ac_clean_files_save
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3888 $as_echo_n "checking for suffix of executables... " >&6; }
3889 if { { ac_try="$ac_link"
3890 case "(($ac_try" in
3891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3892 *) ac_try_echo=$ac_try;;
3893 esac
3894 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3895 $as_echo "$ac_try_echo"; } >&5
3896 (eval "$ac_link") 2>&5
3897 ac_status=$?
3898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3899 test $ac_status = 0; }; then :
3900 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3901 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3902 # work properly (i.e., refer to `conftest.exe'), while it won't with
3903 # `rm'.
3904 for ac_file in conftest.exe conftest conftest.*; do
3905 test -f "$ac_file" || continue
3906 case $ac_file in
3907 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3908 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3909 break;;
3910 * ) break;;
3911 esac
3912 done
3913 else
3914 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3915 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3916 as_fn_error "cannot compute suffix of executables: cannot compile and link
3917 See \`config.log' for more details." "$LINENO" 5; }
3919 rm -f conftest conftest$ac_cv_exeext
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3921 $as_echo "$ac_cv_exeext" >&6; }
3923 rm -f conftest.$ac_ext
3924 EXEEXT=$ac_cv_exeext
3925 ac_exeext=$EXEEXT
3926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3927 /* end confdefs.h. */
3928 #include <stdio.h>
3930 main ()
3932 FILE *f = fopen ("conftest.out", "w");
3933 return ferror (f) || fclose (f) != 0;
3936 return 0;
3938 _ACEOF
3939 ac_clean_files="$ac_clean_files conftest.out"
3940 # Check that the compiler produces executables we can run. If not, either
3941 # the compiler is broken, or we cross compile.
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3943 $as_echo_n "checking whether we are cross compiling... " >&6; }
3944 if test "$cross_compiling" != yes; then
3945 { { ac_try="$ac_link"
3946 case "(($ac_try" in
3947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3948 *) ac_try_echo=$ac_try;;
3949 esac
3950 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3951 $as_echo "$ac_try_echo"; } >&5
3952 (eval "$ac_link") 2>&5
3953 ac_status=$?
3954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3955 test $ac_status = 0; }
3956 if { ac_try='./conftest$ac_cv_exeext'
3957 { { case "(($ac_try" in
3958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959 *) ac_try_echo=$ac_try;;
3960 esac
3961 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3962 $as_echo "$ac_try_echo"; } >&5
3963 (eval "$ac_try") 2>&5
3964 ac_status=$?
3965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3966 test $ac_status = 0; }; }; then
3967 cross_compiling=no
3968 else
3969 if test "$cross_compiling" = maybe; then
3970 cross_compiling=yes
3971 else
3972 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3973 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3974 as_fn_error "cannot run C++ compiled programs.
3975 If you meant to cross compile, use \`--host'.
3976 See \`config.log' for more details." "$LINENO" 5; }
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3981 $as_echo "$cross_compiling" >&6; }
3983 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3984 ac_clean_files=$ac_clean_files_save
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3986 $as_echo_n "checking for suffix of object files... " >&6; }
3987 if test "${ac_cv_objext+set}" = set; then :
3988 $as_echo_n "(cached) " >&6
3989 else
3990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3991 /* end confdefs.h. */
3994 main ()
3998 return 0;
4000 _ACEOF
4001 rm -f conftest.o conftest.obj
4002 if { { ac_try="$ac_compile"
4003 case "(($ac_try" in
4004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4005 *) ac_try_echo=$ac_try;;
4006 esac
4007 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4008 $as_echo "$ac_try_echo"; } >&5
4009 (eval "$ac_compile") 2>&5
4010 ac_status=$?
4011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4012 test $ac_status = 0; }; then :
4013 for ac_file in conftest.o conftest.obj conftest.*; do
4014 test -f "$ac_file" || continue;
4015 case $ac_file in
4016 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4017 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4018 break;;
4019 esac
4020 done
4021 else
4022 $as_echo "$as_me: failed program was:" >&5
4023 sed 's/^/| /' conftest.$ac_ext >&5
4025 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4026 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4027 as_fn_error "cannot compute suffix of object files: cannot compile
4028 See \`config.log' for more details." "$LINENO" 5; }
4030 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4033 $as_echo "$ac_cv_objext" >&6; }
4034 OBJEXT=$ac_cv_objext
4035 ac_objext=$OBJEXT
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4037 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4038 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4039 $as_echo_n "(cached) " >&6
4040 else
4041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4042 /* end confdefs.h. */
4045 main ()
4047 #ifndef __GNUC__
4048 choke me
4049 #endif
4052 return 0;
4054 _ACEOF
4055 if ac_fn_cxx_try_compile "$LINENO"; then :
4056 ac_compiler_gnu=yes
4057 else
4058 ac_compiler_gnu=no
4060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4061 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4065 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4066 if test $ac_compiler_gnu = yes; then
4067 GXX=yes
4068 else
4069 GXX=
4071 ac_test_CXXFLAGS=${CXXFLAGS+set}
4072 ac_save_CXXFLAGS=$CXXFLAGS
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4074 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4075 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4076 $as_echo_n "(cached) " >&6
4077 else
4078 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4079 ac_cxx_werror_flag=yes
4080 ac_cv_prog_cxx_g=no
4081 CXXFLAGS="-g"
4082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4083 /* end confdefs.h. */
4086 main ()
4090 return 0;
4092 _ACEOF
4093 if ac_fn_cxx_try_compile "$LINENO"; then :
4094 ac_cv_prog_cxx_g=yes
4095 else
4096 CXXFLAGS=""
4097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4098 /* end confdefs.h. */
4101 main ()
4105 return 0;
4107 _ACEOF
4108 if ac_fn_cxx_try_compile "$LINENO"; then :
4110 else
4111 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4112 CXXFLAGS="-g"
4113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4114 /* end confdefs.h. */
4117 main ()
4121 return 0;
4123 _ACEOF
4124 if ac_fn_cxx_try_compile "$LINENO"; then :
4125 ac_cv_prog_cxx_g=yes
4127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4132 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4135 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4136 if test "$ac_test_CXXFLAGS" = set; then
4137 CXXFLAGS=$ac_save_CXXFLAGS
4138 elif test $ac_cv_prog_cxx_g = yes; then
4139 if test "$GXX" = yes; then
4140 CXXFLAGS="-g -O2"
4141 else
4142 CXXFLAGS="-g"
4144 else
4145 if test "$GXX" = yes; then
4146 CXXFLAGS="-O2"
4147 else
4148 CXXFLAGS=
4151 ac_ext=c
4152 ac_cpp='$CPP $CPPFLAGS'
4153 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4154 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4155 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4156 DEPDIR="${am__leading_dot}deps"
4158 ac_config_commands="$ac_config_commands depfiles"
4161 am_make=${MAKE-make}
4162 cat > confinc << 'END'
4163 am__doit:
4164 @echo this is the am__doit target
4165 .PHONY: am__doit
4167 # If we don't find an include directive, just comment out the code.
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4169 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4170 am__include="#"
4171 am__quote=
4172 _am_result=none
4173 # First try GNU make style include.
4174 echo "include confinc" > confmf
4175 # Ignore all kinds of additional output from `make'.
4176 case `$am_make -s -f confmf 2> /dev/null` in #(
4177 *the\ am__doit\ target*)
4178 am__include=include
4179 am__quote=
4180 _am_result=GNU
4182 esac
4183 # Now try BSD make style include.
4184 if test "$am__include" = "#"; then
4185 echo '.include "confinc"' > confmf
4186 case `$am_make -s -f confmf 2> /dev/null` in #(
4187 *the\ am__doit\ target*)
4188 am__include=.include
4189 am__quote="\""
4190 _am_result=BSD
4192 esac
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4197 $as_echo "$_am_result" >&6; }
4198 rm -f confinc confmf
4200 # Check whether --enable-dependency-tracking was given.
4201 if test "${enable_dependency_tracking+set}" = set; then :
4202 enableval=$enable_dependency_tracking;
4205 if test "x$enable_dependency_tracking" != xno; then
4206 am_depcomp="$ac_aux_dir/depcomp"
4207 AMDEPBACKSLASH='\'
4209 if test "x$enable_dependency_tracking" != xno; then
4210 AMDEP_TRUE=
4211 AMDEP_FALSE='#'
4212 else
4213 AMDEP_TRUE='#'
4214 AMDEP_FALSE=
4219 depcc="$CXX" am_compiler_list=
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4222 $as_echo_n "checking dependency style of $depcc... " >&6; }
4223 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
4225 else
4226 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4227 # We make a subdir and do the tests there. Otherwise we can end up
4228 # making bogus files that we don't know about and never remove. For
4229 # instance it was reported that on HP-UX the gcc test will end up
4230 # making a dummy file named `D' -- because `-MD' means `put the output
4231 # in D'.
4232 mkdir conftest.dir
4233 # Copy depcomp to subdir because otherwise we won't find it if we're
4234 # using a relative directory.
4235 cp "$am_depcomp" conftest.dir
4236 cd conftest.dir
4237 # We will build objects and dependencies in a subdirectory because
4238 # it helps to detect inapplicable dependency modes. For instance
4239 # both Tru64's cc and ICC support -MD to output dependencies as a
4240 # side effect of compilation, but ICC will put the dependencies in
4241 # the current directory while Tru64 will put them in the object
4242 # directory.
4243 mkdir sub
4245 am_cv_CXX_dependencies_compiler_type=none
4246 if test "$am_compiler_list" = ""; then
4247 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4249 am__universal=false
4250 case " $depcc " in #(
4251 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4252 esac
4254 for depmode in $am_compiler_list; do
4255 # Setup a source with many dependencies, because some compilers
4256 # like to wrap large dependency lists on column 80 (with \), and
4257 # we should not choose a depcomp mode which is confused by this.
4259 # We need to recreate these files for each test, as the compiler may
4260 # overwrite some of them when testing with obscure command lines.
4261 # This happens at least with the AIX C compiler.
4262 : > sub/conftest.c
4263 for i in 1 2 3 4 5 6; do
4264 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4265 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4266 # Solaris 8's {/usr,}/bin/sh.
4267 touch sub/conftst$i.h
4268 done
4269 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4271 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4272 # mode. It turns out that the SunPro C++ compiler does not properly
4273 # handle `-M -o', and we need to detect this. Also, some Intel
4274 # versions had trouble with output in subdirs
4275 am__obj=sub/conftest.${OBJEXT-o}
4276 am__minus_obj="-o $am__obj"
4277 case $depmode in
4278 gcc)
4279 # This depmode causes a compiler race in universal mode.
4280 test "$am__universal" = false || continue
4282 nosideeffect)
4283 # after this tag, mechanisms are not by side-effect, so they'll
4284 # only be used when explicitly requested
4285 if test "x$enable_dependency_tracking" = xyes; then
4286 continue
4287 else
4288 break
4291 msvisualcpp | msvcmsys)
4292 # This compiler won't grok `-c -o', but also, the minuso test has
4293 # not run yet. These depmodes are late enough in the game, and
4294 # so weak that their functioning should not be impacted.
4295 am__obj=conftest.${OBJEXT-o}
4296 am__minus_obj=
4298 none) break ;;
4299 esac
4300 if depmode=$depmode \
4301 source=sub/conftest.c object=$am__obj \
4302 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4303 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4304 >/dev/null 2>conftest.err &&
4305 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4306 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4307 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4308 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4309 # icc doesn't choke on unknown options, it will just issue warnings
4310 # or remarks (even with -Werror). So we grep stderr for any message
4311 # that says an option was ignored or not supported.
4312 # When given -MP, icc 7.0 and 7.1 complain thusly:
4313 # icc: Command line warning: ignoring option '-M'; no argument required
4314 # The diagnosis changed in icc 8.0:
4315 # icc: Command line remark: option '-MP' not supported
4316 if (grep 'ignoring option' conftest.err ||
4317 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4318 am_cv_CXX_dependencies_compiler_type=$depmode
4319 break
4322 done
4324 cd ..
4325 rm -rf conftest.dir
4326 else
4327 am_cv_CXX_dependencies_compiler_type=none
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4332 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4333 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4336 test "x$enable_dependency_tracking" != xno \
4337 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
4338 am__fastdepCXX_TRUE=
4339 am__fastdepCXX_FALSE='#'
4340 else
4341 am__fastdepCXX_TRUE='#'
4342 am__fastdepCXX_FALSE=
4346 ac_ext=cpp
4347 ac_cpp='$CXXCPP $CPPFLAGS'
4348 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4349 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4350 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
4352 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
4353 if test -z "$CXXCPP"; then
4354 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
4355 $as_echo_n "(cached) " >&6
4356 else
4357 # Double quotes because CXXCPP needs to be expanded
4358 for CXXCPP in "$CXX -E" "/lib/cpp"
4360 ac_preproc_ok=false
4361 for ac_cxx_preproc_warn_flag in '' yes
4363 # Use a header file that comes with gcc, so configuring glibc
4364 # with a fresh cross-compiler works.
4365 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4366 # <limits.h> exists even on freestanding compilers.
4367 # On the NeXT, cc -E runs the code through the compiler's parser,
4368 # not just through cpp. "Syntax error" is here to catch this case.
4369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4370 /* end confdefs.h. */
4371 #ifdef __STDC__
4372 # include <limits.h>
4373 #else
4374 # include <assert.h>
4375 #endif
4376 Syntax error
4377 _ACEOF
4378 if ac_fn_cxx_try_cpp "$LINENO"; then :
4380 else
4381 # Broken: fails on valid input.
4382 continue
4384 rm -f conftest.err conftest.$ac_ext
4386 # OK, works on sane cases. Now check whether nonexistent headers
4387 # can be detected and how.
4388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4389 /* end confdefs.h. */
4390 #include <ac_nonexistent.h>
4391 _ACEOF
4392 if ac_fn_cxx_try_cpp "$LINENO"; then :
4393 # Broken: success on invalid input.
4394 continue
4395 else
4396 # Passes both tests.
4397 ac_preproc_ok=:
4398 break
4400 rm -f conftest.err conftest.$ac_ext
4402 done
4403 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4404 rm -f conftest.err conftest.$ac_ext
4405 if $ac_preproc_ok; then :
4406 break
4409 done
4410 ac_cv_prog_CXXCPP=$CXXCPP
4413 CXXCPP=$ac_cv_prog_CXXCPP
4414 else
4415 ac_cv_prog_CXXCPP=$CXXCPP
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
4418 $as_echo "$CXXCPP" >&6; }
4419 ac_preproc_ok=false
4420 for ac_cxx_preproc_warn_flag in '' yes
4422 # Use a header file that comes with gcc, so configuring glibc
4423 # with a fresh cross-compiler works.
4424 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4425 # <limits.h> exists even on freestanding compilers.
4426 # On the NeXT, cc -E runs the code through the compiler's parser,
4427 # not just through cpp. "Syntax error" is here to catch this case.
4428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4429 /* end confdefs.h. */
4430 #ifdef __STDC__
4431 # include <limits.h>
4432 #else
4433 # include <assert.h>
4434 #endif
4435 Syntax error
4436 _ACEOF
4437 if ac_fn_cxx_try_cpp "$LINENO"; then :
4439 else
4440 # Broken: fails on valid input.
4441 continue
4443 rm -f conftest.err conftest.$ac_ext
4445 # OK, works on sane cases. Now check whether nonexistent headers
4446 # can be detected and how.
4447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4448 /* end confdefs.h. */
4449 #include <ac_nonexistent.h>
4450 _ACEOF
4451 if ac_fn_cxx_try_cpp "$LINENO"; then :
4452 # Broken: success on invalid input.
4453 continue
4454 else
4455 # Passes both tests.
4456 ac_preproc_ok=:
4457 break
4459 rm -f conftest.err conftest.$ac_ext
4461 done
4462 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4463 rm -f conftest.err conftest.$ac_ext
4464 if $ac_preproc_ok; then :
4466 else
4467 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4468 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4469 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
4470 See \`config.log' for more details." "$LINENO" 5; }
4473 ac_ext=c
4474 ac_cpp='$CPP $CPPFLAGS'
4475 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4476 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4477 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4479 ac_ext=c
4480 ac_cpp='$CPP $CPPFLAGS'
4481 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4482 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4483 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4484 if test -n "$ac_tool_prefix"; then
4485 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4486 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4488 $as_echo_n "checking for $ac_word... " >&6; }
4489 if test "${ac_cv_prog_CC+set}" = set; then :
4490 $as_echo_n "(cached) " >&6
4491 else
4492 if test -n "$CC"; then
4493 ac_cv_prog_CC="$CC" # Let the user override the test.
4494 else
4495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4496 for as_dir in $PATH
4498 IFS=$as_save_IFS
4499 test -z "$as_dir" && as_dir=.
4500 for ac_exec_ext in '' $ac_executable_extensions; do
4501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4502 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4504 break 2
4506 done
4507 done
4508 IFS=$as_save_IFS
4512 CC=$ac_cv_prog_CC
4513 if test -n "$CC"; then
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4515 $as_echo "$CC" >&6; }
4516 else
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4518 $as_echo "no" >&6; }
4523 if test -z "$ac_cv_prog_CC"; then
4524 ac_ct_CC=$CC
4525 # Extract the first word of "gcc", so it can be a program name with args.
4526 set dummy gcc; ac_word=$2
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4528 $as_echo_n "checking for $ac_word... " >&6; }
4529 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4530 $as_echo_n "(cached) " >&6
4531 else
4532 if test -n "$ac_ct_CC"; then
4533 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4534 else
4535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4536 for as_dir in $PATH
4538 IFS=$as_save_IFS
4539 test -z "$as_dir" && as_dir=.
4540 for ac_exec_ext in '' $ac_executable_extensions; do
4541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4542 ac_cv_prog_ac_ct_CC="gcc"
4543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4544 break 2
4546 done
4547 done
4548 IFS=$as_save_IFS
4552 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4553 if test -n "$ac_ct_CC"; then
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4555 $as_echo "$ac_ct_CC" >&6; }
4556 else
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4558 $as_echo "no" >&6; }
4561 if test "x$ac_ct_CC" = x; then
4562 CC=""
4563 else
4564 case $cross_compiling:$ac_tool_warned in
4565 yes:)
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4567 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4568 ac_tool_warned=yes ;;
4569 esac
4570 CC=$ac_ct_CC
4572 else
4573 CC="$ac_cv_prog_CC"
4576 if test -z "$CC"; then
4577 if test -n "$ac_tool_prefix"; then
4578 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4579 set dummy ${ac_tool_prefix}cc; ac_word=$2
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4581 $as_echo_n "checking for $ac_word... " >&6; }
4582 if test "${ac_cv_prog_CC+set}" = set; then :
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -n "$CC"; then
4586 ac_cv_prog_CC="$CC" # Let the user override the test.
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 ac_cv_prog_CC="${ac_tool_prefix}cc"
4596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 break 2
4599 done
4600 done
4601 IFS=$as_save_IFS
4605 CC=$ac_cv_prog_CC
4606 if test -n "$CC"; then
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4608 $as_echo "$CC" >&6; }
4609 else
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4611 $as_echo "no" >&6; }
4617 if test -z "$CC"; then
4618 # Extract the first word of "cc", so it can be a program name with args.
4619 set dummy cc; ac_word=$2
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4621 $as_echo_n "checking for $ac_word... " >&6; }
4622 if test "${ac_cv_prog_CC+set}" = set; then :
4623 $as_echo_n "(cached) " >&6
4624 else
4625 if test -n "$CC"; then
4626 ac_cv_prog_CC="$CC" # Let the user override the test.
4627 else
4628 ac_prog_rejected=no
4629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4630 for as_dir in $PATH
4632 IFS=$as_save_IFS
4633 test -z "$as_dir" && as_dir=.
4634 for ac_exec_ext in '' $ac_executable_extensions; do
4635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4636 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4637 ac_prog_rejected=yes
4638 continue
4640 ac_cv_prog_CC="cc"
4641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4642 break 2
4644 done
4645 done
4646 IFS=$as_save_IFS
4648 if test $ac_prog_rejected = yes; then
4649 # We found a bogon in the path, so make sure we never use it.
4650 set dummy $ac_cv_prog_CC
4651 shift
4652 if test $# != 0; then
4653 # We chose a different compiler from the bogus one.
4654 # However, it has the same basename, so the bogon will be chosen
4655 # first if we set CC to just the basename; use the full file name.
4656 shift
4657 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4662 CC=$ac_cv_prog_CC
4663 if test -n "$CC"; then
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4665 $as_echo "$CC" >&6; }
4666 else
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4668 $as_echo "no" >&6; }
4673 if test -z "$CC"; then
4674 if test -n "$ac_tool_prefix"; then
4675 for ac_prog in cl.exe
4677 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4678 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4680 $as_echo_n "checking for $ac_word... " >&6; }
4681 if test "${ac_cv_prog_CC+set}" = set; then :
4682 $as_echo_n "(cached) " >&6
4683 else
4684 if test -n "$CC"; then
4685 ac_cv_prog_CC="$CC" # Let the user override the test.
4686 else
4687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4688 for as_dir in $PATH
4690 IFS=$as_save_IFS
4691 test -z "$as_dir" && as_dir=.
4692 for ac_exec_ext in '' $ac_executable_extensions; do
4693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4694 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 break 2
4698 done
4699 done
4700 IFS=$as_save_IFS
4704 CC=$ac_cv_prog_CC
4705 if test -n "$CC"; then
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4707 $as_echo "$CC" >&6; }
4708 else
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4710 $as_echo "no" >&6; }
4714 test -n "$CC" && break
4715 done
4717 if test -z "$CC"; then
4718 ac_ct_CC=$CC
4719 for ac_prog in cl.exe
4721 # Extract the first word of "$ac_prog", so it can be a program name with args.
4722 set dummy $ac_prog; ac_word=$2
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4724 $as_echo_n "checking for $ac_word... " >&6; }
4725 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4726 $as_echo_n "(cached) " >&6
4727 else
4728 if test -n "$ac_ct_CC"; then
4729 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4730 else
4731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4732 for as_dir in $PATH
4734 IFS=$as_save_IFS
4735 test -z "$as_dir" && as_dir=.
4736 for ac_exec_ext in '' $ac_executable_extensions; do
4737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4738 ac_cv_prog_ac_ct_CC="$ac_prog"
4739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4740 break 2
4742 done
4743 done
4744 IFS=$as_save_IFS
4748 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4749 if test -n "$ac_ct_CC"; then
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4751 $as_echo "$ac_ct_CC" >&6; }
4752 else
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4754 $as_echo "no" >&6; }
4758 test -n "$ac_ct_CC" && break
4759 done
4761 if test "x$ac_ct_CC" = x; then
4762 CC=""
4763 else
4764 case $cross_compiling:$ac_tool_warned in
4765 yes:)
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4767 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4768 ac_tool_warned=yes ;;
4769 esac
4770 CC=$ac_ct_CC
4777 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4778 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4779 as_fn_error "no acceptable C compiler found in \$PATH
4780 See \`config.log' for more details." "$LINENO" 5; }
4782 # Provide some information about the compiler.
4783 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4784 set X $ac_compile
4785 ac_compiler=$2
4786 for ac_option in --version -v -V -qversion; do
4787 { { ac_try="$ac_compiler $ac_option >&5"
4788 case "(($ac_try" in
4789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4790 *) ac_try_echo=$ac_try;;
4791 esac
4792 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4793 $as_echo "$ac_try_echo"; } >&5
4794 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4795 ac_status=$?
4796 if test -s conftest.err; then
4797 sed '10a\
4798 ... rest of stderr output deleted ...
4799 10q' conftest.err >conftest.er1
4800 cat conftest.er1 >&5
4802 rm -f conftest.er1 conftest.err
4803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4804 test $ac_status = 0; }
4805 done
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4808 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4809 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4810 $as_echo_n "(cached) " >&6
4811 else
4812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4813 /* end confdefs.h. */
4816 main ()
4818 #ifndef __GNUC__
4819 choke me
4820 #endif
4823 return 0;
4825 _ACEOF
4826 if ac_fn_c_try_compile "$LINENO"; then :
4827 ac_compiler_gnu=yes
4828 else
4829 ac_compiler_gnu=no
4831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4832 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4836 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4837 if test $ac_compiler_gnu = yes; then
4838 GCC=yes
4839 else
4840 GCC=
4842 ac_test_CFLAGS=${CFLAGS+set}
4843 ac_save_CFLAGS=$CFLAGS
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4845 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4846 if test "${ac_cv_prog_cc_g+set}" = set; then :
4847 $as_echo_n "(cached) " >&6
4848 else
4849 ac_save_c_werror_flag=$ac_c_werror_flag
4850 ac_c_werror_flag=yes
4851 ac_cv_prog_cc_g=no
4852 CFLAGS="-g"
4853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4854 /* end confdefs.h. */
4857 main ()
4861 return 0;
4863 _ACEOF
4864 if ac_fn_c_try_compile "$LINENO"; then :
4865 ac_cv_prog_cc_g=yes
4866 else
4867 CFLAGS=""
4868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4869 /* end confdefs.h. */
4872 main ()
4876 return 0;
4878 _ACEOF
4879 if ac_fn_c_try_compile "$LINENO"; then :
4881 else
4882 ac_c_werror_flag=$ac_save_c_werror_flag
4883 CFLAGS="-g"
4884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4885 /* end confdefs.h. */
4888 main ()
4892 return 0;
4894 _ACEOF
4895 if ac_fn_c_try_compile "$LINENO"; then :
4896 ac_cv_prog_cc_g=yes
4898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4903 ac_c_werror_flag=$ac_save_c_werror_flag
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4906 $as_echo "$ac_cv_prog_cc_g" >&6; }
4907 if test "$ac_test_CFLAGS" = set; then
4908 CFLAGS=$ac_save_CFLAGS
4909 elif test $ac_cv_prog_cc_g = yes; then
4910 if test "$GCC" = yes; then
4911 CFLAGS="-g -O2"
4912 else
4913 CFLAGS="-g"
4915 else
4916 if test "$GCC" = yes; then
4917 CFLAGS="-O2"
4918 else
4919 CFLAGS=
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4923 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4924 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4925 $as_echo_n "(cached) " >&6
4926 else
4927 ac_cv_prog_cc_c89=no
4928 ac_save_CC=$CC
4929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4930 /* end confdefs.h. */
4931 #include <stdarg.h>
4932 #include <stdio.h>
4933 #include <sys/types.h>
4934 #include <sys/stat.h>
4935 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4936 struct buf { int x; };
4937 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4938 static char *e (p, i)
4939 char **p;
4940 int i;
4942 return p[i];
4944 static char *f (char * (*g) (char **, int), char **p, ...)
4946 char *s;
4947 va_list v;
4948 va_start (v,p);
4949 s = g (p, va_arg (v,int));
4950 va_end (v);
4951 return s;
4954 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4955 function prototypes and stuff, but not '\xHH' hex character constants.
4956 These don't provoke an error unfortunately, instead are silently treated
4957 as 'x'. The following induces an error, until -std is added to get
4958 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4959 array size at least. It's necessary to write '\x00'==0 to get something
4960 that's true only with -std. */
4961 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4963 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4964 inside strings and character constants. */
4965 #define FOO(x) 'x'
4966 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4968 int test (int i, double x);
4969 struct s1 {int (*f) (int a);};
4970 struct s2 {int (*f) (double a);};
4971 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4972 int argc;
4973 char **argv;
4975 main ()
4977 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4979 return 0;
4981 _ACEOF
4982 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4983 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4985 CC="$ac_save_CC $ac_arg"
4986 if ac_fn_c_try_compile "$LINENO"; then :
4987 ac_cv_prog_cc_c89=$ac_arg
4989 rm -f core conftest.err conftest.$ac_objext
4990 test "x$ac_cv_prog_cc_c89" != "xno" && break
4991 done
4992 rm -f conftest.$ac_ext
4993 CC=$ac_save_CC
4996 # AC_CACHE_VAL
4997 case "x$ac_cv_prog_cc_c89" in
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5000 $as_echo "none needed" >&6; } ;;
5001 xno)
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5003 $as_echo "unsupported" >&6; } ;;
5005 CC="$CC $ac_cv_prog_cc_c89"
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5007 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5008 esac
5009 if test "x$ac_cv_prog_cc_c89" != xno; then :
5013 ac_ext=c
5014 ac_cpp='$CPP $CPPFLAGS'
5015 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5016 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5017 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5019 depcc="$CC" am_compiler_list=
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5022 $as_echo_n "checking dependency style of $depcc... " >&6; }
5023 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
5024 $as_echo_n "(cached) " >&6
5025 else
5026 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5027 # We make a subdir and do the tests there. Otherwise we can end up
5028 # making bogus files that we don't know about and never remove. For
5029 # instance it was reported that on HP-UX the gcc test will end up
5030 # making a dummy file named `D' -- because `-MD' means `put the output
5031 # in D'.
5032 mkdir conftest.dir
5033 # Copy depcomp to subdir because otherwise we won't find it if we're
5034 # using a relative directory.
5035 cp "$am_depcomp" conftest.dir
5036 cd conftest.dir
5037 # We will build objects and dependencies in a subdirectory because
5038 # it helps to detect inapplicable dependency modes. For instance
5039 # both Tru64's cc and ICC support -MD to output dependencies as a
5040 # side effect of compilation, but ICC will put the dependencies in
5041 # the current directory while Tru64 will put them in the object
5042 # directory.
5043 mkdir sub
5045 am_cv_CC_dependencies_compiler_type=none
5046 if test "$am_compiler_list" = ""; then
5047 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5049 am__universal=false
5050 case " $depcc " in #(
5051 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5052 esac
5054 for depmode in $am_compiler_list; do
5055 # Setup a source with many dependencies, because some compilers
5056 # like to wrap large dependency lists on column 80 (with \), and
5057 # we should not choose a depcomp mode which is confused by this.
5059 # We need to recreate these files for each test, as the compiler may
5060 # overwrite some of them when testing with obscure command lines.
5061 # This happens at least with the AIX C compiler.
5062 : > sub/conftest.c
5063 for i in 1 2 3 4 5 6; do
5064 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5065 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5066 # Solaris 8's {/usr,}/bin/sh.
5067 touch sub/conftst$i.h
5068 done
5069 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5071 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5072 # mode. It turns out that the SunPro C++ compiler does not properly
5073 # handle `-M -o', and we need to detect this. Also, some Intel
5074 # versions had trouble with output in subdirs
5075 am__obj=sub/conftest.${OBJEXT-o}
5076 am__minus_obj="-o $am__obj"
5077 case $depmode in
5078 gcc)
5079 # This depmode causes a compiler race in universal mode.
5080 test "$am__universal" = false || continue
5082 nosideeffect)
5083 # after this tag, mechanisms are not by side-effect, so they'll
5084 # only be used when explicitly requested
5085 if test "x$enable_dependency_tracking" = xyes; then
5086 continue
5087 else
5088 break
5091 msvisualcpp | msvcmsys)
5092 # This compiler won't grok `-c -o', but also, the minuso test has
5093 # not run yet. These depmodes are late enough in the game, and
5094 # so weak that their functioning should not be impacted.
5095 am__obj=conftest.${OBJEXT-o}
5096 am__minus_obj=
5098 none) break ;;
5099 esac
5100 if depmode=$depmode \
5101 source=sub/conftest.c object=$am__obj \
5102 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5103 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5104 >/dev/null 2>conftest.err &&
5105 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5106 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5107 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5108 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5109 # icc doesn't choke on unknown options, it will just issue warnings
5110 # or remarks (even with -Werror). So we grep stderr for any message
5111 # that says an option was ignored or not supported.
5112 # When given -MP, icc 7.0 and 7.1 complain thusly:
5113 # icc: Command line warning: ignoring option '-M'; no argument required
5114 # The diagnosis changed in icc 8.0:
5115 # icc: Command line remark: option '-MP' not supported
5116 if (grep 'ignoring option' conftest.err ||
5117 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5118 am_cv_CC_dependencies_compiler_type=$depmode
5119 break
5122 done
5124 cd ..
5125 rm -rf conftest.dir
5126 else
5127 am_cv_CC_dependencies_compiler_type=none
5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5132 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5133 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5136 test "x$enable_dependency_tracking" != xno \
5137 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5138 am__fastdepCC_TRUE=
5139 am__fastdepCC_FALSE='#'
5140 else
5141 am__fastdepCC_TRUE='#'
5142 am__fastdepCC_FALSE=
5146 ac_ext=c
5147 ac_cpp='$CPP $CPPFLAGS'
5148 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5149 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5150 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5152 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5153 # On Suns, sometimes $CPP names a directory.
5154 if test -n "$CPP" && test -d "$CPP"; then
5155 CPP=
5157 if test -z "$CPP"; then
5158 if test "${ac_cv_prog_CPP+set}" = set; then :
5159 $as_echo_n "(cached) " >&6
5160 else
5161 # Double quotes because CPP needs to be expanded
5162 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5164 ac_preproc_ok=false
5165 for ac_c_preproc_warn_flag in '' yes
5167 # Use a header file that comes with gcc, so configuring glibc
5168 # with a fresh cross-compiler works.
5169 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5170 # <limits.h> exists even on freestanding compilers.
5171 # On the NeXT, cc -E runs the code through the compiler's parser,
5172 # not just through cpp. "Syntax error" is here to catch this case.
5173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5174 /* end confdefs.h. */
5175 #ifdef __STDC__
5176 # include <limits.h>
5177 #else
5178 # include <assert.h>
5179 #endif
5180 Syntax error
5181 _ACEOF
5182 if ac_fn_c_try_cpp "$LINENO"; then :
5184 else
5185 # Broken: fails on valid input.
5186 continue
5188 rm -f conftest.err conftest.$ac_ext
5190 # OK, works on sane cases. Now check whether nonexistent headers
5191 # can be detected and how.
5192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5193 /* end confdefs.h. */
5194 #include <ac_nonexistent.h>
5195 _ACEOF
5196 if ac_fn_c_try_cpp "$LINENO"; then :
5197 # Broken: success on invalid input.
5198 continue
5199 else
5200 # Passes both tests.
5201 ac_preproc_ok=:
5202 break
5204 rm -f conftest.err conftest.$ac_ext
5206 done
5207 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5208 rm -f conftest.err conftest.$ac_ext
5209 if $ac_preproc_ok; then :
5210 break
5213 done
5214 ac_cv_prog_CPP=$CPP
5217 CPP=$ac_cv_prog_CPP
5218 else
5219 ac_cv_prog_CPP=$CPP
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5222 $as_echo "$CPP" >&6; }
5223 ac_preproc_ok=false
5224 for ac_c_preproc_warn_flag in '' yes
5226 # Use a header file that comes with gcc, so configuring glibc
5227 # with a fresh cross-compiler works.
5228 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5229 # <limits.h> exists even on freestanding compilers.
5230 # On the NeXT, cc -E runs the code through the compiler's parser,
5231 # not just through cpp. "Syntax error" is here to catch this case.
5232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5233 /* end confdefs.h. */
5234 #ifdef __STDC__
5235 # include <limits.h>
5236 #else
5237 # include <assert.h>
5238 #endif
5239 Syntax error
5240 _ACEOF
5241 if ac_fn_c_try_cpp "$LINENO"; then :
5243 else
5244 # Broken: fails on valid input.
5245 continue
5247 rm -f conftest.err conftest.$ac_ext
5249 # OK, works on sane cases. Now check whether nonexistent headers
5250 # can be detected and how.
5251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5252 /* end confdefs.h. */
5253 #include <ac_nonexistent.h>
5254 _ACEOF
5255 if ac_fn_c_try_cpp "$LINENO"; then :
5256 # Broken: success on invalid input.
5257 continue
5258 else
5259 # Passes both tests.
5260 ac_preproc_ok=:
5261 break
5263 rm -f conftest.err conftest.$ac_ext
5265 done
5266 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5267 rm -f conftest.err conftest.$ac_ext
5268 if $ac_preproc_ok; then :
5270 else
5271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5273 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5274 See \`config.log' for more details." "$LINENO" 5; }
5277 ac_ext=c
5278 ac_cpp='$CPP $CPPFLAGS'
5279 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5280 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5281 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5283 ac_build_prefix=
5284 test -n "$build_alias" && ac_build_prefix=$build_alias-
5286 if test "$cross_compiling" = yes; then :
5288 # Even if we're cross-compiling, we want a compiler here
5289 # that is not a cross-compiler.
5290 saved_cross=$cross_compiling
5291 cross_compiling=no
5293 ac_ext=c
5294 ac_cpp='$CPP $BUILD_CPPFLAGS'
5295 ac_compile='$BUILD_CC -c $BUILD_CFLAGS $BUILD_CPPFLAGS conftest.$ac_ext >&5'
5296 ac_link='$BUILD_CC -o conftest$ac_build_exeext $BUILD_CFLAGS $BUILD_CPPFLAGS $BUILD_LDFLAGS conftest.$ac_ext $BUILD_LIBS >&5'
5297 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5298 if test -n "$ac_build_prefix"; then
5299 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
5300 set dummy ${ac_build_prefix}gcc; ac_word=$2
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5302 $as_echo_n "checking for $ac_word... " >&6; }
5303 if test "${ac_cv_prog_BUILD_CC+set}" = set; then :
5304 $as_echo_n "(cached) " >&6
5305 else
5306 if test -n "$BUILD_CC"; then
5307 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
5308 else
5309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5310 for as_dir in $PATH
5312 IFS=$as_save_IFS
5313 test -z "$as_dir" && as_dir=.
5314 for ac_exec_ext in '' $ac_executable_extensions; do
5315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5316 ac_cv_prog_BUILD_CC="${ac_build_prefix}gcc"
5317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5318 break 2
5320 done
5321 done
5322 IFS=$as_save_IFS
5326 BUILD_CC=$ac_cv_prog_BUILD_CC
5327 if test -n "$BUILD_CC"; then
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
5329 $as_echo "$BUILD_CC" >&6; }
5330 else
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5332 $as_echo "no" >&6; }
5337 if test -z "$ac_cv_prog_BUILD_CC"; then
5338 ac_ct_BUILD_CC=$BUILD_CC
5339 # Extract the first word of "gcc", so it can be a program name with args.
5340 set dummy gcc; ac_word=$2
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5342 $as_echo_n "checking for $ac_word... " >&6; }
5343 if test "${ac_cv_prog_ac_ct_BUILD_CC+set}" = set; then :
5344 $as_echo_n "(cached) " >&6
5345 else
5346 if test -n "$ac_ct_BUILD_CC"; then
5347 ac_cv_prog_ac_ct_BUILD_CC="$ac_ct_BUILD_CC" # Let the user override the test.
5348 else
5349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5350 for as_dir in $PATH
5352 IFS=$as_save_IFS
5353 test -z "$as_dir" && as_dir=.
5354 for ac_exec_ext in '' $ac_executable_extensions; do
5355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5356 ac_cv_prog_ac_ct_BUILD_CC="gcc"
5357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5358 break 2
5360 done
5361 done
5362 IFS=$as_save_IFS
5366 ac_ct_BUILD_CC=$ac_cv_prog_ac_ct_BUILD_CC
5367 if test -n "$ac_ct_BUILD_CC"; then
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_BUILD_CC" >&5
5369 $as_echo "$ac_ct_BUILD_CC" >&6; }
5370 else
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5372 $as_echo "no" >&6; }
5375 if test "x$ac_ct_BUILD_CC" = x; then
5376 BUILD_CC=""
5377 else
5378 case $cross_compiling:$ac_tool_warned in
5379 yes:)
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5381 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5382 ac_tool_warned=yes ;;
5383 esac
5384 BUILD_CC=$ac_ct_BUILD_CC
5386 else
5387 BUILD_CC="$ac_cv_prog_BUILD_CC"
5390 if test -z "$BUILD_CC"; then
5391 if test -n "$ac_build_prefix"; then
5392 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5393 set dummy ${ac_build_prefix}cc; ac_word=$2
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5395 $as_echo_n "checking for $ac_word... " >&6; }
5396 if test "${ac_cv_prog_BUILD_CC+set}" = set; then :
5397 $as_echo_n "(cached) " >&6
5398 else
5399 if test -n "$BUILD_CC"; then
5400 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
5401 else
5402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 for as_dir in $PATH
5405 IFS=$as_save_IFS
5406 test -z "$as_dir" && as_dir=.
5407 for ac_exec_ext in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409 ac_cv_prog_BUILD_CC="${ac_build_prefix}cc"
5410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5411 break 2
5413 done
5414 done
5415 IFS=$as_save_IFS
5419 BUILD_CC=$ac_cv_prog_BUILD_CC
5420 if test -n "$BUILD_CC"; then
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
5422 $as_echo "$BUILD_CC" >&6; }
5423 else
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5425 $as_echo "no" >&6; }
5430 if test -z "$ac_cv_prog_BUILD_CC"; then
5431 ac_ct_BUILD_CC=$BUILD_CC
5432 # Extract the first word of "cc", so it can be a program name with args.
5433 set dummy cc; ac_word=$2
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5435 $as_echo_n "checking for $ac_word... " >&6; }
5436 if test "${ac_cv_prog_ac_ct_BUILD_CC+set}" = set; then :
5437 $as_echo_n "(cached) " >&6
5438 else
5439 if test -n "$ac_ct_BUILD_CC"; then
5440 ac_cv_prog_ac_ct_BUILD_CC="$ac_ct_BUILD_CC" # Let the user override the test.
5441 else
5442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5443 for as_dir in $PATH
5445 IFS=$as_save_IFS
5446 test -z "$as_dir" && as_dir=.
5447 for ac_exec_ext in '' $ac_executable_extensions; do
5448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5449 ac_cv_prog_ac_ct_BUILD_CC="cc"
5450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5451 break 2
5453 done
5454 done
5455 IFS=$as_save_IFS
5459 ac_ct_BUILD_CC=$ac_cv_prog_ac_ct_BUILD_CC
5460 if test -n "$ac_ct_BUILD_CC"; then
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_BUILD_CC" >&5
5462 $as_echo "$ac_ct_BUILD_CC" >&6; }
5463 else
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5465 $as_echo "no" >&6; }
5468 if test "x$ac_ct_BUILD_CC" = x; then
5469 BUILD_CC=""
5470 else
5471 case $cross_compiling:$ac_tool_warned in
5472 yes:)
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5474 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5475 ac_tool_warned=yes ;;
5476 esac
5477 BUILD_CC=$ac_ct_BUILD_CC
5479 else
5480 BUILD_CC="$ac_cv_prog_BUILD_CC"
5484 if test -z "$BUILD_CC"; then
5485 # Extract the first word of "cc", so it can be a program name with args.
5486 set dummy cc; ac_word=$2
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5488 $as_echo_n "checking for $ac_word... " >&6; }
5489 if test "${ac_cv_prog_BUILD_CC+set}" = set; then :
5490 $as_echo_n "(cached) " >&6
5491 else
5492 if test -n "$BUILD_CC"; then
5493 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
5494 else
5495 ac_prog_rejected=no
5496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5497 for as_dir in $PATH
5499 IFS=$as_save_IFS
5500 test -z "$as_dir" && as_dir=.
5501 for ac_exec_ext in '' $ac_executable_extensions; do
5502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5503 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5504 ac_prog_rejected=yes
5505 continue
5507 ac_cv_prog_BUILD_CC="cc"
5508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5509 break 2
5511 done
5512 done
5513 IFS=$as_save_IFS
5515 if test $ac_prog_rejected = yes; then
5516 # We found a bogon in the path, so make sure we never use it.
5517 set dummy $ac_cv_prog_BUILD_CC
5518 shift
5519 if test $# != 0; then
5520 # We chose a different compiler from the bogus one.
5521 # However, it has the same basename, so the bogon will be chosen
5522 # first if we set BUILD_CC to just the basename; use the full file name.
5523 shift
5524 ac_cv_prog_BUILD_CC="$as_dir/$ac_word${1+' '}$@"
5529 BUILD_CC=$ac_cv_prog_BUILD_CC
5530 if test -n "$BUILD_CC"; then
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
5532 $as_echo "$BUILD_CC" >&6; }
5533 else
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5535 $as_echo "no" >&6; }
5540 if test -z "$BUILD_CC"; then
5541 if test -n "$ac_build_prefix"; then
5542 for ac_prog in cl
5544 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5545 set dummy $ac_build_prefix$ac_prog; ac_word=$2
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5547 $as_echo_n "checking for $ac_word... " >&6; }
5548 if test "${ac_cv_prog_BUILD_CC+set}" = set; then :
5549 $as_echo_n "(cached) " >&6
5550 else
5551 if test -n "$BUILD_CC"; then
5552 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
5553 else
5554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5555 for as_dir in $PATH
5557 IFS=$as_save_IFS
5558 test -z "$as_dir" && as_dir=.
5559 for ac_exec_ext in '' $ac_executable_extensions; do
5560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5561 ac_cv_prog_BUILD_CC="$ac_build_prefix$ac_prog"
5562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5563 break 2
5565 done
5566 done
5567 IFS=$as_save_IFS
5571 BUILD_CC=$ac_cv_prog_BUILD_CC
5572 if test -n "$BUILD_CC"; then
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
5574 $as_echo "$BUILD_CC" >&6; }
5575 else
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5577 $as_echo "no" >&6; }
5581 test -n "$BUILD_CC" && break
5582 done
5584 if test -z "$BUILD_CC"; then
5585 ac_ct_BUILD_CC=$BUILD_CC
5586 for ac_prog in cl
5588 # Extract the first word of "$ac_prog", so it can be a program name with args.
5589 set dummy $ac_prog; ac_word=$2
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5591 $as_echo_n "checking for $ac_word... " >&6; }
5592 if test "${ac_cv_prog_ac_ct_BUILD_CC+set}" = set; then :
5593 $as_echo_n "(cached) " >&6
5594 else
5595 if test -n "$ac_ct_BUILD_CC"; then
5596 ac_cv_prog_ac_ct_BUILD_CC="$ac_ct_BUILD_CC" # Let the user override the test.
5597 else
5598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5599 for as_dir in $PATH
5601 IFS=$as_save_IFS
5602 test -z "$as_dir" && as_dir=.
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5605 ac_cv_prog_ac_ct_BUILD_CC="$ac_prog"
5606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5607 break 2
5609 done
5610 done
5611 IFS=$as_save_IFS
5615 ac_ct_BUILD_CC=$ac_cv_prog_ac_ct_BUILD_CC
5616 if test -n "$ac_ct_BUILD_CC"; then
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_BUILD_CC" >&5
5618 $as_echo "$ac_ct_BUILD_CC" >&6; }
5619 else
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5621 $as_echo "no" >&6; }
5625 test -n "$ac_ct_BUILD_CC" && break
5626 done
5628 if test "x$ac_ct_BUILD_CC" = x; then
5629 BUILD_CC=""
5630 else
5631 case $cross_compiling:$ac_tool_warned in
5632 yes:)
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5634 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5635 ac_tool_warned=yes ;;
5636 esac
5637 BUILD_CC=$ac_ct_BUILD_CC
5644 test -z "$BUILD_CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5645 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5646 as_fn_error "no acceptable C compiler found in \$PATH
5647 See \`config.log' for more details." "$LINENO" 5; }
5649 # Provide some information about the compiler.
5650 echo "$as_me:$LINENO:" \
5651 "checking for C compiler version" >&5
5652 ac_compiler=`set X $ac_compile; echo $2`
5653 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compiler --version </dev/null >&5\""; } >&5
5654 (eval $ac_compiler --version </dev/null >&5) 2>&5
5655 ac_status=$?
5656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5657 test $ac_status = 0; }
5658 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compiler -v </dev/null >&5\""; } >&5
5659 (eval $ac_compiler -v </dev/null >&5) 2>&5
5660 ac_status=$?
5661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5662 test $ac_status = 0; }
5663 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compiler -V </dev/null >&5\""; } >&5
5664 (eval $ac_compiler -V </dev/null >&5) 2>&5
5665 ac_status=$?
5666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5667 test $ac_status = 0; }
5669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5670 /* end confdefs.h. */
5673 main ()
5677 return 0;
5679 _ACEOF
5680 ac_clean_files_save=$ac_clean_files
5681 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5682 # Try to create an executable without -o first, disregard a.out.
5683 # It will help us diagnose broken compilers, and finding out an intuition
5684 # of exeext.
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5686 $as_echo_n "checking whether the C compiler works... " >&6; }
5687 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5689 # The possible output files:
5690 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5692 ac_rmfiles=
5693 for ac_file in $ac_files
5695 case $ac_file in
5696 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5697 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5698 esac
5699 done
5700 rm -f $ac_rmfiles
5702 if { { ac_try="$ac_link_default"
5703 case "(($ac_try" in
5704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5705 *) ac_try_echo=$ac_try;;
5706 esac
5707 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5708 $as_echo "$ac_try_echo"; } >&5
5709 (eval "$ac_link_default") 2>&5
5710 ac_status=$?
5711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5712 test $ac_status = 0; }; then :
5713 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5714 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5715 # in a Makefile. We should not override ac_cv_exeext if it was cached,
5716 # so that the user can short-circuit this test for compilers unknown to
5717 # Autoconf.
5718 for ac_file in $ac_files ''
5720 test -f "$ac_file" || continue
5721 case $ac_file in
5722 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5724 [ab].out )
5725 # We found the default executable, but exeext='' is most
5726 # certainly right.
5727 break;;
5728 *.* )
5729 if test "${ac_cv_build_exeext+set}" = set && test "$ac_cv_build_exeext" != no;
5730 then :; else
5731 ac_cv_build_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5733 # We set ac_cv_exeext here because the later test for it is not
5734 # safe: cross compilers may not add the suffix if given an `-o'
5735 # argument, so we may need to know it at that point already.
5736 # Even if this section looks crufty: it has the advantage of
5737 # actually working.
5738 break;;
5740 break;;
5741 esac
5742 done
5743 test "$ac_cv_build_exeext" = no && ac_cv_build_exeext=
5745 else
5746 ac_file=''
5748 if test -z "$ac_file"; then :
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5750 $as_echo "no" >&6; }
5751 $as_echo "$as_me: failed program was:" >&5
5752 sed 's/^/| /' conftest.$ac_ext >&5
5754 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5755 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5756 { as_fn_set_status 77
5757 as_fn_error "C compiler cannot create executables
5758 See \`config.log' for more details." "$LINENO" 5; }; }
5759 else
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5761 $as_echo "yes" >&6; }
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5764 $as_echo_n "checking for C compiler default output file name... " >&6; }
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5766 $as_echo "$ac_file" >&6; }
5767 ac_build_exeext=$ac_cv_build_exeext
5769 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_build_exeext b.out
5770 ac_clean_files=$ac_clean_files_save
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5772 $as_echo_n "checking for suffix of executables... " >&6; }
5773 if { { ac_try="$ac_link"
5774 case "(($ac_try" in
5775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5776 *) ac_try_echo=$ac_try;;
5777 esac
5778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5779 $as_echo "$ac_try_echo"; } >&5
5780 (eval "$ac_link") 2>&5
5781 ac_status=$?
5782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5783 test $ac_status = 0; }; then :
5784 # If both `conftest.exe' and `conftest' are `present' (well, observable)
5785 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
5786 # work properly (i.e., refer to `conftest.exe'), while it won't with
5787 # `rm'.
5788 for ac_file in conftest.exe conftest conftest.*; do
5789 test -f "$ac_file" || continue
5790 case $ac_file in
5791 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5792 *.* ) ac_cv_build_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5793 break;;
5794 * ) break;;
5795 esac
5796 done
5797 else
5798 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5799 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5800 as_fn_error "cannot compute suffix of executables: cannot compile and link
5801 See \`config.log' for more details." "$LINENO" 5; }
5803 rm -f conftest conftest$ac_cv_build_exeext
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_exeext" >&5
5805 $as_echo "$ac_cv_build_exeext" >&6; }
5807 rm -f conftest.$ac_ext
5808 BUILD_EXEEXT=$ac_cv_build_exeext
5809 ac_build_exeext=$BUILD_EXEEXT
5810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5811 /* end confdefs.h. */
5812 #include <stdio.h>
5814 main ()
5816 FILE *f = fopen ("conftest.out", "w");
5817 return ferror (f) || fclose (f) != 0;
5820 return 0;
5822 _ACEOF
5823 ac_clean_files="$ac_clean_files conftest.out"
5824 # Check that the compiler produces executables we can run. If not, either
5825 # the compiler is broken, or we cross compile.
5826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5827 $as_echo_n "checking whether we are cross compiling... " >&6; }
5828 if test "$cross_compiling" != yes; then
5829 { { ac_try="$ac_link"
5830 case "(($ac_try" in
5831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5832 *) ac_try_echo=$ac_try;;
5833 esac
5834 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5835 $as_echo "$ac_try_echo"; } >&5
5836 (eval "$ac_link") 2>&5
5837 ac_status=$?
5838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5839 test $ac_status = 0; }
5840 if { ac_try='./conftest$ac_cv_build_exeext'
5841 { { case "(($ac_try" in
5842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5843 *) ac_try_echo=$ac_try;;
5844 esac
5845 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5846 $as_echo "$ac_try_echo"; } >&5
5847 (eval "$ac_try") 2>&5
5848 ac_status=$?
5849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5850 test $ac_status = 0; }; }; then
5851 cross_compiling=no
5852 else
5853 if test "$cross_compiling" = maybe; then
5854 cross_compiling=yes
5855 else
5856 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5857 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5858 as_fn_error "cannot run C compiled programs.
5859 If you meant to cross compile, use \`--host'.
5860 See \`config.log' for more details." "$LINENO" 5; }
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5865 $as_echo "$cross_compiling" >&6; }
5867 rm -f conftest.$ac_ext conftest$ac_cv_build_exeext conftest.out
5868 ac_clean_files=$ac_clean_files_save
5871 # Restore configuration environment
5872 cross_compiling=$saved_cross
5874 ac_ext=c
5875 ac_cpp='$CPP $CPPFLAGS'
5876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5880 else
5881 BUILD_CC="$CC" ; BUILD_EXEEXT=$EXEEXT
5883 CFLAGS="$mule_backup_CFLAGS"
5884 CXXFLAGS="$mule_backup_CXXFLAGS"
5885 BUILD_CFLAGS="$mule_backup_BUILD_CFLAGS"
5886 for ac_prog in gawk mawk nawk awk
5888 # Extract the first word of "$ac_prog", so it can be a program name with args.
5889 set dummy $ac_prog; ac_word=$2
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5891 $as_echo_n "checking for $ac_word... " >&6; }
5892 if test "${ac_cv_prog_AWK+set}" = set; then :
5893 $as_echo_n "(cached) " >&6
5894 else
5895 if test -n "$AWK"; then
5896 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5897 else
5898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5899 for as_dir in $PATH
5901 IFS=$as_save_IFS
5902 test -z "$as_dir" && as_dir=.
5903 for ac_exec_ext in '' $ac_executable_extensions; do
5904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5905 ac_cv_prog_AWK="$ac_prog"
5906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5907 break 2
5909 done
5910 done
5911 IFS=$as_save_IFS
5915 AWK=$ac_cv_prog_AWK
5916 if test -n "$AWK"; then
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5918 $as_echo "$AWK" >&6; }
5919 else
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5921 $as_echo "no" >&6; }
5925 test -n "$AWK" && break
5926 done
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5929 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5930 if test "${ac_cv_path_GREP+set}" = set; then :
5931 $as_echo_n "(cached) " >&6
5932 else
5933 if test -z "$GREP"; then
5934 ac_path_GREP_found=false
5935 # Loop through the user's path and test for each of PROGNAME-LIST
5936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5937 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5939 IFS=$as_save_IFS
5940 test -z "$as_dir" && as_dir=.
5941 for ac_prog in grep ggrep; do
5942 for ac_exec_ext in '' $ac_executable_extensions; do
5943 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5944 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5945 # Check for GNU ac_path_GREP and select it if it is found.
5946 # Check for GNU $ac_path_GREP
5947 case `"$ac_path_GREP" --version 2>&1` in
5948 *GNU*)
5949 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5951 ac_count=0
5952 $as_echo_n 0123456789 >"conftest.in"
5953 while :
5955 cat "conftest.in" "conftest.in" >"conftest.tmp"
5956 mv "conftest.tmp" "conftest.in"
5957 cp "conftest.in" "conftest.nl"
5958 $as_echo 'GREP' >> "conftest.nl"
5959 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5960 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5961 as_fn_arith $ac_count + 1 && ac_count=$as_val
5962 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5963 # Best one so far, save it but keep looking for a better one
5964 ac_cv_path_GREP="$ac_path_GREP"
5965 ac_path_GREP_max=$ac_count
5967 # 10*(2^10) chars as input seems more than enough
5968 test $ac_count -gt 10 && break
5969 done
5970 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5971 esac
5973 $ac_path_GREP_found && break 3
5974 done
5975 done
5976 done
5977 IFS=$as_save_IFS
5978 if test -z "$ac_cv_path_GREP"; then
5979 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5981 else
5982 ac_cv_path_GREP=$GREP
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5987 $as_echo "$ac_cv_path_GREP" >&6; }
5988 GREP="$ac_cv_path_GREP"
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5992 $as_echo_n "checking for egrep... " >&6; }
5993 if test "${ac_cv_path_EGREP+set}" = set; then :
5994 $as_echo_n "(cached) " >&6
5995 else
5996 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5997 then ac_cv_path_EGREP="$GREP -E"
5998 else
5999 if test -z "$EGREP"; then
6000 ac_path_EGREP_found=false
6001 # Loop through the user's path and test for each of PROGNAME-LIST
6002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6003 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6005 IFS=$as_save_IFS
6006 test -z "$as_dir" && as_dir=.
6007 for ac_prog in egrep; do
6008 for ac_exec_ext in '' $ac_executable_extensions; do
6009 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6010 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6011 # Check for GNU ac_path_EGREP and select it if it is found.
6012 # Check for GNU $ac_path_EGREP
6013 case `"$ac_path_EGREP" --version 2>&1` in
6014 *GNU*)
6015 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6017 ac_count=0
6018 $as_echo_n 0123456789 >"conftest.in"
6019 while :
6021 cat "conftest.in" "conftest.in" >"conftest.tmp"
6022 mv "conftest.tmp" "conftest.in"
6023 cp "conftest.in" "conftest.nl"
6024 $as_echo 'EGREP' >> "conftest.nl"
6025 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6026 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6027 as_fn_arith $ac_count + 1 && ac_count=$as_val
6028 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6029 # Best one so far, save it but keep looking for a better one
6030 ac_cv_path_EGREP="$ac_path_EGREP"
6031 ac_path_EGREP_max=$ac_count
6033 # 10*(2^10) chars as input seems more than enough
6034 test $ac_count -gt 10 && break
6035 done
6036 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6037 esac
6039 $ac_path_EGREP_found && break 3
6040 done
6041 done
6042 done
6043 IFS=$as_save_IFS
6044 if test -z "$ac_cv_path_EGREP"; then
6045 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6047 else
6048 ac_cv_path_EGREP=$EGREP
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6054 $as_echo "$ac_cv_path_EGREP" >&6; }
6055 EGREP="$ac_cv_path_EGREP"
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6059 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
6060 set x ${MAKE-make}
6061 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
6062 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
6063 $as_echo_n "(cached) " >&6
6064 else
6065 cat >conftest.make <<\_ACEOF
6066 SHELL = /bin/sh
6067 all:
6068 @echo '@@@%%%=$(MAKE)=@@@%%%'
6069 _ACEOF
6070 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6071 case `${MAKE-make} -f conftest.make 2>/dev/null` in
6072 *@@@%%%=?*=@@@%%%*)
6073 eval ac_cv_prog_make_${ac_make}_set=yes;;
6075 eval ac_cv_prog_make_${ac_make}_set=no;;
6076 esac
6077 rm -f conftest.make
6079 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6081 $as_echo "yes" >&6; }
6082 SET_MAKE=
6083 else
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6085 $as_echo "no" >&6; }
6086 SET_MAKE="MAKE=${MAKE-make}"
6090 for ac_prog in flex lex
6092 # Extract the first word of "$ac_prog", so it can be a program name with args.
6093 set dummy $ac_prog; ac_word=$2
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6095 $as_echo_n "checking for $ac_word... " >&6; }
6096 if test "${ac_cv_prog_LEX+set}" = set; then :
6097 $as_echo_n "(cached) " >&6
6098 else
6099 if test -n "$LEX"; then
6100 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6101 else
6102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6103 for as_dir in $PATH
6105 IFS=$as_save_IFS
6106 test -z "$as_dir" && as_dir=.
6107 for ac_exec_ext in '' $ac_executable_extensions; do
6108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6109 ac_cv_prog_LEX="$ac_prog"
6110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6111 break 2
6113 done
6114 done
6115 IFS=$as_save_IFS
6119 LEX=$ac_cv_prog_LEX
6120 if test -n "$LEX"; then
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
6122 $as_echo "$LEX" >&6; }
6123 else
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6125 $as_echo "no" >&6; }
6129 test -n "$LEX" && break
6130 done
6131 test -n "$LEX" || LEX=":"
6133 if test "x$LEX" != "x:"; then
6134 cat >conftest.l <<_ACEOF
6136 a { ECHO; }
6137 b { REJECT; }
6138 c { yymore (); }
6139 d { yyless (1); }
6140 e { yyless (input () != 0); }
6141 f { unput (yytext[0]); }
6142 . { BEGIN INITIAL; }
6144 #ifdef YYTEXT_POINTER
6145 extern char *yytext;
6146 #endif
6148 main (void)
6150 return ! yylex () + ! yywrap ();
6152 _ACEOF
6153 { { ac_try="$LEX conftest.l"
6154 case "(($ac_try" in
6155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6156 *) ac_try_echo=$ac_try;;
6157 esac
6158 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6159 $as_echo "$ac_try_echo"; } >&5
6160 (eval "$LEX conftest.l") 2>&5
6161 ac_status=$?
6162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6163 test $ac_status = 0; }
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
6165 $as_echo_n "checking lex output file root... " >&6; }
6166 if test "${ac_cv_prog_lex_root+set}" = set; then :
6167 $as_echo_n "(cached) " >&6
6168 else
6170 if test -f lex.yy.c; then
6171 ac_cv_prog_lex_root=lex.yy
6172 elif test -f lexyy.c; then
6173 ac_cv_prog_lex_root=lexyy
6174 else
6175 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
6179 $as_echo "$ac_cv_prog_lex_root" >&6; }
6180 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
6182 if test -z "${LEXLIB+set}"; then
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
6184 $as_echo_n "checking lex library... " >&6; }
6185 if test "${ac_cv_lib_lex+set}" = set; then :
6186 $as_echo_n "(cached) " >&6
6187 else
6189 ac_save_LIBS=$LIBS
6190 ac_cv_lib_lex='none needed'
6191 for ac_lib in '' -lfl -ll; do
6192 LIBS="$ac_lib $ac_save_LIBS"
6193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6194 /* end confdefs.h. */
6195 `cat $LEX_OUTPUT_ROOT.c`
6196 _ACEOF
6197 if ac_fn_c_try_link "$LINENO"; then :
6198 ac_cv_lib_lex=$ac_lib
6200 rm -f core conftest.err conftest.$ac_objext \
6201 conftest$ac_exeext conftest.$ac_ext
6202 test "$ac_cv_lib_lex" != 'none needed' && break
6203 done
6204 LIBS=$ac_save_LIBS
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
6208 $as_echo "$ac_cv_lib_lex" >&6; }
6209 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
6214 $as_echo_n "checking whether yytext is a pointer... " >&6; }
6215 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
6216 $as_echo_n "(cached) " >&6
6217 else
6218 # POSIX says lex can declare yytext either as a pointer or an array; the
6219 # default is implementation-dependent. Figure out which it is, since
6220 # not all implementations provide the %pointer and %array declarations.
6221 ac_cv_prog_lex_yytext_pointer=no
6222 ac_save_LIBS=$LIBS
6223 LIBS="$LEXLIB $ac_save_LIBS"
6224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6225 /* end confdefs.h. */
6226 #define YYTEXT_POINTER 1
6227 `cat $LEX_OUTPUT_ROOT.c`
6228 _ACEOF
6229 if ac_fn_c_try_link "$LINENO"; then :
6230 ac_cv_prog_lex_yytext_pointer=yes
6232 rm -f core conftest.err conftest.$ac_objext \
6233 conftest$ac_exeext conftest.$ac_ext
6234 LIBS=$ac_save_LIBS
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
6238 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
6239 if test $ac_cv_prog_lex_yytext_pointer = yes; then
6241 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
6244 rm -f conftest.l $LEX_OUTPUT_ROOT.c
6248 if test -n "$ac_tool_prefix"; then
6249 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6250 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6252 $as_echo_n "checking for $ac_word... " >&6; }
6253 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6254 $as_echo_n "(cached) " >&6
6255 else
6256 if test -n "$RANLIB"; then
6257 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6258 else
6259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6260 for as_dir in $PATH
6262 IFS=$as_save_IFS
6263 test -z "$as_dir" && as_dir=.
6264 for ac_exec_ext in '' $ac_executable_extensions; do
6265 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6266 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6267 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6268 break 2
6270 done
6271 done
6272 IFS=$as_save_IFS
6276 RANLIB=$ac_cv_prog_RANLIB
6277 if test -n "$RANLIB"; then
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6279 $as_echo "$RANLIB" >&6; }
6280 else
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6282 $as_echo "no" >&6; }
6287 if test -z "$ac_cv_prog_RANLIB"; then
6288 ac_ct_RANLIB=$RANLIB
6289 # Extract the first word of "ranlib", so it can be a program name with args.
6290 set dummy ranlib; ac_word=$2
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6292 $as_echo_n "checking for $ac_word... " >&6; }
6293 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6294 $as_echo_n "(cached) " >&6
6295 else
6296 if test -n "$ac_ct_RANLIB"; then
6297 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6298 else
6299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6300 for as_dir in $PATH
6302 IFS=$as_save_IFS
6303 test -z "$as_dir" && as_dir=.
6304 for ac_exec_ext in '' $ac_executable_extensions; do
6305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6306 ac_cv_prog_ac_ct_RANLIB="ranlib"
6307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6308 break 2
6310 done
6311 done
6312 IFS=$as_save_IFS
6316 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6317 if test -n "$ac_ct_RANLIB"; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6319 $as_echo "$ac_ct_RANLIB" >&6; }
6320 else
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6322 $as_echo "no" >&6; }
6325 if test "x$ac_ct_RANLIB" = x; then
6326 RANLIB=":"
6327 else
6328 case $cross_compiling:$ac_tool_warned in
6329 yes:)
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6331 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6332 ac_tool_warned=yes ;;
6333 esac
6334 RANLIB=$ac_ct_RANLIB
6336 else
6337 RANLIB="$ac_cv_prog_RANLIB"
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6341 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6342 if test "${ac_cv_path_SED+set}" = set; then :
6343 $as_echo_n "(cached) " >&6
6344 else
6345 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6346 for ac_i in 1 2 3 4 5 6 7; do
6347 ac_script="$ac_script$as_nl$ac_script"
6348 done
6349 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6350 { ac_script=; unset ac_script;}
6351 if test -z "$SED"; then
6352 ac_path_SED_found=false
6353 # Loop through the user's path and test for each of PROGNAME-LIST
6354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355 for as_dir in $PATH
6357 IFS=$as_save_IFS
6358 test -z "$as_dir" && as_dir=.
6359 for ac_prog in sed gsed; do
6360 for ac_exec_ext in '' $ac_executable_extensions; do
6361 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6362 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
6363 # Check for GNU ac_path_SED and select it if it is found.
6364 # Check for GNU $ac_path_SED
6365 case `"$ac_path_SED" --version 2>&1` in
6366 *GNU*)
6367 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6369 ac_count=0
6370 $as_echo_n 0123456789 >"conftest.in"
6371 while :
6373 cat "conftest.in" "conftest.in" >"conftest.tmp"
6374 mv "conftest.tmp" "conftest.in"
6375 cp "conftest.in" "conftest.nl"
6376 $as_echo '' >> "conftest.nl"
6377 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6378 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6379 as_fn_arith $ac_count + 1 && ac_count=$as_val
6380 if test $ac_count -gt ${ac_path_SED_max-0}; then
6381 # Best one so far, save it but keep looking for a better one
6382 ac_cv_path_SED="$ac_path_SED"
6383 ac_path_SED_max=$ac_count
6385 # 10*(2^10) chars as input seems more than enough
6386 test $ac_count -gt 10 && break
6387 done
6388 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6389 esac
6391 $ac_path_SED_found && break 3
6392 done
6393 done
6394 done
6395 IFS=$as_save_IFS
6396 if test -z "$ac_cv_path_SED"; then
6397 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
6399 else
6400 ac_cv_path_SED=$SED
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6405 $as_echo "$ac_cv_path_SED" >&6; }
6406 SED="$ac_cv_path_SED"
6407 rm -f conftest.sed
6409 for ac_prog in 'bison -y' byacc
6411 # Extract the first word of "$ac_prog", so it can be a program name with args.
6412 set dummy $ac_prog; ac_word=$2
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6414 $as_echo_n "checking for $ac_word... " >&6; }
6415 if test "${ac_cv_prog_YACC+set}" = set; then :
6416 $as_echo_n "(cached) " >&6
6417 else
6418 if test -n "$YACC"; then
6419 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6420 else
6421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6422 for as_dir in $PATH
6424 IFS=$as_save_IFS
6425 test -z "$as_dir" && as_dir=.
6426 for ac_exec_ext in '' $ac_executable_extensions; do
6427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6428 ac_cv_prog_YACC="$ac_prog"
6429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6430 break 2
6432 done
6433 done
6434 IFS=$as_save_IFS
6438 YACC=$ac_cv_prog_YACC
6439 if test -n "$YACC"; then
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
6441 $as_echo "$YACC" >&6; }
6442 else
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6444 $as_echo "no" >&6; }
6448 test -n "$YACC" && break
6449 done
6450 test -n "$YACC" || YACC="yacc"
6453 if test -n "$ac_tool_prefix"; then
6454 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6455 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6457 $as_echo_n "checking for $ac_word... " >&6; }
6458 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6459 $as_echo_n "(cached) " >&6
6460 else
6461 if test -n "$RANLIB"; then
6462 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6463 else
6464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6465 for as_dir in $PATH
6467 IFS=$as_save_IFS
6468 test -z "$as_dir" && as_dir=.
6469 for ac_exec_ext in '' $ac_executable_extensions; do
6470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6471 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6473 break 2
6475 done
6476 done
6477 IFS=$as_save_IFS
6481 RANLIB=$ac_cv_prog_RANLIB
6482 if test -n "$RANLIB"; then
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6484 $as_echo "$RANLIB" >&6; }
6485 else
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6487 $as_echo "no" >&6; }
6492 if test -z "$ac_cv_prog_RANLIB"; then
6493 ac_ct_RANLIB=$RANLIB
6494 # Extract the first word of "ranlib", so it can be a program name with args.
6495 set dummy ranlib; ac_word=$2
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6497 $as_echo_n "checking for $ac_word... " >&6; }
6498 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6499 $as_echo_n "(cached) " >&6
6500 else
6501 if test -n "$ac_ct_RANLIB"; then
6502 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6503 else
6504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6505 for as_dir in $PATH
6507 IFS=$as_save_IFS
6508 test -z "$as_dir" && as_dir=.
6509 for ac_exec_ext in '' $ac_executable_extensions; do
6510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6511 ac_cv_prog_ac_ct_RANLIB="ranlib"
6512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6513 break 2
6515 done
6516 done
6517 IFS=$as_save_IFS
6521 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6522 if test -n "$ac_ct_RANLIB"; then
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6524 $as_echo "$ac_ct_RANLIB" >&6; }
6525 else
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6527 $as_echo "no" >&6; }
6530 if test "x$ac_ct_RANLIB" = x; then
6531 RANLIB=""
6532 else
6533 case $cross_compiling:$ac_tool_warned in
6534 yes:)
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6536 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6537 ac_tool_warned=yes ;;
6538 esac
6539 RANLIB=$ac_ct_RANLIB
6541 else
6542 RANLIB="$ac_cv_prog_RANLIB"
6545 if test -n "$ac_tool_prefix"; then
6546 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6547 set dummy ${ac_tool_prefix}strip; ac_word=$2
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6549 $as_echo_n "checking for $ac_word... " >&6; }
6550 if test "${ac_cv_prog_STRIP+set}" = set; then :
6551 $as_echo_n "(cached) " >&6
6552 else
6553 if test -n "$STRIP"; then
6554 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6555 else
6556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6557 for as_dir in $PATH
6559 IFS=$as_save_IFS
6560 test -z "$as_dir" && as_dir=.
6561 for ac_exec_ext in '' $ac_executable_extensions; do
6562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6563 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6565 break 2
6567 done
6568 done
6569 IFS=$as_save_IFS
6573 STRIP=$ac_cv_prog_STRIP
6574 if test -n "$STRIP"; then
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6576 $as_echo "$STRIP" >&6; }
6577 else
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6579 $as_echo "no" >&6; }
6584 if test -z "$ac_cv_prog_STRIP"; then
6585 ac_ct_STRIP=$STRIP
6586 # Extract the first word of "strip", so it can be a program name with args.
6587 set dummy strip; ac_word=$2
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6589 $as_echo_n "checking for $ac_word... " >&6; }
6590 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6591 $as_echo_n "(cached) " >&6
6592 else
6593 if test -n "$ac_ct_STRIP"; then
6594 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6595 else
6596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6597 for as_dir in $PATH
6599 IFS=$as_save_IFS
6600 test -z "$as_dir" && as_dir=.
6601 for ac_exec_ext in '' $ac_executable_extensions; do
6602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6603 ac_cv_prog_ac_ct_STRIP="strip"
6604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6605 break 2
6607 done
6608 done
6609 IFS=$as_save_IFS
6613 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6614 if test -n "$ac_ct_STRIP"; then
6615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6616 $as_echo "$ac_ct_STRIP" >&6; }
6617 else
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6619 $as_echo "no" >&6; }
6622 if test "x$ac_ct_STRIP" = x; then
6623 STRIP=""
6624 else
6625 case $cross_compiling:$ac_tool_warned in
6626 yes:)
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6628 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6629 ac_tool_warned=yes ;;
6630 esac
6631 STRIP=$ac_ct_STRIP
6633 else
6634 STRIP="$ac_cv_prog_STRIP"
6637 if test -n "$ac_tool_prefix"; then
6638 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6639 set dummy ${ac_tool_prefix}ar; ac_word=$2
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6641 $as_echo_n "checking for $ac_word... " >&6; }
6642 if test "${ac_cv_prog_AR+set}" = set; then :
6643 $as_echo_n "(cached) " >&6
6644 else
6645 if test -n "$AR"; then
6646 ac_cv_prog_AR="$AR" # Let the user override the test.
6647 else
6648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6649 for as_dir in $PATH
6651 IFS=$as_save_IFS
6652 test -z "$as_dir" && as_dir=.
6653 for ac_exec_ext in '' $ac_executable_extensions; do
6654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6655 ac_cv_prog_AR="${ac_tool_prefix}ar"
6656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6657 break 2
6659 done
6660 done
6661 IFS=$as_save_IFS
6665 AR=$ac_cv_prog_AR
6666 if test -n "$AR"; then
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6668 $as_echo "$AR" >&6; }
6669 else
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6671 $as_echo "no" >&6; }
6676 if test -z "$ac_cv_prog_AR"; then
6677 ac_ct_AR=$AR
6678 # Extract the first word of "ar", so it can be a program name with args.
6679 set dummy ar; ac_word=$2
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6681 $as_echo_n "checking for $ac_word... " >&6; }
6682 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6683 $as_echo_n "(cached) " >&6
6684 else
6685 if test -n "$ac_ct_AR"; then
6686 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6687 else
6688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6689 for as_dir in $PATH
6691 IFS=$as_save_IFS
6692 test -z "$as_dir" && as_dir=.
6693 for ac_exec_ext in '' $ac_executable_extensions; do
6694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6695 ac_cv_prog_ac_ct_AR="ar"
6696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6697 break 2
6699 done
6700 done
6701 IFS=$as_save_IFS
6705 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6706 if test -n "$ac_ct_AR"; then
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6708 $as_echo "$ac_ct_AR" >&6; }
6709 else
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6711 $as_echo "no" >&6; }
6714 if test "x$ac_ct_AR" = x; then
6715 AR=""
6716 else
6717 case $cross_compiling:$ac_tool_warned in
6718 yes:)
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6720 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6721 ac_tool_warned=yes ;;
6722 esac
6723 AR=$ac_ct_AR
6725 else
6726 AR="$ac_cv_prog_AR"
6729 if test -n "$ac_tool_prefix"; then
6730 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
6731 set dummy ${ac_tool_prefix}ld; ac_word=$2
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6733 $as_echo_n "checking for $ac_word... " >&6; }
6734 if test "${ac_cv_prog_LD+set}" = set; then :
6735 $as_echo_n "(cached) " >&6
6736 else
6737 if test -n "$LD"; then
6738 ac_cv_prog_LD="$LD" # Let the user override the test.
6739 else
6740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6741 for as_dir in $PATH
6743 IFS=$as_save_IFS
6744 test -z "$as_dir" && as_dir=.
6745 for ac_exec_ext in '' $ac_executable_extensions; do
6746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6747 ac_cv_prog_LD="${ac_tool_prefix}ld"
6748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6749 break 2
6751 done
6752 done
6753 IFS=$as_save_IFS
6757 LD=$ac_cv_prog_LD
6758 if test -n "$LD"; then
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6760 $as_echo "$LD" >&6; }
6761 else
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6763 $as_echo "no" >&6; }
6768 if test -z "$ac_cv_prog_LD"; then
6769 ac_ct_LD=$LD
6770 # Extract the first word of "ld", so it can be a program name with args.
6771 set dummy ld; ac_word=$2
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6773 $as_echo_n "checking for $ac_word... " >&6; }
6774 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then :
6775 $as_echo_n "(cached) " >&6
6776 else
6777 if test -n "$ac_ct_LD"; then
6778 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
6779 else
6780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6781 for as_dir in $PATH
6783 IFS=$as_save_IFS
6784 test -z "$as_dir" && as_dir=.
6785 for ac_exec_ext in '' $ac_executable_extensions; do
6786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6787 ac_cv_prog_ac_ct_LD="ld"
6788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6789 break 2
6791 done
6792 done
6793 IFS=$as_save_IFS
6797 ac_ct_LD=$ac_cv_prog_ac_ct_LD
6798 if test -n "$ac_ct_LD"; then
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
6800 $as_echo "$ac_ct_LD" >&6; }
6801 else
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6803 $as_echo "no" >&6; }
6806 if test "x$ac_ct_LD" = x; then
6807 LD=""
6808 else
6809 case $cross_compiling:$ac_tool_warned in
6810 yes:)
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6812 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6813 ac_tool_warned=yes ;;
6814 esac
6815 LD=$ac_ct_LD
6817 else
6818 LD="$ac_cv_prog_LD"
6822 # Check whether --enable-monolithic was given.
6823 if test "${enable_monolithic+set}" = set; then :
6824 enableval=$enable_monolithic;
6827 if test ${enable_monolithic:-yes} = yes; then
6828 MONOLITHIC_TRUE=
6829 MONOLITHIC_FALSE='#'
6830 else
6831 MONOLITHIC_TRUE='#'
6832 MONOLITHIC_FALSE=
6836 # Check whether --enable-amule-daemon was given.
6837 if test "${enable_amule_daemon+set}" = set; then :
6838 enableval=$enable_amule_daemon;
6841 if test ${enable_amule_daemon:-no} = yes; then
6842 AMULE_DAEMON_TRUE=
6843 AMULE_DAEMON_FALSE='#'
6844 else
6845 AMULE_DAEMON_TRUE='#'
6846 AMULE_DAEMON_FALSE=
6850 # Check whether --enable-amulecmd was given.
6851 if test "${enable_amulecmd+set}" = set; then :
6852 enableval=$enable_amulecmd;
6855 if test ${enable_amulecmd:-no} = yes; then
6856 COMPILE_CMD_TRUE=
6857 COMPILE_CMD_FALSE='#'
6858 else
6859 COMPILE_CMD_TRUE='#'
6860 COMPILE_CMD_FALSE=
6864 # Check whether --enable-webserver was given.
6865 if test "${enable_webserver+set}" = set; then :
6866 enableval=$enable_webserver;
6869 if test ${enable_webserver:-no} = yes; then
6870 WEB_TRUE=
6871 WEB_FALSE='#'
6872 else
6873 WEB_TRUE='#'
6874 WEB_FALSE=
6878 # Check whether --enable-amule-gui was given.
6879 if test "${enable_amule_gui+set}" = set; then :
6880 enableval=$enable_amule_gui;
6883 if test ${enable_amule_gui:-no} = yes; then
6884 AMULE_GUI_TRUE=
6885 AMULE_GUI_FALSE='#'
6886 else
6887 AMULE_GUI_TRUE='#'
6888 AMULE_GUI_FALSE=
6892 # Check whether --enable-cas was given.
6893 if test "${enable_cas+set}" = set; then :
6894 enableval=$enable_cas;
6897 if test ${enable_cas:-no} = yes; then
6898 CAS_TRUE=
6899 CAS_FALSE='#'
6900 else
6901 CAS_TRUE='#'
6902 CAS_FALSE=
6906 # Check whether --enable-wxcas was given.
6907 if test "${enable_wxcas+set}" = set; then :
6908 enableval=$enable_wxcas;
6911 if test ${enable_wxcas:-no} = yes; then
6912 WXCAS_TRUE=
6913 WXCAS_FALSE='#'
6914 else
6915 WXCAS_TRUE='#'
6916 WXCAS_FALSE=
6920 # Check whether --enable-ed2k was given.
6921 if test "${enable_ed2k+set}" = set; then :
6922 enableval=$enable_ed2k;
6925 if test ${enable_ed2k:-yes} = yes; then
6926 ED2K_TRUE=
6927 ED2K_FALSE='#'
6928 else
6929 ED2K_TRUE='#'
6930 ED2K_FALSE=
6934 # Check whether --enable-alc was given.
6935 if test "${enable_alc+set}" = set; then :
6936 enableval=$enable_alc;
6939 if test ${enable_alc:-no} = yes; then
6940 ALC_TRUE=
6941 ALC_FALSE='#'
6942 else
6943 ALC_TRUE='#'
6944 ALC_FALSE=
6948 # Check whether --enable-alcc was given.
6949 if test "${enable_alcc+set}" = set; then :
6950 enableval=$enable_alcc;
6953 if test ${enable_alcc:-no} = yes; then
6954 ALCC_TRUE=
6955 ALCC_FALSE='#'
6956 else
6957 ALCC_TRUE='#'
6958 ALCC_FALSE=
6962 # Check whether --enable-xas was given.
6963 if test "${enable_xas+set}" = set; then :
6964 enableval=$enable_xas;
6967 if test ${enable_xas:-no} = yes; then
6968 XAS_TRUE=
6969 XAS_FALSE='#'
6970 else
6971 XAS_TRUE='#'
6972 XAS_FALSE=
6976 # Check whether --enable-fileview was given.
6977 if test "${enable_fileview+set}" = set; then :
6978 enableval=$enable_fileview;
6981 if test ${enable_fileview:-no} = yes; then
6982 FILEVIEW_TRUE=
6983 FILEVIEW_FALSE='#'
6984 else
6985 FILEVIEW_TRUE='#'
6986 FILEVIEW_FALSE=
6990 # Check whether --enable-plasmamule was given.
6991 if test "${enable_plasmamule+set}" = set; then :
6992 enableval=$enable_plasmamule;
6997 # Run all the tests with static linkage if we want a statically linked binary
6998 # Check whether --enable-static was given.
6999 if test "${enable_static+set}" = set; then :
7000 enableval=$enable_static;
7004 if test ${enable_static:-no} = yes; then :
7005 LDFLAGS="$LDFLAGS -static"
7010 # Check whether --with-kde4-config was given.
7011 if test "${with_kde4_config+set}" = set; then :
7012 withval=$with_kde4_config; KDE4_CONFIG=$withval
7013 else
7014 KDE4_CONFIG=""
7017 # Check whether --enable-kde-in-home was given.
7018 if test "${enable_kde_in_home+set}" = set; then :
7019 enableval=$enable_kde_in_home; KDE_IN_HOME=$enableval
7020 else
7021 KDE_IN_HOME=no
7027 # Check whether --with-moc was given.
7028 if test "${with_moc+set}" = set; then :
7029 withval=$with_moc; QT_MOC=$withval
7030 else
7031 QT_MOC=""
7036 # Default is yes, because they're most likely compatible.
7037 # However, this is only used when cross-compiling.
7039 # Check whether --with-gnu-malloc was given.
7040 if test "${with_gnu_malloc+set}" = set; then :
7041 withval=$with_gnu_malloc; gnumalloc=$withval
7042 else
7043 gnumalloc=yes
7048 # Checking for libs before all other stuff to break
7049 # configure as soon as possible in case of a missing one
7050 # to avoid losing too much time
7052 # Check for gd
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7055 $as_echo_n "checking for ANSI C header files... " >&6; }
7056 if test "${ac_cv_header_stdc+set}" = set; then :
7057 $as_echo_n "(cached) " >&6
7058 else
7059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7060 /* end confdefs.h. */
7061 #include <stdlib.h>
7062 #include <stdarg.h>
7063 #include <string.h>
7064 #include <float.h>
7067 main ()
7071 return 0;
7073 _ACEOF
7074 if ac_fn_c_try_compile "$LINENO"; then :
7075 ac_cv_header_stdc=yes
7076 else
7077 ac_cv_header_stdc=no
7079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7081 if test $ac_cv_header_stdc = yes; then
7082 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7084 /* end confdefs.h. */
7085 #include <string.h>
7087 _ACEOF
7088 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7089 $EGREP "memchr" >/dev/null 2>&1; then :
7091 else
7092 ac_cv_header_stdc=no
7094 rm -f conftest*
7098 if test $ac_cv_header_stdc = yes; then
7099 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7101 /* end confdefs.h. */
7102 #include <stdlib.h>
7104 _ACEOF
7105 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7106 $EGREP "free" >/dev/null 2>&1; then :
7108 else
7109 ac_cv_header_stdc=no
7111 rm -f conftest*
7115 if test $ac_cv_header_stdc = yes; then
7116 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7117 if test "$cross_compiling" = yes; then :
7119 else
7120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7121 /* end confdefs.h. */
7122 #include <ctype.h>
7123 #include <stdlib.h>
7124 #if ((' ' & 0x0FF) == 0x020)
7125 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7126 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7127 #else
7128 # define ISLOWER(c) \
7129 (('a' <= (c) && (c) <= 'i') \
7130 || ('j' <= (c) && (c) <= 'r') \
7131 || ('s' <= (c) && (c) <= 'z'))
7132 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7133 #endif
7135 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7137 main ()
7139 int i;
7140 for (i = 0; i < 256; i++)
7141 if (XOR (islower (i), ISLOWER (i))
7142 || toupper (i) != TOUPPER (i))
7143 return 2;
7144 return 0;
7146 _ACEOF
7147 if ac_fn_c_try_run "$LINENO"; then :
7149 else
7150 ac_cv_header_stdc=no
7152 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7153 conftest.$ac_objext conftest.beam conftest.$ac_ext
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7159 $as_echo "$ac_cv_header_stdc" >&6; }
7160 if test $ac_cv_header_stdc = yes; then
7162 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7166 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7167 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7168 inttypes.h stdint.h unistd.h
7169 do :
7170 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7171 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7173 eval as_val=\$$as_ac_Header
7174 if test "x$as_val" = x""yes; then :
7175 cat >>confdefs.h <<_ACEOF
7176 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7177 _ACEOF
7181 done
7184 if test ${enable_cas:-no} = yes; then :
7188 # Check whether --with-gdlib-prefix was given.
7189 if test "${with_gdlib_prefix+set}" = set; then :
7190 withval=$with_gdlib_prefix;
7194 # Check whether --with-gdlib-config was given.
7195 if test "${with_gdlib_config+set}" = set; then :
7196 withval=$with_gdlib_config;
7200 GDLIB_VERSION=
7202 # do we have gdlib-config name: it can be gdlib-config or gd-config or ...
7203 if test x${GDLIB_CONFIG_NAME+set} != xset; then :
7204 GDLIB_CONFIG_NAME=gdlib-config
7206 if test -n "$with_gdlib_config"; then :
7207 GDLIB_CONFIG_NAME="$with_gdlib_config"
7210 # deal with optional prefix
7211 if test -n "$with_gdlib_prefix"; then :
7212 GDLIB_LOOKUP_PATH="$with_gdlib_prefix/bin"
7215 # don't search the PATH if GDLIB_CONFIG_NAME is absolute filename
7216 if test -x "$GDLIB_CONFIG_NAME"; then :
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdlib-config" >&5
7219 $as_echo_n "checking for gdlib-config... " >&6; }
7220 GDLIB_CONFIG_PATH="$GDLIB_CONFIG_NAME"
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDLIB_CONFIG_PATH" >&5
7222 $as_echo "$GDLIB_CONFIG_PATH" >&6; }
7224 else
7225 # Extract the first word of "$GDLIB_CONFIG_NAME", so it can be a program name with args.
7226 set dummy $GDLIB_CONFIG_NAME; ac_word=$2
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7228 $as_echo_n "checking for $ac_word... " >&6; }
7229 if test "${ac_cv_path_GDLIB_CONFIG_PATH+set}" = set; then :
7230 $as_echo_n "(cached) " >&6
7231 else
7232 case $GDLIB_CONFIG_PATH in
7233 [\\/]* | ?:[\\/]*)
7234 ac_cv_path_GDLIB_CONFIG_PATH="$GDLIB_CONFIG_PATH" # Let the user override the test with a path.
7237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7238 as_dummy="$GDLIB_LOOKUP_PATH:$PATH"
7239 for as_dir in $as_dummy
7241 IFS=$as_save_IFS
7242 test -z "$as_dir" && as_dir=.
7243 for ac_exec_ext in '' $ac_executable_extensions; do
7244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7245 ac_cv_path_GDLIB_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
7246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7247 break 2
7249 done
7250 done
7251 IFS=$as_save_IFS
7253 test -z "$ac_cv_path_GDLIB_CONFIG_PATH" && ac_cv_path_GDLIB_CONFIG_PATH="no"
7255 esac
7257 GDLIB_CONFIG_PATH=$ac_cv_path_GDLIB_CONFIG_PATH
7258 if test -n "$GDLIB_CONFIG_PATH"; then
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDLIB_CONFIG_PATH" >&5
7260 $as_echo "$GDLIB_CONFIG_PATH" >&6; }
7261 else
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7263 $as_echo "no" >&6; }
7269 if test ${GDLIB_CONFIG_PATH:-no} != no; then :
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdlib version >= 2.0.0" >&5
7272 $as_echo_n "checking for gdlib version >= 2.0.0... " >&6; }
7273 GDLIB_CONFIG_WITH_ARGS="$GDLIB_CONFIG_PATH $gdlib_config_args"
7275 GDLIB_VERSION=`$GDLIB_CONFIG_WITH_ARGS --version`
7276 gdlib_config_major_version=`echo $GDLIB_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1/'`
7277 gdlib_config_minor_version=`echo $GDLIB_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\2/'`
7278 gdlib_config_micro_version=`echo $GDLIB_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
7280 gdlib_ver_ok=
7281 if test $gdlib_config_major_version -gt 2; then
7282 gdlib_ver_ok=yes
7283 elif test $gdlib_config_major_version -eq 2; then
7285 if test $gdlib_config_minor_version -gt 0; then
7286 gdlib_ver_ok=yes
7287 elif test $gdlib_config_minor_version -eq 0; then
7288 if test $gdlib_config_micro_version -ge 0; then
7289 gdlib_ver_ok=yes
7298 if test -z "$gdlib_ver_ok"; then :
7300 if test -z "$GDLIB_VERSION"; then :
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7302 $as_echo "no" >&6; }
7303 else
7305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (version $GDLIB_VERSION is not new enough)" >&5
7306 $as_echo "no (version $GDLIB_VERSION is not new enough)" >&6; }
7307 GDLIB_VERSION=
7311 else
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $GDLIB_VERSION)" >&5
7314 $as_echo "yes (version $GDLIB_VERSION)" >&6; }
7315 GDLIB_CFLAGS="`$GDLIB_CONFIG_WITH_ARGS --cflags`"
7316 GDLIB_LDFLAGS="`$GDLIB_CONFIG_WITH_ARGS --ldflags`"
7317 GDLIB_LIBS="`$GDLIB_CONFIG_WITH_ARGS --libs`"
7318 mule_backup_CFLAGS="$CFLAGS"
7319 CFLAGS="$CFLAGS $GDLIB_CFLAGS"
7320 ac_fn_c_check_header_mongrel "$LINENO" "gd.h" "ac_cv_header_gd_h" "$ac_includes_default"
7321 if test "x$ac_cv_header_gd_h" = x""yes; then :
7323 else
7325 GDLIB_CFLAGS=
7326 GDLIB_LDFLAGS=
7327 GDLIB_LIBS=
7328 GDLIB_VERSION=
7333 CFLAGS="$mule_backup_CFLAGS"
7339 if test -n "$GDLIB_VERSION"; then :
7341 CAS_DEFS="-D__GD__"
7342 GDLIB_LIBS="-lgd $GDLIB_LIBS"
7344 else
7345 CAS_DEFS=
7350 if test -z "$CAS_DEFS"; then :
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
7352 gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
7353 Please check that gdlib-config is in your default path, check out
7354 LD_LIBRARY_PATH or equivalent variable.
7355 Or this might also be that your gdlib-config has other name.
7356 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
7357 (replace /usr/bin/gdlib-config with a valid path to your
7358 gdlib-config).
7359 If you use compiled packages check if you have devel pack installed.
7360 To download the latest version check http://www.boutell.com/gd for
7361 sources." >&5
7362 $as_echo "$as_me: WARNING:
7363 gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
7364 Please check that gdlib-config is in your default path, check out
7365 LD_LIBRARY_PATH or equivalent variable.
7366 Or this might also be that your gdlib-config has other name.
7367 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
7368 (replace /usr/bin/gdlib-config with a valid path to your
7369 gdlib-config).
7370 If you use compiled packages check if you have devel pack installed.
7371 To download the latest version check http://www.boutell.com/gd for
7372 sources." >&2;}
7373 _mule_warning_0=yes
7374 _mule_has_warnings=yes
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
7381 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
7382 if test "${ac_cv_header_stdbool_h+set}" = set; then :
7383 $as_echo_n "(cached) " >&6
7384 else
7385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7386 /* end confdefs.h. */
7388 #include <stdbool.h>
7389 #ifndef bool
7390 "error: bool is not defined"
7391 #endif
7392 #ifndef false
7393 "error: false is not defined"
7394 #endif
7395 #if false
7396 "error: false is not 0"
7397 #endif
7398 #ifndef true
7399 "error: true is not defined"
7400 #endif
7401 #if true != 1
7402 "error: true is not 1"
7403 #endif
7404 #ifndef __bool_true_false_are_defined
7405 "error: __bool_true_false_are_defined is not defined"
7406 #endif
7408 struct s { _Bool s: 1; _Bool t; } s;
7410 char a[true == 1 ? 1 : -1];
7411 char b[false == 0 ? 1 : -1];
7412 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
7413 char d[(bool) 0.5 == true ? 1 : -1];
7414 bool e = &s;
7415 char f[(_Bool) 0.0 == false ? 1 : -1];
7416 char g[true];
7417 char h[sizeof (_Bool)];
7418 char i[sizeof s.t];
7419 enum { j = false, k = true, l = false * true, m = true * 256 };
7420 /* The following fails for
7421 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
7422 _Bool n[m];
7423 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
7424 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
7425 # if defined __xlc__ || defined __GNUC__
7426 /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
7427 reported by James Lemley on 2005-10-05; see
7428 http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
7429 This test is not quite right, since xlc is allowed to
7430 reject this program, as the initializer for xlcbug is
7431 not one of the forms that C requires support for.
7432 However, doing the test right would require a runtime
7433 test, and that would make cross-compilation harder.
7434 Let us hope that IBM fixes the xlc bug, and also adds
7435 support for this kind of constant expression. In the
7436 meantime, this test will reject xlc, which is OK, since
7437 our stdbool.h substitute should suffice. We also test
7438 this with GCC, where it should work, to detect more
7439 quickly whether someone messes up the test in the
7440 future. */
7441 char digs[] = "0123456789";
7442 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
7443 # endif
7444 /* Catch a bug in an HP-UX C compiler. See
7445 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
7446 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
7448 _Bool q = true;
7449 _Bool *pq = &q;
7452 main ()
7455 *pq |= q;
7456 *pq |= ! q;
7457 /* Refer to every declared value, to avoid compiler optimizations. */
7458 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
7459 + !m + !n + !o + !p + !q + !pq);
7462 return 0;
7464 _ACEOF
7465 if ac_fn_c_try_compile "$LINENO"; then :
7466 ac_cv_header_stdbool_h=yes
7467 else
7468 ac_cv_header_stdbool_h=no
7470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
7473 $as_echo "$ac_cv_header_stdbool_h" >&6; }
7474 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
7475 if test "x$ac_cv_type__Bool" = x""yes; then :
7477 cat >>confdefs.h <<_ACEOF
7478 #define HAVE__BOOL 1
7479 _ACEOF
7484 if test $ac_cv_header_stdbool_h = yes; then
7486 $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
7491 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
7492 if test "${ac_cv_c_const+set}" = set; then :
7493 $as_echo_n "(cached) " >&6
7494 else
7495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7496 /* end confdefs.h. */
7499 main ()
7501 /* FIXME: Include the comments suggested by Paul. */
7502 #ifndef __cplusplus
7503 /* Ultrix mips cc rejects this. */
7504 typedef int charset[2];
7505 const charset cs;
7506 /* SunOS 4.1.1 cc rejects this. */
7507 char const *const *pcpcc;
7508 char **ppc;
7509 /* NEC SVR4.0.2 mips cc rejects this. */
7510 struct point {int x, y;};
7511 static struct point const zero = {0,0};
7512 /* AIX XL C 1.02.0.0 rejects this.
7513 It does not let you subtract one const X* pointer from another in
7514 an arm of an if-expression whose if-part is not a constant
7515 expression */
7516 const char *g = "string";
7517 pcpcc = &g + (g ? g-g : 0);
7518 /* HPUX 7.0 cc rejects these. */
7519 ++pcpcc;
7520 ppc = (char**) pcpcc;
7521 pcpcc = (char const *const *) ppc;
7522 { /* SCO 3.2v4 cc rejects this. */
7523 char *t;
7524 char const *s = 0 ? (char *) 0 : (char const *) 0;
7526 *t++ = 0;
7527 if (s) return 0;
7529 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7530 int x[] = {25, 17};
7531 const int *foo = &x[0];
7532 ++foo;
7534 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7535 typedef const int *iptr;
7536 iptr p = 0;
7537 ++p;
7539 { /* AIX XL C 1.02.0.0 rejects this saying
7540 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7541 struct s { int j; const int *ap[3]; };
7542 struct s *b; b->j = 5;
7544 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7545 const int foo = 10;
7546 if (!foo) return 0;
7548 return !cs[0] && !zero.x;
7549 #endif
7552 return 0;
7554 _ACEOF
7555 if ac_fn_c_try_compile "$LINENO"; then :
7556 ac_cv_c_const=yes
7557 else
7558 ac_cv_c_const=no
7560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
7563 $as_echo "$ac_cv_c_const" >&6; }
7564 if test $ac_cv_c_const = no; then
7566 $as_echo "#define const /**/" >>confdefs.h
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
7571 $as_echo_n "checking for inline... " >&6; }
7572 if test "${ac_cv_c_inline+set}" = set; then :
7573 $as_echo_n "(cached) " >&6
7574 else
7575 ac_cv_c_inline=no
7576 for ac_kw in inline __inline__ __inline; do
7577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7578 /* end confdefs.h. */
7579 #ifndef __cplusplus
7580 typedef int foo_t;
7581 static $ac_kw foo_t static_foo () {return 0; }
7582 $ac_kw foo_t foo () {return 0; }
7583 #endif
7585 _ACEOF
7586 if ac_fn_c_try_compile "$LINENO"; then :
7587 ac_cv_c_inline=$ac_kw
7589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7590 test "$ac_cv_c_inline" != no && break
7591 done
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
7595 $as_echo "$ac_cv_c_inline" >&6; }
7597 case $ac_cv_c_inline in
7598 inline | yes) ;;
7600 case $ac_cv_c_inline in
7601 no) ac_val=;;
7602 *) ac_val=$ac_cv_c_inline;;
7603 esac
7604 cat >>confdefs.h <<_ACEOF
7605 #ifndef __cplusplus
7606 #define inline $ac_val
7607 #endif
7608 _ACEOF
7610 esac
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
7613 $as_echo_n "checking for working volatile... " >&6; }
7614 if test "${ac_cv_c_volatile+set}" = set; then :
7615 $as_echo_n "(cached) " >&6
7616 else
7617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7618 /* end confdefs.h. */
7621 main ()
7624 volatile int x;
7625 int * volatile y = (int *) 0;
7626 return !x && !y;
7628 return 0;
7630 _ACEOF
7631 if ac_fn_c_try_compile "$LINENO"; then :
7632 ac_cv_c_volatile=yes
7633 else
7634 ac_cv_c_volatile=no
7636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_volatile" >&5
7639 $as_echo "$ac_cv_c_volatile" >&6; }
7640 if test $ac_cv_c_volatile = no; then
7642 $as_echo "#define volatile /**/" >>confdefs.h
7647 ac_ext=cpp
7648 ac_cpp='$CXXCPP $CPPFLAGS'
7649 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7650 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7651 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7655 # Check for zlib
7657 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_amule_gui:-no} = yes ; then :
7660 # Check whether --with-zlib was given.
7661 if test "${with_zlib+set}" = set; then :
7662 withval=$with_zlib;
7666 case "${with_zlib:-yes}" in
7668 as_fn_error "zlib >= 1.1.4 is required for aMule" "$LINENO" 5
7670 yes | sys)
7673 zlib_prefix="$with_zlib"
7674 esac
7676 mule_backup_CPPFLAGS="$CPPFLAGS"
7677 mule_backup_LDFLAGS="$LDFLAGS"
7678 mule_backup_LIBS="$LIBS"
7679 if test -n "$zlib_prefix"; then :
7681 ZLIB_CPPFLAGS="-I$zlib_prefix/include"
7682 ZLIB_LDFLAGS="-L$zlib_prefix/lib"
7683 CPPFLAGS="$CPPFLAGS $ZLIB_CPPFLAGS"
7684 LDFLAGS="$LDFLAGS $ZLIB_LDFLAGS"
7686 else
7688 ZLIB_CPPFLAGS=
7689 ZLIB_LDFLAGS=
7692 ZLIB_LIBS="-lz"
7693 LIBS="$ZLIB_LIBS $LIBS"
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib >= 1.1.4" >&5
7696 $as_echo_n "checking for zlib >= 1.1.4... " >&6; }
7697 if test "$cross_compiling" = yes; then :
7699 result=no
7700 z_version=
7701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7702 /* end confdefs.h. */
7705 #include <zlib.h>
7706 #include <stdio.h>
7709 main ()
7712 printf("\nZLIB_VERSION_START" ZLIB_VERSION "ZLIB_VERSION_END\n\n");
7713 zlibVersion();
7716 return 0;
7719 _ACEOF
7720 if ac_fn_cxx_try_link "$LINENO"; then :
7722 ZLIB_VERSION=`grep -a '^ZLIB_VERSION_START.*ZLIB_VERSION_END$' conftest$ac_exeext | sed 's/^ZLIB_VERSION_START\(.*\)ZLIB_VERSION_END$/\1/'`
7723 cross_zver_max="`echo $ZLIB_VERSION | cut -d. -f1`"
7724 cross_zver_mid="`echo $ZLIB_VERSION | cut -d. -f2`"
7725 cross_zver_min="`echo $ZLIB_VERSION | cut -d. -f3`"
7726 if test "$cross_zver_max" -gt "1"; then
7727 result=yes
7728 elif test "$cross_zver_max" -eq "1"; then
7730 if test "$cross_zver_mid" -gt "1"; then
7731 result=yes
7732 elif test "$cross_zver_mid" -eq "1"; then
7733 if test "$cross_zver_min" -ge "4"; then
7734 result=yes
7742 if test ${result:-no} = yes; then :
7743 z_version=" (version $ZLIB_VERSION)"
7747 rm -f core conftest.err conftest.$ac_objext \
7748 conftest$ac_exeext conftest.$ac_ext
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result$z_version" >&5
7750 $as_echo "$result$z_version" >&6; }
7752 else
7753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7754 /* end confdefs.h. */
7757 #include <zlib.h>
7758 #include <stdio.h>
7761 main ()
7763 const char *zver = zlibVersion();
7764 FILE *f=fopen("conftestval", "w");
7765 if (!f) return 1;
7766 fprintf(f, "%s",
7767 zver[0] > '1' ||
7768 (zver[0] == '1' &&
7769 (zver[2] > '1' ||
7770 (zver[2] == '1' &&
7771 zver[4] >= '4'))) ? "yes" : "no");
7772 fclose(f);
7773 f=fopen("conftestver", "w");
7774 if (f) {
7775 fprintf(f, "%s", ZLIB_VERSION);
7776 fclose(f);
7780 return 0;
7783 _ACEOF
7784 if ac_fn_cxx_try_run "$LINENO"; then :
7786 if test -f conftestval; then :
7787 result=`cat conftestval`
7788 else
7789 result=no
7791 if test ${result:-no} = yes; then :
7793 if test -f conftestver; then :
7795 ZLIB_VERSION=`cat conftestver`
7796 z_version=" (version $ZLIB_VERSION)"
7798 else
7799 z_version=
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result$z_version" >&5
7804 $as_echo "$result$z_version" >&6; }
7806 else
7808 result=no
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7810 $as_echo "$result" >&6; }
7813 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7814 conftest.$ac_objext conftest.beam conftest.$ac_ext
7818 CPPFLAGS="$mule_backup_CPPFLAGS"
7819 LDFLAGS="$mule_backup_LDFLAGS"
7820 LIBS="$mule_backup_LIBS"
7822 if test ${result:-no} = no; then :
7824 ZLIB_CPPFLAGS=
7825 ZLIB_LDFLAGS=
7826 ZLIB_LIBS=
7827 as_fn_error "zlib >= 1.1.4 is required for aMule" "$LINENO" 5
7835 # Check for libpng
7836 if test ${enable_webserver:-no} = yes; then :
7839 # Check whether --with-libpng-prefix was given.
7840 if test "${with_libpng_prefix+set}" = set; then :
7841 withval=$with_libpng_prefix;
7845 # Check whether --with-libpng-config was given.
7846 if test "${with_libpng_config+set}" = set; then :
7847 withval=$with_libpng_config;
7851 LIBPNG_VERSION=
7853 # do we have libpng-config name: it can be libpng-config or libpng12-config or ...
7854 if test x${LIBPNG_CONFIG_NAME+set} != xset; then :
7855 LIBPNG_CONFIG_NAME=libpng-config
7857 if test -n "$with_libpng_config"; then :
7858 LIBPNG_CONFIG_NAME="$with_libpng_config"
7861 # deal with optional prefix
7862 if test -n "$with_libpng_prefix"; then :
7863 LIBPNG_LOOKUP_PATH="$with_libpng_prefix/bin"
7866 # don't search the PATH if LIBPNG_CONFIG_NAME is absolute filename
7867 if test -x "$LIBPNG_CONFIG_NAME"; then :
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpng-config" >&5
7870 $as_echo_n "checking for libpng-config... " >&6; }
7871 LIBPNG_CONFIG_PATH="$LIBPNG_CONFIG_NAME"
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBPNG_CONFIG_PATH" >&5
7873 $as_echo "$LIBPNG_CONFIG_PATH" >&6; }
7875 else
7876 # Extract the first word of "$LIBPNG_CONFIG_NAME", so it can be a program name with args.
7877 set dummy $LIBPNG_CONFIG_NAME; ac_word=$2
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7879 $as_echo_n "checking for $ac_word... " >&6; }
7880 if test "${ac_cv_path_LIBPNG_CONFIG_PATH+set}" = set; then :
7881 $as_echo_n "(cached) " >&6
7882 else
7883 case $LIBPNG_CONFIG_PATH in
7884 [\\/]* | ?:[\\/]*)
7885 ac_cv_path_LIBPNG_CONFIG_PATH="$LIBPNG_CONFIG_PATH" # Let the user override the test with a path.
7888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7889 as_dummy="$LIBPNG_LOOKUP_PATH:$PATH"
7890 for as_dir in $as_dummy
7892 IFS=$as_save_IFS
7893 test -z "$as_dir" && as_dir=.
7894 for ac_exec_ext in '' $ac_executable_extensions; do
7895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7896 ac_cv_path_LIBPNG_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
7897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7898 break 2
7900 done
7901 done
7902 IFS=$as_save_IFS
7904 test -z "$ac_cv_path_LIBPNG_CONFIG_PATH" && ac_cv_path_LIBPNG_CONFIG_PATH="no"
7906 esac
7908 LIBPNG_CONFIG_PATH=$ac_cv_path_LIBPNG_CONFIG_PATH
7909 if test -n "$LIBPNG_CONFIG_PATH"; then
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBPNG_CONFIG_PATH" >&5
7911 $as_echo "$LIBPNG_CONFIG_PATH" >&6; }
7912 else
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914 $as_echo "no" >&6; }
7920 if test ${LIBPNG_CONFIG_PATH:-no} != no; then :
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libpng version >= 1.2.0" >&5
7923 $as_echo_n "checking for libpng version >= 1.2.0... " >&6; }
7925 LIBPNG_CONFIG_WITH_ARGS="$LIBPNG_CONFIG_PATH $libpng_config_args"
7927 LIBPNG_VERSION=`$LIBPNG_CONFIG_WITH_ARGS --version`
7928 libpng_config_major_version=`echo $LIBPNG_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1/'`
7929 libpng_config_minor_version=`echo $LIBPNG_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\2/'`
7930 libpng_config_micro_version=`echo $LIBPNG_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
7932 libpng_ver_ok=
7933 if test $libpng_config_major_version -gt 1; then
7934 libpng_ver_ok=yes
7935 elif test $libpng_config_major_version -eq 1; then
7937 if test $libpng_config_minor_version -gt 2; then
7938 libpng_ver_ok=yes
7939 elif test $libpng_config_minor_version -eq 2; then
7940 if test $libpng_config_micro_version -ge 0; then
7941 libpng_ver_ok=yes
7950 if test -z "$libpng_ver_ok"; then :
7952 if test -z "$LIBPNG_VERSION"; then :
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7954 $as_echo "no" >&6; }
7955 else
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (version $LIBPNG_VERSION is not new enough)" >&5
7958 $as_echo "no (version $LIBPNG_VERSION is not new enough)" >&6; }
7959 LIBPNG_VERSION=
7963 else
7965 LIBPNG_LIBS=`$LIBPNG_CONFIG_WITH_ARGS --libs`
7966 LIBPNG_LDFLAGS=`$LIBPNG_CONFIG_WITH_ARGS --ldflags | sed -e "s/ *${LIBPNG_LIBS}$//"`
7967 LIBPNG_CFLAGS=`$LIBPNG_CONFIG_WITH_ARGS --cflags`
7968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $LIBPNG_VERSION)" >&5
7969 $as_echo "yes (version $LIBPNG_VERSION)" >&6; }
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libpng is usable" >&5
7972 $as_echo_n "checking if libpng is usable... " >&6; }
7974 SAVED_CFLAGS=$CFLAGS
7975 SAVED_LDFLAGS=$LDFLAGS
7976 SAVED_LIBS=$LIBS
7978 CFLAGS="$CFLAGS $LIBPNG_CFLAGS"
7979 LDFLAGS="$LDFLAGS $LIBPNG_LDFLAGS"
7980 LIBS="$LIBS $LIBPNG_LIBS"
7982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7983 /* end confdefs.h. */
7986 #include <png.h>
7987 #include <stdio.h>
7990 main ()
7993 png_uint_32 libpng_vn = png_access_version_number();
7994 printf("\nlibpng version %i\n\n", libpng_vn);
7997 return 0;
8000 _ACEOF
8001 if ac_fn_cxx_try_link "$LINENO"; then :
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8004 $as_echo "yes" >&6; }
8006 else
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (failed to compile and link test program)" >&5
8009 $as_echo "no (failed to compile and link test program)" >&6; }
8010 LIBPNG_LIBS=
8011 LIBPNG_LDFLAGS=
8012 LIBPNG_CFLAGS=
8013 LIBPNG_VERSION=
8016 rm -f core conftest.err conftest.$ac_objext \
8017 conftest$ac_exeext conftest.$ac_ext
8019 CFLAGS="$SAVED_CFLAGS"
8020 LDFLAGS="$SAVED_LDFLAGS"
8021 LIBS="$SAVED_LIBS"
8027 if test -n "$LIBPNG_VERSION"; then :
8028 AMULEWEB_DEFS="-DWITH_LIBPNG"
8029 else
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
8032 libpng >= 1.2.0 not found.
8033 amuleweb will be compiled but file download progress bar images will
8034 NOT be generated." >&5
8035 $as_echo "$as_me: WARNING:
8036 libpng >= 1.2.0 not found.
8037 amuleweb will be compiled but file download progress bar images will
8038 NOT be generated." >&2;}
8039 _mule_warning_1=yes
8040 _mule_has_warnings=yes
8051 # Check for perl File::Copy
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for File::Copy" >&5
8053 $as_echo_n "checking for File::Copy... " >&6; }
8054 if perl -e "require File::Copy" 2>/dev/null; then :
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
8056 $as_echo "ok" >&6; }
8057 else
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
8059 File::Copy perl module is required by the mldonkey_importer script.
8060 If you want to use this script please install File::Copy from CPAN." >&5
8061 $as_echo "$as_me: WARNING:
8062 File::Copy perl module is required by the mldonkey_importer script.
8063 If you want to use this script please install File::Copy from CPAN." >&2;}
8064 _mule_warning_2=yes
8065 _mule_has_warnings=yes
8070 # Check for GeoIP (required for IP2Country capability)
8072 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_gui:-no} = yes ; then :
8074 # Check whether --enable-geoip was given.
8075 if test "${enable_geoip+set}" = set; then :
8076 enableval=$enable_geoip;
8081 if test ${enable_geoip:-no} = yes; then :
8084 # Check whether --with-geoip-headers was given.
8085 if test "${with_geoip_headers+set}" = set; then :
8086 withval=$with_geoip_headers; GEOIP_CPPFLAGS="-I$withval"
8090 # Check whether --with-geoip-lib was given.
8091 if test "${with_geoip_lib+set}" = set; then :
8092 withval=$with_geoip_lib; GEOIP_LDFLAGS="-L$withval"
8096 mule_backup_CPPFLAGS="$CPPFLAGS"
8097 CPPFLAGS="$CPPFLAGS $GEOIP_CPPFLAGS"
8098 mule_backup_LDFLAGS="$LDFLAGS"
8099 LDFLAGS="$LDFLAGS $GEOIP_LDFLAGS"
8101 ac_fn_cxx_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
8102 if test "x$ac_cv_header_GeoIP_h" = x""yes; then :
8104 if test x$SYS = xwin32; then :
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WinSock library needed by GeoIP" >&5
8107 $as_echo_n "checking for WinSock library needed by GeoIP... " >&6; }
8108 # Actually, we might not need any if GeoIP is linked as a .dll
8109 # - but that's even harder to check for
8110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8111 /* end confdefs.h. */
8114 #include <GeoIP.h>
8115 #if (defined _WINSOCK2API_ || defined _WINSOCK2_H)
8116 I do know it's not the best approach, but at least works with MinGW stock headers.
8117 (tested with w32api-3.12)
8118 #endif
8121 main ()
8125 return 0;
8128 _ACEOF
8129 if ac_fn_cxx_try_compile "$LINENO"; then :
8131 GEOIP_WINSOCK_LIB="-lwsock32"
8133 else
8135 GEOIP_WINSOCK_LIB="-lws2_32"
8138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GEOIP_WINSOCK_LIB" >&5
8140 $as_echo "$GEOIP_WINSOCK_LIB" >&6; }
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GeoIP_open in -lGeoIP" >&5
8144 $as_echo_n "checking for GeoIP_open in -lGeoIP... " >&6; }
8145 if test "${ac_cv_lib_GeoIP_GeoIP_open+set}" = set; then :
8146 $as_echo_n "(cached) " >&6
8147 else
8148 ac_check_lib_save_LIBS=$LIBS
8149 LIBS="-lGeoIP ${GEOIP_WINSOCK_LIB:-} $LIBS"
8150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8151 /* end confdefs.h. */
8153 /* Override any GCC internal prototype to avoid an error.
8154 Use char because int might match the return type of a GCC
8155 builtin and then its argument prototype would still apply. */
8156 #ifdef __cplusplus
8157 extern "C"
8158 #endif
8159 char GeoIP_open ();
8161 main ()
8163 return GeoIP_open ();
8165 return 0;
8167 _ACEOF
8168 if ac_fn_cxx_try_link "$LINENO"; then :
8169 ac_cv_lib_GeoIP_GeoIP_open=yes
8170 else
8171 ac_cv_lib_GeoIP_GeoIP_open=no
8173 rm -f core conftest.err conftest.$ac_objext \
8174 conftest$ac_exeext conftest.$ac_ext
8175 LIBS=$ac_check_lib_save_LIBS
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GeoIP_GeoIP_open" >&5
8178 $as_echo "$ac_cv_lib_GeoIP_GeoIP_open" >&6; }
8179 if test "x$ac_cv_lib_GeoIP_GeoIP_open" = x""yes; then :
8182 $as_echo "#define SUPPORT_GEOIP 1" >>confdefs.h
8184 GEOIP_LIBS="-lGeoIP"
8185 if test x$SYS = xwin32; then :
8186 GEOIP_LIBS="$GEOIP_LIBS $GEOIP_WINSOCK_LIB"
8188 GEOIP_CPPFLAGS="$GEOIP_CPPFLAGS -DENABLE_IP2COUNTRY=1"
8190 # Check whether --with-geoip-static was given.
8191 if test "${with_geoip_static+set}" = set; then :
8192 withval=$with_geoip_static;
8193 if test "$withval" != "no" -a ${enable_static:-no} = no; then :
8195 mule_backup_LIBS="$LIBS"
8196 LIBS="-Wl,-Bstatic $GEOIP_LIBS -Wl,-Bdynamic $LIBS"
8197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8198 /* end confdefs.h. */
8201 #include <GeoIP.h>
8204 main ()
8207 GeoIP *g = GeoIP_new(GEOIP_STANDARD);
8210 return 0;
8213 _ACEOF
8214 if ac_fn_cxx_try_link "$LINENO"; then :
8216 GEOIP_LIBS="-Wl,-Bstatic $GEOIP_LIBS -Wl,-Bdynamic"
8218 else
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
8221 Cannot link GeoIP statically, because your linker ($LD) does not
8222 support it." >&5
8223 $as_echo "$as_me: WARNING:
8224 Cannot link GeoIP statically, because your linker ($LD) does not
8225 support it." >&2;}
8226 _mule_warning_3=yes
8227 _mule_has_warnings=yes
8231 rm -f core conftest.err conftest.$ac_objext \
8232 conftest$ac_exeext conftest.$ac_ext
8233 LIBS="$mule_backup_LIBS"
8240 else
8242 enable_geoip=disabled
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
8244 GeoIP support has been disabled because the GeoIP libraries were not
8245 found" >&5
8246 $as_echo "$as_me: WARNING:
8247 GeoIP support has been disabled because the GeoIP libraries were not
8248 found" >&2;}
8249 _mule_warning_4=yes
8250 _mule_has_warnings=yes
8256 else
8258 enable_geoip=disabled
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
8260 GeoIP support has been disabled because the GeoIP header files were
8261 not found" >&5
8262 $as_echo "$as_me: WARNING:
8263 GeoIP support has been disabled because the GeoIP header files were
8264 not found" >&2;}
8265 _mule_warning_5=yes
8266 _mule_has_warnings=yes
8273 CPPFLAGS="$mule_backup_CPPFLAGS"
8274 LDFLAGS="$mule_backup_LDFLAGS"
8281 # Check for wx
8282 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_alc:-no} = yes -o ${enable_alcc:-no} = yes -o ${enable_wxcas:-no} = yes -o ${enable_fileview:-no} = yes ; then :
8285 # Check whether --with-wxdir was given.
8286 if test "${with_wxdir+set}" = set; then :
8287 withval=$with_wxdir; wx_config_name="$withval/wx-config"
8288 wx_config_args="--inplace"
8292 # Check whether --with-wx-config was given.
8293 if test "${with_wx_config+set}" = set; then :
8294 withval=$with_wx_config; wx_config_name="$withval"
8298 # Check whether --with-wx-prefix was given.
8299 if test "${with_wx_prefix+set}" = set; then :
8300 withval=$with_wx_prefix; wx_config_prefix="$withval"
8301 else
8302 wx_config_prefix=""
8306 # Check whether --with-wx-exec-prefix was given.
8307 if test "${with_wx_exec_prefix+set}" = set; then :
8308 withval=$with_wx_exec_prefix; wx_config_exec_prefix="$withval"
8309 else
8310 wx_config_exec_prefix=""
8325 # Check whether --with-toolkit was given.
8326 if test "${with_toolkit+set}" = set; then :
8327 withval=$with_toolkit;
8328 else
8329 withval="auto"
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the --with-toolkit option" >&5
8334 $as_echo_n "checking for the --with-toolkit option... " >&6; }
8335 if test "$withval" = "auto" ; then
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: will be automatically detected" >&5
8337 $as_echo "will be automatically detected" >&6; }
8338 TOOLKIT=""
8339 else
8340 TOOLKIT="$withval"
8342 if test "$TOOLKIT" != "gtk1" -a "$TOOLKIT" != "gtk2" -a "$TOOLKIT" != "gtk3" -a \
8343 "$TOOLKIT" != "msw" -a "$TOOLKIT" != "motif" -a \
8344 "$TOOLKIT" != "osx_carbon" -a "$TOOLKIT" != "osx_cocoa" -a \
8345 "$TOOLKIT" != "dfb" -a "$TOOLKIT" != "x11"; then
8346 as_fn_error "
8347 Unrecognized option value (allowed values: auto, gtk1, gtk2, gtk3, msw, motif, osx_carbon, osx_cocoa, dfb, x11)
8348 " "$LINENO" 5
8351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TOOLKIT" >&5
8352 $as_echo "$TOOLKIT" >&6; }
8359 # Check whether --with-wxshared was given.
8360 if test "${with_wxshared+set}" = set; then :
8361 withval=$with_wxshared;
8362 else
8363 withval="auto"
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the --with-wxshared option" >&5
8368 $as_echo_n "checking for the --with-wxshared option... " >&6; }
8369 if test "$withval" = "yes" ; then
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8371 $as_echo "yes" >&6; }
8372 WX_SHARED=1
8374 elif test "1" = "1" -a "$withval" = "no" ; then
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8376 $as_echo "no" >&6; }
8377 WX_SHARED=0
8378 elif test "$withval" = "auto" ; then
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: will be automatically detected" >&5
8380 $as_echo "will be automatically detected" >&6; }
8381 WX_SHARED=""
8382 else
8383 as_fn_error "
8384 Unrecognized option value (allowed values: yes, auto)
8385 " "$LINENO" 5
8392 # Check whether --with-wxdebug was given.
8393 if test "${with_wxdebug+set}" = set; then :
8394 withval=$with_wxdebug;
8395 else
8396 withval="auto"
8400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the --with-wxdebug option" >&5
8401 $as_echo_n "checking for the --with-wxdebug option... " >&6; }
8402 if test "$withval" = "yes" ; then
8403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8404 $as_echo "yes" >&6; }
8405 WX_DEBUG=1
8407 elif test "1" = "1" -a "$withval" = "no" ; then
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8409 $as_echo "no" >&6; }
8410 WX_DEBUG=0
8411 elif test "$withval" = "auto" ; then
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: will be automatically detected" >&5
8413 $as_echo "will be automatically detected" >&6; }
8414 WX_DEBUG=""
8415 else
8416 as_fn_error "
8417 Unrecognized option value (allowed values: yes, auto)
8418 " "$LINENO" 5
8425 # Check whether --with-wxversion was given.
8426 if test "${with_wxversion+set}" = set; then :
8427 withval=$with_wxversion;
8428 else
8429 withval="auto"
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the --with-wxversion option" >&5
8434 $as_echo_n "checking for the --with-wxversion option... " >&6; }
8435 if test "$withval" = "auto" ; then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: will be automatically detected" >&5
8437 $as_echo "will be automatically detected" >&6; }
8438 WX_RELEASE=""
8439 else
8441 wx_requested_major_version=`echo $withval | \
8442 sed 's/\([0-9]*\).\([0-9]*\).*/\1/'`
8443 wx_requested_minor_version=`echo $withval | \
8444 sed 's/\([0-9]*\).\([0-9]*\).*/\2/'`
8446 if test "${#wx_requested_major_version}" != "1" -o \
8447 "${#wx_requested_minor_version}" != "1" ; then
8448 as_fn_error "
8449 Unrecognized option value (allowed values: auto, 2.6, 2.7, 2.8, 2.9, 3.0)
8450 " "$LINENO" 5
8453 WX_RELEASE="$wx_requested_major_version"".""$wx_requested_minor_version"
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_RELEASE" >&5
8455 $as_echo "$WX_RELEASE" >&6; }
8459 if test "$WX_DEBUG_CONFIGURE" = "1"; then
8460 echo "[dbg] DEBUG: $DEBUG, WX_DEBUG: $WX_DEBUG"
8461 echo "[dbg] UNICODE: $UNICODE, WX_UNICODE: $WX_UNICODE"
8462 echo "[dbg] SHARED: $SHARED, WX_SHARED: $WX_SHARED"
8463 echo "[dbg] TOOLKIT: $TOOLKIT, WX_TOOLKIT: $WX_TOOLKIT"
8464 echo "[dbg] VERSION: $VERSION, WX_RELEASE: $WX_RELEASE"
8467 # Force using a static wxWidgets library if the executable is to be linked statically.
8468 if test ${enable_static:-no} = yes; then :
8469 WX_SHARED=0
8471 # Force using a unicode build of the library
8472 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_fileview:-no} = yes ; then :
8473 WX_UNICODE=1
8475 DEBUG=$WX_DEBUG
8477 if test "$WX_SHARED" = "1" ; then
8478 WXCONFIG_FLAGS="--static=no "
8479 elif test "$WX_SHARED" = "0" ; then
8480 WXCONFIG_FLAGS="--static=yes "
8483 if test "$WX_DEBUG" = "1" ; then
8484 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=yes "
8485 elif test "$WX_DEBUG" = "0" ; then
8486 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=no "
8489 if test "$WX_UNICODE" = "1" ; then
8490 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=yes "
8491 elif test "$WX_UNICODE" = "0" ; then
8492 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=no "
8495 if test -n "$TOOLKIT" ; then
8496 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--toolkit=$TOOLKIT "
8499 if test -n "$WX_RELEASE" ; then
8500 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--version=$WX_RELEASE "
8503 WXCONFIG_FLAGS=${WXCONFIG_FLAGS% }
8505 if test "$WX_DEBUG_CONFIGURE" = "1"; then
8506 echo "[dbg] WXCONFIG_FLAGS: $WXCONFIG_FLAGS"
8510 if test x${WX_CONFIG_NAME+set} != xset ; then
8511 WX_CONFIG_NAME=wx-config
8514 if test "x$wx_config_name" != x ; then
8515 WX_CONFIG_NAME="$wx_config_name"
8518 if test x$wx_config_exec_prefix != x ; then
8519 wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix"
8520 WX_LOOKUP_PATH="$wx_config_exec_prefix/bin"
8522 if test x$wx_config_prefix != x ; then
8523 wx_config_args="$wx_config_args --prefix=$wx_config_prefix"
8524 WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin"
8526 if test "$cross_compiling" = "yes"; then
8527 wx_config_args="$wx_config_args --host=$host_alias"
8530 if test -x "$WX_CONFIG_NAME" ; then
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wx-config" >&5
8532 $as_echo_n "checking for wx-config... " >&6; }
8533 WX_CONFIG_PATH="$WX_CONFIG_NAME"
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5
8535 $as_echo "$WX_CONFIG_PATH" >&6; }
8536 else
8537 # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args.
8538 set dummy $WX_CONFIG_NAME; ac_word=$2
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8540 $as_echo_n "checking for $ac_word... " >&6; }
8541 if test "${ac_cv_path_WX_CONFIG_PATH+set}" = set; then :
8542 $as_echo_n "(cached) " >&6
8543 else
8544 case $WX_CONFIG_PATH in
8545 [\\/]* | ?:[\\/]*)
8546 ac_cv_path_WX_CONFIG_PATH="$WX_CONFIG_PATH" # Let the user override the test with a path.
8549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8550 as_dummy=""$WX_LOOKUP_PATH:$PATH""
8551 for as_dir in $as_dummy
8553 IFS=$as_save_IFS
8554 test -z "$as_dir" && as_dir=.
8555 for ac_exec_ext in '' $ac_executable_extensions; do
8556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8557 ac_cv_path_WX_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
8558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8559 break 2
8561 done
8562 done
8563 IFS=$as_save_IFS
8565 test -z "$ac_cv_path_WX_CONFIG_PATH" && ac_cv_path_WX_CONFIG_PATH="no"
8567 esac
8569 WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH
8570 if test -n "$WX_CONFIG_PATH"; then
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_CONFIG_PATH" >&5
8572 $as_echo "$WX_CONFIG_PATH" >&6; }
8573 else
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8575 $as_echo "no" >&6; }
8581 if test "$WX_CONFIG_PATH" != "no" ; then
8582 WX_VERSION=""
8584 min_wx_version=2.8.12
8585 if test -z "$WXCONFIG_FLAGS" ; then
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version" >&5
8587 $as_echo_n "checking for wxWidgets version >= $min_wx_version... " >&6; }
8588 else
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets version >= $min_wx_version ($WXCONFIG_FLAGS)" >&5
8590 $as_echo_n "checking for wxWidgets version >= $min_wx_version ($WXCONFIG_FLAGS)... " >&6; }
8593 WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args $WXCONFIG_FLAGS"
8595 WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
8596 wx_config_major_version=`echo $WX_VERSION | \
8597 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
8598 wx_config_minor_version=`echo $WX_VERSION | \
8599 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
8600 wx_config_micro_version=`echo $WX_VERSION | \
8601 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
8603 wx_requested_major_version=`echo $min_wx_version | \
8604 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
8605 wx_requested_minor_version=`echo $min_wx_version | \
8606 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
8607 wx_requested_micro_version=`echo $min_wx_version | \
8608 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
8611 wx_ver_ok=""
8612 if test "x$WX_VERSION" != x ; then
8613 if test $wx_config_major_version -gt $wx_requested_major_version; then
8614 wx_ver_ok=yes
8615 else
8616 if test $wx_config_major_version -eq $wx_requested_major_version; then
8617 if test $wx_config_minor_version -gt $wx_requested_minor_version; then
8618 wx_ver_ok=yes
8619 else
8620 if test $wx_config_minor_version -eq $wx_requested_minor_version; then
8621 if test $wx_config_micro_version -ge $wx_requested_micro_version; then
8622 wx_ver_ok=yes
8631 if test -n "$wx_ver_ok"; then
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $WX_VERSION)" >&5
8633 $as_echo "yes (version $WX_VERSION)" >&6; }
8634 WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs `
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wxWidgets static library" >&5
8637 $as_echo_n "checking for wxWidgets static library... " >&6; }
8638 WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
8639 if test "x$WX_LIBS_STATIC" = "x"; then
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8641 $as_echo "no" >&6; }
8642 else
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8644 $as_echo "yes" >&6; }
8647 wx_has_cppflags=""
8648 if test $wx_config_major_version -gt 2; then
8649 wx_has_cppflags=yes
8650 else
8651 if test $wx_config_major_version -eq 2; then
8652 if test $wx_config_minor_version -gt 2; then
8653 wx_has_cppflags=yes
8654 else
8655 if test $wx_config_minor_version -eq 2; then
8656 if test $wx_config_micro_version -ge 6; then
8657 wx_has_cppflags=yes
8664 wx_has_rescomp=""
8665 if test $wx_config_major_version -gt 2; then
8666 wx_has_rescomp=yes
8667 else
8668 if test $wx_config_major_version -eq 2; then
8669 if test $wx_config_minor_version -ge 7; then
8670 wx_has_rescomp=yes
8674 if test "x$wx_has_rescomp" = x ; then
8675 WX_RESCOMP=
8676 else
8677 WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
8680 if test "x$wx_has_cppflags" = x ; then
8681 WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags `
8682 WX_CPPFLAGS=$WX_CFLAGS
8683 WX_CXXFLAGS=$WX_CFLAGS
8685 WX_CFLAGS_ONLY=$WX_CFLAGS
8686 WX_CXXFLAGS_ONLY=$WX_CFLAGS
8687 else
8688 WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags `
8689 WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags `
8690 WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags `
8692 WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
8693 WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
8696 wxWin=1
8698 else
8700 if test "x$WX_VERSION" = x; then
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8702 $as_echo "no" >&6; }
8703 else
8704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (version $WX_VERSION is not new enough)" >&5
8705 $as_echo "no (version $WX_VERSION is not new enough)" >&6; }
8708 WX_CFLAGS=""
8709 WX_CPPFLAGS=""
8710 WX_CXXFLAGS=""
8711 WX_LIBS=""
8712 WX_LIBS_STATIC=""
8713 WX_RESCOMP=""
8715 if test ! -z "$WXCONFIG_FLAGS"; then
8717 wx_error_message="
8718 The configuration you asked for $PACKAGE_NAME requires a wxWidgets
8719 build with the following settings:
8720 $WXCONFIG_FLAGS
8721 but such build is not available.
8723 To see the wxWidgets builds available on this system, please use
8724 'wx-config --list' command. To use the default build, returned by
8725 'wx-config --selected-config', use the options with their 'auto'
8726 default values."
8730 wx_error_message="
8731 The requested wxWidgets build couldn't be found.
8732 $wx_error_message
8734 If you still get this error, then check that 'wx-config' is
8735 in path, the directory where wxWidgets libraries are installed
8736 (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
8737 or equivalent variable and wxWidgets version is 2.8.12 or above."
8739 as_fn_error "$wx_error_message" "$LINENO" 5
8742 else
8744 WX_CFLAGS=""
8745 WX_CPPFLAGS=""
8746 WX_CXXFLAGS=""
8747 WX_LIBS=""
8748 WX_LIBS_STATIC=""
8749 WX_RESCOMP=""
8765 WX_VERSION_MAJOR="$wx_config_major_version"
8766 WX_VERSION_MINOR="$wx_config_minor_version"
8767 WX_VERSION_MICRO="$wx_config_micro_version"
8772 if test "$wxWin" != 1; then :
8773 as_fn_error "
8774 wxWidgets must be installed on your system but wx-config
8775 script couldn't be found. Please check that wx-config is
8776 in path or specified by --with-wx-config=path flag, the
8777 directory where wxWidgets libraries are installed (returned
8778 by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
8779 equivalent variable and wxWidgets version is 2.8.12 or above.
8780 " "$LINENO" 5
8783 if test "${WX_VERSION_FULL}" = "2.9.0"; then :
8784 as_fn_error "
8785 This version of wxWidgets is known to not work with aMule.
8786 Please upgrade to a newer version.
8787 " "$LINENO" 5
8791 WX_RELEASE="$WX_VERSION_MAJOR""$WX_VERSION_MINOR"
8792 if test $WX_RELEASE -lt 26 ; then
8794 as_fn_error "
8795 Cannot detect the wxWidgets configuration for the selected wxWidgets build
8796 since its version is $WX_VERSION < 2.6.0; please install a newer
8797 version of wxWidgets.
8798 " "$LINENO" 5
8801 WX_SELECTEDCONFIG=$($WX_CONFIG_WITH_ARGS --selected_config)
8803 if test "$WX_DEBUG_CONFIGURE" = "1"; then
8804 echo "[dbg] Using wx-config --selected-config"
8805 echo "[dbg] WX_SELECTEDCONFIG: $WX_SELECTEDCONFIG"
8808 if test "$WX_SHARED" = "1"; then
8809 STATIC=0
8810 elif test "$WX_SHARED" = "0"; then
8811 STATIC=1
8815 if test -z "$UNICODE" ; then
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wxWidgets was built with UNICODE enabled" >&5
8818 $as_echo_n "checking if wxWidgets was built with UNICODE enabled... " >&6; }
8820 WX_UNICODE=$(expr "$WX_SELECTEDCONFIG" : ".*unicode.*")
8822 if test "$WX_UNICODE" != "0"; then
8823 WX_UNICODE=1
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8825 $as_echo "yes" >&6; }
8826 else
8827 WX_UNICODE=0
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8829 $as_echo "no" >&6; }
8831 else
8833 WX_UNICODE=$UNICODE
8837 if test -z "$DEBUG" ; then
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wxWidgets was built in DEBUG mode" >&5
8840 $as_echo_n "checking if wxWidgets was built in DEBUG mode... " >&6; }
8842 WX_DEBUG=$(expr "$WX_SELECTEDCONFIG" : ".*debug.*")
8844 if test "$WX_DEBUG" != "0"; then
8845 WX_DEBUG=1
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8847 $as_echo "yes" >&6; }
8848 else
8849 WX_DEBUG=0
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8851 $as_echo "no" >&6; }
8853 else
8855 WX_DEBUG=$DEBUG
8859 if test -z "$STATIC" ; then
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wxWidgets was built in STATIC mode" >&5
8862 $as_echo_n "checking if wxWidgets was built in STATIC mode... " >&6; }
8864 WX_STATIC=$(expr "$WX_SELECTEDCONFIG" : ".*static.*")
8866 if test "$WX_STATIC" != "0"; then
8867 WX_STATIC=1
8868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8869 $as_echo "yes" >&6; }
8870 else
8871 WX_STATIC=0
8872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8873 $as_echo "no" >&6; }
8875 else
8877 WX_STATIC=$STATIC
8881 if test "$WX_STATIC" != "0"; then
8882 WX_SHARED=0
8883 else
8884 WX_SHARED=1
8891 if test -z "$TOOLKIT" ; then
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which wxWidgets toolkit was selected" >&5
8894 $as_echo_n "checking which wxWidgets toolkit was selected... " >&6; }
8896 WX_GTKPORT1=$(expr "$WX_SELECTEDCONFIG" : ".*gtk1.*")
8897 WX_GTKPORT2=$(expr "$WX_SELECTEDCONFIG" : ".*gtk2.*")
8898 WX_GTKPORT3=$(expr "$WX_SELECTEDCONFIG" : ".*gtk3.*")
8899 WX_MSWPORT=$(expr "$WX_SELECTEDCONFIG" : ".*msw.*")
8900 WX_MOTIFPORT=$(expr "$WX_SELECTEDCONFIG" : ".*motif.*")
8901 WX_OSXCOCOAPORT=$(expr "$WX_SELECTEDCONFIG" : ".*osx_cocoa.*")
8902 WX_OSXCARBONPORT=$(expr "$WX_SELECTEDCONFIG" : ".*osx_carbon.*")
8903 WX_X11PORT=$(expr "$WX_SELECTEDCONFIG" : ".*x11.*")
8904 WX_DFBPORT=$(expr "$WX_SELECTEDCONFIG" : ".*dfb.*")
8906 WX_PORT="unknown"
8907 if test "$WX_GTKPORT1" != "0"; then WX_PORT="gtk1"; fi
8908 if test "$WX_GTKPORT2" != "0"; then WX_PORT="gtk2"; fi
8909 if test "$WX_GTKPORT3" != "0"; then WX_PORT="gtk3"; fi
8910 if test "$WX_MSWPORT" != "0"; then WX_PORT="msw"; fi
8911 if test "$WX_MOTIFPORT" != "0"; then WX_PORT="motif"; fi
8912 if test "$WX_OSXCOCOAPORT" != "0"; then WX_PORT="osx_cocoa"; fi
8913 if test "$WX_OSXCARBONPORT" != "0"; then WX_PORT="osx_carbon"; fi
8914 if test "$WX_X11PORT" != "0"; then WX_PORT="x11"; fi
8915 if test "$WX_DFBPORT" != "0"; then WX_PORT="dfb"; fi
8917 WX_MACPORT=$(expr "$WX_SELECTEDCONFIG" : ".*mac.*")
8918 if test "$WX_MACPORT" != "0"; then WX_PORT="mac"; fi
8921 if test "$WX_PORT" = "unknown" ; then
8922 as_fn_error "
8923 Cannot detect the currently installed wxWidgets port !
8924 Please check your 'wx-config --cxxflags'...
8925 " "$LINENO" 5
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WX_PORT" >&5
8929 $as_echo "$WX_PORT" >&6; }
8930 else
8931 WX_PORT=$TOOLKIT
8936 if test "$WX_DEBUG_CONFIGURE" = "1"; then
8937 echo "[dbg] Values of all WX_* options after final detection:"
8938 echo "[dbg] WX_DEBUG: $WX_DEBUG"
8939 echo "[dbg] WX_UNICODE: $WX_UNICODE"
8940 echo "[dbg] WX_SHARED: $WX_SHARED"
8941 echo "[dbg] WX_RELEASE: $WX_RELEASE"
8942 echo "[dbg] WX_PORT: $WX_PORT"
8945 if test "$WX_SHARED" = "0" -a "$SHARED" = "1"; then
8946 as_fn_error "
8947 Cannot build shared library against a static build of wxWidgets !
8948 This error happens because the wxWidgets build which was selected
8949 has been detected as static while you asked to build $PACKAGE_NAME
8950 as shared library and this is not possible.
8951 Use the '--disable-shared' option to build $PACKAGE_NAME
8952 as static library or '--with-wxshared' to use wxWidgets as shared library.
8953 " "$LINENO" 5
8956 if test -z "$UNICODE" ; then
8957 UNICODE=$WX_UNICODE
8959 if test -z "$SHARED" ; then
8960 SHARED=$WX_SHARED
8962 if test -z "$TOOLKIT" ; then
8963 TOOLKIT=$WX_PORT
8966 if test "$DEBUG" = "1"; then
8967 BUILD="debug"
8968 CXXFLAGS="$CXXFLAGS -g -O0"
8969 CFLAGS="$CFLAGS -g -O0"
8970 elif test "$DEBUG" = "0"; then
8971 BUILD="release"
8972 CXXFLAGS="$CXXFLAGS -O2"
8973 CFLAGS="$CFLAGS -O2"
8977 # We also need wxBase
8978 WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs adv,core,net`
8979 WXBASE_LIBS=`$WX_CONFIG_WITH_ARGS --libs net`
8980 WXBASE_CPPFLAGS="$WX_CPPFLAGS -DwxUSE_GUI=0"
8982 MULERCFLAGS=`$WX_CONFIG_WITH_ARGS --cflags | $AWK '{ for (i = 1; i <= NF; i++) if (index($i, "-I") != 1 && index($i, "-D") != 1) $i = ""; print }'`
8986 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_wxcas:-no} = yes -o ${enable_alc:-no} = yes ; then :
8987 if test "${WX_PORT}" = base; then :
8988 as_fn_error "
8989 The selected components need a wxWidgets library with GUI,
8990 but your installation is base-only. Please install a GUI
8991 enabled version of wxWidgets and then retry.
8992 " "$LINENO" 5
8998 if test ${SYS:-unknown} = win32; then :
8999 if test -n "$ac_tool_prefix"; then
9000 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
9001 set dummy ${ac_tool_prefix}windres; ac_word=$2
9002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9003 $as_echo_n "checking for $ac_word... " >&6; }
9004 if test "${ac_cv_prog_RC+set}" = set; then :
9005 $as_echo_n "(cached) " >&6
9006 else
9007 if test -n "$RC"; then
9008 ac_cv_prog_RC="$RC" # Let the user override the test.
9009 else
9010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9011 for as_dir in $PATH
9013 IFS=$as_save_IFS
9014 test -z "$as_dir" && as_dir=.
9015 for ac_exec_ext in '' $ac_executable_extensions; do
9016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9017 ac_cv_prog_RC="${ac_tool_prefix}windres"
9018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9019 break 2
9021 done
9022 done
9023 IFS=$as_save_IFS
9027 RC=$ac_cv_prog_RC
9028 if test -n "$RC"; then
9029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RC" >&5
9030 $as_echo "$RC" >&6; }
9031 else
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9033 $as_echo "no" >&6; }
9038 if test -z "$ac_cv_prog_RC"; then
9039 ac_ct_RC=$RC
9040 # Extract the first word of "windres", so it can be a program name with args.
9041 set dummy windres; ac_word=$2
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9043 $as_echo_n "checking for $ac_word... " >&6; }
9044 if test "${ac_cv_prog_ac_ct_RC+set}" = set; then :
9045 $as_echo_n "(cached) " >&6
9046 else
9047 if test -n "$ac_ct_RC"; then
9048 ac_cv_prog_ac_ct_RC="$ac_ct_RC" # Let the user override the test.
9049 else
9050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9051 for as_dir in $PATH
9053 IFS=$as_save_IFS
9054 test -z "$as_dir" && as_dir=.
9055 for ac_exec_ext in '' $ac_executable_extensions; do
9056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9057 ac_cv_prog_ac_ct_RC="windres"
9058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9059 break 2
9061 done
9062 done
9063 IFS=$as_save_IFS
9067 ac_ct_RC=$ac_cv_prog_ac_ct_RC
9068 if test -n "$ac_ct_RC"; then
9069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RC" >&5
9070 $as_echo "$ac_ct_RC" >&6; }
9071 else
9072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9073 $as_echo "no" >&6; }
9076 if test "x$ac_ct_RC" = x; then
9077 RC=":"
9078 else
9079 case $cross_compiling:$ac_tool_warned in
9080 yes:)
9081 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9082 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9083 ac_tool_warned=yes ;;
9084 esac
9085 RC=$ac_ct_RC
9087 else
9088 RC="$ac_cv_prog_RC"
9094 # Check for libupnp
9095 # Check whether --enable-upnp was given.
9096 if test "${enable_upnp+set}" = set; then :
9097 enableval=$enable_upnp;
9101 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes ; then :
9103 else
9104 enable_upnp=no
9108 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
9109 if test -n "$ac_tool_prefix"; then
9110 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
9111 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9113 $as_echo_n "checking for $ac_word... " >&6; }
9114 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9115 $as_echo_n "(cached) " >&6
9116 else
9117 case $PKG_CONFIG in
9118 [\\/]* | ?:[\\/]*)
9119 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
9122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9123 for as_dir in $PATH
9125 IFS=$as_save_IFS
9126 test -z "$as_dir" && as_dir=.
9127 for ac_exec_ext in '' $ac_executable_extensions; do
9128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9129 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
9130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9131 break 2
9133 done
9134 done
9135 IFS=$as_save_IFS
9138 esac
9140 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
9141 if test -n "$PKG_CONFIG"; then
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
9143 $as_echo "$PKG_CONFIG" >&6; }
9144 else
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9146 $as_echo "no" >&6; }
9151 if test -z "$ac_cv_path_PKG_CONFIG"; then
9152 ac_pt_PKG_CONFIG=$PKG_CONFIG
9153 # Extract the first word of "pkg-config", so it can be a program name with args.
9154 set dummy pkg-config; ac_word=$2
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9156 $as_echo_n "checking for $ac_word... " >&6; }
9157 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
9158 $as_echo_n "(cached) " >&6
9159 else
9160 case $ac_pt_PKG_CONFIG in
9161 [\\/]* | ?:[\\/]*)
9162 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
9165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9166 for as_dir in $PATH
9168 IFS=$as_save_IFS
9169 test -z "$as_dir" && as_dir=.
9170 for ac_exec_ext in '' $ac_executable_extensions; do
9171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9172 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
9173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9174 break 2
9176 done
9177 done
9178 IFS=$as_save_IFS
9181 esac
9183 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
9184 if test -n "$ac_pt_PKG_CONFIG"; then
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
9186 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
9187 else
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9189 $as_echo "no" >&6; }
9192 if test "x$ac_pt_PKG_CONFIG" = x; then
9193 PKG_CONFIG=""
9194 else
9195 case $cross_compiling:$ac_tool_warned in
9196 yes:)
9197 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9198 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9199 ac_tool_warned=yes ;;
9200 esac
9201 PKG_CONFIG=$ac_pt_PKG_CONFIG
9203 else
9204 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
9208 if test -n "$PKG_CONFIG"; then
9209 _pkg_min_version=0.9.0
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
9211 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
9212 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
9213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9214 $as_echo "yes" >&6; }
9215 else
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9217 $as_echo "no" >&6; }
9218 PKG_CONFIG=""
9222 if test ${enable_upnp:-yes} = yes; then :
9226 # Check whether --with-libupnp-prefix was given.
9227 if test "${with_libupnp_prefix+set}" = set; then :
9228 withval=$with_libupnp_prefix; export PKG_CONFIG_PATH=$withval/lib/pkgconfig
9232 if test $cross_compiling = no; then :
9234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libupnp version >= 1.6.6" >&5
9235 $as_echo_n "checking for libupnp version >= 1.6.6... " >&6; }
9236 if test -n "$PKG_CONFIG"; then :
9238 if $PKG_CONFIG libupnp --exists; then :
9240 LIBUPNP_VERSION=`$PKG_CONFIG libupnp --modversion`
9241 if $PKG_CONFIG libupnp --atleast-version=1.6.6; then :
9243 result=yes
9244 resultstr=" (version $LIBUPNP_VERSION)"
9245 LIBUPNP_CPPFLAGS=`$PKG_CONFIG libupnp --cflags-only-I`
9246 LIBUPNP_CFLAGS=`$PKG_CONFIG libupnp --cflags-only-other`
9247 LIBUPNP_LDFLAGS=`$PKG_CONFIG libupnp --libs-only-L`
9248 LIBUPNP_LIBS=`$PKG_CONFIG libupnp --libs-only-other`
9249 LIBUPNP_LIBS="$LIBUPNP_LIBS `$PKG_CONFIG libupnp --libs-only-l`"
9251 else
9253 result=no
9254 resultstr=" (version $LIBUPNP_VERSION is not new enough)"
9258 else
9260 result=no
9261 resultstr=" (try to use --with-libupnp-prefix=PREFIX)"
9265 else
9267 result=no
9268 resultstr=" (pkg-config not found)"
9271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result$resultstr" >&5
9272 $as_echo "$result$resultstr" >&6; }
9273 libupnp_error="libupnp >= 1.6.6 not found$resultstr"
9275 else
9277 result=no
9278 libupnp_error="cross compiling"
9282 if test ${result:-no} = yes; then :
9283 LIBUPNP_CPPFLAGS="$LIBUPNP_CPPFLAGS -DENABLE_UPNP=1"
9284 else
9285 enable_upnp=disabled
9286 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
9287 UPnP code has been disabled because ${libupnp_error}." >&5
9288 $as_echo "$as_me: WARNING:
9289 UPnP code has been disabled because ${libupnp_error}." >&2;}
9290 _mule_warning_6=yes
9291 _mule_has_warnings=yes
9300 # Check for Crypto++ (requires C++)
9301 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_fileview:-no} = yes ; then :
9304 # Check whether --with-crypto-prefix was given.
9305 if test "${with_crypto_prefix+set}" = set; then :
9306 withval=$with_crypto_prefix;
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypto++ version >= 5.1" >&5
9311 $as_echo_n "checking for crypto++ version >= 5.1... " >&6; }
9313 cryptopp_found=false
9315 if test -n "$with_crypto_prefix"; then :
9317 CRYPTOPP_PREFIX="$with_crypto_prefix"
9318 # Find the Cryptopp header in the user-provided location
9319 if test -f $CRYPTOPP_PREFIX/cryptlib.h; then
9321 cryptopp_found=true
9322 CRYPTOPP_LIB_NAME="cryptopp"
9323 CRYPTOPP_INCLUDE_PREFIX="$CRYPTOPP_PREFIX"
9324 CRYPTOPP_CPPFLAGS=
9325 CRYPTOPP_LDFLAGS=
9326 CRYPTOPP_LIBS="${CRYPTOPP_PREFIX}/lib${CRYPTOPP_LIB_NAME}.a"
9328 else
9330 for CRYPTOPP_LIB_NAME in "cryptopp" "crypto++"; do
9331 if test -f $CRYPTOPP_PREFIX/include/$CRYPTOPP_LIB_NAME/cryptlib.h; then :
9333 cryptopp_found=true
9334 CRYPTOPP_INCLUDE_PREFIX="$CRYPTOPP_LIB_NAME"
9335 CRYPTOPP_CPPFLAGS="-I$CRYPTOPP_PREFIX/include"
9336 CRYPTOPP_LDFLAGS="-L$CRYPTOPP_PREFIX/lib"
9337 CRYPTOPP_LIBS="-l$CRYPTOPP_LIB_NAME"
9338 break
9341 done
9346 else
9348 # Check whether the compiler can find it
9349 for CRYPTOPP_LIB_NAME in "cryptopp" "crypto++"; do
9350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9351 /* end confdefs.h. */
9353 #include <$CRYPTOPP_LIB_NAME/cryptlib.h>
9356 main ()
9360 return 0;
9363 _ACEOF
9364 if ac_fn_cxx_try_compile "$LINENO"; then :
9366 cryptopp_found=true
9367 CRYPTOPP_INCLUDE_PREFIX="$CRYPTOPP_LIB_NAME"
9368 CRYPTOPP_CPPFLAGS=
9369 CRYPTOPP_LDFLAGS=
9370 CRYPTOPP_LIBS="-l$CRYPTOPP_LIB_NAME"
9371 break
9374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9375 done
9379 if $cryptopp_found; then :
9381 # Find out the crypto++ version and check against the minimum required
9382 # Ask the compiler where are the crypto++ files
9383 mule_backup_CPPFLAGS="$CPPFLAGS"
9384 CPPFLAGS="$CPPFLAGS $CRYPTOPP_CPPFLAGS"
9385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9386 /* end confdefs.h. */
9388 #include <$CRYPTOPP_INCLUDE_PREFIX/cryptlib.h>
9390 _ACEOF
9391 cryptopp_header_path=`(eval "$ac_cpp conftest.$ac_ext") 2>&5 | sed -e '/^#.*cryptlib.h/{s/.*"\(.*\)".*/\1/;q;};d'`
9392 rm -f conftest*
9393 CPPFLAGS="$mule_backup_CPPFLAGS"
9394 # Set a prefix suitable for --with-crypto-prefix
9395 CRYPTOPP_PREFIX="${cryptopp_header_path%/*}"
9396 CRYPTOPP_PREFIX="${CRYPTOPP_PREFIX%/include/${CRYPTOPP_LIB_NAME}}"
9397 # Now check the version
9398 CRYPTOPP_VERSION_STRING=`$EGREP "Reference Manual|API Reference" $cryptopp_header_path | sed -e 's/[^0-9]*\([0-9.]*\).*/\1/'`
9399 CRYPTOPP_VERSION_NUMBER=`echo $CRYPTOPP_VERSION_STRING | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
9400 minvers=`echo 5.1 | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
9402 if test -n "$CRYPTOPP_VERSION_NUMBER" && test "$CRYPTOPP_VERSION_NUMBER" -ge $minvers; then :
9404 result=yes
9405 resultstr=" (version $CRYPTOPP_VERSION_STRING)"
9407 cat >>confdefs.h <<_ACEOF
9408 #define CRYPTOPP_INCLUDE_PREFIX $CRYPTOPP_INCLUDE_PREFIX
9409 _ACEOF
9412 else
9414 result=no
9415 resultstr=" (version $CRYPTOPP_VERSION_STRING is not new enough)"
9416 CRYPTOPP_CPPFLAGS=
9417 CRYPTOPP_LDFLAGS=
9418 CRYPTOPP_LIBS=
9422 else
9423 result="no"; resultstr=
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result$resultstr" >&5
9427 $as_echo "$result$resultstr" >&6; }
9429 if test ${result:-no} = yes; then :
9431 # Check for CryptoPP >= 5.5
9432 if test $CRYPTOPP_VERSION_NUMBER -ge "5005000"; then :
9433 CRYPTOPP_CPPFLAGS="$CRYPTOPP_CPPFLAGS -D__WEAK_CRYPTO__"
9436 else
9438 as_fn_error "
9439 Could not find crypto++ installation or sources.
9440 Please try again with --with-crypto-prefix=/my_crypto_prefix
9441 (replace /my_crypto_prefix with a valid path to your crypto++
9442 installation or source directory)." "$LINENO" 5
9451 # Check whether --enable-debug was given.
9452 if test "${enable_debug+set}" = set; then :
9453 enableval=$enable_debug;
9457 # Check whether --enable-profile was given.
9458 if test "${enable_profile+set}" = set; then :
9459 enableval=$enable_profile;
9463 # Check whether --enable-optimize was given.
9464 if test "${enable_optimize+set}" = set; then :
9465 enableval=$enable_optimize;
9470 if test ${enable_debug:-yes} = yes; then :
9472 MULECPPFLAGS="$MULECPPFLAGS -D__DEBUG__"
9474 MULECFLAGS="$MULECFLAGS -g"
9475 MULECXXFLAGS="$MULECXXFLAGS -g"
9477 if test ${GCC:-no} = yes; then :
9479 MULECFLAGS="$MULECFLAGS -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0"
9480 MULECXXFLAGS="$MULECXXFLAGS -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0"
9483 if test ${SYS:-unknown} = win32; then :
9484 MULERCFLAGS="$MULERCFLAGS -D__DEBUG__"
9487 else
9489 if test ${GCC:-no} = yes; then :
9491 MULECFLAGS="$MULECFLAGS -W -Wall -Wshadow -Wundef"
9492 MULECXXFLAGS="$MULECXXFLAGS -W -Wall -Wshadow -Wundef"
9498 if test ${enable_profile:-no} = yes; then :
9501 MULECFLAGS="$MULECFLAGS -pg"
9502 MULECXXFLAGS="$MULECXXFLAGS -pg"
9504 MULELDFLAGS="$MULELDFLAGS -pg"
9508 if test ${enable_optimize:-no} = yes; then :
9510 MULECFLAGS="$MULECFLAGS -O2"
9511 MULECXXFLAGS="$MULECXXFLAGS -O2"
9515 MULECPPFLAGS="$MULECPPFLAGS -DUSE_WX_EXTENSIONS"
9519 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_ed2k:-yes} = yes -o ${enable_alc:-no} = yes -o ${enable_alcc:-no} = yes -o ${enable_wxcas:-no} = yes -o ${enable_fileview:-no} = yes ; then :
9524 if test ${GCC:-no} = yes; then :
9526 mule_backup_CXXFLAGS="$CXXFLAGS"
9527 CXXFLAGS="$CXXFLAGS $MULECPPFLAGS $MULECFLAGS $MULECXXFLAGS -Werror"
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler ($CXX) uses strict aliasing" >&5
9530 $as_echo_n "checking whether the C++ compiler ($CXX) uses strict aliasing... " >&6; }
9531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9532 /* end confdefs.h. */
9536 main ()
9539 int a;
9540 short *b = (short*)&a;
9541 short c = *b;
9543 return c;
9546 return 0;
9549 _ACEOF
9550 if ac_fn_cxx_try_compile "$LINENO"; then :
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9553 $as_echo "no" >&6; }
9555 else
9557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9558 $as_echo "yes" >&6; }
9559 $as_echo "#define GCC_USES_STRICT_ALIASING 1" >>confdefs.h
9563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9565 CXXFLAGS="$mule_backup_CXXFLAGS"
9569 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_alc:-no} = yes -o ${enable_alcc:-no} = yes ; then :
9571 mule_backup_CPPFLAGS="$CPPFLAGS"
9572 CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS"
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that wxWidgets has support for large files" >&5
9575 $as_echo_n "checking that wxWidgets has support for large files... " >&6; }
9576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9577 /* end confdefs.h. */
9580 #include <wx/wx.h>
9581 #include <wx/filefn.h>
9582 #ifndef wxHAS_LARGE_FILES
9583 #error No LargeFile support!
9584 #endif
9587 _ACEOF
9588 if ac_fn_cxx_try_cpp "$LINENO"; then :
9590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9591 $as_echo "yes" >&6; }
9593 else
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9596 $as_echo "no" >&6; }
9597 as_fn_error "
9598 Support for large files in wxWidgets is required by aMule.
9599 To continue you must recompile wxWidgets with support for
9600 large files enabled." "$LINENO" 5
9603 rm -f conftest.err conftest.$ac_ext
9605 CPPFLAGS="$mule_backup_CPPFLAGS"
9609 # Check if the compiler is broken, wrt. exceptions.
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exception-handling" >&5
9612 $as_echo_n "checking for exception-handling... " >&6; }
9613 if test "$cross_compiling" = yes; then :
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: undeterminable" >&5
9616 $as_echo "undeterminable" >&6; }
9617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
9618 Cross-compilation detected, so exception handling cannot be tested.
9619 Note that broken exception handling in your compiler may lead to
9620 unexpected crashes." >&5
9621 $as_echo "$as_me: WARNING:
9622 Cross-compilation detected, so exception handling cannot be tested.
9623 Note that broken exception handling in your compiler may lead to
9624 unexpected crashes." >&2;}
9625 _mule_warning_7=yes
9626 _mule_has_warnings=yes
9629 else
9630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9631 /* end confdefs.h. */
9635 main ()
9638 try {
9639 throw 1;
9640 } catch (int) {
9641 return 0;
9643 return 1;
9646 return 0;
9649 _ACEOF
9650 if ac_fn_cxx_try_run "$LINENO"; then :
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9653 $as_echo "yes" >&6; }
9655 else
9657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9658 $as_echo "no" >&6; }
9659 as_fn_error "Exception handling does not work. Broken compiler?" "$LINENO" 5
9662 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9663 conftest.$ac_objext conftest.beam conftest.$ac_ext
9669 for ac_header in typeinfo
9670 do :
9671 ac_fn_cxx_check_header_mongrel "$LINENO" "typeinfo" "ac_cv_header_typeinfo" "$ac_includes_default"
9672 if test "x$ac_cv_header_typeinfo" = x""yes; then :
9673 cat >>confdefs.h <<_ACEOF
9674 #define HAVE_TYPEINFO 1
9675 _ACEOF
9679 done
9681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for <cxxabi.h> and __cxa_demangle()" >&5
9682 $as_echo_n "checking for <cxxabi.h> and __cxa_demangle()... " >&6; }
9683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9684 /* end confdefs.h. */
9687 #ifdef HAVE_TYPEINFO
9688 # include <typeinfo>
9689 #endif
9690 #include <cxxabi.h>
9693 main ()
9696 int status;
9697 char * demangled = abi::__cxa_demangle("", 0, 0, &status);
9698 std::type_info *ti = abi::__cxa_current_exception_type();
9701 return 0;
9704 _ACEOF
9705 if ac_fn_cxx_try_link "$LINENO"; then :
9708 $as_echo "#define HAVE_CXXABI 1" >>confdefs.h
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9711 $as_echo "yes" >&6; }
9713 else
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9716 $as_echo "no" >&6; }
9719 rm -f core conftest.err conftest.$ac_objext \
9720 conftest$ac_exeext conftest.$ac_ext
9723 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes ; then :
9726 # Check whether --with-boost was given.
9727 if test "${with_boost+set}" = set; then :
9728 withval=$with_boost;
9729 else
9730 with_boost=no
9734 if test ${with_boost:-no} != no; then :
9736 echo "$as_me: this is boost.m4 serial 25" >&5
9737 boost_save_IFS=$IFS
9738 boost_version_req=1.47
9739 IFS=.
9740 set x $boost_version_req 0 0 0
9741 IFS=$boost_save_IFS
9742 shift
9743 boost_version_req=`expr "$1" '*' 100000 + "$2" '*' 100 + "$3"`
9744 boost_version_req_string=$1.$2.$3
9745 # If BOOST_ROOT is set and the user has not provided a value to
9746 # --with-boost, then treat BOOST_ROOT as if it the user supplied it.
9747 if test x"$BOOST_ROOT" != x; then
9748 if test x"$with_boost" = x; then
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: Detected BOOST_ROOT; continuing with --with-boost=$BOOST_ROOT" >&5
9750 $as_echo "$as_me: Detected BOOST_ROOT; continuing with --with-boost=$BOOST_ROOT" >&6;}
9751 with_boost=$BOOST_ROOT
9752 else
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: Detected BOOST_ROOT=$BOOST_ROOT, but overridden by --with-boost=$with_boost" >&5
9754 $as_echo "$as_me: Detected BOOST_ROOT=$BOOST_ROOT, but overridden by --with-boost=$with_boost" >&6;}
9757 DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS '--with-boost=$with_boost'"
9758 boost_save_CPPFLAGS=$CPPFLAGS
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Boost headers version >= $boost_version_req_string" >&5
9760 $as_echo_n "checking for Boost headers version >= $boost_version_req_string... " >&6; }
9761 if test "${boost_cv_inc_path+set}" = set; then :
9762 $as_echo_n "(cached) " >&6
9763 else
9764 boost_cv_inc_path=no
9765 ac_ext=cpp
9766 ac_cpp='$CXXCPP $CPPFLAGS'
9767 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9768 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9769 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9771 /* end confdefs.h. */
9772 #include <boost/version.hpp>
9773 #if !defined BOOST_VERSION
9774 # error BOOST_VERSION is not defined
9775 #elif BOOST_VERSION < $boost_version_req
9776 # error Boost headers version < $boost_version_req
9777 #endif
9780 main ()
9784 return 0;
9786 _ACEOF
9787 # If the user provided a value to --with-boost, use it and only it.
9788 case $with_boost in #(
9789 ''|yes) set x '' /opt/local/include /usr/local/include /opt/include \
9790 /usr/include C:/Boost/include;; #(
9791 *) set x "$with_boost/include" "$with_boost";;
9792 esac
9793 shift
9794 for boost_dir
9796 # Without --layout=system, Boost (or at least some versions) installs
9797 # itself in <prefix>/include/boost-<version>. This inner loop helps to
9798 # find headers in such directories.
9800 # Any ${boost_dir}/boost-x_xx directories are searched in reverse version
9801 # order followed by ${boost_dir}. The final '.' is a sentinel for
9802 # searching $boost_dir" itself. Entries are whitespace separated.
9804 # I didn't indent this loop on purpose (to avoid over-indented code)
9805 boost_layout_system_search_list=`cd "$boost_dir" 2>/dev/null \
9806 && ls -1 | "${GREP}" '^boost-' | sort -rn -t- -k2 \
9807 && echo .`
9808 for boost_inc in $boost_layout_system_search_list
9810 if test x"$boost_inc" != x.; then
9811 boost_inc="$boost_dir/$boost_inc"
9812 else
9813 boost_inc="$boost_dir" # Uses sentinel in boost_layout_system_search_list
9815 if test x"$boost_inc" != x; then
9816 # We are going to check whether the version of Boost installed
9817 # in $boost_inc is usable by running a compilation that
9818 # #includes it. But if we pass a -I/some/path in which Boost
9819 # is not installed, the compiler will just skip this -I and
9820 # use other locations (either from CPPFLAGS, or from its list
9821 # of system include directories). As a result we would use
9822 # header installed on the machine instead of the /some/path
9823 # specified by the user. So in that precise case (trying
9824 # $boost_inc), make sure the version.hpp exists.
9826 # Use test -e as there can be symlinks.
9827 test -e "$boost_inc/boost/version.hpp" || continue
9828 CPPFLAGS="$CPPFLAGS -I$boost_inc"
9830 if ac_fn_cxx_try_compile "$LINENO"; then :
9831 boost_cv_inc_path=yes
9832 else
9833 boost_cv_version=no
9835 rm -f core conftest.err conftest.$ac_objext
9836 if test x"$boost_cv_inc_path" = xyes; then
9837 if test x"$boost_inc" != x; then
9838 boost_cv_inc_path=$boost_inc
9840 break 2
9842 done
9843 done
9844 ac_ext=cpp
9845 ac_cpp='$CXXCPP $CPPFLAGS'
9846 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9847 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9848 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_inc_path" >&5
9852 $as_echo "$boost_cv_inc_path" >&6; }
9853 case $boost_cv_inc_path in #(
9855 boost_errmsg="cannot find Boost headers version >= $boost_version_req_string"
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: $boost_errmsg" >&5
9857 $as_echo "$as_me: $boost_errmsg" >&6;}
9858 with_boost=disabled
9859 ;;#(
9860 yes)
9861 BOOST_CPPFLAGS=
9862 ;;#(
9864 BOOST_CPPFLAGS="-I$boost_cv_inc_path"
9866 esac
9867 if test x"$boost_cv_inc_path" != xno; then
9869 $as_echo "#define HAVE_BOOST 1" >>confdefs.h
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Boost's header version" >&5
9872 $as_echo_n "checking for Boost's header version... " >&6; }
9873 if test "${boost_cv_lib_version+set}" = set; then :
9874 $as_echo_n "(cached) " >&6
9875 else
9876 ac_ext=cpp
9877 ac_cpp='$CXXCPP $CPPFLAGS'
9878 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9879 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9880 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9882 /* end confdefs.h. */
9883 #include <boost/version.hpp>
9884 boost-lib-version = BOOST_LIB_VERSION
9885 _ACEOF
9886 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9887 grep -v '#' |
9888 tr -d '\r' |
9889 tr -s '\n' ' ' |
9890 $SED -n -e "/^boost-lib-version = /{s///;s/[\" ]//g;p;q;}" >conftest.i 2>&1; then :
9891 boost_cv_lib_version=`cat conftest.i`
9893 rm -rf conftest*
9894 ac_ext=cpp
9895 ac_cpp='$CXXCPP $CPPFLAGS'
9896 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9897 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9898 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_version" >&5
9902 $as_echo "$boost_cv_lib_version" >&6; }
9903 # e.g. "134" for 1_34_1 or "135" for 1_35
9904 boost_major_version=`echo "$boost_cv_lib_version" | sed 's/_//;s/_.*//'`
9905 case $boost_major_version in #(
9906 '' | *[!0-9]*)
9907 as_fn_error "invalid value: boost_major_version='$boost_major_version'" "$LINENO" 5
9909 esac
9911 CPPFLAGS=$boost_save_CPPFLAGS
9913 if test ${with_boost:-no} != disabled; then :
9915 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
9916 for cc_temp in $compiler""; do
9917 case $cc_temp in
9918 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9919 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9920 \-*) ;;
9921 *) break;;
9922 esac
9923 done
9924 cc_basename=`echo "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9925 # All known linkers require a `.a' archive for static linking (except MSVC,
9926 # which needs '.lib').
9927 libext=a
9928 case $cc_basename in
9929 cl*) libext=lib ;;
9930 esac
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the toolset name used by Boost for $CXX" >&5
9933 $as_echo_n "checking for the toolset name used by Boost for $CXX... " >&6; }
9934 if test "${boost_cv_lib_tag+set}" = set; then :
9935 $as_echo_n "(cached) " >&6
9936 else
9937 boost_cv_lib_tag=unknown
9938 if test x$boost_cv_inc_path != xno; then
9939 ac_ext=cpp
9940 ac_cpp='$CXXCPP $CPPFLAGS'
9941 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9942 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9943 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9944 # The following tests are mostly inspired by boost/config/auto_link.hpp
9945 # The list is sorted to most recent/common to oldest compiler (in order
9946 # to increase the likelihood of finding the right compiler with the
9947 # least number of compilation attempt).
9948 # Beware that some tests are sensible to the order (for instance, we must
9949 # look for MinGW before looking for GCC3).
9950 # I used one compilation test per compiler with a #error to recognize
9951 # each compiler so that it works even when cross-compiling (let me know
9952 # if you know a better approach).
9953 # Known missing tags (known from Boost's tools/build/v2/tools/common.jam):
9954 # como, edg, kcc, bck, mp, sw, tru, xlc
9955 # I'm not sure about my test for `il' (be careful: Intel's ICC pre-defines
9956 # the same defines as GCC's).
9957 for i in \
9958 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 3 && !defined __ICC && \
9959 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9960 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw53" \
9961 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 3 && !defined __ICC @ gcc53" \
9962 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 2 && !defined __ICC && \
9963 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9964 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw52" \
9965 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 2 && !defined __ICC @ gcc52" \
9966 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC && \
9967 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9968 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw51" \
9969 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC @ gcc51" \
9970 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC && \
9971 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9972 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw50" \
9973 "defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC @ gcc50" \
9974 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC && \
9975 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9976 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw410" \
9977 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC @ gcc410" \
9978 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC && \
9979 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9980 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw49" \
9981 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC @ gcc49" \
9982 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC && \
9983 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9984 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw48" \
9985 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC @ gcc48" \
9986 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC && \
9987 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9988 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw47" \
9989 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC @ gcc47" \
9990 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC && \
9991 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9992 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw46" \
9993 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC @ gcc46" \
9994 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC && \
9995 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
9996 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw45" \
9997 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC @ gcc45" \
9998 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC && \
9999 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
10000 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw44" \
10001 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC @ gcc44" \
10002 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC && \
10003 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
10004 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw43" \
10005 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC @ gcc43" \
10006 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && !defined __ICC && \
10007 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
10008 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw42" \
10009 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && !defined __ICC @ gcc42" \
10010 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 1 && !defined __ICC && \
10011 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
10012 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw41" \
10013 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 1 && !defined __ICC @ gcc41" \
10014 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 0 && !defined __ICC && \
10015 (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
10016 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw40" \
10017 "defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 0 && !defined __ICC @ gcc40" \
10018 "defined __GNUC__ && __GNUC__ == 3 && !defined __ICC \
10019 && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 \
10020 || defined __WIN32__ || defined __WINNT || defined __WINNT__) @ mgw" \
10021 "defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 4 && !defined __ICC @ gcc34" \
10022 "defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 3 && !defined __ICC @ gcc33" \
10023 "defined _MSC_VER && _MSC_VER >= 1500 @ vc90" \
10024 "defined _MSC_VER && _MSC_VER == 1400 @ vc80" \
10025 "defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 2 && !defined __ICC @ gcc32" \
10026 "defined _MSC_VER && _MSC_VER == 1310 @ vc71" \
10027 "defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 1 && !defined __ICC @ gcc31" \
10028 "defined __GNUC__ && __GNUC__ == 3 && __GNUC_MINOR__ == 0 && !defined __ICC @ gcc30" \
10029 "defined __BORLANDC__ @ bcb" \
10030 "defined __ICC && (defined __unix || defined ) @ il" \
10031 "defined __ICL @ iw" \
10032 "defined _MSC_VER && _MSC_VER == 1300 @ vc7" \
10033 "defined __GNUC__ && __GNUC__ == 2 && __GNUC_MINOR__ == 95 && !defined __ICC @ gcc295" \
10034 "defined __MWERKS__ && __MWERKS__ <= 0x32FF @ cw9" \
10035 "defined _MSC_VER && _MSC_VER < 1300 && !defined UNDER_CE @ vc6" \
10036 "defined _MSC_VER && _MSC_VER < 1300 && defined UNDER_CE @ evc4" \
10037 "defined __MWERKS__ && __MWERKS__ <= 0x31FF @ cw8"
10039 boost_tag_test=`expr "X$i" : 'X\([^@]*\) @ '`
10040 boost_tag=`expr "X$i" : 'X[^@]* @ \(.*\)'`
10041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10042 /* end confdefs.h. */
10044 #if $boost_tag_test
10045 /* OK */
10046 #else
10047 # error $boost_tag_test
10048 #endif
10051 main ()
10055 return 0;
10057 _ACEOF
10058 if ac_fn_cxx_try_compile "$LINENO"; then :
10059 boost_cv_lib_tag=$boost_tag; break
10061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10062 done
10063 ac_ext=cpp
10064 ac_cpp='$CXXCPP $CPPFLAGS'
10065 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10066 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10067 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10068 case $boost_cv_lib_tag in #(
10069 # Some newer (>= 1.35?) versions of Boost seem to only use "gcc" as opposed
10070 # to "gcc41" for instance.
10071 *-gcc | *'-gcc ') :;; #( Don't re-add -gcc: it's already in there.
10072 gcc*)
10073 boost_tag_x=
10074 case $host_os in #(
10075 darwin*)
10076 if test $boost_major_version -ge 136; then
10077 # The `x' added in r46793 of Boost.
10078 boost_tag_x=x
10079 fi;;
10080 esac
10081 # We can specify multiple tags in this variable because it's used by
10082 # BOOST_FIND_LIB that does a `for tag in -$boost_cv_lib_tag' ...
10083 boost_cv_lib_tag="$boost_tag_x$boost_cv_lib_tag -${boost_tag_x}gcc"
10084 ;; #(
10085 unknown)
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: could not figure out which toolset name to use for $CXX" >&5
10087 $as_echo "$as_me: WARNING: could not figure out which toolset name to use for $CXX" >&2;}
10088 boost_cv_lib_tag=
10090 esac
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_tag" >&5
10094 $as_echo "$boost_cv_lib_tag" >&6; }
10095 # Check whether --enable-static-boost was given.
10096 if test "${enable_static_boost+set}" = set; then :
10097 enableval=$enable_static_boost; enable_static_boost=yes
10098 else
10099 enable_static_boost=no
10102 # Check whether we do better use `mt' even though we weren't ask to.
10103 ac_ext=cpp
10104 ac_cpp='$CXXCPP $CPPFLAGS'
10105 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10106 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10107 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10109 /* end confdefs.h. */
10111 #if defined _REENTRANT || defined _MT || defined __MT__
10112 /* use -mt */
10113 #else
10114 # error MT not needed
10115 #endif
10118 main ()
10122 return 0;
10124 _ACEOF
10125 if ac_fn_cxx_try_compile "$LINENO"; then :
10126 boost_guess_use_mt=:
10127 else
10128 boost_guess_use_mt=false
10130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10131 ac_ext=cpp
10132 ac_cpp='$CXXCPP $CPPFLAGS'
10133 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10134 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10135 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Boost sources" >&5
10138 $as_echo_n "checking for Boost sources... " >&6; }
10139 mule_backup_CPPFLAGS="$CPPFLAGS"
10140 CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
10141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10142 /* end confdefs.h. */
10144 #include <boost/../libs/system/src/error_code.cpp>
10146 main ()
10150 return 0;
10153 _ACEOF
10154 if ac_fn_cxx_try_compile "$LINENO"; then :
10157 $as_echo "#define HAVE_BOOST_SOURCES 1" >>confdefs.h
10159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10160 $as_echo "yes" >&6; }
10162 else
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10165 $as_echo "no" >&6; }
10166 if test x"$boost_cv_inc_path" = xno; then
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for the Boost system library" >&5
10168 $as_echo "$as_me: Boost not available, not searching for the Boost system library" >&6;}
10169 else
10170 ac_ext=cpp
10171 ac_cpp='$CXXCPP $CPPFLAGS'
10172 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10173 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10174 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10175 if test x"$boost_cv_inc_path" = xno; then
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for boost/system/error_code.hpp" >&5
10177 $as_echo "$as_me: Boost not available, not searching for boost/system/error_code.hpp" >&6;}
10178 else
10179 ac_ext=cpp
10180 ac_cpp='$CXXCPP $CPPFLAGS'
10181 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10182 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10183 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10184 boost_save_CPPFLAGS=$CPPFLAGS
10185 CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
10186 ac_fn_cxx_check_header_mongrel "$LINENO" "boost/system/error_code.hpp" "ac_cv_header_boost_system_error_code_hpp" "$ac_includes_default"
10187 if test "x$ac_cv_header_boost_system_error_code_hpp" = x""yes; then :
10189 $as_echo "#define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1" >>confdefs.h
10191 else
10192 as_fn_error "cannot find boost/system/error_code.hpp" "$LINENO" 5
10196 CPPFLAGS=$boost_save_CPPFLAGS
10197 ac_ext=cpp
10198 ac_cpp='$CXXCPP $CPPFLAGS'
10199 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10200 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10201 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10204 boost_save_CPPFLAGS=$CPPFLAGS
10205 CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
10206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the Boost system library" >&5
10207 $as_echo_n "checking for the Boost system library... " >&6; }
10208 if test "${boost_cv_lib_system+set}" = set; then :
10209 $as_echo_n "(cached) " >&6
10210 else
10211 boost_cv_lib_system=no
10212 case "mt" in #(
10213 (mt | mt-) boost_mt=-mt; boost_rtopt=;; #(
10214 (mt* | mt-*) boost_mt=-mt; boost_rtopt=`expr "Xmt" : 'Xmt-*\(.*\)'`;; #(
10215 (*) boost_mt=; boost_rtopt=mt;;
10216 esac
10217 if test $enable_static_boost = yes; then
10218 boost_rtopt="s$boost_rtopt"
10220 # Find the proper debug variant depending on what we've been asked to find.
10221 case $boost_rtopt in #(
10222 (*d*) boost_rt_d=$boost_rtopt;; #(
10223 (*[sgpn]*) # Insert the `d' at the right place (in between `sg' and `pn')
10224 boost_rt_d=`echo "$boost_rtopt" | sed 's/\(s*g*\)\(p*n*\)/\1\2/'`;; #(
10225 (*) boost_rt_d='-d';;
10226 esac
10227 # If the PREFERRED-RT-OPT are not empty, prepend a `-'.
10228 test -n "$boost_rtopt" && boost_rtopt="-$boost_rtopt"
10229 $boost_guess_use_mt && boost_mt=-mt
10230 # Look for the abs path the static archive.
10231 # $libext is computed by Libtool but let's make sure it's non empty.
10232 test -z "$libext" &&
10233 as_fn_error "the libext variable is empty, did you invoke Libtool?" "$LINENO" 5
10234 boost_save_ac_objext=$ac_objext
10235 # Generate the test file.
10236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10237 /* end confdefs.h. */
10238 #include <boost/system/error_code.hpp>
10241 main ()
10243 boost::system::error_code e; e.clear();
10245 return 0;
10247 _ACEOF
10248 if ac_fn_cxx_try_compile "$LINENO"; then :
10249 ac_objext=do_not_rm_me_plz
10250 else
10251 as_fn_error "cannot compile a test that uses Boost system" "$LINENO" 5
10253 rm -f core conftest.err conftest.$ac_objext
10254 ac_objext=$boost_save_ac_objext
10255 boost_failed_libs=
10256 # Don't bother to ident the following nested for loops, only the 2
10257 # innermost ones matter.
10258 for boost_lib_ in system; do
10259 for boost_tag_ in -$boost_cv_lib_tag ''; do
10260 for boost_ver_ in -$boost_cv_lib_version ''; do
10261 for boost_mt_ in $boost_mt -mt ''; do
10262 for boost_rtopt_ in $boost_rtopt '' -d; do
10263 for boost_lib in \
10264 boost_$boost_lib_$boost_tag_$boost_mt_$boost_rtopt_$boost_ver_ \
10265 boost_$boost_lib_$boost_tag_$boost_rtopt_$boost_ver_ \
10266 boost_$boost_lib_$boost_tag_$boost_mt_$boost_ver_ \
10267 boost_$boost_lib_$boost_tag_$boost_ver_
10269 # Avoid testing twice the same lib
10270 case $boost_failed_libs in #(
10271 (*@$boost_lib@*) continue;;
10272 esac
10273 # If with_boost is empty, we'll search in /lib first, which is not quite
10274 # right so instead we'll try to a location based on where the headers are.
10275 boost_tmp_lib=$with_boost
10276 test x"$with_boost" = x && boost_tmp_lib=${boost_cv_inc_path%/include}
10277 for boost_ldpath in "$boost_tmp_lib/lib" '' \
10278 /opt/local/lib* /usr/local/lib* /opt/lib* /usr/lib* \
10279 "$with_boost" C:/Boost/lib /lib*
10281 # Don't waste time with directories that don't exist.
10282 if test x"$boost_ldpath" != x && test ! -e "$boost_ldpath"; then
10283 continue
10285 boost_save_LDFLAGS=$LDFLAGS
10286 # Are we looking for a static library?
10287 case $boost_ldpath:$boost_rtopt_ in #(
10288 (*?*:*s*) # Yes (Non empty boost_ldpath + s in rt opt)
10289 boost_cv_lib_system_LIBS="$boost_ldpath/lib$boost_lib.$libext"
10290 test -e "$boost_cv_lib_system_LIBS" || continue;; #(
10291 (*) # No: use -lboost_foo to find the shared library.
10292 boost_cv_lib_system_LIBS="-l$boost_lib";;
10293 esac
10294 boost_save_LIBS=$LIBS
10295 LIBS="$boost_cv_lib_system_LIBS $LIBS"
10296 test x"$boost_ldpath" != x && LDFLAGS="$LDFLAGS -L$boost_ldpath"
10297 rm -f conftest$ac_exeext
10298 boost_save_ac_ext=$ac_ext
10299 boost_use_source=:
10300 # If we already have a .o, re-use it. We change $ac_ext so that $ac_link
10301 # tries to link the existing object file instead of compiling from source.
10302 test -f conftest.$ac_objext && ac_ext=$ac_objext && boost_use_source=false &&
10303 $as_echo "$as_me:${as_lineno-$LINENO}: re-using the existing conftest.$ac_objext" >&5
10304 if { { ac_try="$ac_link"
10305 case "(($ac_try" in
10306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10307 *) ac_try_echo=$ac_try;;
10308 esac
10309 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10310 $as_echo "$ac_try_echo"; } >&5
10311 (eval "$ac_link") 2>conftest.err
10312 ac_status=$?
10313 if test -s conftest.err; then
10314 grep -v '^ *+' conftest.err >conftest.er1
10315 cat conftest.er1 >&5
10316 mv -f conftest.er1 conftest.err
10318 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10319 test $ac_status = 0; } && {
10320 test -z "$ac_cxx_werror_flag" ||
10321 test ! -s conftest.err
10322 } && test -s conftest$ac_exeext && {
10323 test "$cross_compiling" = yes ||
10324 $as_executable_p conftest$ac_exeext
10325 }; then :
10326 boost_cv_lib_system=yes
10327 else
10328 if $boost_use_source; then
10329 $as_echo "$as_me: failed program was:" >&5
10330 sed 's/^/| /' conftest.$ac_ext >&5
10333 boost_cv_lib_system=no
10335 ac_objext=$boost_save_ac_objext
10336 ac_ext=$boost_save_ac_ext
10337 rm -f core conftest.err conftest_ipa8_conftest.oo \
10338 conftest$ac_exeext
10339 ac_objext=$boost_save_ac_objext
10340 LDFLAGS=$boost_save_LDFLAGS
10341 LIBS=$boost_save_LIBS
10342 if test x"$boost_cv_lib_system" = xyes; then
10343 # Check or used cached result of whether or not using -R or
10344 # -rpath makes sense. Some implementations of ld, such as for
10345 # Mac OSX, require -rpath but -R is the flag known to work on
10346 # other systems. https://github.com/tsuna/boost.m4/issues/19
10347 if test "${boost_cv_rpath_link_ldflag+set}" = set; then :
10348 $as_echo_n "(cached) " >&6
10349 else
10350 case $boost_ldpath in
10351 '') # Nothing to do.
10352 boost_cv_rpath_link_ldflag=
10353 boost_rpath_link_ldflag_found=yes;;
10355 for boost_cv_rpath_link_ldflag in -Wl,-R, -Wl,-rpath,; do
10356 LDFLAGS="$boost_save_LDFLAGS -L$boost_ldpath $boost_cv_rpath_link_ldflag$boost_ldpath"
10357 LIBS="$boost_save_LIBS $boost_cv_lib_system_LIBS"
10358 rm -f conftest$ac_exeext
10359 boost_save_ac_ext=$ac_ext
10360 boost_use_source=:
10361 # If we already have a .o, re-use it. We change $ac_ext so that $ac_link
10362 # tries to link the existing object file instead of compiling from source.
10363 test -f conftest.$ac_objext && ac_ext=$ac_objext && boost_use_source=false &&
10364 $as_echo "$as_me:${as_lineno-$LINENO}: re-using the existing conftest.$ac_objext" >&5
10365 if { { ac_try="$ac_link"
10366 case "(($ac_try" in
10367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10368 *) ac_try_echo=$ac_try;;
10369 esac
10370 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10371 $as_echo "$ac_try_echo"; } >&5
10372 (eval "$ac_link") 2>conftest.err
10373 ac_status=$?
10374 if test -s conftest.err; then
10375 grep -v '^ *+' conftest.err >conftest.er1
10376 cat conftest.er1 >&5
10377 mv -f conftest.er1 conftest.err
10379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10380 test $ac_status = 0; } && {
10381 test -z "$ac_cxx_werror_flag" ||
10382 test ! -s conftest.err
10383 } && test -s conftest$ac_exeext && {
10384 test "$cross_compiling" = yes ||
10385 $as_executable_p conftest$ac_exeext
10386 }; then :
10387 boost_rpath_link_ldflag_found=yes
10388 break
10389 else
10390 if $boost_use_source; then
10391 $as_echo "$as_me: failed program was:" >&5
10392 sed 's/^/| /' conftest.$ac_ext >&5
10395 boost_rpath_link_ldflag_found=no
10397 ac_objext=$boost_save_ac_objext
10398 ac_ext=$boost_save_ac_ext
10399 rm -f core conftest.err conftest_ipa8_conftest.oo \
10400 conftest$ac_exeext
10401 done
10403 esac
10404 if test "x$boost_rpath_link_ldflag_found" != "xyes"; then :
10405 as_fn_error "Unable to determine whether to use -R or -rpath" "$LINENO" 5
10407 LDFLAGS=$boost_save_LDFLAGS
10408 LIBS=$boost_save_LIBS
10412 test x"$boost_ldpath" != x &&
10413 boost_cv_lib_system_LDFLAGS="-L$boost_ldpath $boost_cv_rpath_link_ldflag$boost_ldpath"
10414 boost_cv_lib_system_LDPATH="$boost_ldpath"
10415 break 7
10416 else
10417 boost_failed_libs="$boost_failed_libs@$boost_lib@"
10419 done
10420 done
10421 done
10422 done
10423 done
10424 done
10425 done # boost_lib_
10426 rm -f conftest.$ac_objext
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $boost_cv_lib_system" >&5
10430 $as_echo "$boost_cv_lib_system" >&6; }
10431 case $boost_cv_lib_system in #(
10432 (no) $as_echo "$as_me: failed program was:" >&5
10433 sed 's/^/| /' conftest.$ac_ext >&5
10435 as_fn_error "cannot find the flags to link with Boost system" "$LINENO" 5
10437 esac
10438 BOOST_SYSTEM_LDFLAGS=$boost_cv_lib_system_LDFLAGS
10439 BOOST_SYSTEM_LDPATH=$boost_cv_lib_system_LDPATH
10440 BOOST_LDPATH=$boost_cv_lib_system_LDPATH
10441 BOOST_SYSTEM_LIBS=$boost_cv_lib_system_LIBS
10442 CPPFLAGS=$boost_save_CPPFLAGS
10443 ac_ext=cpp
10444 ac_cpp='$CXXCPP $CPPFLAGS'
10445 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10446 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10447 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10452 if test ${boost_cv_lib_system:-no} != yes; then :
10454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
10455 Boost support has been disabled because Boost.System not found" >&5
10456 $as_echo "$as_me: WARNING:
10457 Boost support has been disabled because Boost.System not found" >&2;}
10458 _mule_warning_8=yes
10459 _mule_has_warnings=yes
10461 with_boost=disabled
10466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10467 CPPFLAGS="$mule_backup_CPPFLAGS"
10468 if test x"$boost_cv_inc_path" = xno; then
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
10471 Boost support has been disabled because Boost.Asio not found" >&5
10472 $as_echo "$as_me: WARNING:
10473 Boost support has been disabled because Boost.Asio not found" >&2;}
10474 _mule_warning_9=yes
10475 _mule_has_warnings=yes
10477 with_boost=disabled
10479 else
10480 ac_ext=cpp
10481 ac_cpp='$CXXCPP $CPPFLAGS'
10482 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10483 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10484 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10485 boost_save_CPPFLAGS=$CPPFLAGS
10486 CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
10487 ac_fn_cxx_check_header_mongrel "$LINENO" "boost/asio.hpp" "ac_cv_header_boost_asio_hpp" "$ac_includes_default"
10488 if test "x$ac_cv_header_boost_asio_hpp" = x""yes; then :
10490 $as_echo "#define ASIO_SOCKETS 1" >>confdefs.h
10492 else
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
10495 Boost support has been disabled because Boost.Asio not found" >&5
10496 $as_echo "$as_me: WARNING:
10497 Boost support has been disabled because Boost.Asio not found" >&2;}
10498 _mule_warning_10=yes
10499 _mule_has_warnings=yes
10501 with_boost=disabled
10506 CPPFLAGS=$boost_save_CPPFLAGS
10507 ac_ext=cpp
10508 ac_cpp='$CXXCPP $CPPFLAGS'
10509 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10510 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10511 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10515 else
10516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
10517 Boost support has been disabled because of insufficient Boost version." >&5
10518 $as_echo "$as_me: WARNING:
10519 Boost support has been disabled because of insufficient Boost version." >&2;}
10520 _mule_warning_11=yes
10521 _mule_has_warnings=yes
10531 # Ok, we have all needed libs, now checking for other stuff
10532 if test "$LEX" = "flex"; then :
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for extended flex capabilities" >&5
10535 $as_echo_n "checking for extended flex capabilities... " >&6; }
10537 extended_flex=`flex --help | grep header-file`
10538 if test -n "$extended_flex"; then :
10539 HAVE_FLEX_EXTENDED=yes
10540 else
10541 HAVE_FLEX_EXTENDED=no
10543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_FLEX_EXTENDED" >&5
10544 $as_echo "$HAVE_FLEX_EXTENDED" >&6; }
10546 if test $HAVE_FLEX_EXTENDED = no; then :
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: Your flex version doesn't support --header-file flag. This is not critical, but an upgrade is recommended" >&5
10548 $as_echo "$as_me: Your flex version doesn't support --header-file flag. This is not critical, but an upgrade is recommended" >&6;}
10551 else
10552 HAVE_FLEX_EXTENDED=no
10556 # Checks for header files.
10557 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
10558 # for constant arguments. Useless!
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
10560 $as_echo_n "checking for working alloca.h... " >&6; }
10561 if test "${ac_cv_working_alloca_h+set}" = set; then :
10562 $as_echo_n "(cached) " >&6
10563 else
10564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10565 /* end confdefs.h. */
10566 #include <alloca.h>
10568 main ()
10570 char *p = (char *) alloca (2 * sizeof (int));
10571 if (p) return 0;
10573 return 0;
10575 _ACEOF
10576 if ac_fn_cxx_try_link "$LINENO"; then :
10577 ac_cv_working_alloca_h=yes
10578 else
10579 ac_cv_working_alloca_h=no
10581 rm -f core conftest.err conftest.$ac_objext \
10582 conftest$ac_exeext conftest.$ac_ext
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
10585 $as_echo "$ac_cv_working_alloca_h" >&6; }
10586 if test $ac_cv_working_alloca_h = yes; then
10588 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
10593 $as_echo_n "checking for alloca... " >&6; }
10594 if test "${ac_cv_func_alloca_works+set}" = set; then :
10595 $as_echo_n "(cached) " >&6
10596 else
10597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10598 /* end confdefs.h. */
10599 #ifdef __GNUC__
10600 # define alloca __builtin_alloca
10601 #else
10602 # ifdef _MSC_VER
10603 # include <malloc.h>
10604 # define alloca _alloca
10605 # else
10606 # ifdef HAVE_ALLOCA_H
10607 # include <alloca.h>
10608 # else
10609 # ifdef _AIX
10610 #pragma alloca
10611 # else
10612 # ifndef alloca /* predefined by HP cc +Olibcalls */
10613 char *alloca ();
10614 # endif
10615 # endif
10616 # endif
10617 # endif
10618 #endif
10621 main ()
10623 char *p = (char *) alloca (1);
10624 if (p) return 0;
10626 return 0;
10628 _ACEOF
10629 if ac_fn_cxx_try_link "$LINENO"; then :
10630 ac_cv_func_alloca_works=yes
10631 else
10632 ac_cv_func_alloca_works=no
10634 rm -f core conftest.err conftest.$ac_objext \
10635 conftest$ac_exeext conftest.$ac_ext
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
10638 $as_echo "$ac_cv_func_alloca_works" >&6; }
10640 if test $ac_cv_func_alloca_works = yes; then
10642 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
10644 else
10645 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
10646 # that cause trouble. Some versions do not even contain alloca or
10647 # contain a buggy version. If you still want to use their alloca,
10648 # use ar to extract alloca.o from them instead of compiling alloca.c.
10650 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
10652 $as_echo "#define C_ALLOCA 1" >>confdefs.h
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
10656 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
10657 if test "${ac_cv_os_cray+set}" = set; then :
10658 $as_echo_n "(cached) " >&6
10659 else
10660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10661 /* end confdefs.h. */
10662 #if defined CRAY && ! defined CRAY2
10663 webecray
10664 #else
10665 wenotbecray
10666 #endif
10668 _ACEOF
10669 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10670 $EGREP "webecray" >/dev/null 2>&1; then :
10671 ac_cv_os_cray=yes
10672 else
10673 ac_cv_os_cray=no
10675 rm -f conftest*
10678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
10679 $as_echo "$ac_cv_os_cray" >&6; }
10680 if test $ac_cv_os_cray = yes; then
10681 for ac_func in _getb67 GETB67 getb67; do
10682 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10683 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
10684 eval as_val=\$$as_ac_var
10685 if test "x$as_val" = x""yes; then :
10687 cat >>confdefs.h <<_ACEOF
10688 #define CRAY_STACKSEG_END $ac_func
10689 _ACEOF
10691 break
10694 done
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
10698 $as_echo_n "checking stack direction for C alloca... " >&6; }
10699 if test "${ac_cv_c_stack_direction+set}" = set; then :
10700 $as_echo_n "(cached) " >&6
10701 else
10702 if test "$cross_compiling" = yes; then :
10703 ac_cv_c_stack_direction=0
10704 else
10705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10706 /* end confdefs.h. */
10707 $ac_includes_default
10709 find_stack_direction ()
10711 static char *addr = 0;
10712 auto char dummy;
10713 if (addr == 0)
10715 addr = &dummy;
10716 return find_stack_direction ();
10718 else
10719 return (&dummy > addr) ? 1 : -1;
10723 main ()
10725 return find_stack_direction () < 0;
10727 _ACEOF
10728 if ac_fn_cxx_try_run "$LINENO"; then :
10729 ac_cv_c_stack_direction=1
10730 else
10731 ac_cv_c_stack_direction=-1
10733 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10734 conftest.$ac_objext conftest.beam conftest.$ac_ext
10738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
10739 $as_echo "$ac_cv_c_stack_direction" >&6; }
10740 cat >>confdefs.h <<_ACEOF
10741 #define STACK_DIRECTION $ac_cv_c_stack_direction
10742 _ACEOF
10747 ac_header_dirent=no
10748 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
10749 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
10751 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
10752 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
10753 $as_echo_n "(cached) " >&6
10754 else
10755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10756 /* end confdefs.h. */
10757 #include <sys/types.h>
10758 #include <$ac_hdr>
10761 main ()
10763 if ((DIR *) 0)
10764 return 0;
10766 return 0;
10768 _ACEOF
10769 if ac_fn_cxx_try_compile "$LINENO"; then :
10770 eval "$as_ac_Header=yes"
10771 else
10772 eval "$as_ac_Header=no"
10774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10776 eval ac_res=\$$as_ac_Header
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
10778 $as_echo "$ac_res" >&6; }
10779 eval as_val=\$$as_ac_Header
10780 if test "x$as_val" = x""yes; then :
10781 cat >>confdefs.h <<_ACEOF
10782 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
10783 _ACEOF
10785 ac_header_dirent=$ac_hdr; break
10788 done
10789 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
10790 if test $ac_header_dirent = dirent.h; then
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
10792 $as_echo_n "checking for library containing opendir... " >&6; }
10793 if test "${ac_cv_search_opendir+set}" = set; then :
10794 $as_echo_n "(cached) " >&6
10795 else
10796 ac_func_search_save_LIBS=$LIBS
10797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10798 /* end confdefs.h. */
10800 /* Override any GCC internal prototype to avoid an error.
10801 Use char because int might match the return type of a GCC
10802 builtin and then its argument prototype would still apply. */
10803 #ifdef __cplusplus
10804 extern "C"
10805 #endif
10806 char opendir ();
10808 main ()
10810 return opendir ();
10812 return 0;
10814 _ACEOF
10815 for ac_lib in '' dir; do
10816 if test -z "$ac_lib"; then
10817 ac_res="none required"
10818 else
10819 ac_res=-l$ac_lib
10820 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10822 if ac_fn_cxx_try_link "$LINENO"; then :
10823 ac_cv_search_opendir=$ac_res
10825 rm -f core conftest.err conftest.$ac_objext \
10826 conftest$ac_exeext
10827 if test "${ac_cv_search_opendir+set}" = set; then :
10828 break
10830 done
10831 if test "${ac_cv_search_opendir+set}" = set; then :
10833 else
10834 ac_cv_search_opendir=no
10836 rm conftest.$ac_ext
10837 LIBS=$ac_func_search_save_LIBS
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
10840 $as_echo "$ac_cv_search_opendir" >&6; }
10841 ac_res=$ac_cv_search_opendir
10842 if test "$ac_res" != no; then :
10843 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10847 else
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
10849 $as_echo_n "checking for library containing opendir... " >&6; }
10850 if test "${ac_cv_search_opendir+set}" = set; then :
10851 $as_echo_n "(cached) " >&6
10852 else
10853 ac_func_search_save_LIBS=$LIBS
10854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10855 /* end confdefs.h. */
10857 /* Override any GCC internal prototype to avoid an error.
10858 Use char because int might match the return type of a GCC
10859 builtin and then its argument prototype would still apply. */
10860 #ifdef __cplusplus
10861 extern "C"
10862 #endif
10863 char opendir ();
10865 main ()
10867 return opendir ();
10869 return 0;
10871 _ACEOF
10872 for ac_lib in '' x; do
10873 if test -z "$ac_lib"; then
10874 ac_res="none required"
10875 else
10876 ac_res=-l$ac_lib
10877 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10879 if ac_fn_cxx_try_link "$LINENO"; then :
10880 ac_cv_search_opendir=$ac_res
10882 rm -f core conftest.err conftest.$ac_objext \
10883 conftest$ac_exeext
10884 if test "${ac_cv_search_opendir+set}" = set; then :
10885 break
10887 done
10888 if test "${ac_cv_search_opendir+set}" = set; then :
10890 else
10891 ac_cv_search_opendir=no
10893 rm conftest.$ac_ext
10894 LIBS=$ac_func_search_save_LIBS
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
10897 $as_echo "$ac_cv_search_opendir" >&6; }
10898 ac_res=$ac_cv_search_opendir
10899 if test "$ac_res" != no; then :
10900 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10907 $as_echo_n "checking for ANSI C header files... " >&6; }
10908 if test "${ac_cv_header_stdc+set}" = set; then :
10909 $as_echo_n "(cached) " >&6
10910 else
10911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10912 /* end confdefs.h. */
10913 #include <stdlib.h>
10914 #include <stdarg.h>
10915 #include <string.h>
10916 #include <float.h>
10919 main ()
10923 return 0;
10925 _ACEOF
10926 if ac_fn_cxx_try_compile "$LINENO"; then :
10927 ac_cv_header_stdc=yes
10928 else
10929 ac_cv_header_stdc=no
10931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10933 if test $ac_cv_header_stdc = yes; then
10934 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h. */
10937 #include <string.h>
10939 _ACEOF
10940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10941 $EGREP "memchr" >/dev/null 2>&1; then :
10943 else
10944 ac_cv_header_stdc=no
10946 rm -f conftest*
10950 if test $ac_cv_header_stdc = yes; then
10951 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10953 /* end confdefs.h. */
10954 #include <stdlib.h>
10956 _ACEOF
10957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10958 $EGREP "free" >/dev/null 2>&1; then :
10960 else
10961 ac_cv_header_stdc=no
10963 rm -f conftest*
10967 if test $ac_cv_header_stdc = yes; then
10968 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10969 if test "$cross_compiling" = yes; then :
10971 else
10972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10973 /* end confdefs.h. */
10974 #include <ctype.h>
10975 #include <stdlib.h>
10976 #if ((' ' & 0x0FF) == 0x020)
10977 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10978 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10979 #else
10980 # define ISLOWER(c) \
10981 (('a' <= (c) && (c) <= 'i') \
10982 || ('j' <= (c) && (c) <= 'r') \
10983 || ('s' <= (c) && (c) <= 'z'))
10984 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10985 #endif
10987 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10989 main ()
10991 int i;
10992 for (i = 0; i < 256; i++)
10993 if (XOR (islower (i), ISLOWER (i))
10994 || toupper (i) != TOUPPER (i))
10995 return 2;
10996 return 0;
10998 _ACEOF
10999 if ac_fn_cxx_try_run "$LINENO"; then :
11001 else
11002 ac_cv_header_stdc=no
11004 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11005 conftest.$ac_objext conftest.beam conftest.$ac_ext
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11011 $as_echo "$ac_cv_header_stdc" >&6; }
11012 if test $ac_cv_header_stdc = yes; then
11014 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11018 for ac_header in argz.h arpa/inet.h errno.h fcntl.h inttypes.h langinfo.h libintl.h limits.h locale.h malloc.h mntent.h netdb.h netinet/in.h stddef.h nl_types.h signal.h stdint.h stdio_ext.h stdlib.h string.h strings.h sys/ioctl.h sys/mntent.h sys/mnttab.h sys/mount.h sys/param.h sys/resource.h sys/select.h sys/socket.h sys/statvfs.h sys/time.h sys/timeb.h sys/types.h unistd.h
11019 do :
11020 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11021 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11022 eval as_val=\$$as_ac_Header
11023 if test "x$as_val" = x""yes; then :
11024 cat >>confdefs.h <<_ACEOF
11025 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11026 _ACEOF
11030 done
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
11033 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
11034 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
11035 $as_echo_n "(cached) " >&6
11036 else
11037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11038 /* end confdefs.h. */
11039 #include <sys/types.h>
11040 #include <sys/wait.h>
11041 #ifndef WEXITSTATUS
11042 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
11043 #endif
11044 #ifndef WIFEXITED
11045 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
11046 #endif
11049 main ()
11051 int s;
11052 wait (&s);
11053 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
11055 return 0;
11057 _ACEOF
11058 if ac_fn_cxx_try_compile "$LINENO"; then :
11059 ac_cv_header_sys_wait_h=yes
11060 else
11061 ac_cv_header_sys_wait_h=no
11063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
11066 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
11067 if test $ac_cv_header_sys_wait_h = yes; then
11069 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
11075 # Checks for typedefs, structures, and compiler characteristics.
11076 ac_fn_cxx_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
11077 if test "x$ac_cv_type_mode_t" = x""yes; then :
11079 else
11081 cat >>confdefs.h <<_ACEOF
11082 #define mode_t int
11083 _ACEOF
11087 ac_fn_cxx_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
11088 if test "x$ac_cv_type_off_t" = x""yes; then :
11090 else
11092 cat >>confdefs.h <<_ACEOF
11093 #define off_t long int
11094 _ACEOF
11098 ac_fn_cxx_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11099 if test "x$ac_cv_type_size_t" = x""yes; then :
11101 else
11103 cat >>confdefs.h <<_ACEOF
11104 #define size_t unsigned int
11105 _ACEOF
11109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
11110 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
11111 if test "${ac_cv_header_time+set}" = set; then :
11112 $as_echo_n "(cached) " >&6
11113 else
11114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11115 /* end confdefs.h. */
11116 #include <sys/types.h>
11117 #include <sys/time.h>
11118 #include <time.h>
11121 main ()
11123 if ((struct tm *) 0)
11124 return 0;
11126 return 0;
11128 _ACEOF
11129 if ac_fn_cxx_try_compile "$LINENO"; then :
11130 ac_cv_header_time=yes
11131 else
11132 ac_cv_header_time=no
11134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
11137 $as_echo "$ac_cv_header_time" >&6; }
11138 if test $ac_cv_header_time = yes; then
11140 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
11145 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
11146 if test "${ac_cv_struct_tm+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11150 /* end confdefs.h. */
11151 #include <sys/types.h>
11152 #include <time.h>
11155 main ()
11157 struct tm tm;
11158 int *p = &tm.tm_sec;
11159 return !p;
11161 return 0;
11163 _ACEOF
11164 if ac_fn_cxx_try_compile "$LINENO"; then :
11165 ac_cv_struct_tm=time.h
11166 else
11167 ac_cv_struct_tm=sys/time.h
11169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
11172 $as_echo "$ac_cv_struct_tm" >&6; }
11173 if test $ac_cv_struct_tm = sys/time.h; then
11175 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
11180 $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
11181 if test "${ac_cv_type_uid_t+set}" = set; then :
11182 $as_echo_n "(cached) " >&6
11183 else
11184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11185 /* end confdefs.h. */
11186 #include <sys/types.h>
11188 _ACEOF
11189 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11190 $EGREP "uid_t" >/dev/null 2>&1; then :
11191 ac_cv_type_uid_t=yes
11192 else
11193 ac_cv_type_uid_t=no
11195 rm -f conftest*
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
11199 $as_echo "$ac_cv_type_uid_t" >&6; }
11200 if test $ac_cv_type_uid_t = no; then
11202 $as_echo "#define uid_t int" >>confdefs.h
11205 $as_echo "#define gid_t int" >>confdefs.h
11209 ac_fn_cxx_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
11210 if test "x$ac_cv_type_ptrdiff_t" = x""yes; then :
11212 cat >>confdefs.h <<_ACEOF
11213 #define HAVE_PTRDIFF_T 1
11214 _ACEOF
11221 # Checks for library functions.
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether closedir returns void" >&5
11223 $as_echo_n "checking whether closedir returns void... " >&6; }
11224 if test "${ac_cv_func_closedir_void+set}" = set; then :
11225 $as_echo_n "(cached) " >&6
11226 else
11227 if test "$cross_compiling" = yes; then :
11228 ac_cv_func_closedir_void=yes
11229 else
11230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11231 /* end confdefs.h. */
11232 $ac_includes_default
11233 #include <$ac_header_dirent>
11234 #ifndef __cplusplus
11235 int closedir ();
11236 #endif
11239 main ()
11241 return closedir (opendir (".")) != 0;
11243 return 0;
11245 _ACEOF
11246 if ac_fn_cxx_try_run "$LINENO"; then :
11247 ac_cv_func_closedir_void=no
11248 else
11249 ac_cv_func_closedir_void=yes
11251 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11252 conftest.$ac_objext conftest.beam conftest.$ac_ext
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_closedir_void" >&5
11257 $as_echo "$ac_cv_func_closedir_void" >&6; }
11258 if test $ac_cv_func_closedir_void = yes; then
11260 $as_echo "#define CLOSEDIR_VOID 1" >>confdefs.h
11264 if test $ac_cv_c_compiler_gnu = yes; then
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
11266 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
11267 if test "${ac_cv_prog_gcc_traditional+set}" = set; then :
11268 $as_echo_n "(cached) " >&6
11269 else
11270 ac_pattern="Autoconf.*'x'"
11271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11272 /* end confdefs.h. */
11273 #include <sgtty.h>
11274 Autoconf TIOCGETP
11275 _ACEOF
11276 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11277 $EGREP "$ac_pattern" >/dev/null 2>&1; then :
11278 ac_cv_prog_gcc_traditional=yes
11279 else
11280 ac_cv_prog_gcc_traditional=no
11282 rm -f conftest*
11285 if test $ac_cv_prog_gcc_traditional = no; then
11286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11287 /* end confdefs.h. */
11288 #include <termio.h>
11289 Autoconf TCGETA
11290 _ACEOF
11291 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11292 $EGREP "$ac_pattern" >/dev/null 2>&1; then :
11293 ac_cv_prog_gcc_traditional=yes
11295 rm -f conftest*
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
11300 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
11301 if test $ac_cv_prog_gcc_traditional = yes; then
11302 CC="$CC -traditional"
11306 ac_fn_cxx_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11307 if test "x$ac_cv_type_pid_t" = x""yes; then :
11309 else
11311 cat >>confdefs.h <<_ACEOF
11312 #define pid_t int
11313 _ACEOF
11317 for ac_header in vfork.h
11318 do :
11319 ac_fn_cxx_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
11320 if test "x$ac_cv_header_vfork_h" = x""yes; then :
11321 cat >>confdefs.h <<_ACEOF
11322 #define HAVE_VFORK_H 1
11323 _ACEOF
11327 done
11329 for ac_func in fork vfork
11330 do :
11331 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11332 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
11333 eval as_val=\$$as_ac_var
11334 if test "x$as_val" = x""yes; then :
11335 cat >>confdefs.h <<_ACEOF
11336 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11337 _ACEOF
11340 done
11342 if test "x$ac_cv_func_fork" = xyes; then
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
11344 $as_echo_n "checking for working fork... " >&6; }
11345 if test "${ac_cv_func_fork_works+set}" = set; then :
11346 $as_echo_n "(cached) " >&6
11347 else
11348 if test "$cross_compiling" = yes; then :
11349 ac_cv_func_fork_works=cross
11350 else
11351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11352 /* end confdefs.h. */
11353 $ac_includes_default
11355 main ()
11358 /* By Ruediger Kuhlmann. */
11359 return fork () < 0;
11362 return 0;
11364 _ACEOF
11365 if ac_fn_cxx_try_run "$LINENO"; then :
11366 ac_cv_func_fork_works=yes
11367 else
11368 ac_cv_func_fork_works=no
11370 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11371 conftest.$ac_objext conftest.beam conftest.$ac_ext
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
11376 $as_echo "$ac_cv_func_fork_works" >&6; }
11378 else
11379 ac_cv_func_fork_works=$ac_cv_func_fork
11381 if test "x$ac_cv_func_fork_works" = xcross; then
11382 case $host in
11383 *-*-amigaos* | *-*-msdosdjgpp*)
11384 # Override, as these systems have only a dummy fork() stub
11385 ac_cv_func_fork_works=no
11388 ac_cv_func_fork_works=yes
11390 esac
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
11392 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
11394 ac_cv_func_vfork_works=$ac_cv_func_vfork
11395 if test "x$ac_cv_func_vfork" = xyes; then
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
11397 $as_echo_n "checking for working vfork... " >&6; }
11398 if test "${ac_cv_func_vfork_works+set}" = set; then :
11399 $as_echo_n "(cached) " >&6
11400 else
11401 if test "$cross_compiling" = yes; then :
11402 ac_cv_func_vfork_works=cross
11403 else
11404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11405 /* end confdefs.h. */
11406 /* Thanks to Paul Eggert for this test. */
11407 $ac_includes_default
11408 #include <sys/wait.h>
11409 #ifdef HAVE_VFORK_H
11410 # include <vfork.h>
11411 #endif
11412 /* On some sparc systems, changes by the child to local and incoming
11413 argument registers are propagated back to the parent. The compiler
11414 is told about this with #include <vfork.h>, but some compilers
11415 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
11416 static variable whose address is put into a register that is
11417 clobbered by the vfork. */
11418 static void
11419 #ifdef __cplusplus
11420 sparc_address_test (int arg)
11421 # else
11422 sparc_address_test (arg) int arg;
11423 #endif
11425 static pid_t child;
11426 if (!child) {
11427 child = vfork ();
11428 if (child < 0) {
11429 perror ("vfork");
11430 _exit(2);
11432 if (!child) {
11433 arg = getpid();
11434 write(-1, "", 0);
11435 _exit (arg);
11441 main ()
11443 pid_t parent = getpid ();
11444 pid_t child;
11446 sparc_address_test (0);
11448 child = vfork ();
11450 if (child == 0) {
11451 /* Here is another test for sparc vfork register problems. This
11452 test uses lots of local variables, at least as many local
11453 variables as main has allocated so far including compiler
11454 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
11455 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
11456 reuse the register of parent for one of the local variables,
11457 since it will think that parent can't possibly be used any more
11458 in this routine. Assigning to the local variable will thus
11459 munge parent in the parent process. */
11460 pid_t
11461 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
11462 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
11463 /* Convince the compiler that p..p7 are live; otherwise, it might
11464 use the same hardware register for all 8 local variables. */
11465 if (p != p1 || p != p2 || p != p3 || p != p4
11466 || p != p5 || p != p6 || p != p7)
11467 _exit(1);
11469 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
11470 from child file descriptors. If the child closes a descriptor
11471 before it execs or exits, this munges the parent's descriptor
11472 as well. Test for this by closing stdout in the child. */
11473 _exit(close(fileno(stdout)) != 0);
11474 } else {
11475 int status;
11476 struct stat st;
11478 while (wait(&status) != child)
11480 return (
11481 /* Was there some problem with vforking? */
11482 child < 0
11484 /* Did the child fail? (This shouldn't happen.) */
11485 || status
11487 /* Did the vfork/compiler bug occur? */
11488 || parent != getpid()
11490 /* Did the file descriptor bug occur? */
11491 || fstat(fileno(stdout), &st) != 0
11495 _ACEOF
11496 if ac_fn_cxx_try_run "$LINENO"; then :
11497 ac_cv_func_vfork_works=yes
11498 else
11499 ac_cv_func_vfork_works=no
11501 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11502 conftest.$ac_objext conftest.beam conftest.$ac_ext
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
11507 $as_echo "$ac_cv_func_vfork_works" >&6; }
11510 if test "x$ac_cv_func_fork_works" = xcross; then
11511 ac_cv_func_vfork_works=$ac_cv_func_vfork
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
11513 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
11516 if test "x$ac_cv_func_vfork_works" = xyes; then
11518 $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
11520 else
11522 $as_echo "#define vfork fork" >>confdefs.h
11525 if test "x$ac_cv_func_fork_works" = xyes; then
11527 $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
11532 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
11533 if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
11534 $as_echo_n "(cached) " >&6
11535 else
11536 rm -f conftest.sym conftest.file
11537 echo >conftest.file
11538 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
11539 if test "$cross_compiling" = yes; then :
11540 ac_cv_func_lstat_dereferences_slashed_symlink=no
11541 else
11542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11543 /* end confdefs.h. */
11544 $ac_includes_default
11546 main ()
11548 struct stat sbuf;
11549 /* Linux will dereference the symlink and fail, as required by POSIX.
11550 That is better in the sense that it means we will not
11551 have to compile and use the lstat wrapper. */
11552 return lstat ("conftest.sym/", &sbuf) == 0;
11554 return 0;
11556 _ACEOF
11557 if ac_fn_cxx_try_run "$LINENO"; then :
11558 ac_cv_func_lstat_dereferences_slashed_symlink=yes
11559 else
11560 ac_cv_func_lstat_dereferences_slashed_symlink=no
11562 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11563 conftest.$ac_objext conftest.beam conftest.$ac_ext
11566 else
11567 # If the `ln -s' command failed, then we probably don't even
11568 # have an lstat function.
11569 ac_cv_func_lstat_dereferences_slashed_symlink=no
11571 rm -f conftest.sym conftest.file
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
11575 $as_echo "$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; }
11577 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
11579 cat >>confdefs.h <<_ACEOF
11580 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
11581 _ACEOF
11584 if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then
11585 case " $LIBOBJS " in
11586 *" lstat.$ac_objext "* ) ;;
11587 *) LIBOBJS="$LIBOBJS lstat.$ac_objext"
11589 esac
11593 if test x$SYS != xwin32; then :
11595 # getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
11596 # -lseq on Dynix/PTX, -lgen on Unixware.
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getmntent" >&5
11598 $as_echo_n "checking for library containing getmntent... " >&6; }
11599 if test "${ac_cv_search_getmntent+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
11601 else
11602 ac_func_search_save_LIBS=$LIBS
11603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11604 /* end confdefs.h. */
11606 /* Override any GCC internal prototype to avoid an error.
11607 Use char because int might match the return type of a GCC
11608 builtin and then its argument prototype would still apply. */
11609 #ifdef __cplusplus
11610 extern "C"
11611 #endif
11612 char getmntent ();
11614 main ()
11616 return getmntent ();
11618 return 0;
11620 _ACEOF
11621 for ac_lib in '' sun seq gen; do
11622 if test -z "$ac_lib"; then
11623 ac_res="none required"
11624 else
11625 ac_res=-l$ac_lib
11626 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11628 if ac_fn_cxx_try_link "$LINENO"; then :
11629 ac_cv_search_getmntent=$ac_res
11631 rm -f core conftest.err conftest.$ac_objext \
11632 conftest$ac_exeext
11633 if test "${ac_cv_search_getmntent+set}" = set; then :
11634 break
11636 done
11637 if test "${ac_cv_search_getmntent+set}" = set; then :
11639 else
11640 ac_cv_search_getmntent=no
11642 rm conftest.$ac_ext
11643 LIBS=$ac_func_search_save_LIBS
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getmntent" >&5
11646 $as_echo "$ac_cv_search_getmntent" >&6; }
11647 ac_res=$ac_cv_search_getmntent
11648 if test "$ac_res" != no; then :
11649 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11650 ac_cv_func_getmntent=yes
11652 $as_echo "#define HAVE_GETMNTENT 1" >>confdefs.h
11654 else
11655 ac_cv_func_getmntent=no
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat accepts an empty string" >&5
11660 $as_echo_n "checking whether lstat accepts an empty string... " >&6; }
11661 if test "${ac_cv_func_lstat_empty_string_bug+set}" = set; then :
11662 $as_echo_n "(cached) " >&6
11663 else
11664 if test "$cross_compiling" = yes; then :
11665 ac_cv_func_lstat_empty_string_bug=yes
11666 else
11667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11668 /* end confdefs.h. */
11669 $ac_includes_default
11671 main ()
11673 struct stat sbuf;
11674 return lstat ("", &sbuf) == 0;
11676 return 0;
11678 _ACEOF
11679 if ac_fn_cxx_try_run "$LINENO"; then :
11680 ac_cv_func_lstat_empty_string_bug=no
11681 else
11682 ac_cv_func_lstat_empty_string_bug=yes
11684 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11685 conftest.$ac_objext conftest.beam conftest.$ac_ext
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_lstat_empty_string_bug" >&5
11690 $as_echo "$ac_cv_func_lstat_empty_string_bug" >&6; }
11691 if test $ac_cv_func_lstat_empty_string_bug = yes; then
11692 case " $LIBOBJS " in
11693 *" lstat.$ac_objext "* ) ;;
11694 *) LIBOBJS="$LIBOBJS lstat.$ac_objext"
11696 esac
11699 cat >>confdefs.h <<_ACEOF
11700 #define HAVE_LSTAT_EMPTY_STRING_BUG 1
11701 _ACEOF
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
11706 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
11707 if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then :
11708 $as_echo_n "(cached) " >&6
11709 else
11710 rm -f conftest.sym conftest.file
11711 echo >conftest.file
11712 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
11713 if test "$cross_compiling" = yes; then :
11714 ac_cv_func_lstat_dereferences_slashed_symlink=no
11715 else
11716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11717 /* end confdefs.h. */
11718 $ac_includes_default
11720 main ()
11722 struct stat sbuf;
11723 /* Linux will dereference the symlink and fail, as required by POSIX.
11724 That is better in the sense that it means we will not
11725 have to compile and use the lstat wrapper. */
11726 return lstat ("conftest.sym/", &sbuf) == 0;
11728 return 0;
11730 _ACEOF
11731 if ac_fn_cxx_try_run "$LINENO"; then :
11732 ac_cv_func_lstat_dereferences_slashed_symlink=yes
11733 else
11734 ac_cv_func_lstat_dereferences_slashed_symlink=no
11736 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11737 conftest.$ac_objext conftest.beam conftest.$ac_ext
11740 else
11741 # If the `ln -s' command failed, then we probably don't even
11742 # have an lstat function.
11743 ac_cv_func_lstat_dereferences_slashed_symlink=no
11745 rm -f conftest.sym conftest.file
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
11749 $as_echo "$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; }
11751 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
11753 cat >>confdefs.h <<_ACEOF
11754 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
11755 _ACEOF
11758 if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then
11759 case " $LIBOBJS " in
11760 *" lstat.$ac_objext "* ) ;;
11761 *) LIBOBJS="$LIBOBJS lstat.$ac_objext"
11763 esac
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
11770 $as_echo_n "checking for working memcmp... " >&6; }
11771 if test "${ac_cv_func_memcmp_working+set}" = set; then :
11772 $as_echo_n "(cached) " >&6
11773 else
11774 if test "$cross_compiling" = yes; then :
11775 ac_cv_func_memcmp_working=no
11776 else
11777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11778 /* end confdefs.h. */
11779 $ac_includes_default
11781 main ()
11784 /* Some versions of memcmp are not 8-bit clean. */
11785 char c0 = '\100', c1 = '\200', c2 = '\201';
11786 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
11787 return 1;
11789 /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
11790 or more and with at least one buffer not starting on a 4-byte boundary.
11791 William Lewis provided this test program. */
11793 char foo[21];
11794 char bar[21];
11795 int i;
11796 for (i = 0; i < 4; i++)
11798 char *a = foo + i;
11799 char *b = bar + i;
11800 strcpy (a, "--------01111111");
11801 strcpy (b, "--------10000000");
11802 if (memcmp (a, b, 16) >= 0)
11803 return 1;
11805 return 0;
11809 return 0;
11811 _ACEOF
11812 if ac_fn_cxx_try_run "$LINENO"; then :
11813 ac_cv_func_memcmp_working=yes
11814 else
11815 ac_cv_func_memcmp_working=no
11817 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11818 conftest.$ac_objext conftest.beam conftest.$ac_ext
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
11823 $as_echo "$ac_cv_func_memcmp_working" >&6; }
11824 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
11825 *" memcmp.$ac_objext "* ) ;;
11826 *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
11828 esac
11831 for ac_header in sys/select.h sys/socket.h
11832 do :
11833 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11834 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11835 eval as_val=\$$as_ac_Header
11836 if test "x$as_val" = x""yes; then :
11837 cat >>confdefs.h <<_ACEOF
11838 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11839 _ACEOF
11843 done
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for select" >&5
11846 $as_echo_n "checking types of arguments for select... " >&6; }
11847 if test "${ac_cv_func_select_args+set}" = set; then :
11848 $as_echo_n "(cached) " >&6
11849 else
11850 for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
11851 for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
11852 for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
11853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11854 /* end confdefs.h. */
11855 $ac_includes_default
11856 #ifdef HAVE_SYS_SELECT_H
11857 # include <sys/select.h>
11858 #endif
11859 #ifdef HAVE_SYS_SOCKET_H
11860 # include <sys/socket.h>
11861 #endif
11864 main ()
11866 extern int select ($ac_arg1,
11867 $ac_arg234, $ac_arg234, $ac_arg234,
11868 $ac_arg5);
11870 return 0;
11872 _ACEOF
11873 if ac_fn_cxx_try_compile "$LINENO"; then :
11874 ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
11876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11877 done
11878 done
11879 done
11880 # Provide a safe default value.
11881 : ${ac_cv_func_select_args='int,int *,struct timeval *'}
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_select_args" >&5
11885 $as_echo "$ac_cv_func_select_args" >&6; }
11886 ac_save_IFS=$IFS; IFS=','
11887 set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
11888 IFS=$ac_save_IFS
11889 shift
11891 cat >>confdefs.h <<_ACEOF
11892 #define SELECT_TYPE_ARG1 $1
11893 _ACEOF
11896 cat >>confdefs.h <<_ACEOF
11897 #define SELECT_TYPE_ARG234 ($2)
11898 _ACEOF
11901 cat >>confdefs.h <<_ACEOF
11902 #define SELECT_TYPE_ARG5 ($3)
11903 _ACEOF
11905 rm -f conftest*
11907 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then :
11908 $as_echo_n "(cached) " >&6
11909 else
11910 ac_cv_func_setvbuf_reversed=no
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11915 $as_echo_n "checking return type of signal handlers... " >&6; }
11916 if test "${ac_cv_type_signal+set}" = set; then :
11917 $as_echo_n "(cached) " >&6
11918 else
11919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11920 /* end confdefs.h. */
11921 #include <sys/types.h>
11922 #include <signal.h>
11925 main ()
11927 return *(signal (0, 0)) (0) == 1;
11929 return 0;
11931 _ACEOF
11932 if ac_fn_cxx_try_compile "$LINENO"; then :
11933 ac_cv_type_signal=int
11934 else
11935 ac_cv_type_signal=void
11937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11940 $as_echo "$ac_cv_type_signal" >&6; }
11942 cat >>confdefs.h <<_ACEOF
11943 #define RETSIGTYPE $ac_cv_type_signal
11944 _ACEOF
11947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat accepts an empty string" >&5
11948 $as_echo_n "checking whether stat accepts an empty string... " >&6; }
11949 if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then :
11950 $as_echo_n "(cached) " >&6
11951 else
11952 if test "$cross_compiling" = yes; then :
11953 ac_cv_func_stat_empty_string_bug=yes
11954 else
11955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11956 /* end confdefs.h. */
11957 $ac_includes_default
11959 main ()
11961 struct stat sbuf;
11962 return stat ("", &sbuf) == 0;
11964 return 0;
11966 _ACEOF
11967 if ac_fn_cxx_try_run "$LINENO"; then :
11968 ac_cv_func_stat_empty_string_bug=no
11969 else
11970 ac_cv_func_stat_empty_string_bug=yes
11972 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11973 conftest.$ac_objext conftest.beam conftest.$ac_ext
11977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_stat_empty_string_bug" >&5
11978 $as_echo "$ac_cv_func_stat_empty_string_bug" >&6; }
11979 if test $ac_cv_func_stat_empty_string_bug = yes; then
11980 case " $LIBOBJS " in
11981 *" stat.$ac_objext "* ) ;;
11982 *) LIBOBJS="$LIBOBJS stat.$ac_objext"
11984 esac
11987 cat >>confdefs.h <<_ACEOF
11988 #define HAVE_STAT_EMPTY_STRING_BUG 1
11989 _ACEOF
11993 for ac_func in strftime
11994 do :
11995 ac_fn_cxx_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
11996 if test "x$ac_cv_func_strftime" = x""yes; then :
11997 cat >>confdefs.h <<_ACEOF
11998 #define HAVE_STRFTIME 1
11999 _ACEOF
12001 else
12002 # strftime is in -lintl on SCO UNIX.
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
12004 $as_echo_n "checking for strftime in -lintl... " >&6; }
12005 if test "${ac_cv_lib_intl_strftime+set}" = set; then :
12006 $as_echo_n "(cached) " >&6
12007 else
12008 ac_check_lib_save_LIBS=$LIBS
12009 LIBS="-lintl $LIBS"
12010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12011 /* end confdefs.h. */
12013 /* Override any GCC internal prototype to avoid an error.
12014 Use char because int might match the return type of a GCC
12015 builtin and then its argument prototype would still apply. */
12016 #ifdef __cplusplus
12017 extern "C"
12018 #endif
12019 char strftime ();
12021 main ()
12023 return strftime ();
12025 return 0;
12027 _ACEOF
12028 if ac_fn_cxx_try_link "$LINENO"; then :
12029 ac_cv_lib_intl_strftime=yes
12030 else
12031 ac_cv_lib_intl_strftime=no
12033 rm -f core conftest.err conftest.$ac_objext \
12034 conftest$ac_exeext conftest.$ac_ext
12035 LIBS=$ac_check_lib_save_LIBS
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
12038 $as_echo "$ac_cv_lib_intl_strftime" >&6; }
12039 if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
12040 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
12042 LIBS="-lintl $LIBS"
12046 done
12048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strtod" >&5
12049 $as_echo_n "checking for working strtod... " >&6; }
12050 if test "${ac_cv_func_strtod+set}" = set; then :
12051 $as_echo_n "(cached) " >&6
12052 else
12053 if test "$cross_compiling" = yes; then :
12054 ac_cv_func_strtod=no
12055 else
12056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12057 /* end confdefs.h. */
12059 $ac_includes_default
12060 #ifndef strtod
12061 double strtod ();
12062 #endif
12064 main()
12067 /* Some versions of Linux strtod mis-parse strings with leading '+'. */
12068 char *string = " +69";
12069 char *term;
12070 double value;
12071 value = strtod (string, &term);
12072 if (value != 69 || term != (string + 4))
12073 return 1;
12077 /* Under Solaris 2.4, strtod returns the wrong value for the
12078 terminating character under some conditions. */
12079 char *string = "NaN";
12080 char *term;
12081 strtod (string, &term);
12082 if (term != string && *(term - 1) == 0)
12083 return 1;
12085 return 0;
12088 _ACEOF
12089 if ac_fn_cxx_try_run "$LINENO"; then :
12090 ac_cv_func_strtod=yes
12091 else
12092 ac_cv_func_strtod=no
12094 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12095 conftest.$ac_objext conftest.beam conftest.$ac_ext
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strtod" >&5
12100 $as_echo "$ac_cv_func_strtod" >&6; }
12101 if test $ac_cv_func_strtod = no; then
12102 case " $LIBOBJS " in
12103 *" strtod.$ac_objext "* ) ;;
12104 *) LIBOBJS="$LIBOBJS strtod.$ac_objext"
12106 esac
12108 ac_fn_cxx_check_func "$LINENO" "pow" "ac_cv_func_pow"
12109 if test "x$ac_cv_func_pow" = x""yes; then :
12113 if test $ac_cv_func_pow = no; then
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
12115 $as_echo_n "checking for pow in -lm... " >&6; }
12116 if test "${ac_cv_lib_m_pow+set}" = set; then :
12117 $as_echo_n "(cached) " >&6
12118 else
12119 ac_check_lib_save_LIBS=$LIBS
12120 LIBS="-lm $LIBS"
12121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12122 /* end confdefs.h. */
12124 /* Override any GCC internal prototype to avoid an error.
12125 Use char because int might match the return type of a GCC
12126 builtin and then its argument prototype would still apply. */
12127 #ifdef __cplusplus
12128 extern "C"
12129 #endif
12130 char pow ();
12132 main ()
12134 return pow ();
12136 return 0;
12138 _ACEOF
12139 if ac_fn_cxx_try_link "$LINENO"; then :
12140 ac_cv_lib_m_pow=yes
12141 else
12142 ac_cv_lib_m_pow=no
12144 rm -f core conftest.err conftest.$ac_objext \
12145 conftest$ac_exeext conftest.$ac_ext
12146 LIBS=$ac_check_lib_save_LIBS
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
12149 $as_echo "$ac_cv_lib_m_pow" >&6; }
12150 if test "x$ac_cv_lib_m_pow" = x""yes; then :
12151 POW_LIB=-lm
12152 else
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library containing definition of pow" >&5
12154 $as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
12161 for ac_func in vprintf
12162 do :
12163 ac_fn_cxx_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
12164 if test "x$ac_cv_func_vprintf" = x""yes; then :
12165 cat >>confdefs.h <<_ACEOF
12166 #define HAVE_VPRINTF 1
12167 _ACEOF
12169 ac_fn_cxx_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
12170 if test "x$ac_cv_func__doprnt" = x""yes; then :
12172 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
12177 done
12180 if test $cross_compiling = yes -a $gnumalloc = yes; then :
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12183 configure cannot check whether malloc() and realloc() are GNU libc
12184 compatible. You have to be ABSOLUTELY sure that they are, otherwise
12185 run configure with the --without-gnu-malloc switch." >&5
12186 $as_echo "$as_me: WARNING:
12187 configure cannot check whether malloc() and realloc() are GNU libc
12188 compatible. You have to be ABSOLUTELY sure that they are, otherwise
12189 run configure with the --without-gnu-malloc switch." >&2;}
12190 _mule_warning_12=yes
12191 _mule_has_warnings=yes
12193 ac_cv_func_malloc_0_nonnull=yes
12194 ac_cv_func_realloc_0_nonnull=yes
12197 for ac_header in stdlib.h
12198 do :
12199 ac_fn_cxx_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
12200 if test "x$ac_cv_header_stdlib_h" = x""yes; then :
12201 cat >>confdefs.h <<_ACEOF
12202 #define HAVE_STDLIB_H 1
12203 _ACEOF
12207 done
12209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
12210 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
12211 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
12212 $as_echo_n "(cached) " >&6
12213 else
12214 if test "$cross_compiling" = yes; then :
12215 ac_cv_func_malloc_0_nonnull=no
12216 else
12217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12218 /* end confdefs.h. */
12219 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
12220 # include <stdlib.h>
12221 #else
12222 char *malloc ();
12223 #endif
12226 main ()
12228 return ! malloc (0);
12230 return 0;
12232 _ACEOF
12233 if ac_fn_cxx_try_run "$LINENO"; then :
12234 ac_cv_func_malloc_0_nonnull=yes
12235 else
12236 ac_cv_func_malloc_0_nonnull=no
12238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12239 conftest.$ac_objext conftest.beam conftest.$ac_ext
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
12244 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
12245 if test $ac_cv_func_malloc_0_nonnull = yes; then :
12247 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
12249 else
12250 $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
12252 case " $LIBOBJS " in
12253 *" malloc.$ac_objext "* ) ;;
12254 *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
12256 esac
12259 $as_echo "#define malloc rpl_malloc" >>confdefs.h
12264 for ac_header in stdlib.h
12265 do :
12266 ac_fn_cxx_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
12267 if test "x$ac_cv_header_stdlib_h" = x""yes; then :
12268 cat >>confdefs.h <<_ACEOF
12269 #define HAVE_STDLIB_H 1
12270 _ACEOF
12274 done
12276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
12277 $as_echo_n "checking for GNU libc compatible realloc... " >&6; }
12278 if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then :
12279 $as_echo_n "(cached) " >&6
12280 else
12281 if test "$cross_compiling" = yes; then :
12282 ac_cv_func_realloc_0_nonnull=no
12283 else
12284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12285 /* end confdefs.h. */
12286 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
12287 # include <stdlib.h>
12288 #else
12289 char *realloc ();
12290 #endif
12293 main ()
12295 return ! realloc (0, 0);
12297 return 0;
12299 _ACEOF
12300 if ac_fn_cxx_try_run "$LINENO"; then :
12301 ac_cv_func_realloc_0_nonnull=yes
12302 else
12303 ac_cv_func_realloc_0_nonnull=no
12305 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12306 conftest.$ac_objext conftest.beam conftest.$ac_ext
12310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
12311 $as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
12312 if test $ac_cv_func_realloc_0_nonnull = yes; then :
12314 $as_echo "#define HAVE_REALLOC 1" >>confdefs.h
12316 else
12317 $as_echo "#define HAVE_REALLOC 0" >>confdefs.h
12319 case " $LIBOBJS " in
12320 *" realloc.$ac_objext "* ) ;;
12321 *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
12323 esac
12326 $as_echo "#define realloc rpl_realloc" >>confdefs.h
12331 for ac_func in __argz_count __argz_next __argz_stringify endpwent floor ftruncate getcwd gethostbyaddr gethostbyname gethostname getopt_long getpass getrlimit gettimeofday inet_ntoa localeconv memmove mempcpy memset mkdir nl_langinfo pow select setlocale setrlimit sigaction socket sqrt stpcpy strcasecmp strchr strcspn strdup strerror strncasecmp strstr strtoul
12332 do :
12333 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12334 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
12335 eval as_val=\$$as_ac_var
12336 if test "x$as_val" = x""yes; then :
12337 cat >>confdefs.h <<_ACEOF
12338 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12339 _ACEOF
12342 done
12349 for ac_header in $ac_header_list
12350 do :
12351 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12352 ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12354 eval as_val=\$$as_ac_Header
12355 if test "x$as_val" = x""yes; then :
12356 cat >>confdefs.h <<_ACEOF
12357 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12358 _ACEOF
12362 done
12370 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes ; then :
12372 # Check whether --enable-mmap was given.
12373 if test "${enable_mmap+set}" = set; then :
12374 enableval=$enable_mmap;
12381 if test ${enable_mmap:-no} = yes; then :
12383 $as_echo "#define ENABLE_MMAP 1" >>confdefs.h
12386 for ac_func in getpagesize
12387 do :
12388 ac_fn_cxx_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12389 if test "x$ac_cv_func_getpagesize" = x""yes; then :
12390 cat >>confdefs.h <<_ACEOF
12391 #define HAVE_GETPAGESIZE 1
12392 _ACEOF
12395 done
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12398 $as_echo_n "checking for working mmap... " >&6; }
12399 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
12400 $as_echo_n "(cached) " >&6
12401 else
12402 if test "$cross_compiling" = yes; then :
12403 ac_cv_func_mmap_fixed_mapped=no
12404 else
12405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12406 /* end confdefs.h. */
12407 $ac_includes_default
12408 /* malloc might have been renamed as rpl_malloc. */
12409 #undef malloc
12411 /* Thanks to Mike Haertel and Jim Avera for this test.
12412 Here is a matrix of mmap possibilities:
12413 mmap private not fixed
12414 mmap private fixed at somewhere currently unmapped
12415 mmap private fixed at somewhere already mapped
12416 mmap shared not fixed
12417 mmap shared fixed at somewhere currently unmapped
12418 mmap shared fixed at somewhere already mapped
12419 For private mappings, we should verify that changes cannot be read()
12420 back from the file, nor mmap's back from the file at a different
12421 address. (There have been systems where private was not correctly
12422 implemented like the infamous i386 svr4.0, and systems where the
12423 VM page cache was not coherent with the file system buffer cache
12424 like early versions of FreeBSD and possibly contemporary NetBSD.)
12425 For shared mappings, we should conversely verify that changes get
12426 propagated back to all the places they're supposed to be.
12428 Grep wants private fixed already mapped.
12429 The main things grep needs to know about mmap are:
12430 * does it exist and is it safe to write into the mmap'd area
12431 * how to use it (BSD variants) */
12433 #include <fcntl.h>
12434 #include <sys/mman.h>
12436 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12437 char *malloc ();
12438 #endif
12440 /* This mess was copied from the GNU getpagesize.h. */
12441 #ifndef HAVE_GETPAGESIZE
12442 # ifdef _SC_PAGESIZE
12443 # define getpagesize() sysconf(_SC_PAGESIZE)
12444 # else /* no _SC_PAGESIZE */
12445 # ifdef HAVE_SYS_PARAM_H
12446 # include <sys/param.h>
12447 # ifdef EXEC_PAGESIZE
12448 # define getpagesize() EXEC_PAGESIZE
12449 # else /* no EXEC_PAGESIZE */
12450 # ifdef NBPG
12451 # define getpagesize() NBPG * CLSIZE
12452 # ifndef CLSIZE
12453 # define CLSIZE 1
12454 # endif /* no CLSIZE */
12455 # else /* no NBPG */
12456 # ifdef NBPC
12457 # define getpagesize() NBPC
12458 # else /* no NBPC */
12459 # ifdef PAGESIZE
12460 # define getpagesize() PAGESIZE
12461 # endif /* PAGESIZE */
12462 # endif /* no NBPC */
12463 # endif /* no NBPG */
12464 # endif /* no EXEC_PAGESIZE */
12465 # else /* no HAVE_SYS_PARAM_H */
12466 # define getpagesize() 8192 /* punt totally */
12467 # endif /* no HAVE_SYS_PARAM_H */
12468 # endif /* no _SC_PAGESIZE */
12470 #endif /* no HAVE_GETPAGESIZE */
12473 main ()
12475 char *data, *data2, *data3;
12476 int i, pagesize;
12477 int fd, fd2;
12479 pagesize = getpagesize ();
12481 /* First, make a file with some known garbage in it. */
12482 data = (char *) malloc (pagesize);
12483 if (!data)
12484 return 1;
12485 for (i = 0; i < pagesize; ++i)
12486 *(data + i) = rand ();
12487 umask (0);
12488 fd = creat ("conftest.mmap", 0600);
12489 if (fd < 0)
12490 return 2;
12491 if (write (fd, data, pagesize) != pagesize)
12492 return 3;
12493 close (fd);
12495 /* Next, check that the tail of a page is zero-filled. File must have
12496 non-zero length, otherwise we risk SIGBUS for entire page. */
12497 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
12498 if (fd2 < 0)
12499 return 4;
12500 data2 = (char *) "";
12501 if (write (fd2, data2, 1) != 1)
12502 return 5;
12503 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
12504 if (data2 == MAP_FAILED)
12505 return 6;
12506 for (i = 0; i < pagesize; ++i)
12507 if (*(data2 + i))
12508 return 7;
12509 close (fd2);
12510 if (munmap (data2, pagesize))
12511 return 8;
12513 /* Next, try to mmap the file at a fixed address which already has
12514 something else allocated at it. If we can, also make sure that
12515 we see the same garbage. */
12516 fd = open ("conftest.mmap", O_RDWR);
12517 if (fd < 0)
12518 return 9;
12519 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12520 MAP_PRIVATE | MAP_FIXED, fd, 0L))
12521 return 10;
12522 for (i = 0; i < pagesize; ++i)
12523 if (*(data + i) != *(data2 + i))
12524 return 11;
12526 /* Finally, make sure that changes to the mapped area do not
12527 percolate back to the file as seen by read(). (This is a bug on
12528 some variants of i386 svr4.0.) */
12529 for (i = 0; i < pagesize; ++i)
12530 *(data2 + i) = *(data2 + i) + 1;
12531 data3 = (char *) malloc (pagesize);
12532 if (!data3)
12533 return 12;
12534 if (read (fd, data3, pagesize) != pagesize)
12535 return 13;
12536 for (i = 0; i < pagesize; ++i)
12537 if (*(data + i) != *(data3 + i))
12538 return 14;
12539 close (fd);
12540 return 0;
12542 _ACEOF
12543 if ac_fn_cxx_try_run "$LINENO"; then :
12544 ac_cv_func_mmap_fixed_mapped=yes
12545 else
12546 ac_cv_func_mmap_fixed_mapped=no
12548 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12549 conftest.$ac_objext conftest.beam conftest.$ac_ext
12553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
12554 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
12555 if test $ac_cv_func_mmap_fixed_mapped = yes; then
12557 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
12560 rm -f conftest.mmap conftest.txt
12562 for ac_func in munmap sysconf
12563 do :
12564 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12565 ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
12566 eval as_val=\$$as_ac_var
12567 if test "x$as_val" = x""yes; then :
12568 cat >>confdefs.h <<_ACEOF
12569 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12570 _ACEOF
12573 done
12575 if test $ac_cv_func_sysconf = yes; then :
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pagesize constant for sysconf" >&5
12578 $as_echo_n "checking for pagesize constant for sysconf... " >&6; }
12579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12580 /* end confdefs.h. */
12583 #include <unistd.h>
12586 main ()
12589 return sysconf(_SC_PAGESIZE);
12592 return 0;
12595 _ACEOF
12596 if ac_fn_cxx_try_link "$LINENO"; then :
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: _SC_PAGESIZE" >&5
12599 $as_echo "_SC_PAGESIZE" >&6; }
12601 $as_echo "#define HAVE__SC_PAGESIZE 1" >>confdefs.h
12604 else
12606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12607 /* end confdefs.h. */
12610 #include <unistd.h>
12613 main ()
12616 return sysconf(_SC_PAGE_SIZE);
12619 return 0;
12622 _ACEOF
12623 if ac_fn_cxx_try_link "$LINENO"; then :
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: _SC_PAGE_SIZE" >&5
12626 $as_echo "_SC_PAGE_SIZE" >&6; }
12628 $as_echo "#define HAVE__SC_PAGE_SIZE 1" >>confdefs.h
12631 else
12633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
12634 $as_echo "none" >&6; }
12637 rm -f core conftest.err conftest.$ac_objext \
12638 conftest$ac_exeext conftest.$ac_ext
12641 rm -f core conftest.err conftest.$ac_objext \
12642 conftest$ac_exeext conftest.$ac_ext
12651 # Look for a way to preallocate disk space for files.
12652 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes ; then :
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
12655 $as_echo_n "checking for fallocate... " >&6; }
12656 mule_backup_CPPFLAGS="$CPPFLAGS"
12657 CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS"
12658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12659 /* end confdefs.h. */
12662 #ifndef _GNU_SOURCE
12663 # define _GNU_SOURCE
12664 #endif
12665 #ifdef HAVE_FCNTL_H
12666 # include <fcntl.h>
12667 #endif
12668 #include <linux/falloc.h>
12671 main ()
12674 fallocate(0, 0, 0, 0);
12677 return 0;
12680 _ACEOF
12681 if ac_fn_cxx_try_link "$LINENO"; then :
12684 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12687 $as_echo "yes" >&6; }
12689 else
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12692 $as_echo "no" >&6; }
12695 rm -f core conftest.err conftest.$ac_objext \
12696 conftest$ac_exeext conftest.$ac_ext
12697 CPPFLAGS="$mule_backup_CPPFLAGS"
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SYS_fallocate" >&5
12701 $as_echo_n "checking for SYS_fallocate... " >&6; }
12702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12703 /* end confdefs.h. */
12706 #include <sys/syscall.h>
12707 #include <sys/types.h>
12708 #include <unistd.h>
12711 main ()
12714 syscall(SYS_fallocate, 0, (loff_t)0, (loff_t)0);
12717 return 0;
12720 _ACEOF
12721 if ac_fn_cxx_try_link "$LINENO"; then :
12724 $as_echo "#define HAVE_SYS_FALLOCATE 1" >>confdefs.h
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12727 $as_echo "yes" >&6; }
12729 else
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12732 $as_echo "no" >&6; }
12735 rm -f core conftest.err conftest.$ac_objext \
12736 conftest$ac_exeext conftest.$ac_ext
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for posix_fallocate" >&5
12739 $as_echo_n "checking for posix_fallocate... " >&6; }
12740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12741 /* end confdefs.h. */
12744 #define _XOPEN_SOURCE 600
12745 #include <stdlib.h>
12746 #ifdef HAVE_FCNTL_H
12747 # include <fcntl.h>
12748 #endif
12751 main ()
12754 posix_fallocate(0, 0, 0);
12757 return 0;
12760 _ACEOF
12761 if ac_fn_cxx_try_link "$LINENO"; then :
12764 $as_echo "#define HAVE_POSIX_FALLOCATE 1" >>confdefs.h
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12767 $as_echo "yes" >&6; }
12769 else
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12772 $as_echo "no" >&6; }
12775 rm -f core conftest.err conftest.$ac_objext \
12776 conftest$ac_exeext conftest.$ac_ext
12781 ac_ext=c
12782 ac_cpp='$CPP $CPPFLAGS'
12783 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12784 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12785 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12787 # Checking Native Language Support
12790 MKINSTALLDIRS=
12791 if test -n "$ac_aux_dir"; then
12792 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
12794 if test -z "$MKINSTALLDIRS"; then
12795 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12802 # Extract the first word of "msgfmt", so it can be a program name with args.
12803 set dummy msgfmt; ac_word=$2
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12805 $as_echo_n "checking for $ac_word... " >&6; }
12806 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12807 $as_echo_n "(cached) " >&6
12808 else
12809 case "$MSGFMT" in
12811 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12814 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
12815 for ac_dir in $PATH; do
12816 test -z "$ac_dir" && ac_dir=.
12817 if test -f $ac_dir/$ac_word; then
12818 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12819 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12820 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
12821 break
12824 done
12825 IFS="$ac_save_ifs"
12826 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12828 esac
12830 MSGFMT="$ac_cv_path_MSGFMT"
12831 if test "$MSGFMT" != ":"; then
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12833 $as_echo "$MSGFMT" >&6; }
12834 else
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12836 $as_echo "no" >&6; }
12839 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12840 set dummy gmsgfmt; ac_word=$2
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12842 $as_echo_n "checking for $ac_word... " >&6; }
12843 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12844 $as_echo_n "(cached) " >&6
12845 else
12846 case $GMSGFMT in
12847 [\\/]* | ?:[\\/]*)
12848 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12852 for as_dir in $PATH
12854 IFS=$as_save_IFS
12855 test -z "$as_dir" && as_dir=.
12856 for ac_exec_ext in '' $ac_executable_extensions; do
12857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12858 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12860 break 2
12862 done
12863 done
12864 IFS=$as_save_IFS
12866 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12868 esac
12870 GMSGFMT=$ac_cv_path_GMSGFMT
12871 if test -n "$GMSGFMT"; then
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12873 $as_echo "$GMSGFMT" >&6; }
12874 else
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12876 $as_echo "no" >&6; }
12881 # Extract the first word of "xgettext", so it can be a program name with args.
12882 set dummy xgettext; ac_word=$2
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12884 $as_echo_n "checking for $ac_word... " >&6; }
12885 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12886 $as_echo_n "(cached) " >&6
12887 else
12888 case "$XGETTEXT" in
12890 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12893 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
12894 for ac_dir in $PATH; do
12895 test -z "$ac_dir" && ac_dir=.
12896 if test -f $ac_dir/$ac_word; then
12897 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
12898 (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12899 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
12900 break
12903 done
12904 IFS="$ac_save_ifs"
12905 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12907 esac
12909 XGETTEXT="$ac_cv_path_XGETTEXT"
12910 if test "$XGETTEXT" != ":"; then
12911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12912 $as_echo "$XGETTEXT" >&6; }
12913 else
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12915 $as_echo "no" >&6; }
12918 rm -f messages.po
12920 # Extract the first word of "msgmerge", so it can be a program name with args.
12921 set dummy msgmerge; ac_word=$2
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12923 $as_echo_n "checking for $ac_word... " >&6; }
12924 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12925 $as_echo_n "(cached) " >&6
12926 else
12927 case "$MSGMERGE" in
12929 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12932 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
12933 for ac_dir in $PATH; do
12934 test -z "$ac_dir" && ac_dir=.
12935 if test -f $ac_dir/$ac_word; then
12936 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12937 ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
12938 break
12941 done
12942 IFS="$ac_save_ifs"
12943 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12945 esac
12947 MSGMERGE="$ac_cv_path_MSGMERGE"
12948 if test "$MSGMERGE" != ":"; then
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12950 $as_echo "$MSGMERGE" >&6; }
12951 else
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12953 $as_echo "no" >&6; }
12957 if test "$GMSGFMT" != ":"; then
12958 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12959 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12961 else
12962 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12964 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12965 GMSGFMT=":"
12969 if test "$XGETTEXT" != ":"; then
12970 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
12971 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12973 else
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12975 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12976 XGETTEXT=":"
12978 rm -f messages.po
12981 ac_config_commands="$ac_config_commands default-1"
12985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strerror in -lcposix" >&5
12986 $as_echo_n "checking for strerror in -lcposix... " >&6; }
12987 if test "${ac_cv_lib_cposix_strerror+set}" = set; then :
12988 $as_echo_n "(cached) " >&6
12989 else
12990 ac_check_lib_save_LIBS=$LIBS
12991 LIBS="-lcposix $LIBS"
12992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12993 /* end confdefs.h. */
12995 /* Override any GCC internal prototype to avoid an error.
12996 Use char because int might match the return type of a GCC
12997 builtin and then its argument prototype would still apply. */
12998 #ifdef __cplusplus
12999 extern "C"
13000 #endif
13001 char strerror ();
13003 main ()
13005 return strerror ();
13007 return 0;
13009 _ACEOF
13010 if ac_fn_c_try_link "$LINENO"; then :
13011 ac_cv_lib_cposix_strerror=yes
13012 else
13013 ac_cv_lib_cposix_strerror=no
13015 rm -f core conftest.err conftest.$ac_objext \
13016 conftest$ac_exeext conftest.$ac_ext
13017 LIBS=$ac_check_lib_save_LIBS
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cposix_strerror" >&5
13020 $as_echo "$ac_cv_lib_cposix_strerror" >&6; }
13021 if test "x$ac_cv_lib_cposix_strerror" = x""yes; then :
13022 LIBS="$LIBS -lcposix"
13028 for ac_func in getpagesize
13029 do :
13030 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13031 if test "x$ac_cv_func_getpagesize" = x""yes; then :
13032 cat >>confdefs.h <<_ACEOF
13033 #define HAVE_GETPAGESIZE 1
13034 _ACEOF
13037 done
13039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13040 $as_echo_n "checking for working mmap... " >&6; }
13041 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
13042 $as_echo_n "(cached) " >&6
13043 else
13044 if test "$cross_compiling" = yes; then :
13045 ac_cv_func_mmap_fixed_mapped=no
13046 else
13047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13048 /* end confdefs.h. */
13049 $ac_includes_default
13050 /* malloc might have been renamed as rpl_malloc. */
13051 #undef malloc
13053 /* Thanks to Mike Haertel and Jim Avera for this test.
13054 Here is a matrix of mmap possibilities:
13055 mmap private not fixed
13056 mmap private fixed at somewhere currently unmapped
13057 mmap private fixed at somewhere already mapped
13058 mmap shared not fixed
13059 mmap shared fixed at somewhere currently unmapped
13060 mmap shared fixed at somewhere already mapped
13061 For private mappings, we should verify that changes cannot be read()
13062 back from the file, nor mmap's back from the file at a different
13063 address. (There have been systems where private was not correctly
13064 implemented like the infamous i386 svr4.0, and systems where the
13065 VM page cache was not coherent with the file system buffer cache
13066 like early versions of FreeBSD and possibly contemporary NetBSD.)
13067 For shared mappings, we should conversely verify that changes get
13068 propagated back to all the places they're supposed to be.
13070 Grep wants private fixed already mapped.
13071 The main things grep needs to know about mmap are:
13072 * does it exist and is it safe to write into the mmap'd area
13073 * how to use it (BSD variants) */
13075 #include <fcntl.h>
13076 #include <sys/mman.h>
13078 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13079 char *malloc ();
13080 #endif
13082 /* This mess was copied from the GNU getpagesize.h. */
13083 #ifndef HAVE_GETPAGESIZE
13084 # ifdef _SC_PAGESIZE
13085 # define getpagesize() sysconf(_SC_PAGESIZE)
13086 # else /* no _SC_PAGESIZE */
13087 # ifdef HAVE_SYS_PARAM_H
13088 # include <sys/param.h>
13089 # ifdef EXEC_PAGESIZE
13090 # define getpagesize() EXEC_PAGESIZE
13091 # else /* no EXEC_PAGESIZE */
13092 # ifdef NBPG
13093 # define getpagesize() NBPG * CLSIZE
13094 # ifndef CLSIZE
13095 # define CLSIZE 1
13096 # endif /* no CLSIZE */
13097 # else /* no NBPG */
13098 # ifdef NBPC
13099 # define getpagesize() NBPC
13100 # else /* no NBPC */
13101 # ifdef PAGESIZE
13102 # define getpagesize() PAGESIZE
13103 # endif /* PAGESIZE */
13104 # endif /* no NBPC */
13105 # endif /* no NBPG */
13106 # endif /* no EXEC_PAGESIZE */
13107 # else /* no HAVE_SYS_PARAM_H */
13108 # define getpagesize() 8192 /* punt totally */
13109 # endif /* no HAVE_SYS_PARAM_H */
13110 # endif /* no _SC_PAGESIZE */
13112 #endif /* no HAVE_GETPAGESIZE */
13115 main ()
13117 char *data, *data2, *data3;
13118 int i, pagesize;
13119 int fd, fd2;
13121 pagesize = getpagesize ();
13123 /* First, make a file with some known garbage in it. */
13124 data = (char *) malloc (pagesize);
13125 if (!data)
13126 return 1;
13127 for (i = 0; i < pagesize; ++i)
13128 *(data + i) = rand ();
13129 umask (0);
13130 fd = creat ("conftest.mmap", 0600);
13131 if (fd < 0)
13132 return 2;
13133 if (write (fd, data, pagesize) != pagesize)
13134 return 3;
13135 close (fd);
13137 /* Next, check that the tail of a page is zero-filled. File must have
13138 non-zero length, otherwise we risk SIGBUS for entire page. */
13139 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13140 if (fd2 < 0)
13141 return 4;
13142 data2 = "";
13143 if (write (fd2, data2, 1) != 1)
13144 return 5;
13145 data2 = mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13146 if (data2 == MAP_FAILED)
13147 return 6;
13148 for (i = 0; i < pagesize; ++i)
13149 if (*(data2 + i))
13150 return 7;
13151 close (fd2);
13152 if (munmap (data2, pagesize))
13153 return 8;
13155 /* Next, try to mmap the file at a fixed address which already has
13156 something else allocated at it. If we can, also make sure that
13157 we see the same garbage. */
13158 fd = open ("conftest.mmap", O_RDWR);
13159 if (fd < 0)
13160 return 9;
13161 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13162 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13163 return 10;
13164 for (i = 0; i < pagesize; ++i)
13165 if (*(data + i) != *(data2 + i))
13166 return 11;
13168 /* Finally, make sure that changes to the mapped area do not
13169 percolate back to the file as seen by read(). (This is a bug on
13170 some variants of i386 svr4.0.) */
13171 for (i = 0; i < pagesize; ++i)
13172 *(data2 + i) = *(data2 + i) + 1;
13173 data3 = (char *) malloc (pagesize);
13174 if (!data3)
13175 return 12;
13176 if (read (fd, data3, pagesize) != pagesize)
13177 return 13;
13178 for (i = 0; i < pagesize; ++i)
13179 if (*(data + i) != *(data3 + i))
13180 return 14;
13181 close (fd);
13182 return 0;
13184 _ACEOF
13185 if ac_fn_c_try_run "$LINENO"; then :
13186 ac_cv_func_mmap_fixed_mapped=yes
13187 else
13188 ac_cv_func_mmap_fixed_mapped=no
13190 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13191 conftest.$ac_objext conftest.beam conftest.$ac_ext
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13196 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13197 if test $ac_cv_func_mmap_fixed_mapped = yes; then
13199 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
13202 rm -f conftest.mmap conftest.txt
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library 2.1 or newer" >&5
13206 $as_echo_n "checking whether we are using the GNU C Library 2.1 or newer... " >&6; }
13207 if test "${ac_cv_gnu_library_2_1+set}" = set; then :
13208 $as_echo_n "(cached) " >&6
13209 else
13210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13211 /* end confdefs.h. */
13213 #include <features.h>
13214 #ifdef __GNU_LIBRARY__
13215 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
13216 Lucky GNU user
13217 #endif
13218 #endif
13220 _ACEOF
13221 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13222 $EGREP "Lucky GNU user" >/dev/null 2>&1; then :
13223 ac_cv_gnu_library_2_1=yes
13224 else
13225 ac_cv_gnu_library_2_1=no
13227 rm -f conftest*
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5
13233 $as_echo "$ac_cv_gnu_library_2_1" >&6; }
13235 GLIBC21="$ac_cv_gnu_library_2_1"
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether integer division by zero raises SIGFPE" >&5
13241 $as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; }
13242 if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then :
13243 $as_echo_n "(cached) " >&6
13244 else
13246 if test "$cross_compiling" = yes; then :
13248 # Guess based on the CPU.
13249 case "$host_cpu" in
13250 alpha* | i3456786 | m68k | s390*)
13251 gt_cv_int_divbyzero_sigfpe="guessing yes";;
13253 gt_cv_int_divbyzero_sigfpe="guessing no";;
13254 esac
13256 else
13257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13258 /* end confdefs.h. */
13260 #include <stdlib.h>
13261 #include <signal.h>
13263 static void
13264 #ifdef __cplusplus
13265 sigfpe_handler (int sig)
13266 #else
13267 sigfpe_handler (sig) int sig;
13268 #endif
13270 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
13271 exit (sig != SIGFPE);
13274 int x = 1;
13275 int y = 0;
13276 int z;
13277 int nan;
13279 int main ()
13281 signal (SIGFPE, sigfpe_handler);
13282 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
13283 #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
13284 signal (SIGTRAP, sigfpe_handler);
13285 #endif
13286 /* Linux/SPARC yields signal SIGILL. */
13287 #if defined (__sparc__) && defined (__linux__)
13288 signal (SIGILL, sigfpe_handler);
13289 #endif
13291 z = x / y;
13292 nan = y / y;
13293 exit (1);
13296 _ACEOF
13297 if ac_fn_c_try_run "$LINENO"; then :
13298 gt_cv_int_divbyzero_sigfpe=yes
13299 else
13300 gt_cv_int_divbyzero_sigfpe=no
13302 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13303 conftest.$ac_objext conftest.beam conftest.$ac_ext
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_int_divbyzero_sigfpe" >&5
13309 $as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; }
13310 case "$gt_cv_int_divbyzero_sigfpe" in
13311 *yes) value=1;;
13312 *) value=0;;
13313 esac
13315 cat >>confdefs.h <<_ACEOF
13316 #define INTDIV0_RAISES_SIGFPE $value
13317 _ACEOF
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
13322 $as_echo_n "checking for inttypes.h... " >&6; }
13323 if test "${jm_ac_cv_header_inttypes_h+set}" = set; then :
13324 $as_echo_n "(cached) " >&6
13325 else
13326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13327 /* end confdefs.h. */
13328 #include <sys/types.h>
13329 #include <inttypes.h>
13331 main ()
13333 uintmax_t i = (uintmax_t) -1;
13335 return 0;
13337 _ACEOF
13338 if ac_fn_c_try_compile "$LINENO"; then :
13339 jm_ac_cv_header_inttypes_h=yes
13340 else
13341 jm_ac_cv_header_inttypes_h=no
13343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $jm_ac_cv_header_inttypes_h" >&5
13346 $as_echo "$jm_ac_cv_header_inttypes_h" >&6; }
13347 if test $jm_ac_cv_header_inttypes_h = yes; then
13349 cat >>confdefs.h <<_ACEOF
13350 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
13351 _ACEOF
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5
13357 $as_echo_n "checking for stdint.h... " >&6; }
13358 if test "${jm_ac_cv_header_stdint_h+set}" = set; then :
13359 $as_echo_n "(cached) " >&6
13360 else
13361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13362 /* end confdefs.h. */
13363 #include <sys/types.h>
13364 #include <stdint.h>
13366 main ()
13368 uintmax_t i = (uintmax_t) -1;
13370 return 0;
13372 _ACEOF
13373 if ac_fn_c_try_compile "$LINENO"; then :
13374 jm_ac_cv_header_stdint_h=yes
13375 else
13376 jm_ac_cv_header_stdint_h=no
13378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $jm_ac_cv_header_stdint_h" >&5
13381 $as_echo "$jm_ac_cv_header_stdint_h" >&6; }
13382 if test $jm_ac_cv_header_stdint_h = yes; then
13384 cat >>confdefs.h <<_ACEOF
13385 #define HAVE_STDINT_H_WITH_UINTMAX 1
13386 _ACEOF
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long" >&5
13392 $as_echo_n "checking for unsigned long long... " >&6; }
13393 if test "${ac_cv_type_unsigned_long_long+set}" = set; then :
13394 $as_echo_n "(cached) " >&6
13395 else
13396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13397 /* end confdefs.h. */
13398 unsigned long long ull = 1; int i = 63;
13400 main ()
13402 unsigned long long ullmax = (unsigned long long) -1;
13403 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
13405 return 0;
13407 _ACEOF
13408 if ac_fn_c_try_link "$LINENO"; then :
13409 ac_cv_type_unsigned_long_long=yes
13410 else
13411 ac_cv_type_unsigned_long_long=no
13413 rm -f core conftest.err conftest.$ac_objext \
13414 conftest$ac_exeext conftest.$ac_ext
13416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long" >&5
13417 $as_echo "$ac_cv_type_unsigned_long_long" >&6; }
13418 if test $ac_cv_type_unsigned_long_long = yes; then
13420 $as_echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>confdefs.h
13427 if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
13429 test $ac_cv_type_unsigned_long_long = yes \
13430 && ac_type='unsigned long long' \
13431 || ac_type='unsigned long'
13433 cat >>confdefs.h <<_ACEOF
13434 #define uintmax_t $ac_type
13435 _ACEOF
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
13441 $as_echo_n "checking for inttypes.h... " >&6; }
13442 if test "${gt_cv_header_inttypes_h+set}" = set; then :
13443 $as_echo_n "(cached) " >&6
13444 else
13446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13447 /* end confdefs.h. */
13448 #include <sys/types.h>
13449 #include <inttypes.h>
13451 main ()
13455 return 0;
13457 _ACEOF
13458 if ac_fn_c_try_compile "$LINENO"; then :
13459 gt_cv_header_inttypes_h=yes
13460 else
13461 gt_cv_header_inttypes_h=no
13463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_header_inttypes_h" >&5
13467 $as_echo "$gt_cv_header_inttypes_h" >&6; }
13468 if test $gt_cv_header_inttypes_h = yes; then
13470 cat >>confdefs.h <<_ACEOF
13471 #define HAVE_INTTYPES_H 1
13472 _ACEOF
13478 if test $gt_cv_header_inttypes_h = yes; then
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5
13480 $as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; }
13481 if test "${gt_cv_inttypes_pri_broken+set}" = set; then :
13482 $as_echo_n "(cached) " >&6
13483 else
13485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13486 /* end confdefs.h. */
13487 #include <inttypes.h>
13488 #ifdef PRId32
13489 char *p = PRId32;
13490 #endif
13493 main ()
13497 return 0;
13499 _ACEOF
13500 if ac_fn_c_try_compile "$LINENO"; then :
13501 gt_cv_inttypes_pri_broken=no
13502 else
13503 gt_cv_inttypes_pri_broken=yes
13505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5
13509 $as_echo "$gt_cv_inttypes_pri_broken" >&6; }
13511 if test "$gt_cv_inttypes_pri_broken" = yes; then
13513 cat >>confdefs.h <<_ACEOF
13514 #define PRI_MACROS_BROKEN 1
13515 _ACEOF
13520 if test "X$prefix" = "XNONE"; then
13521 acl_final_prefix="$ac_default_prefix"
13522 else
13523 acl_final_prefix="$prefix"
13525 if test "X$exec_prefix" = "XNONE"; then
13526 acl_final_exec_prefix='${prefix}'
13527 else
13528 acl_final_exec_prefix="$exec_prefix"
13530 acl_save_prefix="$prefix"
13531 prefix="$acl_final_prefix"
13532 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13533 prefix="$acl_save_prefix"
13536 # Check whether --with-gnu-ld was given.
13537 if test "${with_gnu_ld+set}" = set; then :
13538 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13539 else
13540 with_gnu_ld=no
13543 ac_prog=ld
13544 if test "$GCC" = yes; then
13545 # Check if gcc -print-prog-name=ld gives a path.
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13547 $as_echo_n "checking for ld used by GCC... " >&6; }
13548 case $host in
13549 *-*-mingw*)
13550 # gcc leaves a trailing carriage return which upsets mingw
13551 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13553 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13554 esac
13555 case $ac_prog in
13556 # Accept absolute paths.
13557 [\\/]* | [A-Za-z]:[\\/]*)
13558 re_direlt='/[^/][^/]*/\.\./'
13559 # Canonicalize the path of ld
13560 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13561 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13562 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13563 done
13564 test -z "$LD" && LD="$ac_prog"
13567 # If it fails, then pretend we aren't using GCC.
13568 ac_prog=ld
13571 # If it is relative, then search for the first ld in PATH.
13572 with_gnu_ld=unknown
13574 esac
13575 elif test "$with_gnu_ld" = yes; then
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13577 $as_echo_n "checking for GNU ld... " >&6; }
13578 else
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13580 $as_echo_n "checking for non-GNU ld... " >&6; }
13582 if test "${acl_cv_path_LD+set}" = set; then :
13583 $as_echo_n "(cached) " >&6
13584 else
13585 if test -z "$LD"; then
13586 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13587 for ac_dir in $PATH; do
13588 test -z "$ac_dir" && ac_dir=.
13589 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13590 acl_cv_path_LD="$ac_dir/$ac_prog"
13591 # Check to see if the program is GNU ld. I'd rather use --version,
13592 # but apparently some GNU ld's only accept -v.
13593 # Break only if it was the GNU/non-GNU ld that we prefer.
13594 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13595 test "$with_gnu_ld" != no && break
13596 else
13597 test "$with_gnu_ld" != yes && break
13600 done
13601 IFS="$ac_save_ifs"
13602 else
13603 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13607 LD="$acl_cv_path_LD"
13608 if test -n "$LD"; then
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13610 $as_echo "$LD" >&6; }
13611 else
13612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13613 $as_echo "no" >&6; }
13615 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13617 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13618 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13619 $as_echo_n "(cached) " >&6
13620 else
13621 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13622 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13623 acl_cv_prog_gnu_ld=yes
13624 else
13625 acl_cv_prog_gnu_ld=no
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13629 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13630 with_gnu_ld=$acl_cv_prog_gnu_ld
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13635 $as_echo_n "checking for shared library run path origin... " >&6; }
13636 if test "${acl_cv_rpath+set}" = set; then :
13637 $as_echo_n "(cached) " >&6
13638 else
13640 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13641 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13642 . ./conftest.sh
13643 rm -f ./conftest.sh
13644 acl_cv_rpath=done
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13648 $as_echo "$acl_cv_rpath" >&6; }
13649 wl="$acl_cv_wl"
13650 libext="$acl_cv_libext"
13651 shlibext="$acl_cv_shlibext"
13652 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13653 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13654 hardcode_direct="$acl_cv_hardcode_direct"
13655 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13656 sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
13657 sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
13658 # Check whether --enable-rpath was given.
13659 if test "${enable_rpath+set}" = set; then :
13660 enableval=$enable_rpath; :
13661 else
13662 enable_rpath=yes
13672 use_additional=yes
13674 acl_save_prefix="$prefix"
13675 prefix="$acl_final_prefix"
13676 acl_save_exec_prefix="$exec_prefix"
13677 exec_prefix="$acl_final_exec_prefix"
13679 eval additional_includedir=\"$includedir\"
13680 eval additional_libdir=\"$libdir\"
13682 exec_prefix="$acl_save_exec_prefix"
13683 prefix="$acl_save_prefix"
13686 # Check whether --with-libiconv-prefix was given.
13687 if test "${with_libiconv_prefix+set}" = set; then :
13688 withval=$with_libiconv_prefix;
13689 if test "X$withval" = "Xno"; then
13690 use_additional=no
13691 else
13692 if test "X$withval" = "X"; then
13694 acl_save_prefix="$prefix"
13695 prefix="$acl_final_prefix"
13696 acl_save_exec_prefix="$exec_prefix"
13697 exec_prefix="$acl_final_exec_prefix"
13699 eval additional_includedir=\"$includedir\"
13700 eval additional_libdir=\"$libdir\"
13702 exec_prefix="$acl_save_exec_prefix"
13703 prefix="$acl_save_prefix"
13705 else
13706 additional_includedir="$withval/include"
13707 additional_libdir="$withval/lib"
13713 LIBICONV=
13714 LTLIBICONV=
13715 INCICONV=
13716 rpathdirs=
13717 ltrpathdirs=
13718 names_already_handled=
13719 names_next_round='iconv '
13720 while test -n "$names_next_round"; do
13721 names_this_round="$names_next_round"
13722 names_next_round=
13723 for name in $names_this_round; do
13724 already_handled=
13725 for n in $names_already_handled; do
13726 if test "$n" = "$name"; then
13727 already_handled=yes
13728 break
13730 done
13731 if test -z "$already_handled"; then
13732 names_already_handled="$names_already_handled $name"
13733 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13734 eval value=\"\$HAVE_LIB$uppername\"
13735 if test -n "$value"; then
13736 if test "$value" = yes; then
13737 eval value=\"\$LIB$uppername\"
13738 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13739 eval value=\"\$LTLIB$uppername\"
13740 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13741 else
13744 else
13745 found_dir=
13746 found_la=
13747 found_so=
13748 found_a=
13749 if test $use_additional = yes; then
13750 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13751 found_dir="$additional_libdir"
13752 found_so="$additional_libdir/lib$name.$shlibext"
13753 if test -f "$additional_libdir/lib$name.la"; then
13754 found_la="$additional_libdir/lib$name.la"
13756 else
13757 if test -f "$additional_libdir/lib$name.$libext"; then
13758 found_dir="$additional_libdir"
13759 found_a="$additional_libdir/lib$name.$libext"
13760 if test -f "$additional_libdir/lib$name.la"; then
13761 found_la="$additional_libdir/lib$name.la"
13766 if test "X$found_dir" = "X"; then
13767 for x in $LDFLAGS $LTLIBICONV; do
13769 acl_save_prefix="$prefix"
13770 prefix="$acl_final_prefix"
13771 acl_save_exec_prefix="$exec_prefix"
13772 exec_prefix="$acl_final_exec_prefix"
13773 eval x=\"$x\"
13774 exec_prefix="$acl_save_exec_prefix"
13775 prefix="$acl_save_prefix"
13777 case "$x" in
13778 -L*)
13779 dir=`echo "X$x" | sed -e 's/^X-L//'`
13780 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13781 found_dir="$dir"
13782 found_so="$dir/lib$name.$shlibext"
13783 if test -f "$dir/lib$name.la"; then
13784 found_la="$dir/lib$name.la"
13786 else
13787 if test -f "$dir/lib$name.$libext"; then
13788 found_dir="$dir"
13789 found_a="$dir/lib$name.$libext"
13790 if test -f "$dir/lib$name.la"; then
13791 found_la="$dir/lib$name.la"
13796 esac
13797 if test "X$found_dir" != "X"; then
13798 break
13800 done
13802 if test "X$found_dir" != "X"; then
13803 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13804 if test "X$found_so" != "X"; then
13805 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13806 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13807 else
13808 haveit=
13809 for x in $ltrpathdirs; do
13810 if test "X$x" = "X$found_dir"; then
13811 haveit=yes
13812 break
13814 done
13815 if test -z "$haveit"; then
13816 ltrpathdirs="$ltrpathdirs $found_dir"
13818 if test "$hardcode_direct" = yes; then
13819 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13820 else
13821 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13822 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13823 haveit=
13824 for x in $rpathdirs; do
13825 if test "X$x" = "X$found_dir"; then
13826 haveit=yes
13827 break
13829 done
13830 if test -z "$haveit"; then
13831 rpathdirs="$rpathdirs $found_dir"
13833 else
13834 haveit=
13835 for x in $LDFLAGS $LIBICONV; do
13837 acl_save_prefix="$prefix"
13838 prefix="$acl_final_prefix"
13839 acl_save_exec_prefix="$exec_prefix"
13840 exec_prefix="$acl_final_exec_prefix"
13841 eval x=\"$x\"
13842 exec_prefix="$acl_save_exec_prefix"
13843 prefix="$acl_save_prefix"
13845 if test "X$x" = "X-L$found_dir"; then
13846 haveit=yes
13847 break
13849 done
13850 if test -z "$haveit"; then
13851 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13853 if test "$hardcode_minus_L" != no; then
13854 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13855 else
13856 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13861 else
13862 if test "X$found_a" != "X"; then
13863 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13864 else
13865 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13868 additional_includedir=
13869 case "$found_dir" in
13870 */lib | */lib/)
13871 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13872 additional_includedir="$basedir/include"
13874 esac
13875 if test "X$additional_includedir" != "X"; then
13876 if test "X$additional_includedir" != "X/usr/include"; then
13877 haveit=
13878 if test "X$additional_includedir" = "X/usr/local/include"; then
13879 if test -n "$GCC"; then
13880 case $host_os in
13881 linux*) haveit=yes;;
13882 esac
13885 if test -z "$haveit"; then
13886 for x in $CPPFLAGS $INCICONV; do
13888 acl_save_prefix="$prefix"
13889 prefix="$acl_final_prefix"
13890 acl_save_exec_prefix="$exec_prefix"
13891 exec_prefix="$acl_final_exec_prefix"
13892 eval x=\"$x\"
13893 exec_prefix="$acl_save_exec_prefix"
13894 prefix="$acl_save_prefix"
13896 if test "X$x" = "X-I$additional_includedir"; then
13897 haveit=yes
13898 break
13900 done
13901 if test -z "$haveit"; then
13902 if test -d "$additional_includedir"; then
13903 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13909 if test -n "$found_la"; then
13910 save_libdir="$libdir"
13911 case "$found_la" in
13912 */* | *\\*) . "$found_la" ;;
13913 *) . "./$found_la" ;;
13914 esac
13915 libdir="$save_libdir"
13916 for dep in $dependency_libs; do
13917 case "$dep" in
13918 -L*)
13919 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13920 if test "X$additional_libdir" != "X/usr/lib"; then
13921 haveit=
13922 if test "X$additional_libdir" = "X/usr/local/lib"; then
13923 if test -n "$GCC"; then
13924 case $host_os in
13925 linux*) haveit=yes;;
13926 esac
13929 if test -z "$haveit"; then
13930 haveit=
13931 for x in $LDFLAGS $LIBICONV; do
13933 acl_save_prefix="$prefix"
13934 prefix="$acl_final_prefix"
13935 acl_save_exec_prefix="$exec_prefix"
13936 exec_prefix="$acl_final_exec_prefix"
13937 eval x=\"$x\"
13938 exec_prefix="$acl_save_exec_prefix"
13939 prefix="$acl_save_prefix"
13941 if test "X$x" = "X-L$additional_libdir"; then
13942 haveit=yes
13943 break
13945 done
13946 if test -z "$haveit"; then
13947 if test -d "$additional_libdir"; then
13948 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13951 haveit=
13952 for x in $LDFLAGS $LTLIBICONV; do
13954 acl_save_prefix="$prefix"
13955 prefix="$acl_final_prefix"
13956 acl_save_exec_prefix="$exec_prefix"
13957 exec_prefix="$acl_final_exec_prefix"
13958 eval x=\"$x\"
13959 exec_prefix="$acl_save_exec_prefix"
13960 prefix="$acl_save_prefix"
13962 if test "X$x" = "X-L$additional_libdir"; then
13963 haveit=yes
13964 break
13966 done
13967 if test -z "$haveit"; then
13968 if test -d "$additional_libdir"; then
13969 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13975 -R*)
13976 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13977 if test "$enable_rpath" != no; then
13978 haveit=
13979 for x in $rpathdirs; do
13980 if test "X$x" = "X$dir"; then
13981 haveit=yes
13982 break
13984 done
13985 if test -z "$haveit"; then
13986 rpathdirs="$rpathdirs $dir"
13988 haveit=
13989 for x in $ltrpathdirs; do
13990 if test "X$x" = "X$dir"; then
13991 haveit=yes
13992 break
13994 done
13995 if test -z "$haveit"; then
13996 ltrpathdirs="$ltrpathdirs $dir"
14000 -l*)
14001 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14003 *.la)
14004 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14007 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14008 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14010 esac
14011 done
14013 else
14014 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14015 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14019 done
14020 done
14021 if test "X$rpathdirs" != "X"; then
14022 if test -n "$hardcode_libdir_separator"; then
14023 alldirs=
14024 for found_dir in $rpathdirs; do
14025 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14026 done
14027 acl_save_libdir="$libdir"
14028 libdir="$alldirs"
14029 eval flag=\"$hardcode_libdir_flag_spec\"
14030 libdir="$acl_save_libdir"
14031 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14032 else
14033 for found_dir in $rpathdirs; do
14034 acl_save_libdir="$libdir"
14035 libdir="$found_dir"
14036 eval flag=\"$hardcode_libdir_flag_spec\"
14037 libdir="$acl_save_libdir"
14038 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14039 done
14042 if test "X$ltrpathdirs" != "X"; then
14043 for found_dir in $ltrpathdirs; do
14044 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14045 done
14051 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
14052 stdlib.h string.h unistd.h sys/param.h
14053 do :
14054 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14055 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14056 eval as_val=\$$as_ac_Header
14057 if test "x$as_val" = x""yes; then :
14058 cat >>confdefs.h <<_ACEOF
14059 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14060 _ACEOF
14064 done
14066 for ac_func in feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
14067 geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
14068 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next
14069 do :
14070 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14071 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14072 eval as_val=\$$as_ac_var
14073 if test "x$as_val" = x""yes; then :
14074 cat >>confdefs.h <<_ACEOF
14075 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14076 _ACEOF
14079 done
14087 am_save_CPPFLAGS="$CPPFLAGS"
14089 for element in $INCICONV; do
14090 haveit=
14091 for x in $CPPFLAGS; do
14093 acl_save_prefix="$prefix"
14094 prefix="$acl_final_prefix"
14095 acl_save_exec_prefix="$exec_prefix"
14096 exec_prefix="$acl_final_exec_prefix"
14097 eval x=\"$x\"
14098 exec_prefix="$acl_save_exec_prefix"
14099 prefix="$acl_save_prefix"
14101 if test "X$x" = "X$element"; then
14102 haveit=yes
14103 break
14105 done
14106 if test -z "$haveit"; then
14107 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14109 done
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14113 $as_echo_n "checking for iconv... " >&6; }
14114 if test "${am_cv_func_iconv+set}" = set; then :
14115 $as_echo_n "(cached) " >&6
14116 else
14118 am_cv_func_iconv="no, consider installing GNU libiconv"
14119 am_cv_lib_iconv=no
14120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14121 /* end confdefs.h. */
14122 #include <stdlib.h>
14123 #include <iconv.h>
14125 main ()
14127 iconv_t cd = iconv_open("","");
14128 iconv(cd,NULL,NULL,NULL,NULL);
14129 iconv_close(cd);
14131 return 0;
14133 _ACEOF
14134 if ac_fn_c_try_link "$LINENO"; then :
14135 am_cv_func_iconv=yes
14137 rm -f core conftest.err conftest.$ac_objext \
14138 conftest$ac_exeext conftest.$ac_ext
14139 if test "$am_cv_func_iconv" != yes; then
14140 am_save_LIBS="$LIBS"
14141 LIBS="$LIBS $LIBICONV"
14142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14143 /* end confdefs.h. */
14144 #include <stdlib.h>
14145 #include <iconv.h>
14147 main ()
14149 iconv_t cd = iconv_open("","");
14150 iconv(cd,NULL,NULL,NULL,NULL);
14151 iconv_close(cd);
14153 return 0;
14155 _ACEOF
14156 if ac_fn_c_try_link "$LINENO"; then :
14157 am_cv_lib_iconv=yes
14158 am_cv_func_iconv=yes
14160 rm -f core conftest.err conftest.$ac_objext \
14161 conftest$ac_exeext conftest.$ac_ext
14162 LIBS="$am_save_LIBS"
14166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14167 $as_echo "$am_cv_func_iconv" >&6; }
14168 if test "$am_cv_func_iconv" = yes; then
14170 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14173 if test "$am_cv_lib_iconv" = yes; then
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14175 $as_echo_n "checking how to link with libiconv... " >&6; }
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14177 $as_echo "$LIBICONV" >&6; }
14178 else
14179 CPPFLAGS="$am_save_CPPFLAGS"
14180 LIBICONV=
14181 LTLIBICONV=
14186 if test "$am_cv_func_iconv" = yes; then
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14188 $as_echo_n "checking for iconv declaration... " >&6; }
14189 if test "${am_cv_proto_iconv+set}" = set; then :
14190 $as_echo_n "(cached) " >&6
14191 else
14193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14194 /* end confdefs.h. */
14196 #include <stdlib.h>
14197 #include <iconv.h>
14198 extern
14199 #ifdef __cplusplus
14201 #endif
14202 #if defined(__STDC__) || defined(__cplusplus)
14203 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14204 #else
14205 size_t iconv();
14206 #endif
14209 main ()
14213 return 0;
14215 _ACEOF
14216 if ac_fn_c_try_compile "$LINENO"; then :
14217 am_cv_proto_iconv_arg1=""
14218 else
14219 am_cv_proto_iconv_arg1="const"
14221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14222 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
14225 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14227 }$am_cv_proto_iconv" >&5
14228 $as_echo "${ac_t:-
14229 }$am_cv_proto_iconv" >&6; }
14231 cat >>confdefs.h <<_ACEOF
14232 #define ICONV_CONST $am_cv_proto_iconv_arg1
14233 _ACEOF
14238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
14239 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
14240 if test "${am_cv_langinfo_codeset+set}" = set; then :
14241 $as_echo_n "(cached) " >&6
14242 else
14243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14244 /* end confdefs.h. */
14245 #include <langinfo.h>
14247 main ()
14249 char* cs = nl_langinfo(CODESET);
14251 return 0;
14253 _ACEOF
14254 if ac_fn_c_try_link "$LINENO"; then :
14255 am_cv_langinfo_codeset=yes
14256 else
14257 am_cv_langinfo_codeset=no
14259 rm -f core conftest.err conftest.$ac_objext \
14260 conftest$ac_exeext conftest.$ac_ext
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
14264 $as_echo "$am_cv_langinfo_codeset" >&6; }
14265 if test $am_cv_langinfo_codeset = yes; then
14267 $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
14271 if test $ac_cv_header_locale_h = yes; then
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14274 $as_echo_n "checking for LC_MESSAGES... " >&6; }
14275 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
14276 $as_echo_n "(cached) " >&6
14277 else
14278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14279 /* end confdefs.h. */
14280 #include <locale.h>
14282 main ()
14284 return LC_MESSAGES
14286 return 0;
14288 _ACEOF
14289 if ac_fn_c_try_link "$LINENO"; then :
14290 am_cv_val_LC_MESSAGES=yes
14291 else
14292 am_cv_val_LC_MESSAGES=no
14294 rm -f core conftest.err conftest.$ac_objext \
14295 conftest$ac_exeext conftest.$ac_ext
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14298 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14299 if test $am_cv_val_LC_MESSAGES = yes; then
14301 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14307 for ac_prog in bison
14309 # Extract the first word of "$ac_prog", so it can be a program name with args.
14310 set dummy $ac_prog; ac_word=$2
14311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14312 $as_echo_n "checking for $ac_word... " >&6; }
14313 if test "${ac_cv_prog_INTLBISON+set}" = set; then :
14314 $as_echo_n "(cached) " >&6
14315 else
14316 if test -n "$INTLBISON"; then
14317 ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
14318 else
14319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14320 for as_dir in $PATH
14322 IFS=$as_save_IFS
14323 test -z "$as_dir" && as_dir=.
14324 for ac_exec_ext in '' $ac_executable_extensions; do
14325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14326 ac_cv_prog_INTLBISON="$ac_prog"
14327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14328 break 2
14330 done
14331 done
14332 IFS=$as_save_IFS
14336 INTLBISON=$ac_cv_prog_INTLBISON
14337 if test -n "$INTLBISON"; then
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLBISON" >&5
14339 $as_echo "$INTLBISON" >&6; }
14340 else
14341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14342 $as_echo "no" >&6; }
14346 test -n "$INTLBISON" && break
14347 done
14349 if test -z "$INTLBISON"; then
14350 ac_verc_fail=yes
14351 else
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of bison" >&5
14353 $as_echo_n "checking version of bison... " >&6; }
14354 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
14355 case $ac_prog_version in
14356 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
14357 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
14358 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
14359 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
14360 esac
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
14362 $as_echo "$ac_prog_version" >&6; }
14364 if test $ac_verc_fail = yes; then
14365 INTLBISON=:
14370 # Check whether --with-language was given.
14371 if test "${with_language+set}" = set; then :
14372 withval=$with_language; if test "$withval" != "all"; then :
14373 LINGUAS="`echo $withval | sed -e 's/,/ /g'`"
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
14393 $as_echo_n "checking whether NLS is requested... " >&6; }
14394 # Check whether --enable-nls was given.
14395 if test "${enable_nls+set}" = set; then :
14396 enableval=$enable_nls; USE_NLS=$enableval
14397 else
14398 USE_NLS=yes
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
14402 $as_echo "$USE_NLS" >&6; }
14406 BUILD_INCLUDED_LIBINTL=no
14407 USE_INCLUDED_LIBINTL=no
14409 LIBINTL=
14410 LTLIBINTL=
14411 POSUB=
14413 if test "$USE_NLS" = "yes"; then
14414 gt_use_preinstalled_gnugettext=no
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether included gettext is requested" >&5
14417 $as_echo_n "checking whether included gettext is requested... " >&6; }
14419 # Check whether --with-included-gettext was given.
14420 if test "${with_included_gettext+set}" = set; then :
14421 withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
14422 else
14423 nls_cv_force_use_gnu_gettext=no
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $nls_cv_force_use_gnu_gettext" >&5
14427 $as_echo "$nls_cv_force_use_gnu_gettext" >&6; }
14429 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
14430 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
14437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
14438 $as_echo_n "checking for GNU gettext in libc... " >&6; }
14439 if test "${gt_cv_func_gnugettext2_libc+set}" = set; then :
14440 $as_echo_n "(cached) " >&6
14441 else
14442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14443 /* end confdefs.h. */
14444 #include <libintl.h>
14445 extern int _nl_msg_cat_cntr;
14446 extern int *_nl_domain_bindings;
14448 main ()
14450 bindtextdomain ("", "");
14451 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
14453 return 0;
14455 _ACEOF
14456 if ac_fn_c_try_link "$LINENO"; then :
14457 gt_cv_func_gnugettext2_libc=yes
14458 else
14459 gt_cv_func_gnugettext2_libc=no
14461 rm -f core conftest.err conftest.$ac_objext \
14462 conftest$ac_exeext conftest.$ac_ext
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_gnugettext2_libc" >&5
14465 $as_echo "$gt_cv_func_gnugettext2_libc" >&6; }
14467 if test "$gt_cv_func_gnugettext2_libc" != "yes"; then
14471 use_additional=yes
14473 acl_save_prefix="$prefix"
14474 prefix="$acl_final_prefix"
14475 acl_save_exec_prefix="$exec_prefix"
14476 exec_prefix="$acl_final_exec_prefix"
14478 eval additional_includedir=\"$includedir\"
14479 eval additional_libdir=\"$libdir\"
14481 exec_prefix="$acl_save_exec_prefix"
14482 prefix="$acl_save_prefix"
14485 # Check whether --with-libintl-prefix was given.
14486 if test "${with_libintl_prefix+set}" = set; then :
14487 withval=$with_libintl_prefix;
14488 if test "X$withval" = "Xno"; then
14489 use_additional=no
14490 else
14491 if test "X$withval" = "X"; then
14493 acl_save_prefix="$prefix"
14494 prefix="$acl_final_prefix"
14495 acl_save_exec_prefix="$exec_prefix"
14496 exec_prefix="$acl_final_exec_prefix"
14498 eval additional_includedir=\"$includedir\"
14499 eval additional_libdir=\"$libdir\"
14501 exec_prefix="$acl_save_exec_prefix"
14502 prefix="$acl_save_prefix"
14504 else
14505 additional_includedir="$withval/include"
14506 additional_libdir="$withval/lib"
14512 LIBINTL=
14513 LTLIBINTL=
14514 INCINTL=
14515 rpathdirs=
14516 ltrpathdirs=
14517 names_already_handled=
14518 names_next_round='intl '
14519 while test -n "$names_next_round"; do
14520 names_this_round="$names_next_round"
14521 names_next_round=
14522 for name in $names_this_round; do
14523 already_handled=
14524 for n in $names_already_handled; do
14525 if test "$n" = "$name"; then
14526 already_handled=yes
14527 break
14529 done
14530 if test -z "$already_handled"; then
14531 names_already_handled="$names_already_handled $name"
14532 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14533 eval value=\"\$HAVE_LIB$uppername\"
14534 if test -n "$value"; then
14535 if test "$value" = yes; then
14536 eval value=\"\$LIB$uppername\"
14537 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
14538 eval value=\"\$LTLIB$uppername\"
14539 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
14540 else
14543 else
14544 found_dir=
14545 found_la=
14546 found_so=
14547 found_a=
14548 if test $use_additional = yes; then
14549 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
14550 found_dir="$additional_libdir"
14551 found_so="$additional_libdir/lib$name.$shlibext"
14552 if test -f "$additional_libdir/lib$name.la"; then
14553 found_la="$additional_libdir/lib$name.la"
14555 else
14556 if test -f "$additional_libdir/lib$name.$libext"; then
14557 found_dir="$additional_libdir"
14558 found_a="$additional_libdir/lib$name.$libext"
14559 if test -f "$additional_libdir/lib$name.la"; then
14560 found_la="$additional_libdir/lib$name.la"
14565 if test "X$found_dir" = "X"; then
14566 for x in $LDFLAGS $LTLIBINTL; do
14568 acl_save_prefix="$prefix"
14569 prefix="$acl_final_prefix"
14570 acl_save_exec_prefix="$exec_prefix"
14571 exec_prefix="$acl_final_exec_prefix"
14572 eval x=\"$x\"
14573 exec_prefix="$acl_save_exec_prefix"
14574 prefix="$acl_save_prefix"
14576 case "$x" in
14577 -L*)
14578 dir=`echo "X$x" | sed -e 's/^X-L//'`
14579 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
14580 found_dir="$dir"
14581 found_so="$dir/lib$name.$shlibext"
14582 if test -f "$dir/lib$name.la"; then
14583 found_la="$dir/lib$name.la"
14585 else
14586 if test -f "$dir/lib$name.$libext"; then
14587 found_dir="$dir"
14588 found_a="$dir/lib$name.$libext"
14589 if test -f "$dir/lib$name.la"; then
14590 found_la="$dir/lib$name.la"
14595 esac
14596 if test "X$found_dir" != "X"; then
14597 break
14599 done
14601 if test "X$found_dir" != "X"; then
14602 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
14603 if test "X$found_so" != "X"; then
14604 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14605 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14606 else
14607 haveit=
14608 for x in $ltrpathdirs; do
14609 if test "X$x" = "X$found_dir"; then
14610 haveit=yes
14611 break
14613 done
14614 if test -z "$haveit"; then
14615 ltrpathdirs="$ltrpathdirs $found_dir"
14617 if test "$hardcode_direct" = yes; then
14618 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14619 else
14620 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14621 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14622 haveit=
14623 for x in $rpathdirs; do
14624 if test "X$x" = "X$found_dir"; then
14625 haveit=yes
14626 break
14628 done
14629 if test -z "$haveit"; then
14630 rpathdirs="$rpathdirs $found_dir"
14632 else
14633 haveit=
14634 for x in $LDFLAGS $LIBINTL; do
14636 acl_save_prefix="$prefix"
14637 prefix="$acl_final_prefix"
14638 acl_save_exec_prefix="$exec_prefix"
14639 exec_prefix="$acl_final_exec_prefix"
14640 eval x=\"$x\"
14641 exec_prefix="$acl_save_exec_prefix"
14642 prefix="$acl_save_prefix"
14644 if test "X$x" = "X-L$found_dir"; then
14645 haveit=yes
14646 break
14648 done
14649 if test -z "$haveit"; then
14650 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
14652 if test "$hardcode_minus_L" != no; then
14653 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14654 else
14655 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
14660 else
14661 if test "X$found_a" != "X"; then
14662 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
14663 else
14664 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
14667 additional_includedir=
14668 case "$found_dir" in
14669 */lib | */lib/)
14670 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14671 additional_includedir="$basedir/include"
14673 esac
14674 if test "X$additional_includedir" != "X"; then
14675 if test "X$additional_includedir" != "X/usr/include"; then
14676 haveit=
14677 if test "X$additional_includedir" = "X/usr/local/include"; then
14678 if test -n "$GCC"; then
14679 case $host_os in
14680 linux*) haveit=yes;;
14681 esac
14684 if test -z "$haveit"; then
14685 for x in $CPPFLAGS $INCINTL; do
14687 acl_save_prefix="$prefix"
14688 prefix="$acl_final_prefix"
14689 acl_save_exec_prefix="$exec_prefix"
14690 exec_prefix="$acl_final_exec_prefix"
14691 eval x=\"$x\"
14692 exec_prefix="$acl_save_exec_prefix"
14693 prefix="$acl_save_prefix"
14695 if test "X$x" = "X-I$additional_includedir"; then
14696 haveit=yes
14697 break
14699 done
14700 if test -z "$haveit"; then
14701 if test -d "$additional_includedir"; then
14702 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
14708 if test -n "$found_la"; then
14709 save_libdir="$libdir"
14710 case "$found_la" in
14711 */* | *\\*) . "$found_la" ;;
14712 *) . "./$found_la" ;;
14713 esac
14714 libdir="$save_libdir"
14715 for dep in $dependency_libs; do
14716 case "$dep" in
14717 -L*)
14718 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14719 if test "X$additional_libdir" != "X/usr/lib"; then
14720 haveit=
14721 if test "X$additional_libdir" = "X/usr/local/lib"; then
14722 if test -n "$GCC"; then
14723 case $host_os in
14724 linux*) haveit=yes;;
14725 esac
14728 if test -z "$haveit"; then
14729 haveit=
14730 for x in $LDFLAGS $LIBINTL; do
14732 acl_save_prefix="$prefix"
14733 prefix="$acl_final_prefix"
14734 acl_save_exec_prefix="$exec_prefix"
14735 exec_prefix="$acl_final_exec_prefix"
14736 eval x=\"$x\"
14737 exec_prefix="$acl_save_exec_prefix"
14738 prefix="$acl_save_prefix"
14740 if test "X$x" = "X-L$additional_libdir"; then
14741 haveit=yes
14742 break
14744 done
14745 if test -z "$haveit"; then
14746 if test -d "$additional_libdir"; then
14747 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
14750 haveit=
14751 for x in $LDFLAGS $LTLIBINTL; do
14753 acl_save_prefix="$prefix"
14754 prefix="$acl_final_prefix"
14755 acl_save_exec_prefix="$exec_prefix"
14756 exec_prefix="$acl_final_exec_prefix"
14757 eval x=\"$x\"
14758 exec_prefix="$acl_save_exec_prefix"
14759 prefix="$acl_save_prefix"
14761 if test "X$x" = "X-L$additional_libdir"; then
14762 haveit=yes
14763 break
14765 done
14766 if test -z "$haveit"; then
14767 if test -d "$additional_libdir"; then
14768 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
14774 -R*)
14775 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14776 if test "$enable_rpath" != no; then
14777 haveit=
14778 for x in $rpathdirs; do
14779 if test "X$x" = "X$dir"; then
14780 haveit=yes
14781 break
14783 done
14784 if test -z "$haveit"; then
14785 rpathdirs="$rpathdirs $dir"
14787 haveit=
14788 for x in $ltrpathdirs; do
14789 if test "X$x" = "X$dir"; then
14790 haveit=yes
14791 break
14793 done
14794 if test -z "$haveit"; then
14795 ltrpathdirs="$ltrpathdirs $dir"
14799 -l*)
14800 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14802 *.la)
14803 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14806 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
14807 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
14809 esac
14810 done
14812 else
14813 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
14814 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
14818 done
14819 done
14820 if test "X$rpathdirs" != "X"; then
14821 if test -n "$hardcode_libdir_separator"; then
14822 alldirs=
14823 for found_dir in $rpathdirs; do
14824 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14825 done
14826 acl_save_libdir="$libdir"
14827 libdir="$alldirs"
14828 eval flag=\"$hardcode_libdir_flag_spec\"
14829 libdir="$acl_save_libdir"
14830 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
14831 else
14832 for found_dir in $rpathdirs; do
14833 acl_save_libdir="$libdir"
14834 libdir="$found_dir"
14835 eval flag=\"$hardcode_libdir_flag_spec\"
14836 libdir="$acl_save_libdir"
14837 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
14838 done
14841 if test "X$ltrpathdirs" != "X"; then
14842 for found_dir in $ltrpathdirs; do
14843 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
14844 done
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
14848 $as_echo_n "checking for GNU gettext in libintl... " >&6; }
14849 if test "${gt_cv_func_gnugettext2_libintl+set}" = set; then :
14850 $as_echo_n "(cached) " >&6
14851 else
14852 gt_save_CPPFLAGS="$CPPFLAGS"
14853 CPPFLAGS="$CPPFLAGS $INCINTL"
14854 gt_save_LIBS="$LIBS"
14855 LIBS="$LIBS $LIBINTL"
14856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14857 /* end confdefs.h. */
14858 #include <libintl.h>
14859 extern int _nl_msg_cat_cntr;
14860 extern
14861 #ifdef __cplusplus
14863 #endif
14864 const char *_nl_expand_alias ();
14866 main ()
14868 bindtextdomain ("", "");
14869 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias (0)
14871 return 0;
14873 _ACEOF
14874 if ac_fn_c_try_link "$LINENO"; then :
14875 gt_cv_func_gnugettext2_libintl=yes
14876 else
14877 gt_cv_func_gnugettext2_libintl=no
14879 rm -f core conftest.err conftest.$ac_objext \
14880 conftest$ac_exeext conftest.$ac_ext
14881 if test "$gt_cv_func_gnugettext2_libintl" != yes && test -n "$LIBICONV"; then
14882 LIBS="$LIBS $LIBICONV"
14883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14884 /* end confdefs.h. */
14885 #include <libintl.h>
14886 extern int _nl_msg_cat_cntr;
14887 extern
14888 #ifdef __cplusplus
14890 #endif
14891 const char *_nl_expand_alias ();
14893 main ()
14895 bindtextdomain ("", "");
14896 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias (0)
14898 return 0;
14900 _ACEOF
14901 if ac_fn_c_try_link "$LINENO"; then :
14902 LIBINTL="$LIBINTL $LIBICONV"
14903 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
14904 gt_cv_func_gnugettext2_libintl=yes
14907 rm -f core conftest.err conftest.$ac_objext \
14908 conftest$ac_exeext conftest.$ac_ext
14910 CPPFLAGS="$gt_save_CPPFLAGS"
14911 LIBS="$gt_save_LIBS"
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_gnugettext2_libintl" >&5
14914 $as_echo "$gt_cv_func_gnugettext2_libintl" >&6; }
14917 if test "$gt_cv_func_gnugettext2_libc" = "yes" \
14918 || { test "$gt_cv_func_gnugettext2_libintl" = "yes" \
14919 && test "$PACKAGE" != gettext; }; then
14920 gt_use_preinstalled_gnugettext=yes
14921 else
14922 LIBINTL=
14923 LTLIBINTL=
14924 INCINTL=
14928 if test "$gt_use_preinstalled_gnugettext" != "yes"; then
14929 nls_cv_use_gnu_gettext=yes
14933 if test "$nls_cv_use_gnu_gettext" = "yes"; then
14934 INTLOBJS="\$(GETTOBJS)"
14935 BUILD_INCLUDED_LIBINTL=yes
14936 USE_INCLUDED_LIBINTL=yes
14937 LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
14938 LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
14939 LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
14942 if test "$gt_use_preinstalled_gnugettext" = "yes" \
14943 || test "$nls_cv_use_gnu_gettext" = "yes"; then
14944 CATOBJEXT=.gmo
14948 if test "$gt_use_preinstalled_gnugettext" = "yes" \
14949 || test "$nls_cv_use_gnu_gettext" = "yes"; then
14951 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
14953 else
14954 USE_NLS=no
14958 if test "$USE_NLS" = "yes"; then
14960 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
14961 if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
14963 $as_echo_n "checking how to link with libintl... " >&6; }
14964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
14965 $as_echo "$LIBINTL" >&6; }
14967 for element in $INCINTL; do
14968 haveit=
14969 for x in $CPPFLAGS; do
14971 acl_save_prefix="$prefix"
14972 prefix="$acl_final_prefix"
14973 acl_save_exec_prefix="$exec_prefix"
14974 exec_prefix="$acl_final_exec_prefix"
14975 eval x=\"$x\"
14976 exec_prefix="$acl_save_exec_prefix"
14977 prefix="$acl_save_prefix"
14979 if test "X$x" = "X$element"; then
14980 haveit=yes
14981 break
14983 done
14984 if test -z "$haveit"; then
14985 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14987 done
14992 $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
14995 $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
14999 POSUB=po
15003 if test "$PACKAGE" = gettext; then
15004 BUILD_INCLUDED_LIBINTL=yes
15012 nls_cv_header_intl=
15013 nls_cv_header_libgt=
15015 DATADIRNAME=share
15018 INSTOBJEXT=.mo
15021 GENCAT=gencat
15024 INTL_LIBTOOL_SUFFIX_PREFIX=
15028 INTLLIBS="$LIBINTL"
15035 if test $USE_INCLUDED_LIBINTL = yes; then :
15036 INCINTL=-I\${top_builddir}/intl
15039 if test x$USE_NLS = xyes; then :
15041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for autopoint" >&5
15042 $as_echo_n "checking for autopoint... " >&6; }
15043 autopoint_version=`autopoint --version | head -n 1 | sed -e 's/.*[^0-9.]\([0-9]\{1,\}\(\.[0-9]\{1,\}\)\{1,2\}\)[^0-9.]*/\1/'`
15044 if test -n "$autopoint_version"; then :
15046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($autopoint_version)" >&5
15047 $as_echo "yes ($autopoint_version)" >&6; }
15050 else
15052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15053 $as_echo "no" >&6; }
15054 USE_NLS=no
15059 if test x$USE_NLS = xno -a x${enable_nls:-yes} = xyes; then :
15060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
15061 You need to install GNU gettext/gettext-tools to compile aMule with
15062 i18n support." >&5
15063 $as_echo "$as_me: WARNING:
15064 You need to install GNU gettext/gettext-tools to compile aMule with
15065 i18n support." >&2;}
15066 _mule_warning_13=yes
15067 _mule_has_warnings=yes
15071 if test ${USE_NLS:-no} = yes; then :
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for requested languages" >&5
15074 $as_echo_n "checking for requested languages... " >&6; }
15075 Generate_Langs=`echo $LINGUAS | $AWK 'OFS="\\\\|" { for (i = 1; i <= NF; ++i) $i = "\\\\." $i; print }'`
15077 if test ${enable_amule_daemon:-no} = yes; then :
15079 if test -z "$LINGUAS"; then :
15080 AMULE_DAEMON_MANPAGES=`ls -1 ${srcdir}/docs/man/amuled.* | sed -e 's:.*/::g'`
15081 else
15083 AMULE_DAEMON_MANPAGES=`ls -1 ${srcdir}/docs/man/amuled.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15084 AMULE_DAEMON_MANPAGES="`basename docs/man/amuled.1` $AMULE_DAEMON_MANPAGES"
15087 AMULE_DAEMON_MANPAGES=`echo $AMULE_DAEMON_MANPAGES | tr -d '\n'`
15089 else
15090 AMULE_DAEMON_MANPAGES=
15095 if test ${enable_amulecmd:-no} = yes; then :
15097 if test -z "$LINGUAS"; then :
15098 AMULECMD_MANPAGES=`ls -1 ${srcdir}/docs/man/amulecmd.* | sed -e 's:.*/::g'`
15099 else
15101 AMULECMD_MANPAGES=`ls -1 ${srcdir}/docs/man/amulecmd.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15102 AMULECMD_MANPAGES="`basename docs/man/amulecmd.1` $AMULECMD_MANPAGES"
15105 AMULECMD_MANPAGES=`echo $AMULECMD_MANPAGES | tr -d '\n'`
15107 else
15108 AMULECMD_MANPAGES=
15113 if test ${enable_webserver:-no} = yes; then :
15115 if test -z "$LINGUAS"; then :
15116 WEBSERVER_MANPAGES=`ls -1 ${srcdir}/docs/man/amuleweb.* | sed -e 's:.*/::g'`
15117 else
15119 WEBSERVER_MANPAGES=`ls -1 ${srcdir}/docs/man/amuleweb.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15120 WEBSERVER_MANPAGES="`basename docs/man/amuleweb.1` $WEBSERVER_MANPAGES"
15123 WEBSERVER_MANPAGES=`echo $WEBSERVER_MANPAGES | tr -d '\n'`
15125 else
15126 WEBSERVER_MANPAGES=
15131 if test ${enable_amule_gui:-no} = yes; then :
15133 if test -z "$LINGUAS"; then :
15134 AMULE_GUI_MANPAGES=`ls -1 ${srcdir}/docs/man/amulegui.* | sed -e 's:.*/::g'`
15135 else
15137 AMULE_GUI_MANPAGES=`ls -1 ${srcdir}/docs/man/amulegui.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15138 AMULE_GUI_MANPAGES="`basename docs/man/amulegui.1` $AMULE_GUI_MANPAGES"
15141 AMULE_GUI_MANPAGES=`echo $AMULE_GUI_MANPAGES | tr -d '\n'`
15143 else
15144 AMULE_GUI_MANPAGES=
15149 if test ${enable_cas:-no} = yes; then :
15151 if test -z "$LINGUAS"; then :
15152 CAS_MANPAGES=`ls -1 ${srcdir}/src/utils/cas/docs/cas.* | sed -e 's:.*/::g'`
15153 else
15155 CAS_MANPAGES=`ls -1 ${srcdir}/src/utils/cas/docs/cas.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15156 CAS_MANPAGES="`basename src/utils/cas/docs/cas.1` $CAS_MANPAGES"
15159 CAS_MANPAGES=`echo $CAS_MANPAGES | tr -d '\n'`
15161 else
15162 CAS_MANPAGES=
15167 if test ${enable_wxcas:-no} = yes; then :
15169 if test -z "$LINGUAS"; then :
15170 WXCAS_MANPAGES=`ls -1 ${srcdir}/src/utils/wxCas/docs/wxcas.* | sed -e 's:.*/::g'`
15171 else
15173 WXCAS_MANPAGES=`ls -1 ${srcdir}/src/utils/wxCas/docs/wxcas.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15174 WXCAS_MANPAGES="`basename src/utils/wxCas/docs/wxcas.1` $WXCAS_MANPAGES"
15177 WXCAS_MANPAGES=`echo $WXCAS_MANPAGES | tr -d '\n'`
15179 else
15180 WXCAS_MANPAGES=
15185 if test ${enable_ed2k:-yes} = yes; then :
15187 if test -z "$LINGUAS"; then :
15188 ED2K_MANPAGES=`ls -1 ${srcdir}/docs/man/ed2k.* | sed -e 's:.*/::g'`
15189 else
15191 ED2K_MANPAGES=`ls -1 ${srcdir}/docs/man/ed2k.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15192 ED2K_MANPAGES="`basename docs/man/ed2k.1` $ED2K_MANPAGES"
15195 ED2K_MANPAGES=`echo $ED2K_MANPAGES | tr -d '\n'`
15197 else
15198 ED2K_MANPAGES=
15203 if test ${enable_alc:-no} = yes; then :
15205 if test -z "$LINGUAS"; then :
15206 ALC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alc.* | sed -e 's:.*/::g'`
15207 else
15209 ALC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alc.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15210 ALC_MANPAGES="`basename src/utils/aLinkCreator/docs/alc.1` $ALC_MANPAGES"
15213 ALC_MANPAGES=`echo $ALC_MANPAGES | tr -d '\n'`
15215 else
15216 ALC_MANPAGES=
15221 if test ${enable_alcc:-no} = yes; then :
15223 if test -z "$LINGUAS"; then :
15224 ALCC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alcc.* | sed -e 's:.*/::g'`
15225 else
15227 ALCC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alcc.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15228 ALCC_MANPAGES="`basename src/utils/aLinkCreator/docs/alcc.1` $ALCC_MANPAGES"
15231 ALCC_MANPAGES=`echo $ALCC_MANPAGES | tr -d '\n'`
15233 else
15234 ALCC_MANPAGES=
15239 if test ${enable_monolithic:-yes} = yes; then :
15241 if test -z "$LINGUAS"; then :
15242 MONOLITHIC_MANPAGES=`ls -1 ${srcdir}/docs/man/amule.* | sed -e 's:.*/::g'`
15243 else
15245 MONOLITHIC_MANPAGES=`ls -1 ${srcdir}/docs/man/amule.* | sed -e 's:.*/::g' | grep $Generate_Langs`
15246 MONOLITHIC_MANPAGES="`basename docs/man/amule.1` $MONOLITHIC_MANPAGES"
15249 MONOLITHIC_MANPAGES=`echo $MONOLITHIC_MANPAGES | tr -d '\n'`
15251 else
15252 MONOLITHIC_MANPAGES=
15256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${LINGUAS:-all}" >&5
15257 $as_echo "${LINGUAS:-all}" >&6; }
15262 ac_ext=cpp
15263 ac_cpp='$CXXCPP $CPPFLAGS'
15264 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15265 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15266 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15270 # Check for bfd.h (to have proper backtraces without using wxExecute)
15272 for ac_header in ansidecl.h bfd.h
15273 do :
15274 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15275 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15276 eval as_val=\$$as_ac_Header
15277 if test "x$as_val" = x""yes; then :
15278 cat >>confdefs.h <<_ACEOF
15279 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15280 _ACEOF
15284 done
15286 if test $ac_cv_header_ansidecl_h = yes -a $ac_cv_header_bfd_h = yes; then :
15288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries required to link with bfd" >&5
15289 $as_echo_n "checking for libraries required to link with bfd... " >&6; }
15290 if test "${mule_cv_lib_bfd+set}" = set; then :
15291 $as_echo_n "(cached) " >&6
15292 else
15294 for bfd_ldadd in "" "-lbfd" "-liberty" "-ldl" "${LIBINTL}" "${ZLIB_LIBS}" "-lbfd -liberty" "-lbfd -ldl" "-lbfd ${LIBINTL}" "-lbfd ${ZLIB_LIBS}" "-liberty -ldl" "-liberty ${LIBINTL}" "-liberty ${ZLIB_LIBS}" "-ldl ${LIBINTL}" "-ldl ${ZLIB_LIBS}" "${LIBINTL} ${ZLIB_LIBS}" "-lbfd -liberty -ldl" "-lbfd -liberty ${LIBINTL}" "-lbfd -liberty ${ZLIB_LIBS}" "-lbfd -ldl ${LIBINTL}" "-lbfd -ldl ${ZLIB_LIBS}" "-lbfd ${LIBINTL} ${ZLIB_LIBS}" "-liberty -ldl ${LIBINTL}" "-liberty -ldl ${ZLIB_LIBS}" "-liberty ${LIBINTL} ${ZLIB_LIBS}" "-ldl ${LIBINTL} ${ZLIB_LIBS}" "-lbfd -liberty -ldl ${LIBINTL}" "-lbfd -liberty -ldl ${ZLIB_LIBS}" "-lbfd -liberty ${LIBINTL} ${ZLIB_LIBS}" "-lbfd -ldl ${LIBINTL} ${ZLIB_LIBS}" "-liberty -ldl ${LIBINTL} ${ZLIB_LIBS}" "-lbfd -liberty -ldl ${LIBINTL} ${ZLIB_LIBS}" ; do
15295 # Doing some black magic to prevent multiple tests for the same set of
15296 # libraries when any of the shell variables above expand to nothing.
15297 echo $bfd_ldadd
15298 done | sed -e 's/^ *//;s/ *$//;s/ */ /g' | ${AWK} '!x[$0]++' >conftest.bfd_ldadd
15299 while read bfd_ldadd; do
15300 mule_backup_LIBS="$LIBS"
15301 mule_backup_LDFLAGS="$LDFLAGS"
15302 LIBS="${bfd_ldadd} $LIBS"
15303 LDFLAGS="$LDFLAGS ${ZLIB_LDFLAGS}"
15304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15305 /* end confdefs.h. */
15308 #include <ansidecl.h>
15309 #include <bfd.h>
15312 main ()
15314 const char *dummy = bfd_errmsg(bfd_get_error());
15316 return 0;
15319 _ACEOF
15320 if ac_fn_cxx_try_link "$LINENO"; then :
15322 LIBS="$mule_backup_LIBS"
15323 LDFLAGS="$mule_backup_LDFLAGS"
15324 mule_cv_lib_bfd="${bfd_ldadd}"
15327 rm -f core conftest.err conftest.$ac_objext \
15328 conftest$ac_exeext conftest.$ac_ext
15329 LIBS="$mule_backup_LIBS"
15330 LDFLAGS="$mule_backup_LDFLAGS"
15331 if ${mule_cv_lib_bfd+:} false; then :
15332 break
15334 done <conftest.bfd_ldadd
15335 rm -f conftest.bfd_ldadd
15340 if ${mule_cv_lib_bfd+:} false; then :
15342 BFD_CPPFLAGS="-DHAVE_BFD"
15343 BFD_LIBS="${mule_cv_lib_bfd}"
15344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${BFD_LIBS:-none required}" >&5
15345 $as_echo "${BFD_LIBS:-none required}" >&6; }
15347 else
15349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15350 $as_echo "not found" >&6; }
15351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
15352 Cannot link to the library containing the bfd functions." >&5
15353 $as_echo "$as_me: WARNING:
15354 Cannot link to the library containing the bfd functions." >&2;}
15355 _mule_warning_14=yes
15356 _mule_has_warnings=yes
15361 else
15363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
15364 bfd.h not found or unusable, please install binutils development
15365 package if you are a developer or want to help testing aMule" >&5
15366 $as_echo "$as_me: WARNING:
15367 bfd.h not found or unusable, please install binutils development
15368 package if you are a developer or want to help testing aMule" >&2;}
15369 _mule_warning_15=yes
15370 _mule_has_warnings=yes
15377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for <execinfo.h> and backtrace()" >&5
15378 $as_echo_n "checking for <execinfo.h> and backtrace()... " >&6; }
15379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15380 /* end confdefs.h. */
15383 #include <execinfo.h>
15386 main ()
15389 void *bt[1];
15390 int n = backtrace((void **)&bt, 1);
15391 char **bt_syms = backtrace_symbols(bt, n);
15394 return 0;
15397 _ACEOF
15398 if ac_fn_cxx_try_link "$LINENO"; then :
15401 $as_echo "#define HAVE_EXECINFO 1" >>confdefs.h
15403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15404 $as_echo "yes" >&6; }
15406 else
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15409 $as_echo "no" >&6; }
15412 rm -f core conftest.err conftest.$ac_objext \
15413 conftest$ac_exeext conftest.$ac_ext
15417 # aMule plasma widget
15418 if test ${enable_plasmamule:-no} = yes; then :
15421 if test -z ${QT_MOC}; then :
15423 for ac_prog in moc-qt4 moc
15425 # Extract the first word of "$ac_prog", so it can be a program name with args.
15426 set dummy $ac_prog; ac_word=$2
15427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15428 $as_echo_n "checking for $ac_word... " >&6; }
15429 if test "${ac_cv_path_QT_MOC+set}" = set; then :
15430 $as_echo_n "(cached) " >&6
15431 else
15432 case $QT_MOC in
15433 [\\/]* | ?:[\\/]*)
15434 ac_cv_path_QT_MOC="$QT_MOC" # Let the user override the test with a path.
15437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15438 for as_dir in $PATH
15440 IFS=$as_save_IFS
15441 test -z "$as_dir" && as_dir=.
15442 for ac_exec_ext in '' $ac_executable_extensions; do
15443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15444 ac_cv_path_QT_MOC="$as_dir/$ac_word$ac_exec_ext"
15445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15446 break 2
15448 done
15449 done
15450 IFS=$as_save_IFS
15453 esac
15455 QT_MOC=$ac_cv_path_QT_MOC
15456 if test -n "$QT_MOC"; then
15457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_MOC" >&5
15458 $as_echo "$QT_MOC" >&6; }
15459 else
15460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15461 $as_echo "no" >&6; }
15465 test -n "$QT_MOC" && break
15466 done
15468 if test -z ${QT_MOC}; then :
15470 echo moc not found
15471 exit 1
15475 else
15477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for moc" >&5
15478 $as_echo_n "checking for moc... " >&6; }
15479 if test -x ${QT_MOC}; then :
15481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${QT_MOC}" >&5
15482 $as_echo "${QT_MOC}" >&6; }
15485 else
15487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"not found\"" >&5
15488 $as_echo "\"not found\"" >&6; }
15489 QT_MOC="not found"
15490 exit 1
15497 if test "${QT_MOC}" != "not found"; then :
15499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for moc version >= 4" >&5
15500 $as_echo_n "checking for moc version >= 4... " >&6; }
15501 QT_MOC_VERSION=`${QT_MOC} -v 2>&1 | sed -e 's/^.* (/(/'`
15502 if test `echo ${QT_MOC_VERSION} | sed -e 's/^.* //' -e 's/\..*$//'` = 4; then :
15504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${QT_MOC_VERSION}" >&5
15505 $as_echo "found ${QT_MOC_VERSION}" >&6; }
15507 else
15509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found ${QT_MOC_VERSION} is too old" >&5
15510 $as_echo "not found ${QT_MOC_VERSION} is too old" >&6; }
15511 QT_MOC="not found"
15512 exit 1
15518 if test "${QT_MOC}" = "not found"; then :
15519 enable_plasmamule=disabled
15522 if test ${enable_plasmamule:-no} = yes; then :
15526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qt" >&5
15527 $as_echo_n "checking for qt... " >&6; }
15528 if test `${PKG_CONFIG} QtCore` --exists && `${PKG_CONFIG} QtGui --exists`; then :
15530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
15531 $as_echo "found" >&6; }
15532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qt core cflags" >&5
15533 $as_echo_n "checking for qt core cflags... " >&6; }
15534 QT_CORE_CXXFLAGS=`${PKG_CONFIG} --cflags QtCore`
15535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_CORE_CFLAGS" >&5
15536 $as_echo "$QT_CORE_CFLAGS" >&6; }
15537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qt core libs" >&5
15538 $as_echo_n "checking for qt core libs... " >&6; }
15539 QT_CORE_LIBS=`${PKG_CONFIG} --libs QtCore`
15540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_CORE_LIBS" >&5
15541 $as_echo "$QT_CORE_LIBS" >&6; }
15542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qt gui cflags" >&5
15543 $as_echo_n "checking for qt gui cflags... " >&6; }
15544 QT_GUI_CXXFLAGS=`${PKG_CONFIG} --cflags QtGui`
15545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_GUI_CFLAGS" >&5
15546 $as_echo "$QT_GUI_CFLAGS" >&6; }
15547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qt gui libs" >&5
15548 $as_echo_n "checking for qt gui libs... " >&6; }
15549 QT_GUI_LIBS=`${PKG_CONFIG} --libs QtGui`
15550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $QT_GUI_LIBS" >&5
15551 $as_echo "$QT_GUI_LIBS" >&6; }
15553 else
15554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15555 $as_echo "not found" >&6; }
15556 exit 1
15560 if test `${PKG_CONFIG} QtDBus --modversion | sed -e 's/\.//g'` -ge 470 ; then :
15562 QT_DBUS_LDFLAGS="-lQtDBus"
15572 if test -z "${QT_CORE_CXXFLAGS}"; then :
15573 enable_plasmamule=disabled
15578 if test ${enable_plasmamule:-no} = yes; then :
15581 if test -z ${KDE4_CONFIG}; then :
15583 # Extract the first word of "kde4-config", so it can be a program name with args.
15584 set dummy kde4-config; ac_word=$2
15585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15586 $as_echo_n "checking for $ac_word... " >&6; }
15587 if test "${ac_cv_path_KDE4_CONFIG+set}" = set; then :
15588 $as_echo_n "(cached) " >&6
15589 else
15590 case $KDE4_CONFIG in
15591 [\\/]* | ?:[\\/]*)
15592 ac_cv_path_KDE4_CONFIG="$KDE4_CONFIG" # Let the user override the test with a path.
15595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15596 for as_dir in $PATH
15598 IFS=$as_save_IFS
15599 test -z "$as_dir" && as_dir=.
15600 for ac_exec_ext in '' $ac_executable_extensions; do
15601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15602 ac_cv_path_KDE4_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15604 break 2
15606 done
15607 done
15608 IFS=$as_save_IFS
15611 esac
15613 KDE4_CONFIG=$ac_cv_path_KDE4_CONFIG
15614 if test -n "$KDE4_CONFIG"; then
15615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KDE4_CONFIG" >&5
15616 $as_echo "$KDE4_CONFIG" >&6; }
15617 else
15618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15619 $as_echo "no" >&6; }
15624 else
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kde4-config" >&5
15627 $as_echo_n "checking for kde4-config... " >&6; }
15628 if test ! -x KDE4_CONFIG; then :
15630 KDE4_CONFIG="not found"
15631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15632 $as_echo "not found" >&6; }
15633 exit 1
15639 if test "${KDE4_CONFIG}" != "not found"; then :
15641 KDE_CONF_VER=`${KDE4_CONFIG} --version | grep KDE | sed -e 's/^.*: //' -e 's/ (.*$//'`
15642 if test `echo ${KDE_CONF_VER} | sed -e 's/\..*$//'` = 4; then :
15644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${KDE4_CONFIG} with version ${KDE_CONF_VER}" >&5
15645 $as_echo "found ${KDE4_CONFIG} with version ${KDE_CONF_VER}" >&6; }
15647 else
15649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: at least version 4 required" >&5
15650 $as_echo "at least version 4 required" >&6; }
15651 exit 1
15655 else
15657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
15658 $as_echo "not found" >&6; }
15659 exit 1
15664 if test "${KDE4_CONFIG}" = "not found"; then :
15665 enable_plasmamule=disabled
15670 if test ${enable_plasmamule:-no} = yes; then :
15673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kde4 headers" >&5
15674 $as_echo_n "checking for kde4 headers... " >&6; }
15675 KDE_HEADER_DIR=`${KDE4_CONFIG} --path include`
15677 if test -f ${KDE_HEADER_DIR}kdirwatch.h; then :
15679 if test -f ${KDE_HEADER_DIR}plasma/dataengine.h; then :
15681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${KDE_HEADER_DIR}" >&5
15682 $as_echo "${KDE_HEADER_DIR}" >&6; }
15684 else
15686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: dataengine.h not found" >&5
15687 $as_echo "dataengine.h not found" >&6; }
15688 exit 1
15692 else
15694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: kdirwatch.h not found" >&5
15695 $as_echo "kdirwatch.h not found" >&6; }
15696 exit 1
15701 if test -z ${KDE_HEADER_DIR}; then :
15702 enable_plasmamule=disabled
15707 if test ${enable_plasmamule:-no} = yes; then :
15709 if test -e `$BUILD_CC -print-file-name=libplasma.so` &&
15710 test -e `$BUILD_CC -print-file-name=libkdecore.so`; then :
15714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kde4 applinks Path" >&5
15715 $as_echo_n "checking for kde4 applinks Path... " >&6; }
15716 if test `echo ${prefix} | grep home | wc -l` == 1; then :
15718 KDE_IN_HOME="yes"
15721 if test ${KDE_IN_HOME} = "yes"; then :
15723 KDE_APPLNK_PATH=`${KDE4_CONFIG} --path xdgdata-apps | tr ":" "\n" | $EGREP '(/home|/root)' | head -1`
15725 else
15727 if test -n ${prefix}; then :
15729 KDE_APPLNK_PATH=`${KDE4_CONFIG} --path xdgdata-apps | tr ":" "\n" | grep ${prefix} | head -1`
15730 if test -n ${KDE_APPLNK_PATH}; then :
15732 KDE_APPLNK_PATH=`${KDE4_CONFIG} --path xdgdata-apps | tr ":" "\n" | grep -vE '(/home|/root)' | head -1`
15736 else
15738 KDE_APPLNK_PATH=`${KDE4_CONFIG} --path xdgdata-apps | tr ":" "\n" | grep -vE '(/home|/root)' | head -1`
15743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${KDE_APPLNK_PATH}" >&5
15744 $as_echo "${KDE_APPLNK_PATH}" >&6; }
15749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kde4 services Path" >&5
15750 $as_echo_n "checking for kde4 services Path... " >&6; }
15751 if test `echo ${prefix} | grep home | wc -l` == 1; then :
15753 KDE_IN_HOME="yes"
15756 if test ${KDE_IN_HOME} = "yes"; then :
15758 KDE_SERVICE_PATH=`${KDE4_CONFIG} --path services | tr ":" "\n" | $EGREP '(/home|/root)' | head -1`
15760 else
15762 KDE_SERVICE_PATH=`${KDE4_CONFIG} --path services | tr ":" "\n" | grep /usr | head -1`
15765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${KDE_SERVICE_PATH}" >&5
15766 $as_echo "${KDE_SERVICE_PATH}" >&6; }
15771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kde4 plugins Path" >&5
15772 $as_echo_n "checking for kde4 plugins Path... " >&6; }
15773 if test `echo ${prefix} | grep home | wc -l` == 1; then :
15775 KDE_IN_HOME="yes"
15778 if test ${KDE_IN_HOME} = "yes"; then :
15780 KDE_MODULE_PATH=`${KDE4_CONFIG} --path module | tr ":" "\n" | $EGREP '(/home|/root)' | head -1`
15782 else
15784 KDE_MODULE_PATH=`${KDE4_CONFIG} --path module | tr ":" "\n" | grep /usr | head -1`
15787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${KDE_MODULE_PATH}" >&5
15788 $as_echo "${KDE_MODULE_PATH}" >&6; }
15793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kde4 icons Path" >&5
15794 $as_echo_n "checking for kde4 icons Path... " >&6; }
15795 if test `echo ${prefix} | grep home | wc -l` == 1; then :
15797 KDE_IN_HOME="yes"
15800 if test ${KDE_IN_HOME} = "yes"; then :
15802 KDE_ICON_PATH=`${KDE4_CONFIG} --path icon | tr ":" "\n" | $EGREP '(/home|/root)' | head -1`
15804 else
15806 KDE_ICON_PATH=`${KDE4_CONFIG} --path icon | tr ":" "\n" | grep /usr | head -1`
15809 KDE_ICON_PATH=${KDE_ICON_PATH}hicolor/scalable/mimetypes/
15810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${KDE_ICON_PATH}" >&5
15811 $as_echo "${KDE_ICON_PATH}" >&6; }
15816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location for mime-type installation" >&5
15817 $as_echo_n "checking for location for mime-type installation... " >&6; }
15818 if test `echo ${prefix} | grep home | wc -l` == 1; then :
15820 KDE_IN_HOME="yes"
15823 if test ${KDE_IN_HOME} = "yes"; then :
15825 KDE_MIME_PATH=`${KDE4_CONFIG} --path xdgdata-mime | tr ":" "\n" | $EGREP '(/home|/root)' | head -1`
15827 else
15829 if test -n ${prefix}; then :
15831 KDE_MIME_PATH=`${KDE4_CONFIG} --path xdgdata-mime | tr ":" "\n" | grep ${prefix} | head -1`
15832 if test -n ${KDE_MIME_PATH}; then :
15834 KDE_MIME_PATH=`${KDE4_CONFIG} --path xdgdata-mime | tr ":" "\n" | $EGREP -v '(/home|/root)' | head -1`
15838 else
15840 KDE_MIME_PATH=`${KDE4_CONFIG} --path xdgdata-mime | tr ":" "\n" | $EGREP -v '(/home|/root)' | head -1`
15845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${KDE_MIME_PATH}" >&5
15846 $as_echo "${KDE_MIME_PATH}" >&6; }
15850 else
15851 enable_plasmamule=disabled
15856 if test ${enable_debug:-yes} = yes; then :
15858 DEBUGFLAG="-D__DEBUG__"
15866 # Check for readline library
15867 if test ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes ; then :
15869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a readline compatible library" >&5
15870 $as_echo_n "checking for a readline compatible library... " >&6; }
15871 if test "${vl_cv_lib_readline+set}" = set; then :
15872 $as_echo_n "(cached) " >&6
15873 else
15875 ORIG_LIBS="$LIBS"
15876 for readline_lib in readline edit editline; do
15877 for termcap_lib in "" termcap curses ncurses; do
15878 if test -z "$termcap_lib"; then
15879 TRY_LIB="-l$readline_lib"
15880 else
15881 TRY_LIB="-l$readline_lib -l$termcap_lib"
15883 LIBS="$ORIG_LIBS $TRY_LIB"
15884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15885 /* end confdefs.h. */
15887 /* Override any GCC internal prototype to avoid an error.
15888 Use char because int might match the return type of a GCC
15889 builtin and then its argument prototype would still apply. */
15890 #ifdef __cplusplus
15891 extern "C"
15892 #endif
15893 char readline ();
15895 main ()
15897 return readline ();
15899 return 0;
15901 _ACEOF
15902 if ac_fn_cxx_try_link "$LINENO"; then :
15903 vl_cv_lib_readline="$TRY_LIB"
15905 rm -f core conftest.err conftest.$ac_objext \
15906 conftest$ac_exeext conftest.$ac_ext
15907 if test -n "$vl_cv_lib_readline"; then
15908 break
15910 done
15911 if test -n "$vl_cv_lib_readline"; then
15912 break
15914 done
15915 if test -z "$vl_cv_lib_readline"; then
15916 vl_cv_lib_readline="no"
15917 LIBS="$ORIG_LIBS"
15918 READLINE_LIBS=""
15919 else
15920 READLINE_LIBS="$vl_cv_lib_readline"
15924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vl_cv_lib_readline" >&5
15925 $as_echo "$vl_cv_lib_readline" >&6; }
15927 if test "$vl_cv_lib_readline" != "no"; then
15929 $as_echo "#define HAVE_LIBREADLINE 1" >>confdefs.h
15931 for ac_header in readline.h readline/readline.h
15932 do :
15933 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15934 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15935 eval as_val=\$$as_ac_Header
15936 if test "x$as_val" = x""yes; then :
15937 cat >>confdefs.h <<_ACEOF
15938 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15939 _ACEOF
15943 done
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readline supports history" >&5
15946 $as_echo_n "checking whether readline supports history... " >&6; }
15947 if test "${vl_cv_lib_readline_history+set}" = set; then :
15948 $as_echo_n "(cached) " >&6
15949 else
15951 vl_cv_lib_readline_history="no"
15952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15953 /* end confdefs.h. */
15955 /* Override any GCC internal prototype to avoid an error.
15956 Use char because int might match the return type of a GCC
15957 builtin and then its argument prototype would still apply. */
15958 #ifdef __cplusplus
15959 extern "C"
15960 #endif
15961 char add_history ();
15963 main ()
15965 return add_history ();
15967 return 0;
15969 _ACEOF
15970 if ac_fn_cxx_try_link "$LINENO"; then :
15971 vl_cv_lib_readline_history="yes"
15973 rm -f core conftest.err conftest.$ac_objext \
15974 conftest$ac_exeext conftest.$ac_ext
15977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vl_cv_lib_readline_history" >&5
15978 $as_echo "$vl_cv_lib_readline_history" >&6; }
15979 if test "$vl_cv_lib_readline_history" = "yes"; then
15981 $as_echo "#define HAVE_READLINE_HISTORY 1" >>confdefs.h
15983 for ac_header in history.h readline/history.h
15984 do :
15985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15986 ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15987 eval as_val=\$$as_ac_Header
15988 if test "x$as_val" = x""yes; then :
15989 cat >>confdefs.h <<_ACEOF
15990 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15991 _ACEOF
15995 done
16000 LIBS="$ORIG_LIBS"
16005 ac_ext=c
16006 ac_cpp='$CPP $CPPFLAGS'
16007 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16008 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16009 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16012 # Check for strerror_r
16013 mule_backup_CPPFLAGS="$CPPFLAGS"
16014 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600"
16015 ac_fn_c_check_decl "$LINENO" "strerror_r" "ac_cv_have_decl_strerror_r" "$ac_includes_default"
16016 if test "x$ac_cv_have_decl_strerror_r" = x""yes; then :
16017 ac_have_decl=1
16018 else
16019 ac_have_decl=0
16022 cat >>confdefs.h <<_ACEOF
16023 #define HAVE_DECL_STRERROR_R $ac_have_decl
16024 _ACEOF
16026 for ac_func in strerror_r
16027 do :
16028 ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r"
16029 if test "x$ac_cv_func_strerror_r" = x""yes; then :
16030 cat >>confdefs.h <<_ACEOF
16031 #define HAVE_STRERROR_R 1
16032 _ACEOF
16035 done
16037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5
16038 $as_echo_n "checking whether strerror_r returns char *... " >&6; }
16039 if test "${ac_cv_func_strerror_r_char_p+set}" = set; then :
16040 $as_echo_n "(cached) " >&6
16041 else
16043 ac_cv_func_strerror_r_char_p=no
16044 if test $ac_cv_have_decl_strerror_r = yes; then
16045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16046 /* end confdefs.h. */
16047 $ac_includes_default
16049 main ()
16052 char buf[100];
16053 char x = *strerror_r (0, buf, sizeof buf);
16054 char *p = strerror_r (0, buf, sizeof buf);
16055 return !p || x;
16058 return 0;
16060 _ACEOF
16061 if ac_fn_c_try_compile "$LINENO"; then :
16062 ac_cv_func_strerror_r_char_p=yes
16064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16065 else
16066 # strerror_r is not declared. Choose between
16067 # systems that have relatively inaccessible declarations for the
16068 # function. BeOS and DEC UNIX 4.0 fall in this category, but the
16069 # former has a strerror_r that returns char*, while the latter
16070 # has a strerror_r that returns `int'.
16071 # This test should segfault on the DEC system.
16072 if test "$cross_compiling" = yes; then :
16074 else
16075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16076 /* end confdefs.h. */
16077 $ac_includes_default
16078 extern char *strerror_r ();
16080 main ()
16082 char buf[100];
16083 char x = *strerror_r (0, buf, sizeof buf);
16084 return ! isalpha (x);
16086 return 0;
16088 _ACEOF
16089 if ac_fn_c_try_run "$LINENO"; then :
16090 ac_cv_func_strerror_r_char_p=yes
16092 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16093 conftest.$ac_objext conftest.beam conftest.$ac_ext
16099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5
16100 $as_echo "$ac_cv_func_strerror_r_char_p" >&6; }
16101 if test $ac_cv_func_strerror_r_char_p = yes; then
16103 $as_echo "#define STRERROR_R_CHAR_P 1" >>confdefs.h
16107 CPPFLAGS="$mule_backup_CPPFLAGS"
16110 # Other tests
16112 # autoconf >= 2.60 already defines ${docdir}, but we always need it.
16113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for docdir" >&5
16114 $as_echo_n "checking for docdir... " >&6; }
16115 if test -z "$docdir"; then :
16116 docdir="${datadir}/doc/${PACKAGE_NAME}-${PACKAGE_VERSION}"
16118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $docdir" >&5
16119 $as_echo "$docdir" >&6; }
16122 # Try to set the SVN checkout-date
16123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SVNDATE" >&5
16124 $as_echo_n "checking for SVNDATE... " >&6; }
16125 modified=
16126 if test -f "$srcdir/.svn-revision"; then
16127 svndate="rev. `cat $srcdir/.svn-revision`"
16128 elif test -d "$srcdir"/.svn; then
16129 svndate="rev. `svnversion "$srcdir" | ${SED} -e 'h;s/[0-9][0-9]*:\(.*\)/\1/;s/\([0-9][0-9]*\).*/\1/;x;/.*M.*/{x;s/$/+/;b;};x'`"
16130 elif test -d "$srcdir"/.git; then
16132 git_revision=`git --git-dir="$srcdir"/.git log --max-count=1 --pretty='tformat:%h'`
16133 if test -n "`git --git-dir="$srcdir"/.git --work-tree="$srcdir" status --porcelain --untracked-files=no`" ; then
16134 modified="+"
16136 if test -f $srcdir/.git/svn/.metadata ; then
16137 git_sha=`git --git-dir="$srcdir"/.git log --max-count=1 --pretty='tformat:%H'`
16138 svndate=`git --git-dir="$srcdir"/.git rev-list ${git_sha} | while read sha; do
16139 svn_revision=\`git --git-dir="$srcdir"/.git svn find-rev \${sha}\`
16140 if test -n "\${svn_revision}" ; then
16141 if test \${sha} = ${git_sha} ; then
16142 echo "rev. \${svn_revision}${modified}"
16143 else
16144 echo "rev. \${svn_revision}+g${git_revision}${modified}"
16146 break
16148 done`
16149 else
16150 svndate="rev. g${git_revision}${modified}"
16153 elif test -d "$srcdir"/.hg; then
16155 hg_revision=`hg --cwd "$srcdir" identify --id`
16156 hg_revid=${hg_revision%+}
16157 if test ${hg_revision} != ${hg_revid} ; then
16158 modified="+"
16160 if test -f "$srcdir"/.hg/svn/uuid ; then
16161 svndate=`hg --cwd "$srcdir" log --follow --template='r{svnrev} {node|short}\n' | while read svn_revision hg_sha; do
16162 if test \${svn_revision} != r ; then
16163 if test \${hg_sha} = ${hg_revid} ; then
16164 echo "rev. \${svn_revision#r}${modified}"
16165 else
16166 echo "rev. \${svn_revision#r}+h${hg_revision}"
16168 break
16170 done`
16171 else
16172 svndate="rev. h${hg_revision}"
16178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${svndate:-None required}" >&5
16179 $as_echo "${svndate:-None required}" >&6; }
16180 if test -n "$svndate"; then :
16183 cat >>confdefs.h <<_ACEOF
16184 #define SVNDATE "$svndate"
16185 _ACEOF
16187 MULERCFLAGS="$MULERCFLAGS -D__PRERELEASE__"
16190 SVNDATE=$svndate
16195 # Check whether --with-denoise-level was given.
16196 if test "${with_denoise_level+set}" = set; then :
16197 withval=$with_denoise_level;
16201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking denoising level" >&5
16202 $as_echo_n "checking denoising level... " >&6; }
16203 if test ${with_denoise_level:-5} = yes; then :
16204 with_denoise_level=5
16206 if test ${with_denoise_level:-5} = no; then :
16207 with_denoise_level=0
16209 if test ${with_denoise_level:-5} -gt 4; then :
16210 if test "${svndate:+set}" = "set"; then :
16211 with_denoise_level=0
16212 else
16213 with_denoise_level=4
16216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_denoise_level" >&5
16217 $as_echo "$with_denoise_level" >&6; }
16219 ac_config_commands="$ac_config_commands denoiser"
16224 # DO NOT MOVE UP... THERE'S A REASON TO BE HERE!!
16226 # Check whether --enable-ccache was given.
16227 if test "${enable_ccache+set}" = set; then :
16228 enableval=$enable_ccache;
16234 # Check whether --with-ccache-prefix was given.
16235 if test "${with_ccache_prefix+set}" = set; then :
16236 withval=$with_ccache_prefix;
16240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ccache support should be added" >&5
16241 $as_echo_n "checking whether ccache support should be added... " >&6; }
16242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_ccache:-no}" >&5
16243 $as_echo "${enable_ccache:-no}" >&6; }
16245 if test ${enable_ccache:-no} = yes; then :
16247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ccache presence" >&5
16248 $as_echo_n "checking for ccache presence... " >&6; }
16249 if test -z "$with_ccache_prefix"; then :
16251 ccache_full=`which ccache`
16252 with_ccache_prefix=`dirname ${ccache_full}`
16255 if $with_ccache_prefix/ccache -V >/dev/null 2>&1; then :
16257 CC="$with_ccache_prefix/ccache $CC"
16258 CXX="$with_ccache_prefix/ccache $CXX"
16259 BUILD_CC="$with_ccache_prefix/ccache $BUILD_CC"
16261 else
16262 enable_ccache=no
16264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_ccache:-no}" >&5
16265 $as_echo "${enable_ccache:-no}" >&6; }
16272 if test x$SYS = xwin32; then
16273 SYS_WIN32_TRUE=
16274 SYS_WIN32_FALSE='#'
16275 else
16276 SYS_WIN32_TRUE='#'
16277 SYS_WIN32_FALSE=
16280 if test x$SYS = xwin32 -a "$RC" != ":"; then
16281 NEED_RC_TRUE=
16282 NEED_RC_FALSE='#'
16283 else
16284 NEED_RC_TRUE='#'
16285 NEED_RC_FALSE=
16288 if test x$SYS = xdarwin; then
16289 NEED_CORESERVICES_TRUE=
16290 NEED_CORESERVICES_FALSE='#'
16291 else
16292 NEED_CORESERVICES_TRUE='#'
16293 NEED_CORESERVICES_FALSE=
16296 if test x$USE_NLS = xyes; then
16297 COMPILE_NLS_TRUE=
16298 COMPILE_NLS_FALSE='#'
16299 else
16300 COMPILE_NLS_TRUE='#'
16301 COMPILE_NLS_FALSE=
16304 if test x$HAVE_FLEX_EXTENDED = xyes; then
16305 GENERATE_FLEX_HEADER_TRUE=
16306 GENERATE_FLEX_HEADER_FALSE='#'
16307 else
16308 GENERATE_FLEX_HEADER_TRUE='#'
16309 GENERATE_FLEX_HEADER_FALSE=
16312 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_gui:-no} = yes ; then
16313 INSTALL_SKINS_TRUE=
16314 INSTALL_SKINS_FALSE='#'
16315 else
16316 INSTALL_SKINS_TRUE='#'
16317 INSTALL_SKINS_FALSE=
16320 if test ${enable_plasmamule:-no} = yes; then
16321 PLASMAMULE_TRUE=
16322 PLASMAMULE_FALSE='#'
16323 else
16324 PLASMAMULE_TRUE='#'
16325 PLASMAMULE_FALSE=
16329 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_fileview:-no} = yes ; then
16330 COMPILE_LIB_COMMON_TRUE=
16331 COMPILE_LIB_COMMON_FALSE='#'
16332 else
16333 COMPILE_LIB_COMMON_TRUE='#'
16334 COMPILE_LIB_COMMON_FALSE=
16337 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_amule_gui:-no} = yes ; then
16338 COMPILE_LIB_EC_TRUE=
16339 COMPILE_LIB_EC_FALSE='#'
16340 else
16341 COMPILE_LIB_EC_TRUE='#'
16342 COMPILE_LIB_EC_FALSE=
16346 ac_config_files="$ac_config_files Makefile docs/Makefile docs/man/Makefile intl/Makefile po/Makefile.in src/Makefile src/pixmaps/Makefile src/pixmaps/flags_xpm/Makefile src/libs/Makefile src/libs/ec/Makefile src/libs/ec/cpp/Makefile src/libs/common/Makefile src/utils/Makefile src/utils/aLinkCreator/Makefile src/utils/aLinkCreator/docs/Makefile src/utils/aLinkCreator/src/Makefile src/utils/cas/Makefile src/utils/cas/docs/Makefile src/utils/fileview/Makefile src/utils/plasmamule/Makefile src/utils/wxCas/Makefile src/utils/wxCas/docs/Makefile src/utils/wxCas/src/Makefile src/utils/xas/Makefile src/utils/xas/autostart-xas src/utils/xas/docs/Makefile src/skins/Makefile src/webserver/Makefile src/webserver/src/Makefile src/webserver/default/Makefile unittests/Makefile unittests/muleunit/Makefile unittests/tests/Makefile"
16349 if test x$SYS = xwin32; then :
16350 ac_config_files="$ac_config_files version.rc"
16353 cat >confcache <<\_ACEOF
16354 # This file is a shell script that caches the results of configure
16355 # tests run on this system so they can be shared between configure
16356 # scripts and configure runs, see configure's option --config-cache.
16357 # It is not useful on other systems. If it contains results you don't
16358 # want to keep, you may remove or edit it.
16360 # config.status only pays attention to the cache file if you give it
16361 # the --recheck option to rerun configure.
16363 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16364 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16365 # following values.
16367 _ACEOF
16369 # The following way of writing the cache mishandles newlines in values,
16370 # but we know of no workaround that is simple, portable, and efficient.
16371 # So, we kill variables containing newlines.
16372 # Ultrix sh set writes to stderr and can't be redirected directly,
16373 # and sets the high bit in the cache file unless we assign to the vars.
16375 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16376 eval ac_val=\$$ac_var
16377 case $ac_val in #(
16378 *${as_nl}*)
16379 case $ac_var in #(
16380 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16381 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16382 esac
16383 case $ac_var in #(
16384 _ | IFS | as_nl) ;; #(
16385 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16386 *) { eval $ac_var=; unset $ac_var;} ;;
16387 esac ;;
16388 esac
16389 done
16391 (set) 2>&1 |
16392 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16393 *${as_nl}ac_space=\ *)
16394 # `set' does not quote correctly, so add quotes: double-quote
16395 # substitution turns \\\\ into \\, and sed turns \\ into \.
16396 sed -n \
16397 "s/'/'\\\\''/g;
16398 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16399 ;; #(
16401 # `set' quotes correctly as required by POSIX, so do not add quotes.
16402 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16404 esac |
16405 sort
16407 sed '
16408 /^ac_cv_env_/b end
16409 t clear
16410 :clear
16411 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16412 t end
16413 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16414 :end' >>confcache
16415 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16416 if test -w "$cache_file"; then
16417 test "x$cache_file" != "x/dev/null" &&
16418 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16419 $as_echo "$as_me: updating cache $cache_file" >&6;}
16420 cat confcache >$cache_file
16421 else
16422 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16423 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16426 rm -f confcache
16428 test "x$prefix" = xNONE && prefix=$ac_default_prefix
16429 # Let make expand exec_prefix.
16430 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16432 DEFS=-DHAVE_CONFIG_H
16434 ac_libobjs=
16435 ac_ltlibobjs=
16436 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16437 # 1. Remove the extension, and $U if already installed.
16438 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16439 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16440 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16441 # will be set to the directory where LIBOBJS objects are built.
16442 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16443 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
16444 done
16445 LIBOBJS=$ac_libobjs
16447 LTLIBOBJS=$ac_ltlibobjs
16450 if test -n "$EXEEXT"; then
16451 am__EXEEXT_TRUE=
16452 am__EXEEXT_FALSE='#'
16453 else
16454 am__EXEEXT_TRUE='#'
16455 am__EXEEXT_FALSE=
16458 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16459 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16460 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16462 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16463 as_fn_error "conditional \"AMDEP\" was never defined.
16464 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16466 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
16467 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
16468 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16470 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16471 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16472 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16474 if test -z "${MONOLITHIC_TRUE}" && test -z "${MONOLITHIC_FALSE}"; then
16475 as_fn_error "conditional \"MONOLITHIC\" was never defined.
16476 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16478 if test -z "${AMULE_DAEMON_TRUE}" && test -z "${AMULE_DAEMON_FALSE}"; then
16479 as_fn_error "conditional \"AMULE_DAEMON\" was never defined.
16480 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16482 if test -z "${COMPILE_CMD_TRUE}" && test -z "${COMPILE_CMD_FALSE}"; then
16483 as_fn_error "conditional \"COMPILE_CMD\" was never defined.
16484 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16486 if test -z "${WEB_TRUE}" && test -z "${WEB_FALSE}"; then
16487 as_fn_error "conditional \"WEB\" was never defined.
16488 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16490 if test -z "${AMULE_GUI_TRUE}" && test -z "${AMULE_GUI_FALSE}"; then
16491 as_fn_error "conditional \"AMULE_GUI\" was never defined.
16492 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16494 if test -z "${CAS_TRUE}" && test -z "${CAS_FALSE}"; then
16495 as_fn_error "conditional \"CAS\" was never defined.
16496 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16498 if test -z "${WXCAS_TRUE}" && test -z "${WXCAS_FALSE}"; then
16499 as_fn_error "conditional \"WXCAS\" was never defined.
16500 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16502 if test -z "${ED2K_TRUE}" && test -z "${ED2K_FALSE}"; then
16503 as_fn_error "conditional \"ED2K\" was never defined.
16504 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16506 if test -z "${ALC_TRUE}" && test -z "${ALC_FALSE}"; then
16507 as_fn_error "conditional \"ALC\" was never defined.
16508 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16510 if test -z "${ALCC_TRUE}" && test -z "${ALCC_FALSE}"; then
16511 as_fn_error "conditional \"ALCC\" was never defined.
16512 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16514 if test -z "${XAS_TRUE}" && test -z "${XAS_FALSE}"; then
16515 as_fn_error "conditional \"XAS\" was never defined.
16516 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16518 if test -z "${FILEVIEW_TRUE}" && test -z "${FILEVIEW_FALSE}"; then
16519 as_fn_error "conditional \"FILEVIEW\" was never defined.
16520 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16522 if test -z "${SYS_WIN32_TRUE}" && test -z "${SYS_WIN32_FALSE}"; then
16523 as_fn_error "conditional \"SYS_WIN32\" was never defined.
16524 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16526 if test -z "${NEED_RC_TRUE}" && test -z "${NEED_RC_FALSE}"; then
16527 as_fn_error "conditional \"NEED_RC\" was never defined.
16528 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16530 if test -z "${NEED_CORESERVICES_TRUE}" && test -z "${NEED_CORESERVICES_FALSE}"; then
16531 as_fn_error "conditional \"NEED_CORESERVICES\" was never defined.
16532 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16534 if test -z "${COMPILE_NLS_TRUE}" && test -z "${COMPILE_NLS_FALSE}"; then
16535 as_fn_error "conditional \"COMPILE_NLS\" was never defined.
16536 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16538 if test -z "${GENERATE_FLEX_HEADER_TRUE}" && test -z "${GENERATE_FLEX_HEADER_FALSE}"; then
16539 as_fn_error "conditional \"GENERATE_FLEX_HEADER\" was never defined.
16540 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16542 if test -z "${INSTALL_SKINS_TRUE}" && test -z "${INSTALL_SKINS_FALSE}"; then
16543 as_fn_error "conditional \"INSTALL_SKINS\" was never defined.
16544 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16546 if test -z "${PLASMAMULE_TRUE}" && test -z "${PLASMAMULE_FALSE}"; then
16547 as_fn_error "conditional \"PLASMAMULE\" was never defined.
16548 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16550 if test -z "${COMPILE_LIB_COMMON_TRUE}" && test -z "${COMPILE_LIB_COMMON_FALSE}"; then
16551 as_fn_error "conditional \"COMPILE_LIB_COMMON\" was never defined.
16552 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16554 if test -z "${COMPILE_LIB_EC_TRUE}" && test -z "${COMPILE_LIB_EC_FALSE}"; then
16555 as_fn_error "conditional \"COMPILE_LIB_EC\" was never defined.
16556 Usually this means the macro was only invoked conditionally." "$LINENO" 5
16559 : ${CONFIG_STATUS=./config.status}
16560 ac_write_fail=0
16561 ac_clean_files_save=$ac_clean_files
16562 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16563 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16564 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16565 as_write_fail=0
16566 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16567 #! $SHELL
16568 # Generated by $as_me.
16569 # Run this file to recreate the current configuration.
16570 # Compiler output produced by configure, useful for debugging
16571 # configure, is in config.log if it exists.
16573 debug=false
16574 ac_cs_recheck=false
16575 ac_cs_silent=false
16577 SHELL=\${CONFIG_SHELL-$SHELL}
16578 export SHELL
16579 _ASEOF
16580 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16581 ## -------------------- ##
16582 ## M4sh Initialization. ##
16583 ## -------------------- ##
16585 # Be more Bourne compatible
16586 DUALCASE=1; export DUALCASE # for MKS sh
16587 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16588 emulate sh
16589 NULLCMD=:
16590 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16591 # is contrary to our usage. Disable this feature.
16592 alias -g '${1+"$@"}'='"$@"'
16593 setopt NO_GLOB_SUBST
16594 else
16595 case `(set -o) 2>/dev/null` in #(
16596 *posix*) :
16597 set -o posix ;; #(
16598 *) :
16600 esac
16604 as_nl='
16606 export as_nl
16607 # Printing a long string crashes Solaris 7 /usr/bin/printf.
16608 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16609 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16610 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16611 # Prefer a ksh shell builtin over an external printf program on Solaris,
16612 # but without wasting forks for bash or zsh.
16613 if test -z "$BASH_VERSION$ZSH_VERSION" \
16614 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16615 as_echo='print -r --'
16616 as_echo_n='print -rn --'
16617 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16618 as_echo='printf %s\n'
16619 as_echo_n='printf %s'
16620 else
16621 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16622 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16623 as_echo_n='/usr/ucb/echo -n'
16624 else
16625 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16626 as_echo_n_body='eval
16627 arg=$1;
16628 case $arg in #(
16629 *"$as_nl"*)
16630 expr "X$arg" : "X\\(.*\\)$as_nl";
16631 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16632 esac;
16633 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16635 export as_echo_n_body
16636 as_echo_n='sh -c $as_echo_n_body as_echo'
16638 export as_echo_body
16639 as_echo='sh -c $as_echo_body as_echo'
16642 # The user is always right.
16643 if test "${PATH_SEPARATOR+set}" != set; then
16644 PATH_SEPARATOR=:
16645 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16646 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16647 PATH_SEPARATOR=';'
16652 # IFS
16653 # We need space, tab and new line, in precisely that order. Quoting is
16654 # there to prevent editors from complaining about space-tab.
16655 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16656 # splitting by setting IFS to empty value.)
16657 IFS=" "" $as_nl"
16659 # Find who we are. Look in the path if we contain no directory separator.
16660 case $0 in #((
16661 *[\\/]* ) as_myself=$0 ;;
16662 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16663 for as_dir in $PATH
16665 IFS=$as_save_IFS
16666 test -z "$as_dir" && as_dir=.
16667 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16668 done
16669 IFS=$as_save_IFS
16672 esac
16673 # We did not find ourselves, most probably we were run as `sh COMMAND'
16674 # in which case we are not to be found in the path.
16675 if test "x$as_myself" = x; then
16676 as_myself=$0
16678 if test ! -f "$as_myself"; then
16679 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16680 exit 1
16683 # Unset variables that we do not need and which cause bugs (e.g. in
16684 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16685 # suppresses any "Segmentation fault" message there. '((' could
16686 # trigger a bug in pdksh 5.2.14.
16687 for as_var in BASH_ENV ENV MAIL MAILPATH
16688 do eval test x\${$as_var+set} = xset \
16689 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16690 done
16691 PS1='$ '
16692 PS2='> '
16693 PS4='+ '
16695 # NLS nuisances.
16696 LC_ALL=C
16697 export LC_ALL
16698 LANGUAGE=C
16699 export LANGUAGE
16701 # CDPATH.
16702 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16705 # as_fn_error ERROR [LINENO LOG_FD]
16706 # ---------------------------------
16707 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16708 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16709 # script with status $?, using 1 if that was 0.
16710 as_fn_error ()
16712 as_status=$?; test $as_status -eq 0 && as_status=1
16713 if test "$3"; then
16714 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16715 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
16717 $as_echo "$as_me: error: $1" >&2
16718 as_fn_exit $as_status
16719 } # as_fn_error
16722 # as_fn_set_status STATUS
16723 # -----------------------
16724 # Set $? to STATUS, without forking.
16725 as_fn_set_status ()
16727 return $1
16728 } # as_fn_set_status
16730 # as_fn_exit STATUS
16731 # -----------------
16732 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16733 as_fn_exit ()
16735 set +e
16736 as_fn_set_status $1
16737 exit $1
16738 } # as_fn_exit
16740 # as_fn_unset VAR
16741 # ---------------
16742 # Portably unset VAR.
16743 as_fn_unset ()
16745 { eval $1=; unset $1;}
16747 as_unset=as_fn_unset
16748 # as_fn_append VAR VALUE
16749 # ----------------------
16750 # Append the text in VALUE to the end of the definition contained in VAR. Take
16751 # advantage of any shell optimizations that allow amortized linear growth over
16752 # repeated appends, instead of the typical quadratic growth present in naive
16753 # implementations.
16754 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16755 eval 'as_fn_append ()
16757 eval $1+=\$2
16759 else
16760 as_fn_append ()
16762 eval $1=\$$1\$2
16764 fi # as_fn_append
16766 # as_fn_arith ARG...
16767 # ------------------
16768 # Perform arithmetic evaluation on the ARGs, and store the result in the
16769 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16770 # must be portable across $(()) and expr.
16771 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16772 eval 'as_fn_arith ()
16774 as_val=$(( $* ))
16776 else
16777 as_fn_arith ()
16779 as_val=`expr "$@" || test $? -eq 1`
16781 fi # as_fn_arith
16784 if expr a : '\(a\)' >/dev/null 2>&1 &&
16785 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16786 as_expr=expr
16787 else
16788 as_expr=false
16791 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16792 as_basename=basename
16793 else
16794 as_basename=false
16797 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16798 as_dirname=dirname
16799 else
16800 as_dirname=false
16803 as_me=`$as_basename -- "$0" ||
16804 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16805 X"$0" : 'X\(//\)$' \| \
16806 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16807 $as_echo X/"$0" |
16808 sed '/^.*\/\([^/][^/]*\)\/*$/{
16809 s//\1/
16812 /^X\/\(\/\/\)$/{
16813 s//\1/
16816 /^X\/\(\/\).*/{
16817 s//\1/
16820 s/.*/./; q'`
16822 # Avoid depending upon Character Ranges.
16823 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16824 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16825 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16826 as_cr_digits='0123456789'
16827 as_cr_alnum=$as_cr_Letters$as_cr_digits
16829 ECHO_C= ECHO_N= ECHO_T=
16830 case `echo -n x` in #(((((
16831 -n*)
16832 case `echo 'xy\c'` in
16833 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16834 xy) ECHO_C='\c';;
16835 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16836 ECHO_T=' ';;
16837 esac;;
16839 ECHO_N='-n';;
16840 esac
16842 rm -f conf$$ conf$$.exe conf$$.file
16843 if test -d conf$$.dir; then
16844 rm -f conf$$.dir/conf$$.file
16845 else
16846 rm -f conf$$.dir
16847 mkdir conf$$.dir 2>/dev/null
16849 if (echo >conf$$.file) 2>/dev/null; then
16850 if ln -s conf$$.file conf$$ 2>/dev/null; then
16851 as_ln_s='ln -s'
16852 # ... but there are two gotchas:
16853 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16854 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16855 # In both cases, we have to default to `cp -p'.
16856 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16857 as_ln_s='cp -p'
16858 elif ln conf$$.file conf$$ 2>/dev/null; then
16859 as_ln_s=ln
16860 else
16861 as_ln_s='cp -p'
16863 else
16864 as_ln_s='cp -p'
16866 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16867 rmdir conf$$.dir 2>/dev/null
16870 # as_fn_mkdir_p
16871 # -------------
16872 # Create "$as_dir" as a directory, including parents if necessary.
16873 as_fn_mkdir_p ()
16876 case $as_dir in #(
16877 -*) as_dir=./$as_dir;;
16878 esac
16879 test -d "$as_dir" || eval $as_mkdir_p || {
16880 as_dirs=
16881 while :; do
16882 case $as_dir in #(
16883 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16884 *) as_qdir=$as_dir;;
16885 esac
16886 as_dirs="'$as_qdir' $as_dirs"
16887 as_dir=`$as_dirname -- "$as_dir" ||
16888 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16889 X"$as_dir" : 'X\(//\)[^/]' \| \
16890 X"$as_dir" : 'X\(//\)$' \| \
16891 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16892 $as_echo X"$as_dir" |
16893 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16894 s//\1/
16897 /^X\(\/\/\)[^/].*/{
16898 s//\1/
16901 /^X\(\/\/\)$/{
16902 s//\1/
16905 /^X\(\/\).*/{
16906 s//\1/
16909 s/.*/./; q'`
16910 test -d "$as_dir" && break
16911 done
16912 test -z "$as_dirs" || eval "mkdir $as_dirs"
16913 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16916 } # as_fn_mkdir_p
16917 if mkdir -p . 2>/dev/null; then
16918 as_mkdir_p='mkdir -p "$as_dir"'
16919 else
16920 test -d ./-p && rmdir ./-p
16921 as_mkdir_p=false
16924 if test -x / >/dev/null 2>&1; then
16925 as_test_x='test -x'
16926 else
16927 if ls -dL / >/dev/null 2>&1; then
16928 as_ls_L_option=L
16929 else
16930 as_ls_L_option=
16932 as_test_x='
16933 eval sh -c '\''
16934 if test -d "$1"; then
16935 test -d "$1/.";
16936 else
16937 case $1 in #(
16938 -*)set "./$1";;
16939 esac;
16940 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16941 ???[sx]*):;;*)false;;esac;fi
16942 '\'' sh
16945 as_executable_p=$as_test_x
16947 # Sed expression to map a string onto a valid CPP name.
16948 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16950 # Sed expression to map a string onto a valid variable name.
16951 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16954 exec 6>&1
16955 ## ----------------------------------- ##
16956 ## Main body of $CONFIG_STATUS script. ##
16957 ## ----------------------------------- ##
16958 _ASEOF
16959 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16961 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16962 # Save the log message, to keep $0 and so on meaningful, and to
16963 # report actual input values of CONFIG_FILES etc. instead of their
16964 # values after options handling.
16965 ac_log="
16966 This file was extended by aMule $as_me SVN, which was
16967 generated by GNU Autoconf 2.65. Invocation command line was
16969 CONFIG_FILES = $CONFIG_FILES
16970 CONFIG_HEADERS = $CONFIG_HEADERS
16971 CONFIG_LINKS = $CONFIG_LINKS
16972 CONFIG_COMMANDS = $CONFIG_COMMANDS
16973 $ $0 $@
16975 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16978 _ACEOF
16980 case $ac_config_files in *"
16981 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16982 esac
16984 case $ac_config_headers in *"
16985 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16986 esac
16989 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16990 # Files that config.status was made for.
16991 config_files="$ac_config_files"
16992 config_headers="$ac_config_headers"
16993 config_commands="$ac_config_commands"
16995 _ACEOF
16997 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16998 ac_cs_usage="\
16999 \`$as_me' instantiates files and other configuration actions
17000 from templates according to the current configuration. Unless the files
17001 and actions are specified as TAGs, all are instantiated by default.
17003 Usage: $0 [OPTION]... [TAG]...
17005 -h, --help print this help, then exit
17006 -V, --version print version number and configuration settings, then exit
17007 --config print configuration, then exit
17008 -q, --quiet, --silent
17009 do not print progress messages
17010 -d, --debug don't remove temporary files
17011 --recheck update $as_me by reconfiguring in the same conditions
17012 --file=FILE[:TEMPLATE]
17013 instantiate the configuration file FILE
17014 --header=FILE[:TEMPLATE]
17015 instantiate the configuration header FILE
17017 Configuration files:
17018 $config_files
17020 Configuration headers:
17021 $config_headers
17023 Configuration commands:
17024 $config_commands
17026 Report bugs to <admin@amule.org>."
17028 _ACEOF
17029 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17030 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17031 ac_cs_version="\\
17032 aMule config.status SVN
17033 configured by $0, generated by GNU Autoconf 2.65,
17034 with options \\"\$ac_cs_config\\"
17036 Copyright (C) 2009 Free Software Foundation, Inc.
17037 This config.status script is free software; the Free Software Foundation
17038 gives unlimited permission to copy, distribute and modify it."
17040 ac_pwd='$ac_pwd'
17041 srcdir='$srcdir'
17042 INSTALL='$INSTALL'
17043 MKDIR_P='$MKDIR_P'
17044 AWK='$AWK'
17045 test -n "\$AWK" || AWK=awk
17046 _ACEOF
17048 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17049 # The default lists apply if the user does not specify any file.
17050 ac_need_defaults=:
17051 while test $# != 0
17053 case $1 in
17054 --*=*)
17055 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17056 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
17057 ac_shift=:
17060 ac_option=$1
17061 ac_optarg=$2
17062 ac_shift=shift
17064 esac
17066 case $ac_option in
17067 # Handling of the options.
17068 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17069 ac_cs_recheck=: ;;
17070 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17071 $as_echo "$ac_cs_version"; exit ;;
17072 --config | --confi | --conf | --con | --co | --c )
17073 $as_echo "$ac_cs_config"; exit ;;
17074 --debug | --debu | --deb | --de | --d | -d )
17075 debug=: ;;
17076 --file | --fil | --fi | --f )
17077 $ac_shift
17078 case $ac_optarg in
17079 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17080 esac
17081 as_fn_append CONFIG_FILES " '$ac_optarg'"
17082 ac_need_defaults=false;;
17083 --header | --heade | --head | --hea )
17084 $ac_shift
17085 case $ac_optarg in
17086 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17087 esac
17088 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
17089 ac_need_defaults=false;;
17090 --he | --h)
17091 # Conflict between --help and --header
17092 as_fn_error "ambiguous option: \`$1'
17093 Try \`$0 --help' for more information.";;
17094 --help | --hel | -h )
17095 $as_echo "$ac_cs_usage"; exit ;;
17096 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17097 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17098 ac_cs_silent=: ;;
17100 # This is an error.
17101 -*) as_fn_error "unrecognized option: \`$1'
17102 Try \`$0 --help' for more information." ;;
17104 *) as_fn_append ac_config_targets " $1"
17105 ac_need_defaults=false ;;
17107 esac
17108 shift
17109 done
17111 ac_configure_extra_args=
17113 if $ac_cs_silent; then
17114 exec 6>/dev/null
17115 ac_configure_extra_args="$ac_configure_extra_args --silent"
17118 _ACEOF
17119 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17120 if \$ac_cs_recheck; then
17121 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17122 shift
17123 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17124 CONFIG_SHELL='$SHELL'
17125 export CONFIG_SHELL
17126 exec "\$@"
17129 _ACEOF
17130 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17131 exec 5>>config.log
17133 echo
17134 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17135 ## Running $as_me. ##
17136 _ASBOX
17137 $as_echo "$ac_log"
17138 } >&5
17140 _ACEOF
17141 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17143 # INIT-COMMANDS
17145 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17146 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
17147 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
17148 # from automake.
17149 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
17150 # Capture the value of LINGUAS because we need it to compute CATALOGS.
17151 LINGUAS="${LINGUAS-%UNSET%}"
17153 denoiserlevel=$with_denoise_level
17155 _ACEOF
17157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17159 # Handling of arguments.
17160 for ac_config_target in $ac_config_targets
17162 case $ac_config_target in
17163 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
17164 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17165 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17166 "denoiser") CONFIG_COMMANDS="$CONFIG_COMMANDS denoiser" ;;
17167 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17168 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
17169 "docs/man/Makefile") CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;;
17170 "intl/Makefile") CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
17171 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
17172 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
17173 "src/pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES src/pixmaps/Makefile" ;;
17174 "src/pixmaps/flags_xpm/Makefile") CONFIG_FILES="$CONFIG_FILES src/pixmaps/flags_xpm/Makefile" ;;
17175 "src/libs/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/Makefile" ;;
17176 "src/libs/ec/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/ec/Makefile" ;;
17177 "src/libs/ec/cpp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/ec/cpp/Makefile" ;;
17178 "src/libs/common/Makefile") CONFIG_FILES="$CONFIG_FILES src/libs/common/Makefile" ;;
17179 "src/utils/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/Makefile" ;;
17180 "src/utils/aLinkCreator/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/aLinkCreator/Makefile" ;;
17181 "src/utils/aLinkCreator/docs/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/aLinkCreator/docs/Makefile" ;;
17182 "src/utils/aLinkCreator/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/aLinkCreator/src/Makefile" ;;
17183 "src/utils/cas/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/cas/Makefile" ;;
17184 "src/utils/cas/docs/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/cas/docs/Makefile" ;;
17185 "src/utils/fileview/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/fileview/Makefile" ;;
17186 "src/utils/plasmamule/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/plasmamule/Makefile" ;;
17187 "src/utils/wxCas/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/wxCas/Makefile" ;;
17188 "src/utils/wxCas/docs/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/wxCas/docs/Makefile" ;;
17189 "src/utils/wxCas/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/wxCas/src/Makefile" ;;
17190 "src/utils/xas/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/xas/Makefile" ;;
17191 "src/utils/xas/autostart-xas") CONFIG_FILES="$CONFIG_FILES src/utils/xas/autostart-xas" ;;
17192 "src/utils/xas/docs/Makefile") CONFIG_FILES="$CONFIG_FILES src/utils/xas/docs/Makefile" ;;
17193 "src/skins/Makefile") CONFIG_FILES="$CONFIG_FILES src/skins/Makefile" ;;
17194 "src/webserver/Makefile") CONFIG_FILES="$CONFIG_FILES src/webserver/Makefile" ;;
17195 "src/webserver/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/webserver/src/Makefile" ;;
17196 "src/webserver/default/Makefile") CONFIG_FILES="$CONFIG_FILES src/webserver/default/Makefile" ;;
17197 "unittests/Makefile") CONFIG_FILES="$CONFIG_FILES unittests/Makefile" ;;
17198 "unittests/muleunit/Makefile") CONFIG_FILES="$CONFIG_FILES unittests/muleunit/Makefile" ;;
17199 "unittests/tests/Makefile") CONFIG_FILES="$CONFIG_FILES unittests/tests/Makefile" ;;
17200 "version.rc") CONFIG_FILES="$CONFIG_FILES version.rc" ;;
17202 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
17203 esac
17204 done
17207 # If the user did not use the arguments to specify the items to instantiate,
17208 # then the envvar interface is used. Set only those that are not.
17209 # We use the long form for the default assignment because of an extremely
17210 # bizarre bug on SunOS 4.1.3.
17211 if $ac_need_defaults; then
17212 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17213 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17214 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17217 # Have a temporary directory for convenience. Make it in the build tree
17218 # simply because there is no reason against having it here, and in addition,
17219 # creating and moving files from /tmp can sometimes cause problems.
17220 # Hook for its removal unless debugging.
17221 # Note that there is a small window in which the directory will not be cleaned:
17222 # after its creation but before its name has been assigned to `$tmp'.
17223 $debug ||
17225 tmp=
17226 trap 'exit_status=$?
17227 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17229 trap 'as_fn_exit 1' 1 2 13 15
17231 # Create a (secure) tmp directory for tmp files.
17234 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
17235 test -n "$tmp" && test -d "$tmp"
17236 } ||
17238 tmp=./conf$$-$RANDOM
17239 (umask 077 && mkdir "$tmp")
17240 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17242 # Set up the scripts for CONFIG_FILES section.
17243 # No need to generate them if there are no CONFIG_FILES.
17244 # This happens for instance with `./config.status config.h'.
17245 if test -n "$CONFIG_FILES"; then
17248 ac_cr=`echo X | tr X '\015'`
17249 # On cygwin, bash can eat \r inside `` if the user requested igncr.
17250 # But we know of no other shell where ac_cr would be empty at this
17251 # point, so we can use a bashism as a fallback.
17252 if test "x$ac_cr" = x; then
17253 eval ac_cr=\$\'\\r\'
17255 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17256 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17257 ac_cs_awk_cr='\r'
17258 else
17259 ac_cs_awk_cr=$ac_cr
17262 echo 'BEGIN {' >"$tmp/subs1.awk" &&
17263 _ACEOF
17267 echo "cat >conf$$subs.awk <<_ACEOF" &&
17268 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17269 echo "_ACEOF"
17270 } >conf$$subs.sh ||
17271 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17272 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17273 ac_delim='%!_!# '
17274 for ac_last_try in false false false false false :; do
17275 . ./conf$$subs.sh ||
17276 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17278 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17279 if test $ac_delim_n = $ac_delim_num; then
17280 break
17281 elif $ac_last_try; then
17282 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17283 else
17284 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17286 done
17287 rm -f conf$$subs.sh
17289 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17290 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17291 _ACEOF
17292 sed -n '
17294 s/^/S["/; s/!.*/"]=/
17297 s/^[^!]*!//
17298 :repl
17299 t repl
17300 s/'"$ac_delim"'$//
17301 t delim
17304 s/\(.\{148\}\)..*/\1/
17305 t more1
17306 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17309 b repl
17310 :more1
17311 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17314 s/.\{148\}//
17315 t nl
17316 :delim
17318 s/\(.\{148\}\)..*/\1/
17319 t more2
17320 s/["\\]/\\&/g; s/^/"/; s/$/"/
17323 :more2
17324 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17327 s/.\{148\}//
17328 t delim
17329 ' <conf$$subs.awk | sed '
17330 /^[^""]/{
17332 s/\n//
17334 ' >>$CONFIG_STATUS || ac_write_fail=1
17335 rm -f conf$$subs.awk
17336 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17337 _ACAWK
17338 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17339 for (key in S) S_is_set[key] = 1
17340 FS = "\a"
17344 line = $ 0
17345 nfields = split(line, field, "@")
17346 substed = 0
17347 len = length(field[1])
17348 for (i = 2; i < nfields; i++) {
17349 key = field[i]
17350 keylen = length(key)
17351 if (S_is_set[key]) {
17352 value = S[key]
17353 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17354 len += length(value) + length(field[++i])
17355 substed = 1
17356 } else
17357 len += 1 + keylen
17360 print line
17363 _ACAWK
17364 _ACEOF
17365 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17366 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17367 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17368 else
17370 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17371 || as_fn_error "could not setup config files machinery" "$LINENO" 5
17372 _ACEOF
17374 # VPATH may cause trouble with some makes, so we remove $(srcdir),
17375 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17376 # trailing colons and then remove the whole line if VPATH becomes empty
17377 # (actually we leave an empty line to preserve line numbers).
17378 if test "x$srcdir" = x.; then
17379 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17380 s/:*\$(srcdir):*/:/
17381 s/:*\${srcdir}:*/:/
17382 s/:*@srcdir@:*/:/
17383 s/^\([^=]*=[ ]*\):*/\1/
17384 s/:*$//
17385 s/^[^=]*=[ ]*$//
17389 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17390 fi # test -n "$CONFIG_FILES"
17392 # Set up the scripts for CONFIG_HEADERS section.
17393 # No need to generate them if there are no CONFIG_HEADERS.
17394 # This happens for instance with `./config.status Makefile'.
17395 if test -n "$CONFIG_HEADERS"; then
17396 cat >"$tmp/defines.awk" <<\_ACAWK ||
17397 BEGIN {
17398 _ACEOF
17400 # Transform confdefs.h into an awk script `defines.awk', embedded as
17401 # here-document in config.status, that substitutes the proper values into
17402 # config.h.in to produce config.h.
17404 # Create a delimiter string that does not exist in confdefs.h, to ease
17405 # handling of long lines.
17406 ac_delim='%!_!# '
17407 for ac_last_try in false false :; do
17408 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17409 if test -z "$ac_t"; then
17410 break
17411 elif $ac_last_try; then
17412 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17413 else
17414 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17416 done
17418 # For the awk script, D is an array of macro values keyed by name,
17419 # likewise P contains macro parameters if any. Preserve backslash
17420 # newline sequences.
17422 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17423 sed -n '
17424 s/.\{148\}/&'"$ac_delim"'/g
17425 t rset
17426 :rset
17427 s/^[ ]*#[ ]*define[ ][ ]*/ /
17428 t def
17430 :def
17431 s/\\$//
17432 t bsnl
17433 s/["\\]/\\&/g
17434 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17435 D["\1"]=" \3"/p
17436 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17438 :bsnl
17439 s/["\\]/\\&/g
17440 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17441 D["\1"]=" \3\\\\\\n"\\/p
17442 t cont
17443 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17444 t cont
17446 :cont
17448 s/.\{148\}/&'"$ac_delim"'/g
17449 t clear
17450 :clear
17451 s/\\$//
17452 t bsnlc
17453 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17455 :bsnlc
17456 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17457 b cont
17458 ' <confdefs.h | sed '
17459 s/'"$ac_delim"'/"\\\
17460 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17462 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17463 for (key in D) D_is_set[key] = 1
17464 FS = "\a"
17466 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17467 line = \$ 0
17468 split(line, arg, " ")
17469 if (arg[1] == "#") {
17470 defundef = arg[2]
17471 mac1 = arg[3]
17472 } else {
17473 defundef = substr(arg[1], 2)
17474 mac1 = arg[2]
17476 split(mac1, mac2, "(") #)
17477 macro = mac2[1]
17478 prefix = substr(line, 1, index(line, defundef) - 1)
17479 if (D_is_set[macro]) {
17480 # Preserve the white space surrounding the "#".
17481 print prefix "define", macro P[macro] D[macro]
17482 next
17483 } else {
17484 # Replace #undef with comments. This is necessary, for example,
17485 # in the case of _POSIX_SOURCE, which is predefined and required
17486 # on some systems where configure will not decide to define it.
17487 if (defundef == "undef") {
17488 print "/*", prefix defundef, macro, "*/"
17489 next
17493 { print }
17494 _ACAWK
17495 _ACEOF
17496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17497 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17498 fi # test -n "$CONFIG_HEADERS"
17501 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17502 shift
17503 for ac_tag
17505 case $ac_tag in
17506 :[FHLC]) ac_mode=$ac_tag; continue;;
17507 esac
17508 case $ac_mode$ac_tag in
17509 :[FHL]*:*);;
17510 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17511 :[FH]-) ac_tag=-:-;;
17512 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17513 esac
17514 ac_save_IFS=$IFS
17515 IFS=:
17516 set x $ac_tag
17517 IFS=$ac_save_IFS
17518 shift
17519 ac_file=$1
17520 shift
17522 case $ac_mode in
17523 :L) ac_source=$1;;
17524 :[FH])
17525 ac_file_inputs=
17526 for ac_f
17528 case $ac_f in
17529 -) ac_f="$tmp/stdin";;
17530 *) # Look for the file first in the build tree, then in the source tree
17531 # (if the path is not absolute). The absolute path cannot be DOS-style,
17532 # because $ac_f cannot contain `:'.
17533 test -f "$ac_f" ||
17534 case $ac_f in
17535 [\\/$]*) false;;
17536 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17537 esac ||
17538 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17539 esac
17540 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17541 as_fn_append ac_file_inputs " '$ac_f'"
17542 done
17544 # Let's still pretend it is `configure' which instantiates (i.e., don't
17545 # use $as_me), people would be surprised to read:
17546 # /* config.h. Generated by config.status. */
17547 configure_input='Generated from '`
17548 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17549 `' by configure.'
17550 if test x"$ac_file" != x-; then
17551 configure_input="$ac_file. $configure_input"
17552 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17553 $as_echo "$as_me: creating $ac_file" >&6;}
17555 # Neutralize special characters interpreted by sed in replacement strings.
17556 case $configure_input in #(
17557 *\&* | *\|* | *\\* )
17558 ac_sed_conf_input=`$as_echo "$configure_input" |
17559 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17560 *) ac_sed_conf_input=$configure_input;;
17561 esac
17563 case $ac_tag in
17564 *:-:* | *:-) cat >"$tmp/stdin" \
17565 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17566 esac
17568 esac
17570 ac_dir=`$as_dirname -- "$ac_file" ||
17571 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17572 X"$ac_file" : 'X\(//\)[^/]' \| \
17573 X"$ac_file" : 'X\(//\)$' \| \
17574 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17575 $as_echo X"$ac_file" |
17576 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17577 s//\1/
17580 /^X\(\/\/\)[^/].*/{
17581 s//\1/
17584 /^X\(\/\/\)$/{
17585 s//\1/
17588 /^X\(\/\).*/{
17589 s//\1/
17592 s/.*/./; q'`
17593 as_dir="$ac_dir"; as_fn_mkdir_p
17594 ac_builddir=.
17596 case "$ac_dir" in
17597 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17599 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17600 # A ".." for each directory in $ac_dir_suffix.
17601 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17602 case $ac_top_builddir_sub in
17603 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17604 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17605 esac ;;
17606 esac
17607 ac_abs_top_builddir=$ac_pwd
17608 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17609 # for backward compatibility:
17610 ac_top_builddir=$ac_top_build_prefix
17612 case $srcdir in
17613 .) # We are building in place.
17614 ac_srcdir=.
17615 ac_top_srcdir=$ac_top_builddir_sub
17616 ac_abs_top_srcdir=$ac_pwd ;;
17617 [\\/]* | ?:[\\/]* ) # Absolute name.
17618 ac_srcdir=$srcdir$ac_dir_suffix;
17619 ac_top_srcdir=$srcdir
17620 ac_abs_top_srcdir=$srcdir ;;
17621 *) # Relative name.
17622 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17623 ac_top_srcdir=$ac_top_build_prefix$srcdir
17624 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17625 esac
17626 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17629 case $ac_mode in
17632 # CONFIG_FILE
17635 case $INSTALL in
17636 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17637 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17638 esac
17639 ac_MKDIR_P=$MKDIR_P
17640 case $MKDIR_P in
17641 [\\/$]* | ?:[\\/]* ) ;;
17642 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17643 esac
17644 _ACEOF
17646 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17647 # If the template does not know about datarootdir, expand it.
17648 # FIXME: This hack should be removed a few years after 2.60.
17649 ac_datarootdir_hack=; ac_datarootdir_seen=
17650 ac_sed_dataroot='
17651 /datarootdir/ {
17655 /@datadir@/p
17656 /@docdir@/p
17657 /@infodir@/p
17658 /@localedir@/p
17659 /@mandir@/p'
17660 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17661 *datarootdir*) ac_datarootdir_seen=yes;;
17662 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17664 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17665 _ACEOF
17666 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17667 ac_datarootdir_hack='
17668 s&@datadir@&$datadir&g
17669 s&@docdir@&$docdir&g
17670 s&@infodir@&$infodir&g
17671 s&@localedir@&$localedir&g
17672 s&@mandir@&$mandir&g
17673 s&\\\${datarootdir}&$datarootdir&g' ;;
17674 esac
17675 _ACEOF
17677 # Neutralize VPATH when `$srcdir' = `.'.
17678 # Shell code in configure.ac might set extrasub.
17679 # FIXME: do we really want to maintain this feature?
17680 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17681 ac_sed_extra="$ac_vpsub
17682 $extrasub
17683 _ACEOF
17684 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17686 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17687 s|@configure_input@|$ac_sed_conf_input|;t t
17688 s&@top_builddir@&$ac_top_builddir_sub&;t t
17689 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17690 s&@srcdir@&$ac_srcdir&;t t
17691 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17692 s&@top_srcdir@&$ac_top_srcdir&;t t
17693 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17694 s&@builddir@&$ac_builddir&;t t
17695 s&@abs_builddir@&$ac_abs_builddir&;t t
17696 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17697 s&@INSTALL@&$ac_INSTALL&;t t
17698 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17699 $ac_datarootdir_hack
17701 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17702 || as_fn_error "could not create $ac_file" "$LINENO" 5
17704 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17705 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17706 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17708 which seems to be undefined. Please make sure it is defined." >&5
17709 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17710 which seems to be undefined. Please make sure it is defined." >&2;}
17712 rm -f "$tmp/stdin"
17713 case $ac_file in
17714 -) cat "$tmp/out" && rm -f "$tmp/out";;
17715 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17716 esac \
17717 || as_fn_error "could not create $ac_file" "$LINENO" 5
17721 # CONFIG_HEADER
17723 if test x"$ac_file" != x-; then
17725 $as_echo "/* $configure_input */" \
17726 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17727 } >"$tmp/config.h" \
17728 || as_fn_error "could not create $ac_file" "$LINENO" 5
17729 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17730 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17731 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17732 else
17733 rm -f "$ac_file"
17734 mv "$tmp/config.h" "$ac_file" \
17735 || as_fn_error "could not create $ac_file" "$LINENO" 5
17737 else
17738 $as_echo "/* $configure_input */" \
17739 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17740 || as_fn_error "could not create -" "$LINENO" 5
17742 # Compute "$ac_file"'s index in $config_headers.
17743 _am_arg="$ac_file"
17744 _am_stamp_count=1
17745 for _am_header in $config_headers :; do
17746 case $_am_header in
17747 $_am_arg | $_am_arg:* )
17748 break ;;
17750 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17751 esac
17752 done
17753 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17754 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17755 X"$_am_arg" : 'X\(//\)[^/]' \| \
17756 X"$_am_arg" : 'X\(//\)$' \| \
17757 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17758 $as_echo X"$_am_arg" |
17759 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17760 s//\1/
17763 /^X\(\/\/\)[^/].*/{
17764 s//\1/
17767 /^X\(\/\/\)$/{
17768 s//\1/
17771 /^X\(\/\).*/{
17772 s//\1/
17775 s/.*/./; q'`/stamp-h$_am_stamp_count
17778 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17779 $as_echo "$as_me: executing $ac_file commands" >&6;}
17781 esac
17784 case $ac_file$ac_mode in
17785 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17786 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17787 # are listed without --file. Let's play safe and only enable the eval
17788 # if we detect the quoting.
17789 case $CONFIG_FILES in
17790 *\'*) eval set x "$CONFIG_FILES" ;;
17791 *) set x $CONFIG_FILES ;;
17792 esac
17793 shift
17794 for mf
17796 # Strip MF so we end up with the name of the file.
17797 mf=`echo "$mf" | sed -e 's/:.*$//'`
17798 # Check whether this is an Automake generated Makefile or not.
17799 # We used to match only the files named `Makefile.in', but
17800 # some people rename them; so instead we look at the file content.
17801 # Grep'ing the first line is not enough: some people post-process
17802 # each Makefile.in and add a new line on top of each file to say so.
17803 # Grep'ing the whole file is not good either: AIX grep has a line
17804 # limit of 2048, but all sed's we know have understand at least 4000.
17805 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17806 dirpart=`$as_dirname -- "$mf" ||
17807 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17808 X"$mf" : 'X\(//\)[^/]' \| \
17809 X"$mf" : 'X\(//\)$' \| \
17810 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17811 $as_echo X"$mf" |
17812 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17813 s//\1/
17816 /^X\(\/\/\)[^/].*/{
17817 s//\1/
17820 /^X\(\/\/\)$/{
17821 s//\1/
17824 /^X\(\/\).*/{
17825 s//\1/
17828 s/.*/./; q'`
17829 else
17830 continue
17832 # Extract the definition of DEPDIR, am__include, and am__quote
17833 # from the Makefile without running `make'.
17834 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17835 test -z "$DEPDIR" && continue
17836 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17837 test -z "am__include" && continue
17838 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17839 # When using ansi2knr, U may be empty or an underscore; expand it
17840 U=`sed -n 's/^U = //p' < "$mf"`
17841 # Find all dependency output files, they are included files with
17842 # $(DEPDIR) in their names. We invoke sed twice because it is the
17843 # simplest approach to changing $(DEPDIR) to its actual value in the
17844 # expansion.
17845 for file in `sed -n "
17846 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17847 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17848 # Make sure the directory exists.
17849 test -f "$dirpart/$file" && continue
17850 fdir=`$as_dirname -- "$file" ||
17851 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17852 X"$file" : 'X\(//\)[^/]' \| \
17853 X"$file" : 'X\(//\)$' \| \
17854 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17855 $as_echo X"$file" |
17856 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17857 s//\1/
17860 /^X\(\/\/\)[^/].*/{
17861 s//\1/
17864 /^X\(\/\/\)$/{
17865 s//\1/
17868 /^X\(\/\).*/{
17869 s//\1/
17872 s/.*/./; q'`
17873 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17874 # echo "creating $dirpart/$file"
17875 echo '# dummy' > "$dirpart/$file"
17876 done
17877 done
17880 "default-1":C)
17881 for ac_file in $CONFIG_FILES; do
17882 # Support "outfile[:infile[:infile...]]"
17883 case "$ac_file" in
17884 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17885 esac
17886 # PO directories have a Makefile.in generated from Makefile.in.in.
17887 case "$ac_file" in */Makefile.in)
17888 # Adjust a relative srcdir.
17889 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17890 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
17891 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17892 # In autoconf-2.13 it is called $ac_given_srcdir.
17893 # In autoconf-2.50 it is called $srcdir.
17894 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17895 case "$ac_given_srcdir" in
17896 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17897 /*) top_srcdir="$ac_given_srcdir" ;;
17898 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17899 esac
17900 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17901 rm -f "$ac_dir/POTFILES"
17902 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17903 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17904 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17905 # on $ac_dir but don't depend on user-specified configuration
17906 # parameters.
17907 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17908 # The LINGUAS file contains the set of available languages.
17909 if test -n "$ALL_LINGUAS"; then
17910 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
17912 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17913 # Hide the ALL_LINGUAS assigment from automake.
17914 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17916 case "$ac_given_srcdir" in
17917 .) srcdirpre= ;;
17918 *) srcdirpre='$(srcdir)/' ;;
17919 esac
17920 POFILES=
17921 GMOFILES=
17922 UPDATEPOFILES=
17923 DUMMYPOFILES=
17924 for lang in $ALL_LINGUAS; do
17925 POFILES="$POFILES $srcdirpre$lang.po"
17926 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17927 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17928 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17929 done
17930 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17931 # environment variable.
17932 INST_LINGUAS=
17933 if test -n "$ALL_LINGUAS"; then
17934 for presentlang in $ALL_LINGUAS; do
17935 useit=no
17936 if test "%UNSET%" != "$LINGUAS"; then
17937 desiredlanguages="$LINGUAS"
17938 else
17939 desiredlanguages="$ALL_LINGUAS"
17941 for desiredlang in $desiredlanguages; do
17942 # Use the presentlang catalog if desiredlang is
17943 # a. equal to presentlang, or
17944 # b. a variant of presentlang (because in this case,
17945 # presentlang can be used as a fallback for messages
17946 # which are not translated in the desiredlang catalog).
17947 case "$desiredlang" in
17948 "$presentlang"*) useit=yes;;
17949 esac
17950 done
17951 if test $useit = yes; then
17952 INST_LINGUAS="$INST_LINGUAS $presentlang"
17954 done
17956 CATALOGS=
17957 if test -n "$INST_LINGUAS"; then
17958 for lang in $INST_LINGUAS; do
17959 CATALOGS="$CATALOGS $lang.gmo"
17960 done
17962 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17963 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
17964 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17965 if test -f "$f"; then
17966 case "$f" in
17967 *.orig | *.bak | *~) ;;
17968 *) cat "$f" >> "$ac_dir/Makefile" ;;
17969 esac
17971 done
17974 esac
17975 done ;;
17976 "denoiser":C) if test $denoiserlevel -gt 0; then
17977 if test ! -d src/utils/scripts; then mkdir -p src/utils/scripts; fi
17978 sed -e "1{x;s/.*/1/;x;};/^[ ]*\$/d;/^#if /{/level.*$denoiserlevel/{x;s/^/1/;x;b0;};x;s/^/0/;x;:0;d;};/^#else/{x;/^1/{s/1/0/;b1;};s/0/1/;:1;x;d;};/^#endif/{x;s/.//;x;d;};/^[ ]*#/d;x;/^1/{x;b;};x;d" \
17979 $srcdir/src/utils/scripts/denoiser.rules > src/utils/scripts/denoiser.sed
17980 for i in `find . -name 'Makefile' -print`; do
17981 if test -n "`head -n 1 $i | grep '^#'`"; then
17982 sed -f src/utils/scripts/denoiser.sed $i > $i.tmp && mv $i.tmp $i
17984 done
17985 fi ;;
17987 esac
17988 done # for ac_tag
17991 as_fn_exit 0
17992 _ACEOF
17993 ac_clean_files=$ac_clean_files_save
17995 test $ac_write_fail = 0 ||
17996 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17999 # configure is writing to config.log, and then calls config.status.
18000 # config.status does its own redirection, appending to config.log.
18001 # Unfortunately, on DOS this fails, as config.log is still kept open
18002 # by configure, so config.status won't be able to write to it; its
18003 # output is simply discarded. So we exec the FD to /dev/null,
18004 # effectively closing config.log, so it can be properly (re)opened and
18005 # appended to by config.status. When coming back to configure, we
18006 # need to make the FD available again.
18007 if test "$no_create" != yes; then
18008 ac_cs_success=:
18009 ac_config_status_args=
18010 test "$silent" = yes &&
18011 ac_config_status_args="$ac_config_status_args --quiet"
18012 exec 5>/dev/null
18013 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18014 exec 5>>config.log
18015 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18016 # would make configure fail if this is the last instruction.
18017 $ac_cs_success || as_fn_exit $?
18019 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18020 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18021 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18025 if test -n "$svndate"; then :
18026 SVN_REVISION=" ($svndate)"
18027 else
18028 SVN_REVISION=
18031 echo
18032 echo
18033 echo " Configure script has finished system check."
18034 echo
18035 echo " Configured aMule ${PACKAGE_VERSION}${SVN_REVISION} for '${host}'."
18036 echo
18037 echo " aMule enabled options:"
18038 echo
18039 echo " **** aMule Core ****"
18040 echo " Prefix where aMule should be installed? ${prefix:-none}"
18041 echo " Should aMule be compiled with i18n support? ${USE_NLS:-no}"
18042 echo " Should aMule be compiled in debug mode? ${enable_debug:-yes}"
18043 echo " Should aMule be compiled with profiling? ${enable_profile:-no}"
18044 echo " Should aMule be compiled with optimizations? ${enable_optimize:-no}"
18045 echo " Should aMule be compiled with UPnP support? ${enable_upnp:-yes}"
18046 echo " Should aMule be compiled with IP2country support? ${enable_geoip:-no}"
18047 echo " Should aMule monolithic application be built? ${enable_monolithic:-yes}"
18048 echo " Should aMule daemon version be built? ${enable_amule_daemon:-no}"
18049 echo " Should aMule remote gui be built? ${enable_amule_gui:-no}"
18051 echo
18052 echo " **** aMule TextClient ****"
18053 echo " Should aMule Command Line Client be built? ${enable_amulecmd:-no}"
18054 echo
18055 echo " **** aMule WebServer ****"
18056 echo " Should aMule WebServer be built? ${enable_webserver:-no}"
18057 echo
18058 echo " **** aMule ED2K Links Handler ****"
18059 echo " Should aMule ED2K Links Handler be built? ${enable_ed2k:-yes}"
18060 echo
18061 echo " **** aMuleLinkCreator ****"
18062 echo " Should aMuleLinkCreator GUI version (alc) be built? ${enable_alc:-no}"
18063 echo " Should aMuleLinkCreator for console (alcc) be built? ${enable_alcc:-no}"
18064 echo
18065 echo " **** aMule Statistics ****"
18066 echo " Should C aMule Statistics (CAS) be built? ${enable_cas:-no}"
18067 echo " Should aMule GUI Statistics (wxCas) be built? ${enable_wxcas:-no}"
18068 echo " Should xas XChat2 plugin be installed? ${enable_xas:-no}"
18069 echo " Should plasmaMule plasma-applet be build? ${enable_plasmamule:-no}"
18071 echo
18072 echo " **** General Libraries and Tools ****"
18073 echo " Should ccache support be enabled? ${enable_ccache:-no}"
18074 echo " Libraries aMule will use to build:"
18075 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_alc:-no} = yes -o ${enable_alcc:-no} = yes -o ${enable_wxcas:-no} = yes -o ${enable_fileview:-no} = yes ; then :
18077 wxinfo="$WX_PORT"
18078 if test $WX_DEBUG -eq 1; then :
18079 wxinfo="$wxinfo,debug"
18081 if test $WX_SHARED -eq 1; then :
18082 wxinfo="$wxinfo,shared"
18083 else
18084 wxinfo="$wxinfo,static"
18086 echo " wxWidgets ${WX_VERSION_FULL} ($wxinfo)"
18089 if test ${with_boost:-no} != no; then :
18090 if test ${with_boost:-no} = disabled; then
18091 echo " boost Not detected"
18092 elif test ${boost_cv_inc_path:-yes} != yes; then
18093 echo " boost `echo ${boost_cv_lib_version} | sed -e 's/_/./g'` (in ${boost_cv_inc_path})"
18094 elif echo " boost `echo ${boost_cv_lib_version} | sed -e 's/_/./g'`"; then
18099 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amule_gui:-no} = yes -o ${enable_fileview:-no} = yes ; then :
18100 echo " crypto++ ${CRYPTOPP_VERSION_STRING} (in ${CRYPTOPP_PREFIX})"
18102 if test ${enable_upnp:-yes} = yes; then :
18104 if test -n "$with_libupnp_prefix"; then :
18105 libupnp_place=" (in $with_libupnp_prefix)"
18107 echo " libupnp ${LIBUPNP_VERSION:-Not detected}${libupnp_place:-}"
18110 if test ${enable_nls:-yes} = yes; then
18111 if test x$USE_NLS = xno; then :
18112 libintl_found="Not detected"
18113 else
18114 if test x$USE_INCLUDED_LIBINTL = xyes; then :
18115 libintl_found="included"
18116 else
18117 libintl_found="system"
18120 echo " libintl $libintl_found"
18122 if test ${enable_geoip:-no} = yes; then :
18123 if test -z "${with_geoip_headers:-}${with_geoip_lib:-}"; then :
18124 geoip_style=system
18125 else
18126 geoip_style=user
18128 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_gui:-no} = yes ; then :
18129 echo " libGeoIP ${geoip_style}"
18132 if test ${enable_webserver:-no} = yes; then :
18133 echo " libpng ${LIBPNG_VERSION:-Not detected}"
18135 if test ${enable_cas:-no} = yes; then :
18136 echo " libgd ${GDLIB_VERSION:-Not detected}"
18138 if test ${enable_monolithic:-yes} = yes -o ${enable_amule_daemon:-no} = yes -o ${enable_amulecmd:-no} = yes -o ${enable_webserver:-no} = yes -o ${enable_amule_gui:-no} = yes ; then :
18139 echo " zlib ${ZLIB_VERSION:-Not detected}"
18141 if test ${enable_plasmamule:-no} = yes; then :
18142 echo " qt-moc ${QT_MOC} ${QT_MOC_VERSION}"
18143 echo " qt-core-libs ${QT_CORE_LIBS}"
18144 echo " qt-gui-libs ${QT_GUI_LIBS}"
18145 echo " kde4-config ${KDE4_CONFIG} (${KDE_CONF_VER})"
18146 echo " kde-headers ${KDE_HEADER_DIR}"
18147 echo " kde-services-path ${KDE_SERVICE_PATH}"
18148 echo " kde-module-path ${KDE_MODULE_PATH}"
18149 echo " kde-icon-path ${KDE_ICON_PATH}"
18150 echo " kde-mime-path ${KDE_MIME_PATH}"
18151 echo " kde-applinks-path ${KDE_APPLNK_PATH}"
18154 if test ${_mule_has_warnings:-no} = yes; then
18155 echo ""
18156 echo ""
18157 echo " *** Warnings during configuration ***"
18159 if test ${_mule_warning_0:-no} = yes; then
18160 cat <<_MULEEOT
18162 * gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
18163 Please check that gdlib-config is in your default path, check out
18164 LD_LIBRARY_PATH or equivalent variable.
18165 Or this might also be that your gdlib-config has other name.
18166 Please try again with --with-gdlib-config=/usr/bin/gdlib-config (replace
18167 /usr/bin/gdlib-config with a valid path to your gdlib-config).
18168 If you use compiled packages check if you have devel pack installed.
18169 To download the latest version check http://www.boutell.com/gd for sources.
18170 _MULEEOT
18172 if test ${_mule_warning_1:-no} = yes; then
18173 cat <<_MULEEOT
18175 * libpng >= 1.2.0 not found.
18176 amuleweb will be compiled but file download progress bar images will NOT be
18177 generated.
18178 _MULEEOT
18180 if test ${_mule_warning_2:-no} = yes; then
18181 cat <<_MULEEOT
18183 * File::Copy perl module is required by the mldonkey_importer script.
18184 If you want to use this script please install File::Copy from CPAN.
18185 _MULEEOT
18187 if test ${_mule_warning_3:-no} = yes; then
18188 cat <<_MULEEOT
18190 * Cannot link GeoIP statically, because your linker ($LD) does not support it.
18191 _MULEEOT
18193 if test ${_mule_warning_4:-no} = yes; then
18194 cat <<_MULEEOT
18196 * GeoIP support has been disabled because the GeoIP libraries were not found
18197 _MULEEOT
18199 if test ${_mule_warning_5:-no} = yes; then
18200 cat <<_MULEEOT
18202 * GeoIP support has been disabled because the GeoIP header files were not
18203 found
18204 _MULEEOT
18206 if test ${_mule_warning_6:-no} = yes; then
18207 cat <<_MULEEOT
18209 * UPnP code has been disabled because ${libupnp_error}.
18210 _MULEEOT
18212 if test ${_mule_warning_7:-no} = yes; then
18213 cat <<_MULEEOT
18215 * Cross-compilation detected, so exception handling cannot be tested.
18216 Note that broken exception handling in your compiler may lead to unexpected
18217 crashes.
18218 _MULEEOT
18220 if test ${_mule_warning_8:-no} = yes; then
18221 cat <<_MULEEOT
18223 * Boost support has been disabled because Boost.System not found
18224 _MULEEOT
18226 if test ${_mule_warning_9:-no} = yes; then
18227 cat <<_MULEEOT
18229 * Boost support has been disabled because Boost.Asio not found
18230 _MULEEOT
18232 if test ${_mule_warning_10:-no} = yes; then
18233 cat <<_MULEEOT
18235 * Boost support has been disabled because Boost.Asio not found
18236 _MULEEOT
18238 if test ${_mule_warning_11:-no} = yes; then
18239 cat <<_MULEEOT
18241 * Boost support has been disabled because of insufficient Boost version.
18242 _MULEEOT
18244 if test ${_mule_warning_12:-no} = yes; then
18245 cat <<_MULEEOT
18247 * configure cannot check whether malloc() and realloc() are GNU libc
18248 compatible. You have to be ABSOLUTELY sure that they are, otherwise run
18249 configure with the --without-gnu-malloc switch.
18250 _MULEEOT
18252 if test ${_mule_warning_13:-no} = yes; then
18253 cat <<_MULEEOT
18255 * You need to install GNU gettext/gettext-tools to compile aMule with i18n
18256 support.
18257 _MULEEOT
18259 if test ${_mule_warning_14:-no} = yes; then
18260 cat <<_MULEEOT
18262 * Cannot link to the library containing the bfd functions.
18263 _MULEEOT
18265 if test ${_mule_warning_15:-no} = yes; then
18266 cat <<_MULEEOT
18268 * bfd.h not found or unusable, please install binutils development package if
18269 you are a developer or want to help testing aMule
18270 _MULEEOT