Upstream tarball 20080520
[amule.git] / configure
blob6c3636a14bf5d986e17f4e926b00e5ad685b16ad
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for aMule SVN.
5 # Report bugs to <admin@amule.org>.
7 # Copyright (C) 2003 Free Software Foundation, Inc.
8 # This configure script is free software; the Free Software Foundation
9 # gives unlimited permission to copy, distribute and modify it.
10 ## --------------------- ##
11 ## M4sh Initialization. ##
12 ## --------------------- ##
14 # Be Bourne compatible
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 set -o posix
24 DUALCASE=1; export DUALCASE # for MKS sh
26 # Support unset when possible.
27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28 as_unset=unset
29 else
30 as_unset=false
34 # Work around bugs in pre-3.0 UWIN ksh.
35 $as_unset ENV MAIL MAILPATH
36 PS1='$ '
37 PS2='> '
38 PS4='+ '
40 # NLS nuisances.
41 for as_var in \
42 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 LC_TELEPHONE LC_TIME
46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47 eval $as_var=C; export $as_var
48 else
49 $as_unset $as_var
51 done
53 # Required to use basename.
54 if expr a : '\(a\)' >/dev/null 2>&1; then
55 as_expr=expr
56 else
57 as_expr=false
60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61 as_basename=basename
62 else
63 as_basename=false
67 # Name of the executable.
68 as_me=`$as_basename "$0" ||
69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70 X"$0" : 'X\(//\)$' \| \
71 X"$0" : 'X\(/\)$' \| \
72 . : '\(.\)' 2>/dev/null ||
73 echo X/"$0" |
74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75 /^X\/\(\/\/\)$/{ s//\1/; q; }
76 /^X\/\(\/\).*/{ s//\1/; q; }
77 s/.*/./; q'`
80 # PATH needs CR, and LINENO needs CR and PATH.
81 # Avoid depending upon Character Ranges.
82 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85 as_cr_digits='0123456789'
86 as_cr_alnum=$as_cr_Letters$as_cr_digits
88 # The user is always right.
89 if test "${PATH_SEPARATOR+set}" != set; then
90 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
92 chmod +x conf$$.sh
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94 PATH_SEPARATOR=';'
95 else
96 PATH_SEPARATOR=:
98 rm -f conf$$.sh
102 as_lineno_1=$LINENO
103 as_lineno_2=$LINENO
104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105 test "x$as_lineno_1" != "x$as_lineno_2" &&
106 test "x$as_lineno_3" = "x$as_lineno_2" || {
107 # Find who we are. Look in the path if we contain no path at all
108 # relative or not.
109 case $0 in
110 *[\\/]* ) as_myself=$0 ;;
111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112 for as_dir in $PATH
114 IFS=$as_save_IFS
115 test -z "$as_dir" && as_dir=.
116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117 done
120 esac
121 # We did not find ourselves, most probably we were run as `sh COMMAND'
122 # in which case we are not to be found in the path.
123 if test "x$as_myself" = x; then
124 as_myself=$0
126 if test ! -f "$as_myself"; then
127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128 { (exit 1); exit 1; }; }
130 case $CONFIG_SHELL in
132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135 IFS=$as_save_IFS
136 test -z "$as_dir" && as_dir=.
137 for as_base in sh bash ksh sh5; do
138 case $as_dir in
140 if ("$as_dir/$as_base" -c '
141 as_lineno_1=$LINENO
142 as_lineno_2=$LINENO
143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144 test "x$as_lineno_1" != "x$as_lineno_2" &&
145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148 CONFIG_SHELL=$as_dir/$as_base
149 export CONFIG_SHELL
150 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151 fi;;
152 esac
153 done
154 done
156 esac
158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159 # uniformly replaced by the line number. The first 'sed' inserts a
160 # line-number line before each line; the second 'sed' does the real
161 # work. The second script uses 'N' to pair each line-number line
162 # with the numbered line, and appends trailing '-' during
163 # substitution so that $LINENO is not a special case at line end.
164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
166 sed '=' <$as_myself |
167 sed '
169 s,$,-,
170 : loop
171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 t loop
173 s,-$,,
174 s,^['$as_cr_digits']*\n,,
175 ' >$as_me.lineno &&
176 chmod +x $as_me.lineno ||
177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178 { (exit 1); exit 1; }; }
180 # Don't try to exec as it changes $[0], causing all sort of problems
181 # (the dirname of $[0] is not the place where we might find the
182 # original and so on. Autoconf is especially sensible to this).
183 . ./$as_me.lineno
184 # Exit status is that of the last command.
185 exit
189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190 *c*,-n*) ECHO_N= ECHO_C='
191 ' ECHO_T=' ' ;;
192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 esac
196 if expr a : '\(a\)' >/dev/null 2>&1; then
197 as_expr=expr
198 else
199 as_expr=false
202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf$$.file conf$$ 2>/dev/null; then
205 # We could just check for DJGPP; but this test a) works b) is more generic
206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207 if test -f conf$$.exe; then
208 # Don't use ln at all; we don't have any links
209 as_ln_s='cp -p'
210 else
211 as_ln_s='ln -s'
213 elif ln conf$$.file conf$$ 2>/dev/null; then
214 as_ln_s=ln
215 else
216 as_ln_s='cp -p'
218 rm -f conf$$ conf$$.exe conf$$.file
220 if mkdir -p . 2>/dev/null; then
221 as_mkdir_p=:
222 else
223 test -d ./-p && rmdir ./-p
224 as_mkdir_p=false
227 as_executable_p="test -f"
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
232 # Sed expression to map a string onto a valid variable name.
233 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
236 # IFS
237 # We need space, tab and new line, in precisely that order.
238 as_nl='
240 IFS=" $as_nl"
242 # CDPATH.
243 $as_unset CDPATH
246 # Name of the host.
247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248 # so uname gets run too.
249 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
251 exec 6>&1
254 # Initializations.
256 ac_default_prefix=/usr/local
257 ac_config_libobj_dir=.
258 cross_compiling=no
259 subdirs=
260 MFLAGS=
261 MAKEFLAGS=
262 SHELL=${CONFIG_SHELL-/bin/sh}
264 # Maximum number of lines to put in a shell here document.
265 # This variable seems obsolete. It should probably be removed, and
266 # only ac_max_sed_lines should be used.
267 : ${ac_max_here_lines=38}
269 # Identity of this package.
270 PACKAGE_NAME='aMule'
271 PACKAGE_TARNAME='amule'
272 PACKAGE_VERSION='SVN'
273 PACKAGE_STRING='aMule SVN'
274 PACKAGE_BUGREPORT='admin@amule.org'
276 ac_unique_file="src/amule.cpp"
277 # Factoring default headers for most tests.
278 ac_includes_default="\
279 #include <stdio.h>
280 #if HAVE_SYS_TYPES_H
281 # include <sys/types.h>
282 #endif
283 #if HAVE_SYS_STAT_H
284 # include <sys/stat.h>
285 #endif
286 #if STDC_HEADERS
287 # include <stdlib.h>
288 # include <stddef.h>
289 #else
290 # if HAVE_STDLIB_H
291 # include <stdlib.h>
292 # endif
293 #endif
294 #if HAVE_STRING_H
295 # if !STDC_HEADERS && HAVE_MEMORY_H
296 # include <memory.h>
297 # endif
298 # include <string.h>
299 #endif
300 #if HAVE_STRINGS_H
301 # include <strings.h>
302 #endif
303 #if HAVE_INTTYPES_H
304 # include <inttypes.h>
305 #else
306 # if HAVE_STDINT_H
307 # include <stdint.h>
308 # endif
309 #endif
310 #if HAVE_UNISTD_H
311 # include <unistd.h>
312 #endif"
314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT RESOLV_LIB X11LIBS CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP BUILD_CC ac_ct_BUILD_CC EXEEXT BUILD_EXEEXT BUILD_CPPFLAGS BUILD_CFLAGS BUILD_LDFLAGS EGREP LEX LEXLIB LEX_OUTPUT_ROOT RANLIB ac_ct_RANLIB YACC AR ac_ct_AR LD ac_ct_LD GDLIB_CONFIG_PATH GDLIB_CFLAGS GDLIB_LDFLAGS GDLIB_LIBS CAS_DEFS REGEX_LIB LIBPNG_CONFIG_PATH LIBPNG_CFLAGS LIBPNG_CXXFLAGS LIBPNG_LDFLAGS LIBPNG_LIBS AMULEWEB_DEFS GEOIP_INCLUDE GEOIP_LIB WX_CONFIG_PATH WX_CPPFLAGS WX_CFLAGS WX_CXXFLAGS WX_CFLAGS_ONLY WX_CXXFLAGS_ONLY WX_LIBS WX_LIBS_STATIC WX_VERSION_FULL WX_RESCOMP WX_VERSION_MAJOR WX_VERSION_MINOR WX_UNICODE WX_DEBUG WX_SHARED WX_PORT RC ac_ct_RC RCFLAGS CRYPTO_PP_PREFIX CRYPTO_PP_VERSION_STRING CRYPTO_PP_VERSION_NUMBER CRYPTO_PP_STYLE CRYPTO_PP_LIB_NAME CRYPTO_PP_INCLUDE_PREFIX CRYPTO_PP_CXXFLAGS CRYPTO_PP_LDFLAGS CRYPTOLIBS BFD_FLAGS BFD_LIB HAVE_FLEX_EXTENDED ALLOCA LIBOBJS POW_LIB MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE GLIBC21 LIBICONV LTLIBICONV INTLBISON USE_NLS BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATOBJEXT INTLOBJS DATADIRNAME INSTOBJEXT GENCAT INTL_LIBTOOL_SUFFIX_PREFIX INTLLIBS LIBINTL LTLIBINTL POSUB INCINTL WXBASE_LIBS WXBASE_CFLAGS WXBASE_CXXFLAGS docdir SVNDATE AMULE_DAEMON_MANPAGES AMULECMD_MANPAGES WEB_MANPAGES AMULE_GUI_MANPAGES CAS_MANPAGES WXCAS_MANPAGES ED2K_MANPAGES ALC_MANPAGES ALCC_MANPAGES MONOLITHIC_MANPAGES WEB_TRUE WEB_FALSE ED2K_TRUE ED2K_FALSE CAS_TRUE CAS_FALSE WXCAS_TRUE WXCAS_FALSE ALC_TRUE ALC_FALSE ALCC_TRUE ALCC_FALSE AMULE_GUI_TRUE AMULE_GUI_FALSE AMULE_DAEMON_TRUE AMULE_DAEMON_FALSE COMPILE_CMD_TRUE COMPILE_CMD_FALSE MONOLITHIC_TRUE MONOLITHIC_FALSE ENABLE_UPNP_TRUE ENABLE_UPNP_FALSE ENABLE_IP2COUNTRY_TRUE ENABLE_IP2COUNTRY_FALSE SYS_WIN32_TRUE SYS_WIN32_FALSE NEED_RC_TRUE NEED_RC_FALSE NEED_CORESERVICES_TRUE NEED_CORESERVICES_FALSE COMPILE_NLS_TRUE COMPILE_NLS_FALSE GENERATE_FLEX_HEADER_TRUE GENERATE_FLEX_HEADER_FALSE READLINE_LIBS ccache CCACHE ccache_prefix LTLIBOBJS'
315 ac_subst_files=''
317 # Initialize some variables set by options.
318 ac_init_help=
319 ac_init_version=false
320 # The variables have the same names as the options, with
321 # dashes changed to underlines.
322 cache_file=/dev/null
323 exec_prefix=NONE
324 no_create=
325 no_recursion=
326 prefix=NONE
327 program_prefix=NONE
328 program_suffix=NONE
329 program_transform_name=s,x,x,
330 silent=
331 site=
332 srcdir=
333 verbose=
334 x_includes=NONE
335 x_libraries=NONE
337 # Installation directory options.
338 # These are left unexpanded so users can "make install exec_prefix=/foo"
339 # and all the variables that are supposed to be based on exec_prefix
340 # by default will actually change.
341 # Use braces instead of parens because sh, perl, etc. also accept them.
342 bindir='${exec_prefix}/bin'
343 sbindir='${exec_prefix}/sbin'
344 libexecdir='${exec_prefix}/libexec'
345 datadir='${prefix}/share'
346 sysconfdir='${prefix}/etc'
347 sharedstatedir='${prefix}/com'
348 localstatedir='${prefix}/var'
349 libdir='${exec_prefix}/lib'
350 includedir='${prefix}/include'
351 oldincludedir='/usr/include'
352 infodir='${prefix}/info'
353 mandir='${prefix}/man'
355 ac_prev=
356 for ac_option
358 # If the previous option needs an argument, assign it.
359 if test -n "$ac_prev"; then
360 eval "$ac_prev=\$ac_option"
361 ac_prev=
362 continue
365 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
367 # Accept the important Cygnus configure options, so we can diagnose typos.
369 case $ac_option in
371 -bindir | --bindir | --bindi | --bind | --bin | --bi)
372 ac_prev=bindir ;;
373 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
374 bindir=$ac_optarg ;;
376 -build | --build | --buil | --bui | --bu)
377 ac_prev=build_alias ;;
378 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379 build_alias=$ac_optarg ;;
381 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383 ac_prev=cache_file ;;
384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386 cache_file=$ac_optarg ;;
388 --config-cache | -C)
389 cache_file=config.cache ;;
391 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
392 ac_prev=datadir ;;
393 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
394 | --da=*)
395 datadir=$ac_optarg ;;
397 -disable-* | --disable-*)
398 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
399 # Reject names that are not valid shell variable names.
400 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
401 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402 { (exit 1); exit 1; }; }
403 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
404 eval "enable_$ac_feature=no" ;;
406 -enable-* | --enable-*)
407 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
408 # Reject names that are not valid shell variable names.
409 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
410 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411 { (exit 1); exit 1; }; }
412 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
413 case $ac_option in
414 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 *) ac_optarg=yes ;;
416 esac
417 eval "enable_$ac_feature='$ac_optarg'" ;;
419 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421 | --exec | --exe | --ex)
422 ac_prev=exec_prefix ;;
423 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425 | --exec=* | --exe=* | --ex=*)
426 exec_prefix=$ac_optarg ;;
428 -gas | --gas | --ga | --g)
429 # Obsolete; use --with-gas.
430 with_gas=yes ;;
432 -help | --help | --hel | --he | -h)
433 ac_init_help=long ;;
434 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
435 ac_init_help=recursive ;;
436 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
437 ac_init_help=short ;;
439 -host | --host | --hos | --ho)
440 ac_prev=host_alias ;;
441 -host=* | --host=* | --hos=* | --ho=*)
442 host_alias=$ac_optarg ;;
444 -includedir | --includedir | --includedi | --included | --include \
445 | --includ | --inclu | --incl | --inc)
446 ac_prev=includedir ;;
447 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448 | --includ=* | --inclu=* | --incl=* | --inc=*)
449 includedir=$ac_optarg ;;
451 -infodir | --infodir | --infodi | --infod | --info | --inf)
452 ac_prev=infodir ;;
453 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
454 infodir=$ac_optarg ;;
456 -libdir | --libdir | --libdi | --libd)
457 ac_prev=libdir ;;
458 -libdir=* | --libdir=* | --libdi=* | --libd=*)
459 libdir=$ac_optarg ;;
461 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462 | --libexe | --libex | --libe)
463 ac_prev=libexecdir ;;
464 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465 | --libexe=* | --libex=* | --libe=*)
466 libexecdir=$ac_optarg ;;
468 -localstatedir | --localstatedir | --localstatedi | --localstated \
469 | --localstate | --localstat | --localsta | --localst \
470 | --locals | --local | --loca | --loc | --lo)
471 ac_prev=localstatedir ;;
472 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
475 localstatedir=$ac_optarg ;;
477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
478 ac_prev=mandir ;;
479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
480 mandir=$ac_optarg ;;
482 -nfp | --nfp | --nf)
483 # Obsolete; use --without-fp.
484 with_fp=no ;;
486 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487 | --no-cr | --no-c | -n)
488 no_create=yes ;;
490 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
492 no_recursion=yes ;;
494 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496 | --oldin | --oldi | --old | --ol | --o)
497 ac_prev=oldincludedir ;;
498 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
501 oldincludedir=$ac_optarg ;;
503 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
504 ac_prev=prefix ;;
505 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
506 prefix=$ac_optarg ;;
508 -program-prefix | --program-prefix | --program-prefi | --program-pref \
509 | --program-pre | --program-pr | --program-p)
510 ac_prev=program_prefix ;;
511 -program-prefix=* | --program-prefix=* | --program-prefi=* \
512 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
513 program_prefix=$ac_optarg ;;
515 -program-suffix | --program-suffix | --program-suffi | --program-suff \
516 | --program-suf | --program-su | --program-s)
517 ac_prev=program_suffix ;;
518 -program-suffix=* | --program-suffix=* | --program-suffi=* \
519 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
520 program_suffix=$ac_optarg ;;
522 -program-transform-name | --program-transform-name \
523 | --program-transform-nam | --program-transform-na \
524 | --program-transform-n | --program-transform- \
525 | --program-transform | --program-transfor \
526 | --program-transfo | --program-transf \
527 | --program-trans | --program-tran \
528 | --progr-tra | --program-tr | --program-t)
529 ac_prev=program_transform_name ;;
530 -program-transform-name=* | --program-transform-name=* \
531 | --program-transform-nam=* | --program-transform-na=* \
532 | --program-transform-n=* | --program-transform-=* \
533 | --program-transform=* | --program-transfor=* \
534 | --program-transfo=* | --program-transf=* \
535 | --program-trans=* | --program-tran=* \
536 | --progr-tra=* | --program-tr=* | --program-t=*)
537 program_transform_name=$ac_optarg ;;
539 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540 | -silent | --silent | --silen | --sile | --sil)
541 silent=yes ;;
543 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
544 ac_prev=sbindir ;;
545 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
546 | --sbi=* | --sb=*)
547 sbindir=$ac_optarg ;;
549 -sharedstatedir | --sharedstatedir | --sharedstatedi \
550 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551 | --sharedst | --shareds | --shared | --share | --shar \
552 | --sha | --sh)
553 ac_prev=sharedstatedir ;;
554 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
557 | --sha=* | --sh=*)
558 sharedstatedir=$ac_optarg ;;
560 -site | --site | --sit)
561 ac_prev=site ;;
562 -site=* | --site=* | --sit=*)
563 site=$ac_optarg ;;
565 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
566 ac_prev=srcdir ;;
567 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
568 srcdir=$ac_optarg ;;
570 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571 | --syscon | --sysco | --sysc | --sys | --sy)
572 ac_prev=sysconfdir ;;
573 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
575 sysconfdir=$ac_optarg ;;
577 -target | --target | --targe | --targ | --tar | --ta | --t)
578 ac_prev=target_alias ;;
579 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
580 target_alias=$ac_optarg ;;
582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
583 verbose=yes ;;
585 -version | --version | --versio | --versi | --vers | -V)
586 ac_init_version=: ;;
588 -with-* | --with-*)
589 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
590 # Reject names that are not valid shell variable names.
591 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
592 { echo "$as_me: error: invalid package name: $ac_package" >&2
593 { (exit 1); exit 1; }; }
594 ac_package=`echo $ac_package| sed 's/-/_/g'`
595 case $ac_option in
596 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 *) ac_optarg=yes ;;
598 esac
599 eval "with_$ac_package='$ac_optarg'" ;;
601 -without-* | --without-*)
602 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
603 # Reject names that are not valid shell variable names.
604 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
605 { echo "$as_me: error: invalid package name: $ac_package" >&2
606 { (exit 1); exit 1; }; }
607 ac_package=`echo $ac_package | sed 's/-/_/g'`
608 eval "with_$ac_package=no" ;;
610 --x)
611 # Obsolete; use --with-x.
612 with_x=yes ;;
614 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615 | --x-incl | --x-inc | --x-in | --x-i)
616 ac_prev=x_includes ;;
617 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
619 x_includes=$ac_optarg ;;
621 -x-libraries | --x-libraries | --x-librarie | --x-librari \
622 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623 ac_prev=x_libraries ;;
624 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
626 x_libraries=$ac_optarg ;;
628 -*) { echo "$as_me: error: unrecognized option: $ac_option
629 Try \`$0 --help' for more information." >&2
630 { (exit 1); exit 1; }; }
633 *=*)
634 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
635 # Reject names that are not valid shell variable names.
636 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
637 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638 { (exit 1); exit 1; }; }
639 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640 eval "$ac_envvar='$ac_optarg'"
641 export $ac_envvar ;;
644 # FIXME: should be removed in autoconf 3.0.
645 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
647 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 esac
652 done
654 if test -n "$ac_prev"; then
655 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
656 { echo "$as_me: error: missing argument to $ac_option" >&2
657 { (exit 1); exit 1; }; }
660 # Be sure to have absolute paths.
661 for ac_var in exec_prefix prefix
663 eval ac_val=$`echo $ac_var`
664 case $ac_val in
665 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
666 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
667 { (exit 1); exit 1; }; };;
668 esac
669 done
671 # Be sure to have absolute paths.
672 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
673 localstatedir libdir includedir oldincludedir infodir mandir
675 eval ac_val=$`echo $ac_var`
676 case $ac_val in
677 [\\/$]* | ?:[\\/]* ) ;;
678 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679 { (exit 1); exit 1; }; };;
680 esac
681 done
683 # There might be people who depend on the old broken behavior: `$host'
684 # used to hold the argument of --host etc.
685 # FIXME: To remove some day.
686 build=$build_alias
687 host=$host_alias
688 target=$target_alias
690 # FIXME: To remove some day.
691 if test "x$host_alias" != x; then
692 if test "x$build_alias" = x; then
693 cross_compiling=maybe
694 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695 If a cross compiler is detected then cross compile mode will be used." >&2
696 elif test "x$build_alias" != "x$host_alias"; then
697 cross_compiling=yes
701 ac_tool_prefix=
702 test -n "$host_alias" && ac_tool_prefix=$host_alias-
704 test "$silent" = yes && exec 6>/dev/null
707 # Find the source files, if location was not specified.
708 if test -z "$srcdir"; then
709 ac_srcdir_defaulted=yes
710 # Try the directory containing this script, then its parent.
711 ac_confdir=`(dirname "$0") 2>/dev/null ||
712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
713 X"$0" : 'X\(//\)[^/]' \| \
714 X"$0" : 'X\(//\)$' \| \
715 X"$0" : 'X\(/\)' \| \
716 . : '\(.\)' 2>/dev/null ||
717 echo X"$0" |
718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720 /^X\(\/\/\)$/{ s//\1/; q; }
721 /^X\(\/\).*/{ s//\1/; q; }
722 s/.*/./; q'`
723 srcdir=$ac_confdir
724 if test ! -r $srcdir/$ac_unique_file; then
725 srcdir=..
727 else
728 ac_srcdir_defaulted=no
730 if test ! -r $srcdir/$ac_unique_file; then
731 if test "$ac_srcdir_defaulted" = yes; then
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
733 { (exit 1); exit 1; }; }
734 else
735 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
736 { (exit 1); exit 1; }; }
739 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
740 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741 { (exit 1); exit 1; }; }
742 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743 ac_env_build_alias_set=${build_alias+set}
744 ac_env_build_alias_value=$build_alias
745 ac_cv_env_build_alias_set=${build_alias+set}
746 ac_cv_env_build_alias_value=$build_alias
747 ac_env_host_alias_set=${host_alias+set}
748 ac_env_host_alias_value=$host_alias
749 ac_cv_env_host_alias_set=${host_alias+set}
750 ac_cv_env_host_alias_value=$host_alias
751 ac_env_target_alias_set=${target_alias+set}
752 ac_env_target_alias_value=$target_alias
753 ac_cv_env_target_alias_set=${target_alias+set}
754 ac_cv_env_target_alias_value=$target_alias
755 ac_env_CXX_set=${CXX+set}
756 ac_env_CXX_value=$CXX
757 ac_cv_env_CXX_set=${CXX+set}
758 ac_cv_env_CXX_value=$CXX
759 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
760 ac_env_CXXFLAGS_value=$CXXFLAGS
761 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
762 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
763 ac_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_env_LDFLAGS_value=$LDFLAGS
765 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_cv_env_LDFLAGS_value=$LDFLAGS
767 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_env_CPPFLAGS_value=$CPPFLAGS
769 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
771 ac_env_CXXCPP_set=${CXXCPP+set}
772 ac_env_CXXCPP_value=$CXXCPP
773 ac_cv_env_CXXCPP_set=${CXXCPP+set}
774 ac_cv_env_CXXCPP_value=$CXXCPP
775 ac_env_CC_set=${CC+set}
776 ac_env_CC_value=$CC
777 ac_cv_env_CC_set=${CC+set}
778 ac_cv_env_CC_value=$CC
779 ac_env_CFLAGS_set=${CFLAGS+set}
780 ac_env_CFLAGS_value=$CFLAGS
781 ac_cv_env_CFLAGS_set=${CFLAGS+set}
782 ac_cv_env_CFLAGS_value=$CFLAGS
783 ac_env_CPP_set=${CPP+set}
784 ac_env_CPP_value=$CPP
785 ac_cv_env_CPP_set=${CPP+set}
786 ac_cv_env_CPP_value=$CPP
787 ac_env_RC_set=${RC+set}
788 ac_env_RC_value=$RC
789 ac_cv_env_RC_set=${RC+set}
790 ac_cv_env_RC_value=$RC
793 # Report the --help message.
795 if test "$ac_init_help" = "long"; then
796 # Omit some internal or obsolete options to make the list less imposing.
797 # This message is too long to be a string in the A/UX 3.1 sh.
798 cat <<_ACEOF
799 \`configure' configures aMule SVN to adapt to many kinds of systems.
801 Usage: $0 [OPTION]... [VAR=VALUE]...
803 To assign environment variables (e.g., CC, CFLAGS...), specify them as
804 VAR=VALUE. See below for descriptions of some of the useful variables.
806 Defaults for the options are specified in brackets.
808 Configuration:
809 -h, --help display this help and exit
810 --help=short display options specific to this package
811 --help=recursive display the short help of all the included packages
812 -V, --version display version information and exit
813 -q, --quiet, --silent do not print \`checking...' messages
814 --cache-file=FILE cache test results in FILE [disabled]
815 -C, --config-cache alias for \`--cache-file=config.cache'
816 -n, --no-create do not create output files
817 --srcdir=DIR find the sources in DIR [configure dir or \`..']
819 _ACEOF
821 cat <<_ACEOF
822 Installation directories:
823 --prefix=PREFIX install architecture-independent files in PREFIX
824 [$ac_default_prefix]
825 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
826 [PREFIX]
828 By default, \`make install' will install all the files in
829 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
830 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
831 for instance \`--prefix=\$HOME'.
833 For better control, use the options below.
835 Fine tuning of the installation directories:
836 --bindir=DIR user executables [EPREFIX/bin]
837 --sbindir=DIR system admin executables [EPREFIX/sbin]
838 --libexecdir=DIR program executables [EPREFIX/libexec]
839 --datadir=DIR read-only architecture-independent data [PREFIX/share]
840 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
841 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
842 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
843 --libdir=DIR object code libraries [EPREFIX/lib]
844 --includedir=DIR C header files [PREFIX/include]
845 --oldincludedir=DIR C header files for non-gcc [/usr/include]
846 --infodir=DIR info documentation [PREFIX/info]
847 --mandir=DIR man documentation [PREFIX/man]
848 _ACEOF
850 cat <<\_ACEOF
852 Program names:
853 --program-prefix=PREFIX prepend PREFIX to installed program names
854 --program-suffix=SUFFIX append SUFFIX to installed program names
855 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
857 X features:
858 --x-includes=DIR X include files are in DIR
859 --x-libraries=DIR X library files are in DIR
861 System types:
862 --build=BUILD configure for building on BUILD [guessed]
863 --host=HOST cross-compile to build programs to run on HOST [BUILD]
864 _ACEOF
867 if test -n "$ac_init_help"; then
868 case $ac_init_help in
869 short | recursive ) echo "Configuration of aMule SVN:";;
870 esac
871 cat <<\_ACEOF
873 Optional Features:
874 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
875 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
876 --enable-maintainer-mode enable make rules and dependencies not useful
877 (and sometimes confusing) to the casual installer
878 --disable-dependency-tracking speeds up one-time build
879 --enable-dependency-tracking do not reject slow dependency extractors
880 --enable-ccache enable ccache support for fast recompilation
881 --disable-debug disable additional debugging output
882 --enable-optimize enable code optimizing
883 --enable-profile enable code profiling
884 --enable-static produce a statically linked executable
885 --disable-monolithic disable building of the monolithic aMule app
886 --enable-amule-daemon compile aMule daemon version
887 --enable-amulecmd compile aMule command line client
888 --enable-webserver compile aMule WebServer
889 --enable-amule-gui compile aMule remote GUI (EXPERIMENTAL)
890 --enable-cas compile C aMule Statistics
891 --enable-wxcas compile aMule GUI Statistics
892 --disable-ed2k don't compile aMule ed2k links handler
893 --enable-alc compile aMuleLinkCreator GUI version
894 --enable-alcc compile aMuleLinkCreator for console
895 --disable-upnp do not compile UPnP code
896 --enable-geoip compile with GeoIP IP2Country library
897 --disable-rpath do not hardcode runtime library paths
898 --disable-nls do not use Native Language Support
900 Optional Packages:
901 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
902 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
903 --with-geoip-headers=DIR
904 GeoIP include files location
905 --with-geoip-lib=DIR GeoIP library location
906 --with-geoip-static Explicitly link GeoIP statically (default=no)
907 --with-denoise-level=<level>
908 Specifies denoising level (0-4):
909 0 - Do nothing
910 4 - Suppress all normal output
911 (for more information see
912 src/utils/scripts/denoiser.rules)
914 --without-gnu-malloc Don't assume that we use GNU libc compatible
915 malloc/realloc when cross-compiling
916 --with-language=<langs> Specify a comma-separated list of languages you want
917 to have installed. See po/LINGUAS for available
918 languages
919 --with-zlib=PREFIX use zlib in PREFIX
920 --with-gdlib-prefix=PREFIX
921 prefix where gdlib is installed (optional)
922 --with-gdlib-config=CONFIG
923 gdlib-config script to use (optional)
924 --with-libpng-prefix=PREFIX
925 prefix where libpng is installed (optional)
926 --with-libpng-config=CONFIG
927 libpng-config script to use (optional)
928 --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH
929 --with-wx-config=CONFIG wx-config script to use (optional)
930 --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)
931 --with-wx-exec-prefix=PREFIX
932 Exec prefix where wxWidgets is installed (optional)
933 --with-toolkit Build against a specific wxWidgets toolkit (default
934 is auto)
935 --with-wxshared Force building against a shared build of wxWidgets,
936 even if --disable-shared is given (default is auto)
937 --with-wxdebug Force building against a debug build of wxWidgets,
938 even if --disable-debug is given (default is auto)
939 --with-wxversion Build against a specific version of wxWidgets
940 (default is auto)
941 --with-crypto-prefix=PREFIX
942 prefix where crypto++ is installed
943 --with-x use the X Window System
944 --with-gnu-ld assume the C compiler uses GNU ld default=no
945 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
946 --without-libiconv-prefix don't search for libiconv in includedir and libdir
947 --with-included-gettext use the GNU gettext library included here
948 --with-libintl-prefix=DIR search for libintl in DIR/include and DIR/lib
949 --without-libintl-prefix don't search for libintl in includedir and libdir
950 --with-ccache-prefix=PREFIX
951 prefix where ccache is installed
953 Some influential environment variables:
954 CXX C++ compiler command
955 CXXFLAGS C++ compiler flags
956 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
957 nonstandard directory <lib dir>
958 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
959 headers in a nonstandard directory <include dir>
960 CXXCPP C++ preprocessor
961 CC C compiler command
962 CFLAGS C compiler flags
963 CPP C preprocessor
964 RC Win32 Resource Compiler
966 Use these variables to override the choices made by `configure' or to help
967 it to find libraries and programs with nonstandard names/locations.
969 Report bugs to <admin@amule.org>.
970 _ACEOF
973 if test "$ac_init_help" = "recursive"; then
974 # If there are subdirs, report their specific --help.
975 ac_popdir=`pwd`
976 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
977 test -d $ac_dir || continue
978 ac_builddir=.
980 if test "$ac_dir" != .; then
981 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
982 # A "../" for each directory in $ac_dir_suffix.
983 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
984 else
985 ac_dir_suffix= ac_top_builddir=
988 case $srcdir in
989 .) # No --srcdir option. We are building in place.
990 ac_srcdir=.
991 if test -z "$ac_top_builddir"; then
992 ac_top_srcdir=.
993 else
994 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
995 fi ;;
996 [\\/]* | ?:[\\/]* ) # Absolute path.
997 ac_srcdir=$srcdir$ac_dir_suffix;
998 ac_top_srcdir=$srcdir ;;
999 *) # Relative path.
1000 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1001 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1002 esac
1004 # Do not use `cd foo && pwd` to compute absolute paths, because
1005 # the directories may not exist.
1006 case `pwd` in
1007 .) ac_abs_builddir="$ac_dir";;
1009 case "$ac_dir" in
1010 .) ac_abs_builddir=`pwd`;;
1011 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1012 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1013 esac;;
1014 esac
1015 case $ac_abs_builddir in
1016 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1018 case ${ac_top_builddir}. in
1019 .) ac_abs_top_builddir=$ac_abs_builddir;;
1020 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1021 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1022 esac;;
1023 esac
1024 case $ac_abs_builddir in
1025 .) ac_abs_srcdir=$ac_srcdir;;
1027 case $ac_srcdir in
1028 .) ac_abs_srcdir=$ac_abs_builddir;;
1029 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1030 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1031 esac;;
1032 esac
1033 case $ac_abs_builddir in
1034 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1036 case $ac_top_srcdir in
1037 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1038 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1039 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1040 esac;;
1041 esac
1043 cd $ac_dir
1044 # Check for guested configure; otherwise get Cygnus style configure.
1045 if test -f $ac_srcdir/configure.gnu; then
1046 echo
1047 $SHELL $ac_srcdir/configure.gnu --help=recursive
1048 elif test -f $ac_srcdir/configure; then
1049 echo
1050 $SHELL $ac_srcdir/configure --help=recursive
1051 elif test -f $ac_srcdir/configure.ac ||
1052 test -f $ac_srcdir/configure.in; then
1053 echo
1054 $ac_configure --help
1055 else
1056 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1058 cd $ac_popdir
1059 done
1062 test -n "$ac_init_help" && exit 0
1063 if $ac_init_version; then
1064 cat <<\_ACEOF
1065 aMule configure SVN
1066 generated by GNU Autoconf 2.59
1068 Copyright (C) 2003 Free Software Foundation, Inc.
1069 This configure script is free software; the Free Software Foundation
1070 gives unlimited permission to copy, distribute and modify it.
1071 _ACEOF
1072 exit 0
1074 exec 5>config.log
1075 cat >&5 <<_ACEOF
1076 This file contains any messages produced by compilers while
1077 running configure, to aid debugging if configure makes a mistake.
1079 It was created by aMule $as_me SVN, which was
1080 generated by GNU Autoconf 2.59. Invocation command line was
1082 $ $0 $@
1084 _ACEOF
1086 cat <<_ASUNAME
1087 ## --------- ##
1088 ## Platform. ##
1089 ## --------- ##
1091 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1092 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1093 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1094 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1095 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1097 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1098 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1100 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1101 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1102 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1103 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1104 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1105 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1106 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1108 _ASUNAME
1110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1111 for as_dir in $PATH
1113 IFS=$as_save_IFS
1114 test -z "$as_dir" && as_dir=.
1115 echo "PATH: $as_dir"
1116 done
1118 } >&5
1120 cat >&5 <<_ACEOF
1123 ## ----------- ##
1124 ## Core tests. ##
1125 ## ----------- ##
1127 _ACEOF
1130 # Keep a trace of the command line.
1131 # Strip out --no-create and --no-recursion so they do not pile up.
1132 # Strip out --silent because we don't want to record it for future runs.
1133 # Also quote any args containing shell meta-characters.
1134 # Make two passes to allow for proper duplicate-argument suppression.
1135 ac_configure_args=
1136 ac_configure_args0=
1137 ac_configure_args1=
1138 ac_sep=
1139 ac_must_keep_next=false
1140 for ac_pass in 1 2
1142 for ac_arg
1144 case $ac_arg in
1145 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1146 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1147 | -silent | --silent | --silen | --sile | --sil)
1148 continue ;;
1149 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1150 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1151 esac
1152 case $ac_pass in
1153 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1155 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1156 if test $ac_must_keep_next = true; then
1157 ac_must_keep_next=false # Got value, back to normal.
1158 else
1159 case $ac_arg in
1160 *=* | --config-cache | -C | -disable-* | --disable-* \
1161 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1162 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1163 | -with-* | --with-* | -without-* | --without-* | --x)
1164 case "$ac_configure_args0 " in
1165 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1166 esac
1168 -* ) ac_must_keep_next=true ;;
1169 esac
1171 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1172 # Get rid of the leading space.
1173 ac_sep=" "
1175 esac
1176 done
1177 done
1178 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1179 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1181 # When interrupted or exit'd, cleanup temporary files, and complete
1182 # config.log. We remove comments because anyway the quotes in there
1183 # would cause problems or look ugly.
1184 # WARNING: Be sure not to use single quotes in there, as some shells,
1185 # such as our DU 5.0 friend, will then `close' the trap.
1186 trap 'exit_status=$?
1187 # Save into config.log some information that might help in debugging.
1189 echo
1191 cat <<\_ASBOX
1192 ## ---------------- ##
1193 ## Cache variables. ##
1194 ## ---------------- ##
1195 _ASBOX
1196 echo
1197 # The following way of writing the cache mishandles newlines in values,
1199 (set) 2>&1 |
1200 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1201 *ac_space=\ *)
1202 sed -n \
1203 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1204 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1207 sed -n \
1208 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1210 esac;
1212 echo
1214 cat <<\_ASBOX
1215 ## ----------------- ##
1216 ## Output variables. ##
1217 ## ----------------- ##
1218 _ASBOX
1219 echo
1220 for ac_var in $ac_subst_vars
1222 eval ac_val=$`echo $ac_var`
1223 echo "$ac_var='"'"'$ac_val'"'"'"
1224 done | sort
1225 echo
1227 if test -n "$ac_subst_files"; then
1228 cat <<\_ASBOX
1229 ## ------------- ##
1230 ## Output files. ##
1231 ## ------------- ##
1232 _ASBOX
1233 echo
1234 for ac_var in $ac_subst_files
1236 eval ac_val=$`echo $ac_var`
1237 echo "$ac_var='"'"'$ac_val'"'"'"
1238 done | sort
1239 echo
1242 if test -s confdefs.h; then
1243 cat <<\_ASBOX
1244 ## ----------- ##
1245 ## confdefs.h. ##
1246 ## ----------- ##
1247 _ASBOX
1248 echo
1249 sed "/^$/d" confdefs.h | sort
1250 echo
1252 test "$ac_signal" != 0 &&
1253 echo "$as_me: caught signal $ac_signal"
1254 echo "$as_me: exit $exit_status"
1255 } >&5
1256 rm -f core *.core &&
1257 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1258 exit $exit_status
1260 for ac_signal in 1 2 13 15; do
1261 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1262 done
1263 ac_signal=0
1265 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1266 rm -rf conftest* confdefs.h
1267 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1268 echo >confdefs.h
1270 # Predefined preprocessor variables.
1272 cat >>confdefs.h <<_ACEOF
1273 #define PACKAGE_NAME "$PACKAGE_NAME"
1274 _ACEOF
1277 cat >>confdefs.h <<_ACEOF
1278 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1279 _ACEOF
1282 cat >>confdefs.h <<_ACEOF
1283 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1284 _ACEOF
1287 cat >>confdefs.h <<_ACEOF
1288 #define PACKAGE_STRING "$PACKAGE_STRING"
1289 _ACEOF
1292 cat >>confdefs.h <<_ACEOF
1293 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1294 _ACEOF
1297 # Let the site file select an alternate cache file if it wants to.
1298 # Prefer explicitly selected file to automatically selected ones.
1299 if test -z "$CONFIG_SITE"; then
1300 if test "x$prefix" != xNONE; then
1301 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1302 else
1303 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1306 for ac_site_file in $CONFIG_SITE; do
1307 if test -r "$ac_site_file"; then
1308 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1309 echo "$as_me: loading site script $ac_site_file" >&6;}
1310 sed 's/^/| /' "$ac_site_file" >&5
1311 . "$ac_site_file"
1313 done
1315 if test -r "$cache_file"; then
1316 # Some versions of bash will fail to source /dev/null (special
1317 # files actually), so we avoid doing that.
1318 if test -f "$cache_file"; then
1319 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1320 echo "$as_me: loading cache $cache_file" >&6;}
1321 case $cache_file in
1322 [\\/]* | ?:[\\/]* ) . $cache_file;;
1323 *) . ./$cache_file;;
1324 esac
1326 else
1327 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1328 echo "$as_me: creating cache $cache_file" >&6;}
1329 >$cache_file
1332 # Check that the precious variables saved in the cache have kept the same
1333 # value.
1334 ac_cache_corrupted=false
1335 for ac_var in `(set) 2>&1 |
1336 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1337 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1338 eval ac_new_set=\$ac_env_${ac_var}_set
1339 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1340 eval ac_new_val="\$ac_env_${ac_var}_value"
1341 case $ac_old_set,$ac_new_set in
1342 set,)
1343 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1344 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1345 ac_cache_corrupted=: ;;
1346 ,set)
1347 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1348 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1349 ac_cache_corrupted=: ;;
1350 ,);;
1352 if test "x$ac_old_val" != "x$ac_new_val"; then
1353 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1354 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1355 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1356 echo "$as_me: former value: $ac_old_val" >&2;}
1357 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1358 echo "$as_me: current value: $ac_new_val" >&2;}
1359 ac_cache_corrupted=:
1360 fi;;
1361 esac
1362 # Pass precious variables to config.status.
1363 if test "$ac_new_set" = set; then
1364 case $ac_new_val in
1365 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1366 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1367 *) ac_arg=$ac_var=$ac_new_val ;;
1368 esac
1369 case " $ac_configure_args " in
1370 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1371 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1372 esac
1374 done
1375 if $ac_cache_corrupted; then
1376 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1377 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1378 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1379 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1380 { (exit 1); exit 1; }; }
1383 ac_ext=c
1384 ac_cpp='$CPP $CPPFLAGS'
1385 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1386 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1387 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1415 ac_aux_dir=
1416 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1417 if test -f $ac_dir/install-sh; then
1418 ac_aux_dir=$ac_dir
1419 ac_install_sh="$ac_aux_dir/install-sh -c"
1420 break
1421 elif test -f $ac_dir/install.sh; then
1422 ac_aux_dir=$ac_dir
1423 ac_install_sh="$ac_aux_dir/install.sh -c"
1424 break
1425 elif test -f $ac_dir/shtool; then
1426 ac_aux_dir=$ac_dir
1427 ac_install_sh="$ac_aux_dir/shtool install -c"
1428 break
1430 done
1431 if test -z "$ac_aux_dir"; then
1432 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1433 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1434 { (exit 1); exit 1; }; }
1436 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1437 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1438 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1440 # Make sure we can run config.sub.
1441 $ac_config_sub sun4 >/dev/null 2>&1 ||
1442 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1443 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1444 { (exit 1); exit 1; }; }
1446 echo "$as_me:$LINENO: checking build system type" >&5
1447 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1448 if test "${ac_cv_build+set}" = set; then
1449 echo $ECHO_N "(cached) $ECHO_C" >&6
1450 else
1451 ac_cv_build_alias=$build_alias
1452 test -z "$ac_cv_build_alias" &&
1453 ac_cv_build_alias=`$ac_config_guess`
1454 test -z "$ac_cv_build_alias" &&
1455 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1456 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1457 { (exit 1); exit 1; }; }
1458 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1459 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1460 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1461 { (exit 1); exit 1; }; }
1464 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1465 echo "${ECHO_T}$ac_cv_build" >&6
1466 build=$ac_cv_build
1467 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1468 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1469 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1472 echo "$as_me:$LINENO: checking host system type" >&5
1473 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1474 if test "${ac_cv_host+set}" = set; then
1475 echo $ECHO_N "(cached) $ECHO_C" >&6
1476 else
1477 ac_cv_host_alias=$host_alias
1478 test -z "$ac_cv_host_alias" &&
1479 ac_cv_host_alias=$ac_cv_build_alias
1480 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1481 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1482 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1483 { (exit 1); exit 1; }; }
1486 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1487 echo "${ECHO_T}$ac_cv_host" >&6
1488 host=$ac_cv_host
1489 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1490 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1491 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1494 am__api_version="1.9"
1495 # Find a good install program. We prefer a C program (faster),
1496 # so one script is as good as another. But avoid the broken or
1497 # incompatible versions:
1498 # SysV /etc/install, /usr/sbin/install
1499 # SunOS /usr/etc/install
1500 # IRIX /sbin/install
1501 # AIX /bin/install
1502 # AmigaOS /C/install, which installs bootblocks on floppy discs
1503 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1504 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1505 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1506 # OS/2's system install, which has a completely different semantic
1507 # ./install, which can be erroneously created by make from ./install.sh.
1508 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1509 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1510 if test -z "$INSTALL"; then
1511 if test "${ac_cv_path_install+set}" = set; then
1512 echo $ECHO_N "(cached) $ECHO_C" >&6
1513 else
1514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1515 for as_dir in $PATH
1517 IFS=$as_save_IFS
1518 test -z "$as_dir" && as_dir=.
1519 # Account for people who put trailing slashes in PATH elements.
1520 case $as_dir/ in
1521 ./ | .// | /cC/* | \
1522 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1523 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1524 /usr/ucb/* ) ;;
1526 # OSF1 and SCO ODT 3.0 have their own names for install.
1527 # Don't use installbsd from OSF since it installs stuff as root
1528 # by default.
1529 for ac_prog in ginstall scoinst install; do
1530 for ac_exec_ext in '' $ac_executable_extensions; do
1531 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1532 if test $ac_prog = install &&
1533 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1534 # AIX install. It has an incompatible calling convention.
1536 elif test $ac_prog = install &&
1537 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1538 # program-specific install script used by HP pwplus--don't use.
1540 else
1541 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1542 break 3
1545 done
1546 done
1548 esac
1549 done
1553 if test "${ac_cv_path_install+set}" = set; then
1554 INSTALL=$ac_cv_path_install
1555 else
1556 # As a last resort, use the slow shell script. We don't cache a
1557 # path for INSTALL within a source directory, because that will
1558 # break other packages using the cache if that directory is
1559 # removed, or if the path is relative.
1560 INSTALL=$ac_install_sh
1563 echo "$as_me:$LINENO: result: $INSTALL" >&5
1564 echo "${ECHO_T}$INSTALL" >&6
1566 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1567 # It thinks the first close brace ends the variable substitution.
1568 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1570 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1572 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1574 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1575 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1576 # Just in case
1577 sleep 1
1578 echo timestamp > conftest.file
1579 # Do `set' in a subshell so we don't clobber the current shell's
1580 # arguments. Must try -L first in case configure is actually a
1581 # symlink; some systems play weird games with the mod time of symlinks
1582 # (eg FreeBSD returns the mod time of the symlink's containing
1583 # directory).
1584 if (
1585 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1586 if test "$*" = "X"; then
1587 # -L didn't work.
1588 set X `ls -t $srcdir/configure conftest.file`
1590 rm -f conftest.file
1591 if test "$*" != "X $srcdir/configure conftest.file" \
1592 && test "$*" != "X conftest.file $srcdir/configure"; then
1594 # If neither matched, then we have a broken ls. This can happen
1595 # if, for instance, CONFIG_SHELL is bash and it inherits a
1596 # broken ls alias from the environment. This has actually
1597 # happened. Such a system could not be considered "sane".
1598 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1599 alias in your environment" >&5
1600 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1601 alias in your environment" >&2;}
1602 { (exit 1); exit 1; }; }
1605 test "$2" = conftest.file
1607 then
1608 # Ok.
1610 else
1611 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1612 Check your system clock" >&5
1613 echo "$as_me: error: newly created file is older than distributed files!
1614 Check your system clock" >&2;}
1615 { (exit 1); exit 1; }; }
1617 echo "$as_me:$LINENO: result: yes" >&5
1618 echo "${ECHO_T}yes" >&6
1619 test "$program_prefix" != NONE &&
1620 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1621 # Use a double $ so make ignores it.
1622 test "$program_suffix" != NONE &&
1623 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1624 # Double any \ or $. echo might interpret backslashes.
1625 # By default was `s,x,x', remove it if useless.
1626 cat <<\_ACEOF >conftest.sed
1627 s/[\\$]/&&/g;s/;s,x,x,$//
1628 _ACEOF
1629 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1630 rm conftest.sed
1632 # expand $ac_aux_dir to an absolute path
1633 am_aux_dir=`cd $ac_aux_dir && pwd`
1635 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1636 # Use eval to expand $SHELL
1637 if eval "$MISSING --run true"; then
1638 am_missing_run="$MISSING --run "
1639 else
1640 am_missing_run=
1641 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1642 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1645 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1646 # We used to keeping the `.' as first argument, in order to
1647 # allow $(mkdir_p) to be used without argument. As in
1648 # $(mkdir_p) $(somedir)
1649 # where $(somedir) is conditionally defined. However this is wrong
1650 # for two reasons:
1651 # 1. if the package is installed by a user who cannot write `.'
1652 # make install will fail,
1653 # 2. the above comment should most certainly read
1654 # $(mkdir_p) $(DESTDIR)$(somedir)
1655 # so it does not work when $(somedir) is undefined and
1656 # $(DESTDIR) is not.
1657 # To support the latter case, we have to write
1658 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1659 # so the `.' trick is pointless.
1660 mkdir_p='mkdir -p --'
1661 else
1662 # On NextStep and OpenStep, the `mkdir' command does not
1663 # recognize any option. It will interpret all options as
1664 # directories to create, and then abort because `.' already
1665 # exists.
1666 for d in ./-p ./--version;
1668 test -d $d && rmdir $d
1669 done
1670 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1671 if test -f "$ac_aux_dir/mkinstalldirs"; then
1672 mkdir_p='$(mkinstalldirs)'
1673 else
1674 mkdir_p='$(install_sh) -d'
1678 for ac_prog in gawk mawk nawk awk
1680 # Extract the first word of "$ac_prog", so it can be a program name with args.
1681 set dummy $ac_prog; ac_word=$2
1682 echo "$as_me:$LINENO: checking for $ac_word" >&5
1683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1684 if test "${ac_cv_prog_AWK+set}" = set; then
1685 echo $ECHO_N "(cached) $ECHO_C" >&6
1686 else
1687 if test -n "$AWK"; then
1688 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1689 else
1690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1691 for as_dir in $PATH
1693 IFS=$as_save_IFS
1694 test -z "$as_dir" && as_dir=.
1695 for ac_exec_ext in '' $ac_executable_extensions; do
1696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1697 ac_cv_prog_AWK="$ac_prog"
1698 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1699 break 2
1701 done
1702 done
1706 AWK=$ac_cv_prog_AWK
1707 if test -n "$AWK"; then
1708 echo "$as_me:$LINENO: result: $AWK" >&5
1709 echo "${ECHO_T}$AWK" >&6
1710 else
1711 echo "$as_me:$LINENO: result: no" >&5
1712 echo "${ECHO_T}no" >&6
1715 test -n "$AWK" && break
1716 done
1718 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1719 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1720 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1721 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1722 echo $ECHO_N "(cached) $ECHO_C" >&6
1723 else
1724 cat >conftest.make <<\_ACEOF
1725 all:
1726 @echo 'ac_maketemp="$(MAKE)"'
1727 _ACEOF
1728 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1729 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1730 if test -n "$ac_maketemp"; then
1731 eval ac_cv_prog_make_${ac_make}_set=yes
1732 else
1733 eval ac_cv_prog_make_${ac_make}_set=no
1735 rm -f conftest.make
1737 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1738 echo "$as_me:$LINENO: result: yes" >&5
1739 echo "${ECHO_T}yes" >&6
1740 SET_MAKE=
1741 else
1742 echo "$as_me:$LINENO: result: no" >&5
1743 echo "${ECHO_T}no" >&6
1744 SET_MAKE="MAKE=${MAKE-make}"
1747 rm -rf .tst 2>/dev/null
1748 mkdir .tst 2>/dev/null
1749 if test -d .tst; then
1750 am__leading_dot=.
1751 else
1752 am__leading_dot=_
1754 rmdir .tst 2>/dev/null
1756 # test to see if srcdir already configured
1757 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1758 test -f $srcdir/config.status; then
1759 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1760 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1761 { (exit 1); exit 1; }; }
1764 # test whether we have cygpath
1765 if test -z "$CYGPATH_W"; then
1766 if (cygpath --version) >/dev/null 2>/dev/null; then
1767 CYGPATH_W='cygpath -w'
1768 else
1769 CYGPATH_W=echo
1774 # Define the identity of the package.
1775 PACKAGE='amule'
1776 VERSION='SVN'
1779 cat >>confdefs.h <<_ACEOF
1780 #define PACKAGE "$PACKAGE"
1781 _ACEOF
1784 cat >>confdefs.h <<_ACEOF
1785 #define VERSION "$VERSION"
1786 _ACEOF
1788 # Some tools Automake needs.
1790 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1793 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1796 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1799 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1802 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1804 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1806 # Installed binaries are usually stripped using `strip' when the user
1807 # run `make install-strip'. However `strip' might not be the right
1808 # tool to use in cross-compilation environments, therefore Automake
1809 # will honor the `STRIP' environment variable to overrule this program.
1810 if test "$cross_compiling" != no; then
1811 if test -n "$ac_tool_prefix"; then
1812 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1813 set dummy ${ac_tool_prefix}strip; ac_word=$2
1814 echo "$as_me:$LINENO: checking for $ac_word" >&5
1815 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1816 if test "${ac_cv_prog_STRIP+set}" = set; then
1817 echo $ECHO_N "(cached) $ECHO_C" >&6
1818 else
1819 if test -n "$STRIP"; then
1820 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1821 else
1822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1823 for as_dir in $PATH
1825 IFS=$as_save_IFS
1826 test -z "$as_dir" && as_dir=.
1827 for ac_exec_ext in '' $ac_executable_extensions; do
1828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1829 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1830 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1831 break 2
1833 done
1834 done
1838 STRIP=$ac_cv_prog_STRIP
1839 if test -n "$STRIP"; then
1840 echo "$as_me:$LINENO: result: $STRIP" >&5
1841 echo "${ECHO_T}$STRIP" >&6
1842 else
1843 echo "$as_me:$LINENO: result: no" >&5
1844 echo "${ECHO_T}no" >&6
1848 if test -z "$ac_cv_prog_STRIP"; then
1849 ac_ct_STRIP=$STRIP
1850 # Extract the first word of "strip", so it can be a program name with args.
1851 set dummy strip; ac_word=$2
1852 echo "$as_me:$LINENO: checking for $ac_word" >&5
1853 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1854 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1855 echo $ECHO_N "(cached) $ECHO_C" >&6
1856 else
1857 if test -n "$ac_ct_STRIP"; then
1858 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1859 else
1860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1861 for as_dir in $PATH
1863 IFS=$as_save_IFS
1864 test -z "$as_dir" && as_dir=.
1865 for ac_exec_ext in '' $ac_executable_extensions; do
1866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1867 ac_cv_prog_ac_ct_STRIP="strip"
1868 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1869 break 2
1871 done
1872 done
1874 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1877 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1878 if test -n "$ac_ct_STRIP"; then
1879 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1880 echo "${ECHO_T}$ac_ct_STRIP" >&6
1881 else
1882 echo "$as_me:$LINENO: result: no" >&5
1883 echo "${ECHO_T}no" >&6
1886 STRIP=$ac_ct_STRIP
1887 else
1888 STRIP="$ac_cv_prog_STRIP"
1892 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1894 # We need awk for the "check" target. The system "awk" is bad on
1895 # some platforms.
1896 # Always define AMTAR for backward compatibility.
1898 AMTAR=${AMTAR-"${am_missing_run}tar"}
1900 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1908 ac_config_headers="$ac_config_headers config.h"
1910 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1911 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1912 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1913 if test "${enable_maintainer_mode+set}" = set; then
1914 enableval="$enable_maintainer_mode"
1915 USE_MAINTAINER_MODE=$enableval
1916 else
1917 USE_MAINTAINER_MODE=no
1919 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1920 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1923 if test $USE_MAINTAINER_MODE = yes; then
1924 MAINTAINER_MODE_TRUE=
1925 MAINTAINER_MODE_FALSE='#'
1926 else
1927 MAINTAINER_MODE_TRUE='#'
1928 MAINTAINER_MODE_FALSE=
1931 MAINT=$MAINTAINER_MODE_TRUE
1935 # Removing -fomit since it causes problems with CryptoPP
1936 CFLAGS="`echo $CFLAGS | sed "s/-fomit-frame-pointer//g"`"
1937 CXXFLAGS="`echo $CXXFLAGS | sed "s/-fomit-frame-pointer//g"`"
1939 # System detection, need AC_CANONICAL_HOST
1940 case "${host_os}" in
1942 SYS=unknown
1944 darwin*)
1945 SYS=darwin
1946 CFLAGS="${CFLAGS} -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH";
1947 LDFLAGS="$LDFLAGS -bind_at_load"
1948 touch src/Scanner.cpp
1950 openbsd*)
1951 SYS=openbsd
1952 LIBS="$LIBS -L/usr/local/lib"
1953 X11LIBS="-lX11 -L/usr/X11R6/lib"
1954 CXXFLAGS=" $CXXFLAGS -D__OPENBSD__"
1955 if test "$DEBUG_FLAGS" != ""; then
1956 DEBUG_FLAGS="-Wall -g -fno-inline -D__DEBUG__"
1959 *cygwin* | *mingw32*)
1960 SYS=win32
1961 CFLAGS="$CFLAGS -DNOMINMAX"
1962 CXXFLAGS="$CXXFLAGS -DNOMINMAX"
1964 solaris*)
1965 RESOLV_LIB="-lresolv -lnsl"
1966 X11LIBS="-lX11"
1967 LIBS="$LIBS -lrt"
1968 esac
1973 # Checks for programs.
1974 ac_ext=cc
1975 ac_cpp='$CXXCPP $CPPFLAGS'
1976 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1977 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1978 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1979 if test -n "$ac_tool_prefix"; then
1980 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
1982 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1983 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1984 echo "$as_me:$LINENO: checking for $ac_word" >&5
1985 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1986 if test "${ac_cv_prog_CXX+set}" = set; then
1987 echo $ECHO_N "(cached) $ECHO_C" >&6
1988 else
1989 if test -n "$CXX"; then
1990 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1991 else
1992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1993 for as_dir in $PATH
1995 IFS=$as_save_IFS
1996 test -z "$as_dir" && as_dir=.
1997 for ac_exec_ext in '' $ac_executable_extensions; do
1998 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1999 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2001 break 2
2003 done
2004 done
2008 CXX=$ac_cv_prog_CXX
2009 if test -n "$CXX"; then
2010 echo "$as_me:$LINENO: result: $CXX" >&5
2011 echo "${ECHO_T}$CXX" >&6
2012 else
2013 echo "$as_me:$LINENO: result: no" >&5
2014 echo "${ECHO_T}no" >&6
2017 test -n "$CXX" && break
2018 done
2020 if test -z "$CXX"; then
2021 ac_ct_CXX=$CXX
2022 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2024 # Extract the first word of "$ac_prog", so it can be a program name with args.
2025 set dummy $ac_prog; ac_word=$2
2026 echo "$as_me:$LINENO: checking for $ac_word" >&5
2027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2028 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2029 echo $ECHO_N "(cached) $ECHO_C" >&6
2030 else
2031 if test -n "$ac_ct_CXX"; then
2032 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2033 else
2034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2035 for as_dir in $PATH
2037 IFS=$as_save_IFS
2038 test -z "$as_dir" && as_dir=.
2039 for ac_exec_ext in '' $ac_executable_extensions; do
2040 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2041 ac_cv_prog_ac_ct_CXX="$ac_prog"
2042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2043 break 2
2045 done
2046 done
2050 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2051 if test -n "$ac_ct_CXX"; then
2052 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2053 echo "${ECHO_T}$ac_ct_CXX" >&6
2054 else
2055 echo "$as_me:$LINENO: result: no" >&5
2056 echo "${ECHO_T}no" >&6
2059 test -n "$ac_ct_CXX" && break
2060 done
2061 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2063 CXX=$ac_ct_CXX
2067 # Provide some information about the compiler.
2068 echo "$as_me:$LINENO:" \
2069 "checking for C++ compiler version" >&5
2070 ac_compiler=`set X $ac_compile; echo $2`
2071 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2072 (eval $ac_compiler --version </dev/null >&5) 2>&5
2073 ac_status=$?
2074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2075 (exit $ac_status); }
2076 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2077 (eval $ac_compiler -v </dev/null >&5) 2>&5
2078 ac_status=$?
2079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2080 (exit $ac_status); }
2081 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2082 (eval $ac_compiler -V </dev/null >&5) 2>&5
2083 ac_status=$?
2084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2085 (exit $ac_status); }
2087 cat >conftest.$ac_ext <<_ACEOF
2088 /* confdefs.h. */
2089 _ACEOF
2090 cat confdefs.h >>conftest.$ac_ext
2091 cat >>conftest.$ac_ext <<_ACEOF
2092 /* end confdefs.h. */
2095 main ()
2099 return 0;
2101 _ACEOF
2102 ac_clean_files_save=$ac_clean_files
2103 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2104 # Try to create an executable without -o first, disregard a.out.
2105 # It will help us diagnose broken compilers, and finding out an intuition
2106 # of exeext.
2107 echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
2108 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
2109 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2110 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2111 (eval $ac_link_default) 2>&5
2112 ac_status=$?
2113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2114 (exit $ac_status); }; then
2115 # Find the output, starting from the most likely. This scheme is
2116 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2117 # resort.
2119 # Be careful to initialize this variable, since it used to be cached.
2120 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2121 ac_cv_exeext=
2122 # b.out is created by i960 compilers.
2123 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2125 test -f "$ac_file" || continue
2126 case $ac_file in
2127 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2129 conftest.$ac_ext )
2130 # This is the source file.
2132 [ab].out )
2133 # We found the default executable, but exeext='' is most
2134 # certainly right.
2135 break;;
2136 *.* )
2137 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2138 # FIXME: I believe we export ac_cv_exeext for Libtool,
2139 # but it would be cool to find out if it's true. Does anybody
2140 # maintain Libtool? --akim.
2141 export ac_cv_exeext
2142 break;;
2144 break;;
2145 esac
2146 done
2147 else
2148 echo "$as_me: failed program was:" >&5
2149 sed 's/^/| /' conftest.$ac_ext >&5
2151 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
2152 See \`config.log' for more details." >&5
2153 echo "$as_me: error: C++ compiler cannot create executables
2154 See \`config.log' for more details." >&2;}
2155 { (exit 77); exit 77; }; }
2158 ac_exeext=$ac_cv_exeext
2159 echo "$as_me:$LINENO: result: $ac_file" >&5
2160 echo "${ECHO_T}$ac_file" >&6
2162 # Check the compiler produces executables we can run. If not, either
2163 # the compiler is broken, or we cross compile.
2164 echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
2165 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6
2166 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2167 # If not cross compiling, check that we can run a simple program.
2168 if test "$cross_compiling" != yes; then
2169 if { ac_try='./$ac_file'
2170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2171 (eval $ac_try) 2>&5
2172 ac_status=$?
2173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2174 (exit $ac_status); }; }; then
2175 cross_compiling=no
2176 else
2177 if test "$cross_compiling" = maybe; then
2178 cross_compiling=yes
2179 else
2180 { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
2181 If you meant to cross compile, use \`--host'.
2182 See \`config.log' for more details." >&5
2183 echo "$as_me: error: cannot run C++ compiled programs.
2184 If you meant to cross compile, use \`--host'.
2185 See \`config.log' for more details." >&2;}
2186 { (exit 1); exit 1; }; }
2190 echo "$as_me:$LINENO: result: yes" >&5
2191 echo "${ECHO_T}yes" >&6
2193 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2194 ac_clean_files=$ac_clean_files_save
2195 # Check the compiler produces executables we can run. If not, either
2196 # the compiler is broken, or we cross compile.
2197 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2198 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2199 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2200 echo "${ECHO_T}$cross_compiling" >&6
2202 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2203 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2204 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2205 (eval $ac_link) 2>&5
2206 ac_status=$?
2207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2208 (exit $ac_status); }; then
2209 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2210 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2211 # work properly (i.e., refer to `conftest.exe'), while it won't with
2212 # `rm'.
2213 for ac_file in conftest.exe conftest conftest.*; do
2214 test -f "$ac_file" || continue
2215 case $ac_file in
2216 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2217 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2218 export ac_cv_exeext
2219 break;;
2220 * ) break;;
2221 esac
2222 done
2223 else
2224 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2225 See \`config.log' for more details." >&5
2226 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2227 See \`config.log' for more details." >&2;}
2228 { (exit 1); exit 1; }; }
2231 rm -f conftest$ac_cv_exeext
2232 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2233 echo "${ECHO_T}$ac_cv_exeext" >&6
2235 rm -f conftest.$ac_ext
2236 EXEEXT=$ac_cv_exeext
2237 ac_exeext=$EXEEXT
2238 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2239 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2240 if test "${ac_cv_objext+set}" = set; then
2241 echo $ECHO_N "(cached) $ECHO_C" >&6
2242 else
2243 cat >conftest.$ac_ext <<_ACEOF
2244 /* confdefs.h. */
2245 _ACEOF
2246 cat confdefs.h >>conftest.$ac_ext
2247 cat >>conftest.$ac_ext <<_ACEOF
2248 /* end confdefs.h. */
2251 main ()
2255 return 0;
2257 _ACEOF
2258 rm -f conftest.o conftest.obj
2259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2260 (eval $ac_compile) 2>&5
2261 ac_status=$?
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); }; then
2264 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2265 case $ac_file in
2266 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2267 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2268 break;;
2269 esac
2270 done
2271 else
2272 echo "$as_me: failed program was:" >&5
2273 sed 's/^/| /' conftest.$ac_ext >&5
2275 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2276 See \`config.log' for more details." >&5
2277 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2278 See \`config.log' for more details." >&2;}
2279 { (exit 1); exit 1; }; }
2282 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2284 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2285 echo "${ECHO_T}$ac_cv_objext" >&6
2286 OBJEXT=$ac_cv_objext
2287 ac_objext=$OBJEXT
2288 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2289 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2290 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2291 echo $ECHO_N "(cached) $ECHO_C" >&6
2292 else
2293 cat >conftest.$ac_ext <<_ACEOF
2294 /* confdefs.h. */
2295 _ACEOF
2296 cat confdefs.h >>conftest.$ac_ext
2297 cat >>conftest.$ac_ext <<_ACEOF
2298 /* end confdefs.h. */
2301 main ()
2303 #ifndef __GNUC__
2304 choke me
2305 #endif
2308 return 0;
2310 _ACEOF
2311 rm -f conftest.$ac_objext
2312 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2313 (eval $ac_compile) 2>conftest.er1
2314 ac_status=$?
2315 grep -v '^ *+' conftest.er1 >conftest.err
2316 rm -f conftest.er1
2317 cat conftest.err >&5
2318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2319 (exit $ac_status); } &&
2320 { ac_try='test -z "$ac_cxx_werror_flag"
2321 || test ! -s conftest.err'
2322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2323 (eval $ac_try) 2>&5
2324 ac_status=$?
2325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2326 (exit $ac_status); }; } &&
2327 { ac_try='test -s conftest.$ac_objext'
2328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2329 (eval $ac_try) 2>&5
2330 ac_status=$?
2331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2332 (exit $ac_status); }; }; then
2333 ac_compiler_gnu=yes
2334 else
2335 echo "$as_me: failed program was:" >&5
2336 sed 's/^/| /' conftest.$ac_ext >&5
2338 ac_compiler_gnu=no
2340 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2341 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2344 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2345 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2346 GXX=`test $ac_compiler_gnu = yes && echo yes`
2347 ac_test_CXXFLAGS=${CXXFLAGS+set}
2348 ac_save_CXXFLAGS=$CXXFLAGS
2349 CXXFLAGS="-g"
2350 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2351 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2352 if test "${ac_cv_prog_cxx_g+set}" = set; then
2353 echo $ECHO_N "(cached) $ECHO_C" >&6
2354 else
2355 cat >conftest.$ac_ext <<_ACEOF
2356 /* confdefs.h. */
2357 _ACEOF
2358 cat confdefs.h >>conftest.$ac_ext
2359 cat >>conftest.$ac_ext <<_ACEOF
2360 /* end confdefs.h. */
2363 main ()
2367 return 0;
2369 _ACEOF
2370 rm -f conftest.$ac_objext
2371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2372 (eval $ac_compile) 2>conftest.er1
2373 ac_status=$?
2374 grep -v '^ *+' conftest.er1 >conftest.err
2375 rm -f conftest.er1
2376 cat conftest.err >&5
2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 (exit $ac_status); } &&
2379 { ac_try='test -z "$ac_cxx_werror_flag"
2380 || test ! -s conftest.err'
2381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2382 (eval $ac_try) 2>&5
2383 ac_status=$?
2384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2385 (exit $ac_status); }; } &&
2386 { ac_try='test -s conftest.$ac_objext'
2387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2388 (eval $ac_try) 2>&5
2389 ac_status=$?
2390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391 (exit $ac_status); }; }; then
2392 ac_cv_prog_cxx_g=yes
2393 else
2394 echo "$as_me: failed program was:" >&5
2395 sed 's/^/| /' conftest.$ac_ext >&5
2397 ac_cv_prog_cxx_g=no
2399 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2401 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2402 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2403 if test "$ac_test_CXXFLAGS" = set; then
2404 CXXFLAGS=$ac_save_CXXFLAGS
2405 elif test $ac_cv_prog_cxx_g = yes; then
2406 if test "$GXX" = yes; then
2407 CXXFLAGS="-g -O2"
2408 else
2409 CXXFLAGS="-g"
2411 else
2412 if test "$GXX" = yes; then
2413 CXXFLAGS="-O2"
2414 else
2415 CXXFLAGS=
2418 for ac_declaration in \
2419 '' \
2420 'extern "C" void std::exit (int) throw (); using std::exit;' \
2421 'extern "C" void std::exit (int); using std::exit;' \
2422 'extern "C" void exit (int) throw ();' \
2423 'extern "C" void exit (int);' \
2424 'void exit (int);'
2426 cat >conftest.$ac_ext <<_ACEOF
2427 /* confdefs.h. */
2428 _ACEOF
2429 cat confdefs.h >>conftest.$ac_ext
2430 cat >>conftest.$ac_ext <<_ACEOF
2431 /* end confdefs.h. */
2432 $ac_declaration
2433 #include <stdlib.h>
2435 main ()
2437 exit (42);
2439 return 0;
2441 _ACEOF
2442 rm -f conftest.$ac_objext
2443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2444 (eval $ac_compile) 2>conftest.er1
2445 ac_status=$?
2446 grep -v '^ *+' conftest.er1 >conftest.err
2447 rm -f conftest.er1
2448 cat conftest.err >&5
2449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2450 (exit $ac_status); } &&
2451 { ac_try='test -z "$ac_cxx_werror_flag"
2452 || test ! -s conftest.err'
2453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2454 (eval $ac_try) 2>&5
2455 ac_status=$?
2456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2457 (exit $ac_status); }; } &&
2458 { ac_try='test -s conftest.$ac_objext'
2459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2460 (eval $ac_try) 2>&5
2461 ac_status=$?
2462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2463 (exit $ac_status); }; }; then
2465 else
2466 echo "$as_me: failed program was:" >&5
2467 sed 's/^/| /' conftest.$ac_ext >&5
2469 continue
2471 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2472 cat >conftest.$ac_ext <<_ACEOF
2473 /* confdefs.h. */
2474 _ACEOF
2475 cat confdefs.h >>conftest.$ac_ext
2476 cat >>conftest.$ac_ext <<_ACEOF
2477 /* end confdefs.h. */
2478 $ac_declaration
2480 main ()
2482 exit (42);
2484 return 0;
2486 _ACEOF
2487 rm -f conftest.$ac_objext
2488 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2489 (eval $ac_compile) 2>conftest.er1
2490 ac_status=$?
2491 grep -v '^ *+' conftest.er1 >conftest.err
2492 rm -f conftest.er1
2493 cat conftest.err >&5
2494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495 (exit $ac_status); } &&
2496 { ac_try='test -z "$ac_cxx_werror_flag"
2497 || test ! -s conftest.err'
2498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2499 (eval $ac_try) 2>&5
2500 ac_status=$?
2501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2502 (exit $ac_status); }; } &&
2503 { ac_try='test -s conftest.$ac_objext'
2504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2505 (eval $ac_try) 2>&5
2506 ac_status=$?
2507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2508 (exit $ac_status); }; }; then
2509 break
2510 else
2511 echo "$as_me: failed program was:" >&5
2512 sed 's/^/| /' conftest.$ac_ext >&5
2515 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2516 done
2517 rm -f conftest*
2518 if test -n "$ac_declaration"; then
2519 echo '#ifdef __cplusplus' >>confdefs.h
2520 echo $ac_declaration >>confdefs.h
2521 echo '#endif' >>confdefs.h
2524 ac_ext=c
2525 ac_cpp='$CPP $CPPFLAGS'
2526 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2527 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2528 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2529 DEPDIR="${am__leading_dot}deps"
2531 ac_config_commands="$ac_config_commands depfiles"
2534 am_make=${MAKE-make}
2535 cat > confinc << 'END'
2536 am__doit:
2537 @echo done
2538 .PHONY: am__doit
2540 # If we don't find an include directive, just comment out the code.
2541 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2542 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2543 am__include="#"
2544 am__quote=
2545 _am_result=none
2546 # First try GNU make style include.
2547 echo "include confinc" > confmf
2548 # We grep out `Entering directory' and `Leaving directory'
2549 # messages which can occur if `w' ends up in MAKEFLAGS.
2550 # In particular we don't look at `^make:' because GNU make might
2551 # be invoked under some other name (usually "gmake"), in which
2552 # case it prints its new name instead of `make'.
2553 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2554 am__include=include
2555 am__quote=
2556 _am_result=GNU
2558 # Now try BSD make style include.
2559 if test "$am__include" = "#"; then
2560 echo '.include "confinc"' > confmf
2561 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2562 am__include=.include
2563 am__quote="\""
2564 _am_result=BSD
2569 echo "$as_me:$LINENO: result: $_am_result" >&5
2570 echo "${ECHO_T}$_am_result" >&6
2571 rm -f confinc confmf
2573 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2574 if test "${enable_dependency_tracking+set}" = set; then
2575 enableval="$enable_dependency_tracking"
2578 if test "x$enable_dependency_tracking" != xno; then
2579 am_depcomp="$ac_aux_dir/depcomp"
2580 AMDEPBACKSLASH='\'
2584 if test "x$enable_dependency_tracking" != xno; then
2585 AMDEP_TRUE=
2586 AMDEP_FALSE='#'
2587 else
2588 AMDEP_TRUE='#'
2589 AMDEP_FALSE=
2595 depcc="$CXX" am_compiler_list=
2597 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2598 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2599 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
2600 echo $ECHO_N "(cached) $ECHO_C" >&6
2601 else
2602 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2603 # We make a subdir and do the tests there. Otherwise we can end up
2604 # making bogus files that we don't know about and never remove. For
2605 # instance it was reported that on HP-UX the gcc test will end up
2606 # making a dummy file named `D' -- because `-MD' means `put the output
2607 # in D'.
2608 mkdir conftest.dir
2609 # Copy depcomp to subdir because otherwise we won't find it if we're
2610 # using a relative directory.
2611 cp "$am_depcomp" conftest.dir
2612 cd conftest.dir
2613 # We will build objects and dependencies in a subdirectory because
2614 # it helps to detect inapplicable dependency modes. For instance
2615 # both Tru64's cc and ICC support -MD to output dependencies as a
2616 # side effect of compilation, but ICC will put the dependencies in
2617 # the current directory while Tru64 will put them in the object
2618 # directory.
2619 mkdir sub
2621 am_cv_CXX_dependencies_compiler_type=none
2622 if test "$am_compiler_list" = ""; then
2623 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2625 for depmode in $am_compiler_list; do
2626 # Setup a source with many dependencies, because some compilers
2627 # like to wrap large dependency lists on column 80 (with \), and
2628 # we should not choose a depcomp mode which is confused by this.
2630 # We need to recreate these files for each test, as the compiler may
2631 # overwrite some of them when testing with obscure command lines.
2632 # This happens at least with the AIX C compiler.
2633 : > sub/conftest.c
2634 for i in 1 2 3 4 5 6; do
2635 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2636 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2637 # Solaris 8's {/usr,}/bin/sh.
2638 touch sub/conftst$i.h
2639 done
2640 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2642 case $depmode in
2643 nosideeffect)
2644 # after this tag, mechanisms are not by side-effect, so they'll
2645 # only be used when explicitly requested
2646 if test "x$enable_dependency_tracking" = xyes; then
2647 continue
2648 else
2649 break
2652 none) break ;;
2653 esac
2654 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2655 # mode. It turns out that the SunPro C++ compiler does not properly
2656 # handle `-M -o', and we need to detect this.
2657 if depmode=$depmode \
2658 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2659 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2660 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2661 >/dev/null 2>conftest.err &&
2662 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2663 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2664 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2665 # icc doesn't choke on unknown options, it will just issue warnings
2666 # or remarks (even with -Werror). So we grep stderr for any message
2667 # that says an option was ignored or not supported.
2668 # When given -MP, icc 7.0 and 7.1 complain thusly:
2669 # icc: Command line warning: ignoring option '-M'; no argument required
2670 # The diagnosis changed in icc 8.0:
2671 # icc: Command line remark: option '-MP' not supported
2672 if (grep 'ignoring option' conftest.err ||
2673 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2674 am_cv_CXX_dependencies_compiler_type=$depmode
2675 break
2678 done
2680 cd ..
2681 rm -rf conftest.dir
2682 else
2683 am_cv_CXX_dependencies_compiler_type=none
2687 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
2688 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
2689 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
2694 test "x$enable_dependency_tracking" != xno \
2695 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
2696 am__fastdepCXX_TRUE=
2697 am__fastdepCXX_FALSE='#'
2698 else
2699 am__fastdepCXX_TRUE='#'
2700 am__fastdepCXX_FALSE=
2704 ac_ext=cc
2705 ac_cpp='$CXXCPP $CPPFLAGS'
2706 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2707 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2708 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2709 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
2710 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
2711 if test -z "$CXXCPP"; then
2712 if test "${ac_cv_prog_CXXCPP+set}" = set; then
2713 echo $ECHO_N "(cached) $ECHO_C" >&6
2714 else
2715 # Double quotes because CXXCPP needs to be expanded
2716 for CXXCPP in "$CXX -E" "/lib/cpp"
2718 ac_preproc_ok=false
2719 for ac_cxx_preproc_warn_flag in '' yes
2721 # Use a header file that comes with gcc, so configuring glibc
2722 # with a fresh cross-compiler works.
2723 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2724 # <limits.h> exists even on freestanding compilers.
2725 # On the NeXT, cc -E runs the code through the compiler's parser,
2726 # not just through cpp. "Syntax error" is here to catch this case.
2727 cat >conftest.$ac_ext <<_ACEOF
2728 /* confdefs.h. */
2729 _ACEOF
2730 cat confdefs.h >>conftest.$ac_ext
2731 cat >>conftest.$ac_ext <<_ACEOF
2732 /* end confdefs.h. */
2733 #ifdef __STDC__
2734 # include <limits.h>
2735 #else
2736 # include <assert.h>
2737 #endif
2738 Syntax error
2739 _ACEOF
2740 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2741 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2742 ac_status=$?
2743 grep -v '^ *+' conftest.er1 >conftest.err
2744 rm -f conftest.er1
2745 cat conftest.err >&5
2746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747 (exit $ac_status); } >/dev/null; then
2748 if test -s conftest.err; then
2749 ac_cpp_err=$ac_cxx_preproc_warn_flag
2750 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
2751 else
2752 ac_cpp_err=
2754 else
2755 ac_cpp_err=yes
2757 if test -z "$ac_cpp_err"; then
2759 else
2760 echo "$as_me: failed program was:" >&5
2761 sed 's/^/| /' conftest.$ac_ext >&5
2763 # Broken: fails on valid input.
2764 continue
2766 rm -f conftest.err conftest.$ac_ext
2768 # OK, works on sane cases. Now check whether non-existent headers
2769 # can be detected and how.
2770 cat >conftest.$ac_ext <<_ACEOF
2771 /* confdefs.h. */
2772 _ACEOF
2773 cat confdefs.h >>conftest.$ac_ext
2774 cat >>conftest.$ac_ext <<_ACEOF
2775 /* end confdefs.h. */
2776 #include <ac_nonexistent.h>
2777 _ACEOF
2778 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2779 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2780 ac_status=$?
2781 grep -v '^ *+' conftest.er1 >conftest.err
2782 rm -f conftest.er1
2783 cat conftest.err >&5
2784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785 (exit $ac_status); } >/dev/null; then
2786 if test -s conftest.err; then
2787 ac_cpp_err=$ac_cxx_preproc_warn_flag
2788 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
2789 else
2790 ac_cpp_err=
2792 else
2793 ac_cpp_err=yes
2795 if test -z "$ac_cpp_err"; then
2796 # Broken: success on invalid input.
2797 continue
2798 else
2799 echo "$as_me: failed program was:" >&5
2800 sed 's/^/| /' conftest.$ac_ext >&5
2802 # Passes both tests.
2803 ac_preproc_ok=:
2804 break
2806 rm -f conftest.err conftest.$ac_ext
2808 done
2809 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2810 rm -f conftest.err conftest.$ac_ext
2811 if $ac_preproc_ok; then
2812 break
2815 done
2816 ac_cv_prog_CXXCPP=$CXXCPP
2819 CXXCPP=$ac_cv_prog_CXXCPP
2820 else
2821 ac_cv_prog_CXXCPP=$CXXCPP
2823 echo "$as_me:$LINENO: result: $CXXCPP" >&5
2824 echo "${ECHO_T}$CXXCPP" >&6
2825 ac_preproc_ok=false
2826 for ac_cxx_preproc_warn_flag in '' yes
2828 # Use a header file that comes with gcc, so configuring glibc
2829 # with a fresh cross-compiler works.
2830 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2831 # <limits.h> exists even on freestanding compilers.
2832 # On the NeXT, cc -E runs the code through the compiler's parser,
2833 # not just through cpp. "Syntax error" is here to catch this case.
2834 cat >conftest.$ac_ext <<_ACEOF
2835 /* confdefs.h. */
2836 _ACEOF
2837 cat confdefs.h >>conftest.$ac_ext
2838 cat >>conftest.$ac_ext <<_ACEOF
2839 /* end confdefs.h. */
2840 #ifdef __STDC__
2841 # include <limits.h>
2842 #else
2843 # include <assert.h>
2844 #endif
2845 Syntax error
2846 _ACEOF
2847 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2848 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2849 ac_status=$?
2850 grep -v '^ *+' conftest.er1 >conftest.err
2851 rm -f conftest.er1
2852 cat conftest.err >&5
2853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2854 (exit $ac_status); } >/dev/null; then
2855 if test -s conftest.err; then
2856 ac_cpp_err=$ac_cxx_preproc_warn_flag
2857 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
2858 else
2859 ac_cpp_err=
2861 else
2862 ac_cpp_err=yes
2864 if test -z "$ac_cpp_err"; then
2866 else
2867 echo "$as_me: failed program was:" >&5
2868 sed 's/^/| /' conftest.$ac_ext >&5
2870 # Broken: fails on valid input.
2871 continue
2873 rm -f conftest.err conftest.$ac_ext
2875 # OK, works on sane cases. Now check whether non-existent headers
2876 # can be detected and how.
2877 cat >conftest.$ac_ext <<_ACEOF
2878 /* confdefs.h. */
2879 _ACEOF
2880 cat confdefs.h >>conftest.$ac_ext
2881 cat >>conftest.$ac_ext <<_ACEOF
2882 /* end confdefs.h. */
2883 #include <ac_nonexistent.h>
2884 _ACEOF
2885 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2886 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2887 ac_status=$?
2888 grep -v '^ *+' conftest.er1 >conftest.err
2889 rm -f conftest.er1
2890 cat conftest.err >&5
2891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2892 (exit $ac_status); } >/dev/null; then
2893 if test -s conftest.err; then
2894 ac_cpp_err=$ac_cxx_preproc_warn_flag
2895 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
2896 else
2897 ac_cpp_err=
2899 else
2900 ac_cpp_err=yes
2902 if test -z "$ac_cpp_err"; then
2903 # Broken: success on invalid input.
2904 continue
2905 else
2906 echo "$as_me: failed program was:" >&5
2907 sed 's/^/| /' conftest.$ac_ext >&5
2909 # Passes both tests.
2910 ac_preproc_ok=:
2911 break
2913 rm -f conftest.err conftest.$ac_ext
2915 done
2916 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2917 rm -f conftest.err conftest.$ac_ext
2918 if $ac_preproc_ok; then
2920 else
2921 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
2922 See \`config.log' for more details." >&5
2923 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
2924 See \`config.log' for more details." >&2;}
2925 { (exit 1); exit 1; }; }
2928 ac_ext=c
2929 ac_cpp='$CPP $CPPFLAGS'
2930 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2931 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2932 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2934 ac_ext=c
2935 ac_cpp='$CPP $CPPFLAGS'
2936 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2937 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2938 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2939 if test -n "$ac_tool_prefix"; then
2940 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2941 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2942 echo "$as_me:$LINENO: checking for $ac_word" >&5
2943 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2944 if test "${ac_cv_prog_CC+set}" = set; then
2945 echo $ECHO_N "(cached) $ECHO_C" >&6
2946 else
2947 if test -n "$CC"; then
2948 ac_cv_prog_CC="$CC" # Let the user override the test.
2949 else
2950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2951 for as_dir in $PATH
2953 IFS=$as_save_IFS
2954 test -z "$as_dir" && as_dir=.
2955 for ac_exec_ext in '' $ac_executable_extensions; do
2956 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2957 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2958 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2959 break 2
2961 done
2962 done
2966 CC=$ac_cv_prog_CC
2967 if test -n "$CC"; then
2968 echo "$as_me:$LINENO: result: $CC" >&5
2969 echo "${ECHO_T}$CC" >&6
2970 else
2971 echo "$as_me:$LINENO: result: no" >&5
2972 echo "${ECHO_T}no" >&6
2976 if test -z "$ac_cv_prog_CC"; then
2977 ac_ct_CC=$CC
2978 # Extract the first word of "gcc", so it can be a program name with args.
2979 set dummy gcc; ac_word=$2
2980 echo "$as_me:$LINENO: checking for $ac_word" >&5
2981 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2982 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2983 echo $ECHO_N "(cached) $ECHO_C" >&6
2984 else
2985 if test -n "$ac_ct_CC"; then
2986 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2987 else
2988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2989 for as_dir in $PATH
2991 IFS=$as_save_IFS
2992 test -z "$as_dir" && as_dir=.
2993 for ac_exec_ext in '' $ac_executable_extensions; do
2994 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2995 ac_cv_prog_ac_ct_CC="gcc"
2996 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2997 break 2
2999 done
3000 done
3004 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3005 if test -n "$ac_ct_CC"; then
3006 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3007 echo "${ECHO_T}$ac_ct_CC" >&6
3008 else
3009 echo "$as_me:$LINENO: result: no" >&5
3010 echo "${ECHO_T}no" >&6
3013 CC=$ac_ct_CC
3014 else
3015 CC="$ac_cv_prog_CC"
3018 if test -z "$CC"; then
3019 if test -n "$ac_tool_prefix"; then
3020 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3021 set dummy ${ac_tool_prefix}cc; ac_word=$2
3022 echo "$as_me:$LINENO: checking for $ac_word" >&5
3023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3024 if test "${ac_cv_prog_CC+set}" = set; then
3025 echo $ECHO_N "(cached) $ECHO_C" >&6
3026 else
3027 if test -n "$CC"; then
3028 ac_cv_prog_CC="$CC" # Let the user override the test.
3029 else
3030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3031 for as_dir in $PATH
3033 IFS=$as_save_IFS
3034 test -z "$as_dir" && as_dir=.
3035 for ac_exec_ext in '' $ac_executable_extensions; do
3036 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3037 ac_cv_prog_CC="${ac_tool_prefix}cc"
3038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3039 break 2
3041 done
3042 done
3046 CC=$ac_cv_prog_CC
3047 if test -n "$CC"; then
3048 echo "$as_me:$LINENO: result: $CC" >&5
3049 echo "${ECHO_T}$CC" >&6
3050 else
3051 echo "$as_me:$LINENO: result: no" >&5
3052 echo "${ECHO_T}no" >&6
3056 if test -z "$ac_cv_prog_CC"; then
3057 ac_ct_CC=$CC
3058 # Extract the first word of "cc", so it can be a program name with args.
3059 set dummy cc; ac_word=$2
3060 echo "$as_me:$LINENO: checking for $ac_word" >&5
3061 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3062 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3063 echo $ECHO_N "(cached) $ECHO_C" >&6
3064 else
3065 if test -n "$ac_ct_CC"; then
3066 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3067 else
3068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3069 for as_dir in $PATH
3071 IFS=$as_save_IFS
3072 test -z "$as_dir" && as_dir=.
3073 for ac_exec_ext in '' $ac_executable_extensions; do
3074 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3075 ac_cv_prog_ac_ct_CC="cc"
3076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3077 break 2
3079 done
3080 done
3084 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3085 if test -n "$ac_ct_CC"; then
3086 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3087 echo "${ECHO_T}$ac_ct_CC" >&6
3088 else
3089 echo "$as_me:$LINENO: result: no" >&5
3090 echo "${ECHO_T}no" >&6
3093 CC=$ac_ct_CC
3094 else
3095 CC="$ac_cv_prog_CC"
3099 if test -z "$CC"; then
3100 # Extract the first word of "cc", so it can be a program name with args.
3101 set dummy cc; ac_word=$2
3102 echo "$as_me:$LINENO: checking for $ac_word" >&5
3103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3104 if test "${ac_cv_prog_CC+set}" = set; then
3105 echo $ECHO_N "(cached) $ECHO_C" >&6
3106 else
3107 if test -n "$CC"; then
3108 ac_cv_prog_CC="$CC" # Let the user override the test.
3109 else
3110 ac_prog_rejected=no
3111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3112 for as_dir in $PATH
3114 IFS=$as_save_IFS
3115 test -z "$as_dir" && as_dir=.
3116 for ac_exec_ext in '' $ac_executable_extensions; do
3117 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3118 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3119 ac_prog_rejected=yes
3120 continue
3122 ac_cv_prog_CC="cc"
3123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3124 break 2
3126 done
3127 done
3129 if test $ac_prog_rejected = yes; then
3130 # We found a bogon in the path, so make sure we never use it.
3131 set dummy $ac_cv_prog_CC
3132 shift
3133 if test $# != 0; then
3134 # We chose a different compiler from the bogus one.
3135 # However, it has the same basename, so the bogon will be chosen
3136 # first if we set CC to just the basename; use the full file name.
3137 shift
3138 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3143 CC=$ac_cv_prog_CC
3144 if test -n "$CC"; then
3145 echo "$as_me:$LINENO: result: $CC" >&5
3146 echo "${ECHO_T}$CC" >&6
3147 else
3148 echo "$as_me:$LINENO: result: no" >&5
3149 echo "${ECHO_T}no" >&6
3153 if test -z "$CC"; then
3154 if test -n "$ac_tool_prefix"; then
3155 for ac_prog in cl
3157 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3158 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3159 echo "$as_me:$LINENO: checking for $ac_word" >&5
3160 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3161 if test "${ac_cv_prog_CC+set}" = set; then
3162 echo $ECHO_N "(cached) $ECHO_C" >&6
3163 else
3164 if test -n "$CC"; then
3165 ac_cv_prog_CC="$CC" # Let the user override the test.
3166 else
3167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3168 for as_dir in $PATH
3170 IFS=$as_save_IFS
3171 test -z "$as_dir" && as_dir=.
3172 for ac_exec_ext in '' $ac_executable_extensions; do
3173 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3174 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3175 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3176 break 2
3178 done
3179 done
3183 CC=$ac_cv_prog_CC
3184 if test -n "$CC"; then
3185 echo "$as_me:$LINENO: result: $CC" >&5
3186 echo "${ECHO_T}$CC" >&6
3187 else
3188 echo "$as_me:$LINENO: result: no" >&5
3189 echo "${ECHO_T}no" >&6
3192 test -n "$CC" && break
3193 done
3195 if test -z "$CC"; then
3196 ac_ct_CC=$CC
3197 for ac_prog in cl
3199 # Extract the first word of "$ac_prog", so it can be a program name with args.
3200 set dummy $ac_prog; ac_word=$2
3201 echo "$as_me:$LINENO: checking for $ac_word" >&5
3202 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3203 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3204 echo $ECHO_N "(cached) $ECHO_C" >&6
3205 else
3206 if test -n "$ac_ct_CC"; then
3207 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3208 else
3209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3210 for as_dir in $PATH
3212 IFS=$as_save_IFS
3213 test -z "$as_dir" && as_dir=.
3214 for ac_exec_ext in '' $ac_executable_extensions; do
3215 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3216 ac_cv_prog_ac_ct_CC="$ac_prog"
3217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3218 break 2
3220 done
3221 done
3225 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3226 if test -n "$ac_ct_CC"; then
3227 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3228 echo "${ECHO_T}$ac_ct_CC" >&6
3229 else
3230 echo "$as_me:$LINENO: result: no" >&5
3231 echo "${ECHO_T}no" >&6
3234 test -n "$ac_ct_CC" && break
3235 done
3237 CC=$ac_ct_CC
3243 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3244 See \`config.log' for more details." >&5
3245 echo "$as_me: error: no acceptable C compiler found in \$PATH
3246 See \`config.log' for more details." >&2;}
3247 { (exit 1); exit 1; }; }
3249 # Provide some information about the compiler.
3250 echo "$as_me:$LINENO:" \
3251 "checking for C compiler version" >&5
3252 ac_compiler=`set X $ac_compile; echo $2`
3253 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3254 (eval $ac_compiler --version </dev/null >&5) 2>&5
3255 ac_status=$?
3256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3257 (exit $ac_status); }
3258 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3259 (eval $ac_compiler -v </dev/null >&5) 2>&5
3260 ac_status=$?
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }
3263 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3264 (eval $ac_compiler -V </dev/null >&5) 2>&5
3265 ac_status=$?
3266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3267 (exit $ac_status); }
3269 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3270 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3271 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3272 echo $ECHO_N "(cached) $ECHO_C" >&6
3273 else
3274 cat >conftest.$ac_ext <<_ACEOF
3275 /* confdefs.h. */
3276 _ACEOF
3277 cat confdefs.h >>conftest.$ac_ext
3278 cat >>conftest.$ac_ext <<_ACEOF
3279 /* end confdefs.h. */
3282 main ()
3284 #ifndef __GNUC__
3285 choke me
3286 #endif
3289 return 0;
3291 _ACEOF
3292 rm -f conftest.$ac_objext
3293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3294 (eval $ac_compile) 2>conftest.er1
3295 ac_status=$?
3296 grep -v '^ *+' conftest.er1 >conftest.err
3297 rm -f conftest.er1
3298 cat conftest.err >&5
3299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300 (exit $ac_status); } &&
3301 { ac_try='test -z "$ac_c_werror_flag"
3302 || test ! -s conftest.err'
3303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3304 (eval $ac_try) 2>&5
3305 ac_status=$?
3306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3307 (exit $ac_status); }; } &&
3308 { ac_try='test -s conftest.$ac_objext'
3309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3310 (eval $ac_try) 2>&5
3311 ac_status=$?
3312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3313 (exit $ac_status); }; }; then
3314 ac_compiler_gnu=yes
3315 else
3316 echo "$as_me: failed program was:" >&5
3317 sed 's/^/| /' conftest.$ac_ext >&5
3319 ac_compiler_gnu=no
3321 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3322 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3325 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3326 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3327 GCC=`test $ac_compiler_gnu = yes && echo yes`
3328 ac_test_CFLAGS=${CFLAGS+set}
3329 ac_save_CFLAGS=$CFLAGS
3330 CFLAGS="-g"
3331 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3332 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3333 if test "${ac_cv_prog_cc_g+set}" = set; then
3334 echo $ECHO_N "(cached) $ECHO_C" >&6
3335 else
3336 cat >conftest.$ac_ext <<_ACEOF
3337 /* confdefs.h. */
3338 _ACEOF
3339 cat confdefs.h >>conftest.$ac_ext
3340 cat >>conftest.$ac_ext <<_ACEOF
3341 /* end confdefs.h. */
3344 main ()
3348 return 0;
3350 _ACEOF
3351 rm -f conftest.$ac_objext
3352 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3353 (eval $ac_compile) 2>conftest.er1
3354 ac_status=$?
3355 grep -v '^ *+' conftest.er1 >conftest.err
3356 rm -f conftest.er1
3357 cat conftest.err >&5
3358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3359 (exit $ac_status); } &&
3360 { ac_try='test -z "$ac_c_werror_flag"
3361 || test ! -s conftest.err'
3362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3363 (eval $ac_try) 2>&5
3364 ac_status=$?
3365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366 (exit $ac_status); }; } &&
3367 { ac_try='test -s conftest.$ac_objext'
3368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3369 (eval $ac_try) 2>&5
3370 ac_status=$?
3371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3372 (exit $ac_status); }; }; then
3373 ac_cv_prog_cc_g=yes
3374 else
3375 echo "$as_me: failed program was:" >&5
3376 sed 's/^/| /' conftest.$ac_ext >&5
3378 ac_cv_prog_cc_g=no
3380 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3382 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3383 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3384 if test "$ac_test_CFLAGS" = set; then
3385 CFLAGS=$ac_save_CFLAGS
3386 elif test $ac_cv_prog_cc_g = yes; then
3387 if test "$GCC" = yes; then
3388 CFLAGS="-g -O2"
3389 else
3390 CFLAGS="-g"
3392 else
3393 if test "$GCC" = yes; then
3394 CFLAGS="-O2"
3395 else
3396 CFLAGS=
3399 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3400 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3401 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3402 echo $ECHO_N "(cached) $ECHO_C" >&6
3403 else
3404 ac_cv_prog_cc_stdc=no
3405 ac_save_CC=$CC
3406 cat >conftest.$ac_ext <<_ACEOF
3407 /* confdefs.h. */
3408 _ACEOF
3409 cat confdefs.h >>conftest.$ac_ext
3410 cat >>conftest.$ac_ext <<_ACEOF
3411 /* end confdefs.h. */
3412 #include <stdarg.h>
3413 #include <stdio.h>
3414 #include <sys/types.h>
3415 #include <sys/stat.h>
3416 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3417 struct buf { int x; };
3418 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3419 static char *e (p, i)
3420 char **p;
3421 int i;
3423 return p[i];
3425 static char *f (char * (*g) (char **, int), char **p, ...)
3427 char *s;
3428 va_list v;
3429 va_start (v,p);
3430 s = g (p, va_arg (v,int));
3431 va_end (v);
3432 return s;
3435 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3436 function prototypes and stuff, but not '\xHH' hex character constants.
3437 These don't provoke an error unfortunately, instead are silently treated
3438 as 'x'. The following induces an error, until -std1 is added to get
3439 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3440 array size at least. It's necessary to write '\x00'==0 to get something
3441 that's true only with -std1. */
3442 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3444 int test (int i, double x);
3445 struct s1 {int (*f) (int a);};
3446 struct s2 {int (*f) (double a);};
3447 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3448 int argc;
3449 char **argv;
3451 main ()
3453 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3455 return 0;
3457 _ACEOF
3458 # Don't try gcc -ansi; that turns off useful extensions and
3459 # breaks some systems' header files.
3460 # AIX -qlanglvl=ansi
3461 # Ultrix and OSF/1 -std1
3462 # HP-UX 10.20 and later -Ae
3463 # HP-UX older versions -Aa -D_HPUX_SOURCE
3464 # SVR4 -Xc -D__EXTENSIONS__
3465 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3467 CC="$ac_save_CC $ac_arg"
3468 rm -f conftest.$ac_objext
3469 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3470 (eval $ac_compile) 2>conftest.er1
3471 ac_status=$?
3472 grep -v '^ *+' conftest.er1 >conftest.err
3473 rm -f conftest.er1
3474 cat conftest.err >&5
3475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); } &&
3477 { ac_try='test -z "$ac_c_werror_flag"
3478 || test ! -s conftest.err'
3479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3480 (eval $ac_try) 2>&5
3481 ac_status=$?
3482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483 (exit $ac_status); }; } &&
3484 { ac_try='test -s conftest.$ac_objext'
3485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3486 (eval $ac_try) 2>&5
3487 ac_status=$?
3488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489 (exit $ac_status); }; }; then
3490 ac_cv_prog_cc_stdc=$ac_arg
3491 break
3492 else
3493 echo "$as_me: failed program was:" >&5
3494 sed 's/^/| /' conftest.$ac_ext >&5
3497 rm -f conftest.err conftest.$ac_objext
3498 done
3499 rm -f conftest.$ac_ext conftest.$ac_objext
3500 CC=$ac_save_CC
3504 case "x$ac_cv_prog_cc_stdc" in
3505 x|xno)
3506 echo "$as_me:$LINENO: result: none needed" >&5
3507 echo "${ECHO_T}none needed" >&6 ;;
3509 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3510 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3511 CC="$CC $ac_cv_prog_cc_stdc" ;;
3512 esac
3514 # Some people use a C++ compiler to compile C. Since we use `exit',
3515 # in C++ we need to declare it. In case someone uses the same compiler
3516 # for both compiling C and C++ we need to have the C++ compiler decide
3517 # the declaration of exit, since it's the most demanding environment.
3518 cat >conftest.$ac_ext <<_ACEOF
3519 #ifndef __cplusplus
3520 choke me
3521 #endif
3522 _ACEOF
3523 rm -f conftest.$ac_objext
3524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3525 (eval $ac_compile) 2>conftest.er1
3526 ac_status=$?
3527 grep -v '^ *+' conftest.er1 >conftest.err
3528 rm -f conftest.er1
3529 cat conftest.err >&5
3530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3531 (exit $ac_status); } &&
3532 { ac_try='test -z "$ac_c_werror_flag"
3533 || test ! -s conftest.err'
3534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3535 (eval $ac_try) 2>&5
3536 ac_status=$?
3537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538 (exit $ac_status); }; } &&
3539 { ac_try='test -s conftest.$ac_objext'
3540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3541 (eval $ac_try) 2>&5
3542 ac_status=$?
3543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 (exit $ac_status); }; }; then
3545 for ac_declaration in \
3546 '' \
3547 'extern "C" void std::exit (int) throw (); using std::exit;' \
3548 'extern "C" void std::exit (int); using std::exit;' \
3549 'extern "C" void exit (int) throw ();' \
3550 'extern "C" void exit (int);' \
3551 'void exit (int);'
3553 cat >conftest.$ac_ext <<_ACEOF
3554 /* confdefs.h. */
3555 _ACEOF
3556 cat confdefs.h >>conftest.$ac_ext
3557 cat >>conftest.$ac_ext <<_ACEOF
3558 /* end confdefs.h. */
3559 $ac_declaration
3560 #include <stdlib.h>
3562 main ()
3564 exit (42);
3566 return 0;
3568 _ACEOF
3569 rm -f conftest.$ac_objext
3570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3571 (eval $ac_compile) 2>conftest.er1
3572 ac_status=$?
3573 grep -v '^ *+' conftest.er1 >conftest.err
3574 rm -f conftest.er1
3575 cat conftest.err >&5
3576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3577 (exit $ac_status); } &&
3578 { ac_try='test -z "$ac_c_werror_flag"
3579 || test ! -s conftest.err'
3580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3581 (eval $ac_try) 2>&5
3582 ac_status=$?
3583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584 (exit $ac_status); }; } &&
3585 { ac_try='test -s conftest.$ac_objext'
3586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587 (eval $ac_try) 2>&5
3588 ac_status=$?
3589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3590 (exit $ac_status); }; }; then
3592 else
3593 echo "$as_me: failed program was:" >&5
3594 sed 's/^/| /' conftest.$ac_ext >&5
3596 continue
3598 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3599 cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h. */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h. */
3605 $ac_declaration
3607 main ()
3609 exit (42);
3611 return 0;
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3616 (eval $ac_compile) 2>conftest.er1
3617 ac_status=$?
3618 grep -v '^ *+' conftest.er1 >conftest.err
3619 rm -f conftest.er1
3620 cat conftest.err >&5
3621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3622 (exit $ac_status); } &&
3623 { ac_try='test -z "$ac_c_werror_flag"
3624 || test ! -s conftest.err'
3625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3626 (eval $ac_try) 2>&5
3627 ac_status=$?
3628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3629 (exit $ac_status); }; } &&
3630 { ac_try='test -s conftest.$ac_objext'
3631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3632 (eval $ac_try) 2>&5
3633 ac_status=$?
3634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3635 (exit $ac_status); }; }; then
3636 break
3637 else
3638 echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3642 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3643 done
3644 rm -f conftest*
3645 if test -n "$ac_declaration"; then
3646 echo '#ifdef __cplusplus' >>confdefs.h
3647 echo $ac_declaration >>confdefs.h
3648 echo '#endif' >>confdefs.h
3651 else
3652 echo "$as_me: failed program was:" >&5
3653 sed 's/^/| /' conftest.$ac_ext >&5
3656 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3657 ac_ext=c
3658 ac_cpp='$CPP $CPPFLAGS'
3659 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3660 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3661 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3663 depcc="$CC" am_compiler_list=
3665 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3666 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3667 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3668 echo $ECHO_N "(cached) $ECHO_C" >&6
3669 else
3670 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3671 # We make a subdir and do the tests there. Otherwise we can end up
3672 # making bogus files that we don't know about and never remove. For
3673 # instance it was reported that on HP-UX the gcc test will end up
3674 # making a dummy file named `D' -- because `-MD' means `put the output
3675 # in D'.
3676 mkdir conftest.dir
3677 # Copy depcomp to subdir because otherwise we won't find it if we're
3678 # using a relative directory.
3679 cp "$am_depcomp" conftest.dir
3680 cd conftest.dir
3681 # We will build objects and dependencies in a subdirectory because
3682 # it helps to detect inapplicable dependency modes. For instance
3683 # both Tru64's cc and ICC support -MD to output dependencies as a
3684 # side effect of compilation, but ICC will put the dependencies in
3685 # the current directory while Tru64 will put them in the object
3686 # directory.
3687 mkdir sub
3689 am_cv_CC_dependencies_compiler_type=none
3690 if test "$am_compiler_list" = ""; then
3691 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3693 for depmode in $am_compiler_list; do
3694 # Setup a source with many dependencies, because some compilers
3695 # like to wrap large dependency lists on column 80 (with \), and
3696 # we should not choose a depcomp mode which is confused by this.
3698 # We need to recreate these files for each test, as the compiler may
3699 # overwrite some of them when testing with obscure command lines.
3700 # This happens at least with the AIX C compiler.
3701 : > sub/conftest.c
3702 for i in 1 2 3 4 5 6; do
3703 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3704 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3705 # Solaris 8's {/usr,}/bin/sh.
3706 touch sub/conftst$i.h
3707 done
3708 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3710 case $depmode in
3711 nosideeffect)
3712 # after this tag, mechanisms are not by side-effect, so they'll
3713 # only be used when explicitly requested
3714 if test "x$enable_dependency_tracking" = xyes; then
3715 continue
3716 else
3717 break
3720 none) break ;;
3721 esac
3722 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3723 # mode. It turns out that the SunPro C++ compiler does not properly
3724 # handle `-M -o', and we need to detect this.
3725 if depmode=$depmode \
3726 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3727 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3728 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3729 >/dev/null 2>conftest.err &&
3730 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3731 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3732 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3733 # icc doesn't choke on unknown options, it will just issue warnings
3734 # or remarks (even with -Werror). So we grep stderr for any message
3735 # that says an option was ignored or not supported.
3736 # When given -MP, icc 7.0 and 7.1 complain thusly:
3737 # icc: Command line warning: ignoring option '-M'; no argument required
3738 # The diagnosis changed in icc 8.0:
3739 # icc: Command line remark: option '-MP' not supported
3740 if (grep 'ignoring option' conftest.err ||
3741 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3742 am_cv_CC_dependencies_compiler_type=$depmode
3743 break
3746 done
3748 cd ..
3749 rm -rf conftest.dir
3750 else
3751 am_cv_CC_dependencies_compiler_type=none
3755 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3756 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3757 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3762 test "x$enable_dependency_tracking" != xno \
3763 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3764 am__fastdepCC_TRUE=
3765 am__fastdepCC_FALSE='#'
3766 else
3767 am__fastdepCC_TRUE='#'
3768 am__fastdepCC_FALSE=
3772 ac_ext=c
3773 ac_cpp='$CPP $CPPFLAGS'
3774 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3775 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3776 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3777 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3778 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3779 # On Suns, sometimes $CPP names a directory.
3780 if test -n "$CPP" && test -d "$CPP"; then
3781 CPP=
3783 if test -z "$CPP"; then
3784 if test "${ac_cv_prog_CPP+set}" = set; then
3785 echo $ECHO_N "(cached) $ECHO_C" >&6
3786 else
3787 # Double quotes because CPP needs to be expanded
3788 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3790 ac_preproc_ok=false
3791 for ac_c_preproc_warn_flag in '' yes
3793 # Use a header file that comes with gcc, so configuring glibc
3794 # with a fresh cross-compiler works.
3795 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3796 # <limits.h> exists even on freestanding compilers.
3797 # On the NeXT, cc -E runs the code through the compiler's parser,
3798 # not just through cpp. "Syntax error" is here to catch this case.
3799 cat >conftest.$ac_ext <<_ACEOF
3800 /* confdefs.h. */
3801 _ACEOF
3802 cat confdefs.h >>conftest.$ac_ext
3803 cat >>conftest.$ac_ext <<_ACEOF
3804 /* end confdefs.h. */
3805 #ifdef __STDC__
3806 # include <limits.h>
3807 #else
3808 # include <assert.h>
3809 #endif
3810 Syntax error
3811 _ACEOF
3812 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3813 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3814 ac_status=$?
3815 grep -v '^ *+' conftest.er1 >conftest.err
3816 rm -f conftest.er1
3817 cat conftest.err >&5
3818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819 (exit $ac_status); } >/dev/null; then
3820 if test -s conftest.err; then
3821 ac_cpp_err=$ac_c_preproc_warn_flag
3822 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3823 else
3824 ac_cpp_err=
3826 else
3827 ac_cpp_err=yes
3829 if test -z "$ac_cpp_err"; then
3831 else
3832 echo "$as_me: failed program was:" >&5
3833 sed 's/^/| /' conftest.$ac_ext >&5
3835 # Broken: fails on valid input.
3836 continue
3838 rm -f conftest.err conftest.$ac_ext
3840 # OK, works on sane cases. Now check whether non-existent headers
3841 # can be detected and how.
3842 cat >conftest.$ac_ext <<_ACEOF
3843 /* confdefs.h. */
3844 _ACEOF
3845 cat confdefs.h >>conftest.$ac_ext
3846 cat >>conftest.$ac_ext <<_ACEOF
3847 /* end confdefs.h. */
3848 #include <ac_nonexistent.h>
3849 _ACEOF
3850 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3851 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3852 ac_status=$?
3853 grep -v '^ *+' conftest.er1 >conftest.err
3854 rm -f conftest.er1
3855 cat conftest.err >&5
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); } >/dev/null; then
3858 if test -s conftest.err; then
3859 ac_cpp_err=$ac_c_preproc_warn_flag
3860 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3861 else
3862 ac_cpp_err=
3864 else
3865 ac_cpp_err=yes
3867 if test -z "$ac_cpp_err"; then
3868 # Broken: success on invalid input.
3869 continue
3870 else
3871 echo "$as_me: failed program was:" >&5
3872 sed 's/^/| /' conftest.$ac_ext >&5
3874 # Passes both tests.
3875 ac_preproc_ok=:
3876 break
3878 rm -f conftest.err conftest.$ac_ext
3880 done
3881 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3882 rm -f conftest.err conftest.$ac_ext
3883 if $ac_preproc_ok; then
3884 break
3887 done
3888 ac_cv_prog_CPP=$CPP
3891 CPP=$ac_cv_prog_CPP
3892 else
3893 ac_cv_prog_CPP=$CPP
3895 echo "$as_me:$LINENO: result: $CPP" >&5
3896 echo "${ECHO_T}$CPP" >&6
3897 ac_preproc_ok=false
3898 for ac_c_preproc_warn_flag in '' yes
3900 # Use a header file that comes with gcc, so configuring glibc
3901 # with a fresh cross-compiler works.
3902 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3903 # <limits.h> exists even on freestanding compilers.
3904 # On the NeXT, cc -E runs the code through the compiler's parser,
3905 # not just through cpp. "Syntax error" is here to catch this case.
3906 cat >conftest.$ac_ext <<_ACEOF
3907 /* confdefs.h. */
3908 _ACEOF
3909 cat confdefs.h >>conftest.$ac_ext
3910 cat >>conftest.$ac_ext <<_ACEOF
3911 /* end confdefs.h. */
3912 #ifdef __STDC__
3913 # include <limits.h>
3914 #else
3915 # include <assert.h>
3916 #endif
3917 Syntax error
3918 _ACEOF
3919 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3920 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3921 ac_status=$?
3922 grep -v '^ *+' conftest.er1 >conftest.err
3923 rm -f conftest.er1
3924 cat conftest.err >&5
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); } >/dev/null; then
3927 if test -s conftest.err; then
3928 ac_cpp_err=$ac_c_preproc_warn_flag
3929 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3930 else
3931 ac_cpp_err=
3933 else
3934 ac_cpp_err=yes
3936 if test -z "$ac_cpp_err"; then
3938 else
3939 echo "$as_me: failed program was:" >&5
3940 sed 's/^/| /' conftest.$ac_ext >&5
3942 # Broken: fails on valid input.
3943 continue
3945 rm -f conftest.err conftest.$ac_ext
3947 # OK, works on sane cases. Now check whether non-existent headers
3948 # can be detected and how.
3949 cat >conftest.$ac_ext <<_ACEOF
3950 /* confdefs.h. */
3951 _ACEOF
3952 cat confdefs.h >>conftest.$ac_ext
3953 cat >>conftest.$ac_ext <<_ACEOF
3954 /* end confdefs.h. */
3955 #include <ac_nonexistent.h>
3956 _ACEOF
3957 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3958 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3959 ac_status=$?
3960 grep -v '^ *+' conftest.er1 >conftest.err
3961 rm -f conftest.er1
3962 cat conftest.err >&5
3963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3964 (exit $ac_status); } >/dev/null; then
3965 if test -s conftest.err; then
3966 ac_cpp_err=$ac_c_preproc_warn_flag
3967 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3968 else
3969 ac_cpp_err=
3971 else
3972 ac_cpp_err=yes
3974 if test -z "$ac_cpp_err"; then
3975 # Broken: success on invalid input.
3976 continue
3977 else
3978 echo "$as_me: failed program was:" >&5
3979 sed 's/^/| /' conftest.$ac_ext >&5
3981 # Passes both tests.
3982 ac_preproc_ok=:
3983 break
3985 rm -f conftest.err conftest.$ac_ext
3987 done
3988 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3989 rm -f conftest.err conftest.$ac_ext
3990 if $ac_preproc_ok; then
3992 else
3993 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3994 See \`config.log' for more details." >&5
3995 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3996 See \`config.log' for more details." >&2;}
3997 { (exit 1); exit 1; }; }
4000 ac_ext=c
4001 ac_cpp='$CPP $CPPFLAGS'
4002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4006 for ac_prog in gawk mawk nawk awk
4008 # Extract the first word of "$ac_prog", so it can be a program name with args.
4009 set dummy $ac_prog; ac_word=$2
4010 echo "$as_me:$LINENO: checking for $ac_word" >&5
4011 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4012 if test "${ac_cv_prog_AWK+set}" = set; then
4013 echo $ECHO_N "(cached) $ECHO_C" >&6
4014 else
4015 if test -n "$AWK"; then
4016 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4017 else
4018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4019 for as_dir in $PATH
4021 IFS=$as_save_IFS
4022 test -z "$as_dir" && as_dir=.
4023 for ac_exec_ext in '' $ac_executable_extensions; do
4024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4025 ac_cv_prog_AWK="$ac_prog"
4026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4027 break 2
4029 done
4030 done
4034 AWK=$ac_cv_prog_AWK
4035 if test -n "$AWK"; then
4036 echo "$as_me:$LINENO: result: $AWK" >&5
4037 echo "${ECHO_T}$AWK" >&6
4038 else
4039 echo "$as_me:$LINENO: result: no" >&5
4040 echo "${ECHO_T}no" >&6
4043 test -n "$AWK" && break
4044 done
4046 if test "$cross_compiling" = yes; then
4047 ac_build_prefix=
4048 test -n "$build_alias" && ac_build_prefix=$build_alias-
4051 # Even if we're cross-compiling, we want a compiler here
4052 # that is not a cross-compiler.
4053 saved_cross=$cross_compiling
4054 cross_compiling=no
4056 ac_ext=c
4057 ac_cpp='$CPP $BUILD_CPPFLAGS'
4058 ac_compile='$BUILD_CC -c $BUILD_CFLAGS $BUILD_CPPFLAGS conftest.$ac_ext >&5'
4059 ac_link='$BUILD_CC -o conftest$ac_build_exeext $BUILD_CFLAGS $BUILD_CPPFLAGS $BUILD_LDFLAGS conftest.$ac_ext $BUILD_LIBS >&5'
4060 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4061 if test -n "$ac_build_prefix"; then
4062 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4063 set dummy ${ac_build_prefix}gcc; ac_word=$2
4064 echo "$as_me:$LINENO: checking for $ac_word" >&5
4065 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4066 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
4067 echo $ECHO_N "(cached) $ECHO_C" >&6
4068 else
4069 if test -n "$BUILD_CC"; then
4070 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4071 else
4072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4073 for as_dir in $PATH
4075 IFS=$as_save_IFS
4076 test -z "$as_dir" && as_dir=.
4077 for ac_exec_ext in '' $ac_executable_extensions; do
4078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4079 ac_cv_prog_BUILD_CC="${ac_build_prefix}gcc"
4080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4081 break 2
4083 done
4084 done
4088 BUILD_CC=$ac_cv_prog_BUILD_CC
4089 if test -n "$BUILD_CC"; then
4090 echo "$as_me:$LINENO: result: $BUILD_CC" >&5
4091 echo "${ECHO_T}$BUILD_CC" >&6
4092 else
4093 echo "$as_me:$LINENO: result: no" >&5
4094 echo "${ECHO_T}no" >&6
4098 if test -z "$ac_cv_prog_BUILD_CC"; then
4099 ac_ct_BUILD_CC=$BUILD_CC
4100 # Extract the first word of "gcc", so it can be a program name with args.
4101 set dummy gcc; ac_word=$2
4102 echo "$as_me:$LINENO: checking for $ac_word" >&5
4103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4104 if test "${ac_cv_prog_ac_ct_BUILD_CC+set}" = set; then
4105 echo $ECHO_N "(cached) $ECHO_C" >&6
4106 else
4107 if test -n "$ac_ct_BUILD_CC"; then
4108 ac_cv_prog_ac_ct_BUILD_CC="$ac_ct_BUILD_CC" # Let the user override the test.
4109 else
4110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4111 for as_dir in $PATH
4113 IFS=$as_save_IFS
4114 test -z "$as_dir" && as_dir=.
4115 for ac_exec_ext in '' $ac_executable_extensions; do
4116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4117 ac_cv_prog_ac_ct_BUILD_CC="gcc"
4118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4119 break 2
4121 done
4122 done
4126 ac_ct_BUILD_CC=$ac_cv_prog_ac_ct_BUILD_CC
4127 if test -n "$ac_ct_BUILD_CC"; then
4128 echo "$as_me:$LINENO: result: $ac_ct_BUILD_CC" >&5
4129 echo "${ECHO_T}$ac_ct_BUILD_CC" >&6
4130 else
4131 echo "$as_me:$LINENO: result: no" >&5
4132 echo "${ECHO_T}no" >&6
4135 BUILD_CC=$ac_ct_BUILD_CC
4136 else
4137 BUILD_CC="$ac_cv_prog_BUILD_CC"
4140 if test -z "$BUILD_CC"; then
4141 if test -n "$ac_build_prefix"; then
4142 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4143 set dummy ${ac_build_prefix}cc; ac_word=$2
4144 echo "$as_me:$LINENO: checking for $ac_word" >&5
4145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4146 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
4147 echo $ECHO_N "(cached) $ECHO_C" >&6
4148 else
4149 if test -n "$BUILD_CC"; then
4150 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4151 else
4152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4153 for as_dir in $PATH
4155 IFS=$as_save_IFS
4156 test -z "$as_dir" && as_dir=.
4157 for ac_exec_ext in '' $ac_executable_extensions; do
4158 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4159 ac_cv_prog_BUILD_CC="${ac_build_prefix}cc"
4160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4161 break 2
4163 done
4164 done
4168 BUILD_CC=$ac_cv_prog_BUILD_CC
4169 if test -n "$BUILD_CC"; then
4170 echo "$as_me:$LINENO: result: $BUILD_CC" >&5
4171 echo "${ECHO_T}$BUILD_CC" >&6
4172 else
4173 echo "$as_me:$LINENO: result: no" >&5
4174 echo "${ECHO_T}no" >&6
4178 if test -z "$ac_cv_prog_BUILD_CC"; then
4179 ac_ct_BUILD_CC=$BUILD_CC
4180 # Extract the first word of "cc", so it can be a program name with args.
4181 set dummy cc; ac_word=$2
4182 echo "$as_me:$LINENO: checking for $ac_word" >&5
4183 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4184 if test "${ac_cv_prog_ac_ct_BUILD_CC+set}" = set; then
4185 echo $ECHO_N "(cached) $ECHO_C" >&6
4186 else
4187 if test -n "$ac_ct_BUILD_CC"; then
4188 ac_cv_prog_ac_ct_BUILD_CC="$ac_ct_BUILD_CC" # Let the user override the test.
4189 else
4190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4191 for as_dir in $PATH
4193 IFS=$as_save_IFS
4194 test -z "$as_dir" && as_dir=.
4195 for ac_exec_ext in '' $ac_executable_extensions; do
4196 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4197 ac_cv_prog_ac_ct_BUILD_CC="cc"
4198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4199 break 2
4201 done
4202 done
4206 ac_ct_BUILD_CC=$ac_cv_prog_ac_ct_BUILD_CC
4207 if test -n "$ac_ct_BUILD_CC"; then
4208 echo "$as_me:$LINENO: result: $ac_ct_BUILD_CC" >&5
4209 echo "${ECHO_T}$ac_ct_BUILD_CC" >&6
4210 else
4211 echo "$as_me:$LINENO: result: no" >&5
4212 echo "${ECHO_T}no" >&6
4215 BUILD_CC=$ac_ct_BUILD_CC
4216 else
4217 BUILD_CC="$ac_cv_prog_BUILD_CC"
4221 if test -z "$BUILD_CC"; then
4222 # Extract the first word of "cc", so it can be a program name with args.
4223 set dummy cc; ac_word=$2
4224 echo "$as_me:$LINENO: checking for $ac_word" >&5
4225 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4226 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
4227 echo $ECHO_N "(cached) $ECHO_C" >&6
4228 else
4229 if test -n "$BUILD_CC"; then
4230 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4231 else
4232 ac_prog_rejected=no
4233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4234 for as_dir in $PATH
4236 IFS=$as_save_IFS
4237 test -z "$as_dir" && as_dir=.
4238 for ac_exec_ext in '' $ac_executable_extensions; do
4239 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4240 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4241 ac_prog_rejected=yes
4242 continue
4244 ac_cv_prog_BUILD_CC="cc"
4245 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4246 break 2
4248 done
4249 done
4251 if test $ac_prog_rejected = yes; then
4252 # We found a bogon in the path, so make sure we never use it.
4253 set dummy $ac_cv_prog_BUILD_CC
4254 shift
4255 if test $# != 0; then
4256 # We chose a different compiler from the bogus one.
4257 # However, it has the same basename, so the bogon will be chosen
4258 # first if we set BUILD_CC to just the basename; use the full file name.
4259 shift
4260 ac_cv_prog_BUILD_CC="$as_dir/$ac_word${1+' '}$@"
4265 BUILD_CC=$ac_cv_prog_BUILD_CC
4266 if test -n "$BUILD_CC"; then
4267 echo "$as_me:$LINENO: result: $BUILD_CC" >&5
4268 echo "${ECHO_T}$BUILD_CC" >&6
4269 else
4270 echo "$as_me:$LINENO: result: no" >&5
4271 echo "${ECHO_T}no" >&6
4275 if test -z "$BUILD_CC"; then
4276 if test -n "$ac_build_prefix"; then
4277 for ac_prog in cl
4279 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4280 set dummy $ac_build_prefix$ac_prog; ac_word=$2
4281 echo "$as_me:$LINENO: checking for $ac_word" >&5
4282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4283 if test "${ac_cv_prog_BUILD_CC+set}" = set; then
4284 echo $ECHO_N "(cached) $ECHO_C" >&6
4285 else
4286 if test -n "$BUILD_CC"; then
4287 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
4288 else
4289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4290 for as_dir in $PATH
4292 IFS=$as_save_IFS
4293 test -z "$as_dir" && as_dir=.
4294 for ac_exec_ext in '' $ac_executable_extensions; do
4295 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4296 ac_cv_prog_BUILD_CC="$ac_build_prefix$ac_prog"
4297 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4298 break 2
4300 done
4301 done
4305 BUILD_CC=$ac_cv_prog_BUILD_CC
4306 if test -n "$BUILD_CC"; then
4307 echo "$as_me:$LINENO: result: $BUILD_CC" >&5
4308 echo "${ECHO_T}$BUILD_CC" >&6
4309 else
4310 echo "$as_me:$LINENO: result: no" >&5
4311 echo "${ECHO_T}no" >&6
4314 test -n "$BUILD_CC" && break
4315 done
4317 if test -z "$BUILD_CC"; then
4318 ac_ct_BUILD_CC=$BUILD_CC
4319 for ac_prog in cl
4321 # Extract the first word of "$ac_prog", so it can be a program name with args.
4322 set dummy $ac_prog; ac_word=$2
4323 echo "$as_me:$LINENO: checking for $ac_word" >&5
4324 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4325 if test "${ac_cv_prog_ac_ct_BUILD_CC+set}" = set; then
4326 echo $ECHO_N "(cached) $ECHO_C" >&6
4327 else
4328 if test -n "$ac_ct_BUILD_CC"; then
4329 ac_cv_prog_ac_ct_BUILD_CC="$ac_ct_BUILD_CC" # Let the user override the test.
4330 else
4331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4332 for as_dir in $PATH
4334 IFS=$as_save_IFS
4335 test -z "$as_dir" && as_dir=.
4336 for ac_exec_ext in '' $ac_executable_extensions; do
4337 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4338 ac_cv_prog_ac_ct_BUILD_CC="$ac_prog"
4339 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4340 break 2
4342 done
4343 done
4347 ac_ct_BUILD_CC=$ac_cv_prog_ac_ct_BUILD_CC
4348 if test -n "$ac_ct_BUILD_CC"; then
4349 echo "$as_me:$LINENO: result: $ac_ct_BUILD_CC" >&5
4350 echo "${ECHO_T}$ac_ct_BUILD_CC" >&6
4351 else
4352 echo "$as_me:$LINENO: result: no" >&5
4353 echo "${ECHO_T}no" >&6
4356 test -n "$ac_ct_BUILD_CC" && break
4357 done
4359 BUILD_CC=$ac_ct_BUILD_CC
4365 test -z "$BUILD_CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4366 See \`config.log' for more details." >&5
4367 echo "$as_me: error: no acceptable C compiler found in \$PATH
4368 See \`config.log' for more details." >&2;}
4369 { (exit 1); exit 1; }; }
4371 # Provide some information about the compiler.
4372 echo "$as_me:$LINENO:" \
4373 "checking for C compiler version" >&5
4374 ac_compiler=`set X $ac_compile; echo $2`
4375 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4376 (eval $ac_compiler --version </dev/null >&5) 2>&5
4377 ac_status=$?
4378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4379 (exit $ac_status); }
4380 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4381 (eval $ac_compiler -v </dev/null >&5) 2>&5
4382 ac_status=$?
4383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4384 (exit $ac_status); }
4385 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4386 (eval $ac_compiler -V </dev/null >&5) 2>&5
4387 ac_status=$?
4388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4389 (exit $ac_status); }
4391 cat >conftest.$ac_ext <<_ACEOF
4392 /* confdefs.h. */
4393 _ACEOF
4394 cat confdefs.h >>conftest.$ac_ext
4395 cat >>conftest.$ac_ext <<_ACEOF
4396 /* end confdefs.h. */
4399 main ()
4403 return 0;
4405 _ACEOF
4406 ac_clean_files_save=$ac_clean_files
4407 ac_clean_files="$ac_clean_files a.out a.exe b.out"
4408 # Try to create an executable without -o first, disregard a.out.
4409 # It will help us diagnose broken compilers, and finding out an intuition
4410 # of exeext.
4411 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
4412 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
4413 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4414 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
4415 (eval $ac_link_default) 2>&5
4416 ac_status=$?
4417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4418 (exit $ac_status); }; then
4419 # Find the output, starting from the most likely. This scheme is
4420 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
4421 # resort.
4423 # Be careful to initialize this variable, since it used to be cached.
4424 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
4425 ac_cv_build_exeext=
4426 # b.out is created by i960 compilers.
4427 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
4429 test -f "$ac_file" || continue
4430 case $ac_file in
4431 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
4433 conftest.$ac_ext )
4434 # This is the source file.
4436 [ab].out )
4437 # We found the default executable, but exeext='' is most
4438 # certainly right.
4439 break;;
4440 *.* )
4441 ac_cv_build_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4442 # FIXME: I believe we export ac_cv_exeext for Libtool,
4443 # but it would be cool to find out if it's true. Does anybody
4444 # maintain Libtool? --akim.
4445 export ac_cv_build_exeext
4446 break;;
4448 break;;
4449 esac
4450 done
4451 else
4452 echo "$as_me: failed program was:" >&5
4453 sed 's/^/| /' conftest.$ac_ext >&5
4455 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
4456 See \`config.log' for more details." >&5
4457 echo "$as_me: error: C compiler cannot create executables
4458 See \`config.log' for more details." >&2;}
4459 { (exit 77); exit 77; }; }
4462 ac_build_exeext=$ac_cv_build_exeext
4463 echo "$as_me:$LINENO: result: $ac_file" >&5
4464 echo "${ECHO_T}$ac_file" >&6
4466 # Check the compiler produces executables we can run. If not, either
4467 # the compiler is broken, or we cross compile.
4468 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
4469 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
4470 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
4471 # If not cross compiling, check that we can run a simple program.
4472 if test "$cross_compiling" != yes; then
4473 if { ac_try='./$ac_file'
4474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4475 (eval $ac_try) 2>&5
4476 ac_status=$?
4477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4478 (exit $ac_status); }; }; then
4479 cross_compiling=no
4480 else
4481 if test "$cross_compiling" = maybe; then
4482 cross_compiling=yes
4483 else
4484 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
4485 If you meant to cross compile, use \`--host'.
4486 See \`config.log' for more details." >&5
4487 echo "$as_me: error: cannot run C compiled programs.
4488 If you meant to cross compile, use \`--host'.
4489 See \`config.log' for more details." >&2;}
4490 { (exit 1); exit 1; }; }
4494 echo "$as_me:$LINENO: result: yes" >&5
4495 echo "${ECHO_T}yes" >&6
4497 rm -f a.out a.exe conftest$ac_cv_build_exeext b.out
4498 ac_clean_files=$ac_clean_files_save
4499 # Check the compiler produces executables we can run. If not, either
4500 # the compiler is broken, or we cross compile.
4501 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
4502 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
4503 echo "$as_me:$LINENO: result: $cross_compiling" >&5
4504 echo "${ECHO_T}$cross_compiling" >&6
4506 echo "$as_me:$LINENO: checking for suffix of executables" >&5
4507 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
4508 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4509 (eval $ac_link) 2>&5
4510 ac_status=$?
4511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4512 (exit $ac_status); }; then
4513 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4514 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4515 # work properly (i.e., refer to `conftest.exe'), while it won't with
4516 # `rm'.
4517 for ac_file in conftest.exe conftest conftest.*; do
4518 test -f "$ac_file" || continue
4519 case $ac_file in
4520 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
4521 *.* ) ac_cv_build_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4522 export ac_cv_build_exeext
4523 break;;
4524 * ) break;;
4525 esac
4526 done
4527 else
4528 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
4529 See \`config.log' for more details." >&5
4530 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
4531 See \`config.log' for more details." >&2;}
4532 { (exit 1); exit 1; }; }
4535 rm -f conftest$ac_cv_build_exeext
4536 echo "$as_me:$LINENO: result: $ac_cv_build_exeext" >&5
4537 echo "${ECHO_T}$ac_cv_build_exeext" >&6
4539 rm -f conftest.$ac_ext
4540 BUILD_EXEEXT=$ac_cv_build_exeext
4541 ac_build_exeext=$BUILD_EXEEXT
4544 # Restore configuration environment
4545 cross_compiling=$saved_cross
4547 ac_ext=c
4548 ac_cpp='$CPP $CPPFLAGS'
4549 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4550 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4551 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4553 else
4554 BUILD_CC="$CC" ; BUILD_EXEEXT=$EXEEXT
4557 echo "$as_me:$LINENO: checking for egrep" >&5
4558 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4559 if test "${ac_cv_prog_egrep+set}" = set; then
4560 echo $ECHO_N "(cached) $ECHO_C" >&6
4561 else
4562 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4563 then ac_cv_prog_egrep='grep -E'
4564 else ac_cv_prog_egrep='egrep'
4567 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4568 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4569 EGREP=$ac_cv_prog_egrep
4572 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4573 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
4574 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
4575 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
4576 echo $ECHO_N "(cached) $ECHO_C" >&6
4577 else
4578 cat >conftest.make <<\_ACEOF
4579 all:
4580 @echo 'ac_maketemp="$(MAKE)"'
4581 _ACEOF
4582 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4583 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
4584 if test -n "$ac_maketemp"; then
4585 eval ac_cv_prog_make_${ac_make}_set=yes
4586 else
4587 eval ac_cv_prog_make_${ac_make}_set=no
4589 rm -f conftest.make
4591 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
4592 echo "$as_me:$LINENO: result: yes" >&5
4593 echo "${ECHO_T}yes" >&6
4594 SET_MAKE=
4595 else
4596 echo "$as_me:$LINENO: result: no" >&5
4597 echo "${ECHO_T}no" >&6
4598 SET_MAKE="MAKE=${MAKE-make}"
4602 for ac_prog in flex lex
4604 # Extract the first word of "$ac_prog", so it can be a program name with args.
4605 set dummy $ac_prog; ac_word=$2
4606 echo "$as_me:$LINENO: checking for $ac_word" >&5
4607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4608 if test "${ac_cv_prog_LEX+set}" = set; then
4609 echo $ECHO_N "(cached) $ECHO_C" >&6
4610 else
4611 if test -n "$LEX"; then
4612 ac_cv_prog_LEX="$LEX" # Let the user override the test.
4613 else
4614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4615 for as_dir in $PATH
4617 IFS=$as_save_IFS
4618 test -z "$as_dir" && as_dir=.
4619 for ac_exec_ext in '' $ac_executable_extensions; do
4620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4621 ac_cv_prog_LEX="$ac_prog"
4622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4623 break 2
4625 done
4626 done
4630 LEX=$ac_cv_prog_LEX
4631 if test -n "$LEX"; then
4632 echo "$as_me:$LINENO: result: $LEX" >&5
4633 echo "${ECHO_T}$LEX" >&6
4634 else
4635 echo "$as_me:$LINENO: result: no" >&5
4636 echo "${ECHO_T}no" >&6
4639 test -n "$LEX" && break
4640 done
4641 test -n "$LEX" || LEX=":"
4643 if test -z "$LEXLIB"
4644 then
4645 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
4646 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
4647 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
4648 echo $ECHO_N "(cached) $ECHO_C" >&6
4649 else
4650 ac_check_lib_save_LIBS=$LIBS
4651 LIBS="-lfl $LIBS"
4652 cat >conftest.$ac_ext <<_ACEOF
4653 /* confdefs.h. */
4654 _ACEOF
4655 cat confdefs.h >>conftest.$ac_ext
4656 cat >>conftest.$ac_ext <<_ACEOF
4657 /* end confdefs.h. */
4659 /* Override any gcc2 internal prototype to avoid an error. */
4660 #ifdef __cplusplus
4661 extern "C"
4662 #endif
4663 /* We use char because int might match the return type of a gcc2
4664 builtin and then its argument prototype would still apply. */
4665 char yywrap ();
4667 main ()
4669 yywrap ();
4671 return 0;
4673 _ACEOF
4674 rm -f conftest.$ac_objext conftest$ac_exeext
4675 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4676 (eval $ac_link) 2>conftest.er1
4677 ac_status=$?
4678 grep -v '^ *+' conftest.er1 >conftest.err
4679 rm -f conftest.er1
4680 cat conftest.err >&5
4681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4682 (exit $ac_status); } &&
4683 { ac_try='test -z "$ac_c_werror_flag"
4684 || test ! -s conftest.err'
4685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4686 (eval $ac_try) 2>&5
4687 ac_status=$?
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689 (exit $ac_status); }; } &&
4690 { ac_try='test -s conftest$ac_exeext'
4691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4692 (eval $ac_try) 2>&5
4693 ac_status=$?
4694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4695 (exit $ac_status); }; }; then
4696 ac_cv_lib_fl_yywrap=yes
4697 else
4698 echo "$as_me: failed program was:" >&5
4699 sed 's/^/| /' conftest.$ac_ext >&5
4701 ac_cv_lib_fl_yywrap=no
4703 rm -f conftest.err conftest.$ac_objext \
4704 conftest$ac_exeext conftest.$ac_ext
4705 LIBS=$ac_check_lib_save_LIBS
4707 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
4708 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
4709 if test $ac_cv_lib_fl_yywrap = yes; then
4710 LEXLIB="-lfl"
4711 else
4712 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
4713 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
4714 if test "${ac_cv_lib_l_yywrap+set}" = set; then
4715 echo $ECHO_N "(cached) $ECHO_C" >&6
4716 else
4717 ac_check_lib_save_LIBS=$LIBS
4718 LIBS="-ll $LIBS"
4719 cat >conftest.$ac_ext <<_ACEOF
4720 /* confdefs.h. */
4721 _ACEOF
4722 cat confdefs.h >>conftest.$ac_ext
4723 cat >>conftest.$ac_ext <<_ACEOF
4724 /* end confdefs.h. */
4726 /* Override any gcc2 internal prototype to avoid an error. */
4727 #ifdef __cplusplus
4728 extern "C"
4729 #endif
4730 /* We use char because int might match the return type of a gcc2
4731 builtin and then its argument prototype would still apply. */
4732 char yywrap ();
4734 main ()
4736 yywrap ();
4738 return 0;
4740 _ACEOF
4741 rm -f conftest.$ac_objext conftest$ac_exeext
4742 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4743 (eval $ac_link) 2>conftest.er1
4744 ac_status=$?
4745 grep -v '^ *+' conftest.er1 >conftest.err
4746 rm -f conftest.er1
4747 cat conftest.err >&5
4748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4749 (exit $ac_status); } &&
4750 { ac_try='test -z "$ac_c_werror_flag"
4751 || test ! -s conftest.err'
4752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4753 (eval $ac_try) 2>&5
4754 ac_status=$?
4755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4756 (exit $ac_status); }; } &&
4757 { ac_try='test -s conftest$ac_exeext'
4758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4759 (eval $ac_try) 2>&5
4760 ac_status=$?
4761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4762 (exit $ac_status); }; }; then
4763 ac_cv_lib_l_yywrap=yes
4764 else
4765 echo "$as_me: failed program was:" >&5
4766 sed 's/^/| /' conftest.$ac_ext >&5
4768 ac_cv_lib_l_yywrap=no
4770 rm -f conftest.err conftest.$ac_objext \
4771 conftest$ac_exeext conftest.$ac_ext
4772 LIBS=$ac_check_lib_save_LIBS
4774 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
4775 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
4776 if test $ac_cv_lib_l_yywrap = yes; then
4777 LEXLIB="-ll"
4784 if test "x$LEX" != "x:"; then
4785 echo "$as_me:$LINENO: checking lex output file root" >&5
4786 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
4787 if test "${ac_cv_prog_lex_root+set}" = set; then
4788 echo $ECHO_N "(cached) $ECHO_C" >&6
4789 else
4790 # The minimal lex program is just a single line: %%. But some broken lexes
4791 # (Solaris, I think it was) want two %% lines, so accommodate them.
4792 cat >conftest.l <<_ACEOF
4795 _ACEOF
4796 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
4797 (eval $LEX conftest.l) 2>&5
4798 ac_status=$?
4799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4800 (exit $ac_status); }
4801 if test -f lex.yy.c; then
4802 ac_cv_prog_lex_root=lex.yy
4803 elif test -f lexyy.c; then
4804 ac_cv_prog_lex_root=lexyy
4805 else
4806 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
4807 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
4808 { (exit 1); exit 1; }; }
4811 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
4812 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
4813 rm -f conftest.l
4814 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
4816 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
4817 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
4818 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
4819 echo $ECHO_N "(cached) $ECHO_C" >&6
4820 else
4821 # POSIX says lex can declare yytext either as a pointer or an array; the
4822 # default is implementation-dependent. Figure out which it is, since
4823 # not all implementations provide the %pointer and %array declarations.
4824 ac_cv_prog_lex_yytext_pointer=no
4825 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
4826 ac_save_LIBS=$LIBS
4827 LIBS="$LIBS $LEXLIB"
4828 cat >conftest.$ac_ext <<_ACEOF
4829 `cat $LEX_OUTPUT_ROOT.c`
4830 _ACEOF
4831 rm -f conftest.$ac_objext conftest$ac_exeext
4832 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4833 (eval $ac_link) 2>conftest.er1
4834 ac_status=$?
4835 grep -v '^ *+' conftest.er1 >conftest.err
4836 rm -f conftest.er1
4837 cat conftest.err >&5
4838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839 (exit $ac_status); } &&
4840 { ac_try='test -z "$ac_c_werror_flag"
4841 || test ! -s conftest.err'
4842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4843 (eval $ac_try) 2>&5
4844 ac_status=$?
4845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4846 (exit $ac_status); }; } &&
4847 { ac_try='test -s conftest$ac_exeext'
4848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4849 (eval $ac_try) 2>&5
4850 ac_status=$?
4851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4852 (exit $ac_status); }; }; then
4853 ac_cv_prog_lex_yytext_pointer=yes
4854 else
4855 echo "$as_me: failed program was:" >&5
4856 sed 's/^/| /' conftest.$ac_ext >&5
4859 rm -f conftest.err conftest.$ac_objext \
4860 conftest$ac_exeext conftest.$ac_ext
4861 LIBS=$ac_save_LIBS
4862 rm -f "${LEX_OUTPUT_ROOT}.c"
4865 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
4866 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
4867 if test $ac_cv_prog_lex_yytext_pointer = yes; then
4869 cat >>confdefs.h <<\_ACEOF
4870 #define YYTEXT_POINTER 1
4871 _ACEOF
4876 # Find a good install program. We prefer a C program (faster),
4877 # so one script is as good as another. But avoid the broken or
4878 # incompatible versions:
4879 # SysV /etc/install, /usr/sbin/install
4880 # SunOS /usr/etc/install
4881 # IRIX /sbin/install
4882 # AIX /bin/install
4883 # AmigaOS /C/install, which installs bootblocks on floppy discs
4884 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4885 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4886 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4887 # OS/2's system install, which has a completely different semantic
4888 # ./install, which can be erroneously created by make from ./install.sh.
4889 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4890 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4891 if test -z "$INSTALL"; then
4892 if test "${ac_cv_path_install+set}" = set; then
4893 echo $ECHO_N "(cached) $ECHO_C" >&6
4894 else
4895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4896 for as_dir in $PATH
4898 IFS=$as_save_IFS
4899 test -z "$as_dir" && as_dir=.
4900 # Account for people who put trailing slashes in PATH elements.
4901 case $as_dir/ in
4902 ./ | .// | /cC/* | \
4903 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4904 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4905 /usr/ucb/* ) ;;
4907 # OSF1 and SCO ODT 3.0 have their own names for install.
4908 # Don't use installbsd from OSF since it installs stuff as root
4909 # by default.
4910 for ac_prog in ginstall scoinst install; do
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4913 if test $ac_prog = install &&
4914 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4915 # AIX install. It has an incompatible calling convention.
4917 elif test $ac_prog = install &&
4918 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4919 # program-specific install script used by HP pwplus--don't use.
4921 else
4922 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4923 break 3
4926 done
4927 done
4929 esac
4930 done
4934 if test "${ac_cv_path_install+set}" = set; then
4935 INSTALL=$ac_cv_path_install
4936 else
4937 # As a last resort, use the slow shell script. We don't cache a
4938 # path for INSTALL within a source directory, because that will
4939 # break other packages using the cache if that directory is
4940 # removed, or if the path is relative.
4941 INSTALL=$ac_install_sh
4944 echo "$as_me:$LINENO: result: $INSTALL" >&5
4945 echo "${ECHO_T}$INSTALL" >&6
4947 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4948 # It thinks the first close brace ends the variable substitution.
4949 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4951 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4953 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4955 if test -n "$ac_tool_prefix"; then
4956 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4957 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4958 echo "$as_me:$LINENO: checking for $ac_word" >&5
4959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4960 if test "${ac_cv_prog_RANLIB+set}" = set; then
4961 echo $ECHO_N "(cached) $ECHO_C" >&6
4962 else
4963 if test -n "$RANLIB"; then
4964 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4965 else
4966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4967 for as_dir in $PATH
4969 IFS=$as_save_IFS
4970 test -z "$as_dir" && as_dir=.
4971 for ac_exec_ext in '' $ac_executable_extensions; do
4972 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4973 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4975 break 2
4977 done
4978 done
4982 RANLIB=$ac_cv_prog_RANLIB
4983 if test -n "$RANLIB"; then
4984 echo "$as_me:$LINENO: result: $RANLIB" >&5
4985 echo "${ECHO_T}$RANLIB" >&6
4986 else
4987 echo "$as_me:$LINENO: result: no" >&5
4988 echo "${ECHO_T}no" >&6
4992 if test -z "$ac_cv_prog_RANLIB"; then
4993 ac_ct_RANLIB=$RANLIB
4994 # Extract the first word of "ranlib", so it can be a program name with args.
4995 set dummy ranlib; ac_word=$2
4996 echo "$as_me:$LINENO: checking for $ac_word" >&5
4997 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4998 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4999 echo $ECHO_N "(cached) $ECHO_C" >&6
5000 else
5001 if test -n "$ac_ct_RANLIB"; then
5002 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5003 else
5004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5005 for as_dir in $PATH
5007 IFS=$as_save_IFS
5008 test -z "$as_dir" && as_dir=.
5009 for ac_exec_ext in '' $ac_executable_extensions; do
5010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5011 ac_cv_prog_ac_ct_RANLIB="ranlib"
5012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5013 break 2
5015 done
5016 done
5018 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5021 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5022 if test -n "$ac_ct_RANLIB"; then
5023 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5024 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5025 else
5026 echo "$as_me:$LINENO: result: no" >&5
5027 echo "${ECHO_T}no" >&6
5030 RANLIB=$ac_ct_RANLIB
5031 else
5032 RANLIB="$ac_cv_prog_RANLIB"
5035 for ac_prog in 'bison -y' byacc
5037 # Extract the first word of "$ac_prog", so it can be a program name with args.
5038 set dummy $ac_prog; ac_word=$2
5039 echo "$as_me:$LINENO: checking for $ac_word" >&5
5040 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5041 if test "${ac_cv_prog_YACC+set}" = set; then
5042 echo $ECHO_N "(cached) $ECHO_C" >&6
5043 else
5044 if test -n "$YACC"; then
5045 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5046 else
5047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5048 for as_dir in $PATH
5050 IFS=$as_save_IFS
5051 test -z "$as_dir" && as_dir=.
5052 for ac_exec_ext in '' $ac_executable_extensions; do
5053 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5054 ac_cv_prog_YACC="$ac_prog"
5055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5056 break 2
5058 done
5059 done
5063 YACC=$ac_cv_prog_YACC
5064 if test -n "$YACC"; then
5065 echo "$as_me:$LINENO: result: $YACC" >&5
5066 echo "${ECHO_T}$YACC" >&6
5067 else
5068 echo "$as_me:$LINENO: result: no" >&5
5069 echo "${ECHO_T}no" >&6
5072 test -n "$YACC" && break
5073 done
5074 test -n "$YACC" || YACC="yacc"
5077 # Find the right ranlib, even when cross-compiling
5078 # And for some other tools for cross compilation
5079 if test -n "$ac_tool_prefix"; then
5080 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5081 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5082 echo "$as_me:$LINENO: checking for $ac_word" >&5
5083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5084 if test "${ac_cv_prog_RANLIB+set}" = set; then
5085 echo $ECHO_N "(cached) $ECHO_C" >&6
5086 else
5087 if test -n "$RANLIB"; then
5088 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5089 else
5090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5091 for as_dir in $PATH
5093 IFS=$as_save_IFS
5094 test -z "$as_dir" && as_dir=.
5095 for ac_exec_ext in '' $ac_executable_extensions; do
5096 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5097 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5099 break 2
5101 done
5102 done
5106 RANLIB=$ac_cv_prog_RANLIB
5107 if test -n "$RANLIB"; then
5108 echo "$as_me:$LINENO: result: $RANLIB" >&5
5109 echo "${ECHO_T}$RANLIB" >&6
5110 else
5111 echo "$as_me:$LINENO: result: no" >&5
5112 echo "${ECHO_T}no" >&6
5116 if test -z "$ac_cv_prog_RANLIB"; then
5117 ac_ct_RANLIB=$RANLIB
5118 # Extract the first word of "ranlib", so it can be a program name with args.
5119 set dummy ranlib; ac_word=$2
5120 echo "$as_me:$LINENO: checking for $ac_word" >&5
5121 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5122 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5123 echo $ECHO_N "(cached) $ECHO_C" >&6
5124 else
5125 if test -n "$ac_ct_RANLIB"; then
5126 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5127 else
5128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5129 for as_dir in $PATH
5131 IFS=$as_save_IFS
5132 test -z "$as_dir" && as_dir=.
5133 for ac_exec_ext in '' $ac_executable_extensions; do
5134 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5135 ac_cv_prog_ac_ct_RANLIB="ranlib"
5136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5137 break 2
5139 done
5140 done
5144 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5145 if test -n "$ac_ct_RANLIB"; then
5146 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5147 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5148 else
5149 echo "$as_me:$LINENO: result: no" >&5
5150 echo "${ECHO_T}no" >&6
5153 RANLIB=$ac_ct_RANLIB
5154 else
5155 RANLIB="$ac_cv_prog_RANLIB"
5158 if test -n "$ac_tool_prefix"; then
5159 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5160 set dummy ${ac_tool_prefix}strip; ac_word=$2
5161 echo "$as_me:$LINENO: checking for $ac_word" >&5
5162 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5163 if test "${ac_cv_prog_STRIP+set}" = set; then
5164 echo $ECHO_N "(cached) $ECHO_C" >&6
5165 else
5166 if test -n "$STRIP"; then
5167 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5168 else
5169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5170 for as_dir in $PATH
5172 IFS=$as_save_IFS
5173 test -z "$as_dir" && as_dir=.
5174 for ac_exec_ext in '' $ac_executable_extensions; do
5175 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5176 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5177 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5178 break 2
5180 done
5181 done
5185 STRIP=$ac_cv_prog_STRIP
5186 if test -n "$STRIP"; then
5187 echo "$as_me:$LINENO: result: $STRIP" >&5
5188 echo "${ECHO_T}$STRIP" >&6
5189 else
5190 echo "$as_me:$LINENO: result: no" >&5
5191 echo "${ECHO_T}no" >&6
5195 if test -z "$ac_cv_prog_STRIP"; then
5196 ac_ct_STRIP=$STRIP
5197 # Extract the first word of "strip", so it can be a program name with args.
5198 set dummy strip; ac_word=$2
5199 echo "$as_me:$LINENO: checking for $ac_word" >&5
5200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5201 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5202 echo $ECHO_N "(cached) $ECHO_C" >&6
5203 else
5204 if test -n "$ac_ct_STRIP"; then
5205 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5206 else
5207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5208 for as_dir in $PATH
5210 IFS=$as_save_IFS
5211 test -z "$as_dir" && as_dir=.
5212 for ac_exec_ext in '' $ac_executable_extensions; do
5213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5214 ac_cv_prog_ac_ct_STRIP="strip"
5215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5216 break 2
5218 done
5219 done
5223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5224 if test -n "$ac_ct_STRIP"; then
5225 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5226 echo "${ECHO_T}$ac_ct_STRIP" >&6
5227 else
5228 echo "$as_me:$LINENO: result: no" >&5
5229 echo "${ECHO_T}no" >&6
5232 STRIP=$ac_ct_STRIP
5233 else
5234 STRIP="$ac_cv_prog_STRIP"
5237 if test -n "$ac_tool_prefix"; then
5238 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5239 set dummy ${ac_tool_prefix}ar; ac_word=$2
5240 echo "$as_me:$LINENO: checking for $ac_word" >&5
5241 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5242 if test "${ac_cv_prog_AR+set}" = set; then
5243 echo $ECHO_N "(cached) $ECHO_C" >&6
5244 else
5245 if test -n "$AR"; then
5246 ac_cv_prog_AR="$AR" # Let the user override the test.
5247 else
5248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5249 for as_dir in $PATH
5251 IFS=$as_save_IFS
5252 test -z "$as_dir" && as_dir=.
5253 for ac_exec_ext in '' $ac_executable_extensions; do
5254 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5255 ac_cv_prog_AR="${ac_tool_prefix}ar"
5256 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5257 break 2
5259 done
5260 done
5264 AR=$ac_cv_prog_AR
5265 if test -n "$AR"; then
5266 echo "$as_me:$LINENO: result: $AR" >&5
5267 echo "${ECHO_T}$AR" >&6
5268 else
5269 echo "$as_me:$LINENO: result: no" >&5
5270 echo "${ECHO_T}no" >&6
5274 if test -z "$ac_cv_prog_AR"; then
5275 ac_ct_AR=$AR
5276 # Extract the first word of "ar", so it can be a program name with args.
5277 set dummy ar; ac_word=$2
5278 echo "$as_me:$LINENO: checking for $ac_word" >&5
5279 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5280 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5281 echo $ECHO_N "(cached) $ECHO_C" >&6
5282 else
5283 if test -n "$ac_ct_AR"; then
5284 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5285 else
5286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5287 for as_dir in $PATH
5289 IFS=$as_save_IFS
5290 test -z "$as_dir" && as_dir=.
5291 for ac_exec_ext in '' $ac_executable_extensions; do
5292 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5293 ac_cv_prog_ac_ct_AR="ar"
5294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5295 break 2
5297 done
5298 done
5302 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5303 if test -n "$ac_ct_AR"; then
5304 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5305 echo "${ECHO_T}$ac_ct_AR" >&6
5306 else
5307 echo "$as_me:$LINENO: result: no" >&5
5308 echo "${ECHO_T}no" >&6
5311 AR=$ac_ct_AR
5312 else
5313 AR="$ac_cv_prog_AR"
5316 if test -n "$ac_tool_prefix"; then
5317 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5318 set dummy ${ac_tool_prefix}ld; ac_word=$2
5319 echo "$as_me:$LINENO: checking for $ac_word" >&5
5320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5321 if test "${ac_cv_prog_LD+set}" = set; then
5322 echo $ECHO_N "(cached) $ECHO_C" >&6
5323 else
5324 if test -n "$LD"; then
5325 ac_cv_prog_LD="$LD" # Let the user override the test.
5326 else
5327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5328 for as_dir in $PATH
5330 IFS=$as_save_IFS
5331 test -z "$as_dir" && as_dir=.
5332 for ac_exec_ext in '' $ac_executable_extensions; do
5333 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5334 ac_cv_prog_LD="${ac_tool_prefix}ld"
5335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5336 break 2
5338 done
5339 done
5343 LD=$ac_cv_prog_LD
5344 if test -n "$LD"; then
5345 echo "$as_me:$LINENO: result: $LD" >&5
5346 echo "${ECHO_T}$LD" >&6
5347 else
5348 echo "$as_me:$LINENO: result: no" >&5
5349 echo "${ECHO_T}no" >&6
5353 if test -z "$ac_cv_prog_LD"; then
5354 ac_ct_LD=$LD
5355 # Extract the first word of "ld", so it can be a program name with args.
5356 set dummy ld; ac_word=$2
5357 echo "$as_me:$LINENO: checking for $ac_word" >&5
5358 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5359 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5360 echo $ECHO_N "(cached) $ECHO_C" >&6
5361 else
5362 if test -n "$ac_ct_LD"; then
5363 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5364 else
5365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5366 for as_dir in $PATH
5368 IFS=$as_save_IFS
5369 test -z "$as_dir" && as_dir=.
5370 for ac_exec_ext in '' $ac_executable_extensions; do
5371 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5372 ac_cv_prog_ac_ct_LD="ld"
5373 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5374 break 2
5376 done
5377 done
5381 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5382 if test -n "$ac_ct_LD"; then
5383 echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5384 echo "${ECHO_T}$ac_ct_LD" >&6
5385 else
5386 echo "$as_me:$LINENO: result: no" >&5
5387 echo "${ECHO_T}no" >&6
5390 LD=$ac_ct_LD
5391 else
5392 LD="$ac_cv_prog_LD"
5397 # Add args to configure
5399 # Check whether --enable-ccache or --disable-ccache was given.
5400 if test "${enable_ccache+set}" = set; then
5401 enableval="$enable_ccache"
5402 ccache=$enableval
5403 else
5404 ccache=no
5407 # Check whether --enable-debug or --disable-debug was given.
5408 if test "${enable_debug+set}" = set; then
5409 enableval="$enable_debug"
5410 USE_DEBUG=$enableval
5411 else
5412 USE_DEBUG=yes
5415 # Check whether --enable-optimize or --disable-optimize was given.
5416 if test "${enable_optimize+set}" = set; then
5417 enableval="$enable_optimize"
5418 USE_OPTIMIZE=$enableval
5419 else
5420 USE_OPTIMIZE=no
5423 # Check whether --enable-profile or --disable-profile was given.
5424 if test "${enable_profile+set}" = set; then
5425 enableval="$enable_profile"
5426 USE_PROFILE=$enableval
5427 else
5428 USE_PROFILE=no
5431 # Check whether --enable-static or --disable-static was given.
5432 if test "${enable_static+set}" = set; then
5433 enableval="$enable_static"
5434 USE_DEBUG_STATIC=$enableval
5435 else
5436 USE_DEBUG_STATIC=no
5439 # Check whether --enable-monolithic or --disable-monolithic was given.
5440 if test "${enable_monolithic+set}" = set; then
5441 enableval="$enable_monolithic"
5442 MONOLITHIC=$enableval
5443 else
5444 MONOLITHIC=yes
5447 # Check whether --enable-amule-daemon or --disable-amule-daemon was given.
5448 if test "${enable_amule_daemon+set}" = set; then
5449 enableval="$enable_amule_daemon"
5450 AMULE_DAEMON=$enableval
5451 else
5452 AMULE_DAEMON=no
5455 # Check whether --enable-amulecmd or --disable-amulecmd was given.
5456 if test "${enable_amulecmd+set}" = set; then
5457 enableval="$enable_amulecmd"
5458 AMULECMD=$enableval
5459 else
5460 AMULECMD=no
5463 # Check whether --enable-webserver or --disable-webserver was given.
5464 if test "${enable_webserver+set}" = set; then
5465 enableval="$enable_webserver"
5466 WEB=$enableval
5467 else
5468 WEB=no
5471 # Check whether --enable-amule-gui or --disable-amule-gui was given.
5472 if test "${enable_amule_gui+set}" = set; then
5473 enableval="$enable_amule_gui"
5474 AMULE_GUI=$enableval
5475 else
5476 AMULE_GUI=no
5479 # Check whether --enable-cas or --disable-cas was given.
5480 if test "${enable_cas+set}" = set; then
5481 enableval="$enable_cas"
5482 CAS=$enableval
5483 else
5484 CAS=no
5487 # Check whether --enable-wxcas or --disable-wxcas was given.
5488 if test "${enable_wxcas+set}" = set; then
5489 enableval="$enable_wxcas"
5490 WXCAS=$enableval
5491 else
5492 WXCAS=no
5495 # Check whether --enable-ed2k or --disable-ed2k was given.
5496 if test "${enable_ed2k+set}" = set; then
5497 enableval="$enable_ed2k"
5498 ED2K=$enableval
5499 else
5500 ED2K=yes
5503 # Check whether --enable-alc or --disable-alc was given.
5504 if test "${enable_alc+set}" = set; then
5505 enableval="$enable_alc"
5506 ALC=$enableval
5507 else
5508 ALC=no
5511 # Check whether --enable-alcc or --disable-alcc was given.
5512 if test "${enable_alcc+set}" = set; then
5513 enableval="$enable_alcc"
5514 ALCC=$enableval
5515 else
5516 ALCC=no
5519 # Check whether --enable-monolithic or --disable-monolithic was given.
5520 if test "${enable_monolithic+set}" = set; then
5521 enableval="$enable_monolithic"
5522 MONOLITHIC=$enableval
5523 else
5524 MONOLITHIC=yes
5527 # Check whether --enable-upnp or --disable-upnp was given.
5528 if test "${enable_upnp+set}" = set; then
5529 enableval="$enable_upnp"
5530 ENABLE_UPNP=$enableval
5531 else
5532 ENABLE_UPNP=yes
5535 # Check whether --enable-geoip or --disable-geoip was given.
5536 if test "${enable_geoip+set}" = set; then
5537 enableval="$enable_geoip"
5538 ENABLE_IP2COUNTRY=$enableval
5539 else
5540 ENABLE_IP2COUNTRY=no
5544 # Check whether --with-geoip-headers or --without-geoip-headers was given.
5545 if test "${with_geoip_headers+set}" = set; then
5546 withval="$with_geoip_headers"
5547 GEOIP_INCLUDE="-I$withval"
5551 # Check whether --with-geoip-lib or --without-geoip-lib was given.
5552 if test "${with_geoip_lib+set}" = set; then
5553 withval="$with_geoip_lib"
5554 GEOIP_LIB="-L$withval $GEOIP_LIB"
5558 # Check whether --with-geoip-static or --without-geoip-static was given.
5559 if test "${with_geoip_static+set}" = set; then
5560 withval="$with_geoip_static"
5561 if test "$withval" != "no"; then
5562 GEOIP_LIB="-Wl,-Bstatic $GEOIP_LIB -Wl,-Bdynamic"
5567 # Check whether --with-denoise-level or --without-denoise-level was given.
5568 if test "${with_denoise_level+set}" = set; then
5569 withval="$with_denoise_level"
5570 denoiselevel="$withval"
5571 else
5572 denoiselevel=yes
5576 # Check whether --with-gnu-malloc or --without-gnu-malloc was given.
5577 if test "${with_gnu_malloc+set}" = set; then
5578 withval="$with_gnu_malloc"
5579 gnumalloc=$withval
5580 else
5581 gnumalloc=yes
5585 # Check whether --with-language or --without-language was given.
5586 if test "${with_language+set}" = set; then
5587 withval="$with_language"
5588 if test "$withval" = "all"; then
5589 LINGUAS='%UNSET%'
5590 else
5591 LINGUAS="`echo $withval | sed -e 's/,/ /g'`"
5596 # Checking for libs before all other stuff to break
5597 # configure as soon as possible in case of a missing one
5598 # to avoid losing too much time
5600 # Sets gettext version.
5603 # Check for zlib
5606 # Check whether --with-zlib or --without-zlib was given.
5607 if test "${with_zlib+set}" = set; then
5608 withval="$with_zlib"
5609 ac_zlib="$withval"
5610 else
5611 ac_zlib=yes
5615 case "$ac_zlib" in
5617 { { echo "$as_me:$LINENO: error: zlib >= 1.1.4 is required for aMule" >&5
5618 echo "$as_me: error: zlib >= 1.1.4 is required for aMule" >&2;}
5619 { (exit 1); exit 1; }; }
5621 yes | sys)
5624 ac_zlib_prefix="$ac_zlib"
5625 esac
5627 if test -n "$ac_zlib_prefix"; then
5628 ac_tmp_CPPFLAGS="$CPPFLAGS"
5629 ac_tmp_LDFLAGS="$LDFLAGS"
5630 CPPFLAGS="$CPPFLAGS -I$ac_zlib_prefix/include"
5631 LDFLAGS="-L$ac_zlib_prefix/lib"
5633 ac_tmp_LIBS="$LIBS"
5634 LIBS="-lz $LIBS"
5635 echo "$as_me:$LINENO: checking for zlib >= 1.1.4" >&5
5636 echo $ECHO_N "checking for zlib >= 1.1.4... $ECHO_C" >&6
5637 if test "$cross_compiling" = yes; then
5639 result=no
5640 z_version=''
5641 cat >conftest.$ac_ext <<_ACEOF
5643 /* confdefs.h. */
5644 _ACEOF
5645 cat confdefs.h >>conftest.$ac_ext
5646 cat >>conftest.$ac_ext <<_ACEOF
5647 /* end confdefs.h. */
5649 #include <zlib.h>
5650 #include <stdio.h>
5653 main ()
5656 printf("\nZLIB_VERSION_START" ZLIB_VERSION "ZLIB_VERSION_END\n\n");
5657 zlibVersion();
5660 return 0;
5663 _ACEOF
5664 rm -f conftest.$ac_objext conftest$ac_exeext
5665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5666 (eval $ac_link) 2>conftest.er1
5667 ac_status=$?
5668 grep -v '^ *+' conftest.er1 >conftest.err
5669 rm -f conftest.er1
5670 cat conftest.err >&5
5671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5672 (exit $ac_status); } &&
5673 { ac_try='test -z "$ac_c_werror_flag"
5674 || test ! -s conftest.err'
5675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5676 (eval $ac_try) 2>&5
5677 ac_status=$?
5678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5679 (exit $ac_status); }; } &&
5680 { ac_try='test -s conftest$ac_exeext'
5681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5682 (eval $ac_try) 2>&5
5683 ac_status=$?
5684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685 (exit $ac_status); }; }; then
5687 ZLIB_VERSION=`grep -a '^ZLIB_VERSION_START.*ZLIB_VERSION_END$' conftest$ac_exeext | sed 's/^ZLIB_VERSION_START\(.*\)ZLIB_VERSION_END$/\1/'`
5688 ac_cross_zver_max="`echo $ZLIB_VERSION | cut -d. -f1`"
5689 ac_cross_zver_mid="`echo $ZLIB_VERSION | cut -d. -f2`"
5690 ac_cross_zver_min="`echo $ZLIB_VERSION | cut -d. -f3`"
5691 if test "$ac_cross_zver_max" -gt "1"; then
5692 result=yes
5693 elif test "$ac_cross_zver_max" -eq "1"; then
5694 if test "$ac_cross_zver_mid" -gt "1"; then
5695 result=yes
5696 elif "$ac_cross_zver_mid" -eq "1"; then
5697 if test "$ac_cross_zver_min" -ge "4"; then
5698 result=yes
5702 if test x$result = xyes; then
5703 z_version=" (version $ZLIB_VERSION)"
5706 else
5707 echo "$as_me: failed program was:" >&5
5708 sed 's/^/| /' conftest.$ac_ext >&5
5711 rm -f conftest.err conftest.$ac_objext \
5712 conftest$ac_exeext conftest.$ac_ext
5713 echo "$as_me:$LINENO: result: $result$z_version" >&5
5714 echo "${ECHO_T}$result$z_version" >&6
5716 else
5717 cat >conftest.$ac_ext <<_ACEOF
5719 /* confdefs.h. */
5720 _ACEOF
5721 cat confdefs.h >>conftest.$ac_ext
5722 cat >>conftest.$ac_ext <<_ACEOF
5723 /* end confdefs.h. */
5725 #include <zlib.h>
5726 #include <stdio.h>
5729 main ()
5731 char *zver = zlibVersion();
5732 FILE *f=fopen("conftestval", "w");
5733 if (!f) return 1;
5734 fprintf(f, "%s",
5735 zver[0] > '1' ||
5736 (zver[0] == '1' &&
5737 (zver[2] > '1' ||
5738 (zver[2] == '1' &&
5739 zver[4] >= '4'))) ? "yes" : "no");
5740 fclose(f);
5741 f=fopen("conftestver", "w");
5742 if (f) {
5743 fprintf(f, "%s", ZLIB_VERSION);
5744 fclose(f);
5748 return 0;
5751 _ACEOF
5752 rm -f conftest$ac_exeext
5753 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5754 (eval $ac_link) 2>&5
5755 ac_status=$?
5756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5757 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5759 (eval $ac_try) 2>&5
5760 ac_status=$?
5761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5762 (exit $ac_status); }; }; then
5764 if test -f conftestval; then
5765 result=`cat conftestval`
5766 else
5767 result=no
5769 if test x$result = xyes; then
5770 if test -f conftestver; then
5771 ZLIB_VERSION=`cat conftestver`
5772 z_version=" (version $ZLIB_VERSION)"
5773 else
5774 z_version=""
5777 echo "$as_me:$LINENO: result: $result$z_version" >&5
5778 echo "${ECHO_T}$result$z_version" >&6
5780 else
5781 echo "$as_me: program exited with status $ac_status" >&5
5782 echo "$as_me: failed program was:" >&5
5783 sed 's/^/| /' conftest.$ac_ext >&5
5785 ( exit $ac_status )
5787 result=no
5788 echo "$as_me:$LINENO: result: $result" >&5
5789 echo "${ECHO_T}$result" >&6
5792 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5794 if test x$result = xno; then
5796 if test "${ac_tmp_CPPFLAGS+set}" = set; then
5797 CPPFLAGS="$ac_tmp_CPPFLAGS"
5799 if test "${ac_tmp_LDFLAGS+set}" = set; then
5800 LDFLAGS="$ac_tmp_LDFLAGS"
5802 LIBS="$ac_tmp_LIBS"
5803 { { echo "$as_me:$LINENO: error: zlib >= 1.1.4 is required for aMule" >&5
5804 echo "$as_me: error: zlib >= 1.1.4 is required for aMule" >&2;}
5805 { (exit 1); exit 1; }; }
5812 if test x$CAS = xyes -o x$WEB = xyes; then
5813 # Check for gd
5816 # Check whether --with-gdlib-prefix or --without-gdlib-prefix was given.
5817 if test "${with_gdlib_prefix+set}" = set; then
5818 withval="$with_gdlib_prefix"
5819 gdlib_config_prefix="$withval"
5820 else
5821 gdlib_config_prefix=""
5824 # Check whether --with-gdlib-config or --without-gdlib-config was given.
5825 if test "${with_gdlib_config+set}" = set; then
5826 withval="$with_gdlib_config"
5827 gdlib_config_name="$withval"
5828 else
5829 gdlib_config_name=""
5833 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5834 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5835 if test "${ac_cv_header_stdc+set}" = set; then
5836 echo $ECHO_N "(cached) $ECHO_C" >&6
5837 else
5838 cat >conftest.$ac_ext <<_ACEOF
5839 /* confdefs.h. */
5840 _ACEOF
5841 cat confdefs.h >>conftest.$ac_ext
5842 cat >>conftest.$ac_ext <<_ACEOF
5843 /* end confdefs.h. */
5844 #include <stdlib.h>
5845 #include <stdarg.h>
5846 #include <string.h>
5847 #include <float.h>
5850 main ()
5854 return 0;
5856 _ACEOF
5857 rm -f conftest.$ac_objext
5858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5859 (eval $ac_compile) 2>conftest.er1
5860 ac_status=$?
5861 grep -v '^ *+' conftest.er1 >conftest.err
5862 rm -f conftest.er1
5863 cat conftest.err >&5
5864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5865 (exit $ac_status); } &&
5866 { ac_try='test -z "$ac_c_werror_flag"
5867 || test ! -s conftest.err'
5868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5869 (eval $ac_try) 2>&5
5870 ac_status=$?
5871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5872 (exit $ac_status); }; } &&
5873 { ac_try='test -s conftest.$ac_objext'
5874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5875 (eval $ac_try) 2>&5
5876 ac_status=$?
5877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5878 (exit $ac_status); }; }; then
5879 ac_cv_header_stdc=yes
5880 else
5881 echo "$as_me: failed program was:" >&5
5882 sed 's/^/| /' conftest.$ac_ext >&5
5884 ac_cv_header_stdc=no
5886 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5888 if test $ac_cv_header_stdc = yes; then
5889 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5890 cat >conftest.$ac_ext <<_ACEOF
5891 /* confdefs.h. */
5892 _ACEOF
5893 cat confdefs.h >>conftest.$ac_ext
5894 cat >>conftest.$ac_ext <<_ACEOF
5895 /* end confdefs.h. */
5896 #include <string.h>
5898 _ACEOF
5899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5900 $EGREP "memchr" >/dev/null 2>&1; then
5902 else
5903 ac_cv_header_stdc=no
5905 rm -f conftest*
5909 if test $ac_cv_header_stdc = yes; then
5910 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5911 cat >conftest.$ac_ext <<_ACEOF
5912 /* confdefs.h. */
5913 _ACEOF
5914 cat confdefs.h >>conftest.$ac_ext
5915 cat >>conftest.$ac_ext <<_ACEOF
5916 /* end confdefs.h. */
5917 #include <stdlib.h>
5919 _ACEOF
5920 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5921 $EGREP "free" >/dev/null 2>&1; then
5923 else
5924 ac_cv_header_stdc=no
5926 rm -f conftest*
5930 if test $ac_cv_header_stdc = yes; then
5931 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5932 if test "$cross_compiling" = yes; then
5934 else
5935 cat >conftest.$ac_ext <<_ACEOF
5936 /* confdefs.h. */
5937 _ACEOF
5938 cat confdefs.h >>conftest.$ac_ext
5939 cat >>conftest.$ac_ext <<_ACEOF
5940 /* end confdefs.h. */
5941 #include <ctype.h>
5942 #if ((' ' & 0x0FF) == 0x020)
5943 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5944 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5945 #else
5946 # define ISLOWER(c) \
5947 (('a' <= (c) && (c) <= 'i') \
5948 || ('j' <= (c) && (c) <= 'r') \
5949 || ('s' <= (c) && (c) <= 'z'))
5950 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5951 #endif
5953 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5955 main ()
5957 int i;
5958 for (i = 0; i < 256; i++)
5959 if (XOR (islower (i), ISLOWER (i))
5960 || toupper (i) != TOUPPER (i))
5961 exit(2);
5962 exit (0);
5964 _ACEOF
5965 rm -f conftest$ac_exeext
5966 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5967 (eval $ac_link) 2>&5
5968 ac_status=$?
5969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5970 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5972 (eval $ac_try) 2>&5
5973 ac_status=$?
5974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5975 (exit $ac_status); }; }; then
5977 else
5978 echo "$as_me: program exited with status $ac_status" >&5
5979 echo "$as_me: failed program was:" >&5
5980 sed 's/^/| /' conftest.$ac_ext >&5
5982 ( exit $ac_status )
5983 ac_cv_header_stdc=no
5985 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5989 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5990 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5991 if test $ac_cv_header_stdc = yes; then
5993 cat >>confdefs.h <<\_ACEOF
5994 #define STDC_HEADERS 1
5995 _ACEOF
5999 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6009 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6010 inttypes.h stdint.h unistd.h
6012 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6013 echo "$as_me:$LINENO: checking for $ac_header" >&5
6014 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6015 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6016 echo $ECHO_N "(cached) $ECHO_C" >&6
6017 else
6018 cat >conftest.$ac_ext <<_ACEOF
6019 /* confdefs.h. */
6020 _ACEOF
6021 cat confdefs.h >>conftest.$ac_ext
6022 cat >>conftest.$ac_ext <<_ACEOF
6023 /* end confdefs.h. */
6024 $ac_includes_default
6026 #include <$ac_header>
6027 _ACEOF
6028 rm -f conftest.$ac_objext
6029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6030 (eval $ac_compile) 2>conftest.er1
6031 ac_status=$?
6032 grep -v '^ *+' conftest.er1 >conftest.err
6033 rm -f conftest.er1
6034 cat conftest.err >&5
6035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6036 (exit $ac_status); } &&
6037 { ac_try='test -z "$ac_c_werror_flag"
6038 || test ! -s conftest.err'
6039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6040 (eval $ac_try) 2>&5
6041 ac_status=$?
6042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6043 (exit $ac_status); }; } &&
6044 { ac_try='test -s conftest.$ac_objext'
6045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6046 (eval $ac_try) 2>&5
6047 ac_status=$?
6048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6049 (exit $ac_status); }; }; then
6050 eval "$as_ac_Header=yes"
6051 else
6052 echo "$as_me: failed program was:" >&5
6053 sed 's/^/| /' conftest.$ac_ext >&5
6055 eval "$as_ac_Header=no"
6057 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6059 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6060 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6061 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6062 cat >>confdefs.h <<_ACEOF
6063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6064 _ACEOF
6068 done
6072 if test x${GDLIB_CONFIG_NAME+set} != xset ; then
6073 GDLIB_CONFIG_NAME=gdlib-config
6075 if test "x$gdlib_config_name" != x ; then
6076 GDLIB_CONFIG_NAME="$gdlib_config_name"
6079 if test x$gdlib_config_prefix != x ; then
6080 GDLIB_LOOKUP_PATH="$gdlib_config_prefix/bin"
6083 if test -x "$GDLIB_CONFIG_NAME" ; then
6084 echo "$as_me:$LINENO: checking for gdlib-config" >&5
6085 echo $ECHO_N "checking for gdlib-config... $ECHO_C" >&6
6086 GDLIB_CONFIG_PATH="$GDLIB_CONFIG_NAME"
6087 echo "$as_me:$LINENO: result: $GDLIB_CONFIG_PATH" >&5
6088 echo "${ECHO_T}$GDLIB_CONFIG_PATH" >&6
6089 else
6090 # Extract the first word of "$GDLIB_CONFIG_NAME", so it can be a program name with args.
6091 set dummy $GDLIB_CONFIG_NAME; ac_word=$2
6092 echo "$as_me:$LINENO: checking for $ac_word" >&5
6093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6094 if test "${ac_cv_path_GDLIB_CONFIG_PATH+set}" = set; then
6095 echo $ECHO_N "(cached) $ECHO_C" >&6
6096 else
6097 case $GDLIB_CONFIG_PATH in
6098 [\\/]* | ?:[\\/]*)
6099 ac_cv_path_GDLIB_CONFIG_PATH="$GDLIB_CONFIG_PATH" # Let the user override the test with a path.
6102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6103 as_dummy=""$GDLIB_LOOKUP_PATH:$PATH""
6104 for as_dir in $as_dummy
6106 IFS=$as_save_IFS
6107 test -z "$as_dir" && as_dir=.
6108 for ac_exec_ext in '' $ac_executable_extensions; do
6109 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6110 ac_cv_path_GDLIB_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
6111 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6112 break 2
6114 done
6115 done
6117 test -z "$ac_cv_path_GDLIB_CONFIG_PATH" && ac_cv_path_GDLIB_CONFIG_PATH="no"
6119 esac
6121 GDLIB_CONFIG_PATH=$ac_cv_path_GDLIB_CONFIG_PATH
6123 if test -n "$GDLIB_CONFIG_PATH"; then
6124 echo "$as_me:$LINENO: result: $GDLIB_CONFIG_PATH" >&5
6125 echo "${ECHO_T}$GDLIB_CONFIG_PATH" >&6
6126 else
6127 echo "$as_me:$LINENO: result: no" >&5
6128 echo "${ECHO_T}no" >&6
6133 if test "$GDLIB_CONFIG_PATH" != "no" ; then
6134 GDLIB_VERSION=""
6136 echo "$as_me:$LINENO: checking for gdlib version >= 2.0.0" >&5
6137 echo $ECHO_N "checking for gdlib version >= 2.0.0... $ECHO_C" >&6
6139 GDLIB_CONFIG_WITH_ARGS="$GDLIB_CONFIG_PATH $gdlib_config_args"
6141 GDLIB_VERSION=`$GDLIB_CONFIG_WITH_ARGS --version`
6142 gdlib_config_major_version=`echo $GDLIB_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1/'`
6143 gdlib_config_minor_version=`echo $GDLIB_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\2/'`
6144 gdlib_config_micro_version=`echo $GDLIB_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
6146 gdlib_ver_ok=""
6147 if test $gdlib_config_major_version -gt 2; then
6148 gdlib_ver_ok=yes
6149 else
6150 if test $gdlib_config_major_version -eq 2; then
6151 if test $gdlib_config_minor_version -gt 0; then
6152 gdlib_ver_ok=yes
6153 else
6154 if test $gdlib_config_minor_version -eq 0; then
6155 if test $gdlib_config_micro_version -ge 0; then
6156 gdlib_ver_ok=yes
6163 if test x$gdlib_ver_ok = x ; then
6164 if test x$GDLIB_VERSION = x; then
6165 echo "$as_me:$LINENO: result: no" >&5
6166 echo "${ECHO_T}no" >&6
6167 else
6168 echo "$as_me:$LINENO: result: no (version $GDLIB_VERSION is not new enough)" >&5
6169 echo "${ECHO_T}no (version $GDLIB_VERSION is not new enough)" >&6
6170 GDLIB_VERSION=
6173 { echo "$as_me:$LINENO:
6174 WARNING: gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
6175 Please check that gdlib-config is in your default path, check out
6176 LD_LIBRARY_PATH or equivalent variable.
6177 Or this might also be that your gdlib-config has other name.
6178 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
6179 (replace /usr/bin/gdlib-config with a valid path to your gdlib-config).
6180 If you use compiled packages check if you have devel pack installed.
6181 To download the latest version check http://www.boutell.com/gd
6182 for sources.
6183 " >&5
6184 echo "$as_me:
6185 WARNING: gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
6186 Please check that gdlib-config is in your default path, check out
6187 LD_LIBRARY_PATH or equivalent variable.
6188 Or this might also be that your gdlib-config has other name.
6189 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
6190 (replace /usr/bin/gdlib-config with a valid path to your gdlib-config).
6191 If you use compiled packages check if you have devel pack installed.
6192 To download the latest version check http://www.boutell.com/gd
6193 for sources.
6194 " >&6;}
6195 CAS_DEFS=""
6197 else
6198 echo "$as_me:$LINENO: result: yes (version $GDLIB_VERSION)" >&5
6199 echo "${ECHO_T}yes (version $GDLIB_VERSION)" >&6
6200 if test "${ac_cv_header_gd_h+set}" = set; then
6201 echo "$as_me:$LINENO: checking for gd.h" >&5
6202 echo $ECHO_N "checking for gd.h... $ECHO_C" >&6
6203 if test "${ac_cv_header_gd_h+set}" = set; then
6204 echo $ECHO_N "(cached) $ECHO_C" >&6
6206 echo "$as_me:$LINENO: result: $ac_cv_header_gd_h" >&5
6207 echo "${ECHO_T}$ac_cv_header_gd_h" >&6
6208 else
6209 # Is the header compilable?
6210 echo "$as_me:$LINENO: checking gd.h usability" >&5
6211 echo $ECHO_N "checking gd.h usability... $ECHO_C" >&6
6212 cat >conftest.$ac_ext <<_ACEOF
6213 /* confdefs.h. */
6214 _ACEOF
6215 cat confdefs.h >>conftest.$ac_ext
6216 cat >>conftest.$ac_ext <<_ACEOF
6217 /* end confdefs.h. */
6218 $ac_includes_default
6219 #include <gd.h>
6220 _ACEOF
6221 rm -f conftest.$ac_objext
6222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6223 (eval $ac_compile) 2>conftest.er1
6224 ac_status=$?
6225 grep -v '^ *+' conftest.er1 >conftest.err
6226 rm -f conftest.er1
6227 cat conftest.err >&5
6228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6229 (exit $ac_status); } &&
6230 { ac_try='test -z "$ac_c_werror_flag"
6231 || test ! -s conftest.err'
6232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6233 (eval $ac_try) 2>&5
6234 ac_status=$?
6235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6236 (exit $ac_status); }; } &&
6237 { ac_try='test -s conftest.$ac_objext'
6238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6239 (eval $ac_try) 2>&5
6240 ac_status=$?
6241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6242 (exit $ac_status); }; }; then
6243 ac_header_compiler=yes
6244 else
6245 echo "$as_me: failed program was:" >&5
6246 sed 's/^/| /' conftest.$ac_ext >&5
6248 ac_header_compiler=no
6250 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6251 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6252 echo "${ECHO_T}$ac_header_compiler" >&6
6254 # Is the header present?
6255 echo "$as_me:$LINENO: checking gd.h presence" >&5
6256 echo $ECHO_N "checking gd.h presence... $ECHO_C" >&6
6257 cat >conftest.$ac_ext <<_ACEOF
6258 /* confdefs.h. */
6259 _ACEOF
6260 cat confdefs.h >>conftest.$ac_ext
6261 cat >>conftest.$ac_ext <<_ACEOF
6262 /* end confdefs.h. */
6263 #include <gd.h>
6264 _ACEOF
6265 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6266 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6267 ac_status=$?
6268 grep -v '^ *+' conftest.er1 >conftest.err
6269 rm -f conftest.er1
6270 cat conftest.err >&5
6271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6272 (exit $ac_status); } >/dev/null; then
6273 if test -s conftest.err; then
6274 ac_cpp_err=$ac_c_preproc_warn_flag
6275 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6276 else
6277 ac_cpp_err=
6279 else
6280 ac_cpp_err=yes
6282 if test -z "$ac_cpp_err"; then
6283 ac_header_preproc=yes
6284 else
6285 echo "$as_me: failed program was:" >&5
6286 sed 's/^/| /' conftest.$ac_ext >&5
6288 ac_header_preproc=no
6290 rm -f conftest.err conftest.$ac_ext
6291 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6292 echo "${ECHO_T}$ac_header_preproc" >&6
6294 # So? What about this header?
6295 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6296 yes:no: )
6297 { echo "$as_me:$LINENO: WARNING: gd.h: accepted by the compiler, rejected by the preprocessor!" >&5
6298 echo "$as_me: WARNING: gd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6299 { echo "$as_me:$LINENO: WARNING: gd.h: proceeding with the compiler's result" >&5
6300 echo "$as_me: WARNING: gd.h: proceeding with the compiler's result" >&2;}
6301 ac_header_preproc=yes
6303 no:yes:* )
6304 { echo "$as_me:$LINENO: WARNING: gd.h: present but cannot be compiled" >&5
6305 echo "$as_me: WARNING: gd.h: present but cannot be compiled" >&2;}
6306 { echo "$as_me:$LINENO: WARNING: gd.h: check for missing prerequisite headers?" >&5
6307 echo "$as_me: WARNING: gd.h: check for missing prerequisite headers?" >&2;}
6308 { echo "$as_me:$LINENO: WARNING: gd.h: see the Autoconf documentation" >&5
6309 echo "$as_me: WARNING: gd.h: see the Autoconf documentation" >&2;}
6310 { echo "$as_me:$LINENO: WARNING: gd.h: section \"Present But Cannot Be Compiled\"" >&5
6311 echo "$as_me: WARNING: gd.h: section \"Present But Cannot Be Compiled\"" >&2;}
6312 { echo "$as_me:$LINENO: WARNING: gd.h: proceeding with the preprocessor's result" >&5
6313 echo "$as_me: WARNING: gd.h: proceeding with the preprocessor's result" >&2;}
6314 { echo "$as_me:$LINENO: WARNING: gd.h: in the future, the compiler will take precedence" >&5
6315 echo "$as_me: WARNING: gd.h: in the future, the compiler will take precedence" >&2;}
6317 cat <<\_ASBOX
6318 ## ------------------------------ ##
6319 ## Report this to admin@amule.org ##
6320 ## ------------------------------ ##
6321 _ASBOX
6323 sed "s/^/$as_me: WARNING: /" >&2
6325 esac
6326 echo "$as_me:$LINENO: checking for gd.h" >&5
6327 echo $ECHO_N "checking for gd.h... $ECHO_C" >&6
6328 if test "${ac_cv_header_gd_h+set}" = set; then
6329 echo $ECHO_N "(cached) $ECHO_C" >&6
6330 else
6331 ac_cv_header_gd_h=$ac_header_preproc
6333 echo "$as_me:$LINENO: result: $ac_cv_header_gd_h" >&5
6334 echo "${ECHO_T}$ac_cv_header_gd_h" >&6
6339 if test $ac_cv_header_gd_h = yes; then
6340 GDLIB_CFLAGS="`$GDLIB_CONFIG_WITH_ARGS --cflags`"
6341 GDLIB_LDFLAGS="`$GDLIB_CONFIG_WITH_ARGS --ldflags`"
6342 GDLIB_LIBS="`$GDLIB_CONFIG_WITH_ARGS --libs`"
6344 CAS_DEFS="-D__GD__"
6345 GDLIB_LIBS="-lgd $GDLIB_LIBS"
6347 else
6348 GDLIB_VERSION=
6350 { echo "$as_me:$LINENO:
6351 WARNING: gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
6352 Please check that gdlib-config is in your default path, check out
6353 LD_LIBRARY_PATH or equivalent variable.
6354 Or this might also be that your gdlib-config has other name.
6355 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
6356 (replace /usr/bin/gdlib-config with a valid path to your gdlib-config).
6357 If you use compiled packages check if you have devel pack installed.
6358 To download the latest version check http://www.boutell.com/gd
6359 for sources.
6360 " >&5
6361 echo "$as_me:
6362 WARNING: gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
6363 Please check that gdlib-config is in your default path, check out
6364 LD_LIBRARY_PATH or equivalent variable.
6365 Or this might also be that your gdlib-config has other name.
6366 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
6367 (replace /usr/bin/gdlib-config with a valid path to your gdlib-config).
6368 If you use compiled packages check if you have devel pack installed.
6369 To download the latest version check http://www.boutell.com/gd
6370 for sources.
6371 " >&6;}
6372 CAS_DEFS=""
6376 else
6378 { echo "$as_me:$LINENO:
6379 WARNING: gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
6380 Please check that gdlib-config is in your default path, check out
6381 LD_LIBRARY_PATH or equivalent variable.
6382 Or this might also be that your gdlib-config has other name.
6383 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
6384 (replace /usr/bin/gdlib-config with a valid path to your gdlib-config).
6385 If you use compiled packages check if you have devel pack installed.
6386 To download the latest version check http://www.boutell.com/gd
6387 for sources.
6388 " >&5
6389 echo "$as_me:
6390 WARNING: gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
6391 Please check that gdlib-config is in your default path, check out
6392 LD_LIBRARY_PATH or equivalent variable.
6393 Or this might also be that your gdlib-config has other name.
6394 Please try again with --with-gdlib-config=/usr/bin/gdlib-config
6395 (replace /usr/bin/gdlib-config with a valid path to your gdlib-config).
6396 If you use compiled packages check if you have devel pack installed.
6397 To download the latest version check http://www.boutell.com/gd
6398 for sources.
6399 " >&6;}
6400 CAS_DEFS=""
6407 else
6408 CAS_DEFS=""
6409 GDLIB_LIBS=""
6410 GDLIB_CFLAGS=""
6411 GDLIB_LDFLAGS=""
6412 GDLIB_VERSION="not_needed"
6417 if test x$WEB = xyes; then
6419 echo "$as_me:$LINENO: checking for a POSIX compliant regex library" >&5
6420 echo $ECHO_N "checking for a POSIX compliant regex library... $ECHO_C" >&6
6421 regex_found=no
6422 for lib in '' -lgnurx -lregex; do
6423 saved_LIBS="$LIBS"
6424 LIBS="$lib $LIBS"
6425 cat >conftest.$ac_ext <<_ACEOF
6427 /* confdefs.h. */
6428 _ACEOF
6429 cat confdefs.h >>conftest.$ac_ext
6430 cat >>conftest.$ac_ext <<_ACEOF
6431 /* end confdefs.h. */
6433 #include <regex.h>
6436 main ()
6439 regex_t preg;
6440 regcomp(&preg, "", REG_EXTENDED);
6441 regmatch_t *pmatch;
6442 regexec(&preg, "", 0, pmatch, 0);
6443 regfree(&preg);
6446 return 0;
6449 _ACEOF
6450 rm -f conftest.$ac_objext conftest$ac_exeext
6451 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6452 (eval $ac_link) 2>conftest.er1
6453 ac_status=$?
6454 grep -v '^ *+' conftest.er1 >conftest.err
6455 rm -f conftest.er1
6456 cat conftest.err >&5
6457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6458 (exit $ac_status); } &&
6459 { ac_try='test -z "$ac_c_werror_flag"
6460 || test ! -s conftest.err'
6461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6462 (eval $ac_try) 2>&5
6463 ac_status=$?
6464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6465 (exit $ac_status); }; } &&
6466 { ac_try='test -s conftest$ac_exeext'
6467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6468 (eval $ac_try) 2>&5
6469 ac_status=$?
6470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6471 (exit $ac_status); }; }; then
6473 LIBS="$saved_LIBS"
6474 regex_found=yes
6475 break;
6477 else
6478 echo "$as_me: failed program was:" >&5
6479 sed 's/^/| /' conftest.$ac_ext >&5
6482 LIBS="$saved_LIBS"
6485 rm -f conftest.err conftest.$ac_objext \
6486 conftest$ac_exeext conftest.$ac_ext
6487 done
6488 echo "$as_me:$LINENO: result: $regex_found" >&5
6489 echo "${ECHO_T}$regex_found" >&6
6490 if test $regex_found = yes; then
6492 REGEX_LIB=$lib
6495 else
6496 WEB=disabled
6503 if test x$WEB = xyes; then
6504 # Check for libpng
6507 # Check whether --with-libpng-prefix or --without-libpng-prefix was given.
6508 if test "${with_libpng_prefix+set}" = set; then
6509 withval="$with_libpng_prefix"
6510 libpng_config_prefix="$withval"
6511 else
6512 libpng_config_prefix=""
6515 # Check whether --with-libpng-config or --without-libpng-config was given.
6516 if test "${with_libpng_config+set}" = set; then
6517 withval="$with_libpng_config"
6518 libpng_config_name="$withval"
6519 else
6520 libpng_config_name=""
6524 if test x${LIBPNG_CONFIG_NAME+set} != xset ; then
6525 LIBPNG_CONFIG_NAME=libpng-config
6527 if test "x$libpng_config_name" != x ; then
6528 LIBPNG_CONFIG_NAME="$libpng_config_name"
6531 if test x$libpng_config_prefix != x ; then
6532 LIBPNG_LOOKUP_PATH="$libpng_config_prefix/bin"
6535 if test -x "$LIBPNG_CONFIG_NAME" ; then
6536 echo "$as_me:$LINENO: checking for libpng-config" >&5
6537 echo $ECHO_N "checking for libpng-config... $ECHO_C" >&6
6538 LIBPNG_CONFIG_PATH="$LIBPNG_CONFIG_NAME"
6539 echo "$as_me:$LINENO: result: $LIBPNG_CONFIG_PATH" >&5
6540 echo "${ECHO_T}$LIBPNG_CONFIG_PATH" >&6
6541 else
6542 # Extract the first word of "$LIBPNG_CONFIG_NAME", so it can be a program name with args.
6543 set dummy $LIBPNG_CONFIG_NAME; ac_word=$2
6544 echo "$as_me:$LINENO: checking for $ac_word" >&5
6545 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6546 if test "${ac_cv_path_LIBPNG_CONFIG_PATH+set}" = set; then
6547 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 else
6549 case $LIBPNG_CONFIG_PATH in
6550 [\\/]* | ?:[\\/]*)
6551 ac_cv_path_LIBPNG_CONFIG_PATH="$LIBPNG_CONFIG_PATH" # Let the user override the test with a path.
6554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6555 as_dummy=""$LIBPNG_LOOKUP_PATH:$PATH""
6556 for as_dir in $as_dummy
6558 IFS=$as_save_IFS
6559 test -z "$as_dir" && as_dir=.
6560 for ac_exec_ext in '' $ac_executable_extensions; do
6561 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6562 ac_cv_path_LIBPNG_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
6563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6564 break 2
6566 done
6567 done
6569 test -z "$ac_cv_path_LIBPNG_CONFIG_PATH" && ac_cv_path_LIBPNG_CONFIG_PATH="no"
6571 esac
6573 LIBPNG_CONFIG_PATH=$ac_cv_path_LIBPNG_CONFIG_PATH
6575 if test -n "$LIBPNG_CONFIG_PATH"; then
6576 echo "$as_me:$LINENO: result: $LIBPNG_CONFIG_PATH" >&5
6577 echo "${ECHO_T}$LIBPNG_CONFIG_PATH" >&6
6578 else
6579 echo "$as_me:$LINENO: result: no" >&5
6580 echo "${ECHO_T}no" >&6
6585 if test "$LIBPNG_CONFIG_PATH" != "no" ; then
6586 LIBPNG_VERSION=""
6588 echo "$as_me:$LINENO: checking for libpng version >= 1.2.0" >&5
6589 echo $ECHO_N "checking for libpng version >= 1.2.0... $ECHO_C" >&6
6591 LIBPNG_CONFIG_WITH_ARGS="$LIBPNG_CONFIG_PATH $libpng_config_args"
6593 LIBPNG_VERSION=`$LIBPNG_CONFIG_WITH_ARGS --version`
6594 libpng_config_major_version=`echo $LIBPNG_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1/'`
6595 libpng_config_minor_version=`echo $LIBPNG_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\2/'`
6596 libpng_config_micro_version=`echo $LIBPNG_VERSION | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
6598 libpng_ver_ok=""
6599 if test $libpng_config_major_version -gt 1; then
6600 libpng_ver_ok=yes
6601 else
6602 if test $libpng_config_major_version -eq 1; then
6603 if test $libpng_config_minor_version -gt 2; then
6604 libpng_ver_ok=yes
6605 else
6606 if test $libpng_config_minor_version -eq 2; then
6607 if test $libpng_config_micro_version -ge 0; then
6608 libpng_ver_ok=yes
6615 if test x$libpng_ver_ok = x ; then
6616 if test x$LIBPNG_VERSION = x; then
6617 echo "$as_me:$LINENO: result: no" >&5
6618 echo "${ECHO_T}no" >&6
6619 else
6620 echo "$as_me:$LINENO: result: no (version $LIBPNG_VERSION is not new enough)" >&5
6621 echo "${ECHO_T}no (version $LIBPNG_VERSION is not new enough)" >&6
6623 LIBPNG_CFLAGS=""
6624 LIBPNG_CXXFLAGS=""
6625 LIBPNG_LDFLAGS=""
6626 LIBPNG_LIBS=""
6627 LIBPNG_VERSION=""
6629 { echo "$as_me:$LINENO:
6630 WARNING: libpng-devel >= 1.2.0 is needed for amuleweb
6631 " >&5
6632 echo "$as_me:
6633 WARNING: libpng-devel >= 1.2.0 is needed for amuleweb
6634 " >&6;}
6635 AMULEWEB_DEFS=""
6637 else
6638 LIBPNG_LIBS=`$LIBPNG_CONFIG_WITH_ARGS --libs`
6639 LIBPNG_LDFLAGS=`$LIBPNG_CONFIG_WITH_ARGS --ldflags | sed -e "s/ *${LIBPNG_LIBS}$//"`
6640 LIBPNG_CFLAGS=`$LIBPNG_CONFIG_WITH_ARGS --cflags`
6641 LIBPNG_CXXFLAGS=$LIBPNG_CFLAGS
6642 echo "$as_me:$LINENO: result: yes (version $LIBPNG_VERSION)" >&5
6643 echo "${ECHO_T}yes (version $LIBPNG_VERSION)" >&6
6644 AMULEWEB_DEFS="-DWITH_LIBPNG"
6647 else
6648 echo "$as_me:$LINENO: checking for libpng >= 1.2.0" >&5
6649 echo $ECHO_N "checking for libpng >= 1.2.0... $ECHO_C" >&6
6650 saved_LIBS="$LIBS"
6651 LIBS="$LIBS -lpng -lz -lm"
6652 LIBPNG_CFLAGS=""
6653 LIBPNG_CXXFLAGS=""
6654 LIBPNG_LDFLAGS=""
6655 LIBPNG_LIBS=""
6656 if test "$cross_compiling" = yes; then
6658 echo "$as_me:$LINENO: result: cross-compilation detected, checking only the header" >&5
6659 echo "${ECHO_T}cross-compilation detected, checking only the header" >&6
6660 if test "${ac_cv_header_png_h+set}" = set; then
6661 echo "$as_me:$LINENO: checking for png.h" >&5
6662 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
6663 if test "${ac_cv_header_png_h+set}" = set; then
6664 echo $ECHO_N "(cached) $ECHO_C" >&6
6666 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
6667 echo "${ECHO_T}$ac_cv_header_png_h" >&6
6668 else
6669 # Is the header compilable?
6670 echo "$as_me:$LINENO: checking png.h usability" >&5
6671 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
6672 cat >conftest.$ac_ext <<_ACEOF
6673 /* confdefs.h. */
6674 _ACEOF
6675 cat confdefs.h >>conftest.$ac_ext
6676 cat >>conftest.$ac_ext <<_ACEOF
6677 /* end confdefs.h. */
6678 $ac_includes_default
6679 #include <png.h>
6680 _ACEOF
6681 rm -f conftest.$ac_objext
6682 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6683 (eval $ac_compile) 2>conftest.er1
6684 ac_status=$?
6685 grep -v '^ *+' conftest.er1 >conftest.err
6686 rm -f conftest.er1
6687 cat conftest.err >&5
6688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6689 (exit $ac_status); } &&
6690 { ac_try='test -z "$ac_c_werror_flag"
6691 || test ! -s conftest.err'
6692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6693 (eval $ac_try) 2>&5
6694 ac_status=$?
6695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6696 (exit $ac_status); }; } &&
6697 { ac_try='test -s conftest.$ac_objext'
6698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6699 (eval $ac_try) 2>&5
6700 ac_status=$?
6701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6702 (exit $ac_status); }; }; then
6703 ac_header_compiler=yes
6704 else
6705 echo "$as_me: failed program was:" >&5
6706 sed 's/^/| /' conftest.$ac_ext >&5
6708 ac_header_compiler=no
6710 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6711 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6712 echo "${ECHO_T}$ac_header_compiler" >&6
6714 # Is the header present?
6715 echo "$as_me:$LINENO: checking png.h presence" >&5
6716 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
6717 cat >conftest.$ac_ext <<_ACEOF
6718 /* confdefs.h. */
6719 _ACEOF
6720 cat confdefs.h >>conftest.$ac_ext
6721 cat >>conftest.$ac_ext <<_ACEOF
6722 /* end confdefs.h. */
6723 #include <png.h>
6724 _ACEOF
6725 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6726 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6727 ac_status=$?
6728 grep -v '^ *+' conftest.er1 >conftest.err
6729 rm -f conftest.er1
6730 cat conftest.err >&5
6731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6732 (exit $ac_status); } >/dev/null; then
6733 if test -s conftest.err; then
6734 ac_cpp_err=$ac_c_preproc_warn_flag
6735 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6736 else
6737 ac_cpp_err=
6739 else
6740 ac_cpp_err=yes
6742 if test -z "$ac_cpp_err"; then
6743 ac_header_preproc=yes
6744 else
6745 echo "$as_me: failed program was:" >&5
6746 sed 's/^/| /' conftest.$ac_ext >&5
6748 ac_header_preproc=no
6750 rm -f conftest.err conftest.$ac_ext
6751 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6752 echo "${ECHO_T}$ac_header_preproc" >&6
6754 # So? What about this header?
6755 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6756 yes:no: )
6757 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
6758 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6759 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
6760 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
6761 ac_header_preproc=yes
6763 no:yes:* )
6764 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
6765 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
6766 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
6767 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
6768 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
6769 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
6770 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
6771 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
6772 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
6773 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
6774 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
6775 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
6777 cat <<\_ASBOX
6778 ## ------------------------------ ##
6779 ## Report this to admin@amule.org ##
6780 ## ------------------------------ ##
6781 _ASBOX
6783 sed "s/^/$as_me: WARNING: /" >&2
6785 esac
6786 echo "$as_me:$LINENO: checking for png.h" >&5
6787 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
6788 if test "${ac_cv_header_png_h+set}" = set; then
6789 echo $ECHO_N "(cached) $ECHO_C" >&6
6790 else
6791 ac_cv_header_png_h=$ac_header_preproc
6793 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
6794 echo "${ECHO_T}$ac_cv_header_png_h" >&6
6797 if test $ac_cv_header_png_h = yes; then
6798 result=yes
6799 else
6800 result=no
6804 if test x$result = xyes; then
6805 LIBPNG_VERSION="detected"
6806 LIBPNG_LIBS="-lpng -lz -lm"
6809 else
6810 cat >conftest.$ac_ext <<_ACEOF
6812 /* confdefs.h. */
6813 _ACEOF
6814 cat confdefs.h >>conftest.$ac_ext
6815 cat >>conftest.$ac_ext <<_ACEOF
6816 /* end confdefs.h. */
6818 #include <png.h>
6819 #include <stdio.h>
6821 /* Check linking to png library */
6822 void dummy() {
6823 png_check_sig(NULL, 0);
6827 main ()
6829 /* png.h defines PNG_LIBPNG_VER=xyyzz */
6830 FILE *f=fopen("conftestval", "w");
6831 if (!f) exit(1);
6832 fprintf(f, "%s", (PNG_LIBPNG_VER >= 1 * 10000 + 2 * 100 + 0) ? "yes" : "no");
6833 fclose(f);
6834 f=fopen("conftestver", "w");
6835 if (!f) exit(0);
6836 fprintf(f, "%s", PNG_LIBPNG_VER_STRING);
6837 fclose(f);
6838 exit(0);
6841 return 0;
6844 _ACEOF
6845 rm -f conftest$ac_exeext
6846 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6847 (eval $ac_link) 2>&5
6848 ac_status=$?
6849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6850 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6852 (eval $ac_try) 2>&5
6853 ac_status=$?
6854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6855 (exit $ac_status); }; }; then
6857 if test -f conftestval; then
6858 result=`cat conftestval`
6859 else
6860 result=no
6863 if test x$result = xyes; then
6864 if test -f conftestver; then
6865 LIBPNG_VERSION=`cat conftestver`
6866 lib_version=" (version $LIBPNG_VERSION)"
6867 else
6868 lib_version=""
6871 echo "$as_me:$LINENO: result: $result$lib_version" >&5
6872 echo "${ECHO_T}$result$lib_version" >&6
6873 LIBPNG_LIBS="-lpng -lz -lm"
6875 else
6876 echo "$as_me: program exited with status $ac_status" >&5
6877 echo "$as_me: failed program was:" >&5
6878 sed 's/^/| /' conftest.$ac_ext >&5
6880 ( exit $ac_status )
6882 result=no
6883 echo "$as_me:$LINENO: result: $result" >&5
6884 echo "${ECHO_T}$result" >&6
6887 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6889 if test x$result = xyes; then
6890 AMULEWEB_DEFS="-DWITH_LIBPNG"
6891 else
6893 { echo "$as_me:$LINENO:
6894 WARNING: libpng-devel >= 1.2.0 is needed for amuleweb
6895 " >&5
6896 echo "$as_me:
6897 WARNING: libpng-devel >= 1.2.0 is needed for amuleweb
6898 " >&6;}
6899 AMULEWEB_DEFS=""
6903 LIBS="$saved_LIBS"
6909 else
6910 AMULEWEB_DEFS=""
6911 LIBPNG_LIBS=""
6912 LIBPNG_CFLAGS=""
6913 LIBPNG_CXXFLAGS=""
6914 LIBPNG_LDFLAGS=""
6915 LIBPNG_VERSION="not_needed"
6921 # Check for perl File::Copy
6922 echo "$as_me:$LINENO: checking for File::Copy" >&5
6923 echo $ECHO_N "checking for File::Copy... $ECHO_C" >&6
6924 if perl -e "require File::Copy" 2>/dev/null; then
6925 echo "$as_me:$LINENO: result: ok" >&5
6926 echo "${ECHO_T}ok" >&6
6927 else
6928 { { echo "$as_me:$LINENO: error: File::Copy perl module is required" >&5
6929 echo "$as_me: error: File::Copy perl module is required" >&2;}
6930 { (exit 1); exit 1; }; }
6934 # Check if we need the GUI
6935 echo "$as_me:$LINENO: checking whether we need the GUI" >&5
6936 echo $ECHO_N "checking whether we need the GUI... $ECHO_C" >&6
6937 if test x$MONOLITHIC = xyes; then
6938 need_gui=yes
6941 if test x$WXCAS = xyes; then
6942 need_gui=yes
6945 if test x$ALC = xyes; then
6946 need_gui=yes
6949 if test x$AMULE_GUI = xyes; then
6950 need_gui=yes
6953 if test ${need_gui:+set} != xset; then
6954 need_gui=no
6957 echo "$as_me:$LINENO: result: $need_gui" >&5
6958 echo "${ECHO_T}$need_gui" >&6
6961 # Check for GeoIP (required for IP2Country capability)
6962 if test x"$ENABLE_IP2COUNTRY" = x"yes" ; then
6963 GEOIP_LIB="-lGeoIP"
6964 CXXFLAGS="$CXXFLAGS $GEOIP_INCLUDE"
6965 LIBS="$LIBS $GEOIP_LIB"
6966 if test "${ac_cv_header_GeoIP_h+set}" = set; then
6967 echo "$as_me:$LINENO: checking for GeoIP.h" >&5
6968 echo $ECHO_N "checking for GeoIP.h... $ECHO_C" >&6
6969 if test "${ac_cv_header_GeoIP_h+set}" = set; then
6970 echo $ECHO_N "(cached) $ECHO_C" >&6
6972 echo "$as_me:$LINENO: result: $ac_cv_header_GeoIP_h" >&5
6973 echo "${ECHO_T}$ac_cv_header_GeoIP_h" >&6
6974 else
6975 # Is the header compilable?
6976 echo "$as_me:$LINENO: checking GeoIP.h usability" >&5
6977 echo $ECHO_N "checking GeoIP.h usability... $ECHO_C" >&6
6978 cat >conftest.$ac_ext <<_ACEOF
6979 /* confdefs.h. */
6980 _ACEOF
6981 cat confdefs.h >>conftest.$ac_ext
6982 cat >>conftest.$ac_ext <<_ACEOF
6983 /* end confdefs.h. */
6984 $ac_includes_default
6985 #include <GeoIP.h>
6986 _ACEOF
6987 rm -f conftest.$ac_objext
6988 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6989 (eval $ac_compile) 2>conftest.er1
6990 ac_status=$?
6991 grep -v '^ *+' conftest.er1 >conftest.err
6992 rm -f conftest.er1
6993 cat conftest.err >&5
6994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6995 (exit $ac_status); } &&
6996 { ac_try='test -z "$ac_c_werror_flag"
6997 || test ! -s conftest.err'
6998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6999 (eval $ac_try) 2>&5
7000 ac_status=$?
7001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7002 (exit $ac_status); }; } &&
7003 { ac_try='test -s conftest.$ac_objext'
7004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7005 (eval $ac_try) 2>&5
7006 ac_status=$?
7007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7008 (exit $ac_status); }; }; then
7009 ac_header_compiler=yes
7010 else
7011 echo "$as_me: failed program was:" >&5
7012 sed 's/^/| /' conftest.$ac_ext >&5
7014 ac_header_compiler=no
7016 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7017 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7018 echo "${ECHO_T}$ac_header_compiler" >&6
7020 # Is the header present?
7021 echo "$as_me:$LINENO: checking GeoIP.h presence" >&5
7022 echo $ECHO_N "checking GeoIP.h presence... $ECHO_C" >&6
7023 cat >conftest.$ac_ext <<_ACEOF
7024 /* confdefs.h. */
7025 _ACEOF
7026 cat confdefs.h >>conftest.$ac_ext
7027 cat >>conftest.$ac_ext <<_ACEOF
7028 /* end confdefs.h. */
7029 #include <GeoIP.h>
7030 _ACEOF
7031 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7032 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7033 ac_status=$?
7034 grep -v '^ *+' conftest.er1 >conftest.err
7035 rm -f conftest.er1
7036 cat conftest.err >&5
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); } >/dev/null; then
7039 if test -s conftest.err; then
7040 ac_cpp_err=$ac_c_preproc_warn_flag
7041 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7042 else
7043 ac_cpp_err=
7045 else
7046 ac_cpp_err=yes
7048 if test -z "$ac_cpp_err"; then
7049 ac_header_preproc=yes
7050 else
7051 echo "$as_me: failed program was:" >&5
7052 sed 's/^/| /' conftest.$ac_ext >&5
7054 ac_header_preproc=no
7056 rm -f conftest.err conftest.$ac_ext
7057 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7058 echo "${ECHO_T}$ac_header_preproc" >&6
7060 # So? What about this header?
7061 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7062 yes:no: )
7063 { echo "$as_me:$LINENO: WARNING: GeoIP.h: accepted by the compiler, rejected by the preprocessor!" >&5
7064 echo "$as_me: WARNING: GeoIP.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7065 { echo "$as_me:$LINENO: WARNING: GeoIP.h: proceeding with the compiler's result" >&5
7066 echo "$as_me: WARNING: GeoIP.h: proceeding with the compiler's result" >&2;}
7067 ac_header_preproc=yes
7069 no:yes:* )
7070 { echo "$as_me:$LINENO: WARNING: GeoIP.h: present but cannot be compiled" >&5
7071 echo "$as_me: WARNING: GeoIP.h: present but cannot be compiled" >&2;}
7072 { echo "$as_me:$LINENO: WARNING: GeoIP.h: check for missing prerequisite headers?" >&5
7073 echo "$as_me: WARNING: GeoIP.h: check for missing prerequisite headers?" >&2;}
7074 { echo "$as_me:$LINENO: WARNING: GeoIP.h: see the Autoconf documentation" >&5
7075 echo "$as_me: WARNING: GeoIP.h: see the Autoconf documentation" >&2;}
7076 { echo "$as_me:$LINENO: WARNING: GeoIP.h: section \"Present But Cannot Be Compiled\"" >&5
7077 echo "$as_me: WARNING: GeoIP.h: section \"Present But Cannot Be Compiled\"" >&2;}
7078 { echo "$as_me:$LINENO: WARNING: GeoIP.h: proceeding with the preprocessor's result" >&5
7079 echo "$as_me: WARNING: GeoIP.h: proceeding with the preprocessor's result" >&2;}
7080 { echo "$as_me:$LINENO: WARNING: GeoIP.h: in the future, the compiler will take precedence" >&5
7081 echo "$as_me: WARNING: GeoIP.h: in the future, the compiler will take precedence" >&2;}
7083 cat <<\_ASBOX
7084 ## ------------------------------ ##
7085 ## Report this to admin@amule.org ##
7086 ## ------------------------------ ##
7087 _ASBOX
7089 sed "s/^/$as_me: WARNING: /" >&2
7091 esac
7092 echo "$as_me:$LINENO: checking for GeoIP.h" >&5
7093 echo $ECHO_N "checking for GeoIP.h... $ECHO_C" >&6
7094 if test "${ac_cv_header_GeoIP_h+set}" = set; then
7095 echo $ECHO_N "(cached) $ECHO_C" >&6
7096 else
7097 ac_cv_header_GeoIP_h=$ac_header_preproc
7099 echo "$as_me:$LINENO: result: $ac_cv_header_GeoIP_h" >&5
7100 echo "${ECHO_T}$ac_cv_header_GeoIP_h" >&6
7103 if test $ac_cv_header_GeoIP_h = yes; then
7105 else
7106 { { echo "$as_me:$LINENO: error: --enable-geoip passed to configure, but the GeoIP header files were not found" >&5
7107 echo "$as_me: error: --enable-geoip passed to configure, but the GeoIP header files were not found" >&2;}
7108 { (exit 1); exit 1; }; }
7112 echo "$as_me:$LINENO: checking for GeoIP_open in -lGeoIP" >&5
7113 echo $ECHO_N "checking for GeoIP_open in -lGeoIP... $ECHO_C" >&6
7114 if test "${ac_cv_lib_GeoIP_GeoIP_open+set}" = set; then
7115 echo $ECHO_N "(cached) $ECHO_C" >&6
7116 else
7117 ac_check_lib_save_LIBS=$LIBS
7118 LIBS="-lGeoIP $LIBS"
7119 cat >conftest.$ac_ext <<_ACEOF
7120 /* confdefs.h. */
7121 _ACEOF
7122 cat confdefs.h >>conftest.$ac_ext
7123 cat >>conftest.$ac_ext <<_ACEOF
7124 /* end confdefs.h. */
7126 /* Override any gcc2 internal prototype to avoid an error. */
7127 #ifdef __cplusplus
7128 extern "C"
7129 #endif
7130 /* We use char because int might match the return type of a gcc2
7131 builtin and then its argument prototype would still apply. */
7132 char GeoIP_open ();
7134 main ()
7136 GeoIP_open ();
7138 return 0;
7140 _ACEOF
7141 rm -f conftest.$ac_objext conftest$ac_exeext
7142 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7143 (eval $ac_link) 2>conftest.er1
7144 ac_status=$?
7145 grep -v '^ *+' conftest.er1 >conftest.err
7146 rm -f conftest.er1
7147 cat conftest.err >&5
7148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7149 (exit $ac_status); } &&
7150 { ac_try='test -z "$ac_c_werror_flag"
7151 || test ! -s conftest.err'
7152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7153 (eval $ac_try) 2>&5
7154 ac_status=$?
7155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7156 (exit $ac_status); }; } &&
7157 { ac_try='test -s conftest$ac_exeext'
7158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7159 (eval $ac_try) 2>&5
7160 ac_status=$?
7161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7162 (exit $ac_status); }; }; then
7163 ac_cv_lib_GeoIP_GeoIP_open=yes
7164 else
7165 echo "$as_me: failed program was:" >&5
7166 sed 's/^/| /' conftest.$ac_ext >&5
7168 ac_cv_lib_GeoIP_GeoIP_open=no
7170 rm -f conftest.err conftest.$ac_objext \
7171 conftest$ac_exeext conftest.$ac_ext
7172 LIBS=$ac_check_lib_save_LIBS
7174 echo "$as_me:$LINENO: result: $ac_cv_lib_GeoIP_GeoIP_open" >&5
7175 echo "${ECHO_T}$ac_cv_lib_GeoIP_GeoIP_open" >&6
7176 if test $ac_cv_lib_GeoIP_GeoIP_open = yes; then
7178 cat >>confdefs.h <<\_ACEOF
7179 #define SUPPORT_GEOIP 1
7180 _ACEOF
7182 else
7183 { { echo "$as_me:$LINENO: error: --enable-geoip passed to configure, but the GeoIP libraries were not found" >&5
7184 echo "$as_me: error: --enable-geoip passed to configure, but the GeoIP libraries were not found" >&2;}
7185 { (exit 1); exit 1; }; }
7193 # Check if the compiler is broken, wrt. exceptions.
7196 echo "$as_me:$LINENO: checking for exception-handling" >&5
7197 echo $ECHO_N "checking for exception-handling... $ECHO_C" >&6
7199 ac_ext=cc
7200 ac_cpp='$CXXCPP $CPPFLAGS'
7201 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7202 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7203 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7205 if test "$cross_compiling" = yes; then
7207 echo "$as_me:$LINENO: result: undeterminable" >&5
7208 echo "${ECHO_T}undeterminable" >&6
7209 { echo "$as_me:$LINENO: WARNING:
7210 Cross-compilation detected, so exception handling cannot be tested.
7211 Note that broken exception handling in your compiler may lead to
7212 unexpected crashes." >&5
7213 echo "$as_me: WARNING:
7214 Cross-compilation detected, so exception handling cannot be tested.
7215 Note that broken exception handling in your compiler may lead to
7216 unexpected crashes." >&2;}
7218 else
7219 cat >conftest.$ac_ext <<_ACEOF
7221 /* confdefs.h. */
7222 _ACEOF
7223 cat confdefs.h >>conftest.$ac_ext
7224 cat >>conftest.$ac_ext <<_ACEOF
7225 /* end confdefs.h. */
7228 main ()
7231 try {
7232 throw 1;
7233 } catch (int) {
7234 return 0;
7236 return 1;
7239 return 0;
7242 _ACEOF
7243 rm -f conftest$ac_exeext
7244 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7245 (eval $ac_link) 2>&5
7246 ac_status=$?
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7250 (eval $ac_try) 2>&5
7251 ac_status=$?
7252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7253 (exit $ac_status); }; }; then
7255 echo "$as_me:$LINENO: result: yes" >&5
7256 echo "${ECHO_T}yes" >&6
7258 else
7259 echo "$as_me: program exited with status $ac_status" >&5
7260 echo "$as_me: failed program was:" >&5
7261 sed 's/^/| /' conftest.$ac_ext >&5
7263 ( exit $ac_status )
7265 echo "$as_me:$LINENO: result: no" >&5
7266 echo "${ECHO_T}no" >&6
7267 { { echo "$as_me:$LINENO: error: Exception handling does not work. Broken compiler?" >&5
7268 echo "$as_me: error: Exception handling does not work. Broken compiler?" >&2;}
7269 { (exit 1); exit 1; }; }
7272 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7274 ac_ext=c
7275 ac_cpp='$CPP $CPPFLAGS'
7276 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7277 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7278 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7282 # Check for wx
7285 # Check whether --with-wxdir or --without-wxdir was given.
7286 if test "${with_wxdir+set}" = set; then
7287 withval="$with_wxdir"
7288 wx_config_name="$withval/wx-config"
7289 wx_config_args="--inplace"
7292 # Check whether --with-wx-config or --without-wx-config was given.
7293 if test "${with_wx_config+set}" = set; then
7294 withval="$with_wx_config"
7295 wx_config_name="$withval"
7298 # Check whether --with-wx-prefix or --without-wx-prefix was given.
7299 if test "${with_wx_prefix+set}" = set; then
7300 withval="$with_wx_prefix"
7301 wx_config_prefix="$withval"
7302 else
7303 wx_config_prefix=""
7306 # Check whether --with-wx-exec-prefix or --without-wx-exec-prefix was given.
7307 if test "${with_wx_exec_prefix+set}" = set; then
7308 withval="$with_wx_exec_prefix"
7309 wx_config_exec_prefix="$withval"
7310 else
7311 wx_config_exec_prefix=""
7325 # Check whether --with-toolkit or --without-toolkit was given.
7326 if test "${with_toolkit+set}" = set; then
7327 withval="$with_toolkit"
7329 else
7330 withval="auto"
7333 echo "$as_me:$LINENO: checking for the --with-toolkit option" >&5
7334 echo $ECHO_N "checking for the --with-toolkit option... $ECHO_C" >&6
7335 if test "$withval" = "auto" ; then
7336 echo "$as_me:$LINENO: result: will be automatically detected" >&5
7337 echo "${ECHO_T}will be automatically detected" >&6
7338 TOOLKIT="auto"
7339 else
7340 TOOLKIT="$withval"
7342 if test "$TOOLKIT" != "gtk1" -a "$TOOLKIT" != "gtk2" -a \
7343 "$TOOLKIT" != "msw" -a "$TOOLKIT" != "motif" -a \
7344 "$TOOLKIT" != "x11" -a "$TOOLKIT" != "mac" -a \
7345 "$TOOLKIT" != "mgl" -a "$TOOLKIT" != "dfb" -a \
7346 "$TOOLKIT" != "base" ; then
7347 { { echo "$as_me:$LINENO: error:
7348 Unrecognized option value (allowed values: auto, gtk1, gtk2, msw, motif, x11, mac, mgl, dfb, base)
7349 " >&5
7350 echo "$as_me: error:
7351 Unrecognized option value (allowed values: auto, gtk1, gtk2, msw, motif, x11, mac, mgl, dfb, base)
7352 " >&2;}
7353 { (exit 1); exit 1; }; }
7356 echo "$as_me:$LINENO: result: $TOOLKIT" >&5
7357 echo "${ECHO_T}$TOOLKIT" >&6
7364 # Check whether --with-wxshared or --without-wxshared was given.
7365 if test "${with_wxshared+set}" = set; then
7366 withval="$with_wxshared"
7368 else
7369 withval="auto"
7372 echo "$as_me:$LINENO: checking for the --with-wxshared option" >&5
7373 echo $ECHO_N "checking for the --with-wxshared option... $ECHO_C" >&6
7374 if test "$withval" = "yes" ; then
7375 echo "$as_me:$LINENO: result: yes" >&5
7376 echo "${ECHO_T}yes" >&6
7377 WX_SHARED=1
7379 elif test "1" = "1" -a "$withval" = "no" ; then
7380 echo "$as_me:$LINENO: result: no" >&5
7381 echo "${ECHO_T}no" >&6
7382 WX_SHARED=0
7383 elif test "$withval" = "auto" ; then
7384 echo "$as_me:$LINENO: result: will be automatically detected" >&5
7385 echo "${ECHO_T}will be automatically detected" >&6
7386 WX_SHARED="auto"
7387 else
7388 { { echo "$as_me:$LINENO: error:
7389 Unrecognized option value (allowed values: yes, auto)
7390 " >&5
7391 echo "$as_me: error:
7392 Unrecognized option value (allowed values: yes, auto)
7393 " >&2;}
7394 { (exit 1); exit 1; }; }
7401 # Check whether --with-wxdebug or --without-wxdebug was given.
7402 if test "${with_wxdebug+set}" = set; then
7403 withval="$with_wxdebug"
7405 else
7406 withval="auto"
7409 echo "$as_me:$LINENO: checking for the --with-wxdebug option" >&5
7410 echo $ECHO_N "checking for the --with-wxdebug option... $ECHO_C" >&6
7411 if test "$withval" = "yes" ; then
7412 echo "$as_me:$LINENO: result: yes" >&5
7413 echo "${ECHO_T}yes" >&6
7414 WX_DEBUG=1
7416 elif test "1" = "1" -a "$withval" = "no" ; then
7417 echo "$as_me:$LINENO: result: no" >&5
7418 echo "${ECHO_T}no" >&6
7419 WX_DEBUG=0
7420 elif test "$withval" = "auto" ; then
7421 echo "$as_me:$LINENO: result: will be automatically detected" >&5
7422 echo "${ECHO_T}will be automatically detected" >&6
7423 WX_DEBUG="auto"
7424 else
7425 { { echo "$as_me:$LINENO: error:
7426 Unrecognized option value (allowed values: yes, auto)
7427 " >&5
7428 echo "$as_me: error:
7429 Unrecognized option value (allowed values: yes, auto)
7430 " >&2;}
7431 { (exit 1); exit 1; }; }
7438 # Check whether --with-wxversion or --without-wxversion was given.
7439 if test "${with_wxversion+set}" = set; then
7440 withval="$with_wxversion"
7442 else
7443 withval="auto"
7446 echo "$as_me:$LINENO: checking for the --with-wxversion option" >&5
7447 echo $ECHO_N "checking for the --with-wxversion option... $ECHO_C" >&6
7448 if test "$withval" = "auto" ; then
7449 echo "$as_me:$LINENO: result: will be automatically detected" >&5
7450 echo "${ECHO_T}will be automatically detected" >&6
7451 WX_VERSION="auto"
7452 else
7454 wx_requested_major_version=`echo $withval | \
7455 sed 's/\([0-9]*\).\([0-9]*\).*/\1/'`
7456 wx_requested_minor_version=`echo $withval | \
7457 sed 's/\([0-9]*\).\([0-9]*\).*/\2/'`
7459 if test "${#wx_requested_major_version}" != "1" -o \
7460 "${#wx_requested_minor_version}" != "1" ; then
7461 { { echo "$as_me:$LINENO: error:
7462 Unrecognized option value (allowed values: auto, 2.6, 2.7, 2.8, 2.9)
7463 " >&5
7464 echo "$as_me: error:
7465 Unrecognized option value (allowed values: auto, 2.6, 2.7, 2.8, 2.9)
7466 " >&2;}
7467 { (exit 1); exit 1; }; }
7470 WX_VERSION="$wx_requested_major_version"".""$wx_requested_minor_version"
7471 echo "$as_me:$LINENO: result: $WX_VERSION" >&5
7472 echo "${ECHO_T}$WX_VERSION" >&6
7476 if test "$WX_DEBUG_CONFIGURE" = "1"; then
7477 echo "[dbg] DEBUG: $DEBUG, WX_DEBUG: $WX_DEBUG"
7478 echo "[dbg] UNICODE: $UNICODE, WX_UNICODE: $WX_UNICODE"
7479 echo "[dbg] SHARED: $SHARED, WX_SHARED: $WX_SHARED"
7480 echo "[dbg] TOOLKIT: $TOOLKIT, WX_TOOLKIT: $WX_TOOLKIT"
7481 echo "[dbg] VERSION: $VERSION, WX_VERSION: $WX_VERSION"
7484 # Force using a static wxWidgets library if the executable is to be linked statically.
7485 if test "$USE_DEBUG_STATIC" = "yes"; then
7486 WX_SHARED=0
7489 # Force using a unicode build of the library
7490 WX_UNICODE=1
7491 DEBUG=$WX_DEBUG
7493 if test "$WX_SHARED" = "1" ; then
7494 WXCONFIG_FLAGS="--static=no "
7495 elif test "$WX_SHARED" = "0" ; then
7496 WXCONFIG_FLAGS="--static=yes "
7499 if test "$WX_DEBUG" = "1" ; then
7500 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=yes "
7501 elif test "$WX_DEBUG" = "0" ; then
7502 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=no "
7505 if test "$WX_UNICODE" = "1" ; then
7506 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=yes "
7507 elif test "$WX_UNICODE" = "0" ; then
7508 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=no "
7511 if test "$TOOLKIT" != "auto" ; then
7512 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--toolkit=$TOOLKIT "
7515 if test "$WX_VERSION" != "auto" ; then
7516 WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--version=$WX_VERSION "
7519 WXCONFIG_FLAGS=${WXCONFIG_FLAGS% }
7521 if test "$WX_DEBUG_CONFIGURE" = "1"; then
7522 echo "[dbg] WXCONFIG_FLAGS: $WXCONFIG_FLAGS"
7526 if test x${WX_CONFIG_NAME+set} != xset ; then
7527 WX_CONFIG_NAME=wx-config
7530 if test "x$wx_config_name" != x ; then
7531 WX_CONFIG_NAME="$wx_config_name"
7534 if test x$wx_config_exec_prefix != x ; then
7535 wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix"
7536 WX_LOOKUP_PATH="$wx_config_exec_prefix/bin"
7538 if test x$wx_config_prefix != x ; then
7539 wx_config_args="$wx_config_args --prefix=$wx_config_prefix"
7540 WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin"
7542 if test "$cross_compiling" = "yes"; then
7543 wx_config_args="$wx_config_args --host=$host_alias"
7546 if test -x "$WX_CONFIG_NAME" ; then
7547 echo "$as_me:$LINENO: checking for wx-config" >&5
7548 echo $ECHO_N "checking for wx-config... $ECHO_C" >&6
7549 WX_CONFIG_PATH="$WX_CONFIG_NAME"
7550 echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5
7551 echo "${ECHO_T}$WX_CONFIG_PATH" >&6
7552 else
7553 # Extract the first word of "$WX_CONFIG_NAME", so it can be a program name with args.
7554 set dummy $WX_CONFIG_NAME; ac_word=$2
7555 echo "$as_me:$LINENO: checking for $ac_word" >&5
7556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7557 if test "${ac_cv_path_WX_CONFIG_PATH+set}" = set; then
7558 echo $ECHO_N "(cached) $ECHO_C" >&6
7559 else
7560 case $WX_CONFIG_PATH in
7561 [\\/]* | ?:[\\/]*)
7562 ac_cv_path_WX_CONFIG_PATH="$WX_CONFIG_PATH" # Let the user override the test with a path.
7565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7566 as_dummy=""$WX_LOOKUP_PATH:$PATH""
7567 for as_dir in $as_dummy
7569 IFS=$as_save_IFS
7570 test -z "$as_dir" && as_dir=.
7571 for ac_exec_ext in '' $ac_executable_extensions; do
7572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7573 ac_cv_path_WX_CONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
7574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7575 break 2
7577 done
7578 done
7580 test -z "$ac_cv_path_WX_CONFIG_PATH" && ac_cv_path_WX_CONFIG_PATH="no"
7582 esac
7584 WX_CONFIG_PATH=$ac_cv_path_WX_CONFIG_PATH
7586 if test -n "$WX_CONFIG_PATH"; then
7587 echo "$as_me:$LINENO: result: $WX_CONFIG_PATH" >&5
7588 echo "${ECHO_T}$WX_CONFIG_PATH" >&6
7589 else
7590 echo "$as_me:$LINENO: result: no" >&5
7591 echo "${ECHO_T}no" >&6
7596 if test "$WX_CONFIG_PATH" != "no" ; then
7597 WX_VERSION_FULL=""
7599 min_wx_version=2.8.0
7600 if test -z "$WXCONFIG_FLAGS" ; then
7601 echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version" >&5
7602 echo $ECHO_N "checking for wxWidgets version >= $min_wx_version... $ECHO_C" >&6
7603 else
7604 echo "$as_me:$LINENO: checking for wxWidgets version >= $min_wx_version ($WXCONFIG_FLAGS)" >&5
7605 echo $ECHO_N "checking for wxWidgets version >= $min_wx_version ($WXCONFIG_FLAGS)... $ECHO_C" >&6
7608 WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args $WXCONFIG_FLAGS "
7610 WX_VERSION_FULL=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`
7611 wx_config_major_version=`echo $WX_VERSION_FULL | \
7612 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7613 wx_config_minor_version=`echo $WX_VERSION_FULL | \
7614 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7615 wx_config_micro_version=`echo $WX_VERSION_FULL | \
7616 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7618 wx_requested_major_version=`echo $min_wx_version | \
7619 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7620 wx_requested_minor_version=`echo $min_wx_version | \
7621 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7622 wx_requested_micro_version=`echo $min_wx_version | \
7623 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7626 wx_ver_ok=""
7627 if test "x$WX_VERSION_FULL" != x ; then
7628 if test $wx_config_major_version -gt $wx_requested_major_version; then
7629 wx_ver_ok=yes
7630 else
7631 if test $wx_config_major_version -eq $wx_requested_major_version; then
7632 if test $wx_config_minor_version -gt $wx_requested_minor_version; then
7633 wx_ver_ok=yes
7634 else
7635 if test $wx_config_minor_version -eq $wx_requested_minor_version; then
7636 if test $wx_config_micro_version -ge $wx_requested_micro_version; then
7637 wx_ver_ok=yes
7646 if test -n "$wx_ver_ok"; then
7648 echo "$as_me:$LINENO: result: yes (version $WX_VERSION_FULL)" >&5
7649 echo "${ECHO_T}yes (version $WX_VERSION_FULL)" >&6
7650 WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs`
7652 echo "$as_me:$LINENO: checking for wxWidgets static library" >&5
7653 echo $ECHO_N "checking for wxWidgets static library... $ECHO_C" >&6
7654 WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs 2>/dev/null`
7655 if test "x$WX_LIBS_STATIC" = "x"; then
7656 echo "$as_me:$LINENO: result: no" >&5
7657 echo "${ECHO_T}no" >&6
7658 else
7659 echo "$as_me:$LINENO: result: yes" >&5
7660 echo "${ECHO_T}yes" >&6
7663 wx_has_cppflags=""
7664 if test $wx_config_major_version -gt 2; then
7665 wx_has_cppflags=yes
7666 else
7667 if test $wx_config_major_version -eq 2; then
7668 if test $wx_config_minor_version -gt 2; then
7669 wx_has_cppflags=yes
7670 else
7671 if test $wx_config_minor_version -eq 2; then
7672 if test $wx_config_micro_version -ge 6; then
7673 wx_has_cppflags=yes
7680 wx_has_rescomp=""
7681 if test $wx_config_major_version -gt 2; then
7682 wx_has_rescomp=yes
7683 else
7684 if test $wx_config_major_version -eq 2; then
7685 if test $wx_config_minor_version -ge 7; then
7686 wx_has_rescomp=yes
7690 if test "x$wx_has_rescomp" = x ; then
7691 WX_RESCOMP=
7692 else
7693 WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp`
7696 if test "x$wx_has_cppflags" = x ; then
7697 WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
7698 WX_CPPFLAGS=$WX_CFLAGS
7699 WX_CXXFLAGS=$WX_CFLAGS
7701 WX_CFLAGS_ONLY=$WX_CFLAGS
7702 WX_CXXFLAGS_ONLY=$WX_CFLAGS
7703 else
7704 WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags`
7705 WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags`
7706 WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags`
7708 WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"`
7709 WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"`
7712 wxWin=1
7714 else
7716 if test "x$WX_VERSION_FULL" = x; then
7717 echo "$as_me:$LINENO: result: no" >&5
7718 echo "${ECHO_T}no" >&6
7719 else
7720 echo "$as_me:$LINENO: result: no (version $WX_VERSION_FULL is not new enough)" >&5
7721 echo "${ECHO_T}no (version $WX_VERSION_FULL is not new enough)" >&6
7724 WX_CFLAGS=""
7725 WX_CPPFLAGS=""
7726 WX_CXXFLAGS=""
7727 WX_LIBS=""
7728 WX_LIBS_STATIC=""
7729 WX_RESCOMP=""
7731 if test ! -z "$WXCONFIG_FLAGS"; then
7733 wx_error_message="
7734 The configuration you asked for $PACKAGE_NAME requires a wxWidgets
7735 build with the following settings:
7736 $WXCONFIG_FLAGS
7737 but such build is not available.
7739 To see the wxWidgets builds available on this system, please use
7740 'wx-config --list' command. To use the default build, returned by
7741 'wx-config --selected-config', use the options with their 'auto'
7742 default values."
7746 wx_error_message="
7747 The requested wxWidgets build couldn't be found.
7748 $wx_error_message
7750 If you still get this error, then check that 'wx-config' is
7751 in path, the directory where wxWidgets libraries are installed
7752 (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
7753 or equivalent variable and wxWidgets version is 2.8.0 or above."
7755 { { echo "$as_me:$LINENO: error: $wx_error_message" >&5
7756 echo "$as_me: error: $wx_error_message" >&2;}
7757 { (exit 1); exit 1; }; }
7760 else
7762 WX_CFLAGS=""
7763 WX_CPPFLAGS=""
7764 WX_CXXFLAGS=""
7765 WX_LIBS=""
7766 WX_LIBS_STATIC=""
7767 WX_RESCOMP=""
7783 WX_VERSION_MAJOR="$wx_config_major_version"
7784 WX_VERSION_MINOR="$wx_config_minor_version"
7788 if test "$wxWin" != 1; then
7789 { { echo "$as_me:$LINENO: error:
7790 wxWidgets must be installed on your system but wx-config
7791 script couldn't be found. Please check that wx-config is
7792 in path or specified by --with-wx-config=path flag, the
7793 directory where wxWidgets libraries are installed (returned
7794 by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
7795 equivalent variable and wxWidgets version is 2.8.0 or above.
7796 " >&5
7797 echo "$as_me: error:
7798 wxWidgets must be installed on your system but wx-config
7799 script couldn't be found. Please check that wx-config is
7800 in path or specified by --with-wx-config=path flag, the
7801 directory where wxWidgets libraries are installed (returned
7802 by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
7803 equivalent variable and wxWidgets version is 2.8.0 or above.
7804 " >&2;}
7805 { (exit 1); exit 1; }; }
7808 WX_VERSION="$WX_VERSION_MAJOR""$WX_VERSION_MINOR"
7809 if test $WX_VERSION -lt 26 ; then
7811 { { echo "$as_me:$LINENO: error:
7812 Cannot detect the wxWidgets configuration for the selected wxWidgets build
7813 since its version is $WX_VERSION_FULL < 2.6.0; please install a newer
7814 version of wxWidgets.
7815 " >&5
7816 echo "$as_me: error:
7817 Cannot detect the wxWidgets configuration for the selected wxWidgets build
7818 since its version is $WX_VERSION_FULL < 2.6.0; please install a newer
7819 version of wxWidgets.
7820 " >&2;}
7821 { (exit 1); exit 1; }; }
7824 WX_SELECTEDCONFIG=$($WX_CONFIG_WITH_ARGS --selected_config)
7826 if test "$WX_DEBUG_CONFIGURE" = "1"; then
7827 echo "[dbg] Using wx-config --selected-config"
7828 echo "[dbg] WX_SELECTEDCONFIG: $WX_SELECTEDCONFIG"
7832 if test $WX_SHARED = "1"; then
7833 STATIC=0
7834 elif test $WX_SHARED = "0"; then
7835 STATIC=1
7836 elif test $WX_SHARED = "auto"; then
7837 STATIC="auto"
7841 if test "$UNICODE" = "auto" ; then
7843 echo "$as_me:$LINENO: checking if wxWidgets was built with UNICODE enabled" >&5
7844 echo $ECHO_N "checking if wxWidgets was built with UNICODE enabled... $ECHO_C" >&6
7846 WX_UNICODE=$(expr "$WX_SELECTEDCONFIG" : ".*unicode.*")
7848 if test "$WX_UNICODE" != "0"; then
7849 WX_UNICODE=1
7850 echo "$as_me:$LINENO: result: yes" >&5
7851 echo "${ECHO_T}yes" >&6
7853 else
7854 WX_UNICODE=0
7855 echo "$as_me:$LINENO: result: no" >&5
7856 echo "${ECHO_T}no" >&6
7859 else
7861 WX_UNICODE=$UNICODE
7865 if test "$DEBUG" = "auto" ; then
7867 echo "$as_me:$LINENO: checking if wxWidgets was built in DEBUG mode" >&5
7868 echo $ECHO_N "checking if wxWidgets was built in DEBUG mode... $ECHO_C" >&6
7870 WX_DEBUG=$(expr "$WX_SELECTEDCONFIG" : ".*debug.*")
7872 if test "$WX_DEBUG" != "0"; then
7873 WX_DEBUG=1
7874 echo "$as_me:$LINENO: result: yes" >&5
7875 echo "${ECHO_T}yes" >&6
7877 else
7878 WX_DEBUG=0
7879 echo "$as_me:$LINENO: result: no" >&5
7880 echo "${ECHO_T}no" >&6
7883 else
7885 WX_DEBUG=$DEBUG
7889 if test "$STATIC" = "auto" ; then
7891 echo "$as_me:$LINENO: checking if wxWidgets was built in STATIC mode" >&5
7892 echo $ECHO_N "checking if wxWidgets was built in STATIC mode... $ECHO_C" >&6
7894 WX_STATIC=$(expr "$WX_SELECTEDCONFIG" : ".*static.*")
7896 if test "$WX_STATIC" != "0"; then
7897 WX_STATIC=1
7898 echo "$as_me:$LINENO: result: yes" >&5
7899 echo "${ECHO_T}yes" >&6
7901 else
7902 WX_STATIC=0
7903 echo "$as_me:$LINENO: result: no" >&5
7904 echo "${ECHO_T}no" >&6
7907 else
7909 WX_STATIC=$STATIC
7913 if test "$WX_STATIC" != "0"; then
7914 WX_SHARED=0
7915 else
7916 WX_SHARED=1
7923 if test "$TOOLKIT" = "auto" ; then
7925 echo "$as_me:$LINENO: checking which wxWidgets toolkit was selected" >&5
7926 echo $ECHO_N "checking which wxWidgets toolkit was selected... $ECHO_C" >&6
7928 WX_GTKPORT1=$(expr "$WX_SELECTEDCONFIG" : ".*gtk1.*")
7929 WX_GTKPORT2=$(expr "$WX_SELECTEDCONFIG" : ".*gtk2.*")
7930 WX_MSWPORT=$(expr "$WX_SELECTEDCONFIG" : ".*msw.*")
7931 WX_MOTIFPORT=$(expr "$WX_SELECTEDCONFIG" : ".*motif.*")
7932 WX_MACPORT=$(expr "$WX_SELECTEDCONFIG" : ".*mac.*")
7933 WX_X11PORT=$(expr "$WX_SELECTEDCONFIG" : ".*x11.*")
7934 WX_MGLPORT=$(expr "$WX_SELECTEDCONFIG" : ".*mgl.*")
7935 WX_DFBPORT=$(expr "$WX_SELECTEDCONFIG" : ".*dfb.*")
7936 WX_BASEPORT=$(expr "$WX_SELECTEDCONFIG" : ".*base.*")
7938 WX_PORT="unknown"
7939 if test "$WX_GTKPORT1" != "0"; then WX_PORT="gtk1"; fi
7940 if test "$WX_GTKPORT2" != "0"; then WX_PORT="gtk2"; fi
7941 if test "$WX_MSWPORT" != "0"; then WX_PORT="msw"; fi
7942 if test "$WX_MOTIFPORT" != "0"; then WX_PORT="motif"; fi
7943 if test "$WX_MACPORT" != "0"; then WX_PORT="mac"; fi
7944 if test "$WX_X11PORT" != "0"; then WX_PORT="x11"; fi
7945 if test "$WX_MGLPORT" != "0"; then WX_PORT="mgl"; fi
7946 if test "$WX_DFBPORT" != "0"; then WX_PORT="dfb"; fi
7947 if test "$WX_BASEPORT" != "0"; then WX_PORT="base"; fi
7950 if test "$WX_PORT" = "unknown" ; then
7951 { { echo "$as_me:$LINENO: error:
7952 Cannot detect the currently installed wxWidgets port !
7953 Please check your 'wx-config --cxxflags'...
7954 " >&5
7955 echo "$as_me: error:
7956 Cannot detect the currently installed wxWidgets port !
7957 Please check your 'wx-config --cxxflags'...
7958 " >&2;}
7959 { (exit 1); exit 1; }; }
7962 echo "$as_me:$LINENO: result: $WX_PORT" >&5
7963 echo "${ECHO_T}$WX_PORT" >&6
7964 else
7966 if test -z "$TOOLKIT" ; then
7967 WX_PORT=$TOOLKIT
7968 else
7969 WX_PORT=$PORT
7975 if test "$WX_DEBUG_CONFIGURE" = "1"; then
7976 echo "[dbg] Values of all WX_* options after final detection:"
7977 echo "[dbg] WX_DEBUG: $WX_DEBUG"
7978 echo "[dbg] WX_UNICODE: $WX_UNICODE"
7979 echo "[dbg] WX_SHARED: $WX_SHARED"
7980 echo "[dbg] WX_VERSION: $WX_VERSION"
7981 echo "[dbg] WX_PORT: $WX_PORT"
7984 if test "$WX_SHARED" = "0" -a "$SHARED" = "1"; then
7985 { { echo "$as_me:$LINENO: error:
7986 Cannot build shared library against a static build of wxWidgets !
7987 This error happens because the wxWidgets build which was selected
7988 has been detected as static while you asked to build $PACKAGE_NAME
7989 as shared library and this is not possible.
7990 Use the '--disable-shared' option to build $PACKAGE_NAME
7991 as static library or '--with-wxshared' to use wxWidgets as shared library.
7992 " >&5
7993 echo "$as_me: error:
7994 Cannot build shared library against a static build of wxWidgets !
7995 This error happens because the wxWidgets build which was selected
7996 has been detected as static while you asked to build $PACKAGE_NAME
7997 as shared library and this is not possible.
7998 Use the '--disable-shared' option to build $PACKAGE_NAME
7999 as static library or '--with-wxshared' to use wxWidgets as shared library.
8000 " >&2;}
8001 { (exit 1); exit 1; }; }
8004 if test "$DEBUG" = "auto"; then
8005 DEBUG=$WX_DEBUG
8007 if test "$DEBUG" = "1"; then
8008 BUILD="debug"
8009 elif test "$DEBUG" = ""; then
8010 BUILD="release"
8013 if test "$UNICODE" = "auto"; then
8014 UNICODE=$WX_UNICODE
8016 if test "$SHARED" = "auto"; then
8017 SHARED=$WX_SHARED
8019 if test "$TOOLKIT" = "auto"; then
8020 TOOLKIT=$WX_PORT
8026 ac_ext=cc
8027 ac_cpp='$CXXCPP $CPPFLAGS'
8028 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8029 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8030 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8033 __CPPFLAGS=${CPPFLAGS}
8034 CPPFLAGS=${WX_CPPFLAGS}
8036 echo "$as_me:$LINENO: checking that wxWidgets has support for large files" >&5
8037 echo $ECHO_N "checking that wxWidgets has support for large files... $ECHO_C" >&6
8038 cat >conftest.$ac_ext <<_ACEOF
8040 #include <wx/wx.h>
8042 int main() {
8043 #if !HAVE_LARGEFILE_SUPPORT && !defined(_LARGE_FILES) && !defined(__WXMSW__)
8044 #error No LargeFile support!;
8045 #endif
8046 exit(0);
8049 _ACEOF
8050 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8051 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8052 ac_status=$?
8053 grep -v '^ *+' conftest.er1 >conftest.err
8054 rm -f conftest.er1
8055 cat conftest.err >&5
8056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8057 (exit $ac_status); } >/dev/null; then
8058 if test -s conftest.err; then
8059 ac_cpp_err=$ac_cxx_preproc_warn_flag
8060 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
8061 else
8062 ac_cpp_err=
8064 else
8065 ac_cpp_err=yes
8067 if test -z "$ac_cpp_err"; then
8069 else
8070 echo "$as_me: failed program was:" >&5
8071 sed 's/^/| /' conftest.$ac_ext >&5
8073 NO_LF="true"
8075 rm -f conftest.err conftest.$ac_ext
8077 if test "x${NO_LF}" != "x";
8078 then
8079 echo "$as_me:$LINENO: result: no" >&5
8080 echo "${ECHO_T}no" >&6
8081 { { echo "$as_me:$LINENO: error:
8082 Support for large files in wxWidgets is required by aMule.
8083 To continue you must recompile wxWidgets with support for
8084 large files enabled.
8085 " >&5
8086 echo "$as_me: error:
8087 Support for large files in wxWidgets is required by aMule.
8088 To continue you must recompile wxWidgets with support for
8089 large files enabled.
8090 " >&2;}
8091 { (exit 1); exit 1; }; }
8092 else
8093 echo "$as_me:$LINENO: result: yes" >&5
8094 echo "${ECHO_T}yes" >&6
8097 CPPFLAGS=${__CPPFLAGS}
8099 ac_ext=c
8100 ac_cpp='$CPP $CPPFLAGS'
8101 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8102 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8103 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8107 if test x$SYS = xwin32; then
8108 if test -n "$ac_tool_prefix"; then
8109 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
8110 set dummy ${ac_tool_prefix}windres; ac_word=$2
8111 echo "$as_me:$LINENO: checking for $ac_word" >&5
8112 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8113 if test "${ac_cv_prog_RC+set}" = set; then
8114 echo $ECHO_N "(cached) $ECHO_C" >&6
8115 else
8116 if test -n "$RC"; then
8117 ac_cv_prog_RC="$RC" # Let the user override the test.
8118 else
8119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8120 for as_dir in $PATH
8122 IFS=$as_save_IFS
8123 test -z "$as_dir" && as_dir=.
8124 for ac_exec_ext in '' $ac_executable_extensions; do
8125 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8126 ac_cv_prog_RC="${ac_tool_prefix}windres"
8127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8128 break 2
8130 done
8131 done
8135 RC=$ac_cv_prog_RC
8136 if test -n "$RC"; then
8137 echo "$as_me:$LINENO: result: $RC" >&5
8138 echo "${ECHO_T}$RC" >&6
8139 else
8140 echo "$as_me:$LINENO: result: no" >&5
8141 echo "${ECHO_T}no" >&6
8145 if test -z "$ac_cv_prog_RC"; then
8146 ac_ct_RC=$RC
8147 # Extract the first word of "windres", so it can be a program name with args.
8148 set dummy windres; ac_word=$2
8149 echo "$as_me:$LINENO: checking for $ac_word" >&5
8150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8151 if test "${ac_cv_prog_ac_ct_RC+set}" = set; then
8152 echo $ECHO_N "(cached) $ECHO_C" >&6
8153 else
8154 if test -n "$ac_ct_RC"; then
8155 ac_cv_prog_ac_ct_RC="$ac_ct_RC" # Let the user override the test.
8156 else
8157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8158 for as_dir in $PATH
8160 IFS=$as_save_IFS
8161 test -z "$as_dir" && as_dir=.
8162 for ac_exec_ext in '' $ac_executable_extensions; do
8163 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8164 ac_cv_prog_ac_ct_RC="windres"
8165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8166 break 2
8168 done
8169 done
8171 test -z "$ac_cv_prog_ac_ct_RC" && ac_cv_prog_ac_ct_RC=":"
8174 ac_ct_RC=$ac_cv_prog_ac_ct_RC
8175 if test -n "$ac_ct_RC"; then
8176 echo "$as_me:$LINENO: result: $ac_ct_RC" >&5
8177 echo "${ECHO_T}$ac_ct_RC" >&6
8178 else
8179 echo "$as_me:$LINENO: result: no" >&5
8180 echo "${ECHO_T}no" >&6
8183 RC=$ac_ct_RC
8184 else
8185 RC="$ac_cv_prog_RC"
8189 RCFLAGS=`$WX_CONFIG_WITH_ARGS --cflags | $AWK '{ for (i = 1; i <= NF; i++) if (index($i, "-I") != 1 && index($i, "-D") != 1) $i = ""; print }'`
8190 else
8191 RCFLAGS=""
8195 # Check for Crypto++
8198 # Check whether --with-crypto-prefix or --without-crypto-prefix was given.
8199 if test "${with_crypto_prefix+set}" = set; then
8200 withval="$with_crypto_prefix"
8201 CRYPTO_PP_PREFIX="$withval"
8202 else
8203 CRYPTO_PP_PREFIX=""
8209 min_crypto_version=5.1
8210 echo "$as_me:$LINENO: checking for crypto++ version >= $min_crypto_version" >&5
8211 echo $ECHO_N "checking for crypto++ version >= $min_crypto_version... $ECHO_C" >&6
8213 crypto_pp_file_with_version="cryptlib.h"
8215 CRYPTO_PP_STYLE="unknown"
8216 CRYPTO_PP_LIB_NAME="unknown"
8217 crypto_pp_include_i="unknown"
8218 CRYPTO_PP_INCLUDE_PREFIX="unknown"
8219 CRYPTO_PP_DEFINE="unknown"
8220 CRYPTO_PP_LIB="unknown"
8223 # Set CRYPTO_PP_PREFIX if the user has not set it in the configure command line
8224 # We don't use AC_CHECK_FILE to avoid caching.
8226 if test x$CRYPTO_PP_PREFIX = x ; then
8227 CRYPTO_PP_PREFIX="/usr"
8231 # Find the Cryptopp header
8233 if test -f $CRYPTO_PP_PREFIX/$crypto_pp_file_with_version; then
8234 CRYPTO_PP_STYLE="sources"
8235 CRYPTO_PP_LIB_NAME="cryptopp"
8236 crypto_pp_include_i="$CRYPTO_PP_PREFIX"
8237 CRYPTO_PP_INCLUDE_PREFIX="."
8238 CRYPTO_PP_DEFINE="__CRYPTO_SOURCE__"
8239 CRYPTO_PP_LIB="$CRYPTO_PP_PREFIX"
8240 { { echo "$as_me:$LINENO: error:
8241 Specifying the cryptopp source files directory for \"--with-crypto-prefix=\"
8242 will not work because cryptopp uses headers with the same name of system
8243 headers (e.g. zlib.h) and you must be able to distinguish the system
8244 headers from cryptopp headers in an #include directive.
8245 Please run \"PREFIX=/home/YourUserName/usr/cryptopp make install\" on
8246 the cryptopp directory to properly install cryptopp in your system." >&5
8247 echo "$as_me: error:
8248 Specifying the cryptopp source files directory for \"--with-crypto-prefix=\"
8249 will not work because cryptopp uses headers with the same name of system
8250 headers (e.g. zlib.h) and you must be able to distinguish the system
8251 headers from cryptopp headers in an #include directive.
8252 Please run \"PREFIX=/home/YourUserName/usr/cryptopp make install\" on
8253 the cryptopp directory to properly install cryptopp in your system." >&2;}
8254 { (exit 1); exit 1; }; }
8255 elif test -f $CRYPTO_PP_PREFIX/include/cryptopp/$crypto_pp_file_with_version; then
8256 CRYPTO_PP_STYLE="installed"
8257 CRYPTO_PP_LIB_NAME="cryptopp"
8258 crypto_pp_include_i="$CRYPTO_PP_PREFIX/include"
8259 CRYPTO_PP_INCLUDE_PREFIX="$CRYPTO_PP_LIB_NAME"
8260 CRYPTO_PP_DEFINE="__CRYPTO_INSTALLED__"
8261 CRYPTO_PP_LIB="$CRYPTO_PP_PREFIX/lib"
8262 elif test -f $CRYPTO_PP_PREFIX/include/crypto++/$crypto_pp_file_with_version; then
8263 # Debian uses libcrypto++5.1 - it's not my fault, please soda patch the package
8264 CRYPTO_PP_STYLE="gentoo_debian"
8265 CRYPTO_PP_LIB_NAME="crypto++"
8266 crypto_pp_include_i="$CRYPTO_PP_PREFIX/include"
8267 CRYPTO_PP_INCLUDE_PREFIX="$CRYPTO_PP_LIB_NAME"
8268 CRYPTO_PP_DEFINE="__CRYPTO_SOURCE__"
8269 CRYPTO_PP_LIB="$CRYPTO_PP_PREFIX/lib"
8273 # Check for success in finding cryptopp
8275 if test $CRYPTO_PP_STYLE = "unknown"; then
8277 # If the execution reaches here, we have failed.
8279 { { echo "$as_me:$LINENO: error:
8280 Could not find cryptopp header file \"$crypto_pp_file_with_version\".
8281 Please check if the path \"$CRYPTO_PP_PREFIX\" is valid." >&5
8282 echo "$as_me: error:
8283 Could not find cryptopp header file \"$crypto_pp_file_with_version\".
8284 Please check if the path \"$CRYPTO_PP_PREFIX\" is valid." >&2;}
8285 { (exit 1); exit 1; }; }
8289 # Find out the cryptopp version and check against the minimum required
8291 crypto_pp_include_dir="$crypto_pp_include_i/$CRYPTO_PP_INCLUDE_PREFIX"
8292 crypto_pp_header_path="$crypto_pp_include_dir/$crypto_pp_file_with_version"
8294 CRYPTO_PP_VERSION_STRING=`grep "Reference Manual" $crypto_pp_header_path | sed -e 's/[^0-9]*\([0-9.]*\).*/\1/'`
8296 CRYPTO_PP_VERSION_NUMBER=`echo $CRYPTO_PP_VERSION_STRING | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
8298 minvers=`echo $min_crypto_version | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
8300 if test -n "$CRYPTO_PP_VERSION_NUMBER" && test "$CRYPTO_PP_VERSION_NUMBER" -ge $minvers; then
8301 result="yes (version $CRYPTO_PP_VERSION_STRING, $CRYPTO_PP_STYLE)"
8302 else
8303 result="no"
8305 echo "$as_me:$LINENO: result: $result" >&5
8306 echo "${ECHO_T}$result" >&6
8309 # FLAGS
8311 CRYPTO_PP_CXXFLAGS="-I$crypto_pp_include_i -D$CRYPTO_PP_DEFINE"
8312 CRYPTO_PP_LDFLAGS="-L$CRYPTO_PP_LIB"
8315 cat >>confdefs.h <<_ACEOF
8316 #define CRYPTOPP_INCLUDE_PREFIX $CRYPTO_PP_INCLUDE_PREFIX
8317 _ACEOF
8321 # Exported symbols
8334 CXXFLAGS="$CXXFLAGS $CRYPTO_PP_CXXFLAGS"
8335 LDFLAGS="$LDFLAGS $CRYPTO_PP_LDFLAGS"
8336 CRYPTOLIBS="-l$CRYPTO_PP_LIB_NAME"
8338 case "$CRYPTO_PP_STYLE" in
8339 gentoo_debian | installed | sources)
8341 *) { { echo "$as_me:$LINENO: error:
8342 WARNING: crypto++ >= $min_crypto_version is not found.
8343 Please check that cryptopp-headers are in your default include path,
8344 check out LD_LIBRARY_PATH or equivalent variable.
8345 Or this might also be that your cryptopp is installed on other path.
8346 Please try again with --with-crypto-prefix=/my_crypto_prefix
8347 (replace /my_crypto_prefix with a valid path to your crypto directory).
8348 To download the latest version check http://www.cryptopp.com for sources.
8349 " >&5
8350 echo "$as_me: error:
8351 WARNING: crypto++ >= $min_crypto_version is not found.
8352 Please check that cryptopp-headers are in your default include path,
8353 check out LD_LIBRARY_PATH or equivalent variable.
8354 Or this might also be that your cryptopp is installed on other path.
8355 Please try again with --with-crypto-prefix=/my_crypto_prefix
8356 (replace /my_crypto_prefix with a valid path to your crypto directory).
8357 To download the latest version check http://www.cryptopp.com for sources.
8358 " >&2;}
8359 { (exit 1); exit 1; }; }
8361 esac
8363 # Check for CryptoPP >= 5.5
8364 if test $CRYPTO_PP_VERSION_NUMBER -ge "5005000"; then
8365 CXXFLAGS="$CXXFLAGS -D__WEAK_CRYPTO__"
8371 # Check for bfd.h (to have proper backtraces without using wxExecute)
8373 echo "$as_me:$LINENO: checking for bfd" >&5
8374 echo $ECHO_N "checking for bfd... $ECHO_C" >&6
8375 __LIBS=$LIBS
8376 LIBS="-lbfd -liberty $LIBS"
8377 cat >conftest.$ac_ext <<_ACEOF
8379 /* confdefs.h. */
8380 _ACEOF
8381 cat confdefs.h >>conftest.$ac_ext
8382 cat >>conftest.$ac_ext <<_ACEOF
8383 /* end confdefs.h. */
8385 #include <ansidecl.h>
8386 #include <bfd.h>
8389 main ()
8392 char *dummy = bfd_errmsg(bfd_get_error());
8395 return 0;
8398 _ACEOF
8399 rm -f conftest.$ac_objext conftest$ac_exeext
8400 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8401 (eval $ac_link) 2>conftest.er1
8402 ac_status=$?
8403 grep -v '^ *+' conftest.er1 >conftest.err
8404 rm -f conftest.er1
8405 cat conftest.err >&5
8406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8407 (exit $ac_status); } &&
8408 { ac_try='test -z "$ac_c_werror_flag"
8409 || test ! -s conftest.err'
8410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8411 (eval $ac_try) 2>&5
8412 ac_status=$?
8413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8414 (exit $ac_status); }; } &&
8415 { ac_try='test -s conftest$ac_exeext'
8416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8417 (eval $ac_try) 2>&5
8418 ac_status=$?
8419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8420 (exit $ac_status); }; }; then
8422 echo "$as_me:$LINENO: result: yes" >&5
8423 echo "${ECHO_T}yes" >&6
8424 BFD_FLAGS="-DHAVE_BFD"
8425 BFD_LIB="-lbfd -liberty"
8427 else
8428 echo "$as_me: failed program was:" >&5
8429 sed 's/^/| /' conftest.$ac_ext >&5
8432 echo "$as_me:$LINENO: result: no" >&5
8433 echo "${ECHO_T}no" >&6
8434 { echo "$as_me:$LINENO: WARNING:
8435 bfd.h not found or unusable, please install binutils development
8436 package if you are a developer or want to help testing aMule" >&5
8437 echo "$as_me: WARNING:
8438 bfd.h not found or unusable, please install binutils development
8439 package if you are a developer or want to help testing aMule" >&2;}
8442 rm -f conftest.err conftest.$ac_objext \
8443 conftest$ac_exeext conftest.$ac_ext
8444 LIBS=${__LIBS}
8449 echo "$as_me:$LINENO: checking for <execinfo.h> and backtrace()" >&5
8450 echo $ECHO_N "checking for <execinfo.h> and backtrace()... $ECHO_C" >&6
8451 cat >conftest.$ac_ext <<_ACEOF
8453 /* confdefs.h. */
8454 _ACEOF
8455 cat confdefs.h >>conftest.$ac_ext
8456 cat >>conftest.$ac_ext <<_ACEOF
8457 /* end confdefs.h. */
8459 #include <execinfo.h>
8462 main ()
8465 void *bt[1];
8466 int n = backtrace(&bt, 1);
8467 const char **bt_syms = backtrace_symbols(bt, n);
8470 return 0;
8473 _ACEOF
8474 rm -f conftest.$ac_objext conftest$ac_exeext
8475 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8476 (eval $ac_link) 2>conftest.er1
8477 ac_status=$?
8478 grep -v '^ *+' conftest.er1 >conftest.err
8479 rm -f conftest.er1
8480 cat conftest.err >&5
8481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8482 (exit $ac_status); } &&
8483 { ac_try='test -z "$ac_c_werror_flag"
8484 || test ! -s conftest.err'
8485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8486 (eval $ac_try) 2>&5
8487 ac_status=$?
8488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8489 (exit $ac_status); }; } &&
8490 { ac_try='test -s conftest$ac_exeext'
8491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8492 (eval $ac_try) 2>&5
8493 ac_status=$?
8494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8495 (exit $ac_status); }; }; then
8499 cat >>confdefs.h <<\_ACEOF
8500 #define HAVE_EXECINFO 1
8501 _ACEOF
8503 echo "$as_me:$LINENO: result: yes" >&5
8504 echo "${ECHO_T}yes" >&6
8506 else
8507 echo "$as_me: failed program was:" >&5
8508 sed 's/^/| /' conftest.$ac_ext >&5
8511 echo "$as_me:$LINENO: result: no" >&5
8512 echo "${ECHO_T}no" >&6
8515 rm -f conftest.err conftest.$ac_objext \
8516 conftest$ac_exeext conftest.$ac_ext
8519 ac_ext=cc
8520 ac_cpp='$CXXCPP $CPPFLAGS'
8521 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8522 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8523 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8525 echo "$as_me:$LINENO: checking for <cxxabi.h> and __cxa_demangle()" >&5
8526 echo $ECHO_N "checking for <cxxabi.h> and __cxa_demangle()... $ECHO_C" >&6
8527 cat >conftest.$ac_ext <<_ACEOF
8529 /* confdefs.h. */
8530 _ACEOF
8531 cat confdefs.h >>conftest.$ac_ext
8532 cat >>conftest.$ac_ext <<_ACEOF
8533 /* end confdefs.h. */
8535 #include <cxxabi.h>
8538 main ()
8541 int status;
8542 char * demangled = abi::__cxa_demangle("", 0, 0, &status);
8543 std::type_info *ti = abi::__cxa_current_exception_type();
8546 return 0;
8549 _ACEOF
8550 rm -f conftest.$ac_objext conftest$ac_exeext
8551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8552 (eval $ac_link) 2>conftest.er1
8553 ac_status=$?
8554 grep -v '^ *+' conftest.er1 >conftest.err
8555 rm -f conftest.er1
8556 cat conftest.err >&5
8557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8558 (exit $ac_status); } &&
8559 { ac_try='test -z "$ac_cxx_werror_flag"
8560 || test ! -s conftest.err'
8561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8562 (eval $ac_try) 2>&5
8563 ac_status=$?
8564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565 (exit $ac_status); }; } &&
8566 { ac_try='test -s conftest$ac_exeext'
8567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8568 (eval $ac_try) 2>&5
8569 ac_status=$?
8570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571 (exit $ac_status); }; }; then
8575 cat >>confdefs.h <<\_ACEOF
8576 #define HAVE_CXXABI 1
8577 _ACEOF
8579 echo "$as_me:$LINENO: result: yes" >&5
8580 echo "${ECHO_T}yes" >&6
8582 else
8583 echo "$as_me: failed program was:" >&5
8584 sed 's/^/| /' conftest.$ac_ext >&5
8587 echo "$as_me:$LINENO: result: no" >&5
8588 echo "${ECHO_T}no" >&6
8591 rm -f conftest.err conftest.$ac_objext \
8592 conftest$ac_exeext conftest.$ac_ext
8593 ac_ext=c
8594 ac_cpp='$CPP $CPPFLAGS'
8595 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8596 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8597 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8601 # Ok, we have all needed libs, now checking for other stuff
8602 if test "$LEX" = "flex"; then
8605 echo "$as_me:$LINENO: checking for extended flex capabilities" >&5
8606 echo $ECHO_N "checking for extended flex capabilities... $ECHO_C" >&6
8608 extended_flex=`flex --help | grep header-file`
8609 if test x"$extended_flex" != x""; then
8610 result="yes"
8611 else
8612 result="no"
8615 HAVE_FLEX_EXTENDED=$result
8617 echo "$as_me:$LINENO: result: $result" >&5
8618 echo "${ECHO_T}$result" >&6
8620 if test x$result = xno; then
8621 { echo "$as_me:$LINENO: Your flex version doesn't support --header-file flag. This is not critical, but an upgrade is recommended " >&5
8622 echo "$as_me: Your flex version doesn't support --header-file flag. This is not critical, but an upgrade is recommended " >&6;}
8628 else
8629 HAVE_FLEX_EXTENDED=no
8632 # Flush standard test results for speeding cache
8633 cat >confcache <<\_ACEOF
8634 # This file is a shell script that caches the results of configure
8635 # tests run on this system so they can be shared between configure
8636 # scripts and configure runs, see configure's option --config-cache.
8637 # It is not useful on other systems. If it contains results you don't
8638 # want to keep, you may remove or edit it.
8640 # config.status only pays attention to the cache file if you give it
8641 # the --recheck option to rerun configure.
8643 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8644 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8645 # following values.
8647 _ACEOF
8649 # The following way of writing the cache mishandles newlines in values,
8650 # but we know of no workaround that is simple, portable, and efficient.
8651 # So, don't put newlines in cache variables' values.
8652 # Ultrix sh set writes to stderr and can't be redirected directly,
8653 # and sets the high bit in the cache file unless we assign to the vars.
8655 (set) 2>&1 |
8656 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8657 *ac_space=\ *)
8658 # `set' does not quote correctly, so add quotes (double-quote
8659 # substitution turns \\\\ into \\, and sed turns \\ into \).
8660 sed -n \
8661 "s/'/'\\\\''/g;
8662 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8665 # `set' quotes correctly as required by POSIX, so do not add quotes.
8666 sed -n \
8667 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8669 esac;
8671 sed '
8672 t clear
8673 : clear
8674 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8675 t end
8676 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8677 : end' >>confcache
8678 if diff $cache_file confcache >/dev/null 2>&1; then :; else
8679 if test -w $cache_file; then
8680 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8681 cat confcache >$cache_file
8682 else
8683 echo "not updating unwritable cache $cache_file"
8686 rm -f confcache
8688 # Checks for header files.
8689 echo "$as_me:$LINENO: checking for X" >&5
8690 echo $ECHO_N "checking for X... $ECHO_C" >&6
8693 # Check whether --with-x or --without-x was given.
8694 if test "${with_x+set}" = set; then
8695 withval="$with_x"
8698 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8699 if test "x$with_x" = xno; then
8700 # The user explicitly disabled X.
8701 have_x=disabled
8702 else
8703 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
8704 # Both variables are already set.
8705 have_x=yes
8706 else
8707 if test "${ac_cv_have_x+set}" = set; then
8708 echo $ECHO_N "(cached) $ECHO_C" >&6
8709 else
8710 # One or both of the vars are not set, and there is no cached value.
8711 ac_x_includes=no ac_x_libraries=no
8712 rm -fr conftest.dir
8713 if mkdir conftest.dir; then
8714 cd conftest.dir
8715 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
8716 cat >Imakefile <<'_ACEOF'
8717 acfindx:
8718 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
8719 _ACEOF
8720 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
8721 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8722 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
8723 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8724 for ac_extension in a so sl; do
8725 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
8726 test -f $ac_im_libdir/libX11.$ac_extension; then
8727 ac_im_usrlibdir=$ac_im_libdir; break
8729 done
8730 # Screen out bogus values from the imake configuration. They are
8731 # bogus both because they are the default anyway, and because
8732 # using them would break gcc on systems where it needs fixed includes.
8733 case $ac_im_incroot in
8734 /usr/include) ;;
8735 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8736 esac
8737 case $ac_im_usrlibdir in
8738 /usr/lib | /lib) ;;
8739 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8740 esac
8742 cd ..
8743 rm -fr conftest.dir
8746 # Standard set of common directories for X headers.
8747 # Check X11 before X11Rn because it is often a symlink to the current release.
8748 ac_x_header_dirs='
8749 /usr/X11/include
8750 /usr/X11R6/include
8751 /usr/X11R5/include
8752 /usr/X11R4/include
8754 /usr/include/X11
8755 /usr/include/X11R6
8756 /usr/include/X11R5
8757 /usr/include/X11R4
8759 /usr/local/X11/include
8760 /usr/local/X11R6/include
8761 /usr/local/X11R5/include
8762 /usr/local/X11R4/include
8764 /usr/local/include/X11
8765 /usr/local/include/X11R6
8766 /usr/local/include/X11R5
8767 /usr/local/include/X11R4
8769 /usr/X386/include
8770 /usr/x386/include
8771 /usr/XFree86/include/X11
8773 /usr/include
8774 /usr/local/include
8775 /usr/unsupported/include
8776 /usr/athena/include
8777 /usr/local/x11r5/include
8778 /usr/lpp/Xamples/include
8780 /usr/openwin/include
8781 /usr/openwin/share/include'
8783 if test "$ac_x_includes" = no; then
8784 # Guess where to find include files, by looking for Intrinsic.h.
8785 # First, try using that file with no special directory specified.
8786 cat >conftest.$ac_ext <<_ACEOF
8787 /* confdefs.h. */
8788 _ACEOF
8789 cat confdefs.h >>conftest.$ac_ext
8790 cat >>conftest.$ac_ext <<_ACEOF
8791 /* end confdefs.h. */
8792 #include <X11/Intrinsic.h>
8793 _ACEOF
8794 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8795 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8796 ac_status=$?
8797 grep -v '^ *+' conftest.er1 >conftest.err
8798 rm -f conftest.er1
8799 cat conftest.err >&5
8800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8801 (exit $ac_status); } >/dev/null; then
8802 if test -s conftest.err; then
8803 ac_cpp_err=$ac_c_preproc_warn_flag
8804 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8805 else
8806 ac_cpp_err=
8808 else
8809 ac_cpp_err=yes
8811 if test -z "$ac_cpp_err"; then
8812 # We can compile using X headers with no special include directory.
8813 ac_x_includes=
8814 else
8815 echo "$as_me: failed program was:" >&5
8816 sed 's/^/| /' conftest.$ac_ext >&5
8818 for ac_dir in $ac_x_header_dirs; do
8819 if test -r "$ac_dir/X11/Intrinsic.h"; then
8820 ac_x_includes=$ac_dir
8821 break
8823 done
8825 rm -f conftest.err conftest.$ac_ext
8826 fi # $ac_x_includes = no
8828 if test "$ac_x_libraries" = no; then
8829 # Check for the libraries.
8830 # See if we find them without any special options.
8831 # Don't add to $LIBS permanently.
8832 ac_save_LIBS=$LIBS
8833 LIBS="-lXt $LIBS"
8834 cat >conftest.$ac_ext <<_ACEOF
8835 /* confdefs.h. */
8836 _ACEOF
8837 cat confdefs.h >>conftest.$ac_ext
8838 cat >>conftest.$ac_ext <<_ACEOF
8839 /* end confdefs.h. */
8840 #include <X11/Intrinsic.h>
8842 main ()
8844 XtMalloc (0)
8846 return 0;
8848 _ACEOF
8849 rm -f conftest.$ac_objext conftest$ac_exeext
8850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8851 (eval $ac_link) 2>conftest.er1
8852 ac_status=$?
8853 grep -v '^ *+' conftest.er1 >conftest.err
8854 rm -f conftest.er1
8855 cat conftest.err >&5
8856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8857 (exit $ac_status); } &&
8858 { ac_try='test -z "$ac_c_werror_flag"
8859 || test ! -s conftest.err'
8860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8861 (eval $ac_try) 2>&5
8862 ac_status=$?
8863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8864 (exit $ac_status); }; } &&
8865 { ac_try='test -s conftest$ac_exeext'
8866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8867 (eval $ac_try) 2>&5
8868 ac_status=$?
8869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8870 (exit $ac_status); }; }; then
8871 LIBS=$ac_save_LIBS
8872 # We can link X programs with no special library path.
8873 ac_x_libraries=
8874 else
8875 echo "$as_me: failed program was:" >&5
8876 sed 's/^/| /' conftest.$ac_ext >&5
8878 LIBS=$ac_save_LIBS
8879 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8881 # Don't even attempt the hair of trying to link an X program!
8882 for ac_extension in a so sl; do
8883 if test -r $ac_dir/libXt.$ac_extension; then
8884 ac_x_libraries=$ac_dir
8885 break 2
8887 done
8888 done
8890 rm -f conftest.err conftest.$ac_objext \
8891 conftest$ac_exeext conftest.$ac_ext
8892 fi # $ac_x_libraries = no
8894 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
8895 # Didn't find X anywhere. Cache the known absence of X.
8896 ac_cv_have_x="have_x=no"
8897 else
8898 # Record where we found X for the cache.
8899 ac_cv_have_x="have_x=yes \
8900 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8905 eval "$ac_cv_have_x"
8906 fi # $with_x != no
8908 if test "$have_x" != yes; then
8909 echo "$as_me:$LINENO: result: $have_x" >&5
8910 echo "${ECHO_T}$have_x" >&6
8911 no_x=yes
8912 else
8913 # If each of the values was on the command line, it overrides each guess.
8914 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8915 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8916 # Update the cache value to reflect the command line values.
8917 ac_cv_have_x="have_x=yes \
8918 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8919 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8920 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
8923 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8924 # for constant arguments. Useless!
8925 echo "$as_me:$LINENO: checking for working alloca.h" >&5
8926 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
8927 if test "${ac_cv_working_alloca_h+set}" = set; then
8928 echo $ECHO_N "(cached) $ECHO_C" >&6
8929 else
8930 cat >conftest.$ac_ext <<_ACEOF
8931 /* confdefs.h. */
8932 _ACEOF
8933 cat confdefs.h >>conftest.$ac_ext
8934 cat >>conftest.$ac_ext <<_ACEOF
8935 /* end confdefs.h. */
8936 #include <alloca.h>
8938 main ()
8940 char *p = (char *) alloca (2 * sizeof (int));
8942 return 0;
8944 _ACEOF
8945 rm -f conftest.$ac_objext conftest$ac_exeext
8946 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8947 (eval $ac_link) 2>conftest.er1
8948 ac_status=$?
8949 grep -v '^ *+' conftest.er1 >conftest.err
8950 rm -f conftest.er1
8951 cat conftest.err >&5
8952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8953 (exit $ac_status); } &&
8954 { ac_try='test -z "$ac_c_werror_flag"
8955 || test ! -s conftest.err'
8956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8957 (eval $ac_try) 2>&5
8958 ac_status=$?
8959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8960 (exit $ac_status); }; } &&
8961 { ac_try='test -s conftest$ac_exeext'
8962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8963 (eval $ac_try) 2>&5
8964 ac_status=$?
8965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8966 (exit $ac_status); }; }; then
8967 ac_cv_working_alloca_h=yes
8968 else
8969 echo "$as_me: failed program was:" >&5
8970 sed 's/^/| /' conftest.$ac_ext >&5
8972 ac_cv_working_alloca_h=no
8974 rm -f conftest.err conftest.$ac_objext \
8975 conftest$ac_exeext conftest.$ac_ext
8977 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
8978 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
8979 if test $ac_cv_working_alloca_h = yes; then
8981 cat >>confdefs.h <<\_ACEOF
8982 #define HAVE_ALLOCA_H 1
8983 _ACEOF
8987 echo "$as_me:$LINENO: checking for alloca" >&5
8988 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
8989 if test "${ac_cv_func_alloca_works+set}" = set; then
8990 echo $ECHO_N "(cached) $ECHO_C" >&6
8991 else
8992 cat >conftest.$ac_ext <<_ACEOF
8993 /* confdefs.h. */
8994 _ACEOF
8995 cat confdefs.h >>conftest.$ac_ext
8996 cat >>conftest.$ac_ext <<_ACEOF
8997 /* end confdefs.h. */
8998 #ifdef __GNUC__
8999 # define alloca __builtin_alloca
9000 #else
9001 # ifdef _MSC_VER
9002 # include <malloc.h>
9003 # define alloca _alloca
9004 # else
9005 # if HAVE_ALLOCA_H
9006 # include <alloca.h>
9007 # else
9008 # ifdef _AIX
9009 #pragma alloca
9010 # else
9011 # ifndef alloca /* predefined by HP cc +Olibcalls */
9012 char *alloca ();
9013 # endif
9014 # endif
9015 # endif
9016 # endif
9017 #endif
9020 main ()
9022 char *p = (char *) alloca (1);
9024 return 0;
9026 _ACEOF
9027 rm -f conftest.$ac_objext conftest$ac_exeext
9028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9029 (eval $ac_link) 2>conftest.er1
9030 ac_status=$?
9031 grep -v '^ *+' conftest.er1 >conftest.err
9032 rm -f conftest.er1
9033 cat conftest.err >&5
9034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9035 (exit $ac_status); } &&
9036 { ac_try='test -z "$ac_c_werror_flag"
9037 || test ! -s conftest.err'
9038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9039 (eval $ac_try) 2>&5
9040 ac_status=$?
9041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9042 (exit $ac_status); }; } &&
9043 { ac_try='test -s conftest$ac_exeext'
9044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9045 (eval $ac_try) 2>&5
9046 ac_status=$?
9047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9048 (exit $ac_status); }; }; then
9049 ac_cv_func_alloca_works=yes
9050 else
9051 echo "$as_me: failed program was:" >&5
9052 sed 's/^/| /' conftest.$ac_ext >&5
9054 ac_cv_func_alloca_works=no
9056 rm -f conftest.err conftest.$ac_objext \
9057 conftest$ac_exeext conftest.$ac_ext
9059 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
9060 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
9062 if test $ac_cv_func_alloca_works = yes; then
9064 cat >>confdefs.h <<\_ACEOF
9065 #define HAVE_ALLOCA 1
9066 _ACEOF
9068 else
9069 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
9070 # that cause trouble. Some versions do not even contain alloca or
9071 # contain a buggy version. If you still want to use their alloca,
9072 # use ar to extract alloca.o from them instead of compiling alloca.c.
9074 ALLOCA=alloca.$ac_objext
9076 cat >>confdefs.h <<\_ACEOF
9077 #define C_ALLOCA 1
9078 _ACEOF
9081 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
9082 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
9083 if test "${ac_cv_os_cray+set}" = set; then
9084 echo $ECHO_N "(cached) $ECHO_C" >&6
9085 else
9086 cat >conftest.$ac_ext <<_ACEOF
9087 /* confdefs.h. */
9088 _ACEOF
9089 cat confdefs.h >>conftest.$ac_ext
9090 cat >>conftest.$ac_ext <<_ACEOF
9091 /* end confdefs.h. */
9092 #if defined(CRAY) && ! defined(CRAY2)
9093 webecray
9094 #else
9095 wenotbecray
9096 #endif
9098 _ACEOF
9099 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9100 $EGREP "webecray" >/dev/null 2>&1; then
9101 ac_cv_os_cray=yes
9102 else
9103 ac_cv_os_cray=no
9105 rm -f conftest*
9108 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
9109 echo "${ECHO_T}$ac_cv_os_cray" >&6
9110 if test $ac_cv_os_cray = yes; then
9111 for ac_func in _getb67 GETB67 getb67; do
9112 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9113 echo "$as_me:$LINENO: checking for $ac_func" >&5
9114 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9115 if eval "test \"\${$as_ac_var+set}\" = set"; then
9116 echo $ECHO_N "(cached) $ECHO_C" >&6
9117 else
9118 cat >conftest.$ac_ext <<_ACEOF
9119 /* confdefs.h. */
9120 _ACEOF
9121 cat confdefs.h >>conftest.$ac_ext
9122 cat >>conftest.$ac_ext <<_ACEOF
9123 /* end confdefs.h. */
9124 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9125 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9126 #define $ac_func innocuous_$ac_func
9128 /* System header to define __stub macros and hopefully few prototypes,
9129 which can conflict with char $ac_func (); below.
9130 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9131 <limits.h> exists even on freestanding compilers. */
9133 #ifdef __STDC__
9134 # include <limits.h>
9135 #else
9136 # include <assert.h>
9137 #endif
9139 #undef $ac_func
9141 /* Override any gcc2 internal prototype to avoid an error. */
9142 #ifdef __cplusplus
9143 extern "C"
9145 #endif
9146 /* We use char because int might match the return type of a gcc2
9147 builtin and then its argument prototype would still apply. */
9148 char $ac_func ();
9149 /* The GNU C library defines this for functions which it implements
9150 to always fail with ENOSYS. Some functions are actually named
9151 something starting with __ and the normal name is an alias. */
9152 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9153 choke me
9154 #else
9155 char (*f) () = $ac_func;
9156 #endif
9157 #ifdef __cplusplus
9159 #endif
9162 main ()
9164 return f != $ac_func;
9166 return 0;
9168 _ACEOF
9169 rm -f conftest.$ac_objext conftest$ac_exeext
9170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9171 (eval $ac_link) 2>conftest.er1
9172 ac_status=$?
9173 grep -v '^ *+' conftest.er1 >conftest.err
9174 rm -f conftest.er1
9175 cat conftest.err >&5
9176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177 (exit $ac_status); } &&
9178 { ac_try='test -z "$ac_c_werror_flag"
9179 || test ! -s conftest.err'
9180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9181 (eval $ac_try) 2>&5
9182 ac_status=$?
9183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9184 (exit $ac_status); }; } &&
9185 { ac_try='test -s conftest$ac_exeext'
9186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9187 (eval $ac_try) 2>&5
9188 ac_status=$?
9189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9190 (exit $ac_status); }; }; then
9191 eval "$as_ac_var=yes"
9192 else
9193 echo "$as_me: failed program was:" >&5
9194 sed 's/^/| /' conftest.$ac_ext >&5
9196 eval "$as_ac_var=no"
9198 rm -f conftest.err conftest.$ac_objext \
9199 conftest$ac_exeext conftest.$ac_ext
9201 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9202 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9203 if test `eval echo '${'$as_ac_var'}'` = yes; then
9205 cat >>confdefs.h <<_ACEOF
9206 #define CRAY_STACKSEG_END $ac_func
9207 _ACEOF
9209 break
9212 done
9215 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
9216 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
9217 if test "${ac_cv_c_stack_direction+set}" = set; then
9218 echo $ECHO_N "(cached) $ECHO_C" >&6
9219 else
9220 if test "$cross_compiling" = yes; then
9221 ac_cv_c_stack_direction=0
9222 else
9223 cat >conftest.$ac_ext <<_ACEOF
9224 /* confdefs.h. */
9225 _ACEOF
9226 cat confdefs.h >>conftest.$ac_ext
9227 cat >>conftest.$ac_ext <<_ACEOF
9228 /* end confdefs.h. */
9230 find_stack_direction ()
9232 static char *addr = 0;
9233 auto char dummy;
9234 if (addr == 0)
9236 addr = &dummy;
9237 return find_stack_direction ();
9239 else
9240 return (&dummy > addr) ? 1 : -1;
9244 main ()
9246 exit (find_stack_direction () < 0);
9248 _ACEOF
9249 rm -f conftest$ac_exeext
9250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9251 (eval $ac_link) 2>&5
9252 ac_status=$?
9253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9254 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9256 (eval $ac_try) 2>&5
9257 ac_status=$?
9258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9259 (exit $ac_status); }; }; then
9260 ac_cv_c_stack_direction=1
9261 else
9262 echo "$as_me: program exited with status $ac_status" >&5
9263 echo "$as_me: failed program was:" >&5
9264 sed 's/^/| /' conftest.$ac_ext >&5
9266 ( exit $ac_status )
9267 ac_cv_c_stack_direction=-1
9269 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9272 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
9273 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
9275 cat >>confdefs.h <<_ACEOF
9276 #define STACK_DIRECTION $ac_cv_c_stack_direction
9277 _ACEOF
9287 ac_header_dirent=no
9288 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
9289 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
9290 echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
9291 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
9292 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9293 echo $ECHO_N "(cached) $ECHO_C" >&6
9294 else
9295 cat >conftest.$ac_ext <<_ACEOF
9296 /* confdefs.h. */
9297 _ACEOF
9298 cat confdefs.h >>conftest.$ac_ext
9299 cat >>conftest.$ac_ext <<_ACEOF
9300 /* end confdefs.h. */
9301 #include <sys/types.h>
9302 #include <$ac_hdr>
9305 main ()
9307 if ((DIR *) 0)
9308 return 0;
9310 return 0;
9312 _ACEOF
9313 rm -f conftest.$ac_objext
9314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9315 (eval $ac_compile) 2>conftest.er1
9316 ac_status=$?
9317 grep -v '^ *+' conftest.er1 >conftest.err
9318 rm -f conftest.er1
9319 cat conftest.err >&5
9320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9321 (exit $ac_status); } &&
9322 { ac_try='test -z "$ac_c_werror_flag"
9323 || test ! -s conftest.err'
9324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9325 (eval $ac_try) 2>&5
9326 ac_status=$?
9327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9328 (exit $ac_status); }; } &&
9329 { ac_try='test -s conftest.$ac_objext'
9330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9331 (eval $ac_try) 2>&5
9332 ac_status=$?
9333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9334 (exit $ac_status); }; }; then
9335 eval "$as_ac_Header=yes"
9336 else
9337 echo "$as_me: failed program was:" >&5
9338 sed 's/^/| /' conftest.$ac_ext >&5
9340 eval "$as_ac_Header=no"
9342 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9344 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9345 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9346 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9347 cat >>confdefs.h <<_ACEOF
9348 #define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
9349 _ACEOF
9351 ac_header_dirent=$ac_hdr; break
9354 done
9355 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
9356 if test $ac_header_dirent = dirent.h; then
9357 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9358 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9359 if test "${ac_cv_search_opendir+set}" = set; then
9360 echo $ECHO_N "(cached) $ECHO_C" >&6
9361 else
9362 ac_func_search_save_LIBS=$LIBS
9363 ac_cv_search_opendir=no
9364 cat >conftest.$ac_ext <<_ACEOF
9365 /* confdefs.h. */
9366 _ACEOF
9367 cat confdefs.h >>conftest.$ac_ext
9368 cat >>conftest.$ac_ext <<_ACEOF
9369 /* end confdefs.h. */
9371 /* Override any gcc2 internal prototype to avoid an error. */
9372 #ifdef __cplusplus
9373 extern "C"
9374 #endif
9375 /* We use char because int might match the return type of a gcc2
9376 builtin and then its argument prototype would still apply. */
9377 char opendir ();
9379 main ()
9381 opendir ();
9383 return 0;
9385 _ACEOF
9386 rm -f conftest.$ac_objext conftest$ac_exeext
9387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9388 (eval $ac_link) 2>conftest.er1
9389 ac_status=$?
9390 grep -v '^ *+' conftest.er1 >conftest.err
9391 rm -f conftest.er1
9392 cat conftest.err >&5
9393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); } &&
9395 { ac_try='test -z "$ac_c_werror_flag"
9396 || test ! -s conftest.err'
9397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9398 (eval $ac_try) 2>&5
9399 ac_status=$?
9400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9401 (exit $ac_status); }; } &&
9402 { ac_try='test -s conftest$ac_exeext'
9403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9404 (eval $ac_try) 2>&5
9405 ac_status=$?
9406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9407 (exit $ac_status); }; }; then
9408 ac_cv_search_opendir="none required"
9409 else
9410 echo "$as_me: failed program was:" >&5
9411 sed 's/^/| /' conftest.$ac_ext >&5
9414 rm -f conftest.err conftest.$ac_objext \
9415 conftest$ac_exeext conftest.$ac_ext
9416 if test "$ac_cv_search_opendir" = no; then
9417 for ac_lib in dir; do
9418 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9419 cat >conftest.$ac_ext <<_ACEOF
9420 /* confdefs.h. */
9421 _ACEOF
9422 cat confdefs.h >>conftest.$ac_ext
9423 cat >>conftest.$ac_ext <<_ACEOF
9424 /* end confdefs.h. */
9426 /* Override any gcc2 internal prototype to avoid an error. */
9427 #ifdef __cplusplus
9428 extern "C"
9429 #endif
9430 /* We use char because int might match the return type of a gcc2
9431 builtin and then its argument prototype would still apply. */
9432 char opendir ();
9434 main ()
9436 opendir ();
9438 return 0;
9440 _ACEOF
9441 rm -f conftest.$ac_objext conftest$ac_exeext
9442 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9443 (eval $ac_link) 2>conftest.er1
9444 ac_status=$?
9445 grep -v '^ *+' conftest.er1 >conftest.err
9446 rm -f conftest.er1
9447 cat conftest.err >&5
9448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9449 (exit $ac_status); } &&
9450 { ac_try='test -z "$ac_c_werror_flag"
9451 || test ! -s conftest.err'
9452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9453 (eval $ac_try) 2>&5
9454 ac_status=$?
9455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9456 (exit $ac_status); }; } &&
9457 { ac_try='test -s conftest$ac_exeext'
9458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9459 (eval $ac_try) 2>&5
9460 ac_status=$?
9461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9462 (exit $ac_status); }; }; then
9463 ac_cv_search_opendir="-l$ac_lib"
9464 break
9465 else
9466 echo "$as_me: failed program was:" >&5
9467 sed 's/^/| /' conftest.$ac_ext >&5
9470 rm -f conftest.err conftest.$ac_objext \
9471 conftest$ac_exeext conftest.$ac_ext
9472 done
9474 LIBS=$ac_func_search_save_LIBS
9476 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
9477 echo "${ECHO_T}$ac_cv_search_opendir" >&6
9478 if test "$ac_cv_search_opendir" != no; then
9479 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
9483 else
9484 echo "$as_me:$LINENO: checking for library containing opendir" >&5
9485 echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
9486 if test "${ac_cv_search_opendir+set}" = set; then
9487 echo $ECHO_N "(cached) $ECHO_C" >&6
9488 else
9489 ac_func_search_save_LIBS=$LIBS
9490 ac_cv_search_opendir=no
9491 cat >conftest.$ac_ext <<_ACEOF
9492 /* confdefs.h. */
9493 _ACEOF
9494 cat confdefs.h >>conftest.$ac_ext
9495 cat >>conftest.$ac_ext <<_ACEOF
9496 /* end confdefs.h. */
9498 /* Override any gcc2 internal prototype to avoid an error. */
9499 #ifdef __cplusplus
9500 extern "C"
9501 #endif
9502 /* We use char because int might match the return type of a gcc2
9503 builtin and then its argument prototype would still apply. */
9504 char opendir ();
9506 main ()
9508 opendir ();
9510 return 0;
9512 _ACEOF
9513 rm -f conftest.$ac_objext conftest$ac_exeext
9514 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9515 (eval $ac_link) 2>conftest.er1
9516 ac_status=$?
9517 grep -v '^ *+' conftest.er1 >conftest.err
9518 rm -f conftest.er1
9519 cat conftest.err >&5
9520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9521 (exit $ac_status); } &&
9522 { ac_try='test -z "$ac_c_werror_flag"
9523 || test ! -s conftest.err'
9524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9525 (eval $ac_try) 2>&5
9526 ac_status=$?
9527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9528 (exit $ac_status); }; } &&
9529 { ac_try='test -s conftest$ac_exeext'
9530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9531 (eval $ac_try) 2>&5
9532 ac_status=$?
9533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9534 (exit $ac_status); }; }; then
9535 ac_cv_search_opendir="none required"
9536 else
9537 echo "$as_me: failed program was:" >&5
9538 sed 's/^/| /' conftest.$ac_ext >&5
9541 rm -f conftest.err conftest.$ac_objext \
9542 conftest$ac_exeext conftest.$ac_ext
9543 if test "$ac_cv_search_opendir" = no; then
9544 for ac_lib in x; do
9545 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9546 cat >conftest.$ac_ext <<_ACEOF
9547 /* confdefs.h. */
9548 _ACEOF
9549 cat confdefs.h >>conftest.$ac_ext
9550 cat >>conftest.$ac_ext <<_ACEOF
9551 /* end confdefs.h. */
9553 /* Override any gcc2 internal prototype to avoid an error. */
9554 #ifdef __cplusplus
9555 extern "C"
9556 #endif
9557 /* We use char because int might match the return type of a gcc2
9558 builtin and then its argument prototype would still apply. */
9559 char opendir ();
9561 main ()
9563 opendir ();
9565 return 0;
9567 _ACEOF
9568 rm -f conftest.$ac_objext conftest$ac_exeext
9569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9570 (eval $ac_link) 2>conftest.er1
9571 ac_status=$?
9572 grep -v '^ *+' conftest.er1 >conftest.err
9573 rm -f conftest.er1
9574 cat conftest.err >&5
9575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9576 (exit $ac_status); } &&
9577 { ac_try='test -z "$ac_c_werror_flag"
9578 || test ! -s conftest.err'
9579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9580 (eval $ac_try) 2>&5
9581 ac_status=$?
9582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9583 (exit $ac_status); }; } &&
9584 { ac_try='test -s conftest$ac_exeext'
9585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9586 (eval $ac_try) 2>&5
9587 ac_status=$?
9588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9589 (exit $ac_status); }; }; then
9590 ac_cv_search_opendir="-l$ac_lib"
9591 break
9592 else
9593 echo "$as_me: failed program was:" >&5
9594 sed 's/^/| /' conftest.$ac_ext >&5
9597 rm -f conftest.err conftest.$ac_objext \
9598 conftest$ac_exeext conftest.$ac_ext
9599 done
9601 LIBS=$ac_func_search_save_LIBS
9603 echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
9604 echo "${ECHO_T}$ac_cv_search_opendir" >&6
9605 if test "$ac_cv_search_opendir" != no; then
9606 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
9612 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
9613 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
9614 if test "${ac_cv_header_stdc+set}" = set; then
9615 echo $ECHO_N "(cached) $ECHO_C" >&6
9616 else
9617 cat >conftest.$ac_ext <<_ACEOF
9618 /* confdefs.h. */
9619 _ACEOF
9620 cat confdefs.h >>conftest.$ac_ext
9621 cat >>conftest.$ac_ext <<_ACEOF
9622 /* end confdefs.h. */
9623 #include <stdlib.h>
9624 #include <stdarg.h>
9625 #include <string.h>
9626 #include <float.h>
9629 main ()
9633 return 0;
9635 _ACEOF
9636 rm -f conftest.$ac_objext
9637 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9638 (eval $ac_compile) 2>conftest.er1
9639 ac_status=$?
9640 grep -v '^ *+' conftest.er1 >conftest.err
9641 rm -f conftest.er1
9642 cat conftest.err >&5
9643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9644 (exit $ac_status); } &&
9645 { ac_try='test -z "$ac_c_werror_flag"
9646 || test ! -s conftest.err'
9647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9648 (eval $ac_try) 2>&5
9649 ac_status=$?
9650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9651 (exit $ac_status); }; } &&
9652 { ac_try='test -s conftest.$ac_objext'
9653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9654 (eval $ac_try) 2>&5
9655 ac_status=$?
9656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9657 (exit $ac_status); }; }; then
9658 ac_cv_header_stdc=yes
9659 else
9660 echo "$as_me: failed program was:" >&5
9661 sed 's/^/| /' conftest.$ac_ext >&5
9663 ac_cv_header_stdc=no
9665 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9667 if test $ac_cv_header_stdc = yes; then
9668 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9669 cat >conftest.$ac_ext <<_ACEOF
9670 /* confdefs.h. */
9671 _ACEOF
9672 cat confdefs.h >>conftest.$ac_ext
9673 cat >>conftest.$ac_ext <<_ACEOF
9674 /* end confdefs.h. */
9675 #include <string.h>
9677 _ACEOF
9678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9679 $EGREP "memchr" >/dev/null 2>&1; then
9681 else
9682 ac_cv_header_stdc=no
9684 rm -f conftest*
9688 if test $ac_cv_header_stdc = yes; then
9689 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9690 cat >conftest.$ac_ext <<_ACEOF
9691 /* confdefs.h. */
9692 _ACEOF
9693 cat confdefs.h >>conftest.$ac_ext
9694 cat >>conftest.$ac_ext <<_ACEOF
9695 /* end confdefs.h. */
9696 #include <stdlib.h>
9698 _ACEOF
9699 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9700 $EGREP "free" >/dev/null 2>&1; then
9702 else
9703 ac_cv_header_stdc=no
9705 rm -f conftest*
9709 if test $ac_cv_header_stdc = yes; then
9710 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9711 if test "$cross_compiling" = yes; then
9713 else
9714 cat >conftest.$ac_ext <<_ACEOF
9715 /* confdefs.h. */
9716 _ACEOF
9717 cat confdefs.h >>conftest.$ac_ext
9718 cat >>conftest.$ac_ext <<_ACEOF
9719 /* end confdefs.h. */
9720 #include <ctype.h>
9721 #if ((' ' & 0x0FF) == 0x020)
9722 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9723 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9724 #else
9725 # define ISLOWER(c) \
9726 (('a' <= (c) && (c) <= 'i') \
9727 || ('j' <= (c) && (c) <= 'r') \
9728 || ('s' <= (c) && (c) <= 'z'))
9729 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
9730 #endif
9732 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9734 main ()
9736 int i;
9737 for (i = 0; i < 256; i++)
9738 if (XOR (islower (i), ISLOWER (i))
9739 || toupper (i) != TOUPPER (i))
9740 exit(2);
9741 exit (0);
9743 _ACEOF
9744 rm -f conftest$ac_exeext
9745 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9746 (eval $ac_link) 2>&5
9747 ac_status=$?
9748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9749 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9751 (eval $ac_try) 2>&5
9752 ac_status=$?
9753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9754 (exit $ac_status); }; }; then
9756 else
9757 echo "$as_me: program exited with status $ac_status" >&5
9758 echo "$as_me: failed program was:" >&5
9759 sed 's/^/| /' conftest.$ac_ext >&5
9761 ( exit $ac_status )
9762 ac_cv_header_stdc=no
9764 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9768 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
9769 echo "${ECHO_T}$ac_cv_header_stdc" >&6
9770 if test $ac_cv_header_stdc = yes; then
9772 cat >>confdefs.h <<\_ACEOF
9773 #define STDC_HEADERS 1
9774 _ACEOF
9808 for ac_header in argz.h arpa/inet.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 stdint.h stdio_ext.h stdlib.h string.h strings.h sys/ioctl.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
9810 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9811 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9812 echo "$as_me:$LINENO: checking for $ac_header" >&5
9813 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9814 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9815 echo $ECHO_N "(cached) $ECHO_C" >&6
9817 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9818 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9819 else
9820 # Is the header compilable?
9821 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9822 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9823 cat >conftest.$ac_ext <<_ACEOF
9824 /* confdefs.h. */
9825 _ACEOF
9826 cat confdefs.h >>conftest.$ac_ext
9827 cat >>conftest.$ac_ext <<_ACEOF
9828 /* end confdefs.h. */
9829 $ac_includes_default
9830 #include <$ac_header>
9831 _ACEOF
9832 rm -f conftest.$ac_objext
9833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9834 (eval $ac_compile) 2>conftest.er1
9835 ac_status=$?
9836 grep -v '^ *+' conftest.er1 >conftest.err
9837 rm -f conftest.er1
9838 cat conftest.err >&5
9839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9840 (exit $ac_status); } &&
9841 { ac_try='test -z "$ac_c_werror_flag"
9842 || test ! -s conftest.err'
9843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9844 (eval $ac_try) 2>&5
9845 ac_status=$?
9846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9847 (exit $ac_status); }; } &&
9848 { ac_try='test -s conftest.$ac_objext'
9849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9850 (eval $ac_try) 2>&5
9851 ac_status=$?
9852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9853 (exit $ac_status); }; }; then
9854 ac_header_compiler=yes
9855 else
9856 echo "$as_me: failed program was:" >&5
9857 sed 's/^/| /' conftest.$ac_ext >&5
9859 ac_header_compiler=no
9861 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9862 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9863 echo "${ECHO_T}$ac_header_compiler" >&6
9865 # Is the header present?
9866 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9867 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9868 cat >conftest.$ac_ext <<_ACEOF
9869 /* confdefs.h. */
9870 _ACEOF
9871 cat confdefs.h >>conftest.$ac_ext
9872 cat >>conftest.$ac_ext <<_ACEOF
9873 /* end confdefs.h. */
9874 #include <$ac_header>
9875 _ACEOF
9876 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9877 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9878 ac_status=$?
9879 grep -v '^ *+' conftest.er1 >conftest.err
9880 rm -f conftest.er1
9881 cat conftest.err >&5
9882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9883 (exit $ac_status); } >/dev/null; then
9884 if test -s conftest.err; then
9885 ac_cpp_err=$ac_c_preproc_warn_flag
9886 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9887 else
9888 ac_cpp_err=
9890 else
9891 ac_cpp_err=yes
9893 if test -z "$ac_cpp_err"; then
9894 ac_header_preproc=yes
9895 else
9896 echo "$as_me: failed program was:" >&5
9897 sed 's/^/| /' conftest.$ac_ext >&5
9899 ac_header_preproc=no
9901 rm -f conftest.err conftest.$ac_ext
9902 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9903 echo "${ECHO_T}$ac_header_preproc" >&6
9905 # So? What about this header?
9906 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9907 yes:no: )
9908 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9909 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9910 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9911 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9912 ac_header_preproc=yes
9914 no:yes:* )
9915 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9916 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9917 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9918 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9919 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9920 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9921 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9922 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9923 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9924 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9925 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9926 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9928 cat <<\_ASBOX
9929 ## ------------------------------ ##
9930 ## Report this to admin@amule.org ##
9931 ## ------------------------------ ##
9932 _ASBOX
9934 sed "s/^/$as_me: WARNING: /" >&2
9936 esac
9937 echo "$as_me:$LINENO: checking for $ac_header" >&5
9938 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9939 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9940 echo $ECHO_N "(cached) $ECHO_C" >&6
9941 else
9942 eval "$as_ac_Header=\$ac_header_preproc"
9944 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9945 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9948 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9949 cat >>confdefs.h <<_ACEOF
9950 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9951 _ACEOF
9955 done
9957 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
9958 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
9959 if test "${ac_cv_header_sys_wait_h+set}" = set; then
9960 echo $ECHO_N "(cached) $ECHO_C" >&6
9961 else
9962 cat >conftest.$ac_ext <<_ACEOF
9963 /* confdefs.h. */
9964 _ACEOF
9965 cat confdefs.h >>conftest.$ac_ext
9966 cat >>conftest.$ac_ext <<_ACEOF
9967 /* end confdefs.h. */
9968 #include <sys/types.h>
9969 #include <sys/wait.h>
9970 #ifndef WEXITSTATUS
9971 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
9972 #endif
9973 #ifndef WIFEXITED
9974 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
9975 #endif
9978 main ()
9980 int s;
9981 wait (&s);
9982 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
9984 return 0;
9986 _ACEOF
9987 rm -f conftest.$ac_objext
9988 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9989 (eval $ac_compile) 2>conftest.er1
9990 ac_status=$?
9991 grep -v '^ *+' conftest.er1 >conftest.err
9992 rm -f conftest.er1
9993 cat conftest.err >&5
9994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9995 (exit $ac_status); } &&
9996 { ac_try='test -z "$ac_c_werror_flag"
9997 || test ! -s conftest.err'
9998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9999 (eval $ac_try) 2>&5
10000 ac_status=$?
10001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10002 (exit $ac_status); }; } &&
10003 { ac_try='test -s conftest.$ac_objext'
10004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10005 (eval $ac_try) 2>&5
10006 ac_status=$?
10007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10008 (exit $ac_status); }; }; then
10009 ac_cv_header_sys_wait_h=yes
10010 else
10011 echo "$as_me: failed program was:" >&5
10012 sed 's/^/| /' conftest.$ac_ext >&5
10014 ac_cv_header_sys_wait_h=no
10016 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10018 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
10019 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
10020 if test $ac_cv_header_sys_wait_h = yes; then
10022 cat >>confdefs.h <<\_ACEOF
10023 #define HAVE_SYS_WAIT_H 1
10024 _ACEOF
10029 # Checks for typedefs, structures, and compiler characteristics.
10030 echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
10031 echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
10032 if test "${ac_cv_header_stdbool_h+set}" = set; then
10033 echo $ECHO_N "(cached) $ECHO_C" >&6
10034 else
10035 cat >conftest.$ac_ext <<_ACEOF
10036 /* confdefs.h. */
10037 _ACEOF
10038 cat confdefs.h >>conftest.$ac_ext
10039 cat >>conftest.$ac_ext <<_ACEOF
10040 /* end confdefs.h. */
10042 #include <stdbool.h>
10043 #ifndef bool
10044 # error bool is not defined
10045 #endif
10046 #ifndef false
10047 # error false is not defined
10048 #endif
10049 #if false
10050 # error false is not 0
10051 #endif
10052 #ifndef true
10053 # error true is not defined
10054 #endif
10055 #if true != 1
10056 # error true is not 1
10057 #endif
10058 #ifndef __bool_true_false_are_defined
10059 # error __bool_true_false_are_defined is not defined
10060 #endif
10062 struct s { _Bool s: 1; _Bool t; } s;
10064 char a[true == 1 ? 1 : -1];
10065 char b[false == 0 ? 1 : -1];
10066 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
10067 char d[(bool) -0.5 == true ? 1 : -1];
10068 bool e = &s;
10069 char f[(_Bool) -0.0 == false ? 1 : -1];
10070 char g[true];
10071 char h[sizeof (_Bool)];
10072 char i[sizeof s.t];
10075 main ()
10077 return !a + !b + !c + !d + !e + !f + !g + !h + !i;
10079 return 0;
10081 _ACEOF
10082 rm -f conftest.$ac_objext
10083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10084 (eval $ac_compile) 2>conftest.er1
10085 ac_status=$?
10086 grep -v '^ *+' conftest.er1 >conftest.err
10087 rm -f conftest.er1
10088 cat conftest.err >&5
10089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10090 (exit $ac_status); } &&
10091 { ac_try='test -z "$ac_c_werror_flag"
10092 || test ! -s conftest.err'
10093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10094 (eval $ac_try) 2>&5
10095 ac_status=$?
10096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10097 (exit $ac_status); }; } &&
10098 { ac_try='test -s conftest.$ac_objext'
10099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10100 (eval $ac_try) 2>&5
10101 ac_status=$?
10102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10103 (exit $ac_status); }; }; then
10104 ac_cv_header_stdbool_h=yes
10105 else
10106 echo "$as_me: failed program was:" >&5
10107 sed 's/^/| /' conftest.$ac_ext >&5
10109 ac_cv_header_stdbool_h=no
10111 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10113 echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
10114 echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
10115 echo "$as_me:$LINENO: checking for _Bool" >&5
10116 echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
10117 if test "${ac_cv_type__Bool+set}" = set; then
10118 echo $ECHO_N "(cached) $ECHO_C" >&6
10119 else
10120 cat >conftest.$ac_ext <<_ACEOF
10121 /* confdefs.h. */
10122 _ACEOF
10123 cat confdefs.h >>conftest.$ac_ext
10124 cat >>conftest.$ac_ext <<_ACEOF
10125 /* end confdefs.h. */
10126 $ac_includes_default
10128 main ()
10130 if ((_Bool *) 0)
10131 return 0;
10132 if (sizeof (_Bool))
10133 return 0;
10135 return 0;
10137 _ACEOF
10138 rm -f conftest.$ac_objext
10139 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10140 (eval $ac_compile) 2>conftest.er1
10141 ac_status=$?
10142 grep -v '^ *+' conftest.er1 >conftest.err
10143 rm -f conftest.er1
10144 cat conftest.err >&5
10145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10146 (exit $ac_status); } &&
10147 { ac_try='test -z "$ac_c_werror_flag"
10148 || test ! -s conftest.err'
10149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10150 (eval $ac_try) 2>&5
10151 ac_status=$?
10152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10153 (exit $ac_status); }; } &&
10154 { ac_try='test -s conftest.$ac_objext'
10155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10156 (eval $ac_try) 2>&5
10157 ac_status=$?
10158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10159 (exit $ac_status); }; }; then
10160 ac_cv_type__Bool=yes
10161 else
10162 echo "$as_me: failed program was:" >&5
10163 sed 's/^/| /' conftest.$ac_ext >&5
10165 ac_cv_type__Bool=no
10167 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10169 echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
10170 echo "${ECHO_T}$ac_cv_type__Bool" >&6
10171 if test $ac_cv_type__Bool = yes; then
10173 cat >>confdefs.h <<_ACEOF
10174 #define HAVE__BOOL 1
10175 _ACEOF
10180 if test $ac_cv_header_stdbool_h = yes; then
10182 cat >>confdefs.h <<\_ACEOF
10183 #define HAVE_STDBOOL_H 1
10184 _ACEOF
10188 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
10189 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
10190 if test "${ac_cv_c_const+set}" = set; then
10191 echo $ECHO_N "(cached) $ECHO_C" >&6
10192 else
10193 cat >conftest.$ac_ext <<_ACEOF
10194 /* confdefs.h. */
10195 _ACEOF
10196 cat confdefs.h >>conftest.$ac_ext
10197 cat >>conftest.$ac_ext <<_ACEOF
10198 /* end confdefs.h. */
10201 main ()
10203 /* FIXME: Include the comments suggested by Paul. */
10204 #ifndef __cplusplus
10205 /* Ultrix mips cc rejects this. */
10206 typedef int charset[2];
10207 const charset x;
10208 /* SunOS 4.1.1 cc rejects this. */
10209 char const *const *ccp;
10210 char **p;
10211 /* NEC SVR4.0.2 mips cc rejects this. */
10212 struct point {int x, y;};
10213 static struct point const zero = {0,0};
10214 /* AIX XL C 1.02.0.0 rejects this.
10215 It does not let you subtract one const X* pointer from another in
10216 an arm of an if-expression whose if-part is not a constant
10217 expression */
10218 const char *g = "string";
10219 ccp = &g + (g ? g-g : 0);
10220 /* HPUX 7.0 cc rejects these. */
10221 ++ccp;
10222 p = (char**) ccp;
10223 ccp = (char const *const *) p;
10224 { /* SCO 3.2v4 cc rejects this. */
10225 char *t;
10226 char const *s = 0 ? (char *) 0 : (char const *) 0;
10228 *t++ = 0;
10230 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10231 int x[] = {25, 17};
10232 const int *foo = &x[0];
10233 ++foo;
10235 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10236 typedef const int *iptr;
10237 iptr p = 0;
10238 ++p;
10240 { /* AIX XL C 1.02.0.0 rejects this saying
10241 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10242 struct s { int j; const int *ap[3]; };
10243 struct s *b; b->j = 5;
10245 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10246 const int foo = 10;
10248 #endif
10251 return 0;
10253 _ACEOF
10254 rm -f conftest.$ac_objext
10255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10256 (eval $ac_compile) 2>conftest.er1
10257 ac_status=$?
10258 grep -v '^ *+' conftest.er1 >conftest.err
10259 rm -f conftest.er1
10260 cat conftest.err >&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); } &&
10263 { ac_try='test -z "$ac_c_werror_flag"
10264 || test ! -s conftest.err'
10265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10266 (eval $ac_try) 2>&5
10267 ac_status=$?
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); }; } &&
10270 { ac_try='test -s conftest.$ac_objext'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5
10273 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; }; then
10276 ac_cv_c_const=yes
10277 else
10278 echo "$as_me: failed program was:" >&5
10279 sed 's/^/| /' conftest.$ac_ext >&5
10281 ac_cv_c_const=no
10283 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10285 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
10286 echo "${ECHO_T}$ac_cv_c_const" >&6
10287 if test $ac_cv_c_const = no; then
10289 cat >>confdefs.h <<\_ACEOF
10290 #define const
10291 _ACEOF
10295 echo "$as_me:$LINENO: checking for inline" >&5
10296 echo $ECHO_N "checking for inline... $ECHO_C" >&6
10297 if test "${ac_cv_c_inline+set}" = set; then
10298 echo $ECHO_N "(cached) $ECHO_C" >&6
10299 else
10300 ac_cv_c_inline=no
10301 for ac_kw in inline __inline__ __inline; do
10302 cat >conftest.$ac_ext <<_ACEOF
10303 /* confdefs.h. */
10304 _ACEOF
10305 cat confdefs.h >>conftest.$ac_ext
10306 cat >>conftest.$ac_ext <<_ACEOF
10307 /* end confdefs.h. */
10308 #ifndef __cplusplus
10309 typedef int foo_t;
10310 static $ac_kw foo_t static_foo () {return 0; }
10311 $ac_kw foo_t foo () {return 0; }
10312 #endif
10314 _ACEOF
10315 rm -f conftest.$ac_objext
10316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10317 (eval $ac_compile) 2>conftest.er1
10318 ac_status=$?
10319 grep -v '^ *+' conftest.er1 >conftest.err
10320 rm -f conftest.er1
10321 cat conftest.err >&5
10322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10323 (exit $ac_status); } &&
10324 { ac_try='test -z "$ac_c_werror_flag"
10325 || test ! -s conftest.err'
10326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10327 (eval $ac_try) 2>&5
10328 ac_status=$?
10329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10330 (exit $ac_status); }; } &&
10331 { ac_try='test -s conftest.$ac_objext'
10332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10333 (eval $ac_try) 2>&5
10334 ac_status=$?
10335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10336 (exit $ac_status); }; }; then
10337 ac_cv_c_inline=$ac_kw; break
10338 else
10339 echo "$as_me: failed program was:" >&5
10340 sed 's/^/| /' conftest.$ac_ext >&5
10343 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10344 done
10347 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
10348 echo "${ECHO_T}$ac_cv_c_inline" >&6
10351 case $ac_cv_c_inline in
10352 inline | yes) ;;
10354 case $ac_cv_c_inline in
10355 no) ac_val=;;
10356 *) ac_val=$ac_cv_c_inline;;
10357 esac
10358 cat >>confdefs.h <<_ACEOF
10359 #ifndef __cplusplus
10360 #define inline $ac_val
10361 #endif
10362 _ACEOF
10364 esac
10366 echo "$as_me:$LINENO: checking for mode_t" >&5
10367 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
10368 if test "${ac_cv_type_mode_t+set}" = set; then
10369 echo $ECHO_N "(cached) $ECHO_C" >&6
10370 else
10371 cat >conftest.$ac_ext <<_ACEOF
10372 /* confdefs.h. */
10373 _ACEOF
10374 cat confdefs.h >>conftest.$ac_ext
10375 cat >>conftest.$ac_ext <<_ACEOF
10376 /* end confdefs.h. */
10377 $ac_includes_default
10379 main ()
10381 if ((mode_t *) 0)
10382 return 0;
10383 if (sizeof (mode_t))
10384 return 0;
10386 return 0;
10388 _ACEOF
10389 rm -f conftest.$ac_objext
10390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10391 (eval $ac_compile) 2>conftest.er1
10392 ac_status=$?
10393 grep -v '^ *+' conftest.er1 >conftest.err
10394 rm -f conftest.er1
10395 cat conftest.err >&5
10396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10397 (exit $ac_status); } &&
10398 { ac_try='test -z "$ac_c_werror_flag"
10399 || test ! -s conftest.err'
10400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10401 (eval $ac_try) 2>&5
10402 ac_status=$?
10403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10404 (exit $ac_status); }; } &&
10405 { ac_try='test -s conftest.$ac_objext'
10406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10407 (eval $ac_try) 2>&5
10408 ac_status=$?
10409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10410 (exit $ac_status); }; }; then
10411 ac_cv_type_mode_t=yes
10412 else
10413 echo "$as_me: failed program was:" >&5
10414 sed 's/^/| /' conftest.$ac_ext >&5
10416 ac_cv_type_mode_t=no
10418 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10420 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
10421 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
10422 if test $ac_cv_type_mode_t = yes; then
10424 else
10426 cat >>confdefs.h <<_ACEOF
10427 #define mode_t int
10428 _ACEOF
10432 echo "$as_me:$LINENO: checking for off_t" >&5
10433 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
10434 if test "${ac_cv_type_off_t+set}" = set; then
10435 echo $ECHO_N "(cached) $ECHO_C" >&6
10436 else
10437 cat >conftest.$ac_ext <<_ACEOF
10438 /* confdefs.h. */
10439 _ACEOF
10440 cat confdefs.h >>conftest.$ac_ext
10441 cat >>conftest.$ac_ext <<_ACEOF
10442 /* end confdefs.h. */
10443 $ac_includes_default
10445 main ()
10447 if ((off_t *) 0)
10448 return 0;
10449 if (sizeof (off_t))
10450 return 0;
10452 return 0;
10454 _ACEOF
10455 rm -f conftest.$ac_objext
10456 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10457 (eval $ac_compile) 2>conftest.er1
10458 ac_status=$?
10459 grep -v '^ *+' conftest.er1 >conftest.err
10460 rm -f conftest.er1
10461 cat conftest.err >&5
10462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10463 (exit $ac_status); } &&
10464 { ac_try='test -z "$ac_c_werror_flag"
10465 || test ! -s conftest.err'
10466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10467 (eval $ac_try) 2>&5
10468 ac_status=$?
10469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10470 (exit $ac_status); }; } &&
10471 { ac_try='test -s conftest.$ac_objext'
10472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10473 (eval $ac_try) 2>&5
10474 ac_status=$?
10475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10476 (exit $ac_status); }; }; then
10477 ac_cv_type_off_t=yes
10478 else
10479 echo "$as_me: failed program was:" >&5
10480 sed 's/^/| /' conftest.$ac_ext >&5
10482 ac_cv_type_off_t=no
10484 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10486 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
10487 echo "${ECHO_T}$ac_cv_type_off_t" >&6
10488 if test $ac_cv_type_off_t = yes; then
10490 else
10492 cat >>confdefs.h <<_ACEOF
10493 #define off_t long
10494 _ACEOF
10498 echo "$as_me:$LINENO: checking for size_t" >&5
10499 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
10500 if test "${ac_cv_type_size_t+set}" = set; then
10501 echo $ECHO_N "(cached) $ECHO_C" >&6
10502 else
10503 cat >conftest.$ac_ext <<_ACEOF
10504 /* confdefs.h. */
10505 _ACEOF
10506 cat confdefs.h >>conftest.$ac_ext
10507 cat >>conftest.$ac_ext <<_ACEOF
10508 /* end confdefs.h. */
10509 $ac_includes_default
10511 main ()
10513 if ((size_t *) 0)
10514 return 0;
10515 if (sizeof (size_t))
10516 return 0;
10518 return 0;
10520 _ACEOF
10521 rm -f conftest.$ac_objext
10522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10523 (eval $ac_compile) 2>conftest.er1
10524 ac_status=$?
10525 grep -v '^ *+' conftest.er1 >conftest.err
10526 rm -f conftest.er1
10527 cat conftest.err >&5
10528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10529 (exit $ac_status); } &&
10530 { ac_try='test -z "$ac_c_werror_flag"
10531 || test ! -s conftest.err'
10532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10533 (eval $ac_try) 2>&5
10534 ac_status=$?
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); }; } &&
10537 { ac_try='test -s conftest.$ac_objext'
10538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10539 (eval $ac_try) 2>&5
10540 ac_status=$?
10541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10542 (exit $ac_status); }; }; then
10543 ac_cv_type_size_t=yes
10544 else
10545 echo "$as_me: failed program was:" >&5
10546 sed 's/^/| /' conftest.$ac_ext >&5
10548 ac_cv_type_size_t=no
10550 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10552 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
10553 echo "${ECHO_T}$ac_cv_type_size_t" >&6
10554 if test $ac_cv_type_size_t = yes; then
10556 else
10558 cat >>confdefs.h <<_ACEOF
10559 #define size_t unsigned
10560 _ACEOF
10564 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
10565 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
10566 if test "${ac_cv_header_time+set}" = set; then
10567 echo $ECHO_N "(cached) $ECHO_C" >&6
10568 else
10569 cat >conftest.$ac_ext <<_ACEOF
10570 /* confdefs.h. */
10571 _ACEOF
10572 cat confdefs.h >>conftest.$ac_ext
10573 cat >>conftest.$ac_ext <<_ACEOF
10574 /* end confdefs.h. */
10575 #include <sys/types.h>
10576 #include <sys/time.h>
10577 #include <time.h>
10580 main ()
10582 if ((struct tm *) 0)
10583 return 0;
10585 return 0;
10587 _ACEOF
10588 rm -f conftest.$ac_objext
10589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10590 (eval $ac_compile) 2>conftest.er1
10591 ac_status=$?
10592 grep -v '^ *+' conftest.er1 >conftest.err
10593 rm -f conftest.er1
10594 cat conftest.err >&5
10595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10596 (exit $ac_status); } &&
10597 { ac_try='test -z "$ac_c_werror_flag"
10598 || test ! -s conftest.err'
10599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10600 (eval $ac_try) 2>&5
10601 ac_status=$?
10602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603 (exit $ac_status); }; } &&
10604 { ac_try='test -s conftest.$ac_objext'
10605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10606 (eval $ac_try) 2>&5
10607 ac_status=$?
10608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10609 (exit $ac_status); }; }; then
10610 ac_cv_header_time=yes
10611 else
10612 echo "$as_me: failed program was:" >&5
10613 sed 's/^/| /' conftest.$ac_ext >&5
10615 ac_cv_header_time=no
10617 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10619 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
10620 echo "${ECHO_T}$ac_cv_header_time" >&6
10621 if test $ac_cv_header_time = yes; then
10623 cat >>confdefs.h <<\_ACEOF
10624 #define TIME_WITH_SYS_TIME 1
10625 _ACEOF
10629 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
10630 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
10631 if test "${ac_cv_struct_tm+set}" = set; then
10632 echo $ECHO_N "(cached) $ECHO_C" >&6
10633 else
10634 cat >conftest.$ac_ext <<_ACEOF
10635 /* confdefs.h. */
10636 _ACEOF
10637 cat confdefs.h >>conftest.$ac_ext
10638 cat >>conftest.$ac_ext <<_ACEOF
10639 /* end confdefs.h. */
10640 #include <sys/types.h>
10641 #include <time.h>
10644 main ()
10646 struct tm *tp; tp->tm_sec;
10648 return 0;
10650 _ACEOF
10651 rm -f conftest.$ac_objext
10652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10653 (eval $ac_compile) 2>conftest.er1
10654 ac_status=$?
10655 grep -v '^ *+' conftest.er1 >conftest.err
10656 rm -f conftest.er1
10657 cat conftest.err >&5
10658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10659 (exit $ac_status); } &&
10660 { ac_try='test -z "$ac_c_werror_flag"
10661 || test ! -s conftest.err'
10662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10663 (eval $ac_try) 2>&5
10664 ac_status=$?
10665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10666 (exit $ac_status); }; } &&
10667 { ac_try='test -s conftest.$ac_objext'
10668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10669 (eval $ac_try) 2>&5
10670 ac_status=$?
10671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10672 (exit $ac_status); }; }; then
10673 ac_cv_struct_tm=time.h
10674 else
10675 echo "$as_me: failed program was:" >&5
10676 sed 's/^/| /' conftest.$ac_ext >&5
10678 ac_cv_struct_tm=sys/time.h
10680 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10682 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
10683 echo "${ECHO_T}$ac_cv_struct_tm" >&6
10684 if test $ac_cv_struct_tm = sys/time.h; then
10686 cat >>confdefs.h <<\_ACEOF
10687 #define TM_IN_SYS_TIME 1
10688 _ACEOF
10692 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
10693 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
10694 if test "${ac_cv_type_uid_t+set}" = set; then
10695 echo $ECHO_N "(cached) $ECHO_C" >&6
10696 else
10697 cat >conftest.$ac_ext <<_ACEOF
10698 /* confdefs.h. */
10699 _ACEOF
10700 cat confdefs.h >>conftest.$ac_ext
10701 cat >>conftest.$ac_ext <<_ACEOF
10702 /* end confdefs.h. */
10703 #include <sys/types.h>
10705 _ACEOF
10706 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10707 $EGREP "uid_t" >/dev/null 2>&1; then
10708 ac_cv_type_uid_t=yes
10709 else
10710 ac_cv_type_uid_t=no
10712 rm -f conftest*
10715 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
10716 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
10717 if test $ac_cv_type_uid_t = no; then
10719 cat >>confdefs.h <<\_ACEOF
10720 #define uid_t int
10721 _ACEOF
10724 cat >>confdefs.h <<\_ACEOF
10725 #define gid_t int
10726 _ACEOF
10730 echo "$as_me:$LINENO: checking for working volatile" >&5
10731 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
10732 if test "${ac_cv_c_volatile+set}" = set; then
10733 echo $ECHO_N "(cached) $ECHO_C" >&6
10734 else
10735 cat >conftest.$ac_ext <<_ACEOF
10736 /* confdefs.h. */
10737 _ACEOF
10738 cat confdefs.h >>conftest.$ac_ext
10739 cat >>conftest.$ac_ext <<_ACEOF
10740 /* end confdefs.h. */
10743 main ()
10746 volatile int x;
10747 int * volatile y;
10749 return 0;
10751 _ACEOF
10752 rm -f conftest.$ac_objext
10753 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10754 (eval $ac_compile) 2>conftest.er1
10755 ac_status=$?
10756 grep -v '^ *+' conftest.er1 >conftest.err
10757 rm -f conftest.er1
10758 cat conftest.err >&5
10759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10760 (exit $ac_status); } &&
10761 { ac_try='test -z "$ac_c_werror_flag"
10762 || test ! -s conftest.err'
10763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10764 (eval $ac_try) 2>&5
10765 ac_status=$?
10766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767 (exit $ac_status); }; } &&
10768 { ac_try='test -s conftest.$ac_objext'
10769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10770 (eval $ac_try) 2>&5
10771 ac_status=$?
10772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10773 (exit $ac_status); }; }; then
10774 ac_cv_c_volatile=yes
10775 else
10776 echo "$as_me: failed program was:" >&5
10777 sed 's/^/| /' conftest.$ac_ext >&5
10779 ac_cv_c_volatile=no
10781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10783 echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
10784 echo "${ECHO_T}$ac_cv_c_volatile" >&6
10785 if test $ac_cv_c_volatile = no; then
10787 cat >>confdefs.h <<\_ACEOF
10788 #define volatile
10789 _ACEOF
10793 echo "$as_me:$LINENO: checking for ptrdiff_t" >&5
10794 echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6
10795 if test "${ac_cv_type_ptrdiff_t+set}" = set; then
10796 echo $ECHO_N "(cached) $ECHO_C" >&6
10797 else
10798 cat >conftest.$ac_ext <<_ACEOF
10799 /* confdefs.h. */
10800 _ACEOF
10801 cat confdefs.h >>conftest.$ac_ext
10802 cat >>conftest.$ac_ext <<_ACEOF
10803 /* end confdefs.h. */
10804 $ac_includes_default
10806 main ()
10808 if ((ptrdiff_t *) 0)
10809 return 0;
10810 if (sizeof (ptrdiff_t))
10811 return 0;
10813 return 0;
10815 _ACEOF
10816 rm -f conftest.$ac_objext
10817 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10818 (eval $ac_compile) 2>conftest.er1
10819 ac_status=$?
10820 grep -v '^ *+' conftest.er1 >conftest.err
10821 rm -f conftest.er1
10822 cat conftest.err >&5
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } &&
10825 { ac_try='test -z "$ac_c_werror_flag"
10826 || test ! -s conftest.err'
10827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10828 (eval $ac_try) 2>&5
10829 ac_status=$?
10830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10831 (exit $ac_status); }; } &&
10832 { ac_try='test -s conftest.$ac_objext'
10833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10834 (eval $ac_try) 2>&5
10835 ac_status=$?
10836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10837 (exit $ac_status); }; }; then
10838 ac_cv_type_ptrdiff_t=yes
10839 else
10840 echo "$as_me: failed program was:" >&5
10841 sed 's/^/| /' conftest.$ac_ext >&5
10843 ac_cv_type_ptrdiff_t=no
10845 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10847 echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5
10848 echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6
10849 if test $ac_cv_type_ptrdiff_t = yes; then
10851 cat >>confdefs.h <<_ACEOF
10852 #define HAVE_PTRDIFF_T 1
10853 _ACEOF
10859 # Checks for library functions.
10860 echo "$as_me:$LINENO: checking whether closedir returns void" >&5
10861 echo $ECHO_N "checking whether closedir returns void... $ECHO_C" >&6
10862 if test "${ac_cv_func_closedir_void+set}" = set; then
10863 echo $ECHO_N "(cached) $ECHO_C" >&6
10864 else
10865 if test "$cross_compiling" = yes; then
10866 ac_cv_func_closedir_void=yes
10867 else
10868 cat >conftest.$ac_ext <<_ACEOF
10869 /* confdefs.h. */
10870 _ACEOF
10871 cat confdefs.h >>conftest.$ac_ext
10872 cat >>conftest.$ac_ext <<_ACEOF
10873 /* end confdefs.h. */
10874 $ac_includes_default
10875 #include <$ac_header_dirent>
10876 #ifndef __cplusplus
10877 int closedir ();
10878 #endif
10881 main ()
10883 exit (closedir (opendir (".")) != 0);
10885 return 0;
10887 _ACEOF
10888 rm -f conftest$ac_exeext
10889 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10890 (eval $ac_link) 2>&5
10891 ac_status=$?
10892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10893 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10895 (eval $ac_try) 2>&5
10896 ac_status=$?
10897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10898 (exit $ac_status); }; }; then
10899 ac_cv_func_closedir_void=no
10900 else
10901 echo "$as_me: program exited with status $ac_status" >&5
10902 echo "$as_me: failed program was:" >&5
10903 sed 's/^/| /' conftest.$ac_ext >&5
10905 ( exit $ac_status )
10906 ac_cv_func_closedir_void=yes
10908 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10911 echo "$as_me:$LINENO: result: $ac_cv_func_closedir_void" >&5
10912 echo "${ECHO_T}$ac_cv_func_closedir_void" >&6
10913 if test $ac_cv_func_closedir_void = yes; then
10915 cat >>confdefs.h <<\_ACEOF
10916 #define CLOSEDIR_VOID 1
10917 _ACEOF
10921 # getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX, -lgen on Unixware.
10922 echo "$as_me:$LINENO: checking for getmntent in -lsun" >&5
10923 echo $ECHO_N "checking for getmntent in -lsun... $ECHO_C" >&6
10924 if test "${ac_cv_lib_sun_getmntent+set}" = set; then
10925 echo $ECHO_N "(cached) $ECHO_C" >&6
10926 else
10927 ac_check_lib_save_LIBS=$LIBS
10928 LIBS="-lsun $LIBS"
10929 cat >conftest.$ac_ext <<_ACEOF
10930 /* confdefs.h. */
10931 _ACEOF
10932 cat confdefs.h >>conftest.$ac_ext
10933 cat >>conftest.$ac_ext <<_ACEOF
10934 /* end confdefs.h. */
10936 /* Override any gcc2 internal prototype to avoid an error. */
10937 #ifdef __cplusplus
10938 extern "C"
10939 #endif
10940 /* We use char because int might match the return type of a gcc2
10941 builtin and then its argument prototype would still apply. */
10942 char getmntent ();
10944 main ()
10946 getmntent ();
10948 return 0;
10950 _ACEOF
10951 rm -f conftest.$ac_objext conftest$ac_exeext
10952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10953 (eval $ac_link) 2>conftest.er1
10954 ac_status=$?
10955 grep -v '^ *+' conftest.er1 >conftest.err
10956 rm -f conftest.er1
10957 cat conftest.err >&5
10958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10959 (exit $ac_status); } &&
10960 { ac_try='test -z "$ac_c_werror_flag"
10961 || test ! -s conftest.err'
10962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10963 (eval $ac_try) 2>&5
10964 ac_status=$?
10965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10966 (exit $ac_status); }; } &&
10967 { ac_try='test -s conftest$ac_exeext'
10968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10969 (eval $ac_try) 2>&5
10970 ac_status=$?
10971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); }; }; then
10973 ac_cv_lib_sun_getmntent=yes
10974 else
10975 echo "$as_me: failed program was:" >&5
10976 sed 's/^/| /' conftest.$ac_ext >&5
10978 ac_cv_lib_sun_getmntent=no
10980 rm -f conftest.err conftest.$ac_objext \
10981 conftest$ac_exeext conftest.$ac_ext
10982 LIBS=$ac_check_lib_save_LIBS
10984 echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getmntent" >&5
10985 echo "${ECHO_T}$ac_cv_lib_sun_getmntent" >&6
10986 if test $ac_cv_lib_sun_getmntent = yes; then
10987 LIBS="-lsun $LIBS"
10988 else
10989 echo "$as_me:$LINENO: checking for getmntent in -lseq" >&5
10990 echo $ECHO_N "checking for getmntent in -lseq... $ECHO_C" >&6
10991 if test "${ac_cv_lib_seq_getmntent+set}" = set; then
10992 echo $ECHO_N "(cached) $ECHO_C" >&6
10993 else
10994 ac_check_lib_save_LIBS=$LIBS
10995 LIBS="-lseq $LIBS"
10996 cat >conftest.$ac_ext <<_ACEOF
10997 /* confdefs.h. */
10998 _ACEOF
10999 cat confdefs.h >>conftest.$ac_ext
11000 cat >>conftest.$ac_ext <<_ACEOF
11001 /* end confdefs.h. */
11003 /* Override any gcc2 internal prototype to avoid an error. */
11004 #ifdef __cplusplus
11005 extern "C"
11006 #endif
11007 /* We use char because int might match the return type of a gcc2
11008 builtin and then its argument prototype would still apply. */
11009 char getmntent ();
11011 main ()
11013 getmntent ();
11015 return 0;
11017 _ACEOF
11018 rm -f conftest.$ac_objext conftest$ac_exeext
11019 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11020 (eval $ac_link) 2>conftest.er1
11021 ac_status=$?
11022 grep -v '^ *+' conftest.er1 >conftest.err
11023 rm -f conftest.er1
11024 cat conftest.err >&5
11025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11026 (exit $ac_status); } &&
11027 { ac_try='test -z "$ac_c_werror_flag"
11028 || test ! -s conftest.err'
11029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11030 (eval $ac_try) 2>&5
11031 ac_status=$?
11032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11033 (exit $ac_status); }; } &&
11034 { ac_try='test -s conftest$ac_exeext'
11035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11036 (eval $ac_try) 2>&5
11037 ac_status=$?
11038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11039 (exit $ac_status); }; }; then
11040 ac_cv_lib_seq_getmntent=yes
11041 else
11042 echo "$as_me: failed program was:" >&5
11043 sed 's/^/| /' conftest.$ac_ext >&5
11045 ac_cv_lib_seq_getmntent=no
11047 rm -f conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
11049 LIBS=$ac_check_lib_save_LIBS
11051 echo "$as_me:$LINENO: result: $ac_cv_lib_seq_getmntent" >&5
11052 echo "${ECHO_T}$ac_cv_lib_seq_getmntent" >&6
11053 if test $ac_cv_lib_seq_getmntent = yes; then
11054 LIBS="-lseq $LIBS"
11055 else
11056 echo "$as_me:$LINENO: checking for getmntent in -lgen" >&5
11057 echo $ECHO_N "checking for getmntent in -lgen... $ECHO_C" >&6
11058 if test "${ac_cv_lib_gen_getmntent+set}" = set; then
11059 echo $ECHO_N "(cached) $ECHO_C" >&6
11060 else
11061 ac_check_lib_save_LIBS=$LIBS
11062 LIBS="-lgen $LIBS"
11063 cat >conftest.$ac_ext <<_ACEOF
11064 /* confdefs.h. */
11065 _ACEOF
11066 cat confdefs.h >>conftest.$ac_ext
11067 cat >>conftest.$ac_ext <<_ACEOF
11068 /* end confdefs.h. */
11070 /* Override any gcc2 internal prototype to avoid an error. */
11071 #ifdef __cplusplus
11072 extern "C"
11073 #endif
11074 /* We use char because int might match the return type of a gcc2
11075 builtin and then its argument prototype would still apply. */
11076 char getmntent ();
11078 main ()
11080 getmntent ();
11082 return 0;
11084 _ACEOF
11085 rm -f conftest.$ac_objext conftest$ac_exeext
11086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11087 (eval $ac_link) 2>conftest.er1
11088 ac_status=$?
11089 grep -v '^ *+' conftest.er1 >conftest.err
11090 rm -f conftest.er1
11091 cat conftest.err >&5
11092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11093 (exit $ac_status); } &&
11094 { ac_try='test -z "$ac_c_werror_flag"
11095 || test ! -s conftest.err'
11096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11097 (eval $ac_try) 2>&5
11098 ac_status=$?
11099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11100 (exit $ac_status); }; } &&
11101 { ac_try='test -s conftest$ac_exeext'
11102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11103 (eval $ac_try) 2>&5
11104 ac_status=$?
11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106 (exit $ac_status); }; }; then
11107 ac_cv_lib_gen_getmntent=yes
11108 else
11109 echo "$as_me: failed program was:" >&5
11110 sed 's/^/| /' conftest.$ac_ext >&5
11112 ac_cv_lib_gen_getmntent=no
11114 rm -f conftest.err conftest.$ac_objext \
11115 conftest$ac_exeext conftest.$ac_ext
11116 LIBS=$ac_check_lib_save_LIBS
11118 echo "$as_me:$LINENO: result: $ac_cv_lib_gen_getmntent" >&5
11119 echo "${ECHO_T}$ac_cv_lib_gen_getmntent" >&6
11120 if test $ac_cv_lib_gen_getmntent = yes; then
11121 LIBS="-lgen $LIBS"
11129 for ac_func in getmntent
11131 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11132 echo "$as_me:$LINENO: checking for $ac_func" >&5
11133 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11134 if eval "test \"\${$as_ac_var+set}\" = set"; then
11135 echo $ECHO_N "(cached) $ECHO_C" >&6
11136 else
11137 cat >conftest.$ac_ext <<_ACEOF
11138 /* confdefs.h. */
11139 _ACEOF
11140 cat confdefs.h >>conftest.$ac_ext
11141 cat >>conftest.$ac_ext <<_ACEOF
11142 /* end confdefs.h. */
11143 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11144 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11145 #define $ac_func innocuous_$ac_func
11147 /* System header to define __stub macros and hopefully few prototypes,
11148 which can conflict with char $ac_func (); below.
11149 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11150 <limits.h> exists even on freestanding compilers. */
11152 #ifdef __STDC__
11153 # include <limits.h>
11154 #else
11155 # include <assert.h>
11156 #endif
11158 #undef $ac_func
11160 /* Override any gcc2 internal prototype to avoid an error. */
11161 #ifdef __cplusplus
11162 extern "C"
11164 #endif
11165 /* We use char because int might match the return type of a gcc2
11166 builtin and then its argument prototype would still apply. */
11167 char $ac_func ();
11168 /* The GNU C library defines this for functions which it implements
11169 to always fail with ENOSYS. Some functions are actually named
11170 something starting with __ and the normal name is an alias. */
11171 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11172 choke me
11173 #else
11174 char (*f) () = $ac_func;
11175 #endif
11176 #ifdef __cplusplus
11178 #endif
11181 main ()
11183 return f != $ac_func;
11185 return 0;
11187 _ACEOF
11188 rm -f conftest.$ac_objext conftest$ac_exeext
11189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11190 (eval $ac_link) 2>conftest.er1
11191 ac_status=$?
11192 grep -v '^ *+' conftest.er1 >conftest.err
11193 rm -f conftest.er1
11194 cat conftest.err >&5
11195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11196 (exit $ac_status); } &&
11197 { ac_try='test -z "$ac_c_werror_flag"
11198 || test ! -s conftest.err'
11199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11200 (eval $ac_try) 2>&5
11201 ac_status=$?
11202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11203 (exit $ac_status); }; } &&
11204 { ac_try='test -s conftest$ac_exeext'
11205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11206 (eval $ac_try) 2>&5
11207 ac_status=$?
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); }; }; then
11210 eval "$as_ac_var=yes"
11211 else
11212 echo "$as_me: failed program was:" >&5
11213 sed 's/^/| /' conftest.$ac_ext >&5
11215 eval "$as_ac_var=no"
11217 rm -f conftest.err conftest.$ac_objext \
11218 conftest$ac_exeext conftest.$ac_ext
11220 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11221 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11222 if test `eval echo '${'$as_ac_var'}'` = yes; then
11223 cat >>confdefs.h <<_ACEOF
11224 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11225 _ACEOF
11228 done
11231 if test $ac_cv_c_compiler_gnu = yes; then
11232 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
11233 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
11234 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
11235 echo $ECHO_N "(cached) $ECHO_C" >&6
11236 else
11237 ac_pattern="Autoconf.*'x'"
11238 cat >conftest.$ac_ext <<_ACEOF
11239 /* confdefs.h. */
11240 _ACEOF
11241 cat confdefs.h >>conftest.$ac_ext
11242 cat >>conftest.$ac_ext <<_ACEOF
11243 /* end confdefs.h. */
11244 #include <sgtty.h>
11245 Autoconf TIOCGETP
11246 _ACEOF
11247 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11248 $EGREP "$ac_pattern" >/dev/null 2>&1; then
11249 ac_cv_prog_gcc_traditional=yes
11250 else
11251 ac_cv_prog_gcc_traditional=no
11253 rm -f conftest*
11256 if test $ac_cv_prog_gcc_traditional = no; then
11257 cat >conftest.$ac_ext <<_ACEOF
11258 /* confdefs.h. */
11259 _ACEOF
11260 cat confdefs.h >>conftest.$ac_ext
11261 cat >>conftest.$ac_ext <<_ACEOF
11262 /* end confdefs.h. */
11263 #include <termio.h>
11264 Autoconf TCGETA
11265 _ACEOF
11266 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11267 $EGREP "$ac_pattern" >/dev/null 2>&1; then
11268 ac_cv_prog_gcc_traditional=yes
11270 rm -f conftest*
11274 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
11275 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
11276 if test $ac_cv_prog_gcc_traditional = yes; then
11277 CC="$CC -traditional"
11281 echo "$as_me:$LINENO: checking for pid_t" >&5
11282 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11283 if test "${ac_cv_type_pid_t+set}" = set; then
11284 echo $ECHO_N "(cached) $ECHO_C" >&6
11285 else
11286 cat >conftest.$ac_ext <<_ACEOF
11287 /* confdefs.h. */
11288 _ACEOF
11289 cat confdefs.h >>conftest.$ac_ext
11290 cat >>conftest.$ac_ext <<_ACEOF
11291 /* end confdefs.h. */
11292 $ac_includes_default
11294 main ()
11296 if ((pid_t *) 0)
11297 return 0;
11298 if (sizeof (pid_t))
11299 return 0;
11301 return 0;
11303 _ACEOF
11304 rm -f conftest.$ac_objext
11305 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11306 (eval $ac_compile) 2>conftest.er1
11307 ac_status=$?
11308 grep -v '^ *+' conftest.er1 >conftest.err
11309 rm -f conftest.er1
11310 cat conftest.err >&5
11311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11312 (exit $ac_status); } &&
11313 { ac_try='test -z "$ac_c_werror_flag"
11314 || test ! -s conftest.err'
11315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11316 (eval $ac_try) 2>&5
11317 ac_status=$?
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); }; } &&
11320 { ac_try='test -s conftest.$ac_objext'
11321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11322 (eval $ac_try) 2>&5
11323 ac_status=$?
11324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11325 (exit $ac_status); }; }; then
11326 ac_cv_type_pid_t=yes
11327 else
11328 echo "$as_me: failed program was:" >&5
11329 sed 's/^/| /' conftest.$ac_ext >&5
11331 ac_cv_type_pid_t=no
11333 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11335 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
11336 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11337 if test $ac_cv_type_pid_t = yes; then
11339 else
11341 cat >>confdefs.h <<_ACEOF
11342 #define pid_t int
11343 _ACEOF
11349 for ac_header in unistd.h vfork.h
11351 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11352 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11353 echo "$as_me:$LINENO: checking for $ac_header" >&5
11354 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11355 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11356 echo $ECHO_N "(cached) $ECHO_C" >&6
11358 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11359 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11360 else
11361 # Is the header compilable?
11362 echo "$as_me:$LINENO: checking $ac_header usability" >&5
11363 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11364 cat >conftest.$ac_ext <<_ACEOF
11365 /* confdefs.h. */
11366 _ACEOF
11367 cat confdefs.h >>conftest.$ac_ext
11368 cat >>conftest.$ac_ext <<_ACEOF
11369 /* end confdefs.h. */
11370 $ac_includes_default
11371 #include <$ac_header>
11372 _ACEOF
11373 rm -f conftest.$ac_objext
11374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11375 (eval $ac_compile) 2>conftest.er1
11376 ac_status=$?
11377 grep -v '^ *+' conftest.er1 >conftest.err
11378 rm -f conftest.er1
11379 cat conftest.err >&5
11380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11381 (exit $ac_status); } &&
11382 { ac_try='test -z "$ac_c_werror_flag"
11383 || test ! -s conftest.err'
11384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11385 (eval $ac_try) 2>&5
11386 ac_status=$?
11387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11388 (exit $ac_status); }; } &&
11389 { ac_try='test -s conftest.$ac_objext'
11390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11391 (eval $ac_try) 2>&5
11392 ac_status=$?
11393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11394 (exit $ac_status); }; }; then
11395 ac_header_compiler=yes
11396 else
11397 echo "$as_me: failed program was:" >&5
11398 sed 's/^/| /' conftest.$ac_ext >&5
11400 ac_header_compiler=no
11402 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11403 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11404 echo "${ECHO_T}$ac_header_compiler" >&6
11406 # Is the header present?
11407 echo "$as_me:$LINENO: checking $ac_header presence" >&5
11408 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11409 cat >conftest.$ac_ext <<_ACEOF
11410 /* confdefs.h. */
11411 _ACEOF
11412 cat confdefs.h >>conftest.$ac_ext
11413 cat >>conftest.$ac_ext <<_ACEOF
11414 /* end confdefs.h. */
11415 #include <$ac_header>
11416 _ACEOF
11417 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11418 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11419 ac_status=$?
11420 grep -v '^ *+' conftest.er1 >conftest.err
11421 rm -f conftest.er1
11422 cat conftest.err >&5
11423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11424 (exit $ac_status); } >/dev/null; then
11425 if test -s conftest.err; then
11426 ac_cpp_err=$ac_c_preproc_warn_flag
11427 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11428 else
11429 ac_cpp_err=
11431 else
11432 ac_cpp_err=yes
11434 if test -z "$ac_cpp_err"; then
11435 ac_header_preproc=yes
11436 else
11437 echo "$as_me: failed program was:" >&5
11438 sed 's/^/| /' conftest.$ac_ext >&5
11440 ac_header_preproc=no
11442 rm -f conftest.err conftest.$ac_ext
11443 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11444 echo "${ECHO_T}$ac_header_preproc" >&6
11446 # So? What about this header?
11447 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11448 yes:no: )
11449 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11450 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11452 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11453 ac_header_preproc=yes
11455 no:yes:* )
11456 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11457 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11458 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11459 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11460 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11461 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11462 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11463 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11464 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11465 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11466 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11467 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11469 cat <<\_ASBOX
11470 ## ------------------------------ ##
11471 ## Report this to admin@amule.org ##
11472 ## ------------------------------ ##
11473 _ASBOX
11475 sed "s/^/$as_me: WARNING: /" >&2
11477 esac
11478 echo "$as_me:$LINENO: checking for $ac_header" >&5
11479 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11480 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11481 echo $ECHO_N "(cached) $ECHO_C" >&6
11482 else
11483 eval "$as_ac_Header=\$ac_header_preproc"
11485 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11486 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11489 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11490 cat >>confdefs.h <<_ACEOF
11491 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11492 _ACEOF
11496 done
11500 for ac_func in fork vfork
11502 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11503 echo "$as_me:$LINENO: checking for $ac_func" >&5
11504 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11505 if eval "test \"\${$as_ac_var+set}\" = set"; then
11506 echo $ECHO_N "(cached) $ECHO_C" >&6
11507 else
11508 cat >conftest.$ac_ext <<_ACEOF
11509 /* confdefs.h. */
11510 _ACEOF
11511 cat confdefs.h >>conftest.$ac_ext
11512 cat >>conftest.$ac_ext <<_ACEOF
11513 /* end confdefs.h. */
11514 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11515 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11516 #define $ac_func innocuous_$ac_func
11518 /* System header to define __stub macros and hopefully few prototypes,
11519 which can conflict with char $ac_func (); below.
11520 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11521 <limits.h> exists even on freestanding compilers. */
11523 #ifdef __STDC__
11524 # include <limits.h>
11525 #else
11526 # include <assert.h>
11527 #endif
11529 #undef $ac_func
11531 /* Override any gcc2 internal prototype to avoid an error. */
11532 #ifdef __cplusplus
11533 extern "C"
11535 #endif
11536 /* We use char because int might match the return type of a gcc2
11537 builtin and then its argument prototype would still apply. */
11538 char $ac_func ();
11539 /* The GNU C library defines this for functions which it implements
11540 to always fail with ENOSYS. Some functions are actually named
11541 something starting with __ and the normal name is an alias. */
11542 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11543 choke me
11544 #else
11545 char (*f) () = $ac_func;
11546 #endif
11547 #ifdef __cplusplus
11549 #endif
11552 main ()
11554 return f != $ac_func;
11556 return 0;
11558 _ACEOF
11559 rm -f conftest.$ac_objext conftest$ac_exeext
11560 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11561 (eval $ac_link) 2>conftest.er1
11562 ac_status=$?
11563 grep -v '^ *+' conftest.er1 >conftest.err
11564 rm -f conftest.er1
11565 cat conftest.err >&5
11566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11567 (exit $ac_status); } &&
11568 { ac_try='test -z "$ac_c_werror_flag"
11569 || test ! -s conftest.err'
11570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11571 (eval $ac_try) 2>&5
11572 ac_status=$?
11573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11574 (exit $ac_status); }; } &&
11575 { ac_try='test -s conftest$ac_exeext'
11576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11577 (eval $ac_try) 2>&5
11578 ac_status=$?
11579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11580 (exit $ac_status); }; }; then
11581 eval "$as_ac_var=yes"
11582 else
11583 echo "$as_me: failed program was:" >&5
11584 sed 's/^/| /' conftest.$ac_ext >&5
11586 eval "$as_ac_var=no"
11588 rm -f conftest.err conftest.$ac_objext \
11589 conftest$ac_exeext conftest.$ac_ext
11591 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11592 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11593 if test `eval echo '${'$as_ac_var'}'` = yes; then
11594 cat >>confdefs.h <<_ACEOF
11595 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11596 _ACEOF
11599 done
11601 if test "x$ac_cv_func_fork" = xyes; then
11602 echo "$as_me:$LINENO: checking for working fork" >&5
11603 echo $ECHO_N "checking for working fork... $ECHO_C" >&6
11604 if test "${ac_cv_func_fork_works+set}" = set; then
11605 echo $ECHO_N "(cached) $ECHO_C" >&6
11606 else
11607 if test "$cross_compiling" = yes; then
11608 ac_cv_func_fork_works=cross
11609 else
11610 cat >conftest.$ac_ext <<_ACEOF
11611 /* By Ruediger Kuhlmann. */
11612 #include <sys/types.h>
11613 #if HAVE_UNISTD_H
11614 # include <unistd.h>
11615 #endif
11616 /* Some systems only have a dummy stub for fork() */
11617 int main ()
11619 if (fork() < 0)
11620 exit (1);
11621 exit (0);
11623 _ACEOF
11624 rm -f conftest$ac_exeext
11625 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11626 (eval $ac_link) 2>&5
11627 ac_status=$?
11628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11629 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11631 (eval $ac_try) 2>&5
11632 ac_status=$?
11633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11634 (exit $ac_status); }; }; then
11635 ac_cv_func_fork_works=yes
11636 else
11637 echo "$as_me: program exited with status $ac_status" >&5
11638 echo "$as_me: failed program was:" >&5
11639 sed 's/^/| /' conftest.$ac_ext >&5
11641 ( exit $ac_status )
11642 ac_cv_func_fork_works=no
11644 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11647 echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
11648 echo "${ECHO_T}$ac_cv_func_fork_works" >&6
11650 else
11651 ac_cv_func_fork_works=$ac_cv_func_fork
11653 if test "x$ac_cv_func_fork_works" = xcross; then
11654 case $host in
11655 *-*-amigaos* | *-*-msdosdjgpp*)
11656 # Override, as these systems have only a dummy fork() stub
11657 ac_cv_func_fork_works=no
11660 ac_cv_func_fork_works=yes
11662 esac
11663 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
11664 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
11666 ac_cv_func_vfork_works=$ac_cv_func_vfork
11667 if test "x$ac_cv_func_vfork" = xyes; then
11668 echo "$as_me:$LINENO: checking for working vfork" >&5
11669 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
11670 if test "${ac_cv_func_vfork_works+set}" = set; then
11671 echo $ECHO_N "(cached) $ECHO_C" >&6
11672 else
11673 if test "$cross_compiling" = yes; then
11674 ac_cv_func_vfork_works=cross
11675 else
11676 cat >conftest.$ac_ext <<_ACEOF
11677 /* confdefs.h. */
11678 _ACEOF
11679 cat confdefs.h >>conftest.$ac_ext
11680 cat >>conftest.$ac_ext <<_ACEOF
11681 /* end confdefs.h. */
11682 /* Thanks to Paul Eggert for this test. */
11683 #include <stdio.h>
11684 #include <stdlib.h>
11685 #include <sys/types.h>
11686 #include <sys/stat.h>
11687 #include <sys/wait.h>
11688 #if HAVE_UNISTD_H
11689 # include <unistd.h>
11690 #endif
11691 #if HAVE_VFORK_H
11692 # include <vfork.h>
11693 #endif
11694 /* On some sparc systems, changes by the child to local and incoming
11695 argument registers are propagated back to the parent. The compiler
11696 is told about this with #include <vfork.h>, but some compilers
11697 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
11698 static variable whose address is put into a register that is
11699 clobbered by the vfork. */
11700 static void
11701 #ifdef __cplusplus
11702 sparc_address_test (int arg)
11703 # else
11704 sparc_address_test (arg) int arg;
11705 #endif
11707 static pid_t child;
11708 if (!child) {
11709 child = vfork ();
11710 if (child < 0) {
11711 perror ("vfork");
11712 _exit(2);
11714 if (!child) {
11715 arg = getpid();
11716 write(-1, "", 0);
11717 _exit (arg);
11723 main ()
11725 pid_t parent = getpid ();
11726 pid_t child;
11728 sparc_address_test (0);
11730 child = vfork ();
11732 if (child == 0) {
11733 /* Here is another test for sparc vfork register problems. This
11734 test uses lots of local variables, at least as many local
11735 variables as main has allocated so far including compiler
11736 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
11737 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
11738 reuse the register of parent for one of the local variables,
11739 since it will think that parent can't possibly be used any more
11740 in this routine. Assigning to the local variable will thus
11741 munge parent in the parent process. */
11742 pid_t
11743 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
11744 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
11745 /* Convince the compiler that p..p7 are live; otherwise, it might
11746 use the same hardware register for all 8 local variables. */
11747 if (p != p1 || p != p2 || p != p3 || p != p4
11748 || p != p5 || p != p6 || p != p7)
11749 _exit(1);
11751 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
11752 from child file descriptors. If the child closes a descriptor
11753 before it execs or exits, this munges the parent's descriptor
11754 as well. Test for this by closing stdout in the child. */
11755 _exit(close(fileno(stdout)) != 0);
11756 } else {
11757 int status;
11758 struct stat st;
11760 while (wait(&status) != child)
11762 exit(
11763 /* Was there some problem with vforking? */
11764 child < 0
11766 /* Did the child fail? (This shouldn't happen.) */
11767 || status
11769 /* Did the vfork/compiler bug occur? */
11770 || parent != getpid()
11772 /* Did the file descriptor bug occur? */
11773 || fstat(fileno(stdout), &st) != 0
11777 _ACEOF
11778 rm -f conftest$ac_exeext
11779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11780 (eval $ac_link) 2>&5
11781 ac_status=$?
11782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11783 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11785 (eval $ac_try) 2>&5
11786 ac_status=$?
11787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11788 (exit $ac_status); }; }; then
11789 ac_cv_func_vfork_works=yes
11790 else
11791 echo "$as_me: program exited with status $ac_status" >&5
11792 echo "$as_me: failed program was:" >&5
11793 sed 's/^/| /' conftest.$ac_ext >&5
11795 ( exit $ac_status )
11796 ac_cv_func_vfork_works=no
11798 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11801 echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
11802 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
11805 if test "x$ac_cv_func_fork_works" = xcross; then
11806 ac_cv_func_vfork_works=$ac_cv_func_vfork
11807 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
11808 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
11811 if test "x$ac_cv_func_vfork_works" = xyes; then
11813 cat >>confdefs.h <<\_ACEOF
11814 #define HAVE_WORKING_VFORK 1
11815 _ACEOF
11817 else
11819 cat >>confdefs.h <<\_ACEOF
11820 #define vfork fork
11821 _ACEOF
11824 if test "x$ac_cv_func_fork_works" = xyes; then
11826 cat >>confdefs.h <<\_ACEOF
11827 #define HAVE_WORKING_FORK 1
11828 _ACEOF
11832 if test x$SYS != xwin32; then
11833 echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash" >&5
11834 echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash... $ECHO_C" >&6
11835 if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
11836 echo $ECHO_N "(cached) $ECHO_C" >&6
11837 else
11838 rm -f conftest.sym conftest.file
11839 echo >conftest.file
11840 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
11841 if test "$cross_compiling" = yes; then
11842 ac_cv_func_lstat_dereferences_slashed_symlink=no
11843 else
11844 cat >conftest.$ac_ext <<_ACEOF
11845 /* confdefs.h. */
11846 _ACEOF
11847 cat confdefs.h >>conftest.$ac_ext
11848 cat >>conftest.$ac_ext <<_ACEOF
11849 /* end confdefs.h. */
11850 $ac_includes_default
11852 main ()
11854 struct stat sbuf;
11855 /* Linux will dereference the symlink and fail.
11856 That is better in the sense that it means we will not
11857 have to compile and use the lstat wrapper. */
11858 exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1);
11860 return 0;
11862 _ACEOF
11863 rm -f conftest$ac_exeext
11864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11865 (eval $ac_link) 2>&5
11866 ac_status=$?
11867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11870 (eval $ac_try) 2>&5
11871 ac_status=$?
11872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11873 (exit $ac_status); }; }; then
11874 ac_cv_func_lstat_dereferences_slashed_symlink=yes
11875 else
11876 echo "$as_me: program exited with status $ac_status" >&5
11877 echo "$as_me: failed program was:" >&5
11878 sed 's/^/| /' conftest.$ac_ext >&5
11880 ( exit $ac_status )
11881 ac_cv_func_lstat_dereferences_slashed_symlink=no
11883 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11885 else
11886 # If the `ln -s' command failed, then we probably don't even
11887 # have an lstat function.
11888 ac_cv_func_lstat_dereferences_slashed_symlink=no
11890 rm -f conftest.sym conftest.file
11893 echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
11894 echo "${ECHO_T}$ac_cv_func_lstat_dereferences_slashed_symlink" >&6
11896 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
11898 cat >>confdefs.h <<_ACEOF
11899 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
11900 _ACEOF
11903 if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
11904 case $LIBOBJS in
11905 "lstat.$ac_objext" | \
11906 *" lstat.$ac_objext" | \
11907 "lstat.$ac_objext "* | \
11908 *" lstat.$ac_objext "* ) ;;
11909 *) LIBOBJS="$LIBOBJS lstat.$ac_objext" ;;
11910 esac
11914 echo "$as_me:$LINENO: checking whether lstat accepts an empty string" >&5
11915 echo $ECHO_N "checking whether lstat accepts an empty string... $ECHO_C" >&6
11916 if test "${ac_cv_func_lstat_empty_string_bug+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11918 else
11919 if test "$cross_compiling" = yes; then
11920 ac_cv_func_lstat_empty_string_bug=yes
11921 else
11922 cat >conftest.$ac_ext <<_ACEOF
11923 /* confdefs.h. */
11924 _ACEOF
11925 cat confdefs.h >>conftest.$ac_ext
11926 cat >>conftest.$ac_ext <<_ACEOF
11927 /* end confdefs.h. */
11928 $ac_includes_default
11930 main ()
11932 struct stat sbuf;
11933 exit (lstat ("", &sbuf) ? 1 : 0);
11935 return 0;
11937 _ACEOF
11938 rm -f conftest$ac_exeext
11939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11940 (eval $ac_link) 2>&5
11941 ac_status=$?
11942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11945 (eval $ac_try) 2>&5
11946 ac_status=$?
11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11948 (exit $ac_status); }; }; then
11949 ac_cv_func_lstat_empty_string_bug=yes
11950 else
11951 echo "$as_me: program exited with status $ac_status" >&5
11952 echo "$as_me: failed program was:" >&5
11953 sed 's/^/| /' conftest.$ac_ext >&5
11955 ( exit $ac_status )
11956 ac_cv_func_lstat_empty_string_bug=no
11958 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11961 echo "$as_me:$LINENO: result: $ac_cv_func_lstat_empty_string_bug" >&5
11962 echo "${ECHO_T}$ac_cv_func_lstat_empty_string_bug" >&6
11963 if test $ac_cv_func_lstat_empty_string_bug = yes; then
11964 case $LIBOBJS in
11965 "lstat.$ac_objext" | \
11966 *" lstat.$ac_objext" | \
11967 "lstat.$ac_objext "* | \
11968 *" lstat.$ac_objext "* ) ;;
11969 *) LIBOBJS="$LIBOBJS lstat.$ac_objext" ;;
11970 esac
11973 cat >>confdefs.h <<_ACEOF
11974 #define HAVE_LSTAT_EMPTY_STRING_BUG 1
11975 _ACEOF
11979 echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash" >&5
11980 echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash... $ECHO_C" >&6
11981 if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
11982 echo $ECHO_N "(cached) $ECHO_C" >&6
11983 else
11984 rm -f conftest.sym conftest.file
11985 echo >conftest.file
11986 if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
11987 if test "$cross_compiling" = yes; then
11988 ac_cv_func_lstat_dereferences_slashed_symlink=no
11989 else
11990 cat >conftest.$ac_ext <<_ACEOF
11991 /* confdefs.h. */
11992 _ACEOF
11993 cat confdefs.h >>conftest.$ac_ext
11994 cat >>conftest.$ac_ext <<_ACEOF
11995 /* end confdefs.h. */
11996 $ac_includes_default
11998 main ()
12000 struct stat sbuf;
12001 /* Linux will dereference the symlink and fail.
12002 That is better in the sense that it means we will not
12003 have to compile and use the lstat wrapper. */
12004 exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1);
12006 return 0;
12008 _ACEOF
12009 rm -f conftest$ac_exeext
12010 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12011 (eval $ac_link) 2>&5
12012 ac_status=$?
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12016 (eval $ac_try) 2>&5
12017 ac_status=$?
12018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12019 (exit $ac_status); }; }; then
12020 ac_cv_func_lstat_dereferences_slashed_symlink=yes
12021 else
12022 echo "$as_me: program exited with status $ac_status" >&5
12023 echo "$as_me: failed program was:" >&5
12024 sed 's/^/| /' conftest.$ac_ext >&5
12026 ( exit $ac_status )
12027 ac_cv_func_lstat_dereferences_slashed_symlink=no
12029 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12031 else
12032 # If the `ln -s' command failed, then we probably don't even
12033 # have an lstat function.
12034 ac_cv_func_lstat_dereferences_slashed_symlink=no
12036 rm -f conftest.sym conftest.file
12039 echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
12040 echo "${ECHO_T}$ac_cv_func_lstat_dereferences_slashed_symlink" >&6
12042 test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
12044 cat >>confdefs.h <<_ACEOF
12045 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
12046 _ACEOF
12049 if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
12050 case $LIBOBJS in
12051 "lstat.$ac_objext" | \
12052 *" lstat.$ac_objext" | \
12053 "lstat.$ac_objext "* | \
12054 *" lstat.$ac_objext "* ) ;;
12055 *) LIBOBJS="$LIBOBJS lstat.$ac_objext" ;;
12056 esac
12061 echo "$as_me:$LINENO: checking for working memcmp" >&5
12062 echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6
12063 if test "${ac_cv_func_memcmp_working+set}" = set; then
12064 echo $ECHO_N "(cached) $ECHO_C" >&6
12065 else
12066 if test "$cross_compiling" = yes; then
12067 ac_cv_func_memcmp_working=no
12068 else
12069 cat >conftest.$ac_ext <<_ACEOF
12070 /* confdefs.h. */
12071 _ACEOF
12072 cat confdefs.h >>conftest.$ac_ext
12073 cat >>conftest.$ac_ext <<_ACEOF
12074 /* end confdefs.h. */
12075 $ac_includes_default
12077 main ()
12080 /* Some versions of memcmp are not 8-bit clean. */
12081 char c0 = 0x40, c1 = 0x80, c2 = 0x81;
12082 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
12083 exit (1);
12085 /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
12086 or more and with at least one buffer not starting on a 4-byte boundary.
12087 William Lewis provided this test program. */
12089 char foo[21];
12090 char bar[21];
12091 int i;
12092 for (i = 0; i < 4; i++)
12094 char *a = foo + i;
12095 char *b = bar + i;
12096 strcpy (a, "--------01111111");
12097 strcpy (b, "--------10000000");
12098 if (memcmp (a, b, 16) >= 0)
12099 exit (1);
12101 exit (0);
12105 return 0;
12107 _ACEOF
12108 rm -f conftest$ac_exeext
12109 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12110 (eval $ac_link) 2>&5
12111 ac_status=$?
12112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12113 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12115 (eval $ac_try) 2>&5
12116 ac_status=$?
12117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12118 (exit $ac_status); }; }; then
12119 ac_cv_func_memcmp_working=yes
12120 else
12121 echo "$as_me: program exited with status $ac_status" >&5
12122 echo "$as_me: failed program was:" >&5
12123 sed 's/^/| /' conftest.$ac_ext >&5
12125 ( exit $ac_status )
12126 ac_cv_func_memcmp_working=no
12128 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12131 echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5
12132 echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6
12133 test $ac_cv_func_memcmp_working = no && case $LIBOBJS in
12134 "memcmp.$ac_objext" | \
12135 *" memcmp.$ac_objext" | \
12136 "memcmp.$ac_objext "* | \
12137 *" memcmp.$ac_objext "* ) ;;
12138 *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" ;;
12139 esac
12144 for ac_header in stdlib.h unistd.h
12146 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12147 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12148 echo "$as_me:$LINENO: checking for $ac_header" >&5
12149 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12150 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12151 echo $ECHO_N "(cached) $ECHO_C" >&6
12153 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12154 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12155 else
12156 # Is the header compilable?
12157 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12158 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12159 cat >conftest.$ac_ext <<_ACEOF
12160 /* confdefs.h. */
12161 _ACEOF
12162 cat confdefs.h >>conftest.$ac_ext
12163 cat >>conftest.$ac_ext <<_ACEOF
12164 /* end confdefs.h. */
12165 $ac_includes_default
12166 #include <$ac_header>
12167 _ACEOF
12168 rm -f conftest.$ac_objext
12169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12170 (eval $ac_compile) 2>conftest.er1
12171 ac_status=$?
12172 grep -v '^ *+' conftest.er1 >conftest.err
12173 rm -f conftest.er1
12174 cat conftest.err >&5
12175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12176 (exit $ac_status); } &&
12177 { ac_try='test -z "$ac_c_werror_flag"
12178 || test ! -s conftest.err'
12179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12180 (eval $ac_try) 2>&5
12181 ac_status=$?
12182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12183 (exit $ac_status); }; } &&
12184 { ac_try='test -s conftest.$ac_objext'
12185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12186 (eval $ac_try) 2>&5
12187 ac_status=$?
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); }; }; then
12190 ac_header_compiler=yes
12191 else
12192 echo "$as_me: failed program was:" >&5
12193 sed 's/^/| /' conftest.$ac_ext >&5
12195 ac_header_compiler=no
12197 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12198 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12199 echo "${ECHO_T}$ac_header_compiler" >&6
12201 # Is the header present?
12202 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12203 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12204 cat >conftest.$ac_ext <<_ACEOF
12205 /* confdefs.h. */
12206 _ACEOF
12207 cat confdefs.h >>conftest.$ac_ext
12208 cat >>conftest.$ac_ext <<_ACEOF
12209 /* end confdefs.h. */
12210 #include <$ac_header>
12211 _ACEOF
12212 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12213 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12214 ac_status=$?
12215 grep -v '^ *+' conftest.er1 >conftest.err
12216 rm -f conftest.er1
12217 cat conftest.err >&5
12218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12219 (exit $ac_status); } >/dev/null; then
12220 if test -s conftest.err; then
12221 ac_cpp_err=$ac_c_preproc_warn_flag
12222 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12223 else
12224 ac_cpp_err=
12226 else
12227 ac_cpp_err=yes
12229 if test -z "$ac_cpp_err"; then
12230 ac_header_preproc=yes
12231 else
12232 echo "$as_me: failed program was:" >&5
12233 sed 's/^/| /' conftest.$ac_ext >&5
12235 ac_header_preproc=no
12237 rm -f conftest.err conftest.$ac_ext
12238 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12239 echo "${ECHO_T}$ac_header_preproc" >&6
12241 # So? What about this header?
12242 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12243 yes:no: )
12244 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12245 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12246 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12247 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12248 ac_header_preproc=yes
12250 no:yes:* )
12251 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12252 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12253 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12254 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12255 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12256 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12257 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12258 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12259 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12260 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12261 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12262 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12264 cat <<\_ASBOX
12265 ## ------------------------------ ##
12266 ## Report this to admin@amule.org ##
12267 ## ------------------------------ ##
12268 _ASBOX
12270 sed "s/^/$as_me: WARNING: /" >&2
12272 esac
12273 echo "$as_me:$LINENO: checking for $ac_header" >&5
12274 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12275 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12276 echo $ECHO_N "(cached) $ECHO_C" >&6
12277 else
12278 eval "$as_ac_Header=\$ac_header_preproc"
12280 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12281 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12284 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12285 cat >>confdefs.h <<_ACEOF
12286 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12287 _ACEOF
12291 done
12294 for ac_func in getpagesize
12296 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12297 echo "$as_me:$LINENO: checking for $ac_func" >&5
12298 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12299 if eval "test \"\${$as_ac_var+set}\" = set"; then
12300 echo $ECHO_N "(cached) $ECHO_C" >&6
12301 else
12302 cat >conftest.$ac_ext <<_ACEOF
12303 /* confdefs.h. */
12304 _ACEOF
12305 cat confdefs.h >>conftest.$ac_ext
12306 cat >>conftest.$ac_ext <<_ACEOF
12307 /* end confdefs.h. */
12308 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12310 #define $ac_func innocuous_$ac_func
12312 /* System header to define __stub macros and hopefully few prototypes,
12313 which can conflict with char $ac_func (); below.
12314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12315 <limits.h> exists even on freestanding compilers. */
12317 #ifdef __STDC__
12318 # include <limits.h>
12319 #else
12320 # include <assert.h>
12321 #endif
12323 #undef $ac_func
12325 /* Override any gcc2 internal prototype to avoid an error. */
12326 #ifdef __cplusplus
12327 extern "C"
12329 #endif
12330 /* We use char because int might match the return type of a gcc2
12331 builtin and then its argument prototype would still apply. */
12332 char $ac_func ();
12333 /* The GNU C library defines this for functions which it implements
12334 to always fail with ENOSYS. Some functions are actually named
12335 something starting with __ and the normal name is an alias. */
12336 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12337 choke me
12338 #else
12339 char (*f) () = $ac_func;
12340 #endif
12341 #ifdef __cplusplus
12343 #endif
12346 main ()
12348 return f != $ac_func;
12350 return 0;
12352 _ACEOF
12353 rm -f conftest.$ac_objext conftest$ac_exeext
12354 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12355 (eval $ac_link) 2>conftest.er1
12356 ac_status=$?
12357 grep -v '^ *+' conftest.er1 >conftest.err
12358 rm -f conftest.er1
12359 cat conftest.err >&5
12360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12361 (exit $ac_status); } &&
12362 { ac_try='test -z "$ac_c_werror_flag"
12363 || test ! -s conftest.err'
12364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12365 (eval $ac_try) 2>&5
12366 ac_status=$?
12367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12368 (exit $ac_status); }; } &&
12369 { ac_try='test -s conftest$ac_exeext'
12370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12371 (eval $ac_try) 2>&5
12372 ac_status=$?
12373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12374 (exit $ac_status); }; }; then
12375 eval "$as_ac_var=yes"
12376 else
12377 echo "$as_me: failed program was:" >&5
12378 sed 's/^/| /' conftest.$ac_ext >&5
12380 eval "$as_ac_var=no"
12382 rm -f conftest.err conftest.$ac_objext \
12383 conftest$ac_exeext conftest.$ac_ext
12385 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12386 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12387 if test `eval echo '${'$as_ac_var'}'` = yes; then
12388 cat >>confdefs.h <<_ACEOF
12389 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12390 _ACEOF
12393 done
12395 echo "$as_me:$LINENO: checking for working mmap" >&5
12396 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
12397 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
12398 echo $ECHO_N "(cached) $ECHO_C" >&6
12399 else
12400 if test "$cross_compiling" = yes; then
12401 ac_cv_func_mmap_fixed_mapped=no
12402 else
12403 cat >conftest.$ac_ext <<_ACEOF
12404 /* confdefs.h. */
12405 _ACEOF
12406 cat confdefs.h >>conftest.$ac_ext
12407 cat >>conftest.$ac_ext <<_ACEOF
12408 /* end confdefs.h. */
12409 $ac_includes_default
12410 /* malloc might have been renamed as rpl_malloc. */
12411 #undef malloc
12413 /* Thanks to Mike Haertel and Jim Avera for this test.
12414 Here is a matrix of mmap possibilities:
12415 mmap private not fixed
12416 mmap private fixed at somewhere currently unmapped
12417 mmap private fixed at somewhere already mapped
12418 mmap shared not fixed
12419 mmap shared fixed at somewhere currently unmapped
12420 mmap shared fixed at somewhere already mapped
12421 For private mappings, we should verify that changes cannot be read()
12422 back from the file, nor mmap's back from the file at a different
12423 address. (There have been systems where private was not correctly
12424 implemented like the infamous i386 svr4.0, and systems where the
12425 VM page cache was not coherent with the file system buffer cache
12426 like early versions of FreeBSD and possibly contemporary NetBSD.)
12427 For shared mappings, we should conversely verify that changes get
12428 propagated back to all the places they're supposed to be.
12430 Grep wants private fixed already mapped.
12431 The main things grep needs to know about mmap are:
12432 * does it exist and is it safe to write into the mmap'd area
12433 * how to use it (BSD variants) */
12435 #include <fcntl.h>
12436 #include <sys/mman.h>
12438 #if !STDC_HEADERS && !HAVE_STDLIB_H
12439 char *malloc ();
12440 #endif
12442 /* This mess was copied from the GNU getpagesize.h. */
12443 #if !HAVE_GETPAGESIZE
12444 /* Assume that all systems that can run configure have sys/param.h. */
12445 # if !HAVE_SYS_PARAM_H
12446 # define HAVE_SYS_PARAM_H 1
12447 # endif
12449 # ifdef _SC_PAGESIZE
12450 # define getpagesize() sysconf(_SC_PAGESIZE)
12451 # else /* no _SC_PAGESIZE */
12452 # if HAVE_SYS_PARAM_H
12453 # include <sys/param.h>
12454 # ifdef EXEC_PAGESIZE
12455 # define getpagesize() EXEC_PAGESIZE
12456 # else /* no EXEC_PAGESIZE */
12457 # ifdef NBPG
12458 # define getpagesize() NBPG * CLSIZE
12459 # ifndef CLSIZE
12460 # define CLSIZE 1
12461 # endif /* no CLSIZE */
12462 # else /* no NBPG */
12463 # ifdef NBPC
12464 # define getpagesize() NBPC
12465 # else /* no NBPC */
12466 # ifdef PAGESIZE
12467 # define getpagesize() PAGESIZE
12468 # endif /* PAGESIZE */
12469 # endif /* no NBPC */
12470 # endif /* no NBPG */
12471 # endif /* no EXEC_PAGESIZE */
12472 # else /* no HAVE_SYS_PARAM_H */
12473 # define getpagesize() 8192 /* punt totally */
12474 # endif /* no HAVE_SYS_PARAM_H */
12475 # endif /* no _SC_PAGESIZE */
12477 #endif /* no HAVE_GETPAGESIZE */
12480 main ()
12482 char *data, *data2, *data3;
12483 int i, pagesize;
12484 int fd;
12486 pagesize = getpagesize ();
12488 /* First, make a file with some known garbage in it. */
12489 data = (char *) malloc (pagesize);
12490 if (!data)
12491 exit (1);
12492 for (i = 0; i < pagesize; ++i)
12493 *(data + i) = rand ();
12494 umask (0);
12495 fd = creat ("conftest.mmap", 0600);
12496 if (fd < 0)
12497 exit (1);
12498 if (write (fd, data, pagesize) != pagesize)
12499 exit (1);
12500 close (fd);
12502 /* Next, try to mmap the file at a fixed address which already has
12503 something else allocated at it. If we can, also make sure that
12504 we see the same garbage. */
12505 fd = open ("conftest.mmap", O_RDWR);
12506 if (fd < 0)
12507 exit (1);
12508 data2 = (char *) malloc (2 * pagesize);
12509 if (!data2)
12510 exit (1);
12511 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
12512 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12513 MAP_PRIVATE | MAP_FIXED, fd, 0L))
12514 exit (1);
12515 for (i = 0; i < pagesize; ++i)
12516 if (*(data + i) != *(data2 + i))
12517 exit (1);
12519 /* Finally, make sure that changes to the mapped area do not
12520 percolate back to the file as seen by read(). (This is a bug on
12521 some variants of i386 svr4.0.) */
12522 for (i = 0; i < pagesize; ++i)
12523 *(data2 + i) = *(data2 + i) + 1;
12524 data3 = (char *) malloc (pagesize);
12525 if (!data3)
12526 exit (1);
12527 if (read (fd, data3, pagesize) != pagesize)
12528 exit (1);
12529 for (i = 0; i < pagesize; ++i)
12530 if (*(data + i) != *(data3 + i))
12531 exit (1);
12532 close (fd);
12533 exit (0);
12535 _ACEOF
12536 rm -f conftest$ac_exeext
12537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12538 (eval $ac_link) 2>&5
12539 ac_status=$?
12540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5
12544 ac_status=$?
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); }; }; then
12547 ac_cv_func_mmap_fixed_mapped=yes
12548 else
12549 echo "$as_me: program exited with status $ac_status" >&5
12550 echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12553 ( exit $ac_status )
12554 ac_cv_func_mmap_fixed_mapped=no
12556 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12559 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
12560 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
12561 if test $ac_cv_func_mmap_fixed_mapped = yes; then
12563 cat >>confdefs.h <<\_ACEOF
12564 #define HAVE_MMAP 1
12565 _ACEOF
12568 rm -f conftest.mmap
12572 for ac_header in sys/select.h sys/socket.h
12574 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12575 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12576 echo "$as_me:$LINENO: checking for $ac_header" >&5
12577 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12578 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12579 echo $ECHO_N "(cached) $ECHO_C" >&6
12581 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12582 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12583 else
12584 # Is the header compilable?
12585 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12586 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12587 cat >conftest.$ac_ext <<_ACEOF
12588 /* confdefs.h. */
12589 _ACEOF
12590 cat confdefs.h >>conftest.$ac_ext
12591 cat >>conftest.$ac_ext <<_ACEOF
12592 /* end confdefs.h. */
12593 $ac_includes_default
12594 #include <$ac_header>
12595 _ACEOF
12596 rm -f conftest.$ac_objext
12597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12598 (eval $ac_compile) 2>conftest.er1
12599 ac_status=$?
12600 grep -v '^ *+' conftest.er1 >conftest.err
12601 rm -f conftest.er1
12602 cat conftest.err >&5
12603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12604 (exit $ac_status); } &&
12605 { ac_try='test -z "$ac_c_werror_flag"
12606 || test ! -s conftest.err'
12607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12608 (eval $ac_try) 2>&5
12609 ac_status=$?
12610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12611 (exit $ac_status); }; } &&
12612 { ac_try='test -s conftest.$ac_objext'
12613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12614 (eval $ac_try) 2>&5
12615 ac_status=$?
12616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12617 (exit $ac_status); }; }; then
12618 ac_header_compiler=yes
12619 else
12620 echo "$as_me: failed program was:" >&5
12621 sed 's/^/| /' conftest.$ac_ext >&5
12623 ac_header_compiler=no
12625 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12626 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12627 echo "${ECHO_T}$ac_header_compiler" >&6
12629 # Is the header present?
12630 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12631 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12632 cat >conftest.$ac_ext <<_ACEOF
12633 /* confdefs.h. */
12634 _ACEOF
12635 cat confdefs.h >>conftest.$ac_ext
12636 cat >>conftest.$ac_ext <<_ACEOF
12637 /* end confdefs.h. */
12638 #include <$ac_header>
12639 _ACEOF
12640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12641 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12642 ac_status=$?
12643 grep -v '^ *+' conftest.er1 >conftest.err
12644 rm -f conftest.er1
12645 cat conftest.err >&5
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } >/dev/null; then
12648 if test -s conftest.err; then
12649 ac_cpp_err=$ac_c_preproc_warn_flag
12650 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12651 else
12652 ac_cpp_err=
12654 else
12655 ac_cpp_err=yes
12657 if test -z "$ac_cpp_err"; then
12658 ac_header_preproc=yes
12659 else
12660 echo "$as_me: failed program was:" >&5
12661 sed 's/^/| /' conftest.$ac_ext >&5
12663 ac_header_preproc=no
12665 rm -f conftest.err conftest.$ac_ext
12666 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12667 echo "${ECHO_T}$ac_header_preproc" >&6
12669 # So? What about this header?
12670 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12671 yes:no: )
12672 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12673 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12674 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12675 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12676 ac_header_preproc=yes
12678 no:yes:* )
12679 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12680 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12681 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12682 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12683 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12684 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12685 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12686 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12687 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12688 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12689 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12690 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12692 cat <<\_ASBOX
12693 ## ------------------------------ ##
12694 ## Report this to admin@amule.org ##
12695 ## ------------------------------ ##
12696 _ASBOX
12698 sed "s/^/$as_me: WARNING: /" >&2
12700 esac
12701 echo "$as_me:$LINENO: checking for $ac_header" >&5
12702 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12703 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12704 echo $ECHO_N "(cached) $ECHO_C" >&6
12705 else
12706 eval "$as_ac_Header=\$ac_header_preproc"
12708 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12709 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12712 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12713 cat >>confdefs.h <<_ACEOF
12714 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12715 _ACEOF
12719 done
12721 echo "$as_me:$LINENO: checking types of arguments for select" >&5
12722 echo $ECHO_N "checking types of arguments for select... $ECHO_C" >&6
12723 if test "${ac_cv_func_select_args+set}" = set; then
12724 echo $ECHO_N "(cached) $ECHO_C" >&6
12725 else
12726 for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
12727 for ac_arg1 in 'int' 'size_t' 'unsigned long' 'unsigned'; do
12728 for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
12729 cat >conftest.$ac_ext <<_ACEOF
12730 /* confdefs.h. */
12731 _ACEOF
12732 cat confdefs.h >>conftest.$ac_ext
12733 cat >>conftest.$ac_ext <<_ACEOF
12734 /* end confdefs.h. */
12735 $ac_includes_default
12736 #if HAVE_SYS_SELECT_H
12737 # include <sys/select.h>
12738 #endif
12739 #if HAVE_SYS_SOCKET_H
12740 # include <sys/socket.h>
12741 #endif
12744 main ()
12746 extern int select ($ac_arg1,
12747 $ac_arg234, $ac_arg234, $ac_arg234,
12748 $ac_arg5);
12750 return 0;
12752 _ACEOF
12753 rm -f conftest.$ac_objext
12754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12755 (eval $ac_compile) 2>conftest.er1
12756 ac_status=$?
12757 grep -v '^ *+' conftest.er1 >conftest.err
12758 rm -f conftest.er1
12759 cat conftest.err >&5
12760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12761 (exit $ac_status); } &&
12762 { ac_try='test -z "$ac_c_werror_flag"
12763 || test ! -s conftest.err'
12764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12765 (eval $ac_try) 2>&5
12766 ac_status=$?
12767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12768 (exit $ac_status); }; } &&
12769 { ac_try='test -s conftest.$ac_objext'
12770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12771 (eval $ac_try) 2>&5
12772 ac_status=$?
12773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12774 (exit $ac_status); }; }; then
12775 ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
12776 else
12777 echo "$as_me: failed program was:" >&5
12778 sed 's/^/| /' conftest.$ac_ext >&5
12781 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12782 done
12783 done
12784 done
12785 # Provide a safe default value.
12786 : ${ac_cv_func_select_args='int,int *,struct timeval *'}
12789 echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5
12790 echo "${ECHO_T}$ac_cv_func_select_args" >&6
12791 ac_save_IFS=$IFS; IFS=','
12792 set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
12793 IFS=$ac_save_IFS
12794 shift
12796 cat >>confdefs.h <<_ACEOF
12797 #define SELECT_TYPE_ARG1 $1
12798 _ACEOF
12801 cat >>confdefs.h <<_ACEOF
12802 #define SELECT_TYPE_ARG234 ($2)
12803 _ACEOF
12806 cat >>confdefs.h <<_ACEOF
12807 #define SELECT_TYPE_ARG5 ($3)
12808 _ACEOF
12810 rm -f conftest*
12812 echo "$as_me:$LINENO: checking for function prototypes" >&5
12813 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
12814 if test "$ac_cv_prog_cc_stdc" != no; then
12815 echo "$as_me:$LINENO: result: yes" >&5
12816 echo "${ECHO_T}yes" >&6
12818 cat >>confdefs.h <<\_ACEOF
12819 #define PROTOTYPES 1
12820 _ACEOF
12823 cat >>confdefs.h <<\_ACEOF
12824 #define __PROTOTYPES 1
12825 _ACEOF
12827 else
12828 echo "$as_me:$LINENO: result: no" >&5
12829 echo "${ECHO_T}no" >&6
12832 echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5
12833 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6
12834 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
12835 echo $ECHO_N "(cached) $ECHO_C" >&6
12836 else
12837 ac_cv_func_setvbuf_reversed=no
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12844 #include <stdio.h>
12845 # if PROTOTYPES
12846 int (setvbuf) (FILE *, int, char *, size_t);
12847 # endif
12849 main ()
12851 char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
12853 return 0;
12855 _ACEOF
12856 rm -f conftest.$ac_objext conftest$ac_exeext
12857 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12858 (eval $ac_link) 2>conftest.er1
12859 ac_status=$?
12860 grep -v '^ *+' conftest.er1 >conftest.err
12861 rm -f conftest.er1
12862 cat conftest.err >&5
12863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12864 (exit $ac_status); } &&
12865 { ac_try='test -z "$ac_c_werror_flag"
12866 || test ! -s conftest.err'
12867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12868 (eval $ac_try) 2>&5
12869 ac_status=$?
12870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12871 (exit $ac_status); }; } &&
12872 { ac_try='test -s conftest$ac_exeext'
12873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12874 (eval $ac_try) 2>&5
12875 ac_status=$?
12876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12877 (exit $ac_status); }; }; then
12878 cat >conftest.$ac_ext <<_ACEOF
12879 /* confdefs.h. */
12880 _ACEOF
12881 cat confdefs.h >>conftest.$ac_ext
12882 cat >>conftest.$ac_ext <<_ACEOF
12883 /* end confdefs.h. */
12884 #include <stdio.h>
12885 # if PROTOTYPES
12886 int (setvbuf) (FILE *, int, char *, size_t);
12887 # endif
12889 main ()
12891 char buf; return setvbuf (stdout, &buf, _IOLBF, 1);
12893 return 0;
12895 _ACEOF
12896 rm -f conftest.$ac_objext conftest$ac_exeext
12897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12898 (eval $ac_link) 2>conftest.er1
12899 ac_status=$?
12900 grep -v '^ *+' conftest.er1 >conftest.err
12901 rm -f conftest.er1
12902 cat conftest.err >&5
12903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12904 (exit $ac_status); } &&
12905 { ac_try='test -z "$ac_c_werror_flag"
12906 || test ! -s conftest.err'
12907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12908 (eval $ac_try) 2>&5
12909 ac_status=$?
12910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12911 (exit $ac_status); }; } &&
12912 { ac_try='test -s conftest$ac_exeext'
12913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12914 (eval $ac_try) 2>&5
12915 ac_status=$?
12916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12917 (exit $ac_status); }; }; then
12918 # It compiles and links either way, so it must not be declared
12919 # with a prototype and most likely this is a K&R C compiler.
12920 # Try running it.
12921 if test "$cross_compiling" = yes; then
12922 : # Assume setvbuf is not reversed when cross-compiling.
12923 else
12924 cat >conftest.$ac_ext <<_ACEOF
12925 /* confdefs.h. */
12926 _ACEOF
12927 cat confdefs.h >>conftest.$ac_ext
12928 cat >>conftest.$ac_ext <<_ACEOF
12929 /* end confdefs.h. */
12930 #include <stdio.h>
12932 main ()
12934 /* This call has the arguments reversed.
12935 A reversed system may check and see that the address of buf
12936 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */
12937 char buf;
12938 if (setvbuf (stdout, _IOLBF, &buf, 1) != 0)
12939 exit (1);
12940 putchar ('\r');
12941 exit (0); /* Non-reversed systems SEGV here. */
12943 return 0;
12945 _ACEOF
12946 rm -f conftest$ac_exeext
12947 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12948 (eval $ac_link) 2>&5
12949 ac_status=$?
12950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12951 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12953 (eval $ac_try) 2>&5
12954 ac_status=$?
12955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12956 (exit $ac_status); }; }; then
12957 ac_cv_func_setvbuf_reversed=yes
12958 else
12959 echo "$as_me: program exited with status $ac_status" >&5
12960 echo "$as_me: failed program was:" >&5
12961 sed 's/^/| /' conftest.$ac_ext >&5
12963 ( exit $ac_status )
12964 rm -f core *.core
12966 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12968 ac_cv_func_setvbuf_reversed=yes
12969 else
12970 echo "$as_me: failed program was:" >&5
12971 sed 's/^/| /' conftest.$ac_ext >&5
12974 rm -f conftest.err conftest.$ac_objext \
12975 conftest$ac_exeext conftest.$ac_ext
12976 else
12977 echo "$as_me: failed program was:" >&5
12978 sed 's/^/| /' conftest.$ac_ext >&5
12981 rm -f conftest.err conftest.$ac_objext \
12982 conftest$ac_exeext conftest.$ac_ext
12984 echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5
12985 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6
12986 if test $ac_cv_func_setvbuf_reversed = yes; then
12988 cat >>confdefs.h <<\_ACEOF
12989 #define SETVBUF_REVERSED 1
12990 _ACEOF
12994 echo "$as_me:$LINENO: checking return type of signal handlers" >&5
12995 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
12996 if test "${ac_cv_type_signal+set}" = set; then
12997 echo $ECHO_N "(cached) $ECHO_C" >&6
12998 else
12999 cat >conftest.$ac_ext <<_ACEOF
13000 /* confdefs.h. */
13001 _ACEOF
13002 cat confdefs.h >>conftest.$ac_ext
13003 cat >>conftest.$ac_ext <<_ACEOF
13004 /* end confdefs.h. */
13005 #include <sys/types.h>
13006 #include <signal.h>
13007 #ifdef signal
13008 # undef signal
13009 #endif
13010 #ifdef __cplusplus
13011 extern "C" void (*signal (int, void (*)(int)))(int);
13012 #else
13013 void (*signal ()) ();
13014 #endif
13017 main ()
13019 int i;
13021 return 0;
13023 _ACEOF
13024 rm -f conftest.$ac_objext
13025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13026 (eval $ac_compile) 2>conftest.er1
13027 ac_status=$?
13028 grep -v '^ *+' conftest.er1 >conftest.err
13029 rm -f conftest.er1
13030 cat conftest.err >&5
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); } &&
13033 { ac_try='test -z "$ac_c_werror_flag"
13034 || test ! -s conftest.err'
13035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13036 (eval $ac_try) 2>&5
13037 ac_status=$?
13038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13039 (exit $ac_status); }; } &&
13040 { ac_try='test -s conftest.$ac_objext'
13041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13042 (eval $ac_try) 2>&5
13043 ac_status=$?
13044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13045 (exit $ac_status); }; }; then
13046 ac_cv_type_signal=void
13047 else
13048 echo "$as_me: failed program was:" >&5
13049 sed 's/^/| /' conftest.$ac_ext >&5
13051 ac_cv_type_signal=int
13053 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13055 echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
13056 echo "${ECHO_T}$ac_cv_type_signal" >&6
13058 cat >>confdefs.h <<_ACEOF
13059 #define RETSIGTYPE $ac_cv_type_signal
13060 _ACEOF
13063 echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5
13064 echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6
13065 if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then
13066 echo $ECHO_N "(cached) $ECHO_C" >&6
13067 else
13068 if test "$cross_compiling" = yes; then
13069 ac_cv_func_stat_empty_string_bug=yes
13070 else
13071 cat >conftest.$ac_ext <<_ACEOF
13072 /* confdefs.h. */
13073 _ACEOF
13074 cat confdefs.h >>conftest.$ac_ext
13075 cat >>conftest.$ac_ext <<_ACEOF
13076 /* end confdefs.h. */
13077 $ac_includes_default
13079 main ()
13081 struct stat sbuf;
13082 exit (stat ("", &sbuf) ? 1 : 0);
13084 return 0;
13086 _ACEOF
13087 rm -f conftest$ac_exeext
13088 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13089 (eval $ac_link) 2>&5
13090 ac_status=$?
13091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13092 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13094 (eval $ac_try) 2>&5
13095 ac_status=$?
13096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13097 (exit $ac_status); }; }; then
13098 ac_cv_func_stat_empty_string_bug=yes
13099 else
13100 echo "$as_me: program exited with status $ac_status" >&5
13101 echo "$as_me: failed program was:" >&5
13102 sed 's/^/| /' conftest.$ac_ext >&5
13104 ( exit $ac_status )
13105 ac_cv_func_stat_empty_string_bug=no
13107 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13110 echo "$as_me:$LINENO: result: $ac_cv_func_stat_empty_string_bug" >&5
13111 echo "${ECHO_T}$ac_cv_func_stat_empty_string_bug" >&6
13112 if test $ac_cv_func_stat_empty_string_bug = yes; then
13113 case $LIBOBJS in
13114 "stat.$ac_objext" | \
13115 *" stat.$ac_objext" | \
13116 "stat.$ac_objext "* | \
13117 *" stat.$ac_objext "* ) ;;
13118 *) LIBOBJS="$LIBOBJS stat.$ac_objext" ;;
13119 esac
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_STAT_EMPTY_STRING_BUG 1
13124 _ACEOF
13129 for ac_func in strftime
13131 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13132 echo "$as_me:$LINENO: checking for $ac_func" >&5
13133 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13134 if eval "test \"\${$as_ac_var+set}\" = set"; then
13135 echo $ECHO_N "(cached) $ECHO_C" >&6
13136 else
13137 cat >conftest.$ac_ext <<_ACEOF
13138 /* confdefs.h. */
13139 _ACEOF
13140 cat confdefs.h >>conftest.$ac_ext
13141 cat >>conftest.$ac_ext <<_ACEOF
13142 /* end confdefs.h. */
13143 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13144 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13145 #define $ac_func innocuous_$ac_func
13147 /* System header to define __stub macros and hopefully few prototypes,
13148 which can conflict with char $ac_func (); below.
13149 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13150 <limits.h> exists even on freestanding compilers. */
13152 #ifdef __STDC__
13153 # include <limits.h>
13154 #else
13155 # include <assert.h>
13156 #endif
13158 #undef $ac_func
13160 /* Override any gcc2 internal prototype to avoid an error. */
13161 #ifdef __cplusplus
13162 extern "C"
13164 #endif
13165 /* We use char because int might match the return type of a gcc2
13166 builtin and then its argument prototype would still apply. */
13167 char $ac_func ();
13168 /* The GNU C library defines this for functions which it implements
13169 to always fail with ENOSYS. Some functions are actually named
13170 something starting with __ and the normal name is an alias. */
13171 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13172 choke me
13173 #else
13174 char (*f) () = $ac_func;
13175 #endif
13176 #ifdef __cplusplus
13178 #endif
13181 main ()
13183 return f != $ac_func;
13185 return 0;
13187 _ACEOF
13188 rm -f conftest.$ac_objext conftest$ac_exeext
13189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13190 (eval $ac_link) 2>conftest.er1
13191 ac_status=$?
13192 grep -v '^ *+' conftest.er1 >conftest.err
13193 rm -f conftest.er1
13194 cat conftest.err >&5
13195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13196 (exit $ac_status); } &&
13197 { ac_try='test -z "$ac_c_werror_flag"
13198 || test ! -s conftest.err'
13199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13200 (eval $ac_try) 2>&5
13201 ac_status=$?
13202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13203 (exit $ac_status); }; } &&
13204 { ac_try='test -s conftest$ac_exeext'
13205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13206 (eval $ac_try) 2>&5
13207 ac_status=$?
13208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13209 (exit $ac_status); }; }; then
13210 eval "$as_ac_var=yes"
13211 else
13212 echo "$as_me: failed program was:" >&5
13213 sed 's/^/| /' conftest.$ac_ext >&5
13215 eval "$as_ac_var=no"
13217 rm -f conftest.err conftest.$ac_objext \
13218 conftest$ac_exeext conftest.$ac_ext
13220 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13221 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13222 if test `eval echo '${'$as_ac_var'}'` = yes; then
13223 cat >>confdefs.h <<_ACEOF
13224 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13225 _ACEOF
13227 else
13228 # strftime is in -lintl on SCO UNIX.
13229 echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
13230 echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
13231 if test "${ac_cv_lib_intl_strftime+set}" = set; then
13232 echo $ECHO_N "(cached) $ECHO_C" >&6
13233 else
13234 ac_check_lib_save_LIBS=$LIBS
13235 LIBS="-lintl $LIBS"
13236 cat >conftest.$ac_ext <<_ACEOF
13237 /* confdefs.h. */
13238 _ACEOF
13239 cat confdefs.h >>conftest.$ac_ext
13240 cat >>conftest.$ac_ext <<_ACEOF
13241 /* end confdefs.h. */
13243 /* Override any gcc2 internal prototype to avoid an error. */
13244 #ifdef __cplusplus
13245 extern "C"
13246 #endif
13247 /* We use char because int might match the return type of a gcc2
13248 builtin and then its argument prototype would still apply. */
13249 char strftime ();
13251 main ()
13253 strftime ();
13255 return 0;
13257 _ACEOF
13258 rm -f conftest.$ac_objext conftest$ac_exeext
13259 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13260 (eval $ac_link) 2>conftest.er1
13261 ac_status=$?
13262 grep -v '^ *+' conftest.er1 >conftest.err
13263 rm -f conftest.er1
13264 cat conftest.err >&5
13265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266 (exit $ac_status); } &&
13267 { ac_try='test -z "$ac_c_werror_flag"
13268 || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5
13271 ac_status=$?
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } &&
13274 { ac_try='test -s conftest$ac_exeext'
13275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13276 (eval $ac_try) 2>&5
13277 ac_status=$?
13278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); }; }; then
13280 ac_cv_lib_intl_strftime=yes
13281 else
13282 echo "$as_me: failed program was:" >&5
13283 sed 's/^/| /' conftest.$ac_ext >&5
13285 ac_cv_lib_intl_strftime=no
13287 rm -f conftest.err conftest.$ac_objext \
13288 conftest$ac_exeext conftest.$ac_ext
13289 LIBS=$ac_check_lib_save_LIBS
13291 echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
13292 echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
13293 if test $ac_cv_lib_intl_strftime = yes; then
13294 cat >>confdefs.h <<\_ACEOF
13295 #define HAVE_STRFTIME 1
13296 _ACEOF
13298 LIBS="-lintl $LIBS"
13302 done
13304 echo "$as_me:$LINENO: checking for working strtod" >&5
13305 echo $ECHO_N "checking for working strtod... $ECHO_C" >&6
13306 if test "${ac_cv_func_strtod+set}" = set; then
13307 echo $ECHO_N "(cached) $ECHO_C" >&6
13308 else
13309 if test "$cross_compiling" = yes; then
13310 ac_cv_func_strtod=no
13311 else
13312 cat >conftest.$ac_ext <<_ACEOF
13313 /* confdefs.h. */
13314 _ACEOF
13315 cat confdefs.h >>conftest.$ac_ext
13316 cat >>conftest.$ac_ext <<_ACEOF
13317 /* end confdefs.h. */
13319 double strtod ();
13321 main()
13324 /* Some versions of Linux strtod mis-parse strings with leading '+'. */
13325 char *string = " +69";
13326 char *term;
13327 double value;
13328 value = strtod (string, &term);
13329 if (value != 69 || term != (string + 4))
13330 exit (1);
13334 /* Under Solaris 2.4, strtod returns the wrong value for the
13335 terminating character under some conditions. */
13336 char *string = "NaN";
13337 char *term;
13338 strtod (string, &term);
13339 if (term != string && *(term - 1) == 0)
13340 exit (1);
13342 exit (0);
13345 _ACEOF
13346 rm -f conftest$ac_exeext
13347 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13348 (eval $ac_link) 2>&5
13349 ac_status=$?
13350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13351 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13353 (eval $ac_try) 2>&5
13354 ac_status=$?
13355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13356 (exit $ac_status); }; }; then
13357 ac_cv_func_strtod=yes
13358 else
13359 echo "$as_me: program exited with status $ac_status" >&5
13360 echo "$as_me: failed program was:" >&5
13361 sed 's/^/| /' conftest.$ac_ext >&5
13363 ( exit $ac_status )
13364 ac_cv_func_strtod=no
13366 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13369 echo "$as_me:$LINENO: result: $ac_cv_func_strtod" >&5
13370 echo "${ECHO_T}$ac_cv_func_strtod" >&6
13371 if test $ac_cv_func_strtod = no; then
13372 case $LIBOBJS in
13373 "strtod.$ac_objext" | \
13374 *" strtod.$ac_objext" | \
13375 "strtod.$ac_objext "* | \
13376 *" strtod.$ac_objext "* ) ;;
13377 *) LIBOBJS="$LIBOBJS strtod.$ac_objext" ;;
13378 esac
13380 echo "$as_me:$LINENO: checking for pow" >&5
13381 echo $ECHO_N "checking for pow... $ECHO_C" >&6
13382 if test "${ac_cv_func_pow+set}" = set; then
13383 echo $ECHO_N "(cached) $ECHO_C" >&6
13384 else
13385 cat >conftest.$ac_ext <<_ACEOF
13386 /* confdefs.h. */
13387 _ACEOF
13388 cat confdefs.h >>conftest.$ac_ext
13389 cat >>conftest.$ac_ext <<_ACEOF
13390 /* end confdefs.h. */
13391 /* Define pow to an innocuous variant, in case <limits.h> declares pow.
13392 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13393 #define pow innocuous_pow
13395 /* System header to define __stub macros and hopefully few prototypes,
13396 which can conflict with char pow (); below.
13397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13398 <limits.h> exists even on freestanding compilers. */
13400 #ifdef __STDC__
13401 # include <limits.h>
13402 #else
13403 # include <assert.h>
13404 #endif
13406 #undef pow
13408 /* Override any gcc2 internal prototype to avoid an error. */
13409 #ifdef __cplusplus
13410 extern "C"
13412 #endif
13413 /* We use char because int might match the return type of a gcc2
13414 builtin and then its argument prototype would still apply. */
13415 char pow ();
13416 /* The GNU C library defines this for functions which it implements
13417 to always fail with ENOSYS. Some functions are actually named
13418 something starting with __ and the normal name is an alias. */
13419 #if defined (__stub_pow) || defined (__stub___pow)
13420 choke me
13421 #else
13422 char (*f) () = pow;
13423 #endif
13424 #ifdef __cplusplus
13426 #endif
13429 main ()
13431 return f != pow;
13433 return 0;
13435 _ACEOF
13436 rm -f conftest.$ac_objext conftest$ac_exeext
13437 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13438 (eval $ac_link) 2>conftest.er1
13439 ac_status=$?
13440 grep -v '^ *+' conftest.er1 >conftest.err
13441 rm -f conftest.er1
13442 cat conftest.err >&5
13443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13444 (exit $ac_status); } &&
13445 { ac_try='test -z "$ac_c_werror_flag"
13446 || test ! -s conftest.err'
13447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13448 (eval $ac_try) 2>&5
13449 ac_status=$?
13450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13451 (exit $ac_status); }; } &&
13452 { ac_try='test -s conftest$ac_exeext'
13453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13454 (eval $ac_try) 2>&5
13455 ac_status=$?
13456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13457 (exit $ac_status); }; }; then
13458 ac_cv_func_pow=yes
13459 else
13460 echo "$as_me: failed program was:" >&5
13461 sed 's/^/| /' conftest.$ac_ext >&5
13463 ac_cv_func_pow=no
13465 rm -f conftest.err conftest.$ac_objext \
13466 conftest$ac_exeext conftest.$ac_ext
13468 echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5
13469 echo "${ECHO_T}$ac_cv_func_pow" >&6
13471 if test $ac_cv_func_pow = no; then
13472 echo "$as_me:$LINENO: checking for pow in -lm" >&5
13473 echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
13474 if test "${ac_cv_lib_m_pow+set}" = set; then
13475 echo $ECHO_N "(cached) $ECHO_C" >&6
13476 else
13477 ac_check_lib_save_LIBS=$LIBS
13478 LIBS="-lm $LIBS"
13479 cat >conftest.$ac_ext <<_ACEOF
13480 /* confdefs.h. */
13481 _ACEOF
13482 cat confdefs.h >>conftest.$ac_ext
13483 cat >>conftest.$ac_ext <<_ACEOF
13484 /* end confdefs.h. */
13486 /* Override any gcc2 internal prototype to avoid an error. */
13487 #ifdef __cplusplus
13488 extern "C"
13489 #endif
13490 /* We use char because int might match the return type of a gcc2
13491 builtin and then its argument prototype would still apply. */
13492 char pow ();
13494 main ()
13496 pow ();
13498 return 0;
13500 _ACEOF
13501 rm -f conftest.$ac_objext conftest$ac_exeext
13502 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13503 (eval $ac_link) 2>conftest.er1
13504 ac_status=$?
13505 grep -v '^ *+' conftest.er1 >conftest.err
13506 rm -f conftest.er1
13507 cat conftest.err >&5
13508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13509 (exit $ac_status); } &&
13510 { ac_try='test -z "$ac_c_werror_flag"
13511 || test ! -s conftest.err'
13512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13513 (eval $ac_try) 2>&5
13514 ac_status=$?
13515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13516 (exit $ac_status); }; } &&
13517 { ac_try='test -s conftest$ac_exeext'
13518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13519 (eval $ac_try) 2>&5
13520 ac_status=$?
13521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13522 (exit $ac_status); }; }; then
13523 ac_cv_lib_m_pow=yes
13524 else
13525 echo "$as_me: failed program was:" >&5
13526 sed 's/^/| /' conftest.$ac_ext >&5
13528 ac_cv_lib_m_pow=no
13530 rm -f conftest.err conftest.$ac_objext \
13531 conftest$ac_exeext conftest.$ac_ext
13532 LIBS=$ac_check_lib_save_LIBS
13534 echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
13535 echo "${ECHO_T}$ac_cv_lib_m_pow" >&6
13536 if test $ac_cv_lib_m_pow = yes; then
13537 POW_LIB=-lm
13538 else
13539 { echo "$as_me:$LINENO: WARNING: cannot find library containing definition of pow" >&5
13540 echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
13548 for ac_func in vprintf
13550 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13551 echo "$as_me:$LINENO: checking for $ac_func" >&5
13552 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13553 if eval "test \"\${$as_ac_var+set}\" = set"; then
13554 echo $ECHO_N "(cached) $ECHO_C" >&6
13555 else
13556 cat >conftest.$ac_ext <<_ACEOF
13557 /* confdefs.h. */
13558 _ACEOF
13559 cat confdefs.h >>conftest.$ac_ext
13560 cat >>conftest.$ac_ext <<_ACEOF
13561 /* end confdefs.h. */
13562 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13563 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13564 #define $ac_func innocuous_$ac_func
13566 /* System header to define __stub macros and hopefully few prototypes,
13567 which can conflict with char $ac_func (); below.
13568 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13569 <limits.h> exists even on freestanding compilers. */
13571 #ifdef __STDC__
13572 # include <limits.h>
13573 #else
13574 # include <assert.h>
13575 #endif
13577 #undef $ac_func
13579 /* Override any gcc2 internal prototype to avoid an error. */
13580 #ifdef __cplusplus
13581 extern "C"
13583 #endif
13584 /* We use char because int might match the return type of a gcc2
13585 builtin and then its argument prototype would still apply. */
13586 char $ac_func ();
13587 /* The GNU C library defines this for functions which it implements
13588 to always fail with ENOSYS. Some functions are actually named
13589 something starting with __ and the normal name is an alias. */
13590 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13591 choke me
13592 #else
13593 char (*f) () = $ac_func;
13594 #endif
13595 #ifdef __cplusplus
13597 #endif
13600 main ()
13602 return f != $ac_func;
13604 return 0;
13606 _ACEOF
13607 rm -f conftest.$ac_objext conftest$ac_exeext
13608 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13609 (eval $ac_link) 2>conftest.er1
13610 ac_status=$?
13611 grep -v '^ *+' conftest.er1 >conftest.err
13612 rm -f conftest.er1
13613 cat conftest.err >&5
13614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13615 (exit $ac_status); } &&
13616 { ac_try='test -z "$ac_c_werror_flag"
13617 || test ! -s conftest.err'
13618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13619 (eval $ac_try) 2>&5
13620 ac_status=$?
13621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13622 (exit $ac_status); }; } &&
13623 { ac_try='test -s conftest$ac_exeext'
13624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13625 (eval $ac_try) 2>&5
13626 ac_status=$?
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); }; }; then
13629 eval "$as_ac_var=yes"
13630 else
13631 echo "$as_me: failed program was:" >&5
13632 sed 's/^/| /' conftest.$ac_ext >&5
13634 eval "$as_ac_var=no"
13636 rm -f conftest.err conftest.$ac_objext \
13637 conftest$ac_exeext conftest.$ac_ext
13639 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13640 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13641 if test `eval echo '${'$as_ac_var'}'` = yes; then
13642 cat >>confdefs.h <<_ACEOF
13643 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13644 _ACEOF
13646 echo "$as_me:$LINENO: checking for _doprnt" >&5
13647 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6
13648 if test "${ac_cv_func__doprnt+set}" = set; then
13649 echo $ECHO_N "(cached) $ECHO_C" >&6
13650 else
13651 cat >conftest.$ac_ext <<_ACEOF
13652 /* confdefs.h. */
13653 _ACEOF
13654 cat confdefs.h >>conftest.$ac_ext
13655 cat >>conftest.$ac_ext <<_ACEOF
13656 /* end confdefs.h. */
13657 /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
13658 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13659 #define _doprnt innocuous__doprnt
13661 /* System header to define __stub macros and hopefully few prototypes,
13662 which can conflict with char _doprnt (); below.
13663 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13664 <limits.h> exists even on freestanding compilers. */
13666 #ifdef __STDC__
13667 # include <limits.h>
13668 #else
13669 # include <assert.h>
13670 #endif
13672 #undef _doprnt
13674 /* Override any gcc2 internal prototype to avoid an error. */
13675 #ifdef __cplusplus
13676 extern "C"
13678 #endif
13679 /* We use char because int might match the return type of a gcc2
13680 builtin and then its argument prototype would still apply. */
13681 char _doprnt ();
13682 /* The GNU C library defines this for functions which it implements
13683 to always fail with ENOSYS. Some functions are actually named
13684 something starting with __ and the normal name is an alias. */
13685 #if defined (__stub__doprnt) || defined (__stub____doprnt)
13686 choke me
13687 #else
13688 char (*f) () = _doprnt;
13689 #endif
13690 #ifdef __cplusplus
13692 #endif
13695 main ()
13697 return f != _doprnt;
13699 return 0;
13701 _ACEOF
13702 rm -f conftest.$ac_objext conftest$ac_exeext
13703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13704 (eval $ac_link) 2>conftest.er1
13705 ac_status=$?
13706 grep -v '^ *+' conftest.er1 >conftest.err
13707 rm -f conftest.er1
13708 cat conftest.err >&5
13709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710 (exit $ac_status); } &&
13711 { ac_try='test -z "$ac_c_werror_flag"
13712 || test ! -s conftest.err'
13713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13714 (eval $ac_try) 2>&5
13715 ac_status=$?
13716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13717 (exit $ac_status); }; } &&
13718 { ac_try='test -s conftest$ac_exeext'
13719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13720 (eval $ac_try) 2>&5
13721 ac_status=$?
13722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13723 (exit $ac_status); }; }; then
13724 ac_cv_func__doprnt=yes
13725 else
13726 echo "$as_me: failed program was:" >&5
13727 sed 's/^/| /' conftest.$ac_ext >&5
13729 ac_cv_func__doprnt=no
13731 rm -f conftest.err conftest.$ac_objext \
13732 conftest$ac_exeext conftest.$ac_ext
13734 echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
13735 echo "${ECHO_T}$ac_cv_func__doprnt" >&6
13736 if test $ac_cv_func__doprnt = yes; then
13738 cat >>confdefs.h <<\_ACEOF
13739 #define HAVE_DOPRNT 1
13740 _ACEOF
13745 done
13748 if test $cross_compiling = yes -a $gnumalloc = yes ; then
13749 { echo "$as_me:$LINENO: WARNING:
13750 configure cannot check whether malloc() and realloc() are GNU libc
13751 compatible. You have to be ABSOLUTELY sure that they are, otherwise
13752 run configure with the --without-gnu-malloc switch." >&5
13753 echo "$as_me: WARNING:
13754 configure cannot check whether malloc() and realloc() are GNU libc
13755 compatible. You have to be ABSOLUTELY sure that they are, otherwise
13756 run configure with the --without-gnu-malloc switch." >&2;}
13757 ac_cv_func_malloc_0_nonnull=yes
13758 ac_cv_func_realloc_0_nonnull=yes
13761 for ac_header in stdlib.h
13763 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13764 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13765 echo "$as_me:$LINENO: checking for $ac_header" >&5
13766 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13767 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13768 echo $ECHO_N "(cached) $ECHO_C" >&6
13770 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13771 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13772 else
13773 # Is the header compilable?
13774 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13775 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13776 cat >conftest.$ac_ext <<_ACEOF
13777 /* confdefs.h. */
13778 _ACEOF
13779 cat confdefs.h >>conftest.$ac_ext
13780 cat >>conftest.$ac_ext <<_ACEOF
13781 /* end confdefs.h. */
13782 $ac_includes_default
13783 #include <$ac_header>
13784 _ACEOF
13785 rm -f conftest.$ac_objext
13786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13787 (eval $ac_compile) 2>conftest.er1
13788 ac_status=$?
13789 grep -v '^ *+' conftest.er1 >conftest.err
13790 rm -f conftest.er1
13791 cat conftest.err >&5
13792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13793 (exit $ac_status); } &&
13794 { ac_try='test -z "$ac_c_werror_flag"
13795 || test ! -s conftest.err'
13796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13797 (eval $ac_try) 2>&5
13798 ac_status=$?
13799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13800 (exit $ac_status); }; } &&
13801 { ac_try='test -s conftest.$ac_objext'
13802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13803 (eval $ac_try) 2>&5
13804 ac_status=$?
13805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13806 (exit $ac_status); }; }; then
13807 ac_header_compiler=yes
13808 else
13809 echo "$as_me: failed program was:" >&5
13810 sed 's/^/| /' conftest.$ac_ext >&5
13812 ac_header_compiler=no
13814 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13815 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13816 echo "${ECHO_T}$ac_header_compiler" >&6
13818 # Is the header present?
13819 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13820 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13821 cat >conftest.$ac_ext <<_ACEOF
13822 /* confdefs.h. */
13823 _ACEOF
13824 cat confdefs.h >>conftest.$ac_ext
13825 cat >>conftest.$ac_ext <<_ACEOF
13826 /* end confdefs.h. */
13827 #include <$ac_header>
13828 _ACEOF
13829 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13830 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13831 ac_status=$?
13832 grep -v '^ *+' conftest.er1 >conftest.err
13833 rm -f conftest.er1
13834 cat conftest.err >&5
13835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13836 (exit $ac_status); } >/dev/null; then
13837 if test -s conftest.err; then
13838 ac_cpp_err=$ac_c_preproc_warn_flag
13839 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13840 else
13841 ac_cpp_err=
13843 else
13844 ac_cpp_err=yes
13846 if test -z "$ac_cpp_err"; then
13847 ac_header_preproc=yes
13848 else
13849 echo "$as_me: failed program was:" >&5
13850 sed 's/^/| /' conftest.$ac_ext >&5
13852 ac_header_preproc=no
13854 rm -f conftest.err conftest.$ac_ext
13855 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13856 echo "${ECHO_T}$ac_header_preproc" >&6
13858 # So? What about this header?
13859 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13860 yes:no: )
13861 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13862 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13863 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13864 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13865 ac_header_preproc=yes
13867 no:yes:* )
13868 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13869 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13870 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13871 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13872 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13873 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13874 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13875 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13876 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13877 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13878 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13879 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13881 cat <<\_ASBOX
13882 ## ------------------------------ ##
13883 ## Report this to admin@amule.org ##
13884 ## ------------------------------ ##
13885 _ASBOX
13887 sed "s/^/$as_me: WARNING: /" >&2
13889 esac
13890 echo "$as_me:$LINENO: checking for $ac_header" >&5
13891 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13892 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13893 echo $ECHO_N "(cached) $ECHO_C" >&6
13894 else
13895 eval "$as_ac_Header=\$ac_header_preproc"
13897 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13898 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13901 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13902 cat >>confdefs.h <<_ACEOF
13903 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13904 _ACEOF
13908 done
13910 echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
13911 echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
13912 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
13913 echo $ECHO_N "(cached) $ECHO_C" >&6
13914 else
13915 if test "$cross_compiling" = yes; then
13916 ac_cv_func_malloc_0_nonnull=no
13917 else
13918 cat >conftest.$ac_ext <<_ACEOF
13919 /* confdefs.h. */
13920 _ACEOF
13921 cat confdefs.h >>conftest.$ac_ext
13922 cat >>conftest.$ac_ext <<_ACEOF
13923 /* end confdefs.h. */
13924 #if STDC_HEADERS || HAVE_STDLIB_H
13925 # include <stdlib.h>
13926 #else
13927 char *malloc ();
13928 #endif
13931 main ()
13933 exit (malloc (0) ? 0 : 1);
13935 return 0;
13937 _ACEOF
13938 rm -f conftest$ac_exeext
13939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13940 (eval $ac_link) 2>&5
13941 ac_status=$?
13942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13943 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13945 (eval $ac_try) 2>&5
13946 ac_status=$?
13947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13948 (exit $ac_status); }; }; then
13949 ac_cv_func_malloc_0_nonnull=yes
13950 else
13951 echo "$as_me: program exited with status $ac_status" >&5
13952 echo "$as_me: failed program was:" >&5
13953 sed 's/^/| /' conftest.$ac_ext >&5
13955 ( exit $ac_status )
13956 ac_cv_func_malloc_0_nonnull=no
13958 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13961 echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
13962 echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
13963 if test $ac_cv_func_malloc_0_nonnull = yes; then
13965 cat >>confdefs.h <<\_ACEOF
13966 #define HAVE_MALLOC 1
13967 _ACEOF
13969 else
13970 cat >>confdefs.h <<\_ACEOF
13971 #define HAVE_MALLOC 0
13972 _ACEOF
13974 case $LIBOBJS in
13975 "malloc.$ac_objext" | \
13976 *" malloc.$ac_objext" | \
13977 "malloc.$ac_objext "* | \
13978 *" malloc.$ac_objext "* ) ;;
13979 *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
13980 esac
13983 cat >>confdefs.h <<\_ACEOF
13984 #define malloc rpl_malloc
13985 _ACEOF
13992 for ac_header in stdlib.h
13994 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13995 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13996 echo "$as_me:$LINENO: checking for $ac_header" >&5
13997 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13998 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13999 echo $ECHO_N "(cached) $ECHO_C" >&6
14001 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14002 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14003 else
14004 # Is the header compilable?
14005 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14006 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14007 cat >conftest.$ac_ext <<_ACEOF
14008 /* confdefs.h. */
14009 _ACEOF
14010 cat confdefs.h >>conftest.$ac_ext
14011 cat >>conftest.$ac_ext <<_ACEOF
14012 /* end confdefs.h. */
14013 $ac_includes_default
14014 #include <$ac_header>
14015 _ACEOF
14016 rm -f conftest.$ac_objext
14017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14018 (eval $ac_compile) 2>conftest.er1
14019 ac_status=$?
14020 grep -v '^ *+' conftest.er1 >conftest.err
14021 rm -f conftest.er1
14022 cat conftest.err >&5
14023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14024 (exit $ac_status); } &&
14025 { ac_try='test -z "$ac_c_werror_flag"
14026 || test ! -s conftest.err'
14027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14028 (eval $ac_try) 2>&5
14029 ac_status=$?
14030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14031 (exit $ac_status); }; } &&
14032 { ac_try='test -s conftest.$ac_objext'
14033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14034 (eval $ac_try) 2>&5
14035 ac_status=$?
14036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14037 (exit $ac_status); }; }; then
14038 ac_header_compiler=yes
14039 else
14040 echo "$as_me: failed program was:" >&5
14041 sed 's/^/| /' conftest.$ac_ext >&5
14043 ac_header_compiler=no
14045 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14046 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14047 echo "${ECHO_T}$ac_header_compiler" >&6
14049 # Is the header present?
14050 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14051 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14052 cat >conftest.$ac_ext <<_ACEOF
14053 /* confdefs.h. */
14054 _ACEOF
14055 cat confdefs.h >>conftest.$ac_ext
14056 cat >>conftest.$ac_ext <<_ACEOF
14057 /* end confdefs.h. */
14058 #include <$ac_header>
14059 _ACEOF
14060 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14061 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14062 ac_status=$?
14063 grep -v '^ *+' conftest.er1 >conftest.err
14064 rm -f conftest.er1
14065 cat conftest.err >&5
14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14067 (exit $ac_status); } >/dev/null; then
14068 if test -s conftest.err; then
14069 ac_cpp_err=$ac_c_preproc_warn_flag
14070 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14071 else
14072 ac_cpp_err=
14074 else
14075 ac_cpp_err=yes
14077 if test -z "$ac_cpp_err"; then
14078 ac_header_preproc=yes
14079 else
14080 echo "$as_me: failed program was:" >&5
14081 sed 's/^/| /' conftest.$ac_ext >&5
14083 ac_header_preproc=no
14085 rm -f conftest.err conftest.$ac_ext
14086 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14087 echo "${ECHO_T}$ac_header_preproc" >&6
14089 # So? What about this header?
14090 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14091 yes:no: )
14092 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14093 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14094 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14095 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14096 ac_header_preproc=yes
14098 no:yes:* )
14099 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14100 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14101 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14102 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14103 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14104 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14105 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14106 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14107 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14108 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14109 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14110 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14112 cat <<\_ASBOX
14113 ## ------------------------------ ##
14114 ## Report this to admin@amule.org ##
14115 ## ------------------------------ ##
14116 _ASBOX
14118 sed "s/^/$as_me: WARNING: /" >&2
14120 esac
14121 echo "$as_me:$LINENO: checking for $ac_header" >&5
14122 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14123 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14124 echo $ECHO_N "(cached) $ECHO_C" >&6
14125 else
14126 eval "$as_ac_Header=\$ac_header_preproc"
14128 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14129 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14132 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14133 cat >>confdefs.h <<_ACEOF
14134 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14135 _ACEOF
14139 done
14141 echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
14142 echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6
14143 if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then
14144 echo $ECHO_N "(cached) $ECHO_C" >&6
14145 else
14146 if test "$cross_compiling" = yes; then
14147 ac_cv_func_realloc_0_nonnull=no
14148 else
14149 cat >conftest.$ac_ext <<_ACEOF
14150 /* confdefs.h. */
14151 _ACEOF
14152 cat confdefs.h >>conftest.$ac_ext
14153 cat >>conftest.$ac_ext <<_ACEOF
14154 /* end confdefs.h. */
14155 #if STDC_HEADERS || HAVE_STDLIB_H
14156 # include <stdlib.h>
14157 #else
14158 char *realloc ();
14159 #endif
14162 main ()
14164 exit (realloc (0, 0) ? 0 : 1);
14166 return 0;
14168 _ACEOF
14169 rm -f conftest$ac_exeext
14170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14171 (eval $ac_link) 2>&5
14172 ac_status=$?
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14176 (eval $ac_try) 2>&5
14177 ac_status=$?
14178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179 (exit $ac_status); }; }; then
14180 ac_cv_func_realloc_0_nonnull=yes
14181 else
14182 echo "$as_me: program exited with status $ac_status" >&5
14183 echo "$as_me: failed program was:" >&5
14184 sed 's/^/| /' conftest.$ac_ext >&5
14186 ( exit $ac_status )
14187 ac_cv_func_realloc_0_nonnull=no
14189 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14192 echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
14193 echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6
14194 if test $ac_cv_func_realloc_0_nonnull = yes; then
14196 cat >>confdefs.h <<\_ACEOF
14197 #define HAVE_REALLOC 1
14198 _ACEOF
14200 else
14201 cat >>confdefs.h <<\_ACEOF
14202 #define HAVE_REALLOC 0
14203 _ACEOF
14205 case $LIBOBJS in
14206 "realloc.$ac_objext" | \
14207 *" realloc.$ac_objext" | \
14208 "realloc.$ac_objext "* | \
14209 *" realloc.$ac_objext "* ) ;;
14210 *) LIBOBJS="$LIBOBJS realloc.$ac_objext" ;;
14211 esac
14214 cat >>confdefs.h <<\_ACEOF
14215 #define realloc rpl_realloc
14216 _ACEOF
14257 for ac_func in __argz_count __argz_next __argz_stringify endpwent floor ftruncate getcwd gethostbyaddr gethostbyname gethostname getmntent getmntinfo getpass gettimeofday inet_ntoa localeconv memmove mempcpy memset munmap nl_langinfo pow select setlocale socket sqrt stpcpy strcasecmp strchr strcspn strdup strerror strncasecmp strstr strtoul
14259 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14260 echo "$as_me:$LINENO: checking for $ac_func" >&5
14261 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14262 if eval "test \"\${$as_ac_var+set}\" = set"; then
14263 echo $ECHO_N "(cached) $ECHO_C" >&6
14264 else
14265 cat >conftest.$ac_ext <<_ACEOF
14266 /* confdefs.h. */
14267 _ACEOF
14268 cat confdefs.h >>conftest.$ac_ext
14269 cat >>conftest.$ac_ext <<_ACEOF
14270 /* end confdefs.h. */
14271 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14272 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14273 #define $ac_func innocuous_$ac_func
14275 /* System header to define __stub macros and hopefully few prototypes,
14276 which can conflict with char $ac_func (); below.
14277 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14278 <limits.h> exists even on freestanding compilers. */
14280 #ifdef __STDC__
14281 # include <limits.h>
14282 #else
14283 # include <assert.h>
14284 #endif
14286 #undef $ac_func
14288 /* Override any gcc2 internal prototype to avoid an error. */
14289 #ifdef __cplusplus
14290 extern "C"
14292 #endif
14293 /* We use char because int might match the return type of a gcc2
14294 builtin and then its argument prototype would still apply. */
14295 char $ac_func ();
14296 /* The GNU C library defines this for functions which it implements
14297 to always fail with ENOSYS. Some functions are actually named
14298 something starting with __ and the normal name is an alias. */
14299 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14300 choke me
14301 #else
14302 char (*f) () = $ac_func;
14303 #endif
14304 #ifdef __cplusplus
14306 #endif
14309 main ()
14311 return f != $ac_func;
14313 return 0;
14315 _ACEOF
14316 rm -f conftest.$ac_objext conftest$ac_exeext
14317 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14318 (eval $ac_link) 2>conftest.er1
14319 ac_status=$?
14320 grep -v '^ *+' conftest.er1 >conftest.err
14321 rm -f conftest.er1
14322 cat conftest.err >&5
14323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14324 (exit $ac_status); } &&
14325 { ac_try='test -z "$ac_c_werror_flag"
14326 || test ! -s conftest.err'
14327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14328 (eval $ac_try) 2>&5
14329 ac_status=$?
14330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14331 (exit $ac_status); }; } &&
14332 { ac_try='test -s conftest$ac_exeext'
14333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14334 (eval $ac_try) 2>&5
14335 ac_status=$?
14336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14337 (exit $ac_status); }; }; then
14338 eval "$as_ac_var=yes"
14339 else
14340 echo "$as_me: failed program was:" >&5
14341 sed 's/^/| /' conftest.$ac_ext >&5
14343 eval "$as_ac_var=no"
14345 rm -f conftest.err conftest.$ac_objext \
14346 conftest$ac_exeext conftest.$ac_ext
14348 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14349 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14350 if test `eval echo '${'$as_ac_var'}'` = yes; then
14351 cat >>confdefs.h <<_ACEOF
14352 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14353 _ACEOF
14356 done
14358 #-------------------------------------------------------------------------------
14359 # End of autoscan stuff
14360 #-------------------------------------------------------------------------------
14365 for ac_func in mkdir getrlimit setrlimit
14367 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14368 echo "$as_me:$LINENO: checking for $ac_func" >&5
14369 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14370 if eval "test \"\${$as_ac_var+set}\" = set"; then
14371 echo $ECHO_N "(cached) $ECHO_C" >&6
14372 else
14373 cat >conftest.$ac_ext <<_ACEOF
14374 /* confdefs.h. */
14375 _ACEOF
14376 cat confdefs.h >>conftest.$ac_ext
14377 cat >>conftest.$ac_ext <<_ACEOF
14378 /* end confdefs.h. */
14379 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14380 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14381 #define $ac_func innocuous_$ac_func
14383 /* System header to define __stub macros and hopefully few prototypes,
14384 which can conflict with char $ac_func (); below.
14385 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14386 <limits.h> exists even on freestanding compilers. */
14388 #ifdef __STDC__
14389 # include <limits.h>
14390 #else
14391 # include <assert.h>
14392 #endif
14394 #undef $ac_func
14396 /* Override any gcc2 internal prototype to avoid an error. */
14397 #ifdef __cplusplus
14398 extern "C"
14400 #endif
14401 /* We use char because int might match the return type of a gcc2
14402 builtin and then its argument prototype would still apply. */
14403 char $ac_func ();
14404 /* The GNU C library defines this for functions which it implements
14405 to always fail with ENOSYS. Some functions are actually named
14406 something starting with __ and the normal name is an alias. */
14407 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14408 choke me
14409 #else
14410 char (*f) () = $ac_func;
14411 #endif
14412 #ifdef __cplusplus
14414 #endif
14417 main ()
14419 return f != $ac_func;
14421 return 0;
14423 _ACEOF
14424 rm -f conftest.$ac_objext conftest$ac_exeext
14425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14426 (eval $ac_link) 2>conftest.er1
14427 ac_status=$?
14428 grep -v '^ *+' conftest.er1 >conftest.err
14429 rm -f conftest.er1
14430 cat conftest.err >&5
14431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14432 (exit $ac_status); } &&
14433 { ac_try='test -z "$ac_c_werror_flag"
14434 || test ! -s conftest.err'
14435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14436 (eval $ac_try) 2>&5
14437 ac_status=$?
14438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14439 (exit $ac_status); }; } &&
14440 { ac_try='test -s conftest$ac_exeext'
14441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14442 (eval $ac_try) 2>&5
14443 ac_status=$?
14444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14445 (exit $ac_status); }; }; then
14446 eval "$as_ac_var=yes"
14447 else
14448 echo "$as_me: failed program was:" >&5
14449 sed 's/^/| /' conftest.$ac_ext >&5
14451 eval "$as_ac_var=no"
14453 rm -f conftest.err conftest.$ac_objext \
14454 conftest$ac_exeext conftest.$ac_ext
14456 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14457 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14458 if test `eval echo '${'$as_ac_var'}'` = yes; then
14459 cat >>confdefs.h <<_ACEOF
14460 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14461 _ACEOF
14464 done
14467 tmp_CFLAGS="$CFLAGS"
14468 CFLAGS="-D_XOPEN_SOURCE=600 $CFLAGS"
14469 echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
14470 echo $ECHO_N "checking whether strerror_r is declared... $ECHO_C" >&6
14471 if test "${ac_cv_have_decl_strerror_r+set}" = set; then
14472 echo $ECHO_N "(cached) $ECHO_C" >&6
14473 else
14474 cat >conftest.$ac_ext <<_ACEOF
14475 /* confdefs.h. */
14476 _ACEOF
14477 cat confdefs.h >>conftest.$ac_ext
14478 cat >>conftest.$ac_ext <<_ACEOF
14479 /* end confdefs.h. */
14480 $ac_includes_default
14482 main ()
14484 #ifndef strerror_r
14485 char *p = (char *) strerror_r;
14486 #endif
14489 return 0;
14491 _ACEOF
14492 rm -f conftest.$ac_objext
14493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14494 (eval $ac_compile) 2>conftest.er1
14495 ac_status=$?
14496 grep -v '^ *+' conftest.er1 >conftest.err
14497 rm -f conftest.er1
14498 cat conftest.err >&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } &&
14501 { ac_try='test -z "$ac_c_werror_flag"
14502 || test ! -s conftest.err'
14503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14504 (eval $ac_try) 2>&5
14505 ac_status=$?
14506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14507 (exit $ac_status); }; } &&
14508 { ac_try='test -s conftest.$ac_objext'
14509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14510 (eval $ac_try) 2>&5
14511 ac_status=$?
14512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14513 (exit $ac_status); }; }; then
14514 ac_cv_have_decl_strerror_r=yes
14515 else
14516 echo "$as_me: failed program was:" >&5
14517 sed 's/^/| /' conftest.$ac_ext >&5
14519 ac_cv_have_decl_strerror_r=no
14521 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14523 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror_r" >&5
14524 echo "${ECHO_T}$ac_cv_have_decl_strerror_r" >&6
14525 if test $ac_cv_have_decl_strerror_r = yes; then
14527 cat >>confdefs.h <<_ACEOF
14528 #define HAVE_DECL_STRERROR_R 1
14529 _ACEOF
14532 else
14533 cat >>confdefs.h <<_ACEOF
14534 #define HAVE_DECL_STRERROR_R 0
14535 _ACEOF
14542 for ac_func in strerror_r
14544 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14545 echo "$as_me:$LINENO: checking for $ac_func" >&5
14546 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14547 if eval "test \"\${$as_ac_var+set}\" = set"; then
14548 echo $ECHO_N "(cached) $ECHO_C" >&6
14549 else
14550 cat >conftest.$ac_ext <<_ACEOF
14551 /* confdefs.h. */
14552 _ACEOF
14553 cat confdefs.h >>conftest.$ac_ext
14554 cat >>conftest.$ac_ext <<_ACEOF
14555 /* end confdefs.h. */
14556 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14557 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14558 #define $ac_func innocuous_$ac_func
14560 /* System header to define __stub macros and hopefully few prototypes,
14561 which can conflict with char $ac_func (); below.
14562 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14563 <limits.h> exists even on freestanding compilers. */
14565 #ifdef __STDC__
14566 # include <limits.h>
14567 #else
14568 # include <assert.h>
14569 #endif
14571 #undef $ac_func
14573 /* Override any gcc2 internal prototype to avoid an error. */
14574 #ifdef __cplusplus
14575 extern "C"
14577 #endif
14578 /* We use char because int might match the return type of a gcc2
14579 builtin and then its argument prototype would still apply. */
14580 char $ac_func ();
14581 /* The GNU C library defines this for functions which it implements
14582 to always fail with ENOSYS. Some functions are actually named
14583 something starting with __ and the normal name is an alias. */
14584 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14585 choke me
14586 #else
14587 char (*f) () = $ac_func;
14588 #endif
14589 #ifdef __cplusplus
14591 #endif
14594 main ()
14596 return f != $ac_func;
14598 return 0;
14600 _ACEOF
14601 rm -f conftest.$ac_objext conftest$ac_exeext
14602 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14603 (eval $ac_link) 2>conftest.er1
14604 ac_status=$?
14605 grep -v '^ *+' conftest.er1 >conftest.err
14606 rm -f conftest.er1
14607 cat conftest.err >&5
14608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14609 (exit $ac_status); } &&
14610 { ac_try='test -z "$ac_c_werror_flag"
14611 || test ! -s conftest.err'
14612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14613 (eval $ac_try) 2>&5
14614 ac_status=$?
14615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14616 (exit $ac_status); }; } &&
14617 { ac_try='test -s conftest$ac_exeext'
14618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14619 (eval $ac_try) 2>&5
14620 ac_status=$?
14621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14622 (exit $ac_status); }; }; then
14623 eval "$as_ac_var=yes"
14624 else
14625 echo "$as_me: failed program was:" >&5
14626 sed 's/^/| /' conftest.$ac_ext >&5
14628 eval "$as_ac_var=no"
14630 rm -f conftest.err conftest.$ac_objext \
14631 conftest$ac_exeext conftest.$ac_ext
14633 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14634 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14635 if test `eval echo '${'$as_ac_var'}'` = yes; then
14636 cat >>confdefs.h <<_ACEOF
14637 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14638 _ACEOF
14641 done
14643 echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
14644 echo $ECHO_N "checking whether strerror_r returns char *... $ECHO_C" >&6
14645 if test "${ac_cv_func_strerror_r_char_p+set}" = set; then
14646 echo $ECHO_N "(cached) $ECHO_C" >&6
14647 else
14649 ac_cv_func_strerror_r_char_p=no
14650 if test $ac_cv_have_decl_strerror_r = yes; then
14651 cat >conftest.$ac_ext <<_ACEOF
14652 /* confdefs.h. */
14653 _ACEOF
14654 cat confdefs.h >>conftest.$ac_ext
14655 cat >>conftest.$ac_ext <<_ACEOF
14656 /* end confdefs.h. */
14657 $ac_includes_default
14659 main ()
14662 char buf[100];
14663 char x = *strerror_r (0, buf, sizeof buf);
14664 char *p = strerror_r (0, buf, sizeof buf);
14667 return 0;
14669 _ACEOF
14670 rm -f conftest.$ac_objext
14671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14672 (eval $ac_compile) 2>conftest.er1
14673 ac_status=$?
14674 grep -v '^ *+' conftest.er1 >conftest.err
14675 rm -f conftest.er1
14676 cat conftest.err >&5
14677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14678 (exit $ac_status); } &&
14679 { ac_try='test -z "$ac_c_werror_flag"
14680 || test ! -s conftest.err'
14681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14682 (eval $ac_try) 2>&5
14683 ac_status=$?
14684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14685 (exit $ac_status); }; } &&
14686 { ac_try='test -s conftest.$ac_objext'
14687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14688 (eval $ac_try) 2>&5
14689 ac_status=$?
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); }; }; then
14692 ac_cv_func_strerror_r_char_p=yes
14693 else
14694 echo "$as_me: failed program was:" >&5
14695 sed 's/^/| /' conftest.$ac_ext >&5
14698 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14699 else
14700 # strerror_r is not declared. Choose between
14701 # systems that have relatively inaccessible declarations for the
14702 # function. BeOS and DEC UNIX 4.0 fall in this category, but the
14703 # former has a strerror_r that returns char*, while the latter
14704 # has a strerror_r that returns `int'.
14705 # This test should segfault on the DEC system.
14706 if test "$cross_compiling" = yes; then
14708 else
14709 cat >conftest.$ac_ext <<_ACEOF
14710 /* confdefs.h. */
14711 _ACEOF
14712 cat confdefs.h >>conftest.$ac_ext
14713 cat >>conftest.$ac_ext <<_ACEOF
14714 /* end confdefs.h. */
14715 $ac_includes_default
14716 extern char *strerror_r ();
14718 main ()
14720 char buf[100];
14721 char x = *strerror_r (0, buf, sizeof buf);
14722 exit (!isalpha (x));
14724 return 0;
14726 _ACEOF
14727 rm -f conftest$ac_exeext
14728 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14729 (eval $ac_link) 2>&5
14730 ac_status=$?
14731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14732 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14734 (eval $ac_try) 2>&5
14735 ac_status=$?
14736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14737 (exit $ac_status); }; }; then
14738 ac_cv_func_strerror_r_char_p=yes
14739 else
14740 echo "$as_me: program exited with status $ac_status" >&5
14741 echo "$as_me: failed program was:" >&5
14742 sed 's/^/| /' conftest.$ac_ext >&5
14745 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14750 echo "$as_me:$LINENO: result: $ac_cv_func_strerror_r_char_p" >&5
14751 echo "${ECHO_T}$ac_cv_func_strerror_r_char_p" >&6
14752 if test $ac_cv_func_strerror_r_char_p = yes; then
14754 cat >>confdefs.h <<\_ACEOF
14755 #define STRERROR_R_CHAR_P 1
14756 _ACEOF
14760 CFLAGS="$tmp_CFLAGS"
14763 MKINSTALLDIRS=
14764 if test -n "$ac_aux_dir"; then
14765 MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
14767 if test -z "$MKINSTALLDIRS"; then
14768 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
14775 # Extract the first word of "msgfmt", so it can be a program name with args.
14776 set dummy msgfmt; ac_word=$2
14777 echo "$as_me:$LINENO: checking for $ac_word" >&5
14778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14779 if test "${ac_cv_path_MSGFMT+set}" = set; then
14780 echo $ECHO_N "(cached) $ECHO_C" >&6
14781 else
14782 case "$MSGFMT" in
14784 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
14787 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
14788 for ac_dir in $PATH; do
14789 test -z "$ac_dir" && ac_dir=.
14790 if test -f $ac_dir/$ac_word; then
14791 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
14792 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
14793 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
14794 break
14797 done
14798 IFS="$ac_save_ifs"
14799 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
14801 esac
14803 MSGFMT="$ac_cv_path_MSGFMT"
14804 if test "$MSGFMT" != ":"; then
14805 echo "$as_me:$LINENO: result: $MSGFMT" >&5
14806 echo "${ECHO_T}$MSGFMT" >&6
14807 else
14808 echo "$as_me:$LINENO: result: no" >&5
14809 echo "${ECHO_T}no" >&6
14812 # Extract the first word of "gmsgfmt", so it can be a program name with args.
14813 set dummy gmsgfmt; ac_word=$2
14814 echo "$as_me:$LINENO: checking for $ac_word" >&5
14815 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14816 if test "${ac_cv_path_GMSGFMT+set}" = set; then
14817 echo $ECHO_N "(cached) $ECHO_C" >&6
14818 else
14819 case $GMSGFMT in
14820 [\\/]* | ?:[\\/]*)
14821 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
14824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14825 for as_dir in $PATH
14827 IFS=$as_save_IFS
14828 test -z "$as_dir" && as_dir=.
14829 for ac_exec_ext in '' $ac_executable_extensions; do
14830 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14831 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
14832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14833 break 2
14835 done
14836 done
14838 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
14840 esac
14842 GMSGFMT=$ac_cv_path_GMSGFMT
14844 if test -n "$GMSGFMT"; then
14845 echo "$as_me:$LINENO: result: $GMSGFMT" >&5
14846 echo "${ECHO_T}$GMSGFMT" >&6
14847 else
14848 echo "$as_me:$LINENO: result: no" >&5
14849 echo "${ECHO_T}no" >&6
14853 # Extract the first word of "xgettext", so it can be a program name with args.
14854 set dummy xgettext; ac_word=$2
14855 echo "$as_me:$LINENO: checking for $ac_word" >&5
14856 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14857 if test "${ac_cv_path_XGETTEXT+set}" = set; then
14858 echo $ECHO_N "(cached) $ECHO_C" >&6
14859 else
14860 case "$XGETTEXT" in
14862 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
14865 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
14866 for ac_dir in $PATH; do
14867 test -z "$ac_dir" && ac_dir=.
14868 if test -f $ac_dir/$ac_word; then
14869 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
14870 (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
14871 ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
14872 break
14875 done
14876 IFS="$ac_save_ifs"
14877 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
14879 esac
14881 XGETTEXT="$ac_cv_path_XGETTEXT"
14882 if test "$XGETTEXT" != ":"; then
14883 echo "$as_me:$LINENO: result: $XGETTEXT" >&5
14884 echo "${ECHO_T}$XGETTEXT" >&6
14885 else
14886 echo "$as_me:$LINENO: result: no" >&5
14887 echo "${ECHO_T}no" >&6
14890 rm -f messages.po
14892 # Extract the first word of "msgmerge", so it can be a program name with args.
14893 set dummy msgmerge; ac_word=$2
14894 echo "$as_me:$LINENO: checking for $ac_word" >&5
14895 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14896 if test "${ac_cv_path_MSGMERGE+set}" = set; then
14897 echo $ECHO_N "(cached) $ECHO_C" >&6
14898 else
14899 case "$MSGMERGE" in
14901 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
14904 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
14905 for ac_dir in $PATH; do
14906 test -z "$ac_dir" && ac_dir=.
14907 if test -f $ac_dir/$ac_word; then
14908 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
14909 ac_cv_path_MSGMERGE="$ac_dir/$ac_word"
14910 break
14913 done
14914 IFS="$ac_save_ifs"
14915 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
14917 esac
14919 MSGMERGE="$ac_cv_path_MSGMERGE"
14920 if test "$MSGMERGE" != ":"; then
14921 echo "$as_me:$LINENO: result: $MSGMERGE" >&5
14922 echo "${ECHO_T}$MSGMERGE" >&6
14923 else
14924 echo "$as_me:$LINENO: result: no" >&5
14925 echo "${ECHO_T}no" >&6
14929 if test "$GMSGFMT" != ":"; then
14930 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
14931 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
14933 else
14934 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
14935 echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
14936 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6
14937 GMSGFMT=":"
14941 if test "$XGETTEXT" != ":"; then
14942 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
14943 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
14945 else
14946 echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
14947 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6
14948 XGETTEXT=":"
14950 rm -f messages.po
14953 ac_config_commands="$ac_config_commands default-1"
14956 echo "$as_me:$LINENO: checking for library containing strerror" >&5
14957 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
14958 if test "${ac_cv_search_strerror+set}" = set; then
14959 echo $ECHO_N "(cached) $ECHO_C" >&6
14960 else
14961 ac_func_search_save_LIBS=$LIBS
14962 ac_cv_search_strerror=no
14963 cat >conftest.$ac_ext <<_ACEOF
14964 /* confdefs.h. */
14965 _ACEOF
14966 cat confdefs.h >>conftest.$ac_ext
14967 cat >>conftest.$ac_ext <<_ACEOF
14968 /* end confdefs.h. */
14970 /* Override any gcc2 internal prototype to avoid an error. */
14971 #ifdef __cplusplus
14972 extern "C"
14973 #endif
14974 /* We use char because int might match the return type of a gcc2
14975 builtin and then its argument prototype would still apply. */
14976 char strerror ();
14978 main ()
14980 strerror ();
14982 return 0;
14984 _ACEOF
14985 rm -f conftest.$ac_objext conftest$ac_exeext
14986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14987 (eval $ac_link) 2>conftest.er1
14988 ac_status=$?
14989 grep -v '^ *+' conftest.er1 >conftest.err
14990 rm -f conftest.er1
14991 cat conftest.err >&5
14992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14993 (exit $ac_status); } &&
14994 { ac_try='test -z "$ac_c_werror_flag"
14995 || test ! -s conftest.err'
14996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14997 (eval $ac_try) 2>&5
14998 ac_status=$?
14999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15000 (exit $ac_status); }; } &&
15001 { ac_try='test -s conftest$ac_exeext'
15002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15003 (eval $ac_try) 2>&5
15004 ac_status=$?
15005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15006 (exit $ac_status); }; }; then
15007 ac_cv_search_strerror="none required"
15008 else
15009 echo "$as_me: failed program was:" >&5
15010 sed 's/^/| /' conftest.$ac_ext >&5
15013 rm -f conftest.err conftest.$ac_objext \
15014 conftest$ac_exeext conftest.$ac_ext
15015 if test "$ac_cv_search_strerror" = no; then
15016 for ac_lib in cposix; do
15017 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
15018 cat >conftest.$ac_ext <<_ACEOF
15019 /* confdefs.h. */
15020 _ACEOF
15021 cat confdefs.h >>conftest.$ac_ext
15022 cat >>conftest.$ac_ext <<_ACEOF
15023 /* end confdefs.h. */
15025 /* Override any gcc2 internal prototype to avoid an error. */
15026 #ifdef __cplusplus
15027 extern "C"
15028 #endif
15029 /* We use char because int might match the return type of a gcc2
15030 builtin and then its argument prototype would still apply. */
15031 char strerror ();
15033 main ()
15035 strerror ();
15037 return 0;
15039 _ACEOF
15040 rm -f conftest.$ac_objext conftest$ac_exeext
15041 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15042 (eval $ac_link) 2>conftest.er1
15043 ac_status=$?
15044 grep -v '^ *+' conftest.er1 >conftest.err
15045 rm -f conftest.er1
15046 cat conftest.err >&5
15047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15048 (exit $ac_status); } &&
15049 { ac_try='test -z "$ac_c_werror_flag"
15050 || test ! -s conftest.err'
15051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15052 (eval $ac_try) 2>&5
15053 ac_status=$?
15054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15055 (exit $ac_status); }; } &&
15056 { ac_try='test -s conftest$ac_exeext'
15057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15058 (eval $ac_try) 2>&5
15059 ac_status=$?
15060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15061 (exit $ac_status); }; }; then
15062 ac_cv_search_strerror="-l$ac_lib"
15063 break
15064 else
15065 echo "$as_me: failed program was:" >&5
15066 sed 's/^/| /' conftest.$ac_ext >&5
15069 rm -f conftest.err conftest.$ac_objext \
15070 conftest$ac_exeext conftest.$ac_ext
15071 done
15073 LIBS=$ac_func_search_save_LIBS
15075 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
15076 echo "${ECHO_T}$ac_cv_search_strerror" >&6
15077 if test "$ac_cv_search_strerror" != no; then
15078 test "$ac_cv_search_strerror" = "none required" || LIBS="$ac_cv_search_strerror $LIBS"
15083 echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5
15084 echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6
15085 if test "${ac_cv_gnu_library_2_1+set}" = set; then
15086 echo $ECHO_N "(cached) $ECHO_C" >&6
15087 else
15088 cat >conftest.$ac_ext <<_ACEOF
15089 /* confdefs.h. */
15090 _ACEOF
15091 cat confdefs.h >>conftest.$ac_ext
15092 cat >>conftest.$ac_ext <<_ACEOF
15093 /* end confdefs.h. */
15095 #include <features.h>
15096 #ifdef __GNU_LIBRARY__
15097 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
15098 Lucky GNU user
15099 #endif
15100 #endif
15102 _ACEOF
15103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15104 $EGREP "Lucky GNU user" >/dev/null 2>&1; then
15105 ac_cv_gnu_library_2_1=yes
15106 else
15107 ac_cv_gnu_library_2_1=no
15109 rm -f conftest*
15114 echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5
15115 echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6
15117 GLIBC21="$ac_cv_gnu_library_2_1"
15122 echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5
15123 echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6
15124 if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then
15125 echo $ECHO_N "(cached) $ECHO_C" >&6
15126 else
15128 if test "$cross_compiling" = yes; then
15130 # Guess based on the CPU.
15131 case "$host_cpu" in
15132 alpha* | i3456786 | m68k | s390*)
15133 gt_cv_int_divbyzero_sigfpe="guessing yes";;
15135 gt_cv_int_divbyzero_sigfpe="guessing no";;
15136 esac
15138 else
15139 cat >conftest.$ac_ext <<_ACEOF
15140 /* confdefs.h. */
15141 _ACEOF
15142 cat confdefs.h >>conftest.$ac_ext
15143 cat >>conftest.$ac_ext <<_ACEOF
15144 /* end confdefs.h. */
15146 #include <stdlib.h>
15147 #include <signal.h>
15149 static void
15150 #ifdef __cplusplus
15151 sigfpe_handler (int sig)
15152 #else
15153 sigfpe_handler (sig) int sig;
15154 #endif
15156 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
15157 exit (sig != SIGFPE);
15160 int x = 1;
15161 int y = 0;
15162 int z;
15163 int nan;
15165 int main ()
15167 signal (SIGFPE, sigfpe_handler);
15168 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
15169 #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
15170 signal (SIGTRAP, sigfpe_handler);
15171 #endif
15172 /* Linux/SPARC yields signal SIGILL. */
15173 #if defined (__sparc__) && defined (__linux__)
15174 signal (SIGILL, sigfpe_handler);
15175 #endif
15177 z = x / y;
15178 nan = y / y;
15179 exit (1);
15182 _ACEOF
15183 rm -f conftest$ac_exeext
15184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15185 (eval $ac_link) 2>&5
15186 ac_status=$?
15187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15188 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15190 (eval $ac_try) 2>&5
15191 ac_status=$?
15192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15193 (exit $ac_status); }; }; then
15194 gt_cv_int_divbyzero_sigfpe=yes
15195 else
15196 echo "$as_me: program exited with status $ac_status" >&5
15197 echo "$as_me: failed program was:" >&5
15198 sed 's/^/| /' conftest.$ac_ext >&5
15200 ( exit $ac_status )
15201 gt_cv_int_divbyzero_sigfpe=no
15203 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15207 echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5
15208 echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6
15209 case "$gt_cv_int_divbyzero_sigfpe" in
15210 *yes) value=1;;
15211 *) value=0;;
15212 esac
15214 cat >>confdefs.h <<_ACEOF
15215 #define INTDIV0_RAISES_SIGFPE $value
15216 _ACEOF
15220 echo "$as_me:$LINENO: checking for inttypes.h" >&5
15221 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6
15222 if test "${jm_ac_cv_header_inttypes_h+set}" = set; then
15223 echo $ECHO_N "(cached) $ECHO_C" >&6
15224 else
15225 cat >conftest.$ac_ext <<_ACEOF
15226 /* confdefs.h. */
15227 _ACEOF
15228 cat confdefs.h >>conftest.$ac_ext
15229 cat >>conftest.$ac_ext <<_ACEOF
15230 /* end confdefs.h. */
15231 #include <sys/types.h>
15232 #include <inttypes.h>
15234 main ()
15236 uintmax_t i = (uintmax_t) -1;
15238 return 0;
15240 _ACEOF
15241 rm -f conftest.$ac_objext
15242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15243 (eval $ac_compile) 2>conftest.er1
15244 ac_status=$?
15245 grep -v '^ *+' conftest.er1 >conftest.err
15246 rm -f conftest.er1
15247 cat conftest.err >&5
15248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15249 (exit $ac_status); } &&
15250 { ac_try='test -z "$ac_c_werror_flag"
15251 || test ! -s conftest.err'
15252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15253 (eval $ac_try) 2>&5
15254 ac_status=$?
15255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15256 (exit $ac_status); }; } &&
15257 { ac_try='test -s conftest.$ac_objext'
15258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15259 (eval $ac_try) 2>&5
15260 ac_status=$?
15261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); }; }; then
15263 jm_ac_cv_header_inttypes_h=yes
15264 else
15265 echo "$as_me: failed program was:" >&5
15266 sed 's/^/| /' conftest.$ac_ext >&5
15268 jm_ac_cv_header_inttypes_h=no
15270 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15272 echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5
15273 echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6
15274 if test $jm_ac_cv_header_inttypes_h = yes; then
15276 cat >>confdefs.h <<_ACEOF
15277 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
15278 _ACEOF
15283 echo "$as_me:$LINENO: checking for stdint.h" >&5
15284 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6
15285 if test "${jm_ac_cv_header_stdint_h+set}" = set; then
15286 echo $ECHO_N "(cached) $ECHO_C" >&6
15287 else
15288 cat >conftest.$ac_ext <<_ACEOF
15289 /* confdefs.h. */
15290 _ACEOF
15291 cat confdefs.h >>conftest.$ac_ext
15292 cat >>conftest.$ac_ext <<_ACEOF
15293 /* end confdefs.h. */
15294 #include <sys/types.h>
15295 #include <stdint.h>
15297 main ()
15299 uintmax_t i = (uintmax_t) -1;
15301 return 0;
15303 _ACEOF
15304 rm -f conftest.$ac_objext
15305 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15306 (eval $ac_compile) 2>conftest.er1
15307 ac_status=$?
15308 grep -v '^ *+' conftest.er1 >conftest.err
15309 rm -f conftest.er1
15310 cat conftest.err >&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } &&
15313 { ac_try='test -z "$ac_c_werror_flag"
15314 || test ! -s conftest.err'
15315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15316 (eval $ac_try) 2>&5
15317 ac_status=$?
15318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15319 (exit $ac_status); }; } &&
15320 { ac_try='test -s conftest.$ac_objext'
15321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15322 (eval $ac_try) 2>&5
15323 ac_status=$?
15324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15325 (exit $ac_status); }; }; then
15326 jm_ac_cv_header_stdint_h=yes
15327 else
15328 echo "$as_me: failed program was:" >&5
15329 sed 's/^/| /' conftest.$ac_ext >&5
15331 jm_ac_cv_header_stdint_h=no
15333 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15335 echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5
15336 echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6
15337 if test $jm_ac_cv_header_stdint_h = yes; then
15339 cat >>confdefs.h <<_ACEOF
15340 #define HAVE_STDINT_H_WITH_UINTMAX 1
15341 _ACEOF
15346 echo "$as_me:$LINENO: checking for unsigned long long" >&5
15347 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6
15348 if test "${ac_cv_type_unsigned_long_long+set}" = set; then
15349 echo $ECHO_N "(cached) $ECHO_C" >&6
15350 else
15351 cat >conftest.$ac_ext <<_ACEOF
15352 /* confdefs.h. */
15353 _ACEOF
15354 cat confdefs.h >>conftest.$ac_ext
15355 cat >>conftest.$ac_ext <<_ACEOF
15356 /* end confdefs.h. */
15357 unsigned long long ull = 1; int i = 63;
15359 main ()
15361 unsigned long long ullmax = (unsigned long long) -1;
15362 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
15364 return 0;
15366 _ACEOF
15367 rm -f conftest.$ac_objext conftest$ac_exeext
15368 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15369 (eval $ac_link) 2>conftest.er1
15370 ac_status=$?
15371 grep -v '^ *+' conftest.er1 >conftest.err
15372 rm -f conftest.er1
15373 cat conftest.err >&5
15374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15375 (exit $ac_status); } &&
15376 { ac_try='test -z "$ac_c_werror_flag"
15377 || test ! -s conftest.err'
15378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15379 (eval $ac_try) 2>&5
15380 ac_status=$?
15381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15382 (exit $ac_status); }; } &&
15383 { ac_try='test -s conftest$ac_exeext'
15384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15385 (eval $ac_try) 2>&5
15386 ac_status=$?
15387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15388 (exit $ac_status); }; }; then
15389 ac_cv_type_unsigned_long_long=yes
15390 else
15391 echo "$as_me: failed program was:" >&5
15392 sed 's/^/| /' conftest.$ac_ext >&5
15394 ac_cv_type_unsigned_long_long=no
15396 rm -f conftest.err conftest.$ac_objext \
15397 conftest$ac_exeext conftest.$ac_ext
15399 echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5
15400 echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6
15401 if test $ac_cv_type_unsigned_long_long = yes; then
15403 cat >>confdefs.h <<\_ACEOF
15404 #define HAVE_UNSIGNED_LONG_LONG 1
15405 _ACEOF
15412 if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
15414 test $ac_cv_type_unsigned_long_long = yes \
15415 && ac_type='unsigned long long' \
15416 || ac_type='unsigned long'
15418 cat >>confdefs.h <<_ACEOF
15419 #define uintmax_t $ac_type
15420 _ACEOF
15425 echo "$as_me:$LINENO: checking for inttypes.h" >&5
15426 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6
15427 if test "${gt_cv_header_inttypes_h+set}" = set; then
15428 echo $ECHO_N "(cached) $ECHO_C" >&6
15429 else
15431 cat >conftest.$ac_ext <<_ACEOF
15432 /* confdefs.h. */
15433 _ACEOF
15434 cat confdefs.h >>conftest.$ac_ext
15435 cat >>conftest.$ac_ext <<_ACEOF
15436 /* end confdefs.h. */
15437 #include <sys/types.h>
15438 #include <inttypes.h>
15440 main ()
15444 return 0;
15446 _ACEOF
15447 rm -f conftest.$ac_objext
15448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15449 (eval $ac_compile) 2>conftest.er1
15450 ac_status=$?
15451 grep -v '^ *+' conftest.er1 >conftest.err
15452 rm -f conftest.er1
15453 cat conftest.err >&5
15454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15455 (exit $ac_status); } &&
15456 { ac_try='test -z "$ac_c_werror_flag"
15457 || test ! -s conftest.err'
15458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15459 (eval $ac_try) 2>&5
15460 ac_status=$?
15461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15462 (exit $ac_status); }; } &&
15463 { ac_try='test -s conftest.$ac_objext'
15464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15465 (eval $ac_try) 2>&5
15466 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; }; then
15469 gt_cv_header_inttypes_h=yes
15470 else
15471 echo "$as_me: failed program was:" >&5
15472 sed 's/^/| /' conftest.$ac_ext >&5
15474 gt_cv_header_inttypes_h=no
15476 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15479 echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5
15480 echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6
15481 if test $gt_cv_header_inttypes_h = yes; then
15483 cat >>confdefs.h <<_ACEOF
15484 #define HAVE_INTTYPES_H 1
15485 _ACEOF
15491 if test $gt_cv_header_inttypes_h = yes; then
15492 echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5
15493 echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6
15494 if test "${gt_cv_inttypes_pri_broken+set}" = set; then
15495 echo $ECHO_N "(cached) $ECHO_C" >&6
15496 else
15498 cat >conftest.$ac_ext <<_ACEOF
15499 /* confdefs.h. */
15500 _ACEOF
15501 cat confdefs.h >>conftest.$ac_ext
15502 cat >>conftest.$ac_ext <<_ACEOF
15503 /* end confdefs.h. */
15504 #include <inttypes.h>
15505 #ifdef PRId32
15506 char *p = PRId32;
15507 #endif
15510 main ()
15514 return 0;
15516 _ACEOF
15517 rm -f conftest.$ac_objext
15518 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15519 (eval $ac_compile) 2>conftest.er1
15520 ac_status=$?
15521 grep -v '^ *+' conftest.er1 >conftest.err
15522 rm -f conftest.er1
15523 cat conftest.err >&5
15524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15525 (exit $ac_status); } &&
15526 { ac_try='test -z "$ac_c_werror_flag"
15527 || test ! -s conftest.err'
15528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15529 (eval $ac_try) 2>&5
15530 ac_status=$?
15531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15532 (exit $ac_status); }; } &&
15533 { ac_try='test -s conftest.$ac_objext'
15534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15535 (eval $ac_try) 2>&5
15536 ac_status=$?
15537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538 (exit $ac_status); }; }; then
15539 gt_cv_inttypes_pri_broken=no
15540 else
15541 echo "$as_me: failed program was:" >&5
15542 sed 's/^/| /' conftest.$ac_ext >&5
15544 gt_cv_inttypes_pri_broken=yes
15546 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15549 echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5
15550 echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6
15552 if test "$gt_cv_inttypes_pri_broken" = yes; then
15554 cat >>confdefs.h <<_ACEOF
15555 #define PRI_MACROS_BROKEN 1
15556 _ACEOF
15561 if test "X$prefix" = "XNONE"; then
15562 acl_final_prefix="$ac_default_prefix"
15563 else
15564 acl_final_prefix="$prefix"
15566 if test "X$exec_prefix" = "XNONE"; then
15567 acl_final_exec_prefix='${prefix}'
15568 else
15569 acl_final_exec_prefix="$exec_prefix"
15571 acl_save_prefix="$prefix"
15572 prefix="$acl_final_prefix"
15573 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
15574 prefix="$acl_save_prefix"
15577 # Check whether --with-gnu-ld or --without-gnu-ld was given.
15578 if test "${with_gnu_ld+set}" = set; then
15579 withval="$with_gnu_ld"
15580 test "$withval" = no || with_gnu_ld=yes
15581 else
15582 with_gnu_ld=no
15584 ac_prog=ld
15585 if test "$GCC" = yes; then
15586 # Check if gcc -print-prog-name=ld gives a path.
15587 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
15588 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
15589 case $host in
15590 *-*-mingw*)
15591 # gcc leaves a trailing carriage return which upsets mingw
15592 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15594 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
15595 esac
15596 case $ac_prog in
15597 # Accept absolute paths.
15598 [\\/]* | [A-Za-z]:[\\/]*)
15599 re_direlt='/[^/][^/]*/\.\./'
15600 # Canonicalize the path of ld
15601 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
15602 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
15603 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
15604 done
15605 test -z "$LD" && LD="$ac_prog"
15608 # If it fails, then pretend we aren't using GCC.
15609 ac_prog=ld
15612 # If it is relative, then search for the first ld in PATH.
15613 with_gnu_ld=unknown
15615 esac
15616 elif test "$with_gnu_ld" = yes; then
15617 echo "$as_me:$LINENO: checking for GNU ld" >&5
15618 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
15619 else
15620 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
15621 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
15623 if test "${acl_cv_path_LD+set}" = set; then
15624 echo $ECHO_N "(cached) $ECHO_C" >&6
15625 else
15626 if test -z "$LD"; then
15627 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
15628 for ac_dir in $PATH; do
15629 test -z "$ac_dir" && ac_dir=.
15630 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
15631 acl_cv_path_LD="$ac_dir/$ac_prog"
15632 # Check to see if the program is GNU ld. I'd rather use --version,
15633 # but apparently some GNU ld's only accept -v.
15634 # Break only if it was the GNU/non-GNU ld that we prefer.
15635 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
15636 test "$with_gnu_ld" != no && break
15637 else
15638 test "$with_gnu_ld" != yes && break
15641 done
15642 IFS="$ac_save_ifs"
15643 else
15644 acl_cv_path_LD="$LD" # Let the user override the test with a path.
15648 LD="$acl_cv_path_LD"
15649 if test -n "$LD"; then
15650 echo "$as_me:$LINENO: result: $LD" >&5
15651 echo "${ECHO_T}$LD" >&6
15652 else
15653 echo "$as_me:$LINENO: result: no" >&5
15654 echo "${ECHO_T}no" >&6
15656 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
15657 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
15658 { (exit 1); exit 1; }; }
15659 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
15660 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
15661 if test "${acl_cv_prog_gnu_ld+set}" = set; then
15662 echo $ECHO_N "(cached) $ECHO_C" >&6
15663 else
15664 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
15665 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
15666 acl_cv_prog_gnu_ld=yes
15667 else
15668 acl_cv_prog_gnu_ld=no
15671 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
15672 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
15673 with_gnu_ld=$acl_cv_prog_gnu_ld
15677 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
15678 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
15679 if test "${acl_cv_rpath+set}" = set; then
15680 echo $ECHO_N "(cached) $ECHO_C" >&6
15681 else
15683 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
15684 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
15685 . ./conftest.sh
15686 rm -f ./conftest.sh
15687 acl_cv_rpath=done
15690 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
15691 echo "${ECHO_T}$acl_cv_rpath" >&6
15692 wl="$acl_cv_wl"
15693 libext="$acl_cv_libext"
15694 shlibext="$acl_cv_shlibext"
15695 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
15696 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
15697 hardcode_direct="$acl_cv_hardcode_direct"
15698 hardcode_minus_L="$acl_cv_hardcode_minus_L"
15699 sys_lib_search_path_spec="$acl_cv_sys_lib_search_path_spec"
15700 sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
15701 # Check whether --enable-rpath or --disable-rpath was given.
15702 if test "${enable_rpath+set}" = set; then
15703 enableval="$enable_rpath"
15705 else
15706 enable_rpath=yes
15715 use_additional=yes
15717 acl_save_prefix="$prefix"
15718 prefix="$acl_final_prefix"
15719 acl_save_exec_prefix="$exec_prefix"
15720 exec_prefix="$acl_final_exec_prefix"
15722 eval additional_includedir=\"$includedir\"
15723 eval additional_libdir=\"$libdir\"
15725 exec_prefix="$acl_save_exec_prefix"
15726 prefix="$acl_save_prefix"
15729 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
15730 if test "${with_libiconv_prefix+set}" = set; then
15731 withval="$with_libiconv_prefix"
15733 if test "X$withval" = "Xno"; then
15734 use_additional=no
15735 else
15736 if test "X$withval" = "X"; then
15738 acl_save_prefix="$prefix"
15739 prefix="$acl_final_prefix"
15740 acl_save_exec_prefix="$exec_prefix"
15741 exec_prefix="$acl_final_exec_prefix"
15743 eval additional_includedir=\"$includedir\"
15744 eval additional_libdir=\"$libdir\"
15746 exec_prefix="$acl_save_exec_prefix"
15747 prefix="$acl_save_prefix"
15749 else
15750 additional_includedir="$withval/include"
15751 additional_libdir="$withval/lib"
15756 LIBICONV=
15757 LTLIBICONV=
15758 INCICONV=
15759 rpathdirs=
15760 ltrpathdirs=
15761 names_already_handled=
15762 names_next_round='iconv '
15763 while test -n "$names_next_round"; do
15764 names_this_round="$names_next_round"
15765 names_next_round=
15766 for name in $names_this_round; do
15767 already_handled=
15768 for n in $names_already_handled; do
15769 if test "$n" = "$name"; then
15770 already_handled=yes
15771 break
15773 done
15774 if test -z "$already_handled"; then
15775 names_already_handled="$names_already_handled $name"
15776 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
15777 eval value=\"\$HAVE_LIB$uppername\"
15778 if test -n "$value"; then
15779 if test "$value" = yes; then
15780 eval value=\"\$LIB$uppername\"
15781 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
15782 eval value=\"\$LTLIB$uppername\"
15783 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
15784 else
15787 else
15788 found_dir=
15789 found_la=
15790 found_so=
15791 found_a=
15792 if test $use_additional = yes; then
15793 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
15794 found_dir="$additional_libdir"
15795 found_so="$additional_libdir/lib$name.$shlibext"
15796 if test -f "$additional_libdir/lib$name.la"; then
15797 found_la="$additional_libdir/lib$name.la"
15799 else
15800 if test -f "$additional_libdir/lib$name.$libext"; then
15801 found_dir="$additional_libdir"
15802 found_a="$additional_libdir/lib$name.$libext"
15803 if test -f "$additional_libdir/lib$name.la"; then
15804 found_la="$additional_libdir/lib$name.la"
15809 if test "X$found_dir" = "X"; then
15810 for x in $LDFLAGS $LTLIBICONV; do
15812 acl_save_prefix="$prefix"
15813 prefix="$acl_final_prefix"
15814 acl_save_exec_prefix="$exec_prefix"
15815 exec_prefix="$acl_final_exec_prefix"
15816 eval x=\"$x\"
15817 exec_prefix="$acl_save_exec_prefix"
15818 prefix="$acl_save_prefix"
15820 case "$x" in
15821 -L*)
15822 dir=`echo "X$x" | sed -e 's/^X-L//'`
15823 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
15824 found_dir="$dir"
15825 found_so="$dir/lib$name.$shlibext"
15826 if test -f "$dir/lib$name.la"; then
15827 found_la="$dir/lib$name.la"
15829 else
15830 if test -f "$dir/lib$name.$libext"; then
15831 found_dir="$dir"
15832 found_a="$dir/lib$name.$libext"
15833 if test -f "$dir/lib$name.la"; then
15834 found_la="$dir/lib$name.la"
15839 esac
15840 if test "X$found_dir" != "X"; then
15841 break
15843 done
15845 if test "X$found_dir" != "X"; then
15846 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
15847 if test "X$found_so" != "X"; then
15848 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
15849 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
15850 else
15851 haveit=
15852 for x in $ltrpathdirs; do
15853 if test "X$x" = "X$found_dir"; then
15854 haveit=yes
15855 break
15857 done
15858 if test -z "$haveit"; then
15859 ltrpathdirs="$ltrpathdirs $found_dir"
15861 if test "$hardcode_direct" = yes; then
15862 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
15863 else
15864 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
15865 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
15866 haveit=
15867 for x in $rpathdirs; do
15868 if test "X$x" = "X$found_dir"; then
15869 haveit=yes
15870 break
15872 done
15873 if test -z "$haveit"; then
15874 rpathdirs="$rpathdirs $found_dir"
15876 else
15877 haveit=
15878 for x in $LDFLAGS $LIBICONV; do
15880 acl_save_prefix="$prefix"
15881 prefix="$acl_final_prefix"
15882 acl_save_exec_prefix="$exec_prefix"
15883 exec_prefix="$acl_final_exec_prefix"
15884 eval x=\"$x\"
15885 exec_prefix="$acl_save_exec_prefix"
15886 prefix="$acl_save_prefix"
15888 if test "X$x" = "X-L$found_dir"; then
15889 haveit=yes
15890 break
15892 done
15893 if test -z "$haveit"; then
15894 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
15896 if test "$hardcode_minus_L" != no; then
15897 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
15898 else
15899 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
15904 else
15905 if test "X$found_a" != "X"; then
15906 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
15907 else
15908 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
15911 additional_includedir=
15912 case "$found_dir" in
15913 */lib | */lib/)
15914 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
15915 additional_includedir="$basedir/include"
15917 esac
15918 if test "X$additional_includedir" != "X"; then
15919 if test "X$additional_includedir" != "X/usr/include"; then
15920 haveit=
15921 if test "X$additional_includedir" = "X/usr/local/include"; then
15922 if test -n "$GCC"; then
15923 case $host_os in
15924 linux*) haveit=yes;;
15925 esac
15928 if test -z "$haveit"; then
15929 for x in $CPPFLAGS $INCICONV; do
15931 acl_save_prefix="$prefix"
15932 prefix="$acl_final_prefix"
15933 acl_save_exec_prefix="$exec_prefix"
15934 exec_prefix="$acl_final_exec_prefix"
15935 eval x=\"$x\"
15936 exec_prefix="$acl_save_exec_prefix"
15937 prefix="$acl_save_prefix"
15939 if test "X$x" = "X-I$additional_includedir"; then
15940 haveit=yes
15941 break
15943 done
15944 if test -z "$haveit"; then
15945 if test -d "$additional_includedir"; then
15946 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
15952 if test -n "$found_la"; then
15953 save_libdir="$libdir"
15954 case "$found_la" in
15955 */* | *\\*) . "$found_la" ;;
15956 *) . "./$found_la" ;;
15957 esac
15958 libdir="$save_libdir"
15959 for dep in $dependency_libs; do
15960 case "$dep" in
15961 -L*)
15962 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
15963 if test "X$additional_libdir" != "X/usr/lib"; then
15964 haveit=
15965 if test "X$additional_libdir" = "X/usr/local/lib"; then
15966 if test -n "$GCC"; then
15967 case $host_os in
15968 linux*) haveit=yes;;
15969 esac
15972 if test -z "$haveit"; then
15973 haveit=
15974 for x in $LDFLAGS $LIBICONV; do
15976 acl_save_prefix="$prefix"
15977 prefix="$acl_final_prefix"
15978 acl_save_exec_prefix="$exec_prefix"
15979 exec_prefix="$acl_final_exec_prefix"
15980 eval x=\"$x\"
15981 exec_prefix="$acl_save_exec_prefix"
15982 prefix="$acl_save_prefix"
15984 if test "X$x" = "X-L$additional_libdir"; then
15985 haveit=yes
15986 break
15988 done
15989 if test -z "$haveit"; then
15990 if test -d "$additional_libdir"; then
15991 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
15994 haveit=
15995 for x in $LDFLAGS $LTLIBICONV; do
15997 acl_save_prefix="$prefix"
15998 prefix="$acl_final_prefix"
15999 acl_save_exec_prefix="$exec_prefix"
16000 exec_prefix="$acl_final_exec_prefix"
16001 eval x=\"$x\"
16002 exec_prefix="$acl_save_exec_prefix"
16003 prefix="$acl_save_prefix"
16005 if test "X$x" = "X-L$additional_libdir"; then
16006 haveit=yes
16007 break
16009 done
16010 if test -z "$haveit"; then
16011 if test -d "$additional_libdir"; then
16012 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
16018 -R*)
16019 dir=`echo "X$dep" | sed -e 's/^X-R//'`
16020 if test "$enable_rpath" != no; then
16021 haveit=
16022 for x in $rpathdirs; do
16023 if test "X$x" = "X$dir"; then
16024 haveit=yes
16025 break
16027 done
16028 if test -z "$haveit"; then
16029 rpathdirs="$rpathdirs $dir"
16031 haveit=
16032 for x in $ltrpathdirs; do
16033 if test "X$x" = "X$dir"; then
16034 haveit=yes
16035 break
16037 done
16038 if test -z "$haveit"; then
16039 ltrpathdirs="$ltrpathdirs $dir"
16043 -l*)
16044 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
16046 *.la)
16047 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
16050 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
16051 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
16053 esac
16054 done
16056 else
16057 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
16058 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
16062 done
16063 done
16064 if test "X$rpathdirs" != "X"; then
16065 if test -n "$hardcode_libdir_separator"; then
16066 alldirs=
16067 for found_dir in $rpathdirs; do
16068 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
16069 done
16070 acl_save_libdir="$libdir"
16071 libdir="$alldirs"
16072 eval flag=\"$hardcode_libdir_flag_spec\"
16073 libdir="$acl_save_libdir"
16074 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
16075 else
16076 for found_dir in $rpathdirs; do
16077 acl_save_libdir="$libdir"
16078 libdir="$found_dir"
16079 eval flag=\"$hardcode_libdir_flag_spec\"
16080 libdir="$acl_save_libdir"
16081 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
16082 done
16085 if test "X$ltrpathdirs" != "X"; then
16086 for found_dir in $ltrpathdirs; do
16087 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
16088 done
16104 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
16105 stdlib.h string.h unistd.h sys/param.h
16107 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16108 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16109 echo "$as_me:$LINENO: checking for $ac_header" >&5
16110 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16111 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16112 echo $ECHO_N "(cached) $ECHO_C" >&6
16114 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16115 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16116 else
16117 # Is the header compilable?
16118 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16119 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16120 cat >conftest.$ac_ext <<_ACEOF
16121 /* confdefs.h. */
16122 _ACEOF
16123 cat confdefs.h >>conftest.$ac_ext
16124 cat >>conftest.$ac_ext <<_ACEOF
16125 /* end confdefs.h. */
16126 $ac_includes_default
16127 #include <$ac_header>
16128 _ACEOF
16129 rm -f conftest.$ac_objext
16130 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16131 (eval $ac_compile) 2>conftest.er1
16132 ac_status=$?
16133 grep -v '^ *+' conftest.er1 >conftest.err
16134 rm -f conftest.er1
16135 cat conftest.err >&5
16136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16137 (exit $ac_status); } &&
16138 { ac_try='test -z "$ac_c_werror_flag"
16139 || test ! -s conftest.err'
16140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16141 (eval $ac_try) 2>&5
16142 ac_status=$?
16143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16144 (exit $ac_status); }; } &&
16145 { ac_try='test -s conftest.$ac_objext'
16146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16147 (eval $ac_try) 2>&5
16148 ac_status=$?
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); }; }; then
16151 ac_header_compiler=yes
16152 else
16153 echo "$as_me: failed program was:" >&5
16154 sed 's/^/| /' conftest.$ac_ext >&5
16156 ac_header_compiler=no
16158 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16159 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16160 echo "${ECHO_T}$ac_header_compiler" >&6
16162 # Is the header present?
16163 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16164 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16165 cat >conftest.$ac_ext <<_ACEOF
16166 /* confdefs.h. */
16167 _ACEOF
16168 cat confdefs.h >>conftest.$ac_ext
16169 cat >>conftest.$ac_ext <<_ACEOF
16170 /* end confdefs.h. */
16171 #include <$ac_header>
16172 _ACEOF
16173 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16174 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
16175 ac_status=$?
16176 grep -v '^ *+' conftest.er1 >conftest.err
16177 rm -f conftest.er1
16178 cat conftest.err >&5
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); } >/dev/null; then
16181 if test -s conftest.err; then
16182 ac_cpp_err=$ac_c_preproc_warn_flag
16183 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16184 else
16185 ac_cpp_err=
16187 else
16188 ac_cpp_err=yes
16190 if test -z "$ac_cpp_err"; then
16191 ac_header_preproc=yes
16192 else
16193 echo "$as_me: failed program was:" >&5
16194 sed 's/^/| /' conftest.$ac_ext >&5
16196 ac_header_preproc=no
16198 rm -f conftest.err conftest.$ac_ext
16199 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16200 echo "${ECHO_T}$ac_header_preproc" >&6
16202 # So? What about this header?
16203 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16204 yes:no: )
16205 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16206 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16207 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16208 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16209 ac_header_preproc=yes
16211 no:yes:* )
16212 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16213 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16214 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16215 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16216 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16217 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16218 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16219 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16220 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16221 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16222 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16223 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16225 cat <<\_ASBOX
16226 ## ------------------------------ ##
16227 ## Report this to admin@amule.org ##
16228 ## ------------------------------ ##
16229 _ASBOX
16231 sed "s/^/$as_me: WARNING: /" >&2
16233 esac
16234 echo "$as_me:$LINENO: checking for $ac_header" >&5
16235 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16236 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16237 echo $ECHO_N "(cached) $ECHO_C" >&6
16238 else
16239 eval "$as_ac_Header=\$ac_header_preproc"
16241 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16242 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16245 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16246 cat >>confdefs.h <<_ACEOF
16247 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16248 _ACEOF
16252 done
16275 for ac_func in feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
16276 geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
16277 strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next
16279 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16280 echo "$as_me:$LINENO: checking for $ac_func" >&5
16281 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16282 if eval "test \"\${$as_ac_var+set}\" = set"; then
16283 echo $ECHO_N "(cached) $ECHO_C" >&6
16284 else
16285 cat >conftest.$ac_ext <<_ACEOF
16286 /* confdefs.h. */
16287 _ACEOF
16288 cat confdefs.h >>conftest.$ac_ext
16289 cat >>conftest.$ac_ext <<_ACEOF
16290 /* end confdefs.h. */
16291 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16292 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16293 #define $ac_func innocuous_$ac_func
16295 /* System header to define __stub macros and hopefully few prototypes,
16296 which can conflict with char $ac_func (); below.
16297 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16298 <limits.h> exists even on freestanding compilers. */
16300 #ifdef __STDC__
16301 # include <limits.h>
16302 #else
16303 # include <assert.h>
16304 #endif
16306 #undef $ac_func
16308 /* Override any gcc2 internal prototype to avoid an error. */
16309 #ifdef __cplusplus
16310 extern "C"
16312 #endif
16313 /* We use char because int might match the return type of a gcc2
16314 builtin and then its argument prototype would still apply. */
16315 char $ac_func ();
16316 /* The GNU C library defines this for functions which it implements
16317 to always fail with ENOSYS. Some functions are actually named
16318 something starting with __ and the normal name is an alias. */
16319 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16320 choke me
16321 #else
16322 char (*f) () = $ac_func;
16323 #endif
16324 #ifdef __cplusplus
16326 #endif
16329 main ()
16331 return f != $ac_func;
16333 return 0;
16335 _ACEOF
16336 rm -f conftest.$ac_objext conftest$ac_exeext
16337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16338 (eval $ac_link) 2>conftest.er1
16339 ac_status=$?
16340 grep -v '^ *+' conftest.er1 >conftest.err
16341 rm -f conftest.er1
16342 cat conftest.err >&5
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); } &&
16345 { ac_try='test -z "$ac_c_werror_flag"
16346 || test ! -s conftest.err'
16347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16348 (eval $ac_try) 2>&5
16349 ac_status=$?
16350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351 (exit $ac_status); }; } &&
16352 { ac_try='test -s conftest$ac_exeext'
16353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16354 (eval $ac_try) 2>&5
16355 ac_status=$?
16356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357 (exit $ac_status); }; }; then
16358 eval "$as_ac_var=yes"
16359 else
16360 echo "$as_me: failed program was:" >&5
16361 sed 's/^/| /' conftest.$ac_ext >&5
16363 eval "$as_ac_var=no"
16365 rm -f conftest.err conftest.$ac_objext \
16366 conftest$ac_exeext conftest.$ac_ext
16368 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16369 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16370 if test `eval echo '${'$as_ac_var'}'` = yes; then
16371 cat >>confdefs.h <<_ACEOF
16372 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16373 _ACEOF
16376 done
16384 am_save_CPPFLAGS="$CPPFLAGS"
16386 for element in $INCICONV; do
16387 haveit=
16388 for x in $CPPFLAGS; do
16390 acl_save_prefix="$prefix"
16391 prefix="$acl_final_prefix"
16392 acl_save_exec_prefix="$exec_prefix"
16393 exec_prefix="$acl_final_exec_prefix"
16394 eval x=\"$x\"
16395 exec_prefix="$acl_save_exec_prefix"
16396 prefix="$acl_save_prefix"
16398 if test "X$x" = "X$element"; then
16399 haveit=yes
16400 break
16402 done
16403 if test -z "$haveit"; then
16404 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
16406 done
16409 echo "$as_me:$LINENO: checking for iconv" >&5
16410 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
16411 if test "${am_cv_func_iconv+set}" = set; then
16412 echo $ECHO_N "(cached) $ECHO_C" >&6
16413 else
16415 am_cv_func_iconv="no, consider installing GNU libiconv"
16416 am_cv_lib_iconv=no
16417 cat >conftest.$ac_ext <<_ACEOF
16418 /* confdefs.h. */
16419 _ACEOF
16420 cat confdefs.h >>conftest.$ac_ext
16421 cat >>conftest.$ac_ext <<_ACEOF
16422 /* end confdefs.h. */
16423 #include <stdlib.h>
16424 #include <iconv.h>
16426 main ()
16428 iconv_t cd = iconv_open("","");
16429 iconv(cd,NULL,NULL,NULL,NULL);
16430 iconv_close(cd);
16432 return 0;
16434 _ACEOF
16435 rm -f conftest.$ac_objext conftest$ac_exeext
16436 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16437 (eval $ac_link) 2>conftest.er1
16438 ac_status=$?
16439 grep -v '^ *+' conftest.er1 >conftest.err
16440 rm -f conftest.er1
16441 cat conftest.err >&5
16442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16443 (exit $ac_status); } &&
16444 { ac_try='test -z "$ac_c_werror_flag"
16445 || test ! -s conftest.err'
16446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16447 (eval $ac_try) 2>&5
16448 ac_status=$?
16449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16450 (exit $ac_status); }; } &&
16451 { ac_try='test -s conftest$ac_exeext'
16452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16453 (eval $ac_try) 2>&5
16454 ac_status=$?
16455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16456 (exit $ac_status); }; }; then
16457 am_cv_func_iconv=yes
16458 else
16459 echo "$as_me: failed program was:" >&5
16460 sed 's/^/| /' conftest.$ac_ext >&5
16463 rm -f conftest.err conftest.$ac_objext \
16464 conftest$ac_exeext conftest.$ac_ext
16465 if test "$am_cv_func_iconv" != yes; then
16466 am_save_LIBS="$LIBS"
16467 LIBS="$LIBS $LIBICONV"
16468 cat >conftest.$ac_ext <<_ACEOF
16469 /* confdefs.h. */
16470 _ACEOF
16471 cat confdefs.h >>conftest.$ac_ext
16472 cat >>conftest.$ac_ext <<_ACEOF
16473 /* end confdefs.h. */
16474 #include <stdlib.h>
16475 #include <iconv.h>
16477 main ()
16479 iconv_t cd = iconv_open("","");
16480 iconv(cd,NULL,NULL,NULL,NULL);
16481 iconv_close(cd);
16483 return 0;
16485 _ACEOF
16486 rm -f conftest.$ac_objext conftest$ac_exeext
16487 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16488 (eval $ac_link) 2>conftest.er1
16489 ac_status=$?
16490 grep -v '^ *+' conftest.er1 >conftest.err
16491 rm -f conftest.er1
16492 cat conftest.err >&5
16493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16494 (exit $ac_status); } &&
16495 { ac_try='test -z "$ac_c_werror_flag"
16496 || test ! -s conftest.err'
16497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16498 (eval $ac_try) 2>&5
16499 ac_status=$?
16500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16501 (exit $ac_status); }; } &&
16502 { ac_try='test -s conftest$ac_exeext'
16503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16504 (eval $ac_try) 2>&5
16505 ac_status=$?
16506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16507 (exit $ac_status); }; }; then
16508 am_cv_lib_iconv=yes
16509 am_cv_func_iconv=yes
16510 else
16511 echo "$as_me: failed program was:" >&5
16512 sed 's/^/| /' conftest.$ac_ext >&5
16515 rm -f conftest.err conftest.$ac_objext \
16516 conftest$ac_exeext conftest.$ac_ext
16517 LIBS="$am_save_LIBS"
16521 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
16522 echo "${ECHO_T}$am_cv_func_iconv" >&6
16523 if test "$am_cv_func_iconv" = yes; then
16525 cat >>confdefs.h <<\_ACEOF
16526 #define HAVE_ICONV 1
16527 _ACEOF
16530 if test "$am_cv_lib_iconv" = yes; then
16531 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
16532 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
16533 echo "$as_me:$LINENO: result: $LIBICONV" >&5
16534 echo "${ECHO_T}$LIBICONV" >&6
16535 else
16536 CPPFLAGS="$am_save_CPPFLAGS"
16537 LIBICONV=
16538 LTLIBICONV=
16543 if test "$am_cv_func_iconv" = yes; then
16544 echo "$as_me:$LINENO: checking for iconv declaration" >&5
16545 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
16546 if test "${am_cv_proto_iconv+set}" = set; then
16547 echo $ECHO_N "(cached) $ECHO_C" >&6
16548 else
16550 cat >conftest.$ac_ext <<_ACEOF
16551 /* confdefs.h. */
16552 _ACEOF
16553 cat confdefs.h >>conftest.$ac_ext
16554 cat >>conftest.$ac_ext <<_ACEOF
16555 /* end confdefs.h. */
16557 #include <stdlib.h>
16558 #include <iconv.h>
16559 extern
16560 #ifdef __cplusplus
16562 #endif
16563 #if defined(__STDC__) || defined(__cplusplus)
16564 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
16565 #else
16566 size_t iconv();
16567 #endif
16570 main ()
16574 return 0;
16576 _ACEOF
16577 rm -f conftest.$ac_objext
16578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16579 (eval $ac_compile) 2>conftest.er1
16580 ac_status=$?
16581 grep -v '^ *+' conftest.er1 >conftest.err
16582 rm -f conftest.er1
16583 cat conftest.err >&5
16584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16585 (exit $ac_status); } &&
16586 { ac_try='test -z "$ac_c_werror_flag"
16587 || test ! -s conftest.err'
16588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16589 (eval $ac_try) 2>&5
16590 ac_status=$?
16591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16592 (exit $ac_status); }; } &&
16593 { ac_try='test -s conftest.$ac_objext'
16594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16595 (eval $ac_try) 2>&5
16596 ac_status=$?
16597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16598 (exit $ac_status); }; }; then
16599 am_cv_proto_iconv_arg1=""
16600 else
16601 echo "$as_me: failed program was:" >&5
16602 sed 's/^/| /' conftest.$ac_ext >&5
16604 am_cv_proto_iconv_arg1="const"
16606 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16607 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);"
16610 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
16611 echo "$as_me:$LINENO: result: ${ac_t:-
16612 }$am_cv_proto_iconv" >&5
16613 echo "${ECHO_T}${ac_t:-
16614 }$am_cv_proto_iconv" >&6
16616 cat >>confdefs.h <<_ACEOF
16617 #define ICONV_CONST $am_cv_proto_iconv_arg1
16618 _ACEOF
16623 echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
16624 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
16625 if test "${am_cv_langinfo_codeset+set}" = set; then
16626 echo $ECHO_N "(cached) $ECHO_C" >&6
16627 else
16628 cat >conftest.$ac_ext <<_ACEOF
16629 /* confdefs.h. */
16630 _ACEOF
16631 cat confdefs.h >>conftest.$ac_ext
16632 cat >>conftest.$ac_ext <<_ACEOF
16633 /* end confdefs.h. */
16634 #include <langinfo.h>
16636 main ()
16638 char* cs = nl_langinfo(CODESET);
16640 return 0;
16642 _ACEOF
16643 rm -f conftest.$ac_objext conftest$ac_exeext
16644 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16645 (eval $ac_link) 2>conftest.er1
16646 ac_status=$?
16647 grep -v '^ *+' conftest.er1 >conftest.err
16648 rm -f conftest.er1
16649 cat conftest.err >&5
16650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16651 (exit $ac_status); } &&
16652 { ac_try='test -z "$ac_c_werror_flag"
16653 || test ! -s conftest.err'
16654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16655 (eval $ac_try) 2>&5
16656 ac_status=$?
16657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16658 (exit $ac_status); }; } &&
16659 { ac_try='test -s conftest$ac_exeext'
16660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16661 (eval $ac_try) 2>&5
16662 ac_status=$?
16663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16664 (exit $ac_status); }; }; then
16665 am_cv_langinfo_codeset=yes
16666 else
16667 echo "$as_me: failed program was:" >&5
16668 sed 's/^/| /' conftest.$ac_ext >&5
16670 am_cv_langinfo_codeset=no
16672 rm -f conftest.err conftest.$ac_objext \
16673 conftest$ac_exeext conftest.$ac_ext
16676 echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
16677 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
16678 if test $am_cv_langinfo_codeset = yes; then
16680 cat >>confdefs.h <<\_ACEOF
16681 #define HAVE_LANGINFO_CODESET 1
16682 _ACEOF
16686 if test $ac_cv_header_locale_h = yes; then
16688 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
16689 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
16690 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
16691 echo $ECHO_N "(cached) $ECHO_C" >&6
16692 else
16693 cat >conftest.$ac_ext <<_ACEOF
16694 /* confdefs.h. */
16695 _ACEOF
16696 cat confdefs.h >>conftest.$ac_ext
16697 cat >>conftest.$ac_ext <<_ACEOF
16698 /* end confdefs.h. */
16699 #include <locale.h>
16701 main ()
16703 return LC_MESSAGES
16705 return 0;
16707 _ACEOF
16708 rm -f conftest.$ac_objext conftest$ac_exeext
16709 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16710 (eval $ac_link) 2>conftest.er1
16711 ac_status=$?
16712 grep -v '^ *+' conftest.er1 >conftest.err
16713 rm -f conftest.er1
16714 cat conftest.err >&5
16715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16716 (exit $ac_status); } &&
16717 { ac_try='test -z "$ac_c_werror_flag"
16718 || test ! -s conftest.err'
16719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16720 (eval $ac_try) 2>&5
16721 ac_status=$?
16722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723 (exit $ac_status); }; } &&
16724 { ac_try='test -s conftest$ac_exeext'
16725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16726 (eval $ac_try) 2>&5
16727 ac_status=$?
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); }; }; then
16730 am_cv_val_LC_MESSAGES=yes
16731 else
16732 echo "$as_me: failed program was:" >&5
16733 sed 's/^/| /' conftest.$ac_ext >&5
16735 am_cv_val_LC_MESSAGES=no
16737 rm -f conftest.err conftest.$ac_objext \
16738 conftest$ac_exeext conftest.$ac_ext
16740 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
16741 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
16742 if test $am_cv_val_LC_MESSAGES = yes; then
16744 cat >>confdefs.h <<\_ACEOF
16745 #define HAVE_LC_MESSAGES 1
16746 _ACEOF
16752 for ac_prog in bison
16754 # Extract the first word of "$ac_prog", so it can be a program name with args.
16755 set dummy $ac_prog; ac_word=$2
16756 echo "$as_me:$LINENO: checking for $ac_word" >&5
16757 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
16758 if test "${ac_cv_prog_INTLBISON+set}" = set; then
16759 echo $ECHO_N "(cached) $ECHO_C" >&6
16760 else
16761 if test -n "$INTLBISON"; then
16762 ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
16763 else
16764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16765 for as_dir in $PATH
16767 IFS=$as_save_IFS
16768 test -z "$as_dir" && as_dir=.
16769 for ac_exec_ext in '' $ac_executable_extensions; do
16770 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16771 ac_cv_prog_INTLBISON="$ac_prog"
16772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16773 break 2
16775 done
16776 done
16780 INTLBISON=$ac_cv_prog_INTLBISON
16781 if test -n "$INTLBISON"; then
16782 echo "$as_me:$LINENO: result: $INTLBISON" >&5
16783 echo "${ECHO_T}$INTLBISON" >&6
16784 else
16785 echo "$as_me:$LINENO: result: no" >&5
16786 echo "${ECHO_T}no" >&6
16789 test -n "$INTLBISON" && break
16790 done
16792 if test -z "$INTLBISON"; then
16793 ac_verc_fail=yes
16794 else
16795 echo "$as_me:$LINENO: checking version of bison" >&5
16796 echo $ECHO_N "checking version of bison... $ECHO_C" >&6
16797 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
16798 case $ac_prog_version in
16799 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
16800 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
16801 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
16802 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
16803 esac
16804 echo "$as_me:$LINENO: result: $ac_prog_version" >&5
16805 echo "${ECHO_T}$ac_prog_version" >&6
16807 if test $ac_verc_fail = yes; then
16808 INTLBISON=:
16825 echo "$as_me:$LINENO: checking whether NLS is requested" >&5
16826 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
16827 # Check whether --enable-nls or --disable-nls was given.
16828 if test "${enable_nls+set}" = set; then
16829 enableval="$enable_nls"
16830 USE_NLS=$enableval
16831 else
16832 USE_NLS=yes
16834 echo "$as_me:$LINENO: result: $USE_NLS" >&5
16835 echo "${ECHO_T}$USE_NLS" >&6
16839 BUILD_INCLUDED_LIBINTL=no
16840 USE_INCLUDED_LIBINTL=no
16842 LIBINTL=
16843 LTLIBINTL=
16844 POSUB=
16846 if test "$USE_NLS" = "yes"; then
16847 gt_use_preinstalled_gnugettext=no
16849 echo "$as_me:$LINENO: checking whether included gettext is requested" >&5
16850 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6
16852 # Check whether --with-included-gettext or --without-included-gettext was given.
16853 if test "${with_included_gettext+set}" = set; then
16854 withval="$with_included_gettext"
16855 nls_cv_force_use_gnu_gettext=$withval
16856 else
16857 nls_cv_force_use_gnu_gettext=no
16859 echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5
16860 echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6
16862 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
16863 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
16870 echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
16871 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6
16872 if test "${gt_cv_func_gnugettext2_libc+set}" = set; then
16873 echo $ECHO_N "(cached) $ECHO_C" >&6
16874 else
16875 cat >conftest.$ac_ext <<_ACEOF
16876 /* confdefs.h. */
16877 _ACEOF
16878 cat confdefs.h >>conftest.$ac_ext
16879 cat >>conftest.$ac_ext <<_ACEOF
16880 /* end confdefs.h. */
16881 #include <libintl.h>
16882 extern int _nl_msg_cat_cntr;
16883 extern int *_nl_domain_bindings;
16885 main ()
16887 bindtextdomain ("", "");
16888 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
16890 return 0;
16892 _ACEOF
16893 rm -f conftest.$ac_objext conftest$ac_exeext
16894 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16895 (eval $ac_link) 2>conftest.er1
16896 ac_status=$?
16897 grep -v '^ *+' conftest.er1 >conftest.err
16898 rm -f conftest.er1
16899 cat conftest.err >&5
16900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901 (exit $ac_status); } &&
16902 { ac_try='test -z "$ac_c_werror_flag"
16903 || test ! -s conftest.err'
16904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16905 (eval $ac_try) 2>&5
16906 ac_status=$?
16907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16908 (exit $ac_status); }; } &&
16909 { ac_try='test -s conftest$ac_exeext'
16910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16911 (eval $ac_try) 2>&5
16912 ac_status=$?
16913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16914 (exit $ac_status); }; }; then
16915 gt_cv_func_gnugettext2_libc=yes
16916 else
16917 echo "$as_me: failed program was:" >&5
16918 sed 's/^/| /' conftest.$ac_ext >&5
16920 gt_cv_func_gnugettext2_libc=no
16922 rm -f conftest.err conftest.$ac_objext \
16923 conftest$ac_exeext conftest.$ac_ext
16925 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libc" >&5
16926 echo "${ECHO_T}$gt_cv_func_gnugettext2_libc" >&6
16928 if test "$gt_cv_func_gnugettext2_libc" != "yes"; then
16932 use_additional=yes
16934 acl_save_prefix="$prefix"
16935 prefix="$acl_final_prefix"
16936 acl_save_exec_prefix="$exec_prefix"
16937 exec_prefix="$acl_final_exec_prefix"
16939 eval additional_includedir=\"$includedir\"
16940 eval additional_libdir=\"$libdir\"
16942 exec_prefix="$acl_save_exec_prefix"
16943 prefix="$acl_save_prefix"
16946 # Check whether --with-libintl-prefix or --without-libintl-prefix was given.
16947 if test "${with_libintl_prefix+set}" = set; then
16948 withval="$with_libintl_prefix"
16950 if test "X$withval" = "Xno"; then
16951 use_additional=no
16952 else
16953 if test "X$withval" = "X"; then
16955 acl_save_prefix="$prefix"
16956 prefix="$acl_final_prefix"
16957 acl_save_exec_prefix="$exec_prefix"
16958 exec_prefix="$acl_final_exec_prefix"
16960 eval additional_includedir=\"$includedir\"
16961 eval additional_libdir=\"$libdir\"
16963 exec_prefix="$acl_save_exec_prefix"
16964 prefix="$acl_save_prefix"
16966 else
16967 additional_includedir="$withval/include"
16968 additional_libdir="$withval/lib"
16973 LIBINTL=
16974 LTLIBINTL=
16975 INCINTL=
16976 rpathdirs=
16977 ltrpathdirs=
16978 names_already_handled=
16979 names_next_round='intl '
16980 while test -n "$names_next_round"; do
16981 names_this_round="$names_next_round"
16982 names_next_round=
16983 for name in $names_this_round; do
16984 already_handled=
16985 for n in $names_already_handled; do
16986 if test "$n" = "$name"; then
16987 already_handled=yes
16988 break
16990 done
16991 if test -z "$already_handled"; then
16992 names_already_handled="$names_already_handled $name"
16993 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
16994 eval value=\"\$HAVE_LIB$uppername\"
16995 if test -n "$value"; then
16996 if test "$value" = yes; then
16997 eval value=\"\$LIB$uppername\"
16998 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
16999 eval value=\"\$LTLIB$uppername\"
17000 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
17001 else
17004 else
17005 found_dir=
17006 found_la=
17007 found_so=
17008 found_a=
17009 if test $use_additional = yes; then
17010 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
17011 found_dir="$additional_libdir"
17012 found_so="$additional_libdir/lib$name.$shlibext"
17013 if test -f "$additional_libdir/lib$name.la"; then
17014 found_la="$additional_libdir/lib$name.la"
17016 else
17017 if test -f "$additional_libdir/lib$name.$libext"; then
17018 found_dir="$additional_libdir"
17019 found_a="$additional_libdir/lib$name.$libext"
17020 if test -f "$additional_libdir/lib$name.la"; then
17021 found_la="$additional_libdir/lib$name.la"
17026 if test "X$found_dir" = "X"; then
17027 for x in $LDFLAGS $LTLIBINTL; do
17029 acl_save_prefix="$prefix"
17030 prefix="$acl_final_prefix"
17031 acl_save_exec_prefix="$exec_prefix"
17032 exec_prefix="$acl_final_exec_prefix"
17033 eval x=\"$x\"
17034 exec_prefix="$acl_save_exec_prefix"
17035 prefix="$acl_save_prefix"
17037 case "$x" in
17038 -L*)
17039 dir=`echo "X$x" | sed -e 's/^X-L//'`
17040 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
17041 found_dir="$dir"
17042 found_so="$dir/lib$name.$shlibext"
17043 if test -f "$dir/lib$name.la"; then
17044 found_la="$dir/lib$name.la"
17046 else
17047 if test -f "$dir/lib$name.$libext"; then
17048 found_dir="$dir"
17049 found_a="$dir/lib$name.$libext"
17050 if test -f "$dir/lib$name.la"; then
17051 found_la="$dir/lib$name.la"
17056 esac
17057 if test "X$found_dir" != "X"; then
17058 break
17060 done
17062 if test "X$found_dir" != "X"; then
17063 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
17064 if test "X$found_so" != "X"; then
17065 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
17066 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17067 else
17068 haveit=
17069 for x in $ltrpathdirs; do
17070 if test "X$x" = "X$found_dir"; then
17071 haveit=yes
17072 break
17074 done
17075 if test -z "$haveit"; then
17076 ltrpathdirs="$ltrpathdirs $found_dir"
17078 if test "$hardcode_direct" = yes; then
17079 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17080 else
17081 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
17082 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17083 haveit=
17084 for x in $rpathdirs; do
17085 if test "X$x" = "X$found_dir"; then
17086 haveit=yes
17087 break
17089 done
17090 if test -z "$haveit"; then
17091 rpathdirs="$rpathdirs $found_dir"
17093 else
17094 haveit=
17095 for x in $LDFLAGS $LIBINTL; do
17097 acl_save_prefix="$prefix"
17098 prefix="$acl_final_prefix"
17099 acl_save_exec_prefix="$exec_prefix"
17100 exec_prefix="$acl_final_exec_prefix"
17101 eval x=\"$x\"
17102 exec_prefix="$acl_save_exec_prefix"
17103 prefix="$acl_save_prefix"
17105 if test "X$x" = "X-L$found_dir"; then
17106 haveit=yes
17107 break
17109 done
17110 if test -z "$haveit"; then
17111 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
17113 if test "$hardcode_minus_L" != no; then
17114 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
17115 else
17116 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
17121 else
17122 if test "X$found_a" != "X"; then
17123 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
17124 else
17125 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
17128 additional_includedir=
17129 case "$found_dir" in
17130 */lib | */lib/)
17131 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
17132 additional_includedir="$basedir/include"
17134 esac
17135 if test "X$additional_includedir" != "X"; then
17136 if test "X$additional_includedir" != "X/usr/include"; then
17137 haveit=
17138 if test "X$additional_includedir" = "X/usr/local/include"; then
17139 if test -n "$GCC"; then
17140 case $host_os in
17141 linux*) haveit=yes;;
17142 esac
17145 if test -z "$haveit"; then
17146 for x in $CPPFLAGS $INCINTL; do
17148 acl_save_prefix="$prefix"
17149 prefix="$acl_final_prefix"
17150 acl_save_exec_prefix="$exec_prefix"
17151 exec_prefix="$acl_final_exec_prefix"
17152 eval x=\"$x\"
17153 exec_prefix="$acl_save_exec_prefix"
17154 prefix="$acl_save_prefix"
17156 if test "X$x" = "X-I$additional_includedir"; then
17157 haveit=yes
17158 break
17160 done
17161 if test -z "$haveit"; then
17162 if test -d "$additional_includedir"; then
17163 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
17169 if test -n "$found_la"; then
17170 save_libdir="$libdir"
17171 case "$found_la" in
17172 */* | *\\*) . "$found_la" ;;
17173 *) . "./$found_la" ;;
17174 esac
17175 libdir="$save_libdir"
17176 for dep in $dependency_libs; do
17177 case "$dep" in
17178 -L*)
17179 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
17180 if test "X$additional_libdir" != "X/usr/lib"; then
17181 haveit=
17182 if test "X$additional_libdir" = "X/usr/local/lib"; then
17183 if test -n "$GCC"; then
17184 case $host_os in
17185 linux*) haveit=yes;;
17186 esac
17189 if test -z "$haveit"; then
17190 haveit=
17191 for x in $LDFLAGS $LIBINTL; do
17193 acl_save_prefix="$prefix"
17194 prefix="$acl_final_prefix"
17195 acl_save_exec_prefix="$exec_prefix"
17196 exec_prefix="$acl_final_exec_prefix"
17197 eval x=\"$x\"
17198 exec_prefix="$acl_save_exec_prefix"
17199 prefix="$acl_save_prefix"
17201 if test "X$x" = "X-L$additional_libdir"; then
17202 haveit=yes
17203 break
17205 done
17206 if test -z "$haveit"; then
17207 if test -d "$additional_libdir"; then
17208 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
17211 haveit=
17212 for x in $LDFLAGS $LTLIBINTL; do
17214 acl_save_prefix="$prefix"
17215 prefix="$acl_final_prefix"
17216 acl_save_exec_prefix="$exec_prefix"
17217 exec_prefix="$acl_final_exec_prefix"
17218 eval x=\"$x\"
17219 exec_prefix="$acl_save_exec_prefix"
17220 prefix="$acl_save_prefix"
17222 if test "X$x" = "X-L$additional_libdir"; then
17223 haveit=yes
17224 break
17226 done
17227 if test -z "$haveit"; then
17228 if test -d "$additional_libdir"; then
17229 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
17235 -R*)
17236 dir=`echo "X$dep" | sed -e 's/^X-R//'`
17237 if test "$enable_rpath" != no; then
17238 haveit=
17239 for x in $rpathdirs; do
17240 if test "X$x" = "X$dir"; then
17241 haveit=yes
17242 break
17244 done
17245 if test -z "$haveit"; then
17246 rpathdirs="$rpathdirs $dir"
17248 haveit=
17249 for x in $ltrpathdirs; do
17250 if test "X$x" = "X$dir"; then
17251 haveit=yes
17252 break
17254 done
17255 if test -z "$haveit"; then
17256 ltrpathdirs="$ltrpathdirs $dir"
17260 -l*)
17261 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
17263 *.la)
17264 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
17267 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
17268 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
17270 esac
17271 done
17273 else
17274 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
17275 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
17279 done
17280 done
17281 if test "X$rpathdirs" != "X"; then
17282 if test -n "$hardcode_libdir_separator"; then
17283 alldirs=
17284 for found_dir in $rpathdirs; do
17285 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
17286 done
17287 acl_save_libdir="$libdir"
17288 libdir="$alldirs"
17289 eval flag=\"$hardcode_libdir_flag_spec\"
17290 libdir="$acl_save_libdir"
17291 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
17292 else
17293 for found_dir in $rpathdirs; do
17294 acl_save_libdir="$libdir"
17295 libdir="$found_dir"
17296 eval flag=\"$hardcode_libdir_flag_spec\"
17297 libdir="$acl_save_libdir"
17298 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
17299 done
17302 if test "X$ltrpathdirs" != "X"; then
17303 for found_dir in $ltrpathdirs; do
17304 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
17305 done
17308 echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
17309 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6
17310 if test "${gt_cv_func_gnugettext2_libintl+set}" = set; then
17311 echo $ECHO_N "(cached) $ECHO_C" >&6
17312 else
17313 gt_save_CPPFLAGS="$CPPFLAGS"
17314 CPPFLAGS="$CPPFLAGS $INCINTL"
17315 gt_save_LIBS="$LIBS"
17316 LIBS="$LIBS $LIBINTL"
17317 cat >conftest.$ac_ext <<_ACEOF
17318 /* confdefs.h. */
17319 _ACEOF
17320 cat confdefs.h >>conftest.$ac_ext
17321 cat >>conftest.$ac_ext <<_ACEOF
17322 /* end confdefs.h. */
17323 #include <libintl.h>
17324 extern int _nl_msg_cat_cntr;
17325 extern
17326 #ifdef __cplusplus
17328 #endif
17329 const char *_nl_expand_alias ();
17331 main ()
17333 bindtextdomain ("", "");
17334 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias (0)
17336 return 0;
17338 _ACEOF
17339 rm -f conftest.$ac_objext conftest$ac_exeext
17340 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17341 (eval $ac_link) 2>conftest.er1
17342 ac_status=$?
17343 grep -v '^ *+' conftest.er1 >conftest.err
17344 rm -f conftest.er1
17345 cat conftest.err >&5
17346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17347 (exit $ac_status); } &&
17348 { ac_try='test -z "$ac_c_werror_flag"
17349 || test ! -s conftest.err'
17350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17351 (eval $ac_try) 2>&5
17352 ac_status=$?
17353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17354 (exit $ac_status); }; } &&
17355 { ac_try='test -s conftest$ac_exeext'
17356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17357 (eval $ac_try) 2>&5
17358 ac_status=$?
17359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17360 (exit $ac_status); }; }; then
17361 gt_cv_func_gnugettext2_libintl=yes
17362 else
17363 echo "$as_me: failed program was:" >&5
17364 sed 's/^/| /' conftest.$ac_ext >&5
17366 gt_cv_func_gnugettext2_libintl=no
17368 rm -f conftest.err conftest.$ac_objext \
17369 conftest$ac_exeext conftest.$ac_ext
17370 if test "$gt_cv_func_gnugettext2_libintl" != yes && test -n "$LIBICONV"; then
17371 LIBS="$LIBS $LIBICONV"
17372 cat >conftest.$ac_ext <<_ACEOF
17373 /* confdefs.h. */
17374 _ACEOF
17375 cat confdefs.h >>conftest.$ac_ext
17376 cat >>conftest.$ac_ext <<_ACEOF
17377 /* end confdefs.h. */
17378 #include <libintl.h>
17379 extern int _nl_msg_cat_cntr;
17380 extern
17381 #ifdef __cplusplus
17383 #endif
17384 const char *_nl_expand_alias ();
17386 main ()
17388 bindtextdomain ("", "");
17389 return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias (0)
17391 return 0;
17393 _ACEOF
17394 rm -f conftest.$ac_objext conftest$ac_exeext
17395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17396 (eval $ac_link) 2>conftest.er1
17397 ac_status=$?
17398 grep -v '^ *+' conftest.er1 >conftest.err
17399 rm -f conftest.er1
17400 cat conftest.err >&5
17401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402 (exit $ac_status); } &&
17403 { ac_try='test -z "$ac_c_werror_flag"
17404 || test ! -s conftest.err'
17405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17406 (eval $ac_try) 2>&5
17407 ac_status=$?
17408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17409 (exit $ac_status); }; } &&
17410 { ac_try='test -s conftest$ac_exeext'
17411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17412 (eval $ac_try) 2>&5
17413 ac_status=$?
17414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17415 (exit $ac_status); }; }; then
17416 LIBINTL="$LIBINTL $LIBICONV"
17417 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
17418 gt_cv_func_gnugettext2_libintl=yes
17420 else
17421 echo "$as_me: failed program was:" >&5
17422 sed 's/^/| /' conftest.$ac_ext >&5
17425 rm -f conftest.err conftest.$ac_objext \
17426 conftest$ac_exeext conftest.$ac_ext
17428 CPPFLAGS="$gt_save_CPPFLAGS"
17429 LIBS="$gt_save_LIBS"
17431 echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libintl" >&5
17432 echo "${ECHO_T}$gt_cv_func_gnugettext2_libintl" >&6
17435 if test "$gt_cv_func_gnugettext2_libc" = "yes" \
17436 || { test "$gt_cv_func_gnugettext2_libintl" = "yes" \
17437 && test "$PACKAGE" != gettext; }; then
17438 gt_use_preinstalled_gnugettext=yes
17439 else
17440 LIBINTL=
17441 LTLIBINTL=
17442 INCINTL=
17446 if test "$gt_use_preinstalled_gnugettext" != "yes"; then
17447 nls_cv_use_gnu_gettext=yes
17451 if test "$nls_cv_use_gnu_gettext" = "yes"; then
17452 INTLOBJS="\$(GETTOBJS)"
17453 BUILD_INCLUDED_LIBINTL=yes
17454 USE_INCLUDED_LIBINTL=yes
17455 LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
17456 LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
17457 LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
17460 if test "$gt_use_preinstalled_gnugettext" = "yes" \
17461 || test "$nls_cv_use_gnu_gettext" = "yes"; then
17462 CATOBJEXT=.gmo
17466 if test "$gt_use_preinstalled_gnugettext" = "yes" \
17467 || test "$nls_cv_use_gnu_gettext" = "yes"; then
17469 cat >>confdefs.h <<\_ACEOF
17470 #define ENABLE_NLS 1
17471 _ACEOF
17473 else
17474 USE_NLS=no
17478 if test "$USE_NLS" = "yes"; then
17480 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
17481 if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then
17482 echo "$as_me:$LINENO: checking how to link with libintl" >&5
17483 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6
17484 echo "$as_me:$LINENO: result: $LIBINTL" >&5
17485 echo "${ECHO_T}$LIBINTL" >&6
17487 for element in $INCINTL; do
17488 haveit=
17489 for x in $CPPFLAGS; do
17491 acl_save_prefix="$prefix"
17492 prefix="$acl_final_prefix"
17493 acl_save_exec_prefix="$exec_prefix"
17494 exec_prefix="$acl_final_exec_prefix"
17495 eval x=\"$x\"
17496 exec_prefix="$acl_save_exec_prefix"
17497 prefix="$acl_save_prefix"
17499 if test "X$x" = "X$element"; then
17500 haveit=yes
17501 break
17503 done
17504 if test -z "$haveit"; then
17505 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
17507 done
17512 cat >>confdefs.h <<\_ACEOF
17513 #define HAVE_GETTEXT 1
17514 _ACEOF
17517 cat >>confdefs.h <<\_ACEOF
17518 #define HAVE_DCGETTEXT 1
17519 _ACEOF
17523 POSUB=po
17527 if test "$PACKAGE" = gettext; then
17528 BUILD_INCLUDED_LIBINTL=yes
17536 nls_cv_header_intl=
17537 nls_cv_header_libgt=
17539 DATADIRNAME=share
17542 INSTOBJEXT=.mo
17545 GENCAT=gencat
17548 INTL_LIBTOOL_SUFFIX_PREFIX=
17552 INTLLIBS="$LIBINTL"
17559 if test $USE_INCLUDED_LIBINTL = yes; then
17560 INCINTL=-I\${top_builddir}/intl
17565 if test x$USE_NLS = xyes; then
17568 echo "$as_me:$LINENO: checking for autopoint" >&5
17569 echo $ECHO_N "checking for autopoint... $ECHO_C" >&6
17571 autopoint_version=`autopoint --version | head -n 1 | sed -e 's/.*[^0-9.]\([0-9]\{1,\}\(\.[0-9]\{1,\}\)\{1,2\}\)[^0-9.]*/\1/'`
17572 if test x$autopoint_version != x; then
17573 result="yes"
17574 else
17575 result="no"
17578 echo "$as_me:$LINENO: result: $result ($autopoint_version)" >&5
17579 echo "${ECHO_T}$result ($autopoint_version)" >&6
17581 if test $result = yes; then
17583 else
17584 USE_NLS=no
17590 if test x$USE_NLS = xno -a x${enable_nls-yes} = xyes; then
17591 { echo "$as_me:$LINENO: WARNING: You need to install GNU gettext/gettext-tools to compile aMule with i18n support." >&5
17592 echo "$as_me: WARNING: You need to install GNU gettext/gettext-tools to compile aMule with i18n support." >&2;}
17597 # Flush standard test results for speeding cache
17598 cat >confcache <<\_ACEOF
17599 # This file is a shell script that caches the results of configure
17600 # tests run on this system so they can be shared between configure
17601 # scripts and configure runs, see configure's option --config-cache.
17602 # It is not useful on other systems. If it contains results you don't
17603 # want to keep, you may remove or edit it.
17605 # config.status only pays attention to the cache file if you give it
17606 # the --recheck option to rerun configure.
17608 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17609 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17610 # following values.
17612 _ACEOF
17614 # The following way of writing the cache mishandles newlines in values,
17615 # but we know of no workaround that is simple, portable, and efficient.
17616 # So, don't put newlines in cache variables' values.
17617 # Ultrix sh set writes to stderr and can't be redirected directly,
17618 # and sets the high bit in the cache file unless we assign to the vars.
17620 (set) 2>&1 |
17621 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17622 *ac_space=\ *)
17623 # `set' does not quote correctly, so add quotes (double-quote
17624 # substitution turns \\\\ into \\, and sed turns \\ into \).
17625 sed -n \
17626 "s/'/'\\\\''/g;
17627 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17630 # `set' quotes correctly as required by POSIX, so do not add quotes.
17631 sed -n \
17632 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17634 esac;
17636 sed '
17637 t clear
17638 : clear
17639 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17640 t end
17641 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17642 : end' >>confcache
17643 if diff $cache_file confcache >/dev/null 2>&1; then :; else
17644 if test -w $cache_file; then
17645 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17646 cat confcache >$cache_file
17647 else
17648 echo "not updating unwritable cache $cache_file"
17651 rm -f confcache
17653 # Other tests
17655 case "$USE_DEBUG" in
17656 yes) DEBUG_FLAGS="-g -D__DEBUG__ -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC"
17657 if test x$GCC = xyes; then
17658 DEBUG_FLAGS="$DEBUG_FLAGS -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0"
17661 if test x$SYS = xwin32; then
17662 RCFLAGS="$RCFLAGS -D__DEBUG__"
17666 *) DEBUG_FLAGS=""
17667 if test x$GCC = xyes; then
17668 DEBUG_FLAGS="$DEBUG_FLAGS -W -Wall -Wshadow -Wundef"
17672 esac
17674 #aMule options
17676 # Command line tools
17677 case "$AMULECMD" in
17678 yes) ;;
17679 *) AMULECMD="no"
17681 esac
17683 # For proper compilation flags
17685 WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs adv,core,net`
17687 WXBASE_LIBS=`$WX_CONFIG_WITH_ARGS --libs net`
17688 WXBASE_CXXFLAGS="$WX_CXXFLAGS -DwxUSE_GUI=0"
17689 WXBASE_CFLAGS="$WX_CFLAGS -DwxUSE_GUI=0"
17695 case "$USE_OPTIMIZE" in
17696 yes) OPTIMIZE_FLAGS="-O2"
17698 *) OPTIMIZE_FLAGS=""
17700 esac
17702 # Profiling
17703 case "$USE_PROFILE" in
17704 yes) PROFILE_FLAGS="-pg"
17706 *) PROFILE_FLAGS=""
17708 esac
17710 echo "$as_me:$LINENO: checking if the applications should be statically linked" >&5
17711 echo $ECHO_N "checking if the applications should be statically linked... $ECHO_C" >&6
17712 case "$USE_DEBUG_STATIC" in
17713 yes) LDFLAGS="$LDFLAGS -static"
17715 esac
17716 echo "$as_me:$LINENO: result: $USE_DEBUG_STATIC" >&5
17717 echo "${ECHO_T}$USE_DEBUG_STATIC" >&6
17719 # autoconf >= 2.60 already defines ${docdir}, but we always need it.
17720 echo "$as_me:$LINENO: checking for docdir" >&5
17721 echo $ECHO_N "checking for docdir... $ECHO_C" >&6
17722 if test x"$docdir" = x; then
17723 docdir="$datadir"/doc/"$PACKAGE_NAME"-"$PACKAGE_VERSION"
17726 echo "$as_me:$LINENO: result: $docdir" >&5
17727 echo "${ECHO_T}$docdir" >&6
17729 # Try to set the SVN checkout-date
17730 echo "$as_me:$LINENO: checking for SVNDATE" >&5
17731 echo $ECHO_N "checking for SVNDATE... $ECHO_C" >&6
17732 if test -f "$srcdir/SVNDATE" # SVNDATE for tarballs
17733 then
17734 svndate=`cat $srcdir/SVNDATE`
17735 elif test -d $srcdir/.svn # SVNDATE for svn
17736 then
17737 svndate="rev. `svnversion $srcdir | sed -e 's/[0-9][0-9]*:\(.*\)/\1/' -e 's/\([0-9][0-9]*\).*/\1/'`"
17739 echo "$as_me:$LINENO: result: ${svndate:-None required}" >&5
17740 echo "${ECHO_T}${svndate:-None required}" >&6
17741 test "$svndate" &&
17742 cat >>confdefs.h <<_ACEOF
17743 #define SVNDATE "$svndate"
17744 _ACEOF
17746 test x$SYS = xwin32 && test "$svndate" && RCFLAGS="$RCFLAGS -D__PRERELEASE__"
17747 SVNDATE="$svndate"
17750 XRCFLAGS="-Isrc"
17751 CXXFLAGS="$CXXFLAGS $DEBUG_FLAGS $OPTIMIZE_FLAGS $PROFILE_FLAGS -DUSE_WX_EXTENSIONS"
17752 CFLAGS="$CFLAGS $DEBUG_FLAGS $OPTIMIZE_FLAGS $PROFILE_FLAGS -DUSE_WX_EXTENSIONS"
17754 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
17755 if test x$SYS != xwin32; then
17756 echo "$as_me:$LINENO: checking if this is a FreeBSD 4 or earlier system" >&5
17757 echo $ECHO_N "checking if this is a FreeBSD 4 or earlier system... $ECHO_C" >&6
17758 if test x"`uname -s`" = xFreeBSD && test 0`uname -r | cut -c 1` -lt 5; then
17759 LDFLAGS="$LDFLAGS -pthread"
17760 echo "$as_me:$LINENO: result: yes" >&5
17761 echo "${ECHO_T}yes" >&6
17762 else
17763 LDFLAGS="$LDFLAGS -lpthread"
17764 echo "$as_me:$LINENO: result: no" >&5
17765 echo "${ECHO_T}no" >&6
17769 if test "$USE_NLS" = "yes" ; then
17770 echo "$as_me:$LINENO: checking for requested languages" >&5
17771 echo $ECHO_N "checking for requested languages... $ECHO_C" >&6
17772 Generate_Langs=`echo $LINGUAS | $AWK 'OFS="\\\\|" { for (i = 1; i <= NF; ++i) $i = "\\\\." $i; print }'`
17774 if test "$AMULE_DAEMON" == "yes"; then
17775 if test "$LINGUAS" = ""; then
17776 AMULE_DAEMON_MANPAGES=`ls -1 ${srcdir}/docs/man/amuled.* | sed -e 's:.*/::g'`
17777 else
17778 AMULE_DAEMON_MANPAGES=`ls -1 ${srcdir}/docs/man/amuled.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17779 AMULE_DAEMON_MANPAGES="`basename docs/man/amuled.1` $AMULE_DAEMON_MANPAGES"
17781 AMULE_DAEMON_MANPAGES=`echo $AMULE_DAEMON_MANPAGES | tr -d '\n'`
17782 else
17783 AMULE_DAEMON_MANPAGES=
17788 if test "$AMULECMD" == "yes"; then
17789 if test "$LINGUAS" = ""; then
17790 AMULECMD_MANPAGES=`ls -1 ${srcdir}/docs/man/amulecmd.* | sed -e 's:.*/::g'`
17791 else
17792 AMULECMD_MANPAGES=`ls -1 ${srcdir}/docs/man/amulecmd.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17793 AMULECMD_MANPAGES="`basename docs/man/amulecmd.1` $AMULECMD_MANPAGES"
17795 AMULECMD_MANPAGES=`echo $AMULECMD_MANPAGES | tr -d '\n'`
17796 else
17797 AMULECMD_MANPAGES=
17802 if test "$WEB" == "yes"; then
17803 if test "$LINGUAS" = ""; then
17804 WEB_MANPAGES=`ls -1 ${srcdir}/docs/man/amuleweb.* | sed -e 's:.*/::g'`
17805 else
17806 WEB_MANPAGES=`ls -1 ${srcdir}/docs/man/amuleweb.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17807 WEB_MANPAGES="`basename docs/man/amuleweb.1` $WEB_MANPAGES"
17809 WEB_MANPAGES=`echo $WEB_MANPAGES | tr -d '\n'`
17810 else
17811 WEB_MANPAGES=
17816 if test "$AMULE_GUI" == "yes"; then
17817 if test "$LINGUAS" = ""; then
17818 AMULE_GUI_MANPAGES=`ls -1 ${srcdir}/docs/man/amulegui.* | sed -e 's:.*/::g'`
17819 else
17820 AMULE_GUI_MANPAGES=`ls -1 ${srcdir}/docs/man/amulegui.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17821 AMULE_GUI_MANPAGES="`basename docs/man/amulegui.1` $AMULE_GUI_MANPAGES"
17823 AMULE_GUI_MANPAGES=`echo $AMULE_GUI_MANPAGES | tr -d '\n'`
17824 else
17825 AMULE_GUI_MANPAGES=
17830 if test "$CAS" == "yes"; then
17831 if test "$LINGUAS" = ""; then
17832 CAS_MANPAGES=`ls -1 ${srcdir}/src/utils/cas/docs/cas.* | sed -e 's:.*/::g'`
17833 else
17834 CAS_MANPAGES=`ls -1 ${srcdir}/src/utils/cas/docs/cas.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17835 CAS_MANPAGES="`basename src/utils/cas/docs/cas.1` $CAS_MANPAGES"
17837 CAS_MANPAGES=`echo $CAS_MANPAGES | tr -d '\n'`
17838 else
17839 CAS_MANPAGES=
17844 if test "$WXCAS" == "yes"; then
17845 if test "$LINGUAS" = ""; then
17846 WXCAS_MANPAGES=`ls -1 ${srcdir}/src/utils/wxCas/docs/wxcas.* | sed -e 's:.*/::g'`
17847 else
17848 WXCAS_MANPAGES=`ls -1 ${srcdir}/src/utils/wxCas/docs/wxcas.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17849 WXCAS_MANPAGES="`basename src/utils/wxCas/docs/wxcas.1` $WXCAS_MANPAGES"
17851 WXCAS_MANPAGES=`echo $WXCAS_MANPAGES | tr -d '\n'`
17852 else
17853 WXCAS_MANPAGES=
17858 if test "$ED2K" == "yes"; then
17859 if test "$LINGUAS" = ""; then
17860 ED2K_MANPAGES=`ls -1 ${srcdir}/docs/man/ed2k.* | sed -e 's:.*/::g'`
17861 else
17862 ED2K_MANPAGES=`ls -1 ${srcdir}/docs/man/ed2k.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17863 ED2K_MANPAGES="`basename docs/man/ed2k.1` $ED2K_MANPAGES"
17865 ED2K_MANPAGES=`echo $ED2K_MANPAGES | tr -d '\n'`
17866 else
17867 ED2K_MANPAGES=
17872 if test "$ALC" == "yes"; then
17873 if test "$LINGUAS" = ""; then
17874 ALC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alc.* | sed -e 's:.*/::g'`
17875 else
17876 ALC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alc.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17877 ALC_MANPAGES="`basename src/utils/aLinkCreator/docs/alc.1` $ALC_MANPAGES"
17879 ALC_MANPAGES=`echo $ALC_MANPAGES | tr -d '\n'`
17880 else
17881 ALC_MANPAGES=
17886 if test "$ALCC" == "yes"; then
17887 if test "$LINGUAS" = ""; then
17888 ALCC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alcc.* | sed -e 's:.*/::g'`
17889 else
17890 ALCC_MANPAGES=`ls -1 ${srcdir}/src/utils/aLinkCreator/docs/alcc.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17891 ALCC_MANPAGES="`basename src/utils/aLinkCreator/docs/alcc.1` $ALCC_MANPAGES"
17893 ALCC_MANPAGES=`echo $ALCC_MANPAGES | tr -d '\n'`
17894 else
17895 ALCC_MANPAGES=
17900 if test "$MONOLITHIC" == "yes"; then
17901 if test "$LINGUAS" = ""; then
17902 MONOLITHIC_MANPAGES=`ls -1 ${srcdir}/docs/man/amule.* | sed -e 's:.*/::g'`
17903 else
17904 MONOLITHIC_MANPAGES=`ls -1 ${srcdir}/docs/man/amule.* | sed -e 's:.*/::g' | grep $Generate_Langs `
17905 MONOLITHIC_MANPAGES="`basename docs/man/amule.1` $MONOLITHIC_MANPAGES"
17907 MONOLITHIC_MANPAGES=`echo $MONOLITHIC_MANPAGES | tr -d '\n'`
17908 else
17909 MONOLITHIC_MANPAGES=
17913 echo "$as_me:$LINENO: result: ${LINGUAS:-all}" >&5
17914 echo "${ECHO_T}${LINGUAS:-all}" >&6
17917 echo "$as_me:$LINENO: checking denoising level" >&5
17918 echo $ECHO_N "checking denoising level... $ECHO_C" >&6
17919 if test "$denoiselevel" = "yes"; then
17920 denoiselevel=5
17922 if test "$denoiselevel" = "no"; then
17923 denoiselevel=0
17925 if test $denoiselevel -gt 4; then
17926 if test "${svndate:+set}" = "set"; then
17927 denoiselevel=0
17928 else
17929 denoiselevel=4
17933 echo "$as_me:$LINENO: result: $denoiselevel" >&5
17934 echo "${ECHO_T}$denoiselevel" >&6
17936 ac_config_commands="$ac_config_commands denoiser"
17942 if test x$WEB = xyes; then
17943 WEB_TRUE=
17944 WEB_FALSE='#'
17945 else
17946 WEB_TRUE='#'
17947 WEB_FALSE=
17952 if test x$ED2K = xyes; then
17953 ED2K_TRUE=
17954 ED2K_FALSE='#'
17955 else
17956 ED2K_TRUE='#'
17957 ED2K_FALSE=
17962 if test x$CAS = xyes; then
17963 CAS_TRUE=
17964 CAS_FALSE='#'
17965 else
17966 CAS_TRUE='#'
17967 CAS_FALSE=
17972 if test x$WXCAS = xyes; then
17973 WXCAS_TRUE=
17974 WXCAS_FALSE='#'
17975 else
17976 WXCAS_TRUE='#'
17977 WXCAS_FALSE=
17982 if test x$ALC = xyes; then
17983 ALC_TRUE=
17984 ALC_FALSE='#'
17985 else
17986 ALC_TRUE='#'
17987 ALC_FALSE=
17992 if test x$ALCC = xyes; then
17993 ALCC_TRUE=
17994 ALCC_FALSE='#'
17995 else
17996 ALCC_TRUE='#'
17997 ALCC_FALSE=
18002 if test x$AMULE_GUI = xyes; then
18003 AMULE_GUI_TRUE=
18004 AMULE_GUI_FALSE='#'
18005 else
18006 AMULE_GUI_TRUE='#'
18007 AMULE_GUI_FALSE=
18012 if test x$AMULE_DAEMON = xyes; then
18013 AMULE_DAEMON_TRUE=
18014 AMULE_DAEMON_FALSE='#'
18015 else
18016 AMULE_DAEMON_TRUE='#'
18017 AMULE_DAEMON_FALSE=
18022 if test x$AMULECMD = xyes; then
18023 COMPILE_CMD_TRUE=
18024 COMPILE_CMD_FALSE='#'
18025 else
18026 COMPILE_CMD_TRUE='#'
18027 COMPILE_CMD_FALSE=
18032 if test x$MONOLITHIC = xyes; then
18033 MONOLITHIC_TRUE=
18034 MONOLITHIC_FALSE='#'
18035 else
18036 MONOLITHIC_TRUE='#'
18037 MONOLITHIC_FALSE=
18042 if test x$ENABLE_UPNP = xyes -a x$SYS != xwin32; then
18043 ENABLE_UPNP_TRUE=
18044 ENABLE_UPNP_FALSE='#'
18045 else
18046 ENABLE_UPNP_TRUE='#'
18047 ENABLE_UPNP_FALSE=
18052 if test x$ENABLE_IP2COUNTRY = xyes; then
18053 ENABLE_IP2COUNTRY_TRUE=
18054 ENABLE_IP2COUNTRY_FALSE='#'
18055 else
18056 ENABLE_IP2COUNTRY_TRUE='#'
18057 ENABLE_IP2COUNTRY_FALSE=
18062 if test x$SYS = xwin32; then
18063 SYS_WIN32_TRUE=
18064 SYS_WIN32_FALSE='#'
18065 else
18066 SYS_WIN32_TRUE='#'
18067 SYS_WIN32_FALSE=
18072 if test x$SYS = xwin32 -a "$RC" != ":"; then
18073 NEED_RC_TRUE=
18074 NEED_RC_FALSE='#'
18075 else
18076 NEED_RC_TRUE='#'
18077 NEED_RC_FALSE=
18082 if test x$SYS = xdarwin; then
18083 NEED_CORESERVICES_TRUE=
18084 NEED_CORESERVICES_FALSE='#'
18085 else
18086 NEED_CORESERVICES_TRUE='#'
18087 NEED_CORESERVICES_FALSE=
18092 if test x$USE_NLS = xyes; then
18093 COMPILE_NLS_TRUE=
18094 COMPILE_NLS_FALSE='#'
18095 else
18096 COMPILE_NLS_TRUE='#'
18097 COMPILE_NLS_FALSE=
18102 if test x$HAVE_FLEX_EXTENDED = xyes; then
18103 GENERATE_FLEX_HEADER_TRUE=
18104 GENERATE_FLEX_HEADER_FALSE='#'
18105 else
18106 GENERATE_FLEX_HEADER_TRUE='#'
18107 GENERATE_FLEX_HEADER_FALSE=
18111 if test x$AMULECMD = xyes -o x$WEB = xyes; then
18113 echo "$as_me:$LINENO: checking for a readline compatible library" >&5
18114 echo $ECHO_N "checking for a readline compatible library... $ECHO_C" >&6
18115 if test "${vl_cv_lib_readline+set}" = set; then
18116 echo $ECHO_N "(cached) $ECHO_C" >&6
18117 else
18119 ORIG_LIBS="$LIBS"
18120 for readline_lib in readline edit editline; do
18121 for termcap_lib in "" termcap curses ncurses; do
18122 if test -z "$termcap_lib"; then
18123 TRY_LIB="-l$readline_lib"
18124 else
18125 TRY_LIB="-l$readline_lib -l$termcap_lib"
18127 LIBS="$ORIG_LIBS $TRY_LIB"
18128 cat >conftest.$ac_ext <<_ACEOF
18129 /* confdefs.h. */
18130 _ACEOF
18131 cat confdefs.h >>conftest.$ac_ext
18132 cat >>conftest.$ac_ext <<_ACEOF
18133 /* end confdefs.h. */
18135 /* Override any gcc2 internal prototype to avoid an error. */
18136 #ifdef __cplusplus
18137 extern "C"
18138 #endif
18139 /* We use char because int might match the return type of a gcc2
18140 builtin and then its argument prototype would still apply. */
18141 char readline ();
18143 main ()
18145 readline ();
18147 return 0;
18149 _ACEOF
18150 rm -f conftest.$ac_objext conftest$ac_exeext
18151 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18152 (eval $ac_link) 2>conftest.er1
18153 ac_status=$?
18154 grep -v '^ *+' conftest.er1 >conftest.err
18155 rm -f conftest.er1
18156 cat conftest.err >&5
18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18158 (exit $ac_status); } &&
18159 { ac_try='test -z "$ac_c_werror_flag"
18160 || test ! -s conftest.err'
18161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18162 (eval $ac_try) 2>&5
18163 ac_status=$?
18164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18165 (exit $ac_status); }; } &&
18166 { ac_try='test -s conftest$ac_exeext'
18167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18168 (eval $ac_try) 2>&5
18169 ac_status=$?
18170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18171 (exit $ac_status); }; }; then
18172 vl_cv_lib_readline="$TRY_LIB"
18173 else
18174 echo "$as_me: failed program was:" >&5
18175 sed 's/^/| /' conftest.$ac_ext >&5
18178 rm -f conftest.err conftest.$ac_objext \
18179 conftest$ac_exeext conftest.$ac_ext
18180 if test -n "$vl_cv_lib_readline"; then
18181 break
18183 done
18184 if test -n "$vl_cv_lib_readline"; then
18185 break
18187 done
18188 if test -z "$vl_cv_lib_readline"; then
18189 vl_cv_lib_readline="no"
18190 LIBS="$ORIG_LIBS"
18191 READLINE_LIBS=""
18192 else
18193 READLINE_LIBS="$vl_cv_lib_readline"
18197 echo "$as_me:$LINENO: result: $vl_cv_lib_readline" >&5
18198 echo "${ECHO_T}$vl_cv_lib_readline" >&6
18200 if test "$vl_cv_lib_readline" != "no"; then
18202 cat >>confdefs.h <<\_ACEOF
18203 #define HAVE_LIBREADLINE 1
18204 _ACEOF
18208 for ac_header in readline.h readline/readline.h
18210 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18211 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18212 echo "$as_me:$LINENO: checking for $ac_header" >&5
18213 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18214 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18215 echo $ECHO_N "(cached) $ECHO_C" >&6
18217 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18218 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18219 else
18220 # Is the header compilable?
18221 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18222 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18223 cat >conftest.$ac_ext <<_ACEOF
18224 /* confdefs.h. */
18225 _ACEOF
18226 cat confdefs.h >>conftest.$ac_ext
18227 cat >>conftest.$ac_ext <<_ACEOF
18228 /* end confdefs.h. */
18229 $ac_includes_default
18230 #include <$ac_header>
18231 _ACEOF
18232 rm -f conftest.$ac_objext
18233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18234 (eval $ac_compile) 2>conftest.er1
18235 ac_status=$?
18236 grep -v '^ *+' conftest.er1 >conftest.err
18237 rm -f conftest.er1
18238 cat conftest.err >&5
18239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18240 (exit $ac_status); } &&
18241 { ac_try='test -z "$ac_c_werror_flag"
18242 || test ! -s conftest.err'
18243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18244 (eval $ac_try) 2>&5
18245 ac_status=$?
18246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18247 (exit $ac_status); }; } &&
18248 { ac_try='test -s conftest.$ac_objext'
18249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18250 (eval $ac_try) 2>&5
18251 ac_status=$?
18252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18253 (exit $ac_status); }; }; then
18254 ac_header_compiler=yes
18255 else
18256 echo "$as_me: failed program was:" >&5
18257 sed 's/^/| /' conftest.$ac_ext >&5
18259 ac_header_compiler=no
18261 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18262 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18263 echo "${ECHO_T}$ac_header_compiler" >&6
18265 # Is the header present?
18266 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18267 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18268 cat >conftest.$ac_ext <<_ACEOF
18269 /* confdefs.h. */
18270 _ACEOF
18271 cat confdefs.h >>conftest.$ac_ext
18272 cat >>conftest.$ac_ext <<_ACEOF
18273 /* end confdefs.h. */
18274 #include <$ac_header>
18275 _ACEOF
18276 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18277 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18278 ac_status=$?
18279 grep -v '^ *+' conftest.er1 >conftest.err
18280 rm -f conftest.er1
18281 cat conftest.err >&5
18282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18283 (exit $ac_status); } >/dev/null; then
18284 if test -s conftest.err; then
18285 ac_cpp_err=$ac_c_preproc_warn_flag
18286 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18287 else
18288 ac_cpp_err=
18290 else
18291 ac_cpp_err=yes
18293 if test -z "$ac_cpp_err"; then
18294 ac_header_preproc=yes
18295 else
18296 echo "$as_me: failed program was:" >&5
18297 sed 's/^/| /' conftest.$ac_ext >&5
18299 ac_header_preproc=no
18301 rm -f conftest.err conftest.$ac_ext
18302 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18303 echo "${ECHO_T}$ac_header_preproc" >&6
18305 # So? What about this header?
18306 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18307 yes:no: )
18308 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18309 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18310 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18311 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18312 ac_header_preproc=yes
18314 no:yes:* )
18315 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18316 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18317 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18318 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18319 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18320 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18321 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18322 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18323 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18324 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18325 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18326 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18328 cat <<\_ASBOX
18329 ## ------------------------------ ##
18330 ## Report this to admin@amule.org ##
18331 ## ------------------------------ ##
18332 _ASBOX
18334 sed "s/^/$as_me: WARNING: /" >&2
18336 esac
18337 echo "$as_me:$LINENO: checking for $ac_header" >&5
18338 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18339 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18340 echo $ECHO_N "(cached) $ECHO_C" >&6
18341 else
18342 eval "$as_ac_Header=\$ac_header_preproc"
18344 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18345 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18348 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18349 cat >>confdefs.h <<_ACEOF
18350 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18351 _ACEOF
18355 done
18357 echo "$as_me:$LINENO: checking whether readline supports history" >&5
18358 echo $ECHO_N "checking whether readline supports history... $ECHO_C" >&6
18359 if test "${vl_cv_lib_readline_history+set}" = set; then
18360 echo $ECHO_N "(cached) $ECHO_C" >&6
18361 else
18363 vl_cv_lib_readline_history="no"
18364 cat >conftest.$ac_ext <<_ACEOF
18365 /* confdefs.h. */
18366 _ACEOF
18367 cat confdefs.h >>conftest.$ac_ext
18368 cat >>conftest.$ac_ext <<_ACEOF
18369 /* end confdefs.h. */
18371 /* Override any gcc2 internal prototype to avoid an error. */
18372 #ifdef __cplusplus
18373 extern "C"
18374 #endif
18375 /* We use char because int might match the return type of a gcc2
18376 builtin and then its argument prototype would still apply. */
18377 char add_history ();
18379 main ()
18381 add_history ();
18383 return 0;
18385 _ACEOF
18386 rm -f conftest.$ac_objext conftest$ac_exeext
18387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18388 (eval $ac_link) 2>conftest.er1
18389 ac_status=$?
18390 grep -v '^ *+' conftest.er1 >conftest.err
18391 rm -f conftest.er1
18392 cat conftest.err >&5
18393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18394 (exit $ac_status); } &&
18395 { ac_try='test -z "$ac_c_werror_flag"
18396 || test ! -s conftest.err'
18397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18398 (eval $ac_try) 2>&5
18399 ac_status=$?
18400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18401 (exit $ac_status); }; } &&
18402 { ac_try='test -s conftest$ac_exeext'
18403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18404 (eval $ac_try) 2>&5
18405 ac_status=$?
18406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18407 (exit $ac_status); }; }; then
18408 vl_cv_lib_readline_history="yes"
18409 else
18410 echo "$as_me: failed program was:" >&5
18411 sed 's/^/| /' conftest.$ac_ext >&5
18414 rm -f conftest.err conftest.$ac_objext \
18415 conftest$ac_exeext conftest.$ac_ext
18418 echo "$as_me:$LINENO: result: $vl_cv_lib_readline_history" >&5
18419 echo "${ECHO_T}$vl_cv_lib_readline_history" >&6
18420 if test "$vl_cv_lib_readline_history" = "yes"; then
18422 cat >>confdefs.h <<\_ACEOF
18423 #define HAVE_READLINE_HISTORY 1
18424 _ACEOF
18428 for ac_header in history.h readline/history.h
18430 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18431 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18432 echo "$as_me:$LINENO: checking for $ac_header" >&5
18433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18434 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18435 echo $ECHO_N "(cached) $ECHO_C" >&6
18437 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18438 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18439 else
18440 # Is the header compilable?
18441 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18442 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18443 cat >conftest.$ac_ext <<_ACEOF
18444 /* confdefs.h. */
18445 _ACEOF
18446 cat confdefs.h >>conftest.$ac_ext
18447 cat >>conftest.$ac_ext <<_ACEOF
18448 /* end confdefs.h. */
18449 $ac_includes_default
18450 #include <$ac_header>
18451 _ACEOF
18452 rm -f conftest.$ac_objext
18453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18454 (eval $ac_compile) 2>conftest.er1
18455 ac_status=$?
18456 grep -v '^ *+' conftest.er1 >conftest.err
18457 rm -f conftest.er1
18458 cat conftest.err >&5
18459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18460 (exit $ac_status); } &&
18461 { ac_try='test -z "$ac_c_werror_flag"
18462 || test ! -s conftest.err'
18463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18464 (eval $ac_try) 2>&5
18465 ac_status=$?
18466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18467 (exit $ac_status); }; } &&
18468 { ac_try='test -s conftest.$ac_objext'
18469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18470 (eval $ac_try) 2>&5
18471 ac_status=$?
18472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18473 (exit $ac_status); }; }; then
18474 ac_header_compiler=yes
18475 else
18476 echo "$as_me: failed program was:" >&5
18477 sed 's/^/| /' conftest.$ac_ext >&5
18479 ac_header_compiler=no
18481 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18482 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18483 echo "${ECHO_T}$ac_header_compiler" >&6
18485 # Is the header present?
18486 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18487 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18488 cat >conftest.$ac_ext <<_ACEOF
18489 /* confdefs.h. */
18490 _ACEOF
18491 cat confdefs.h >>conftest.$ac_ext
18492 cat >>conftest.$ac_ext <<_ACEOF
18493 /* end confdefs.h. */
18494 #include <$ac_header>
18495 _ACEOF
18496 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18497 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18498 ac_status=$?
18499 grep -v '^ *+' conftest.er1 >conftest.err
18500 rm -f conftest.er1
18501 cat conftest.err >&5
18502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18503 (exit $ac_status); } >/dev/null; then
18504 if test -s conftest.err; then
18505 ac_cpp_err=$ac_c_preproc_warn_flag
18506 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18507 else
18508 ac_cpp_err=
18510 else
18511 ac_cpp_err=yes
18513 if test -z "$ac_cpp_err"; then
18514 ac_header_preproc=yes
18515 else
18516 echo "$as_me: failed program was:" >&5
18517 sed 's/^/| /' conftest.$ac_ext >&5
18519 ac_header_preproc=no
18521 rm -f conftest.err conftest.$ac_ext
18522 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18523 echo "${ECHO_T}$ac_header_preproc" >&6
18525 # So? What about this header?
18526 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18527 yes:no: )
18528 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18529 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18531 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18532 ac_header_preproc=yes
18534 no:yes:* )
18535 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18536 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18537 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18538 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18539 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18540 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18541 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18542 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18544 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18545 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18546 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18548 cat <<\_ASBOX
18549 ## ------------------------------ ##
18550 ## Report this to admin@amule.org ##
18551 ## ------------------------------ ##
18552 _ASBOX
18554 sed "s/^/$as_me: WARNING: /" >&2
18556 esac
18557 echo "$as_me:$LINENO: checking for $ac_header" >&5
18558 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18559 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18560 echo $ECHO_N "(cached) $ECHO_C" >&6
18561 else
18562 eval "$as_ac_Header=\$ac_header_preproc"
18564 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18565 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18568 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18569 cat >>confdefs.h <<_ACEOF
18570 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18571 _ACEOF
18575 done
18580 LIBS="$ORIG_LIBS"
18584 # DO NOT MOVE UP... THERE'S A REASON TO BE HERE!!
18588 # Check whether --with-ccache-prefix or --without-ccache-prefix was given.
18589 if test "${with_ccache_prefix+set}" = set; then
18590 withval="$with_ccache_prefix"
18591 ccache_prefix="$withval"
18592 else
18593 ccache_prefix=""
18597 echo "$as_me:$LINENO: checking whether ccache support should be added" >&5
18598 echo $ECHO_N "checking whether ccache support should be added... $ECHO_C" >&6
18599 echo "$as_me:$LINENO: result: $ccache" >&5
18600 echo "${ECHO_T}$ccache" >&6
18603 case "$ccache" in
18605 yes)
18607 if test x$ccache_prefix == x ; then
18608 ccache_full=$(which ccache)
18609 ccache_prefix=$(dirname ${ccache_full})
18611 $ccache_prefix/ccache -V > /dev/null 2>&1
18612 CCACHE=$?
18613 if test "$CCACHE" != 0; then
18614 result="no"
18615 else
18616 result="yes"
18618 echo "$as_me:$LINENO: checking for ccache presence" >&5
18619 echo $ECHO_N "checking for ccache presence... $ECHO_C" >&6
18620 echo "$as_me:$LINENO: result: $result" >&5
18621 echo "${ECHO_T}$result" >&6
18625 if [ $CCACHE = 0 ]; then
18626 GCC="$ccache_prefix/ccache $GCC"
18627 CC="$ccache_prefix/ccache $CC"
18628 GXX="$ccache_prefix/ccache $GXX"
18629 CXX="$ccache_prefix/ccache $CXX"
18630 BUILD_CC="$ccache_prefix/ccache $BUILD_CC"
18632 esac
18634 ac_config_files="$ac_config_files Makefile docs/Makefile docs/man/Makefile intl/Makefile 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/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 src/webserver/php-default/Makefile src/webserver/chicane/Makefile src/webserver/litoral/Makefile unittests/Makefile unittests/muleunit/Makefile unittests/tests/Makefile"
18636 ac_config_files="$ac_config_files po/Makefile.in Compilation.flags"
18638 if test x$SYS = xwin32; then
18639 ac_config_files="$ac_config_files version.rc"
18643 cat >confcache <<\_ACEOF
18644 # This file is a shell script that caches the results of configure
18645 # tests run on this system so they can be shared between configure
18646 # scripts and configure runs, see configure's option --config-cache.
18647 # It is not useful on other systems. If it contains results you don't
18648 # want to keep, you may remove or edit it.
18650 # config.status only pays attention to the cache file if you give it
18651 # the --recheck option to rerun configure.
18653 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18654 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18655 # following values.
18657 _ACEOF
18659 # The following way of writing the cache mishandles newlines in values,
18660 # but we know of no workaround that is simple, portable, and efficient.
18661 # So, don't put newlines in cache variables' values.
18662 # Ultrix sh set writes to stderr and can't be redirected directly,
18663 # and sets the high bit in the cache file unless we assign to the vars.
18665 (set) 2>&1 |
18666 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18667 *ac_space=\ *)
18668 # `set' does not quote correctly, so add quotes (double-quote
18669 # substitution turns \\\\ into \\, and sed turns \\ into \).
18670 sed -n \
18671 "s/'/'\\\\''/g;
18672 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18675 # `set' quotes correctly as required by POSIX, so do not add quotes.
18676 sed -n \
18677 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
18679 esac;
18681 sed '
18682 t clear
18683 : clear
18684 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18685 t end
18686 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18687 : end' >>confcache
18688 if diff $cache_file confcache >/dev/null 2>&1; then :; else
18689 if test -w $cache_file; then
18690 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
18691 cat confcache >$cache_file
18692 else
18693 echo "not updating unwritable cache $cache_file"
18696 rm -f confcache
18698 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18699 # Let make expand exec_prefix.
18700 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18702 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18703 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18704 # trailing colons and then remove the whole line if VPATH becomes empty
18705 # (actually we leave an empty line to preserve line numbers).
18706 if test "x$srcdir" = x.; then
18707 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18708 s/:*\$(srcdir):*/:/;
18709 s/:*\${srcdir}:*/:/;
18710 s/:*@srcdir@:*/:/;
18711 s/^\([^=]*=[ ]*\):*/\1/;
18712 s/:*$//;
18713 s/^[^=]*=[ ]*$//;
18717 DEFS=-DHAVE_CONFIG_H
18719 ac_libobjs=
18720 ac_ltlibobjs=
18721 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18722 # 1. Remove the extension, and $U if already installed.
18723 ac_i=`echo "$ac_i" |
18724 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
18725 # 2. Add them.
18726 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
18727 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
18728 done
18729 LIBOBJS=$ac_libobjs
18731 LTLIBOBJS=$ac_ltlibobjs
18734 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
18735 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
18736 Usually this means the macro was only invoked conditionally." >&5
18737 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
18738 Usually this means the macro was only invoked conditionally." >&2;}
18739 { (exit 1); exit 1; }; }
18741 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
18742 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
18743 Usually this means the macro was only invoked conditionally." >&5
18744 echo "$as_me: error: conditional \"AMDEP\" was never defined.
18745 Usually this means the macro was only invoked conditionally." >&2;}
18746 { (exit 1); exit 1; }; }
18748 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
18749 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
18750 Usually this means the macro was only invoked conditionally." >&5
18751 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
18752 Usually this means the macro was only invoked conditionally." >&2;}
18753 { (exit 1); exit 1; }; }
18755 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
18756 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
18757 Usually this means the macro was only invoked conditionally." >&5
18758 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
18759 Usually this means the macro was only invoked conditionally." >&2;}
18760 { (exit 1); exit 1; }; }
18762 if test -z "${WEB_TRUE}" && test -z "${WEB_FALSE}"; then
18763 { { echo "$as_me:$LINENO: error: conditional \"WEB\" was never defined.
18764 Usually this means the macro was only invoked conditionally." >&5
18765 echo "$as_me: error: conditional \"WEB\" was never defined.
18766 Usually this means the macro was only invoked conditionally." >&2;}
18767 { (exit 1); exit 1; }; }
18769 if test -z "${ED2K_TRUE}" && test -z "${ED2K_FALSE}"; then
18770 { { echo "$as_me:$LINENO: error: conditional \"ED2K\" was never defined.
18771 Usually this means the macro was only invoked conditionally." >&5
18772 echo "$as_me: error: conditional \"ED2K\" was never defined.
18773 Usually this means the macro was only invoked conditionally." >&2;}
18774 { (exit 1); exit 1; }; }
18776 if test -z "${CAS_TRUE}" && test -z "${CAS_FALSE}"; then
18777 { { echo "$as_me:$LINENO: error: conditional \"CAS\" was never defined.
18778 Usually this means the macro was only invoked conditionally." >&5
18779 echo "$as_me: error: conditional \"CAS\" was never defined.
18780 Usually this means the macro was only invoked conditionally." >&2;}
18781 { (exit 1); exit 1; }; }
18783 if test -z "${WXCAS_TRUE}" && test -z "${WXCAS_FALSE}"; then
18784 { { echo "$as_me:$LINENO: error: conditional \"WXCAS\" was never defined.
18785 Usually this means the macro was only invoked conditionally." >&5
18786 echo "$as_me: error: conditional \"WXCAS\" was never defined.
18787 Usually this means the macro was only invoked conditionally." >&2;}
18788 { (exit 1); exit 1; }; }
18790 if test -z "${ALC_TRUE}" && test -z "${ALC_FALSE}"; then
18791 { { echo "$as_me:$LINENO: error: conditional \"ALC\" was never defined.
18792 Usually this means the macro was only invoked conditionally." >&5
18793 echo "$as_me: error: conditional \"ALC\" was never defined.
18794 Usually this means the macro was only invoked conditionally." >&2;}
18795 { (exit 1); exit 1; }; }
18797 if test -z "${ALCC_TRUE}" && test -z "${ALCC_FALSE}"; then
18798 { { echo "$as_me:$LINENO: error: conditional \"ALCC\" was never defined.
18799 Usually this means the macro was only invoked conditionally." >&5
18800 echo "$as_me: error: conditional \"ALCC\" was never defined.
18801 Usually this means the macro was only invoked conditionally." >&2;}
18802 { (exit 1); exit 1; }; }
18804 if test -z "${AMULE_GUI_TRUE}" && test -z "${AMULE_GUI_FALSE}"; then
18805 { { echo "$as_me:$LINENO: error: conditional \"AMULE_GUI\" was never defined.
18806 Usually this means the macro was only invoked conditionally." >&5
18807 echo "$as_me: error: conditional \"AMULE_GUI\" was never defined.
18808 Usually this means the macro was only invoked conditionally." >&2;}
18809 { (exit 1); exit 1; }; }
18811 if test -z "${AMULE_DAEMON_TRUE}" && test -z "${AMULE_DAEMON_FALSE}"; then
18812 { { echo "$as_me:$LINENO: error: conditional \"AMULE_DAEMON\" was never defined.
18813 Usually this means the macro was only invoked conditionally." >&5
18814 echo "$as_me: error: conditional \"AMULE_DAEMON\" was never defined.
18815 Usually this means the macro was only invoked conditionally." >&2;}
18816 { (exit 1); exit 1; }; }
18818 if test -z "${COMPILE_CMD_TRUE}" && test -z "${COMPILE_CMD_FALSE}"; then
18819 { { echo "$as_me:$LINENO: error: conditional \"COMPILE_CMD\" was never defined.
18820 Usually this means the macro was only invoked conditionally." >&5
18821 echo "$as_me: error: conditional \"COMPILE_CMD\" was never defined.
18822 Usually this means the macro was only invoked conditionally." >&2;}
18823 { (exit 1); exit 1; }; }
18825 if test -z "${MONOLITHIC_TRUE}" && test -z "${MONOLITHIC_FALSE}"; then
18826 { { echo "$as_me:$LINENO: error: conditional \"MONOLITHIC\" was never defined.
18827 Usually this means the macro was only invoked conditionally." >&5
18828 echo "$as_me: error: conditional \"MONOLITHIC\" was never defined.
18829 Usually this means the macro was only invoked conditionally." >&2;}
18830 { (exit 1); exit 1; }; }
18832 if test -z "${ENABLE_UPNP_TRUE}" && test -z "${ENABLE_UPNP_FALSE}"; then
18833 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_UPNP\" was never defined.
18834 Usually this means the macro was only invoked conditionally." >&5
18835 echo "$as_me: error: conditional \"ENABLE_UPNP\" was never defined.
18836 Usually this means the macro was only invoked conditionally." >&2;}
18837 { (exit 1); exit 1; }; }
18839 if test -z "${ENABLE_IP2COUNTRY_TRUE}" && test -z "${ENABLE_IP2COUNTRY_FALSE}"; then
18840 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_IP2COUNTRY\" was never defined.
18841 Usually this means the macro was only invoked conditionally." >&5
18842 echo "$as_me: error: conditional \"ENABLE_IP2COUNTRY\" was never defined.
18843 Usually this means the macro was only invoked conditionally." >&2;}
18844 { (exit 1); exit 1; }; }
18846 if test -z "${SYS_WIN32_TRUE}" && test -z "${SYS_WIN32_FALSE}"; then
18847 { { echo "$as_me:$LINENO: error: conditional \"SYS_WIN32\" was never defined.
18848 Usually this means the macro was only invoked conditionally." >&5
18849 echo "$as_me: error: conditional \"SYS_WIN32\" was never defined.
18850 Usually this means the macro was only invoked conditionally." >&2;}
18851 { (exit 1); exit 1; }; }
18853 if test -z "${NEED_RC_TRUE}" && test -z "${NEED_RC_FALSE}"; then
18854 { { echo "$as_me:$LINENO: error: conditional \"NEED_RC\" was never defined.
18855 Usually this means the macro was only invoked conditionally." >&5
18856 echo "$as_me: error: conditional \"NEED_RC\" was never defined.
18857 Usually this means the macro was only invoked conditionally." >&2;}
18858 { (exit 1); exit 1; }; }
18860 if test -z "${NEED_CORESERVICES_TRUE}" && test -z "${NEED_CORESERVICES_FALSE}"; then
18861 { { echo "$as_me:$LINENO: error: conditional \"NEED_CORESERVICES\" was never defined.
18862 Usually this means the macro was only invoked conditionally." >&5
18863 echo "$as_me: error: conditional \"NEED_CORESERVICES\" was never defined.
18864 Usually this means the macro was only invoked conditionally." >&2;}
18865 { (exit 1); exit 1; }; }
18867 if test -z "${COMPILE_NLS_TRUE}" && test -z "${COMPILE_NLS_FALSE}"; then
18868 { { echo "$as_me:$LINENO: error: conditional \"COMPILE_NLS\" was never defined.
18869 Usually this means the macro was only invoked conditionally." >&5
18870 echo "$as_me: error: conditional \"COMPILE_NLS\" was never defined.
18871 Usually this means the macro was only invoked conditionally." >&2;}
18872 { (exit 1); exit 1; }; }
18874 if test -z "${GENERATE_FLEX_HEADER_TRUE}" && test -z "${GENERATE_FLEX_HEADER_FALSE}"; then
18875 { { echo "$as_me:$LINENO: error: conditional \"GENERATE_FLEX_HEADER\" was never defined.
18876 Usually this means the macro was only invoked conditionally." >&5
18877 echo "$as_me: error: conditional \"GENERATE_FLEX_HEADER\" was never defined.
18878 Usually this means the macro was only invoked conditionally." >&2;}
18879 { (exit 1); exit 1; }; }
18882 : ${CONFIG_STATUS=./config.status}
18883 ac_clean_files_save=$ac_clean_files
18884 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18885 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
18886 echo "$as_me: creating $CONFIG_STATUS" >&6;}
18887 cat >$CONFIG_STATUS <<_ACEOF
18888 #! $SHELL
18889 # Generated by $as_me.
18890 # Run this file to recreate the current configuration.
18891 # Compiler output produced by configure, useful for debugging
18892 # configure, is in config.log if it exists.
18894 debug=false
18895 ac_cs_recheck=false
18896 ac_cs_silent=false
18897 SHELL=\${CONFIG_SHELL-$SHELL}
18898 _ACEOF
18900 cat >>$CONFIG_STATUS <<\_ACEOF
18901 ## --------------------- ##
18902 ## M4sh Initialization. ##
18903 ## --------------------- ##
18905 # Be Bourne compatible
18906 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18907 emulate sh
18908 NULLCMD=:
18909 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18910 # is contrary to our usage. Disable this feature.
18911 alias -g '${1+"$@"}'='"$@"'
18912 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18913 set -o posix
18915 DUALCASE=1; export DUALCASE # for MKS sh
18917 # Support unset when possible.
18918 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
18919 as_unset=unset
18920 else
18921 as_unset=false
18925 # Work around bugs in pre-3.0 UWIN ksh.
18926 $as_unset ENV MAIL MAILPATH
18927 PS1='$ '
18928 PS2='> '
18929 PS4='+ '
18931 # NLS nuisances.
18932 for as_var in \
18933 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
18934 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
18935 LC_TELEPHONE LC_TIME
18937 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
18938 eval $as_var=C; export $as_var
18939 else
18940 $as_unset $as_var
18942 done
18944 # Required to use basename.
18945 if expr a : '\(a\)' >/dev/null 2>&1; then
18946 as_expr=expr
18947 else
18948 as_expr=false
18951 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
18952 as_basename=basename
18953 else
18954 as_basename=false
18958 # Name of the executable.
18959 as_me=`$as_basename "$0" ||
18960 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18961 X"$0" : 'X\(//\)$' \| \
18962 X"$0" : 'X\(/\)$' \| \
18963 . : '\(.\)' 2>/dev/null ||
18964 echo X/"$0" |
18965 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
18966 /^X\/\(\/\/\)$/{ s//\1/; q; }
18967 /^X\/\(\/\).*/{ s//\1/; q; }
18968 s/.*/./; q'`
18971 # PATH needs CR, and LINENO needs CR and PATH.
18972 # Avoid depending upon Character Ranges.
18973 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18974 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18975 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18976 as_cr_digits='0123456789'
18977 as_cr_alnum=$as_cr_Letters$as_cr_digits
18979 # The user is always right.
18980 if test "${PATH_SEPARATOR+set}" != set; then
18981 echo "#! /bin/sh" >conf$$.sh
18982 echo "exit 0" >>conf$$.sh
18983 chmod +x conf$$.sh
18984 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
18985 PATH_SEPARATOR=';'
18986 else
18987 PATH_SEPARATOR=:
18989 rm -f conf$$.sh
18993 as_lineno_1=$LINENO
18994 as_lineno_2=$LINENO
18995 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
18996 test "x$as_lineno_1" != "x$as_lineno_2" &&
18997 test "x$as_lineno_3" = "x$as_lineno_2" || {
18998 # Find who we are. Look in the path if we contain no path at all
18999 # relative or not.
19000 case $0 in
19001 *[\\/]* ) as_myself=$0 ;;
19002 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19003 for as_dir in $PATH
19005 IFS=$as_save_IFS
19006 test -z "$as_dir" && as_dir=.
19007 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19008 done
19011 esac
19012 # We did not find ourselves, most probably we were run as `sh COMMAND'
19013 # in which case we are not to be found in the path.
19014 if test "x$as_myself" = x; then
19015 as_myself=$0
19017 if test ! -f "$as_myself"; then
19018 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
19019 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
19020 { (exit 1); exit 1; }; }
19022 case $CONFIG_SHELL in
19024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19025 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
19027 IFS=$as_save_IFS
19028 test -z "$as_dir" && as_dir=.
19029 for as_base in sh bash ksh sh5; do
19030 case $as_dir in
19032 if ("$as_dir/$as_base" -c '
19033 as_lineno_1=$LINENO
19034 as_lineno_2=$LINENO
19035 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
19036 test "x$as_lineno_1" != "x$as_lineno_2" &&
19037 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
19038 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
19039 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
19040 CONFIG_SHELL=$as_dir/$as_base
19041 export CONFIG_SHELL
19042 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
19043 fi;;
19044 esac
19045 done
19046 done
19048 esac
19050 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
19051 # uniformly replaced by the line number. The first 'sed' inserts a
19052 # line-number line before each line; the second 'sed' does the real
19053 # work. The second script uses 'N' to pair each line-number line
19054 # with the numbered line, and appends trailing '-' during
19055 # substitution so that $LINENO is not a special case at line end.
19056 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
19057 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
19058 sed '=' <$as_myself |
19059 sed '
19061 s,$,-,
19062 : loop
19063 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
19064 t loop
19065 s,-$,,
19066 s,^['$as_cr_digits']*\n,,
19067 ' >$as_me.lineno &&
19068 chmod +x $as_me.lineno ||
19069 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
19070 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
19071 { (exit 1); exit 1; }; }
19073 # Don't try to exec as it changes $[0], causing all sort of problems
19074 # (the dirname of $[0] is not the place where we might find the
19075 # original and so on. Autoconf is especially sensible to this).
19076 . ./$as_me.lineno
19077 # Exit status is that of the last command.
19078 exit
19082 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
19083 *c*,-n*) ECHO_N= ECHO_C='
19084 ' ECHO_T=' ' ;;
19085 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
19086 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
19087 esac
19089 if expr a : '\(a\)' >/dev/null 2>&1; then
19090 as_expr=expr
19091 else
19092 as_expr=false
19095 rm -f conf$$ conf$$.exe conf$$.file
19096 echo >conf$$.file
19097 if ln -s conf$$.file conf$$ 2>/dev/null; then
19098 # We could just check for DJGPP; but this test a) works b) is more generic
19099 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
19100 if test -f conf$$.exe; then
19101 # Don't use ln at all; we don't have any links
19102 as_ln_s='cp -p'
19103 else
19104 as_ln_s='ln -s'
19106 elif ln conf$$.file conf$$ 2>/dev/null; then
19107 as_ln_s=ln
19108 else
19109 as_ln_s='cp -p'
19111 rm -f conf$$ conf$$.exe conf$$.file
19113 if mkdir -p . 2>/dev/null; then
19114 as_mkdir_p=:
19115 else
19116 test -d ./-p && rmdir ./-p
19117 as_mkdir_p=false
19120 as_executable_p="test -f"
19122 # Sed expression to map a string onto a valid CPP name.
19123 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19125 # Sed expression to map a string onto a valid variable name.
19126 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19129 # IFS
19130 # We need space, tab and new line, in precisely that order.
19131 as_nl='
19133 IFS=" $as_nl"
19135 # CDPATH.
19136 $as_unset CDPATH
19138 exec 6>&1
19140 # Open the log real soon, to keep \$[0] and so on meaningful, and to
19141 # report actual input values of CONFIG_FILES etc. instead of their
19142 # values after options handling. Logging --version etc. is OK.
19143 exec 5>>config.log
19145 echo
19146 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19147 ## Running $as_me. ##
19148 _ASBOX
19149 } >&5
19150 cat >&5 <<_CSEOF
19152 This file was extended by aMule $as_me SVN, which was
19153 generated by GNU Autoconf 2.59. Invocation command line was
19155 CONFIG_FILES = $CONFIG_FILES
19156 CONFIG_HEADERS = $CONFIG_HEADERS
19157 CONFIG_LINKS = $CONFIG_LINKS
19158 CONFIG_COMMANDS = $CONFIG_COMMANDS
19159 $ $0 $@
19161 _CSEOF
19162 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
19163 echo >&5
19164 _ACEOF
19166 # Files that config.status was made for.
19167 if test -n "$ac_config_files"; then
19168 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
19171 if test -n "$ac_config_headers"; then
19172 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
19175 if test -n "$ac_config_links"; then
19176 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
19179 if test -n "$ac_config_commands"; then
19180 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
19183 cat >>$CONFIG_STATUS <<\_ACEOF
19185 ac_cs_usage="\
19186 \`$as_me' instantiates files from templates according to the
19187 current configuration.
19189 Usage: $0 [OPTIONS] [FILE]...
19191 -h, --help print this help, then exit
19192 -V, --version print version number, then exit
19193 -q, --quiet do not print progress messages
19194 -d, --debug don't remove temporary files
19195 --recheck update $as_me by reconfiguring in the same conditions
19196 --file=FILE[:TEMPLATE]
19197 instantiate the configuration file FILE
19198 --header=FILE[:TEMPLATE]
19199 instantiate the configuration header FILE
19201 Configuration files:
19202 $config_files
19204 Configuration headers:
19205 $config_headers
19207 Configuration commands:
19208 $config_commands
19210 Report bugs to <bug-autoconf@gnu.org>."
19211 _ACEOF
19213 cat >>$CONFIG_STATUS <<_ACEOF
19214 ac_cs_version="\\
19215 aMule config.status SVN
19216 configured by $0, generated by GNU Autoconf 2.59,
19217 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
19219 Copyright (C) 2003 Free Software Foundation, Inc.
19220 This config.status script is free software; the Free Software Foundation
19221 gives unlimited permission to copy, distribute and modify it."
19222 srcdir=$srcdir
19223 INSTALL="$INSTALL"
19224 _ACEOF
19226 cat >>$CONFIG_STATUS <<\_ACEOF
19227 # If no file are specified by the user, then we need to provide default
19228 # value. By we need to know if files were specified by the user.
19229 ac_need_defaults=:
19230 while test $# != 0
19232 case $1 in
19233 --*=*)
19234 ac_option=`expr "x$1" : 'x\([^=]*\)='`
19235 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
19236 ac_shift=:
19239 ac_option=$1
19240 ac_optarg=$2
19241 ac_shift=shift
19243 *) # This is not an option, so the user has probably given explicit
19244 # arguments.
19245 ac_option=$1
19246 ac_need_defaults=false;;
19247 esac
19249 case $ac_option in
19250 # Handling of the options.
19251 _ACEOF
19252 cat >>$CONFIG_STATUS <<\_ACEOF
19253 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19254 ac_cs_recheck=: ;;
19255 --version | --vers* | -V )
19256 echo "$ac_cs_version"; exit 0 ;;
19257 --he | --h)
19258 # Conflict between --help and --header
19259 { { echo "$as_me:$LINENO: error: ambiguous option: $1
19260 Try \`$0 --help' for more information." >&5
19261 echo "$as_me: error: ambiguous option: $1
19262 Try \`$0 --help' for more information." >&2;}
19263 { (exit 1); exit 1; }; };;
19264 --help | --hel | -h )
19265 echo "$ac_cs_usage"; exit 0 ;;
19266 --debug | --d* | -d )
19267 debug=: ;;
19268 --file | --fil | --fi | --f )
19269 $ac_shift
19270 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
19271 ac_need_defaults=false;;
19272 --header | --heade | --head | --hea )
19273 $ac_shift
19274 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
19275 ac_need_defaults=false;;
19276 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19277 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19278 ac_cs_silent=: ;;
19280 # This is an error.
19281 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
19282 Try \`$0 --help' for more information." >&5
19283 echo "$as_me: error: unrecognized option: $1
19284 Try \`$0 --help' for more information." >&2;}
19285 { (exit 1); exit 1; }; } ;;
19287 *) ac_config_targets="$ac_config_targets $1" ;;
19289 esac
19290 shift
19291 done
19293 ac_configure_extra_args=
19295 if $ac_cs_silent; then
19296 exec 6>/dev/null
19297 ac_configure_extra_args="$ac_configure_extra_args --silent"
19300 _ACEOF
19301 cat >>$CONFIG_STATUS <<_ACEOF
19302 if \$ac_cs_recheck; then
19303 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
19304 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19307 _ACEOF
19309 cat >>$CONFIG_STATUS <<_ACEOF
19311 # INIT-COMMANDS section.
19314 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
19315 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
19316 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
19317 # from automake.
19318 eval 'ALL_LINGUAS''="$ALL_LINGUAS"'
19319 # Capture the value of LINGUAS because we need it to compute CATALOGS.
19320 LINGUAS="${LINGUAS-%UNSET%}"
19322 level=$denoiselevel
19324 _ACEOF
19328 cat >>$CONFIG_STATUS <<\_ACEOF
19329 for ac_config_target in $ac_config_targets
19331 case "$ac_config_target" in
19332 # Handling of arguments.
19333 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19334 "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
19335 "docs/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;;
19336 "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;;
19337 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
19338 "src/pixmaps/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/pixmaps/Makefile" ;;
19339 "src/pixmaps/flags_xpm/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/pixmaps/flags_xpm/Makefile" ;;
19340 "src/libs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libs/Makefile" ;;
19341 "src/libs/ec/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libs/ec/Makefile" ;;
19342 "src/libs/ec/cpp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libs/ec/cpp/Makefile" ;;
19343 "src/libs/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libs/common/Makefile" ;;
19344 "src/utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/Makefile" ;;
19345 "src/utils/aLinkCreator/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/aLinkCreator/Makefile" ;;
19346 "src/utils/aLinkCreator/docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/aLinkCreator/docs/Makefile" ;;
19347 "src/utils/aLinkCreator/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/aLinkCreator/src/Makefile" ;;
19348 "src/utils/cas/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/cas/Makefile" ;;
19349 "src/utils/cas/docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/cas/docs/Makefile" ;;
19350 "src/utils/fileview/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/fileview/Makefile" ;;
19351 "src/utils/wxCas/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/wxCas/Makefile" ;;
19352 "src/utils/wxCas/docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/wxCas/docs/Makefile" ;;
19353 "src/utils/wxCas/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/wxCas/src/Makefile" ;;
19354 "src/utils/xas/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/xas/Makefile" ;;
19355 "src/utils/xas/autostart-xas" ) CONFIG_FILES="$CONFIG_FILES src/utils/xas/autostart-xas" ;;
19356 "src/utils/xas/docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/xas/docs/Makefile" ;;
19357 "src/skins/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/skins/Makefile" ;;
19358 "src/webserver/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/webserver/Makefile" ;;
19359 "src/webserver/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/webserver/src/Makefile" ;;
19360 "src/webserver/default/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/webserver/default/Makefile" ;;
19361 "src/webserver/php-default/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/webserver/php-default/Makefile" ;;
19362 "src/webserver/chicane/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/webserver/chicane/Makefile" ;;
19363 "src/webserver/litoral/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/webserver/litoral/Makefile" ;;
19364 "unittests/Makefile" ) CONFIG_FILES="$CONFIG_FILES unittests/Makefile" ;;
19365 "unittests/muleunit/Makefile" ) CONFIG_FILES="$CONFIG_FILES unittests/muleunit/Makefile" ;;
19366 "unittests/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES unittests/tests/Makefile" ;;
19367 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
19368 "Compilation.flags" ) CONFIG_FILES="$CONFIG_FILES Compilation.flags" ;;
19369 "version.rc" ) CONFIG_FILES="$CONFIG_FILES version.rc" ;;
19370 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
19371 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
19372 "denoiser" ) CONFIG_COMMANDS="$CONFIG_COMMANDS denoiser" ;;
19373 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
19374 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
19375 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
19376 { (exit 1); exit 1; }; };;
19377 esac
19378 done
19380 # If the user did not use the arguments to specify the items to instantiate,
19381 # then the envvar interface is used. Set only those that are not.
19382 # We use the long form for the default assignment because of an extremely
19383 # bizarre bug on SunOS 4.1.3.
19384 if $ac_need_defaults; then
19385 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19386 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19387 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19390 # Have a temporary directory for convenience. Make it in the build tree
19391 # simply because there is no reason to put it here, and in addition,
19392 # creating and moving files from /tmp can sometimes cause problems.
19393 # Create a temporary directory, and hook for its removal unless debugging.
19394 $debug ||
19396 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
19397 trap '{ (exit 1); exit 1; }' 1 2 13 15
19400 # Create a (secure) tmp directory for tmp files.
19403 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
19404 test -n "$tmp" && test -d "$tmp"
19405 } ||
19407 tmp=./confstat$$-$RANDOM
19408 (umask 077 && mkdir $tmp)
19409 } ||
19411 echo "$me: cannot create a temporary directory in ." >&2
19412 { (exit 1); exit 1; }
19415 _ACEOF
19417 cat >>$CONFIG_STATUS <<_ACEOF
19420 # CONFIG_FILES section.
19423 # No need to generate the scripts if there are no CONFIG_FILES.
19424 # This happens for instance when ./config.status config.h
19425 if test -n "\$CONFIG_FILES"; then
19426 # Protect against being on the right side of a sed subst in config.status.
19427 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
19428 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
19429 s,@SHELL@,$SHELL,;t t
19430 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
19431 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
19432 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
19433 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
19434 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
19435 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
19436 s,@exec_prefix@,$exec_prefix,;t t
19437 s,@prefix@,$prefix,;t t
19438 s,@program_transform_name@,$program_transform_name,;t t
19439 s,@bindir@,$bindir,;t t
19440 s,@sbindir@,$sbindir,;t t
19441 s,@libexecdir@,$libexecdir,;t t
19442 s,@datadir@,$datadir,;t t
19443 s,@sysconfdir@,$sysconfdir,;t t
19444 s,@sharedstatedir@,$sharedstatedir,;t t
19445 s,@localstatedir@,$localstatedir,;t t
19446 s,@libdir@,$libdir,;t t
19447 s,@includedir@,$includedir,;t t
19448 s,@oldincludedir@,$oldincludedir,;t t
19449 s,@infodir@,$infodir,;t t
19450 s,@mandir@,$mandir,;t t
19451 s,@build_alias@,$build_alias,;t t
19452 s,@host_alias@,$host_alias,;t t
19453 s,@target_alias@,$target_alias,;t t
19454 s,@DEFS@,$DEFS,;t t
19455 s,@ECHO_C@,$ECHO_C,;t t
19456 s,@ECHO_N@,$ECHO_N,;t t
19457 s,@ECHO_T@,$ECHO_T,;t t
19458 s,@LIBS@,$LIBS,;t t
19459 s,@build@,$build,;t t
19460 s,@build_cpu@,$build_cpu,;t t
19461 s,@build_vendor@,$build_vendor,;t t
19462 s,@build_os@,$build_os,;t t
19463 s,@host@,$host,;t t
19464 s,@host_cpu@,$host_cpu,;t t
19465 s,@host_vendor@,$host_vendor,;t t
19466 s,@host_os@,$host_os,;t t
19467 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
19468 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
19469 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
19470 s,@CYGPATH_W@,$CYGPATH_W,;t t
19471 s,@PACKAGE@,$PACKAGE,;t t
19472 s,@VERSION@,$VERSION,;t t
19473 s,@ACLOCAL@,$ACLOCAL,;t t
19474 s,@AUTOCONF@,$AUTOCONF,;t t
19475 s,@AUTOMAKE@,$AUTOMAKE,;t t
19476 s,@AUTOHEADER@,$AUTOHEADER,;t t
19477 s,@MAKEINFO@,$MAKEINFO,;t t
19478 s,@install_sh@,$install_sh,;t t
19479 s,@STRIP@,$STRIP,;t t
19480 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
19481 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
19482 s,@mkdir_p@,$mkdir_p,;t t
19483 s,@AWK@,$AWK,;t t
19484 s,@SET_MAKE@,$SET_MAKE,;t t
19485 s,@am__leading_dot@,$am__leading_dot,;t t
19486 s,@AMTAR@,$AMTAR,;t t
19487 s,@am__tar@,$am__tar,;t t
19488 s,@am__untar@,$am__untar,;t t
19489 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
19490 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
19491 s,@MAINT@,$MAINT,;t t
19492 s,@RESOLV_LIB@,$RESOLV_LIB,;t t
19493 s,@X11LIBS@,$X11LIBS,;t t
19494 s,@CXX@,$CXX,;t t
19495 s,@CXXFLAGS@,$CXXFLAGS,;t t
19496 s,@LDFLAGS@,$LDFLAGS,;t t
19497 s,@CPPFLAGS@,$CPPFLAGS,;t t
19498 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
19499 s,@EXEEXT@,$EXEEXT,;t t
19500 s,@OBJEXT@,$OBJEXT,;t t
19501 s,@DEPDIR@,$DEPDIR,;t t
19502 s,@am__include@,$am__include,;t t
19503 s,@am__quote@,$am__quote,;t t
19504 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
19505 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
19506 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
19507 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
19508 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
19509 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
19510 s,@CXXCPP@,$CXXCPP,;t t
19511 s,@CC@,$CC,;t t
19512 s,@CFLAGS@,$CFLAGS,;t t
19513 s,@ac_ct_CC@,$ac_ct_CC,;t t
19514 s,@CCDEPMODE@,$CCDEPMODE,;t t
19515 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
19516 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
19517 s,@CPP@,$CPP,;t t
19518 s,@BUILD_CC@,$BUILD_CC,;t t
19519 s,@ac_ct_BUILD_CC@,$ac_ct_BUILD_CC,;t t
19520 s,@EXEEXT@,$EXEEXT,;t t
19521 s,@BUILD_EXEEXT@,$BUILD_EXEEXT,;t t
19522 s,@BUILD_CPPFLAGS@,$BUILD_CPPFLAGS,;t t
19523 s,@BUILD_CFLAGS@,$BUILD_CFLAGS,;t t
19524 s,@BUILD_LDFLAGS@,$BUILD_LDFLAGS,;t t
19525 s,@EGREP@,$EGREP,;t t
19526 s,@LEX@,$LEX,;t t
19527 s,@LEXLIB@,$LEXLIB,;t t
19528 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
19529 s,@RANLIB@,$RANLIB,;t t
19530 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
19531 s,@YACC@,$YACC,;t t
19532 s,@AR@,$AR,;t t
19533 s,@ac_ct_AR@,$ac_ct_AR,;t t
19534 s,@LD@,$LD,;t t
19535 s,@ac_ct_LD@,$ac_ct_LD,;t t
19536 s,@GDLIB_CONFIG_PATH@,$GDLIB_CONFIG_PATH,;t t
19537 s,@GDLIB_CFLAGS@,$GDLIB_CFLAGS,;t t
19538 s,@GDLIB_LDFLAGS@,$GDLIB_LDFLAGS,;t t
19539 s,@GDLIB_LIBS@,$GDLIB_LIBS,;t t
19540 s,@CAS_DEFS@,$CAS_DEFS,;t t
19541 s,@REGEX_LIB@,$REGEX_LIB,;t t
19542 s,@LIBPNG_CONFIG_PATH@,$LIBPNG_CONFIG_PATH,;t t
19543 s,@LIBPNG_CFLAGS@,$LIBPNG_CFLAGS,;t t
19544 s,@LIBPNG_CXXFLAGS@,$LIBPNG_CXXFLAGS,;t t
19545 s,@LIBPNG_LDFLAGS@,$LIBPNG_LDFLAGS,;t t
19546 s,@LIBPNG_LIBS@,$LIBPNG_LIBS,;t t
19547 s,@AMULEWEB_DEFS@,$AMULEWEB_DEFS,;t t
19548 s,@GEOIP_INCLUDE@,$GEOIP_INCLUDE,;t t
19549 s,@GEOIP_LIB@,$GEOIP_LIB,;t t
19550 s,@WX_CONFIG_PATH@,$WX_CONFIG_PATH,;t t
19551 s,@WX_CPPFLAGS@,$WX_CPPFLAGS,;t t
19552 s,@WX_CFLAGS@,$WX_CFLAGS,;t t
19553 s,@WX_CXXFLAGS@,$WX_CXXFLAGS,;t t
19554 s,@WX_CFLAGS_ONLY@,$WX_CFLAGS_ONLY,;t t
19555 s,@WX_CXXFLAGS_ONLY@,$WX_CXXFLAGS_ONLY,;t t
19556 s,@WX_LIBS@,$WX_LIBS,;t t
19557 s,@WX_LIBS_STATIC@,$WX_LIBS_STATIC,;t t
19558 s,@WX_VERSION_FULL@,$WX_VERSION_FULL,;t t
19559 s,@WX_RESCOMP@,$WX_RESCOMP,;t t
19560 s,@WX_VERSION_MAJOR@,$WX_VERSION_MAJOR,;t t
19561 s,@WX_VERSION_MINOR@,$WX_VERSION_MINOR,;t t
19562 s,@WX_UNICODE@,$WX_UNICODE,;t t
19563 s,@WX_DEBUG@,$WX_DEBUG,;t t
19564 s,@WX_SHARED@,$WX_SHARED,;t t
19565 s,@WX_PORT@,$WX_PORT,;t t
19566 s,@RC@,$RC,;t t
19567 s,@ac_ct_RC@,$ac_ct_RC,;t t
19568 s,@RCFLAGS@,$RCFLAGS,;t t
19569 s,@CRYPTO_PP_PREFIX@,$CRYPTO_PP_PREFIX,;t t
19570 s,@CRYPTO_PP_VERSION_STRING@,$CRYPTO_PP_VERSION_STRING,;t t
19571 s,@CRYPTO_PP_VERSION_NUMBER@,$CRYPTO_PP_VERSION_NUMBER,;t t
19572 s,@CRYPTO_PP_STYLE@,$CRYPTO_PP_STYLE,;t t
19573 s,@CRYPTO_PP_LIB_NAME@,$CRYPTO_PP_LIB_NAME,;t t
19574 s,@CRYPTO_PP_INCLUDE_PREFIX@,$CRYPTO_PP_INCLUDE_PREFIX,;t t
19575 s,@CRYPTO_PP_CXXFLAGS@,$CRYPTO_PP_CXXFLAGS,;t t
19576 s,@CRYPTO_PP_LDFLAGS@,$CRYPTO_PP_LDFLAGS,;t t
19577 s,@CRYPTOLIBS@,$CRYPTOLIBS,;t t
19578 s,@BFD_FLAGS@,$BFD_FLAGS,;t t
19579 s,@BFD_LIB@,$BFD_LIB,;t t
19580 s,@HAVE_FLEX_EXTENDED@,$HAVE_FLEX_EXTENDED,;t t
19581 s,@ALLOCA@,$ALLOCA,;t t
19582 s,@LIBOBJS@,$LIBOBJS,;t t
19583 s,@POW_LIB@,$POW_LIB,;t t
19584 s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
19585 s,@MSGFMT@,$MSGFMT,;t t
19586 s,@GMSGFMT@,$GMSGFMT,;t t
19587 s,@XGETTEXT@,$XGETTEXT,;t t
19588 s,@MSGMERGE@,$MSGMERGE,;t t
19589 s,@GLIBC21@,$GLIBC21,;t t
19590 s,@LIBICONV@,$LIBICONV,;t t
19591 s,@LTLIBICONV@,$LTLIBICONV,;t t
19592 s,@INTLBISON@,$INTLBISON,;t t
19593 s,@USE_NLS@,$USE_NLS,;t t
19594 s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t
19595 s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t
19596 s,@CATOBJEXT@,$CATOBJEXT,;t t
19597 s,@INTLOBJS@,$INTLOBJS,;t t
19598 s,@DATADIRNAME@,$DATADIRNAME,;t t
19599 s,@INSTOBJEXT@,$INSTOBJEXT,;t t
19600 s,@GENCAT@,$GENCAT,;t t
19601 s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
19602 s,@INTLLIBS@,$INTLLIBS,;t t
19603 s,@LIBINTL@,$LIBINTL,;t t
19604 s,@LTLIBINTL@,$LTLIBINTL,;t t
19605 s,@POSUB@,$POSUB,;t t
19606 s,@INCINTL@,$INCINTL,;t t
19607 s,@WXBASE_LIBS@,$WXBASE_LIBS,;t t
19608 s,@WXBASE_CFLAGS@,$WXBASE_CFLAGS,;t t
19609 s,@WXBASE_CXXFLAGS@,$WXBASE_CXXFLAGS,;t t
19610 s,@docdir@,$docdir,;t t
19611 s,@SVNDATE@,$SVNDATE,;t t
19612 s,@AMULE_DAEMON_MANPAGES@,$AMULE_DAEMON_MANPAGES,;t t
19613 s,@AMULECMD_MANPAGES@,$AMULECMD_MANPAGES,;t t
19614 s,@WEB_MANPAGES@,$WEB_MANPAGES,;t t
19615 s,@AMULE_GUI_MANPAGES@,$AMULE_GUI_MANPAGES,;t t
19616 s,@CAS_MANPAGES@,$CAS_MANPAGES,;t t
19617 s,@WXCAS_MANPAGES@,$WXCAS_MANPAGES,;t t
19618 s,@ED2K_MANPAGES@,$ED2K_MANPAGES,;t t
19619 s,@ALC_MANPAGES@,$ALC_MANPAGES,;t t
19620 s,@ALCC_MANPAGES@,$ALCC_MANPAGES,;t t
19621 s,@MONOLITHIC_MANPAGES@,$MONOLITHIC_MANPAGES,;t t
19622 s,@WEB_TRUE@,$WEB_TRUE,;t t
19623 s,@WEB_FALSE@,$WEB_FALSE,;t t
19624 s,@ED2K_TRUE@,$ED2K_TRUE,;t t
19625 s,@ED2K_FALSE@,$ED2K_FALSE,;t t
19626 s,@CAS_TRUE@,$CAS_TRUE,;t t
19627 s,@CAS_FALSE@,$CAS_FALSE,;t t
19628 s,@WXCAS_TRUE@,$WXCAS_TRUE,;t t
19629 s,@WXCAS_FALSE@,$WXCAS_FALSE,;t t
19630 s,@ALC_TRUE@,$ALC_TRUE,;t t
19631 s,@ALC_FALSE@,$ALC_FALSE,;t t
19632 s,@ALCC_TRUE@,$ALCC_TRUE,;t t
19633 s,@ALCC_FALSE@,$ALCC_FALSE,;t t
19634 s,@AMULE_GUI_TRUE@,$AMULE_GUI_TRUE,;t t
19635 s,@AMULE_GUI_FALSE@,$AMULE_GUI_FALSE,;t t
19636 s,@AMULE_DAEMON_TRUE@,$AMULE_DAEMON_TRUE,;t t
19637 s,@AMULE_DAEMON_FALSE@,$AMULE_DAEMON_FALSE,;t t
19638 s,@COMPILE_CMD_TRUE@,$COMPILE_CMD_TRUE,;t t
19639 s,@COMPILE_CMD_FALSE@,$COMPILE_CMD_FALSE,;t t
19640 s,@MONOLITHIC_TRUE@,$MONOLITHIC_TRUE,;t t
19641 s,@MONOLITHIC_FALSE@,$MONOLITHIC_FALSE,;t t
19642 s,@ENABLE_UPNP_TRUE@,$ENABLE_UPNP_TRUE,;t t
19643 s,@ENABLE_UPNP_FALSE@,$ENABLE_UPNP_FALSE,;t t
19644 s,@ENABLE_IP2COUNTRY_TRUE@,$ENABLE_IP2COUNTRY_TRUE,;t t
19645 s,@ENABLE_IP2COUNTRY_FALSE@,$ENABLE_IP2COUNTRY_FALSE,;t t
19646 s,@SYS_WIN32_TRUE@,$SYS_WIN32_TRUE,;t t
19647 s,@SYS_WIN32_FALSE@,$SYS_WIN32_FALSE,;t t
19648 s,@NEED_RC_TRUE@,$NEED_RC_TRUE,;t t
19649 s,@NEED_RC_FALSE@,$NEED_RC_FALSE,;t t
19650 s,@NEED_CORESERVICES_TRUE@,$NEED_CORESERVICES_TRUE,;t t
19651 s,@NEED_CORESERVICES_FALSE@,$NEED_CORESERVICES_FALSE,;t t
19652 s,@COMPILE_NLS_TRUE@,$COMPILE_NLS_TRUE,;t t
19653 s,@COMPILE_NLS_FALSE@,$COMPILE_NLS_FALSE,;t t
19654 s,@GENERATE_FLEX_HEADER_TRUE@,$GENERATE_FLEX_HEADER_TRUE,;t t
19655 s,@GENERATE_FLEX_HEADER_FALSE@,$GENERATE_FLEX_HEADER_FALSE,;t t
19656 s,@READLINE_LIBS@,$READLINE_LIBS,;t t
19657 s,@ccache@,$ccache,;t t
19658 s,@CCACHE@,$CCACHE,;t t
19659 s,@ccache_prefix@,$ccache_prefix,;t t
19660 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
19661 CEOF
19663 _ACEOF
19665 cat >>$CONFIG_STATUS <<\_ACEOF
19666 # Split the substitutions into bite-sized pieces for seds with
19667 # small command number limits, like on Digital OSF/1 and HP-UX.
19668 ac_max_sed_lines=48
19669 ac_sed_frag=1 # Number of current file.
19670 ac_beg=1 # First line for current file.
19671 ac_end=$ac_max_sed_lines # Line after last line for current file.
19672 ac_more_lines=:
19673 ac_sed_cmds=
19674 while $ac_more_lines; do
19675 if test $ac_beg -gt 1; then
19676 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
19677 else
19678 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
19680 if test ! -s $tmp/subs.frag; then
19681 ac_more_lines=false
19682 else
19683 # The purpose of the label and of the branching condition is to
19684 # speed up the sed processing (if there are no `@' at all, there
19685 # is no need to browse any of the substitutions).
19686 # These are the two extra sed commands mentioned above.
19687 (echo ':t
19688 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
19689 if test -z "$ac_sed_cmds"; then
19690 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
19691 else
19692 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
19694 ac_sed_frag=`expr $ac_sed_frag + 1`
19695 ac_beg=$ac_end
19696 ac_end=`expr $ac_end + $ac_max_sed_lines`
19698 done
19699 if test -z "$ac_sed_cmds"; then
19700 ac_sed_cmds=cat
19702 fi # test -n "$CONFIG_FILES"
19704 _ACEOF
19705 cat >>$CONFIG_STATUS <<\_ACEOF
19706 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
19707 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19708 case $ac_file in
19709 - | *:- | *:-:* ) # input from stdin
19710 cat >$tmp/stdin
19711 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19712 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19713 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19714 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19715 * ) ac_file_in=$ac_file.in ;;
19716 esac
19718 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
19719 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19720 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19721 X"$ac_file" : 'X\(//\)[^/]' \| \
19722 X"$ac_file" : 'X\(//\)$' \| \
19723 X"$ac_file" : 'X\(/\)' \| \
19724 . : '\(.\)' 2>/dev/null ||
19725 echo X"$ac_file" |
19726 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19727 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19728 /^X\(\/\/\)$/{ s//\1/; q; }
19729 /^X\(\/\).*/{ s//\1/; q; }
19730 s/.*/./; q'`
19731 { if $as_mkdir_p; then
19732 mkdir -p "$ac_dir"
19733 else
19734 as_dir="$ac_dir"
19735 as_dirs=
19736 while test ! -d "$as_dir"; do
19737 as_dirs="$as_dir $as_dirs"
19738 as_dir=`(dirname "$as_dir") 2>/dev/null ||
19739 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19740 X"$as_dir" : 'X\(//\)[^/]' \| \
19741 X"$as_dir" : 'X\(//\)$' \| \
19742 X"$as_dir" : 'X\(/\)' \| \
19743 . : '\(.\)' 2>/dev/null ||
19744 echo X"$as_dir" |
19745 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19746 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
19747 /^X\(\/\/\)$/{ s//\1/; q; }
19748 /^X\(\/\).*/{ s//\1/; q; }
19749 s/.*/./; q'`
19750 done
19751 test ! -n "$as_dirs" || mkdir $as_dirs
19752 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
19753 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
19754 { (exit 1); exit 1; }; }; }
19756 ac_builddir=.
19758 if test "$ac_dir" != .; then
19759 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
19760 # A "../" for each directory in $ac_dir_suffix.
19761 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
19762 else
19763 ac_dir_suffix= ac_top_builddir=
19766 case $srcdir in
19767 .) # No --srcdir option. We are building in place.
19768 ac_srcdir=.
19769 if test -z "$ac_top_builddir"; then
19770 ac_top_srcdir=.
19771 else
19772 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
19773 fi ;;
19774 [\\/]* | ?:[\\/]* ) # Absolute path.
19775 ac_srcdir=$srcdir$ac_dir_suffix;
19776 ac_top_srcdir=$srcdir ;;
19777 *) # Relative path.
19778 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
19779 ac_top_srcdir=$ac_top_builddir$srcdir ;;
19780 esac
19782 # Do not use `cd foo && pwd` to compute absolute paths, because
19783 # the directories may not exist.
19784 case `pwd` in
19785 .) ac_abs_builddir="$ac_dir";;
19787 case "$ac_dir" in
19788 .) ac_abs_builddir=`pwd`;;
19789 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
19790 *) ac_abs_builddir=`pwd`/"$ac_dir";;
19791 esac;;
19792 esac
19793 case $ac_abs_builddir in
19794 .) ac_abs_top_builddir=${ac_top_builddir}.;;
19796 case ${ac_top_builddir}. in
19797 .) ac_abs_top_builddir=$ac_abs_builddir;;
19798 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
19799 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
19800 esac;;
19801 esac
19802 case $ac_abs_builddir in
19803 .) ac_abs_srcdir=$ac_srcdir;;
19805 case $ac_srcdir in
19806 .) ac_abs_srcdir=$ac_abs_builddir;;
19807 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
19808 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
19809 esac;;
19810 esac
19811 case $ac_abs_builddir in
19812 .) ac_abs_top_srcdir=$ac_top_srcdir;;
19814 case $ac_top_srcdir in
19815 .) ac_abs_top_srcdir=$ac_abs_builddir;;
19816 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
19817 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
19818 esac;;
19819 esac
19822 case $INSTALL in
19823 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19824 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
19825 esac
19827 if test x"$ac_file" != x-; then
19828 { echo "$as_me:$LINENO: creating $ac_file" >&5
19829 echo "$as_me: creating $ac_file" >&6;}
19830 rm -f "$ac_file"
19832 # Let's still pretend it is `configure' which instantiates (i.e., don't
19833 # use $as_me), people would be surprised to read:
19834 # /* config.h. Generated by config.status. */
19835 if test x"$ac_file" = x-; then
19836 configure_input=
19837 else
19838 configure_input="$ac_file. "
19840 configure_input=$configure_input"Generated from `echo $ac_file_in |
19841 sed 's,.*/,,'` by configure."
19843 # First look for the input files in the build tree, otherwise in the
19844 # src tree.
19845 ac_file_inputs=`IFS=:
19846 for f in $ac_file_in; do
19847 case $f in
19848 -) echo $tmp/stdin ;;
19849 [\\/$]*)
19850 # Absolute (can't be DOS-style, as IFS=:)
19851 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19852 echo "$as_me: error: cannot find input file: $f" >&2;}
19853 { (exit 1); exit 1; }; }
19854 echo "$f";;
19855 *) # Relative
19856 if test -f "$f"; then
19857 # Build tree
19858 echo "$f"
19859 elif test -f "$srcdir/$f"; then
19860 # Source tree
19861 echo "$srcdir/$f"
19862 else
19863 # /dev/null tree
19864 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19865 echo "$as_me: error: cannot find input file: $f" >&2;}
19866 { (exit 1); exit 1; }; }
19867 fi;;
19868 esac
19869 done` || { (exit 1); exit 1; }
19870 _ACEOF
19871 cat >>$CONFIG_STATUS <<_ACEOF
19872 sed "$ac_vpsub
19873 $extrasub
19874 _ACEOF
19875 cat >>$CONFIG_STATUS <<\_ACEOF
19877 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19878 s,@configure_input@,$configure_input,;t t
19879 s,@srcdir@,$ac_srcdir,;t t
19880 s,@abs_srcdir@,$ac_abs_srcdir,;t t
19881 s,@top_srcdir@,$ac_top_srcdir,;t t
19882 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
19883 s,@builddir@,$ac_builddir,;t t
19884 s,@abs_builddir@,$ac_abs_builddir,;t t
19885 s,@top_builddir@,$ac_top_builddir,;t t
19886 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
19887 s,@INSTALL@,$ac_INSTALL,;t t
19888 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
19889 rm -f $tmp/stdin
19890 if test x"$ac_file" != x-; then
19891 mv $tmp/out $ac_file
19892 else
19893 cat $tmp/out
19894 rm -f $tmp/out
19897 done
19898 _ACEOF
19899 cat >>$CONFIG_STATUS <<\_ACEOF
19902 # CONFIG_HEADER section.
19905 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
19906 # NAME is the cpp macro being defined and VALUE is the value it is being given.
19908 # ac_d sets the value in "#define NAME VALUE" lines.
19909 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
19910 ac_dB='[ ].*$,\1#\2'
19911 ac_dC=' '
19912 ac_dD=',;t'
19913 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
19914 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
19915 ac_uB='$,\1#\2define\3'
19916 ac_uC=' '
19917 ac_uD=',;t'
19919 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
19920 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19921 case $ac_file in
19922 - | *:- | *:-:* ) # input from stdin
19923 cat >$tmp/stdin
19924 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19925 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19926 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19927 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19928 * ) ac_file_in=$ac_file.in ;;
19929 esac
19931 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
19932 echo "$as_me: creating $ac_file" >&6;}
19934 # First look for the input files in the build tree, otherwise in the
19935 # src tree.
19936 ac_file_inputs=`IFS=:
19937 for f in $ac_file_in; do
19938 case $f in
19939 -) echo $tmp/stdin ;;
19940 [\\/$]*)
19941 # Absolute (can't be DOS-style, as IFS=:)
19942 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19943 echo "$as_me: error: cannot find input file: $f" >&2;}
19944 { (exit 1); exit 1; }; }
19945 # Do quote $f, to prevent DOS paths from being IFS'd.
19946 echo "$f";;
19947 *) # Relative
19948 if test -f "$f"; then
19949 # Build tree
19950 echo "$f"
19951 elif test -f "$srcdir/$f"; then
19952 # Source tree
19953 echo "$srcdir/$f"
19954 else
19955 # /dev/null tree
19956 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19957 echo "$as_me: error: cannot find input file: $f" >&2;}
19958 { (exit 1); exit 1; }; }
19959 fi;;
19960 esac
19961 done` || { (exit 1); exit 1; }
19962 # Remove the trailing spaces.
19963 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
19965 _ACEOF
19967 # Transform confdefs.h into two sed scripts, `conftest.defines' and
19968 # `conftest.undefs', that substitutes the proper values into
19969 # config.h.in to produce config.h. The first handles `#define'
19970 # templates, and the second `#undef' templates.
19971 # And first: Protect against being on the right side of a sed subst in
19972 # config.status. Protect against being in an unquoted here document
19973 # in config.status.
19974 rm -f conftest.defines conftest.undefs
19975 # Using a here document instead of a string reduces the quoting nightmare.
19976 # Putting comments in sed scripts is not portable.
19978 # `end' is used to avoid that the second main sed command (meant for
19979 # 0-ary CPP macros) applies to n-ary macro definitions.
19980 # See the Autoconf documentation for `clear'.
19981 cat >confdef2sed.sed <<\_ACEOF
19982 s/[\\&,]/\\&/g
19983 s,[\\$`],\\&,g
19984 t clear
19985 : clear
19986 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
19987 t end
19988 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
19989 : end
19990 _ACEOF
19991 # If some macros were called several times there might be several times
19992 # the same #defines, which is useless. Nevertheless, we may not want to
19993 # sort them, since we want the *last* AC-DEFINE to be honored.
19994 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
19995 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
19996 rm -f confdef2sed.sed
19998 # This sed command replaces #undef with comments. This is necessary, for
19999 # example, in the case of _POSIX_SOURCE, which is predefined and required
20000 # on some systems where configure will not decide to define it.
20001 cat >>conftest.undefs <<\_ACEOF
20002 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
20003 _ACEOF
20005 # Break up conftest.defines because some shells have a limit on the size
20006 # of here documents, and old seds have small limits too (100 cmds).
20007 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
20008 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
20009 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
20010 echo ' :' >>$CONFIG_STATUS
20011 rm -f conftest.tail
20012 while grep . conftest.defines >/dev/null
20014 # Write a limited-size here document to $tmp/defines.sed.
20015 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
20016 # Speed up: don't consider the non `#define' lines.
20017 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
20018 # Work around the forget-to-reset-the-flag bug.
20019 echo 't clr' >>$CONFIG_STATUS
20020 echo ': clr' >>$CONFIG_STATUS
20021 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
20022 echo 'CEOF
20023 sed -f $tmp/defines.sed $tmp/in >$tmp/out
20024 rm -f $tmp/in
20025 mv $tmp/out $tmp/in
20026 ' >>$CONFIG_STATUS
20027 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
20028 rm -f conftest.defines
20029 mv conftest.tail conftest.defines
20030 done
20031 rm -f conftest.defines
20032 echo ' fi # grep' >>$CONFIG_STATUS
20033 echo >>$CONFIG_STATUS
20035 # Break up conftest.undefs because some shells have a limit on the size
20036 # of here documents, and old seds have small limits too (100 cmds).
20037 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
20038 rm -f conftest.tail
20039 while grep . conftest.undefs >/dev/null
20041 # Write a limited-size here document to $tmp/undefs.sed.
20042 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
20043 # Speed up: don't consider the non `#undef'
20044 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
20045 # Work around the forget-to-reset-the-flag bug.
20046 echo 't clr' >>$CONFIG_STATUS
20047 echo ': clr' >>$CONFIG_STATUS
20048 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
20049 echo 'CEOF
20050 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
20051 rm -f $tmp/in
20052 mv $tmp/out $tmp/in
20053 ' >>$CONFIG_STATUS
20054 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
20055 rm -f conftest.undefs
20056 mv conftest.tail conftest.undefs
20057 done
20058 rm -f conftest.undefs
20060 cat >>$CONFIG_STATUS <<\_ACEOF
20061 # Let's still pretend it is `configure' which instantiates (i.e., don't
20062 # use $as_me), people would be surprised to read:
20063 # /* config.h. Generated by config.status. */
20064 if test x"$ac_file" = x-; then
20065 echo "/* Generated by configure. */" >$tmp/config.h
20066 else
20067 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
20069 cat $tmp/in >>$tmp/config.h
20070 rm -f $tmp/in
20071 if test x"$ac_file" != x-; then
20072 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
20073 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
20074 echo "$as_me: $ac_file is unchanged" >&6;}
20075 else
20076 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
20077 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20078 X"$ac_file" : 'X\(//\)[^/]' \| \
20079 X"$ac_file" : 'X\(//\)$' \| \
20080 X"$ac_file" : 'X\(/\)' \| \
20081 . : '\(.\)' 2>/dev/null ||
20082 echo X"$ac_file" |
20083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20084 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20085 /^X\(\/\/\)$/{ s//\1/; q; }
20086 /^X\(\/\).*/{ s//\1/; q; }
20087 s/.*/./; q'`
20088 { if $as_mkdir_p; then
20089 mkdir -p "$ac_dir"
20090 else
20091 as_dir="$ac_dir"
20092 as_dirs=
20093 while test ! -d "$as_dir"; do
20094 as_dirs="$as_dir $as_dirs"
20095 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20096 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20097 X"$as_dir" : 'X\(//\)[^/]' \| \
20098 X"$as_dir" : 'X\(//\)$' \| \
20099 X"$as_dir" : 'X\(/\)' \| \
20100 . : '\(.\)' 2>/dev/null ||
20101 echo X"$as_dir" |
20102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20103 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20104 /^X\(\/\/\)$/{ s//\1/; q; }
20105 /^X\(\/\).*/{ s//\1/; q; }
20106 s/.*/./; q'`
20107 done
20108 test ! -n "$as_dirs" || mkdir $as_dirs
20109 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
20110 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
20111 { (exit 1); exit 1; }; }; }
20113 rm -f $ac_file
20114 mv $tmp/config.h $ac_file
20116 else
20117 cat $tmp/config.h
20118 rm -f $tmp/config.h
20120 # Compute $ac_file's index in $config_headers.
20121 _am_stamp_count=1
20122 for _am_header in $config_headers :; do
20123 case $_am_header in
20124 $ac_file | $ac_file:* )
20125 break ;;
20127 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
20128 esac
20129 done
20130 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
20131 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20132 X$ac_file : 'X\(//\)[^/]' \| \
20133 X$ac_file : 'X\(//\)$' \| \
20134 X$ac_file : 'X\(/\)' \| \
20135 . : '\(.\)' 2>/dev/null ||
20136 echo X$ac_file |
20137 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20138 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20139 /^X\(\/\/\)$/{ s//\1/; q; }
20140 /^X\(\/\).*/{ s//\1/; q; }
20141 s/.*/./; q'`/stamp-h$_am_stamp_count
20142 done
20143 _ACEOF
20144 cat >>$CONFIG_STATUS <<\_ACEOF
20147 # CONFIG_COMMANDS section.
20149 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
20150 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
20151 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
20152 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
20153 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20154 X"$ac_dest" : 'X\(//\)[^/]' \| \
20155 X"$ac_dest" : 'X\(//\)$' \| \
20156 X"$ac_dest" : 'X\(/\)' \| \
20157 . : '\(.\)' 2>/dev/null ||
20158 echo X"$ac_dest" |
20159 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20160 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20161 /^X\(\/\/\)$/{ s//\1/; q; }
20162 /^X\(\/\).*/{ s//\1/; q; }
20163 s/.*/./; q'`
20164 { if $as_mkdir_p; then
20165 mkdir -p "$ac_dir"
20166 else
20167 as_dir="$ac_dir"
20168 as_dirs=
20169 while test ! -d "$as_dir"; do
20170 as_dirs="$as_dir $as_dirs"
20171 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20172 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20173 X"$as_dir" : 'X\(//\)[^/]' \| \
20174 X"$as_dir" : 'X\(//\)$' \| \
20175 X"$as_dir" : 'X\(/\)' \| \
20176 . : '\(.\)' 2>/dev/null ||
20177 echo X"$as_dir" |
20178 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20179 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20180 /^X\(\/\/\)$/{ s//\1/; q; }
20181 /^X\(\/\).*/{ s//\1/; q; }
20182 s/.*/./; q'`
20183 done
20184 test ! -n "$as_dirs" || mkdir $as_dirs
20185 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
20186 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
20187 { (exit 1); exit 1; }; }; }
20189 ac_builddir=.
20191 if test "$ac_dir" != .; then
20192 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
20193 # A "../" for each directory in $ac_dir_suffix.
20194 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
20195 else
20196 ac_dir_suffix= ac_top_builddir=
20199 case $srcdir in
20200 .) # No --srcdir option. We are building in place.
20201 ac_srcdir=.
20202 if test -z "$ac_top_builddir"; then
20203 ac_top_srcdir=.
20204 else
20205 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
20206 fi ;;
20207 [\\/]* | ?:[\\/]* ) # Absolute path.
20208 ac_srcdir=$srcdir$ac_dir_suffix;
20209 ac_top_srcdir=$srcdir ;;
20210 *) # Relative path.
20211 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20212 ac_top_srcdir=$ac_top_builddir$srcdir ;;
20213 esac
20215 # Do not use `cd foo && pwd` to compute absolute paths, because
20216 # the directories may not exist.
20217 case `pwd` in
20218 .) ac_abs_builddir="$ac_dir";;
20220 case "$ac_dir" in
20221 .) ac_abs_builddir=`pwd`;;
20222 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
20223 *) ac_abs_builddir=`pwd`/"$ac_dir";;
20224 esac;;
20225 esac
20226 case $ac_abs_builddir in
20227 .) ac_abs_top_builddir=${ac_top_builddir}.;;
20229 case ${ac_top_builddir}. in
20230 .) ac_abs_top_builddir=$ac_abs_builddir;;
20231 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20232 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
20233 esac;;
20234 esac
20235 case $ac_abs_builddir in
20236 .) ac_abs_srcdir=$ac_srcdir;;
20238 case $ac_srcdir in
20239 .) ac_abs_srcdir=$ac_abs_builddir;;
20240 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20241 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
20242 esac;;
20243 esac
20244 case $ac_abs_builddir in
20245 .) ac_abs_top_srcdir=$ac_top_srcdir;;
20247 case $ac_top_srcdir in
20248 .) ac_abs_top_srcdir=$ac_abs_builddir;;
20249 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20250 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
20251 esac;;
20252 esac
20255 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
20256 echo "$as_me: executing $ac_dest commands" >&6;}
20257 case $ac_dest in
20258 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
20259 # Strip MF so we end up with the name of the file.
20260 mf=`echo "$mf" | sed -e 's/:.*$//'`
20261 # Check whether this is an Automake generated Makefile or not.
20262 # We used to match only the files named `Makefile.in', but
20263 # some people rename them; so instead we look at the file content.
20264 # Grep'ing the first line is not enough: some people post-process
20265 # each Makefile.in and add a new line on top of each file to say so.
20266 # So let's grep whole file.
20267 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
20268 dirpart=`(dirname "$mf") 2>/dev/null ||
20269 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20270 X"$mf" : 'X\(//\)[^/]' \| \
20271 X"$mf" : 'X\(//\)$' \| \
20272 X"$mf" : 'X\(/\)' \| \
20273 . : '\(.\)' 2>/dev/null ||
20274 echo X"$mf" |
20275 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20276 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20277 /^X\(\/\/\)$/{ s//\1/; q; }
20278 /^X\(\/\).*/{ s//\1/; q; }
20279 s/.*/./; q'`
20280 else
20281 continue
20283 # Extract the definition of DEPDIR, am__include, and am__quote
20284 # from the Makefile without running `make'.
20285 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
20286 test -z "$DEPDIR" && continue
20287 am__include=`sed -n 's/^am__include = //p' < "$mf"`
20288 test -z "am__include" && continue
20289 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
20290 # When using ansi2knr, U may be empty or an underscore; expand it
20291 U=`sed -n 's/^U = //p' < "$mf"`
20292 # Find all dependency output files, they are included files with
20293 # $(DEPDIR) in their names. We invoke sed twice because it is the
20294 # simplest approach to changing $(DEPDIR) to its actual value in the
20295 # expansion.
20296 for file in `sed -n "
20297 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
20298 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
20299 # Make sure the directory exists.
20300 test -f "$dirpart/$file" && continue
20301 fdir=`(dirname "$file") 2>/dev/null ||
20302 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20303 X"$file" : 'X\(//\)[^/]' \| \
20304 X"$file" : 'X\(//\)$' \| \
20305 X"$file" : 'X\(/\)' \| \
20306 . : '\(.\)' 2>/dev/null ||
20307 echo X"$file" |
20308 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20309 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20310 /^X\(\/\/\)$/{ s//\1/; q; }
20311 /^X\(\/\).*/{ s//\1/; q; }
20312 s/.*/./; q'`
20313 { if $as_mkdir_p; then
20314 mkdir -p $dirpart/$fdir
20315 else
20316 as_dir=$dirpart/$fdir
20317 as_dirs=
20318 while test ! -d "$as_dir"; do
20319 as_dirs="$as_dir $as_dirs"
20320 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20322 X"$as_dir" : 'X\(//\)[^/]' \| \
20323 X"$as_dir" : 'X\(//\)$' \| \
20324 X"$as_dir" : 'X\(/\)' \| \
20325 . : '\(.\)' 2>/dev/null ||
20326 echo X"$as_dir" |
20327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20328 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20329 /^X\(\/\/\)$/{ s//\1/; q; }
20330 /^X\(\/\).*/{ s//\1/; q; }
20331 s/.*/./; q'`
20332 done
20333 test ! -n "$as_dirs" || mkdir $as_dirs
20334 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
20335 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
20336 { (exit 1); exit 1; }; }; }
20338 # echo "creating $dirpart/$file"
20339 echo '# dummy' > "$dirpart/$file"
20340 done
20341 done
20343 default-1 )
20344 for ac_file in $CONFIG_FILES; do
20345 # Support "outfile[:infile[:infile...]]"
20346 case "$ac_file" in
20347 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
20348 esac
20349 # PO directories have a Makefile.in generated from Makefile.in.in.
20350 case "$ac_file" in */Makefile.in)
20351 # Adjust a relative srcdir.
20352 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
20353 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
20354 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
20355 # In autoconf-2.13 it is called $ac_given_srcdir.
20356 # In autoconf-2.50 it is called $srcdir.
20357 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
20358 case "$ac_given_srcdir" in
20359 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
20360 /*) top_srcdir="$ac_given_srcdir" ;;
20361 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
20362 esac
20363 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
20364 rm -f "$ac_dir/POTFILES"
20365 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
20366 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
20367 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
20368 # on $ac_dir but don't depend on user-specified configuration
20369 # parameters.
20370 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
20371 # The LINGUAS file contains the set of available languages.
20372 if test -n "$ALL_LINGUAS"; then
20373 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
20375 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
20376 # Hide the ALL_LINGUAS assigment from automake.
20377 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
20379 case "$ac_given_srcdir" in
20380 .) srcdirpre= ;;
20381 *) srcdirpre='$(srcdir)/' ;;
20382 esac
20383 POFILES=
20384 GMOFILES=
20385 UPDATEPOFILES=
20386 DUMMYPOFILES=
20387 for lang in $ALL_LINGUAS; do
20388 POFILES="$POFILES $srcdirpre$lang.po"
20389 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
20390 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
20391 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
20392 done
20393 # CATALOGS depends on both $ac_dir and the user's LINGUAS
20394 # environment variable.
20395 INST_LINGUAS=
20396 if test -n "$ALL_LINGUAS"; then
20397 for presentlang in $ALL_LINGUAS; do
20398 useit=no
20399 if test "%UNSET%" != "$LINGUAS"; then
20400 desiredlanguages="$LINGUAS"
20401 else
20402 desiredlanguages="$ALL_LINGUAS"
20404 for desiredlang in $desiredlanguages; do
20405 # Use the presentlang catalog if desiredlang is
20406 # a. equal to presentlang, or
20407 # b. a variant of presentlang (because in this case,
20408 # presentlang can be used as a fallback for messages
20409 # which are not translated in the desiredlang catalog).
20410 case "$desiredlang" in
20411 "$presentlang"*) useit=yes;;
20412 esac
20413 done
20414 if test $useit = yes; then
20415 INST_LINGUAS="$INST_LINGUAS $presentlang"
20417 done
20419 CATALOGS=
20420 if test -n "$INST_LINGUAS"; then
20421 for lang in $INST_LINGUAS; do
20422 CATALOGS="$CATALOGS $lang.gmo"
20423 done
20425 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
20426 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"
20427 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
20428 if test -f "$f"; then
20429 case "$f" in
20430 *.orig | *.bak | *~) ;;
20431 *) cat "$f" >> "$ac_dir/Makefile" ;;
20432 esac
20434 done
20437 esac
20438 done ;;
20439 denoiser ) if test $level -gt 0; then
20440 if test ! -d src/utils/scripts; then mkdir -p src/utils/scripts; fi
20441 sed -e "1{x;s/.*/1/;x;};/^[ ]*\$/d;/^#if /{/level.*$level/{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" \
20442 $srcdir/src/utils/scripts/denoiser.rules > src/utils/scripts/denoiser.sed
20443 for i in `find . -name 'Makefile' -print`; do
20444 if test -n "`head -n 1 $i | grep '^#'`"; then
20445 sed -f src/utils/scripts/denoiser.sed $i > $i.tmp && mv $i.tmp $i
20447 done
20448 fi ;;
20449 esac
20450 done
20451 _ACEOF
20453 cat >>$CONFIG_STATUS <<\_ACEOF
20455 { (exit 0); exit 0; }
20456 _ACEOF
20457 chmod +x $CONFIG_STATUS
20458 ac_clean_files=$ac_clean_files_save
20461 # configure is writing to config.log, and then calls config.status.
20462 # config.status does its own redirection, appending to config.log.
20463 # Unfortunately, on DOS this fails, as config.log is still kept open
20464 # by configure, so config.status won't be able to write to it; its
20465 # output is simply discarded. So we exec the FD to /dev/null,
20466 # effectively closing config.log, so it can be properly (re)opened and
20467 # appended to by config.status. When coming back to configure, we
20468 # need to make the FD available again.
20469 if test "$no_create" != yes; then
20470 ac_cs_success=:
20471 ac_config_status_args=
20472 test "$silent" = yes &&
20473 ac_config_status_args="$ac_config_status_args --quiet"
20474 exec 5>/dev/null
20475 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20476 exec 5>>config.log
20477 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20478 # would make configure fail if this is the last instruction.
20479 $ac_cs_success || { (exit 1); exit 1; }
20483 echo
20484 echo
20485 echo " Configure script has finished system check."
20486 echo
20487 echo " Configured aMule ${PACKAGE_VERSION} for '${host}'."
20488 echo
20489 echo " aMule enabled options:"
20490 echo
20491 echo " **** aMule Core ****"
20492 echo " Prefix where aMule should be installed? ${prefix:-none}"
20493 echo " Should aMule be compiled with i18n support? ${USE_NLS:-no}"
20494 echo " Should aMule be compiled in debug mode? ${USE_DEBUG:-no}"
20495 echo " Should aMule be compiled with profiling? ${USE_PROFILE:-no}"
20496 echo " Should aMule be compiled with optimizations? ${USE_OPTIMIZE:-no}"
20497 echo " Should aMule be compiled with UPnP support? ${ENABLE_UPNP:-yes}"
20498 echo " Should aMule be compiled with IP2country support? ${ENABLE_IP2COUNTRY:-yes}"
20499 echo " Should aMule monolithic application be built? ${MONOLITHIC:-yes}"
20500 echo " Should aMule daemon version be built? ${AMULE_DAEMON:-no}"
20501 echo " Should aMule remote gui be built? (EXPERIMENTAL) ${AMULE_GUI:-no}"
20502 echo " Crypto++ library/headers style? ${CRYPTO_PP_STYLE:-not found}"
20504 echo
20505 echo " **** aMule TextClient ****"
20506 echo " Should aMule Command Line Client be built? ${AMULECMD:-no}"
20507 echo
20508 echo " **** aMule WebServer ****"
20509 echo " Should aMule WebServer be built? ${WEB:-no}"
20510 echo
20511 echo " **** aMule ED2K Links Handler ****"
20512 echo " Should aMule ED2K Links Handler be built? ${ED2K:-yes}"
20513 echo
20514 echo " **** aMuleLinkCreator ****"
20515 echo " Should aMuleLinkCreator GUI version (alc) be built? ${ALC:-no}"
20516 echo " Should aMuleLinkCreator for console (alcc) be built? ${ALCC:-no}"
20517 echo
20518 echo " **** aMule Statistics ****"
20519 echo " Should C aMule Statistics (CAS) be built? ${CAS:-no}"
20520 echo " Should aMule GUI Statistics (wxCas) be built? ${WXCAS:-no}"
20522 echo
20523 echo " **** General Libraries and Tools ****"
20524 echo " Should ccache support be enabled? ${ccache:-no}"
20525 echo " Libraries aMule will use to build:"
20526 wxinfo="$WX_PORT"
20527 if test $WX_DEBUG -eq 1; then
20528 wxinfo="$wxinfo,debug"
20531 if test $WX_SHARED -eq 1; then
20532 wxinfo="$wxinfo,shared"
20533 else
20534 wxinfo="$wxinfo,static"
20537 echo " wxWidgets ${WX_VERSION_FULL} ($wxinfo)"
20538 echo " crypto++ ${CRYPTO_PP_VERSION_STRING} (${CRYPTO_PP_STYLE})"
20539 if test x${WEB:-no} != xno; then
20540 if test $regex_found = no; then
20541 regex_found="Not detected"
20542 else
20543 if test x$REGEX_LIB = x; then
20544 regex_found=system
20545 else
20546 regex_found="standalone (in $REGEX_LIB)"
20551 echo " regex $regex_found"
20553 if test ${enable_nls-yes} = yes; then
20554 if test x$USE_NLS = xno; then
20555 libintl_found="Not detected"
20556 else
20557 if test x$USE_INCLUDED_LIBINTL = xyes; then
20558 libintl_found="included"
20559 else
20560 libintl_found="system"
20565 echo " libintl $libintl_found"
20567 if test x$LIBPNG_VERSION != xnot_needed; then
20568 echo " libpng ${LIBPNG_VERSION:-Not detected}"
20570 if test x$GDLIB_VERSION != xnot_needed; then
20571 echo " libgd ${GDLIB_VERSION:-Not detected}"
20573 echo " zlib ${ZLIB_VERSION:-Not detected}"
20574 if test x$WEB = xdisabled; then
20575 echo ""
20576 echo ""
20577 echo "WARNING! amuleweb has been disabled because configure could not find"
20578 echo "a POSIX compliant regex library."
20579 echo ""
20581 if test x"$LIBPNG_VERSION" = x""; then
20582 echo ""
20583 echo ""
20584 echo " WARNING! libpng >= 1.2.0 not found."
20585 echo " amuleweb will be compiled but file download progress bar images will NOT be generated."
20586 echo ""