Parent Directory
|
Revision Log
- servlink is gone; cleanup and sanitize openssl detection tests
1 | #! /bin/sh |
2 | # From configure.ac Id: configure.ac 1302 2012-03-21 17:48:54Z michael . |
3 | # Guess values for system-dependent variables and create Makefiles. |
4 | # Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1. |
5 | # |
6 | # Report bugs to <bugs@ircd-hybrid.org>. |
7 | # |
8 | # |
9 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
10 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
11 | # Foundation, Inc. |
12 | # |
13 | # |
14 | # This configure script is free software; the Free Software Foundation |
15 | # gives unlimited permission to copy, distribute and modify it. |
16 | ## -------------------- ## |
17 | ## M4sh Initialization. ## |
18 | ## -------------------- ## |
19 | |
20 | # Be more Bourne compatible |
21 | DUALCASE=1; export DUALCASE # for MKS sh |
22 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
23 | emulate sh |
24 | NULLCMD=: |
25 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
26 | # is contrary to our usage. Disable this feature. |
27 | alias -g '${1+"$@"}'='"$@"' |
28 | setopt NO_GLOB_SUBST |
29 | else |
30 | case `(set -o) 2>/dev/null` in #( |
31 | *posix*) : |
32 | set -o posix ;; #( |
33 | *) : |
34 | ;; |
35 | esac |
36 | fi |
37 | |
38 | |
39 | as_nl=' |
40 | ' |
41 | export as_nl |
42 | # Printing a long string crashes Solaris 7 /usr/bin/printf. |
43 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
44 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
45 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
46 | # Prefer a ksh shell builtin over an external printf program on Solaris, |
47 | # but without wasting forks for bash or zsh. |
48 | if test -z "$BASH_VERSION$ZSH_VERSION" \ |
49 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then |
50 | as_echo='print -r --' |
51 | as_echo_n='print -rn --' |
52 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
53 | as_echo='printf %s\n' |
54 | as_echo_n='printf %s' |
55 | else |
56 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
57 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
58 | as_echo_n='/usr/ucb/echo -n' |
59 | else |
60 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
61 | as_echo_n_body='eval |
62 | arg=$1; |
63 | case $arg in #( |
64 | *"$as_nl"*) |
65 | expr "X$arg" : "X\\(.*\\)$as_nl"; |
66 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
67 | esac; |
68 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
69 | ' |
70 | export as_echo_n_body |
71 | as_echo_n='sh -c $as_echo_n_body as_echo' |
72 | fi |
73 | export as_echo_body |
74 | as_echo='sh -c $as_echo_body as_echo' |
75 | fi |
76 | |
77 | # The user is always right. |
78 | if test "${PATH_SEPARATOR+set}" != set; then |
79 | PATH_SEPARATOR=: |
80 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
81 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
82 | PATH_SEPARATOR=';' |
83 | } |
84 | fi |
85 | |
86 | |
87 | # IFS |
88 | # We need space, tab and new line, in precisely that order. Quoting is |
89 | # there to prevent editors from complaining about space-tab. |
90 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
91 | # splitting by setting IFS to empty value.) |
92 | IFS=" "" $as_nl" |
93 | |
94 | # Find who we are. Look in the path if we contain no directory separator. |
95 | as_myself= |
96 | case $0 in #(( |
97 | *[\\/]* ) as_myself=$0 ;; |
98 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
99 | for as_dir in $PATH |
100 | do |
101 | IFS=$as_save_IFS |
102 | test -z "$as_dir" && as_dir=. |
103 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
104 | done |
105 | IFS=$as_save_IFS |
106 | |
107 | ;; |
108 | esac |
109 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
110 | # in which case we are not to be found in the path. |
111 | if test "x$as_myself" = x; then |
112 | as_myself=$0 |
113 | fi |
114 | if test ! -f "$as_myself"; then |
115 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
116 | exit 1 |
117 | fi |
118 | |
119 | # Unset variables that we do not need and which cause bugs (e.g. in |
120 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" |
121 | # suppresses any "Segmentation fault" message there. '((' could |
122 | # trigger a bug in pdksh 5.2.14. |
123 | for as_var in BASH_ENV ENV MAIL MAILPATH |
124 | do eval test x\${$as_var+set} = xset \ |
125 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : |
126 | done |
127 | PS1='$ ' |
128 | PS2='> ' |
129 | PS4='+ ' |
130 | |
131 | # NLS nuisances. |
132 | LC_ALL=C |
133 | export LC_ALL |
134 | LANGUAGE=C |
135 | export LANGUAGE |
136 | |
137 | # CDPATH. |
138 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
139 | |
140 | if test "x$CONFIG_SHELL" = x; then |
141 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
142 | emulate sh |
143 | NULLCMD=: |
144 | # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which |
145 | # is contrary to our usage. Disable this feature. |
146 | alias -g '\${1+\"\$@\"}'='\"\$@\"' |
147 | setopt NO_GLOB_SUBST |
148 | else |
149 | case \`(set -o) 2>/dev/null\` in #( |
150 | *posix*) : |
151 | set -o posix ;; #( |
152 | *) : |
153 | ;; |
154 | esac |
155 | fi |
156 | " |
157 | as_required="as_fn_return () { (exit \$1); } |
158 | as_fn_success () { as_fn_return 0; } |
159 | as_fn_failure () { as_fn_return 1; } |
160 | as_fn_ret_success () { return 0; } |
161 | as_fn_ret_failure () { return 1; } |
162 | |
163 | exitcode=0 |
164 | as_fn_success || { exitcode=1; echo as_fn_success failed.; } |
165 | as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } |
166 | as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } |
167 | as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } |
168 | if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
169 | |
170 | else |
171 | exitcode=1; echo positional parameters were not saved. |
172 | fi |
173 | test x\$exitcode = x0 || exit 1" |
174 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
175 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
176 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
177 | test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 |
178 | |
179 | test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( |
180 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
181 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO |
182 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO |
183 | PATH=/empty FPATH=/empty; export PATH FPATH |
184 | test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ |
185 | || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 |
186 | test \$(( 1 + 1 )) = 2 || exit 1" |
187 | if (eval "$as_required") 2>/dev/null; then : |
188 | as_have_required=yes |
189 | else |
190 | as_have_required=no |
191 | fi |
192 | if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : |
193 | |
194 | else |
195 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
196 | as_found=false |
197 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
198 | do |
199 | IFS=$as_save_IFS |
200 | test -z "$as_dir" && as_dir=. |
201 | as_found=: |
202 | case $as_dir in #( |
203 | /*) |
204 | for as_base in sh bash ksh sh5; do |
205 | # Try only shells that exist, to save several forks. |
206 | as_shell=$as_dir/$as_base |
207 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
208 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : |
209 | CONFIG_SHELL=$as_shell as_have_required=yes |
210 | if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : |
211 | break 2 |
212 | fi |
213 | fi |
214 | done;; |
215 | esac |
216 | as_found=false |
217 | done |
218 | $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && |
219 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : |
220 | CONFIG_SHELL=$SHELL as_have_required=yes |
221 | fi; } |
222 | IFS=$as_save_IFS |
223 | |
224 | |
225 | if test "x$CONFIG_SHELL" != x; then : |
226 | # We cannot yet assume a decent shell, so we have to provide a |
227 | # neutralization value for shells without unset; and this also |
228 | # works around shells that cannot unset nonexistent variables. |
229 | # Preserve -v and -x to the replacement shell. |
230 | BASH_ENV=/dev/null |
231 | ENV=/dev/null |
232 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
233 | export CONFIG_SHELL |
234 | case $- in # (((( |
235 | *v*x* | *x*v* ) as_opts=-vx ;; |
236 | *v* ) as_opts=-v ;; |
237 | *x* ) as_opts=-x ;; |
238 | * ) as_opts= ;; |
239 | esac |
240 | exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} |
241 | fi |
242 | |
243 | if test x$as_have_required = xno; then : |
244 | $as_echo "$0: This script requires a shell more modern than all" |
245 | $as_echo "$0: the shells that I found on your system." |
246 | if test x${ZSH_VERSION+set} = xset ; then |
247 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
248 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." |
249 | else |
250 | $as_echo "$0: Please tell bug-autoconf@gnu.org and |
251 | $0: bugs@ircd-hybrid.org about your system, including any |
252 | $0: error possibly output before this message. Then install |
253 | $0: a modern shell, or manually run the script under such a |
254 | $0: shell if you do have one." |
255 | fi |
256 | exit 1 |
257 | fi |
258 | fi |
259 | fi |
260 | SHELL=${CONFIG_SHELL-/bin/sh} |
261 | export SHELL |
262 | # Unset more variables known to interfere with behavior of common tools. |
263 | CLICOLOR_FORCE= GREP_OPTIONS= |
264 | unset CLICOLOR_FORCE GREP_OPTIONS |
265 | |
266 | ## --------------------- ## |
267 | ## M4sh Shell Functions. ## |
268 | ## --------------------- ## |
269 | # as_fn_unset VAR |
270 | # --------------- |
271 | # Portably unset VAR. |
272 | as_fn_unset () |
273 | { |
274 | { eval $1=; unset $1;} |
275 | } |
276 | as_unset=as_fn_unset |
277 | |
278 | # as_fn_set_status STATUS |
279 | # ----------------------- |
280 | # Set $? to STATUS, without forking. |
281 | as_fn_set_status () |
282 | { |
283 | return $1 |
284 | } # as_fn_set_status |
285 | |
286 | # as_fn_exit STATUS |
287 | # ----------------- |
288 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. |
289 | as_fn_exit () |
290 | { |
291 | set +e |
292 | as_fn_set_status $1 |
293 | exit $1 |
294 | } # as_fn_exit |
295 | |
296 | # as_fn_mkdir_p |
297 | # ------------- |
298 | # Create "$as_dir" as a directory, including parents if necessary. |
299 | as_fn_mkdir_p () |
300 | { |
301 | |
302 | case $as_dir in #( |
303 | -*) as_dir=./$as_dir;; |
304 | esac |
305 | test -d "$as_dir" || eval $as_mkdir_p || { |
306 | as_dirs= |
307 | while :; do |
308 | case $as_dir in #( |
309 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
310 | *) as_qdir=$as_dir;; |
311 | esac |
312 | as_dirs="'$as_qdir' $as_dirs" |
313 | as_dir=`$as_dirname -- "$as_dir" || |
314 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
315 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
316 | X"$as_dir" : 'X\(//\)$' \| \ |
317 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
318 | $as_echo X"$as_dir" | |
319 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
320 | s//\1/ |
321 | q |
322 | } |
323 | /^X\(\/\/\)[^/].*/{ |
324 | s//\1/ |
325 | q |
326 | } |
327 | /^X\(\/\/\)$/{ |
328 | s//\1/ |
329 | q |
330 | } |
331 | /^X\(\/\).*/{ |
332 | s//\1/ |
333 | q |
334 | } |
335 | s/.*/./; q'` |
336 | test -d "$as_dir" && break |
337 | done |
338 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
339 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
340 | |
341 | |
342 | } # as_fn_mkdir_p |
343 | # as_fn_append VAR VALUE |
344 | # ---------------------- |
345 | # Append the text in VALUE to the end of the definition contained in VAR. Take |
346 | # advantage of any shell optimizations that allow amortized linear growth over |
347 | # repeated appends, instead of the typical quadratic growth present in naive |
348 | # implementations. |
349 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : |
350 | eval 'as_fn_append () |
351 | { |
352 | eval $1+=\$2 |
353 | }' |
354 | else |
355 | as_fn_append () |
356 | { |
357 | eval $1=\$$1\$2 |
358 | } |
359 | fi # as_fn_append |
360 | |
361 | # as_fn_arith ARG... |
362 | # ------------------ |
363 | # Perform arithmetic evaluation on the ARGs, and store the result in the |
364 | # global $as_val. Take advantage of shells that can avoid forks. The arguments |
365 | # must be portable across $(()) and expr. |
366 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : |
367 | eval 'as_fn_arith () |
368 | { |
369 | as_val=$(( $* )) |
370 | }' |
371 | else |
372 | as_fn_arith () |
373 | { |
374 | as_val=`expr "$@" || test $? -eq 1` |
375 | } |
376 | fi # as_fn_arith |
377 | |
378 | |
379 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
380 | # ---------------------------------------- |
381 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
382 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
383 | # script with STATUS, using 1 if that was 0. |
384 | as_fn_error () |
385 | { |
386 | as_status=$1; test $as_status -eq 0 && as_status=1 |
387 | if test "$4"; then |
388 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
389 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
390 | fi |
391 | $as_echo "$as_me: error: $2" >&2 |
392 | as_fn_exit $as_status |
393 | } # as_fn_error |
394 | |
395 | if expr a : '\(a\)' >/dev/null 2>&1 && |
396 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
397 | as_expr=expr |
398 | else |
399 | as_expr=false |
400 | fi |
401 | |
402 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
403 | as_basename=basename |
404 | else |
405 | as_basename=false |
406 | fi |
407 | |
408 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
409 | as_dirname=dirname |
410 | else |
411 | as_dirname=false |
412 | fi |
413 | |
414 | as_me=`$as_basename -- "$0" || |
415 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
416 | X"$0" : 'X\(//\)$' \| \ |
417 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
418 | $as_echo X/"$0" | |
419 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
420 | s//\1/ |
421 | q |
422 | } |
423 | /^X\/\(\/\/\)$/{ |
424 | s//\1/ |
425 | q |
426 | } |
427 | /^X\/\(\/\).*/{ |
428 | s//\1/ |
429 | q |
430 | } |
431 | s/.*/./; q'` |
432 | |
433 | # Avoid depending upon Character Ranges. |
434 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
435 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
436 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
437 | as_cr_digits='0123456789' |
438 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
439 | |
440 | |
441 | as_lineno_1=$LINENO as_lineno_1a=$LINENO |
442 | as_lineno_2=$LINENO as_lineno_2a=$LINENO |
443 | eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && |
444 | test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { |
445 | # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) |
446 | sed -n ' |
447 | p |
448 | /[$]LINENO/= |
449 | ' <$as_myself | |
450 | sed ' |
451 | s/[$]LINENO.*/&-/ |
452 | t lineno |
453 | b |
454 | :lineno |
455 | N |
456 | :loop |
457 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
458 | t loop |
459 | s/-\n.*// |
460 | ' >$as_me.lineno && |
461 | chmod +x "$as_me.lineno" || |
462 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
463 | |
464 | # Don't try to exec as it changes $[0], causing all sort of problems |
465 | # (the dirname of $[0] is not the place where we might find the |
466 | # original and so on. Autoconf is especially sensitive to this). |
467 | . "./$as_me.lineno" |
468 | # Exit status is that of the last command. |
469 | exit |
470 | } |
471 | |
472 | ECHO_C= ECHO_N= ECHO_T= |
473 | case `echo -n x` in #((((( |
474 | -n*) |
475 | case `echo 'xy\c'` in |
476 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
477 | xy) ECHO_C='\c';; |
478 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null |
479 | ECHO_T=' ';; |
480 | esac;; |
481 | *) |
482 | ECHO_N='-n';; |
483 | esac |
484 | |
485 | rm -f conf$$ conf$$.exe conf$$.file |
486 | if test -d conf$$.dir; then |
487 | rm -f conf$$.dir/conf$$.file |
488 | else |
489 | rm -f conf$$.dir |
490 | mkdir conf$$.dir 2>/dev/null |
491 | fi |
492 | if (echo >conf$$.file) 2>/dev/null; then |
493 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
494 | as_ln_s='ln -s' |
495 | # ... but there are two gotchas: |
496 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
497 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
498 | # In both cases, we have to default to `cp -p'. |
499 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
500 | as_ln_s='cp -p' |
501 | elif ln conf$$.file conf$$ 2>/dev/null; then |
502 | as_ln_s=ln |
503 | else |
504 | as_ln_s='cp -p' |
505 | fi |
506 | else |
507 | as_ln_s='cp -p' |
508 | fi |
509 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
510 | rmdir conf$$.dir 2>/dev/null |
511 | |
512 | if mkdir -p . 2>/dev/null; then |
513 | as_mkdir_p='mkdir -p "$as_dir"' |
514 | else |
515 | test -d ./-p && rmdir ./-p |
516 | as_mkdir_p=false |
517 | fi |
518 | |
519 | if test -x / >/dev/null 2>&1; then |
520 | as_test_x='test -x' |
521 | else |
522 | if ls -dL / >/dev/null 2>&1; then |
523 | as_ls_L_option=L |
524 | else |
525 | as_ls_L_option= |
526 | fi |
527 | as_test_x=' |
528 | eval sh -c '\'' |
529 | if test -d "$1"; then |
530 | test -d "$1/."; |
531 | else |
532 | case $1 in #( |
533 | -*)set "./$1";; |
534 | esac; |
535 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
536 | ???[sx]*):;;*)false;;esac;fi |
537 | '\'' sh |
538 | ' |
539 | fi |
540 | as_executable_p=$as_test_x |
541 | |
542 | # Sed expression to map a string onto a valid CPP name. |
543 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
544 | |
545 | # Sed expression to map a string onto a valid variable name. |
546 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
547 | |
548 | lt_ltdl_dir='libltdl' |
549 | |
550 | SHELL=${CONFIG_SHELL-/bin/sh} |
551 | |
552 | |
553 | test -n "$DJDIR" || exec 7<&0 </dev/null |
554 | exec 6>&1 |
555 | |
556 | # Name of the host. |
557 | # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
558 | # so uname gets run too. |
559 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
560 | |
561 | # |
562 | # Initializations. |
563 | # |
564 | ac_default_prefix=/usr/local |
565 | ac_clean_files= |
566 | ac_config_libobj_dir=. |
567 | LIBOBJS= |
568 | cross_compiling=no |
569 | subdirs= |
570 | MFLAGS= |
571 | MAKEFLAGS= |
572 | |
573 | # Identity of this package. |
574 | PACKAGE_NAME='ircd-hybrid' |
575 | PACKAGE_TARNAME='ircd-hybrid' |
576 | PACKAGE_VERSION='8beta1' |
577 | PACKAGE_STRING='ircd-hybrid 8beta1' |
578 | PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
579 | PACKAGE_URL='' |
580 | |
581 | ac_unique_file="src/ircd.c" |
582 | # Factoring default headers for most tests. |
583 | ac_includes_default="\ |
584 | #include <stdio.h> |
585 | #ifdef HAVE_SYS_TYPES_H |
586 | # include <sys/types.h> |
587 | #endif |
588 | #ifdef HAVE_SYS_STAT_H |
589 | # include <sys/stat.h> |
590 | #endif |
591 | #ifdef STDC_HEADERS |
592 | # include <stdlib.h> |
593 | # include <stddef.h> |
594 | #else |
595 | # ifdef HAVE_STDLIB_H |
596 | # include <stdlib.h> |
597 | # endif |
598 | #endif |
599 | #ifdef HAVE_STRING_H |
600 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
601 | # include <memory.h> |
602 | # endif |
603 | # include <string.h> |
604 | #endif |
605 | #ifdef HAVE_STRINGS_H |
606 | # include <strings.h> |
607 | #endif |
608 | #ifdef HAVE_INTTYPES_H |
609 | # include <inttypes.h> |
610 | #endif |
611 | #ifdef HAVE_STDINT_H |
612 | # include <stdint.h> |
613 | #endif |
614 | #ifdef HAVE_UNISTD_H |
615 | # include <unistd.h> |
616 | #endif" |
617 | |
618 | ac_func_list= |
619 | ac_header_list= |
620 | ac_subst_vars='ltdl_LTLIBOBJS |
621 | ltdl_LIBOBJS |
622 | am__EXEEXT_FALSE |
623 | am__EXEEXT_TRUE |
624 | LTLIBOBJS |
625 | LIBOBJS |
626 | LOCALSTATEDIR |
627 | DATADIR |
628 | LIBDIR |
629 | SYSCONFDIR |
630 | PREFIX |
631 | EFNET_FALSE |
632 | EFNET_TRUE |
633 | ENABLE_SSL_FALSE |
634 | ENABLE_SSL_TRUE |
635 | ENABLE_PCRE_FALSE |
636 | ENABLE_PCRE_TRUE |
637 | LTDLOPEN |
638 | LT_CONFIG_H |
639 | CONVENIENCE_LTDL_FALSE |
640 | CONVENIENCE_LTDL_TRUE |
641 | INSTALL_LTDL_FALSE |
642 | INSTALL_LTDL_TRUE |
643 | ARGZ_H |
644 | sys_symbol_underscore |
645 | LIBADD_DL |
646 | LT_DLPREOPEN |
647 | LIBADD_DLD_LINK |
648 | LIBADD_SHL_LOAD |
649 | LIBADD_DLOPEN |
650 | LT_DLLOADERS |
651 | INCLTDL |
652 | LTDLINCL |
653 | LTDLDEPS |
654 | LIBLTDL |
655 | CPP |
656 | OTOOL64 |
657 | OTOOL |
658 | LIPO |
659 | NMEDIT |
660 | DSYMUTIL |
661 | MANIFEST_TOOL |
662 | RANLIB |
663 | ac_ct_AR |
664 | AR |
665 | DLLTOOL |
666 | OBJDUMP |
667 | LN_S |
668 | NM |
669 | ac_ct_DUMPBIN |
670 | DUMPBIN |
671 | LD |
672 | FGREP |
673 | EGREP |
674 | GREP |
675 | SED |
676 | host_os |
677 | host_vendor |
678 | host_cpu |
679 | host |
680 | build_os |
681 | build_vendor |
682 | build_cpu |
683 | build |
684 | LIBTOOL |
685 | LEXLIB |
686 | LEX_OUTPUT_ROOT |
687 | LEX |
688 | YFLAGS |
689 | YACC |
690 | am__fastdepCC_FALSE |
691 | am__fastdepCC_TRUE |
692 | CCDEPMODE |
693 | am__nodep |
694 | AMDEPBACKSLASH |
695 | AMDEP_FALSE |
696 | AMDEP_TRUE |
697 | am__quote |
698 | am__include |
699 | DEPDIR |
700 | OBJEXT |
701 | EXEEXT |
702 | ac_ct_CC |
703 | CPPFLAGS |
704 | LDFLAGS |
705 | CFLAGS |
706 | CC |
707 | MAINT |
708 | MAINTAINER_MODE_FALSE |
709 | MAINTAINER_MODE_TRUE |
710 | am__untar |
711 | am__tar |
712 | AMTAR |
713 | am__leading_dot |
714 | SET_MAKE |
715 | AWK |
716 | mkdir_p |
717 | MKDIR_P |
718 | INSTALL_STRIP_PROGRAM |
719 | STRIP |
720 | install_sh |
721 | MAKEINFO |
722 | AUTOHEADER |
723 | AUTOMAKE |
724 | AUTOCONF |
725 | ACLOCAL |
726 | VERSION |
727 | PACKAGE |
728 | CYGPATH_W |
729 | am__isrc |
730 | INSTALL_DATA |
731 | INSTALL_SCRIPT |
732 | INSTALL_PROGRAM |
733 | target_alias |
734 | host_alias |
735 | build_alias |
736 | LIBS |
737 | ECHO_T |
738 | ECHO_N |
739 | ECHO_C |
740 | DEFS |
741 | mandir |
742 | localedir |
743 | libdir |
744 | psdir |
745 | pdfdir |
746 | dvidir |
747 | htmldir |
748 | infodir |
749 | docdir |
750 | oldincludedir |
751 | includedir |
752 | localstatedir |
753 | sharedstatedir |
754 | sysconfdir |
755 | datadir |
756 | datarootdir |
757 | libexecdir |
758 | sbindir |
759 | bindir |
760 | program_transform_name |
761 | prefix |
762 | exec_prefix |
763 | PACKAGE_URL |
764 | PACKAGE_BUGREPORT |
765 | PACKAGE_STRING |
766 | PACKAGE_VERSION |
767 | PACKAGE_TARNAME |
768 | PACKAGE_NAME |
769 | PATH_SEPARATOR |
770 | SHELL' |
771 | ac_subst_files='' |
772 | ac_user_opts=' |
773 | enable_option_checking |
774 | enable_maintainer_mode |
775 | enable_dependency_tracking |
776 | enable_static |
777 | enable_shared |
778 | with_pic |
779 | enable_fast_install |
780 | with_gnu_ld |
781 | with_sysroot |
782 | enable_libtool_lock |
783 | with_included_ltdl |
784 | with_ltdl_include |
785 | with_ltdl_lib |
786 | enable_ltdl_install |
787 | with_libpcre_path |
788 | enable_libpcre |
789 | enable_openssl |
790 | enable_assert |
791 | enable_small_net |
792 | enable_kqueue |
793 | enable_epoll |
794 | enable_devpoll |
795 | enable_rtsigio |
796 | enable_poll |
797 | enable_select |
798 | with_nicklen |
799 | with_topiclen |
800 | enable_efnet |
801 | enable_halfops |
802 | enable_debugging |
803 | enable_warnings |
804 | ' |
805 | ac_precious_vars='build_alias |
806 | host_alias |
807 | target_alias |
808 | CC |
809 | CFLAGS |
810 | LDFLAGS |
811 | LIBS |
812 | CPPFLAGS |
813 | YACC |
814 | YFLAGS |
815 | CPP' |
816 | |
817 | |
818 | # Initialize some variables set by options. |
819 | ac_init_help= |
820 | ac_init_version=false |
821 | ac_unrecognized_opts= |
822 | ac_unrecognized_sep= |
823 | # The variables have the same names as the options, with |
824 | # dashes changed to underlines. |
825 | cache_file=/dev/null |
826 | exec_prefix=NONE |
827 | no_create= |
828 | no_recursion= |
829 | prefix=NONE |
830 | program_prefix=NONE |
831 | program_suffix=NONE |
832 | program_transform_name=s,x,x, |
833 | silent= |
834 | site= |
835 | srcdir= |
836 | verbose= |
837 | x_includes=NONE |
838 | x_libraries=NONE |
839 | |
840 | # Installation directory options. |
841 | # These are left unexpanded so users can "make install exec_prefix=/foo" |
842 | # and all the variables that are supposed to be based on exec_prefix |
843 | # by default will actually change. |
844 | # Use braces instead of parens because sh, perl, etc. also accept them. |
845 | # (The list follows the same order as the GNU Coding Standards.) |
846 | bindir='${exec_prefix}/bin' |
847 | sbindir='${exec_prefix}/sbin' |
848 | libexecdir='${exec_prefix}/libexec' |
849 | datarootdir='${prefix}/share' |
850 | datadir='${datarootdir}' |
851 | sysconfdir='${prefix}/etc' |
852 | sharedstatedir='${prefix}/com' |
853 | localstatedir='${prefix}/var' |
854 | includedir='${prefix}/include' |
855 | oldincludedir='/usr/include' |
856 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
857 | infodir='${datarootdir}/info' |
858 | htmldir='${docdir}' |
859 | dvidir='${docdir}' |
860 | pdfdir='${docdir}' |
861 | psdir='${docdir}' |
862 | libdir='${exec_prefix}/lib' |
863 | localedir='${datarootdir}/locale' |
864 | mandir='${datarootdir}/man' |
865 | |
866 | ac_prev= |
867 | ac_dashdash= |
868 | for ac_option |
869 | do |
870 | # If the previous option needs an argument, assign it. |
871 | if test -n "$ac_prev"; then |
872 | eval $ac_prev=\$ac_option |
873 | ac_prev= |
874 | continue |
875 | fi |
876 | |
877 | case $ac_option in |
878 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
879 | *=) ac_optarg= ;; |
880 | *) ac_optarg=yes ;; |
881 | esac |
882 | |
883 | # Accept the important Cygnus configure options, so we can diagnose typos. |
884 | |
885 | case $ac_dashdash$ac_option in |
886 | --) |
887 | ac_dashdash=yes ;; |
888 | |
889 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
890 | ac_prev=bindir ;; |
891 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
892 | bindir=$ac_optarg ;; |
893 | |
894 | -build | --build | --buil | --bui | --bu) |
895 | ac_prev=build_alias ;; |
896 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
897 | build_alias=$ac_optarg ;; |
898 | |
899 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
900 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
901 | ac_prev=cache_file ;; |
902 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
903 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
904 | cache_file=$ac_optarg ;; |
905 | |
906 | --config-cache | -C) |
907 | cache_file=config.cache ;; |
908 | |
909 | -datadir | --datadir | --datadi | --datad) |
910 | ac_prev=datadir ;; |
911 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
912 | datadir=$ac_optarg ;; |
913 | |
914 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
915 | | --dataroo | --dataro | --datar) |
916 | ac_prev=datarootdir ;; |
917 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
918 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
919 | datarootdir=$ac_optarg ;; |
920 | |
921 | -disable-* | --disable-*) |
922 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
923 | # Reject names that are not valid shell variable names. |
924 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
925 | as_fn_error $? "invalid feature name: $ac_useropt" |
926 | ac_useropt_orig=$ac_useropt |
927 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
928 | case $ac_user_opts in |
929 | *" |
930 | "enable_$ac_useropt" |
931 | "*) ;; |
932 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" |
933 | ac_unrecognized_sep=', ';; |
934 | esac |
935 | eval enable_$ac_useropt=no ;; |
936 | |
937 | -docdir | --docdir | --docdi | --doc | --do) |
938 | ac_prev=docdir ;; |
939 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) |
940 | docdir=$ac_optarg ;; |
941 | |
942 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) |
943 | ac_prev=dvidir ;; |
944 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
945 | dvidir=$ac_optarg ;; |
946 | |
947 | -enable-* | --enable-*) |
948 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
949 | # Reject names that are not valid shell variable names. |
950 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
951 | as_fn_error $? "invalid feature name: $ac_useropt" |
952 | ac_useropt_orig=$ac_useropt |
953 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
954 | case $ac_user_opts in |
955 | *" |
956 | "enable_$ac_useropt" |
957 | "*) ;; |
958 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" |
959 | ac_unrecognized_sep=', ';; |
960 | esac |
961 | eval enable_$ac_useropt=\$ac_optarg ;; |
962 | |
963 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
964 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
965 | | --exec | --exe | --ex) |
966 | ac_prev=exec_prefix ;; |
967 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
968 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
969 | | --exec=* | --exe=* | --ex=*) |
970 | exec_prefix=$ac_optarg ;; |
971 | |
972 | -gas | --gas | --ga | --g) |
973 | # Obsolete; use --with-gas. |
974 | with_gas=yes ;; |
975 | |
976 | -help | --help | --hel | --he | -h) |
977 | ac_init_help=long ;; |
978 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) |
979 | ac_init_help=recursive ;; |
980 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) |
981 | ac_init_help=short ;; |
982 | |
983 | -host | --host | --hos | --ho) |
984 | ac_prev=host_alias ;; |
985 | -host=* | --host=* | --hos=* | --ho=*) |
986 | host_alias=$ac_optarg ;; |
987 | |
988 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
989 | ac_prev=htmldir ;; |
990 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ |
991 | | --ht=*) |
992 | htmldir=$ac_optarg ;; |
993 | |
994 | -includedir | --includedir | --includedi | --included | --include \ |
995 | | --includ | --inclu | --incl | --inc) |
996 | ac_prev=includedir ;; |
997 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
998 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
999 | includedir=$ac_optarg ;; |
1000 | |
1001 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
1002 | ac_prev=infodir ;; |
1003 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
1004 | infodir=$ac_optarg ;; |
1005 | |
1006 | -libdir | --libdir | --libdi | --libd) |
1007 | ac_prev=libdir ;; |
1008 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
1009 | libdir=$ac_optarg ;; |
1010 | |
1011 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
1012 | | --libexe | --libex | --libe) |
1013 | ac_prev=libexecdir ;; |
1014 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
1015 | | --libexe=* | --libex=* | --libe=*) |
1016 | libexecdir=$ac_optarg ;; |
1017 | |
1018 | -localedir | --localedir | --localedi | --localed | --locale) |
1019 | ac_prev=localedir ;; |
1020 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) |
1021 | localedir=$ac_optarg ;; |
1022 | |
1023 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
1024 | | --localstate | --localstat | --localsta | --localst | --locals) |
1025 | ac_prev=localstatedir ;; |
1026 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
1027 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
1028 | localstatedir=$ac_optarg ;; |
1029 | |
1030 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
1031 | ac_prev=mandir ;; |
1032 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
1033 | mandir=$ac_optarg ;; |
1034 | |
1035 | -nfp | --nfp | --nf) |
1036 | # Obsolete; use --without-fp. |
1037 | with_fp=no ;; |
1038 | |
1039 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
1040 | | --no-cr | --no-c | -n) |
1041 | no_create=yes ;; |
1042 | |
1043 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
1044 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
1045 | no_recursion=yes ;; |
1046 | |
1047 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
1048 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
1049 | | --oldin | --oldi | --old | --ol | --o) |
1050 | ac_prev=oldincludedir ;; |
1051 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
1052 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
1053 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
1054 | oldincludedir=$ac_optarg ;; |
1055 | |
1056 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
1057 | ac_prev=prefix ;; |
1058 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
1059 | prefix=$ac_optarg ;; |
1060 | |
1061 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
1062 | | --program-pre | --program-pr | --program-p) |
1063 | ac_prev=program_prefix ;; |
1064 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
1065 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
1066 | program_prefix=$ac_optarg ;; |
1067 | |
1068 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
1069 | | --program-suf | --program-su | --program-s) |
1070 | ac_prev=program_suffix ;; |
1071 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
1072 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
1073 | program_suffix=$ac_optarg ;; |
1074 | |
1075 | -program-transform-name | --program-transform-name \ |
1076 | | --program-transform-nam | --program-transform-na \ |
1077 | | --program-transform-n | --program-transform- \ |
1078 | | --program-transform | --program-transfor \ |
1079 | | --program-transfo | --program-transf \ |
1080 | | --program-trans | --program-tran \ |
1081 | | --progr-tra | --program-tr | --program-t) |
1082 | ac_prev=program_transform_name ;; |
1083 | -program-transform-name=* | --program-transform-name=* \ |
1084 | | --program-transform-nam=* | --program-transform-na=* \ |
1085 | | --program-transform-n=* | --program-transform-=* \ |
1086 | | --program-transform=* | --program-transfor=* \ |
1087 | | --program-transfo=* | --program-transf=* \ |
1088 | | --program-trans=* | --program-tran=* \ |
1089 | | --progr-tra=* | --program-tr=* | --program-t=*) |
1090 | program_transform_name=$ac_optarg ;; |
1091 | |
1092 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1093 | ac_prev=pdfdir ;; |
1094 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) |
1095 | pdfdir=$ac_optarg ;; |
1096 | |
1097 | -psdir | --psdir | --psdi | --psd | --ps) |
1098 | ac_prev=psdir ;; |
1099 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) |
1100 | psdir=$ac_optarg ;; |
1101 | |
1102 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1103 | | -silent | --silent | --silen | --sile | --sil) |
1104 | silent=yes ;; |
1105 | |
1106 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
1107 | ac_prev=sbindir ;; |
1108 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
1109 | | --sbi=* | --sb=*) |
1110 | sbindir=$ac_optarg ;; |
1111 | |
1112 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
1113 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
1114 | | --sharedst | --shareds | --shared | --share | --shar \ |
1115 | | --sha | --sh) |
1116 | ac_prev=sharedstatedir ;; |
1117 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
1118 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
1119 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
1120 | | --sha=* | --sh=*) |
1121 | sharedstatedir=$ac_optarg ;; |
1122 | |
1123 | -site | --site | --sit) |
1124 | ac_prev=site ;; |
1125 | -site=* | --site=* | --sit=*) |
1126 | site=$ac_optarg ;; |
1127 | |
1128 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
1129 | ac_prev=srcdir ;; |
1130 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
1131 | srcdir=$ac_optarg ;; |
1132 | |
1133 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
1134 | | --syscon | --sysco | --sysc | --sys | --sy) |
1135 | ac_prev=sysconfdir ;; |
1136 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
1137 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
1138 | sysconfdir=$ac_optarg ;; |
1139 | |
1140 | -target | --target | --targe | --targ | --tar | --ta | --t) |
1141 | ac_prev=target_alias ;; |
1142 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
1143 | target_alias=$ac_optarg ;; |
1144 | |
1145 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
1146 | verbose=yes ;; |
1147 | |
1148 | -version | --version | --versio | --versi | --vers | -V) |
1149 | ac_init_version=: ;; |
1150 | |
1151 | -with-* | --with-*) |
1152 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1153 | # Reject names that are not valid shell variable names. |
1154 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1155 | as_fn_error $? "invalid package name: $ac_useropt" |
1156 | ac_useropt_orig=$ac_useropt |
1157 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1158 | case $ac_user_opts in |
1159 | *" |
1160 | "with_$ac_useropt" |
1161 | "*) ;; |
1162 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" |
1163 | ac_unrecognized_sep=', ';; |
1164 | esac |
1165 | eval with_$ac_useropt=\$ac_optarg ;; |
1166 | |
1167 | -without-* | --without-*) |
1168 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1169 | # Reject names that are not valid shell variable names. |
1170 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1171 | as_fn_error $? "invalid package name: $ac_useropt" |
1172 | ac_useropt_orig=$ac_useropt |
1173 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1174 | case $ac_user_opts in |
1175 | *" |
1176 | "with_$ac_useropt" |
1177 | "*) ;; |
1178 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" |
1179 | ac_unrecognized_sep=', ';; |
1180 | esac |
1181 | eval with_$ac_useropt=no ;; |
1182 | |
1183 | --x) |
1184 | # Obsolete; use --with-x. |
1185 | with_x=yes ;; |
1186 | |
1187 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
1188 | | --x-incl | --x-inc | --x-in | --x-i) |
1189 | ac_prev=x_includes ;; |
1190 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
1191 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
1192 | x_includes=$ac_optarg ;; |
1193 | |
1194 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
1195 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
1196 | ac_prev=x_libraries ;; |
1197 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
1198 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1199 | x_libraries=$ac_optarg ;; |
1200 | |
1201 | -*) as_fn_error $? "unrecognized option: \`$ac_option' |
1202 | Try \`$0 --help' for more information" |
1203 | ;; |
1204 | |
1205 | *=*) |
1206 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
1207 | # Reject names that are not valid shell variable names. |
1208 | case $ac_envvar in #( |
1209 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1210 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
1211 | esac |
1212 | eval $ac_envvar=\$ac_optarg |
1213 | export $ac_envvar ;; |
1214 | |
1215 | *) |
1216 | # FIXME: should be removed in autoconf 3.0. |
1217 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1218 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1219 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1220 | : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
1221 | ;; |
1222 | |
1223 | esac |
1224 | done |
1225 | |
1226 | if test -n "$ac_prev"; then |
1227 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1228 | as_fn_error $? "missing argument to $ac_option" |
1229 | fi |
1230 | |
1231 | if test -n "$ac_unrecognized_opts"; then |
1232 | case $enable_option_checking in |
1233 | no) ;; |
1234 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
1235 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1236 | esac |
1237 | fi |
1238 | |
1239 | # Check all directory arguments for consistency. |
1240 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1241 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1242 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1243 | libdir localedir mandir |
1244 | do |
1245 | eval ac_val=\$$ac_var |
1246 | # Remove trailing slashes. |
1247 | case $ac_val in |
1248 | */ ) |
1249 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` |
1250 | eval $ac_var=\$ac_val;; |
1251 | esac |
1252 | # Be sure to have absolute directory names. |
1253 | case $ac_val in |
1254 | [\\/$]* | ?:[\\/]* ) continue;; |
1255 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1256 | esac |
1257 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
1258 | done |
1259 | |
1260 | # There might be people who depend on the old broken behavior: `$host' |
1261 | # used to hold the argument of --host etc. |
1262 | # FIXME: To remove some day. |
1263 | build=$build_alias |
1264 | host=$host_alias |
1265 | target=$target_alias |
1266 | |
1267 | # FIXME: To remove some day. |
1268 | if test "x$host_alias" != x; then |
1269 | if test "x$build_alias" = x; then |
1270 | cross_compiling=maybe |
1271 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
1272 | If a cross compiler is detected then cross compile mode will be used" >&2 |
1273 | elif test "x$build_alias" != "x$host_alias"; then |
1274 | cross_compiling=yes |
1275 | fi |
1276 | fi |
1277 | |
1278 | ac_tool_prefix= |
1279 | test -n "$host_alias" && ac_tool_prefix=$host_alias- |
1280 | |
1281 | test "$silent" = yes && exec 6>/dev/null |
1282 | |
1283 | |
1284 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
1285 | ac_ls_di=`ls -di .` && |
1286 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1287 | as_fn_error $? "working directory cannot be determined" |
1288 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1289 | as_fn_error $? "pwd does not report name of working directory" |
1290 | |
1291 | |
1292 | # Find the source files, if location was not specified. |
1293 | if test -z "$srcdir"; then |
1294 | ac_srcdir_defaulted=yes |
1295 | # Try the directory containing this script, then the parent directory. |
1296 | ac_confdir=`$as_dirname -- "$as_myself" || |
1297 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
1298 | X"$as_myself" : 'X\(//\)[^/]' \| \ |
1299 | X"$as_myself" : 'X\(//\)$' \| \ |
1300 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || |
1301 | $as_echo X"$as_myself" | |
1302 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
1303 | s//\1/ |
1304 | q |
1305 | } |
1306 | /^X\(\/\/\)[^/].*/{ |
1307 | s//\1/ |
1308 | q |
1309 | } |
1310 | /^X\(\/\/\)$/{ |
1311 | s//\1/ |
1312 | q |
1313 | } |
1314 | /^X\(\/\).*/{ |
1315 | s//\1/ |
1316 | q |
1317 | } |
1318 | s/.*/./; q'` |
1319 | srcdir=$ac_confdir |
1320 | if test ! -r "$srcdir/$ac_unique_file"; then |
1321 | srcdir=.. |
1322 | fi |
1323 | else |
1324 | ac_srcdir_defaulted=no |
1325 | fi |
1326 | if test ! -r "$srcdir/$ac_unique_file"; then |
1327 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1328 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
1329 | fi |
1330 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1331 | ac_abs_confdir=`( |
1332 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
1333 | pwd)` |
1334 | # When building in place, set srcdir=. |
1335 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
1336 | srcdir=. |
1337 | fi |
1338 | # Remove unnecessary trailing slashes from srcdir. |
1339 | # Double slashes in file names in object file debugging info |
1340 | # mess up M-x gdb in Emacs. |
1341 | case $srcdir in |
1342 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; |
1343 | esac |
1344 | for ac_var in $ac_precious_vars; do |
1345 | eval ac_env_${ac_var}_set=\${${ac_var}+set} |
1346 | eval ac_env_${ac_var}_value=\$${ac_var} |
1347 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} |
1348 | eval ac_cv_env_${ac_var}_value=\$${ac_var} |
1349 | done |
1350 | |
1351 | # |
1352 | # Report the --help message. |
1353 | # |
1354 | if test "$ac_init_help" = "long"; then |
1355 | # Omit some internal or obsolete options to make the list less imposing. |
1356 | # This message is too long to be a string in the A/UX 3.1 sh. |
1357 | cat <<_ACEOF |
1358 | \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems. |
1359 | |
1360 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1361 | |
1362 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
1363 | VAR=VALUE. See below for descriptions of some of the useful variables. |
1364 | |
1365 | Defaults for the options are specified in brackets. |
1366 | |
1367 | Configuration: |
1368 | -h, --help display this help and exit |
1369 | --help=short display options specific to this package |
1370 | --help=recursive display the short help of all the included packages |
1371 | -V, --version display version information and exit |
1372 | -q, --quiet, --silent do not print \`checking ...' messages |
1373 | --cache-file=FILE cache test results in FILE [disabled] |
1374 | -C, --config-cache alias for \`--cache-file=config.cache' |
1375 | -n, --no-create do not create output files |
1376 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] |
1377 | |
1378 | Installation directories: |
1379 | --prefix=PREFIX install architecture-independent files in PREFIX |
1380 | [$ac_default_prefix] |
1381 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
1382 | [PREFIX] |
1383 | |
1384 | By default, \`make install' will install all the files in |
1385 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
1386 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', |
1387 | for instance \`--prefix=\$HOME'. |
1388 | |
1389 | For better control, use the options below. |
1390 | |
1391 | Fine tuning of the installation directories: |
1392 | --bindir=DIR user executables [EPREFIX/bin] |
1393 | --sbindir=DIR system admin executables [EPREFIX/sbin] |
1394 | --libexecdir=DIR program executables [EPREFIX/libexec] |
1395 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1396 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1397 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
1398 | --libdir=DIR object code libraries [EPREFIX/lib] |
1399 | --includedir=DIR C header files [PREFIX/include] |
1400 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
1401 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
1402 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
1403 | --infodir=DIR info documentation [DATAROOTDIR/info] |
1404 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
1405 | --mandir=DIR man documentation [DATAROOTDIR/man] |
1406 | --docdir=DIR documentation root [DATAROOTDIR/doc/ircd-hybrid] |
1407 | --htmldir=DIR html documentation [DOCDIR] |
1408 | --dvidir=DIR dvi documentation [DOCDIR] |
1409 | --pdfdir=DIR pdf documentation [DOCDIR] |
1410 | --psdir=DIR ps documentation [DOCDIR] |
1411 | _ACEOF |
1412 | |
1413 | cat <<\_ACEOF |
1414 | |
1415 | Program names: |
1416 | --program-prefix=PREFIX prepend PREFIX to installed program names |
1417 | --program-suffix=SUFFIX append SUFFIX to installed program names |
1418 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names |
1419 | |
1420 | System types: |
1421 | --build=BUILD configure for building on BUILD [guessed] |
1422 | --host=HOST cross-compile to build programs to run on HOST [BUILD] |
1423 | _ACEOF |
1424 | fi |
1425 | |
1426 | if test -n "$ac_init_help"; then |
1427 | case $ac_init_help in |
1428 | short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";; |
1429 | esac |
1430 | cat <<\_ACEOF |
1431 | |
1432 | Optional Features: |
1433 | --disable-option-checking ignore unrecognized --enable/--with options |
1434 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1435 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1436 | --enable-maintainer-mode enable make rules and dependencies not useful |
1437 | (and sometimes confusing) to the casual installer |
1438 | --disable-dependency-tracking speeds up one-time build |
1439 | --enable-dependency-tracking do not reject slow dependency extractors |
1440 | --enable-static[=PKGS] build static libraries [default=no] |
1441 | --enable-shared[=PKGS] build shared libraries [default=yes] |
1442 | --enable-fast-install[=PKGS] |
1443 | optimize for fast installation [default=yes] |
1444 | --disable-libtool-lock avoid locking (might break parallel builds) |
1445 | --enable-ltdl-install install libltdl |
1446 | --disable-libpcre Disable PCRE support |
1447 | --enable-openssl=DIR Enable OpenSSL support (DIR optional). |
1448 | --disable-openssl Disable OpenSSL support. |
1449 | --enable-assert Enable assert() statements |
1450 | --enable-small-net Enable small network support. |
1451 | --enable-kqueue Force kqueue usage. |
1452 | --enable-epoll Force epoll usage. |
1453 | --enable-devpoll Force devpoll usage. |
1454 | --enable-rtsigio Force rtsigio usage. |
1455 | --enable-poll Force poll usage. |
1456 | --enable-select Force select usage. |
1457 | --enable-efnet For IRCDs running on EFnet. |
1458 | --enable-halfops Enable halfops support. |
1459 | --enable-debugging Enable debugging. |
1460 | --enable-warnings Enable compiler warnings. |
1461 | |
1462 | Optional Packages: |
1463 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
1464 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
1465 | --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use |
1466 | both] |
1467 | --with-gnu-ld assume the C compiler uses GNU ld [default=no] |
1468 | --with-sysroot=DIR Search for dependent libraries within DIR |
1469 | (or the compiler's sysroot if not specified). |
1470 | --with-included-ltdl use the GNU ltdl sources included here |
1471 | --with-ltdl-include=DIR use the ltdl headers installed in DIR |
1472 | --with-ltdl-lib=DIR use the libltdl.la installed in DIR |
1473 | --with-libpcre-path=DIR Path to libpcre.so for PCRE support. |
1474 | --with-nicklen=<value> Set nickname length (default 9). |
1475 | --with-topiclen=<value> Set topic length (default 160). |
1476 | |
1477 | Some influential environment variables: |
1478 | CC C compiler command |
1479 | CFLAGS C compiler flags |
1480 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
1481 | nonstandard directory <lib dir> |
1482 | LIBS libraries to pass to the linker, e.g. -l<library> |
1483 | CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
1484 | you have headers in a nonstandard directory <include dir> |
1485 | YACC The `Yet Another Compiler Compiler' implementation to use. |
1486 | Defaults to the first program found out of: `bison -y', `byacc', |
1487 | `yacc'. |
1488 | YFLAGS The list of arguments that will be passed by default to $YACC. |
1489 | This script will default YFLAGS to the empty string to avoid a |
1490 | default value of `-d' given by some make applications. |
1491 | CPP C preprocessor |
1492 | |
1493 | Use these variables to override the choices made by `configure' or to help |
1494 | it to find libraries and programs with nonstandard names/locations. |
1495 | |
1496 | Report bugs to <bugs@ircd-hybrid.org>. |
1497 | _ACEOF |
1498 | ac_status=$? |
1499 | fi |
1500 | |
1501 | if test "$ac_init_help" = "recursive"; then |
1502 | # If there are subdirs, report their specific --help. |
1503 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
1504 | test -d "$ac_dir" || |
1505 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || |
1506 | continue |
1507 | ac_builddir=. |
1508 | |
1509 | case "$ac_dir" in |
1510 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1511 | *) |
1512 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
1513 | # A ".." for each directory in $ac_dir_suffix. |
1514 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
1515 | case $ac_top_builddir_sub in |
1516 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1517 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
1518 | esac ;; |
1519 | esac |
1520 | ac_abs_top_builddir=$ac_pwd |
1521 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
1522 | # for backward compatibility: |
1523 | ac_top_builddir=$ac_top_build_prefix |
1524 | |
1525 | case $srcdir in |
1526 | .) # We are building in place. |
1527 | ac_srcdir=. |
1528 | ac_top_srcdir=$ac_top_builddir_sub |
1529 | ac_abs_top_srcdir=$ac_pwd ;; |
1530 | [\\/]* | ?:[\\/]* ) # Absolute name. |
1531 | ac_srcdir=$srcdir$ac_dir_suffix; |
1532 | ac_top_srcdir=$srcdir |
1533 | ac_abs_top_srcdir=$srcdir ;; |
1534 | *) # Relative name. |
1535 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
1536 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
1537 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
1538 | esac |
1539 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1540 | |
1541 | cd "$ac_dir" || { ac_status=$?; continue; } |
1542 | # Check for guested configure. |
1543 | if test -f "$ac_srcdir/configure.gnu"; then |
1544 | echo && |
1545 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive |
1546 | elif test -f "$ac_srcdir/configure"; then |
1547 | echo && |
1548 | $SHELL "$ac_srcdir/configure" --help=recursive |
1549 | else |
1550 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1551 | fi || ac_status=$? |
1552 | cd "$ac_pwd" || { ac_status=$?; break; } |
1553 | done |
1554 | fi |
1555 | |
1556 | test -n "$ac_init_help" && exit $ac_status |
1557 | if $ac_init_version; then |
1558 | cat <<\_ACEOF |
1559 | ircd-hybrid configure 8beta1 |
1560 | generated by GNU Autoconf 2.68 |
1561 | |
1562 | Copyright (C) 2010 Free Software Foundation, Inc. |
1563 | This configure script is free software; the Free Software Foundation |
1564 | gives unlimited permission to copy, distribute and modify it. |
1565 | _ACEOF |
1566 | exit |
1567 | fi |
1568 | |
1569 | ## ------------------------ ## |
1570 | ## Autoconf initialization. ## |
1571 | ## ------------------------ ## |
1572 | |
1573 | # ac_fn_c_try_compile LINENO |
1574 | # -------------------------- |
1575 | # Try to compile conftest.$ac_ext, and return whether this succeeded. |
1576 | ac_fn_c_try_compile () |
1577 | { |
1578 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1579 | rm -f conftest.$ac_objext |
1580 | if { { ac_try="$ac_compile" |
1581 | case "(($ac_try" in |
1582 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1583 | *) ac_try_echo=$ac_try;; |
1584 | esac |
1585 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1586 | $as_echo "$ac_try_echo"; } >&5 |
1587 | (eval "$ac_compile") 2>conftest.err |
1588 | ac_status=$? |
1589 | if test -s conftest.err; then |
1590 | grep -v '^ *+' conftest.err >conftest.er1 |
1591 | cat conftest.er1 >&5 |
1592 | mv -f conftest.er1 conftest.err |
1593 | fi |
1594 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1595 | test $ac_status = 0; } && { |
1596 | test -z "$ac_c_werror_flag" || |
1597 | test ! -s conftest.err |
1598 | } && test -s conftest.$ac_objext; then : |
1599 | ac_retval=0 |
1600 | else |
1601 | $as_echo "$as_me: failed program was:" >&5 |
1602 | sed 's/^/| /' conftest.$ac_ext >&5 |
1603 | |
1604 | ac_retval=1 |
1605 | fi |
1606 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1607 | as_fn_set_status $ac_retval |
1608 | |
1609 | } # ac_fn_c_try_compile |
1610 | |
1611 | # ac_fn_c_try_link LINENO |
1612 | # ----------------------- |
1613 | # Try to link conftest.$ac_ext, and return whether this succeeded. |
1614 | ac_fn_c_try_link () |
1615 | { |
1616 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1617 | rm -f conftest.$ac_objext conftest$ac_exeext |
1618 | if { { ac_try="$ac_link" |
1619 | case "(($ac_try" in |
1620 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1621 | *) ac_try_echo=$ac_try;; |
1622 | esac |
1623 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1624 | $as_echo "$ac_try_echo"; } >&5 |
1625 | (eval "$ac_link") 2>conftest.err |
1626 | ac_status=$? |
1627 | if test -s conftest.err; then |
1628 | grep -v '^ *+' conftest.err >conftest.er1 |
1629 | cat conftest.er1 >&5 |
1630 | mv -f conftest.er1 conftest.err |
1631 | fi |
1632 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1633 | test $ac_status = 0; } && { |
1634 | test -z "$ac_c_werror_flag" || |
1635 | test ! -s conftest.err |
1636 | } && test -s conftest$ac_exeext && { |
1637 | test "$cross_compiling" = yes || |
1638 | $as_test_x conftest$ac_exeext |
1639 | }; then : |
1640 | ac_retval=0 |
1641 | else |
1642 | $as_echo "$as_me: failed program was:" >&5 |
1643 | sed 's/^/| /' conftest.$ac_ext >&5 |
1644 | |
1645 | ac_retval=1 |
1646 | fi |
1647 | # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
1648 | # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
1649 | # interfere with the next link command; also delete a directory that is |
1650 | # left behind by Apple's compiler. We do this before executing the actions. |
1651 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1652 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1653 | as_fn_set_status $ac_retval |
1654 | |
1655 | } # ac_fn_c_try_link |
1656 | |
1657 | # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
1658 | # ------------------------------------------------------- |
1659 | # Tests whether HEADER exists and can be compiled using the include files in |
1660 | # INCLUDES, setting the cache variable VAR accordingly. |
1661 | ac_fn_c_check_header_compile () |
1662 | { |
1663 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1664 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1665 | $as_echo_n "checking for $2... " >&6; } |
1666 | if eval \${$3+:} false; then : |
1667 | $as_echo_n "(cached) " >&6 |
1668 | else |
1669 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1670 | /* end confdefs.h. */ |
1671 | $4 |
1672 | #include <$2> |
1673 | _ACEOF |
1674 | if ac_fn_c_try_compile "$LINENO"; then : |
1675 | eval "$3=yes" |
1676 | else |
1677 | eval "$3=no" |
1678 | fi |
1679 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1680 | fi |
1681 | eval ac_res=\$$3 |
1682 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1683 | $as_echo "$ac_res" >&6; } |
1684 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1685 | |
1686 | } # ac_fn_c_check_header_compile |
1687 | |
1688 | # ac_fn_c_try_cpp LINENO |
1689 | # ---------------------- |
1690 | # Try to preprocess conftest.$ac_ext, and return whether this succeeded. |
1691 | ac_fn_c_try_cpp () |
1692 | { |
1693 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1694 | if { { ac_try="$ac_cpp conftest.$ac_ext" |
1695 | case "(($ac_try" in |
1696 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1697 | *) ac_try_echo=$ac_try;; |
1698 | esac |
1699 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1700 | $as_echo "$ac_try_echo"; } >&5 |
1701 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err |
1702 | ac_status=$? |
1703 | if test -s conftest.err; then |
1704 | grep -v '^ *+' conftest.err >conftest.er1 |
1705 | cat conftest.er1 >&5 |
1706 | mv -f conftest.er1 conftest.err |
1707 | fi |
1708 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1709 | test $ac_status = 0; } > conftest.i && { |
1710 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1711 | test ! -s conftest.err |
1712 | }; then : |
1713 | ac_retval=0 |
1714 | else |
1715 | $as_echo "$as_me: failed program was:" >&5 |
1716 | sed 's/^/| /' conftest.$ac_ext >&5 |
1717 | |
1718 | ac_retval=1 |
1719 | fi |
1720 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1721 | as_fn_set_status $ac_retval |
1722 | |
1723 | } # ac_fn_c_try_cpp |
1724 | |
1725 | # ac_fn_c_try_run LINENO |
1726 | # ---------------------- |
1727 | # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes |
1728 | # that executables *can* be run. |
1729 | ac_fn_c_try_run () |
1730 | { |
1731 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1732 | if { { ac_try="$ac_link" |
1733 | case "(($ac_try" in |
1734 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1735 | *) ac_try_echo=$ac_try;; |
1736 | esac |
1737 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1738 | $as_echo "$ac_try_echo"; } >&5 |
1739 | (eval "$ac_link") 2>&5 |
1740 | ac_status=$? |
1741 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1742 | test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' |
1743 | { { case "(($ac_try" in |
1744 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1745 | *) ac_try_echo=$ac_try;; |
1746 | esac |
1747 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1748 | $as_echo "$ac_try_echo"; } >&5 |
1749 | (eval "$ac_try") 2>&5 |
1750 | ac_status=$? |
1751 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1752 | test $ac_status = 0; }; }; then : |
1753 | ac_retval=0 |
1754 | else |
1755 | $as_echo "$as_me: program exited with status $ac_status" >&5 |
1756 | $as_echo "$as_me: failed program was:" >&5 |
1757 | sed 's/^/| /' conftest.$ac_ext >&5 |
1758 | |
1759 | ac_retval=$ac_status |
1760 | fi |
1761 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1762 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1763 | as_fn_set_status $ac_retval |
1764 | |
1765 | } # ac_fn_c_try_run |
1766 | |
1767 | # ac_fn_c_check_func LINENO FUNC VAR |
1768 | # ---------------------------------- |
1769 | # Tests whether FUNC exists, setting the cache variable VAR accordingly |
1770 | ac_fn_c_check_func () |
1771 | { |
1772 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1773 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1774 | $as_echo_n "checking for $2... " >&6; } |
1775 | if eval \${$3+:} false; then : |
1776 | $as_echo_n "(cached) " >&6 |
1777 | else |
1778 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1779 | /* end confdefs.h. */ |
1780 | /* Define $2 to an innocuous variant, in case <limits.h> declares $2. |
1781 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
1782 | #define $2 innocuous_$2 |
1783 | |
1784 | /* System header to define __stub macros and hopefully few prototypes, |
1785 | which can conflict with char $2 (); below. |
1786 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
1787 | <limits.h> exists even on freestanding compilers. */ |
1788 | |
1789 | #ifdef __STDC__ |
1790 | # include <limits.h> |
1791 | #else |
1792 | # include <assert.h> |
1793 | #endif |
1794 | |
1795 | #undef $2 |
1796 | |
1797 | /* Override any GCC internal prototype to avoid an error. |
1798 | Use char because int might match the return type of a GCC |
1799 | builtin and then its argument prototype would still apply. */ |
1800 | #ifdef __cplusplus |
1801 | extern "C" |
1802 | #endif |
1803 | char $2 (); |
1804 | /* The GNU C library defines this for functions which it implements |
1805 | to always fail with ENOSYS. Some functions are actually named |
1806 | something starting with __ and the normal name is an alias. */ |
1807 | #if defined __stub_$2 || defined __stub___$2 |
1808 | choke me |
1809 | #endif |
1810 | |
1811 | int |
1812 | main () |
1813 | { |
1814 | return $2 (); |
1815 | ; |
1816 | return 0; |
1817 | } |
1818 | _ACEOF |
1819 | if ac_fn_c_try_link "$LINENO"; then : |
1820 | eval "$3=yes" |
1821 | else |
1822 | eval "$3=no" |
1823 | fi |
1824 | rm -f core conftest.err conftest.$ac_objext \ |
1825 | conftest$ac_exeext conftest.$ac_ext |
1826 | fi |
1827 | eval ac_res=\$$3 |
1828 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1829 | $as_echo "$ac_res" >&6; } |
1830 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1831 | |
1832 | } # ac_fn_c_check_func |
1833 | |
1834 | # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES |
1835 | # --------------------------------------------- |
1836 | # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR |
1837 | # accordingly. |
1838 | ac_fn_c_check_decl () |
1839 | { |
1840 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1841 | as_decl_name=`echo $2|sed 's/ *(.*//'` |
1842 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` |
1843 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 |
1844 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } |
1845 | if eval \${$3+:} false; then : |
1846 | $as_echo_n "(cached) " >&6 |
1847 | else |
1848 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1849 | /* end confdefs.h. */ |
1850 | $4 |
1851 | int |
1852 | main () |
1853 | { |
1854 | #ifndef $as_decl_name |
1855 | #ifdef __cplusplus |
1856 | (void) $as_decl_use; |
1857 | #else |
1858 | (void) $as_decl_name; |
1859 | #endif |
1860 | #endif |
1861 | |
1862 | ; |
1863 | return 0; |
1864 | } |
1865 | _ACEOF |
1866 | if ac_fn_c_try_compile "$LINENO"; then : |
1867 | eval "$3=yes" |
1868 | else |
1869 | eval "$3=no" |
1870 | fi |
1871 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1872 | fi |
1873 | eval ac_res=\$$3 |
1874 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1875 | $as_echo "$ac_res" >&6; } |
1876 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1877 | |
1878 | } # ac_fn_c_check_decl |
1879 | |
1880 | # ac_fn_c_check_type LINENO TYPE VAR INCLUDES |
1881 | # ------------------------------------------- |
1882 | # Tests whether TYPE exists after having included INCLUDES, setting cache |
1883 | # variable VAR accordingly. |
1884 | ac_fn_c_check_type () |
1885 | { |
1886 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1887 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1888 | $as_echo_n "checking for $2... " >&6; } |
1889 | if eval \${$3+:} false; then : |
1890 | $as_echo_n "(cached) " >&6 |
1891 | else |
1892 | eval "$3=no" |
1893 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1894 | /* end confdefs.h. */ |
1895 | $4 |
1896 | int |
1897 | main () |
1898 | { |
1899 | if (sizeof ($2)) |
1900 | return 0; |
1901 | ; |
1902 | return 0; |
1903 | } |
1904 | _ACEOF |
1905 | if ac_fn_c_try_compile "$LINENO"; then : |
1906 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1907 | /* end confdefs.h. */ |
1908 | $4 |
1909 | int |
1910 | main () |
1911 | { |
1912 | if (sizeof (($2))) |
1913 | return 0; |
1914 | ; |
1915 | return 0; |
1916 | } |
1917 | _ACEOF |
1918 | if ac_fn_c_try_compile "$LINENO"; then : |
1919 | |
1920 | else |
1921 | eval "$3=yes" |
1922 | fi |
1923 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1924 | fi |
1925 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1926 | fi |
1927 | eval ac_res=\$$3 |
1928 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1929 | $as_echo "$ac_res" >&6; } |
1930 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1931 | |
1932 | } # ac_fn_c_check_type |
1933 | |
1934 | # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES |
1935 | # ---------------------------------------------------- |
1936 | # Tries to find if the field MEMBER exists in type AGGR, after including |
1937 | # INCLUDES, setting cache variable VAR accordingly. |
1938 | ac_fn_c_check_member () |
1939 | { |
1940 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1941 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 |
1942 | $as_echo_n "checking for $2.$3... " >&6; } |
1943 | if eval \${$4+:} false; then : |
1944 | $as_echo_n "(cached) " >&6 |
1945 | else |
1946 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1947 | /* end confdefs.h. */ |
1948 | $5 |
1949 | int |
1950 | main () |
1951 | { |
1952 | static $2 ac_aggr; |
1953 | if (ac_aggr.$3) |
1954 | return 0; |
1955 | ; |
1956 | return 0; |
1957 | } |
1958 | _ACEOF |
1959 | if ac_fn_c_try_compile "$LINENO"; then : |
1960 | eval "$4=yes" |
1961 | else |
1962 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1963 | /* end confdefs.h. */ |
1964 | $5 |
1965 | int |
1966 | main () |
1967 | { |
1968 | static $2 ac_aggr; |
1969 | if (sizeof ac_aggr.$3) |
1970 | return 0; |
1971 | ; |
1972 | return 0; |
1973 | } |
1974 | _ACEOF |
1975 | if ac_fn_c_try_compile "$LINENO"; then : |
1976 | eval "$4=yes" |
1977 | else |
1978 | eval "$4=no" |
1979 | fi |
1980 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1981 | fi |
1982 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1983 | fi |
1984 | eval ac_res=\$$4 |
1985 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1986 | $as_echo "$ac_res" >&6; } |
1987 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1988 | |
1989 | } # ac_fn_c_check_member |
1990 | |
1991 | # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
1992 | # ------------------------------------------------------- |
1993 | # Tests whether HEADER exists, giving a warning if it cannot be compiled using |
1994 | # the include files in INCLUDES and setting the cache variable VAR |
1995 | # accordingly. |
1996 | ac_fn_c_check_header_mongrel () |
1997 | { |
1998 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1999 | if eval \${$3+:} false; then : |
2000 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2001 | $as_echo_n "checking for $2... " >&6; } |
2002 | if eval \${$3+:} false; then : |
2003 | $as_echo_n "(cached) " >&6 |
2004 | fi |
2005 | eval ac_res=\$$3 |
2006 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
2007 | $as_echo "$ac_res" >&6; } |
2008 | else |
2009 | # Is the header compilable? |
2010 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 |
2011 | $as_echo_n "checking $2 usability... " >&6; } |
2012 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2013 | /* end confdefs.h. */ |
2014 | $4 |
2015 | #include <$2> |
2016 | _ACEOF |
2017 | if ac_fn_c_try_compile "$LINENO"; then : |
2018 | ac_header_compiler=yes |
2019 | else |
2020 | ac_header_compiler=no |
2021 | fi |
2022 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
2023 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 |
2024 | $as_echo "$ac_header_compiler" >&6; } |
2025 | |
2026 | # Is the header present? |
2027 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 |
2028 | $as_echo_n "checking $2 presence... " >&6; } |
2029 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2030 | /* end confdefs.h. */ |
2031 | #include <$2> |
2032 | _ACEOF |
2033 | if ac_fn_c_try_cpp "$LINENO"; then : |
2034 | ac_header_preproc=yes |
2035 | else |
2036 | ac_header_preproc=no |
2037 | fi |
2038 | rm -f conftest.err conftest.i conftest.$ac_ext |
2039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
2040 | $as_echo "$ac_header_preproc" >&6; } |
2041 | |
2042 | # So? What about this header? |
2043 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( |
2044 | yes:no: ) |
2045 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 |
2046 | $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} |
2047 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
2048 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
2049 | ;; |
2050 | no:yes:* ) |
2051 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 |
2052 | $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} |
2053 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 |
2054 | $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} |
2055 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 |
2056 | $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} |
2057 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 |
2058 | $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
2059 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
2060 | $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
2061 | ( $as_echo "## ----------------------------------- ## |
2062 | ## Report this to bugs@ircd-hybrid.org ## |
2063 | ## ----------------------------------- ##" |
2064 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
2065 | ;; |
2066 | esac |
2067 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2068 | $as_echo_n "checking for $2... " >&6; } |
2069 | if eval \${$3+:} false; then : |
2070 | $as_echo_n "(cached) " >&6 |
2071 | else |
2072 | eval "$3=\$ac_header_compiler" |
2073 | fi |
2074 | eval ac_res=\$$3 |
2075 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
2076 | $as_echo "$ac_res" >&6; } |
2077 | fi |
2078 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
2079 | |
2080 | } # ac_fn_c_check_header_mongrel |
2081 | cat >config.log <<_ACEOF |
2082 | This file contains any messages produced by compilers while |
2083 | running configure, to aid debugging if configure makes a mistake. |
2084 | |
2085 | It was created by ircd-hybrid $as_me 8beta1, which was |
2086 | generated by GNU Autoconf 2.68. Invocation command line was |
2087 | |
2088 | $ $0 $@ |
2089 | |
2090 | _ACEOF |
2091 | exec 5>>config.log |
2092 | { |
2093 | cat <<_ASUNAME |
2094 | ## --------- ## |
2095 | ## Platform. ## |
2096 | ## --------- ## |
2097 | |
2098 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` |
2099 | uname -m = `(uname -m) 2>/dev/null || echo unknown` |
2100 | uname -r = `(uname -r) 2>/dev/null || echo unknown` |
2101 | uname -s = `(uname -s) 2>/dev/null || echo unknown` |
2102 | uname -v = `(uname -v) 2>/dev/null || echo unknown` |
2103 | |
2104 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` |
2105 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` |
2106 | |
2107 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
2108 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` |
2109 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` |
2110 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
2111 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
2112 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` |
2113 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` |
2114 | |
2115 | _ASUNAME |
2116 | |
2117 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2118 | for as_dir in $PATH |
2119 | do |
2120 | IFS=$as_save_IFS |
2121 | test -z "$as_dir" && as_dir=. |
2122 | $as_echo "PATH: $as_dir" |
2123 | done |
2124 | IFS=$as_save_IFS |
2125 | |
2126 | } >&5 |
2127 | |
2128 | cat >&5 <<_ACEOF |
2129 | |
2130 | |
2131 | ## ----------- ## |
2132 | ## Core tests. ## |
2133 | ## ----------- ## |
2134 | |
2135 | _ACEOF |
2136 | |
2137 | |
2138 | # Keep a trace of the command line. |
2139 | # Strip out --no-create and --no-recursion so they do not pile up. |
2140 | # Strip out --silent because we don't want to record it for future runs. |
2141 | # Also quote any args containing shell meta-characters. |
2142 | # Make two passes to allow for proper duplicate-argument suppression. |
2143 | ac_configure_args= |
2144 | ac_configure_args0= |
2145 | ac_configure_args1= |
2146 | ac_must_keep_next=false |
2147 | for ac_pass in 1 2 |
2148 | do |
2149 | for ac_arg |
2150 | do |
2151 | case $ac_arg in |
2152 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; |
2153 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
2154 | | -silent | --silent | --silen | --sile | --sil) |
2155 | continue ;; |
2156 | *\'*) |
2157 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
2158 | esac |
2159 | case $ac_pass in |
2160 | 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; |
2161 | 2) |
2162 | as_fn_append ac_configure_args1 " '$ac_arg'" |
2163 | if test $ac_must_keep_next = true; then |
2164 | ac_must_keep_next=false # Got value, back to normal. |
2165 | else |
2166 | case $ac_arg in |
2167 | *=* | --config-cache | -C | -disable-* | --disable-* \ |
2168 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ |
2169 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ |
2170 | | -with-* | --with-* | -without-* | --without-* | --x) |
2171 | case "$ac_configure_args0 " in |
2172 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; |
2173 | esac |
2174 | ;; |
2175 | -* ) ac_must_keep_next=true ;; |
2176 | esac |
2177 | fi |
2178 | as_fn_append ac_configure_args " '$ac_arg'" |
2179 | ;; |
2180 | esac |
2181 | done |
2182 | done |
2183 | { ac_configure_args0=; unset ac_configure_args0;} |
2184 | { ac_configure_args1=; unset ac_configure_args1;} |
2185 | |
2186 | # When interrupted or exit'd, cleanup temporary files, and complete |
2187 | # config.log. We remove comments because anyway the quotes in there |
2188 | # would cause problems or look ugly. |
2189 | # WARNING: Use '\'' to represent an apostrophe within the trap. |
2190 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. |
2191 | trap 'exit_status=$? |
2192 | # Save into config.log some information that might help in debugging. |
2193 | { |
2194 | echo |
2195 | |
2196 | $as_echo "## ---------------- ## |
2197 | ## Cache variables. ## |
2198 | ## ---------------- ##" |
2199 | echo |
2200 | # The following way of writing the cache mishandles newlines in values, |
2201 | ( |
2202 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
2203 | eval ac_val=\$$ac_var |
2204 | case $ac_val in #( |
2205 | *${as_nl}*) |
2206 | case $ac_var in #( |
2207 | *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
2208 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
2209 | esac |
2210 | case $ac_var in #( |
2211 | _ | IFS | as_nl) ;; #( |
2212 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
2213 | *) { eval $ac_var=; unset $ac_var;} ;; |
2214 | esac ;; |
2215 | esac |
2216 | done |
2217 | (set) 2>&1 | |
2218 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
2219 | *${as_nl}ac_space=\ *) |
2220 | sed -n \ |
2221 | "s/'\''/'\''\\\\'\'''\''/g; |
2222 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" |
2223 | ;; #( |
2224 | *) |
2225 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
2226 | ;; |
2227 | esac | |
2228 | sort |
2229 | ) |
2230 | echo |
2231 | |
2232 | $as_echo "## ----------------- ## |
2233 | ## Output variables. ## |
2234 | ## ----------------- ##" |
2235 | echo |
2236 | for ac_var in $ac_subst_vars |
2237 | do |
2238 | eval ac_val=\$$ac_var |
2239 | case $ac_val in |
2240 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
2241 | esac |
2242 | $as_echo "$ac_var='\''$ac_val'\''" |
2243 | done | sort |
2244 | echo |
2245 | |
2246 | if test -n "$ac_subst_files"; then |
2247 | $as_echo "## ------------------- ## |
2248 | ## File substitutions. ## |
2249 | ## ------------------- ##" |
2250 | echo |
2251 | for ac_var in $ac_subst_files |
2252 | do |
2253 | eval ac_val=\$$ac_var |
2254 | case $ac_val in |
2255 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
2256 | esac |
2257 | $as_echo "$ac_var='\''$ac_val'\''" |
2258 | done | sort |
2259 | echo |
2260 | fi |
2261 | |
2262 | if test -s confdefs.h; then |
2263 | $as_echo "## ----------- ## |
2264 | ## confdefs.h. ## |
2265 | ## ----------- ##" |
2266 | echo |
2267 | cat confdefs.h |
2268 | echo |
2269 | fi |
2270 | test "$ac_signal" != 0 && |
2271 | $as_echo "$as_me: caught signal $ac_signal" |
2272 | $as_echo "$as_me: exit $exit_status" |
2273 | } >&5 |
2274 | rm -f core *.core core.conftest.* && |
2275 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
2276 | exit $exit_status |
2277 | ' 0 |
2278 | for ac_signal in 1 2 13 15; do |
2279 | trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal |
2280 | done |
2281 | ac_signal=0 |
2282 | |
2283 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
2284 | rm -f -r conftest* confdefs.h |
2285 | |
2286 | $as_echo "/* confdefs.h */" > confdefs.h |
2287 | |
2288 | # Predefined preprocessor variables. |
2289 | |
2290 | cat >>confdefs.h <<_ACEOF |
2291 | #define PACKAGE_NAME "$PACKAGE_NAME" |
2292 | _ACEOF |
2293 | |
2294 | cat >>confdefs.h <<_ACEOF |
2295 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" |
2296 | _ACEOF |
2297 | |
2298 | cat >>confdefs.h <<_ACEOF |
2299 | #define PACKAGE_VERSION "$PACKAGE_VERSION" |
2300 | _ACEOF |
2301 | |
2302 | cat >>confdefs.h <<_ACEOF |
2303 | #define PACKAGE_STRING "$PACKAGE_STRING" |
2304 | _ACEOF |
2305 | |
2306 | cat >>confdefs.h <<_ACEOF |
2307 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" |
2308 | _ACEOF |
2309 | |
2310 | cat >>confdefs.h <<_ACEOF |
2311 | #define PACKAGE_URL "$PACKAGE_URL" |
2312 | _ACEOF |
2313 | |
2314 | |
2315 | # Let the site file select an alternate cache file if it wants to. |
2316 | # Prefer an explicitly selected file to automatically selected ones. |
2317 | ac_site_file1=NONE |
2318 | ac_site_file2=NONE |
2319 | if test -n "$CONFIG_SITE"; then |
2320 | # We do not want a PATH search for config.site. |
2321 | case $CONFIG_SITE in #(( |
2322 | -*) ac_site_file1=./$CONFIG_SITE;; |
2323 | */*) ac_site_file1=$CONFIG_SITE;; |
2324 | *) ac_site_file1=./$CONFIG_SITE;; |
2325 | esac |
2326 | elif test "x$prefix" != xNONE; then |
2327 | ac_site_file1=$prefix/share/config.site |
2328 | ac_site_file2=$prefix/etc/config.site |
2329 | else |
2330 | ac_site_file1=$ac_default_prefix/share/config.site |
2331 | ac_site_file2=$ac_default_prefix/etc/config.site |
2332 | fi |
2333 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
2334 | do |
2335 | test "x$ac_site_file" = xNONE && continue |
2336 | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
2337 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2338 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2339 | sed 's/^/| /' "$ac_site_file" >&5 |
2340 | . "$ac_site_file" \ |
2341 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2342 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2343 | as_fn_error $? "failed to load site script $ac_site_file |
2344 | See \`config.log' for more details" "$LINENO" 5; } |
2345 | fi |
2346 | done |
2347 | |
2348 | if test -r "$cache_file"; then |
2349 | # Some versions of bash will fail to source /dev/null (special files |
2350 | # actually), so we avoid doing that. DJGPP emulates it as a regular file. |
2351 | if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
2352 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
2353 | $as_echo "$as_me: loading cache $cache_file" >&6;} |
2354 | case $cache_file in |
2355 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
2356 | *) . "./$cache_file";; |
2357 | esac |
2358 | fi |
2359 | else |
2360 | { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 |
2361 | $as_echo "$as_me: creating cache $cache_file" >&6;} |
2362 | >$cache_file |
2363 | fi |
2364 | |
2365 | as_fn_append ac_func_list " mmap" |
2366 | as_fn_append ac_func_list " strtok_r" |
2367 | as_fn_append ac_func_list " usleep" |
2368 | as_fn_append ac_func_list " strlcat" |
2369 | as_fn_append ac_func_list " strlcpy" |
2370 | as_fn_append ac_func_list " socketpair" |
2371 | as_fn_append ac_header_list " crypt.h" |
2372 | as_fn_append ac_header_list " inttypes.h" |
2373 | as_fn_append ac_header_list " stdint.h" |
2374 | as_fn_append ac_header_list " sys/resource.h" |
2375 | as_fn_append ac_header_list " sys/param.h" |
2376 | as_fn_append ac_header_list " errno.h" |
2377 | as_fn_append ac_header_list " sys/syslog.h" |
2378 | as_fn_append ac_header_list " types.h" |
2379 | as_fn_append ac_header_list " socket.h" |
2380 | as_fn_append ac_header_list " sys/wait.h" |
2381 | as_fn_append ac_header_list " wait.h" |
2382 | as_fn_append ac_header_list " link.h" |
2383 | # Check that the precious variables saved in the cache have kept the same |
2384 | # value. |
2385 | ac_cache_corrupted=false |
2386 | for ac_var in $ac_precious_vars; do |
2387 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
2388 | eval ac_new_set=\$ac_env_${ac_var}_set |
2389 | eval ac_old_val=\$ac_cv_env_${ac_var}_value |
2390 | eval ac_new_val=\$ac_env_${ac_var}_value |
2391 | case $ac_old_set,$ac_new_set in |
2392 | set,) |
2393 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
2394 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
2395 | ac_cache_corrupted=: ;; |
2396 | ,set) |
2397 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 |
2398 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
2399 | ac_cache_corrupted=: ;; |
2400 | ,);; |
2401 | *) |
2402 | if test "x$ac_old_val" != "x$ac_new_val"; then |
2403 | # differences in whitespace do not lead to failure. |
2404 | ac_old_val_w=`echo x $ac_old_val` |
2405 | ac_new_val_w=`echo x $ac_new_val` |
2406 | if test "$ac_old_val_w" != "$ac_new_val_w"; then |
2407 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 |
2408 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
2409 | ac_cache_corrupted=: |
2410 | else |
2411 | { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 |
2412 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} |
2413 | eval $ac_var=\$ac_old_val |
2414 | fi |
2415 | { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 |
2416 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} |
2417 | { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 |
2418 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} |
2419 | fi;; |
2420 | esac |
2421 | # Pass precious variables to config.status. |
2422 | if test "$ac_new_set" = set; then |
2423 | case $ac_new_val in |
2424 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
2425 | *) ac_arg=$ac_var=$ac_new_val ;; |
2426 | esac |
2427 | case " $ac_configure_args " in |
2428 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. |
2429 | *) as_fn_append ac_configure_args " '$ac_arg'" ;; |
2430 | esac |
2431 | fi |
2432 | done |
2433 | if $ac_cache_corrupted; then |
2434 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2435 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2436 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2437 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2438 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2439 | fi |
2440 | ## -------------------- ## |
2441 | ## Main body of script. ## |
2442 | ## -------------------- ## |
2443 | |
2444 | ac_ext=c |
2445 | ac_cpp='$CPP $CPPFLAGS' |
2446 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
2447 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
2448 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
2449 | |
2450 | |
2451 | am__api_version='1.11' |
2452 | |
2453 | ac_aux_dir= |
2454 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2455 | if test -f "$ac_dir/install-sh"; then |
2456 | ac_aux_dir=$ac_dir |
2457 | ac_install_sh="$ac_aux_dir/install-sh -c" |
2458 | break |
2459 | elif test -f "$ac_dir/install.sh"; then |
2460 | ac_aux_dir=$ac_dir |
2461 | ac_install_sh="$ac_aux_dir/install.sh -c" |
2462 | break |
2463 | elif test -f "$ac_dir/shtool"; then |
2464 | ac_aux_dir=$ac_dir |
2465 | ac_install_sh="$ac_aux_dir/shtool install -c" |
2466 | break |
2467 | fi |
2468 | done |
2469 | if test -z "$ac_aux_dir"; then |
2470 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
2471 | fi |
2472 | |
2473 | # These three variables are undocumented and unsupported, |
2474 | # and are intended to be withdrawn in a future Autoconf release. |
2475 | # They can cause serious problems if a builder's source tree is in a directory |
2476 | # whose full name contains unusual characters. |
2477 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
2478 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
2479 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
2480 | |
2481 | |
2482 | # Find a good install program. We prefer a C program (faster), |
2483 | # so one script is as good as another. But avoid the broken or |
2484 | # incompatible versions: |
2485 | # SysV /etc/install, /usr/sbin/install |
2486 | # SunOS /usr/etc/install |
2487 | # IRIX /sbin/install |
2488 | # AIX /bin/install |
2489 | # AmigaOS /C/install, which installs bootblocks on floppy discs |
2490 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
2491 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
2492 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
2493 | # OS/2's system install, which has a completely different semantic |
2494 | # ./install, which can be erroneously created by make from ./install.sh. |
2495 | # Reject install programs that cannot install multiple files. |
2496 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
2497 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
2498 | if test -z "$INSTALL"; then |
2499 | if ${ac_cv_path_install+:} false; then : |
2500 | $as_echo_n "(cached) " >&6 |
2501 | else |
2502 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2503 | for as_dir in $PATH |
2504 | do |
2505 | IFS=$as_save_IFS |
2506 | test -z "$as_dir" && as_dir=. |
2507 | # Account for people who put trailing slashes in PATH elements. |
2508 | case $as_dir/ in #(( |
2509 | ./ | .// | /[cC]/* | \ |
2510 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
2511 | ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
2512 | /usr/ucb/* ) ;; |
2513 | *) |
2514 | # OSF1 and SCO ODT 3.0 have their own names for install. |
2515 | # Don't use installbsd from OSF since it installs stuff as root |
2516 | # by default. |
2517 | for ac_prog in ginstall scoinst install; do |
2518 | for ac_exec_ext in '' $ac_executable_extensions; do |
2519 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
2520 | if test $ac_prog = install && |
2521 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
2522 | # AIX install. It has an incompatible calling convention. |
2523 | : |
2524 | elif test $ac_prog = install && |
2525 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
2526 | # program-specific install script used by HP pwplus--don't use. |
2527 | : |
2528 | else |
2529 | rm -rf conftest.one conftest.two conftest.dir |
2530 | echo one > conftest.one |
2531 | echo two > conftest.two |
2532 | mkdir conftest.dir |
2533 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
2534 | test -s conftest.one && test -s conftest.two && |
2535 | test -s conftest.dir/conftest.one && |
2536 | test -s conftest.dir/conftest.two |
2537 | then |
2538 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
2539 | break 3 |
2540 | fi |
2541 | fi |
2542 | fi |
2543 | done |
2544 | done |
2545 | ;; |
2546 | esac |
2547 | |
2548 | done |
2549 | IFS=$as_save_IFS |
2550 | |
2551 | rm -rf conftest.one conftest.two conftest.dir |
2552 | |
2553 | fi |
2554 | if test "${ac_cv_path_install+set}" = set; then |
2555 | INSTALL=$ac_cv_path_install |
2556 | else |
2557 | # As a last resort, use the slow shell script. Don't cache a |
2558 | # value for INSTALL within a source directory, because that will |
2559 | # break other packages using the cache if that directory is |
2560 | # removed, or if the value is a relative name. |
2561 | INSTALL=$ac_install_sh |
2562 | fi |
2563 | fi |
2564 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
2565 | $as_echo "$INSTALL" >&6; } |
2566 | |
2567 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
2568 | # It thinks the first close brace ends the variable substitution. |
2569 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
2570 | |
2571 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
2572 | |
2573 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
2574 | |
2575 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
2576 | $as_echo_n "checking whether build environment is sane... " >&6; } |
2577 | # Just in case |
2578 | sleep 1 |
2579 | echo timestamp > conftest.file |
2580 | # Reject unsafe characters in $srcdir or the absolute working directory |
2581 | # name. Accept space and tab only in the latter. |
2582 | am_lf=' |
2583 | ' |
2584 | case `pwd` in |
2585 | *[\\\"\#\$\&\'\`$am_lf]*) |
2586 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; |
2587 | esac |
2588 | case $srcdir in |
2589 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
2590 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
2591 | esac |
2592 | |
2593 | # Do `set' in a subshell so we don't clobber the current shell's |
2594 | # arguments. Must try -L first in case configure is actually a |
2595 | # symlink; some systems play weird games with the mod time of symlinks |
2596 | # (eg FreeBSD returns the mod time of the symlink's containing |
2597 | # directory). |
2598 | if ( |
2599 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
2600 | if test "$*" = "X"; then |
2601 | # -L didn't work. |
2602 | set X `ls -t "$srcdir/configure" conftest.file` |
2603 | fi |
2604 | rm -f conftest.file |
2605 | if test "$*" != "X $srcdir/configure conftest.file" \ |
2606 | && test "$*" != "X conftest.file $srcdir/configure"; then |
2607 | |
2608 | # If neither matched, then we have a broken ls. This can happen |
2609 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
2610 | # broken ls alias from the environment. This has actually |
2611 | # happened. Such a system could not be considered "sane". |
2612 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
2613 | alias in your environment" "$LINENO" 5 |
2614 | fi |
2615 | |
2616 | test "$2" = conftest.file |
2617 | ) |
2618 | then |
2619 | # Ok. |
2620 | : |
2621 | else |
2622 | as_fn_error $? "newly created file is older than distributed files! |
2623 | Check your system clock" "$LINENO" 5 |
2624 | fi |
2625 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2626 | $as_echo "yes" >&6; } |
2627 | test "$program_prefix" != NONE && |
2628 | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
2629 | # Use a double $ so make ignores it. |
2630 | test "$program_suffix" != NONE && |
2631 | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
2632 | # Double any \ or $. |
2633 | # By default was `s,x,x', remove it if useless. |
2634 | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
2635 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
2636 | |
2637 | # expand $ac_aux_dir to an absolute path |
2638 | am_aux_dir=`cd $ac_aux_dir && pwd` |
2639 | |
2640 | if test x"${MISSING+set}" != xset; then |
2641 | case $am_aux_dir in |
2642 | *\ * | *\ *) |
2643 | MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; |
2644 | *) |
2645 | MISSING="\${SHELL} $am_aux_dir/missing" ;; |
2646 | esac |
2647 | fi |
2648 | # Use eval to expand $SHELL |
2649 | if eval "$MISSING --run true"; then |
2650 | am_missing_run="$MISSING --run " |
2651 | else |
2652 | am_missing_run= |
2653 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
2654 | $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
2655 | fi |
2656 | |
2657 | if test x"${install_sh}" != xset; then |
2658 | case $am_aux_dir in |
2659 | *\ * | *\ *) |
2660 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
2661 | *) |
2662 | install_sh="\${SHELL} $am_aux_dir/install-sh" |
2663 | esac |
2664 | fi |
2665 | |
2666 | # Installed binaries are usually stripped using `strip' when the user |
2667 | # run `make install-strip'. However `strip' might not be the right |
2668 | # tool to use in cross-compilation environments, therefore Automake |
2669 | # will honor the `STRIP' environment variable to overrule this program. |
2670 | if test "$cross_compiling" != no; then |
2671 | if test -n "$ac_tool_prefix"; then |
2672 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
2673 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
2674 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2675 | $as_echo_n "checking for $ac_word... " >&6; } |
2676 | if ${ac_cv_prog_STRIP+:} false; then : |
2677 | $as_echo_n "(cached) " >&6 |
2678 | else |
2679 | if test -n "$STRIP"; then |
2680 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
2681 | else |
2682 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2683 | for as_dir in $PATH |
2684 | do |
2685 | IFS=$as_save_IFS |
2686 | test -z "$as_dir" && as_dir=. |
2687 | for ac_exec_ext in '' $ac_executable_extensions; do |
2688 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2689 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
2690 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2691 | break 2 |
2692 | fi |
2693 | done |
2694 | done |
2695 | IFS=$as_save_IFS |
2696 | |
2697 | fi |
2698 | fi |
2699 | STRIP=$ac_cv_prog_STRIP |
2700 | if test -n "$STRIP"; then |
2701 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
2702 | $as_echo "$STRIP" >&6; } |
2703 | else |
2704 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2705 | $as_echo "no" >&6; } |
2706 | fi |
2707 | |
2708 | |
2709 | fi |
2710 | if test -z "$ac_cv_prog_STRIP"; then |
2711 | ac_ct_STRIP=$STRIP |
2712 | # Extract the first word of "strip", so it can be a program name with args. |
2713 | set dummy strip; ac_word=$2 |
2714 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2715 | $as_echo_n "checking for $ac_word... " >&6; } |
2716 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
2717 | $as_echo_n "(cached) " >&6 |
2718 | else |
2719 | if test -n "$ac_ct_STRIP"; then |
2720 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
2721 | else |
2722 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2723 | for as_dir in $PATH |
2724 | do |
2725 | IFS=$as_save_IFS |
2726 | test -z "$as_dir" && as_dir=. |
2727 | for ac_exec_ext in '' $ac_executable_extensions; do |
2728 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2729 | ac_cv_prog_ac_ct_STRIP="strip" |
2730 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2731 | break 2 |
2732 | fi |
2733 | done |
2734 | done |
2735 | IFS=$as_save_IFS |
2736 | |
2737 | fi |
2738 | fi |
2739 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
2740 | if test -n "$ac_ct_STRIP"; then |
2741 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
2742 | $as_echo "$ac_ct_STRIP" >&6; } |
2743 | else |
2744 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2745 | $as_echo "no" >&6; } |
2746 | fi |
2747 | |
2748 | if test "x$ac_ct_STRIP" = x; then |
2749 | STRIP=":" |
2750 | else |
2751 | case $cross_compiling:$ac_tool_warned in |
2752 | yes:) |
2753 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
2754 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
2755 | ac_tool_warned=yes ;; |
2756 | esac |
2757 | STRIP=$ac_ct_STRIP |
2758 | fi |
2759 | else |
2760 | STRIP="$ac_cv_prog_STRIP" |
2761 | fi |
2762 | |
2763 | fi |
2764 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
2765 | |
2766 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
2767 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
2768 | if test -z "$MKDIR_P"; then |
2769 | if ${ac_cv_path_mkdir+:} false; then : |
2770 | $as_echo_n "(cached) " >&6 |
2771 | else |
2772 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2773 | for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
2774 | do |
2775 | IFS=$as_save_IFS |
2776 | test -z "$as_dir" && as_dir=. |
2777 | for ac_prog in mkdir gmkdir; do |
2778 | for ac_exec_ext in '' $ac_executable_extensions; do |
2779 | { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
2780 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
2781 | 'mkdir (GNU coreutils) '* | \ |
2782 | 'mkdir (coreutils) '* | \ |
2783 | 'mkdir (fileutils) '4.1*) |
2784 | ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext |
2785 | break 3;; |
2786 | esac |
2787 | done |
2788 | done |
2789 | done |
2790 | IFS=$as_save_IFS |
2791 | |
2792 | fi |
2793 | |
2794 | test -d ./--version && rmdir ./--version |
2795 | if test "${ac_cv_path_mkdir+set}" = set; then |
2796 | MKDIR_P="$ac_cv_path_mkdir -p" |
2797 | else |
2798 | # As a last resort, use the slow shell script. Don't cache a |
2799 | # value for MKDIR_P within a source directory, because that will |
2800 | # break other packages using the cache if that directory is |
2801 | # removed, or if the value is a relative name. |
2802 | MKDIR_P="$ac_install_sh -d" |
2803 | fi |
2804 | fi |
2805 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
2806 | $as_echo "$MKDIR_P" >&6; } |
2807 | |
2808 | mkdir_p="$MKDIR_P" |
2809 | case $mkdir_p in |
2810 | [\\/$]* | ?:[\\/]*) ;; |
2811 | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
2812 | esac |
2813 | |
2814 | for ac_prog in gawk mawk nawk awk |
2815 | do |
2816 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
2817 | set dummy $ac_prog; ac_word=$2 |
2818 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2819 | $as_echo_n "checking for $ac_word... " >&6; } |
2820 | if ${ac_cv_prog_AWK+:} false; then : |
2821 | $as_echo_n "(cached) " >&6 |
2822 | else |
2823 | if test -n "$AWK"; then |
2824 | ac_cv_prog_AWK="$AWK" # Let the user override the test. |
2825 | else |
2826 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2827 | for as_dir in $PATH |
2828 | do |
2829 | IFS=$as_save_IFS |
2830 | test -z "$as_dir" && as_dir=. |
2831 | for ac_exec_ext in '' $ac_executable_extensions; do |
2832 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
2833 | ac_cv_prog_AWK="$ac_prog" |
2834 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2835 | break 2 |
2836 | fi |
2837 | done |
2838 | done |
2839 | IFS=$as_save_IFS |
2840 | |
2841 | fi |
2842 | fi |
2843 | AWK=$ac_cv_prog_AWK |
2844 | if test -n "$AWK"; then |
2845 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
2846 | $as_echo "$AWK" >&6; } |
2847 | else |
2848 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2849 | $as_echo "no" >&6; } |
2850 | fi |
2851 | |
2852 | |
2853 | test -n "$AWK" && break |
2854 | done |
2855 | |
2856 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
2857 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
2858 | set x ${MAKE-make} |
2859 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
2860 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
2861 | $as_echo_n "(cached) " >&6 |
2862 | else |
2863 | cat >conftest.make <<\_ACEOF |
2864 | SHELL = /bin/sh |
2865 | all: |
2866 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
2867 | _ACEOF |
2868 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
2869 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
2870 | *@@@%%%=?*=@@@%%%*) |
2871 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
2872 | *) |
2873 | eval ac_cv_prog_make_${ac_make}_set=no;; |
2874 | esac |
2875 | rm -f conftest.make |
2876 | fi |
2877 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
2878 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2879 | $as_echo "yes" >&6; } |
2880 | SET_MAKE= |
2881 | else |
2882 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2883 | $as_echo "no" >&6; } |
2884 | SET_MAKE="MAKE=${MAKE-make}" |
2885 | fi |
2886 | |
2887 | rm -rf .tst 2>/dev/null |
2888 | mkdir .tst 2>/dev/null |
2889 | if test -d .tst; then |
2890 | am__leading_dot=. |
2891 | else |
2892 | am__leading_dot=_ |
2893 | fi |
2894 | rmdir .tst 2>/dev/null |
2895 | |
2896 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
2897 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
2898 | # is not polluted with repeated "-I." |
2899 | am__isrc=' -I$(srcdir)' |
2900 | # test to see if srcdir already configured |
2901 | if test -f $srcdir/config.status; then |
2902 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
2903 | fi |
2904 | fi |
2905 | |
2906 | # test whether we have cygpath |
2907 | if test -z "$CYGPATH_W"; then |
2908 | if (cygpath --version) >/dev/null 2>/dev/null; then |
2909 | CYGPATH_W='cygpath -w' |
2910 | else |
2911 | CYGPATH_W=echo |
2912 | fi |
2913 | fi |
2914 | |
2915 | |
2916 | # Define the identity of the package. |
2917 | PACKAGE='ircd-hybrid' |
2918 | VERSION='8beta1' |
2919 | |
2920 | |
2921 | cat >>confdefs.h <<_ACEOF |
2922 | #define PACKAGE "$PACKAGE" |
2923 | _ACEOF |
2924 | |
2925 | |
2926 | cat >>confdefs.h <<_ACEOF |
2927 | #define VERSION "$VERSION" |
2928 | _ACEOF |
2929 | |
2930 | # Some tools Automake needs. |
2931 | |
2932 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} |
2933 | |
2934 | |
2935 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} |
2936 | |
2937 | |
2938 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} |
2939 | |
2940 | |
2941 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} |
2942 | |
2943 | |
2944 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
2945 | |
2946 | # We need awk for the "check" target. The system "awk" is bad on |
2947 | # some platforms. |
2948 | # Always define AMTAR for backward compatibility. Yes, it's still used |
2949 | # in the wild :-( We should find a proper way to deprecate it ... |
2950 | AMTAR='$${TAR-tar}' |
2951 | |
2952 | am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
2953 | |
2954 | |
2955 | |
2956 | |
2957 | |
2958 | |
2959 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
2960 | $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
2961 | # Check whether --enable-maintainer-mode was given. |
2962 | if test "${enable_maintainer_mode+set}" = set; then : |
2963 | enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval |
2964 | else |
2965 | USE_MAINTAINER_MODE=no |
2966 | fi |
2967 | |
2968 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 |
2969 | $as_echo "$USE_MAINTAINER_MODE" >&6; } |
2970 | if test $USE_MAINTAINER_MODE = yes; then |
2971 | MAINTAINER_MODE_TRUE= |
2972 | MAINTAINER_MODE_FALSE='#' |
2973 | else |
2974 | MAINTAINER_MODE_TRUE='#' |
2975 | MAINTAINER_MODE_FALSE= |
2976 | fi |
2977 | |
2978 | MAINT=$MAINTAINER_MODE_TRUE |
2979 | |
2980 | |
2981 | ac_config_headers="$ac_config_headers config.h" |
2982 | |
2983 | |
2984 | |
2985 | # Checks for programs. |
2986 | DEPDIR="${am__leading_dot}deps" |
2987 | |
2988 | ac_config_commands="$ac_config_commands depfiles" |
2989 | |
2990 | |
2991 | am_make=${MAKE-make} |
2992 | cat > confinc << 'END' |
2993 | am__doit: |
2994 | @echo this is the am__doit target |
2995 | .PHONY: am__doit |
2996 | END |
2997 | # If we don't find an include directive, just comment out the code. |
2998 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
2999 | $as_echo_n "checking for style of include used by $am_make... " >&6; } |
3000 | am__include="#" |
3001 | am__quote= |
3002 | _am_result=none |
3003 | # First try GNU make style include. |
3004 | echo "include confinc" > confmf |
3005 | # Ignore all kinds of additional output from `make'. |
3006 | case `$am_make -s -f confmf 2> /dev/null` in #( |
3007 | *the\ am__doit\ target*) |
3008 | am__include=include |
3009 | am__quote= |
3010 | _am_result=GNU |
3011 | ;; |
3012 | esac |
3013 | # Now try BSD make style include. |
3014 | if test "$am__include" = "#"; then |
3015 | echo '.include "confinc"' > confmf |
3016 | case `$am_make -s -f confmf 2> /dev/null` in #( |
3017 | *the\ am__doit\ target*) |
3018 | am__include=.include |
3019 | am__quote="\"" |
3020 | _am_result=BSD |
3021 | ;; |
3022 | esac |
3023 | fi |
3024 | |
3025 | |
3026 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
3027 | $as_echo "$_am_result" >&6; } |
3028 | rm -f confinc confmf |
3029 | |
3030 | # Check whether --enable-dependency-tracking was given. |
3031 | if test "${enable_dependency_tracking+set}" = set; then : |
3032 | enableval=$enable_dependency_tracking; |
3033 | fi |
3034 | |
3035 | if test "x$enable_dependency_tracking" != xno; then |
3036 | am_depcomp="$ac_aux_dir/depcomp" |
3037 | AMDEPBACKSLASH='\' |
3038 | am__nodep='_no' |
3039 | fi |
3040 | if test "x$enable_dependency_tracking" != xno; then |
3041 | AMDEP_TRUE= |
3042 | AMDEP_FALSE='#' |
3043 | else |
3044 | AMDEP_TRUE='#' |
3045 | AMDEP_FALSE= |
3046 | fi |
3047 | |
3048 | |
3049 | ac_ext=c |
3050 | ac_cpp='$CPP $CPPFLAGS' |
3051 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3052 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3053 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3054 | if test -n "$ac_tool_prefix"; then |
3055 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
3056 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
3057 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3058 | $as_echo_n "checking for $ac_word... " >&6; } |
3059 | if ${ac_cv_prog_CC+:} false; then : |
3060 | $as_echo_n "(cached) " >&6 |
3061 | else |
3062 | if test -n "$CC"; then |
3063 | ac_cv_prog_CC="$CC" # Let the user override the test. |
3064 | else |
3065 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3066 | for as_dir in $PATH |
3067 | do |
3068 | IFS=$as_save_IFS |
3069 | test -z "$as_dir" && as_dir=. |
3070 | for ac_exec_ext in '' $ac_executable_extensions; do |
3071 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3072 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
3073 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3074 | break 2 |
3075 | fi |
3076 | done |
3077 | done |
3078 | IFS=$as_save_IFS |
3079 | |
3080 | fi |
3081 | fi |
3082 | CC=$ac_cv_prog_CC |
3083 | if test -n "$CC"; then |
3084 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3085 | $as_echo "$CC" >&6; } |
3086 | else |
3087 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3088 | $as_echo "no" >&6; } |
3089 | fi |
3090 | |
3091 | |
3092 | fi |
3093 | if test -z "$ac_cv_prog_CC"; then |
3094 | ac_ct_CC=$CC |
3095 | # Extract the first word of "gcc", so it can be a program name with args. |
3096 | set dummy gcc; ac_word=$2 |
3097 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3098 | $as_echo_n "checking for $ac_word... " >&6; } |
3099 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
3100 | $as_echo_n "(cached) " >&6 |
3101 | else |
3102 | if test -n "$ac_ct_CC"; then |
3103 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
3104 | else |
3105 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3106 | for as_dir in $PATH |
3107 | do |
3108 | IFS=$as_save_IFS |
3109 | test -z "$as_dir" && as_dir=. |
3110 | for ac_exec_ext in '' $ac_executable_extensions; do |
3111 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3112 | ac_cv_prog_ac_ct_CC="gcc" |
3113 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3114 | break 2 |
3115 | fi |
3116 | done |
3117 | done |
3118 | IFS=$as_save_IFS |
3119 | |
3120 | fi |
3121 | fi |
3122 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
3123 | if test -n "$ac_ct_CC"; then |
3124 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
3125 | $as_echo "$ac_ct_CC" >&6; } |
3126 | else |
3127 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3128 | $as_echo "no" >&6; } |
3129 | fi |
3130 | |
3131 | if test "x$ac_ct_CC" = x; then |
3132 | CC="" |
3133 | else |
3134 | case $cross_compiling:$ac_tool_warned in |
3135 | yes:) |
3136 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
3137 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
3138 | ac_tool_warned=yes ;; |
3139 | esac |
3140 | CC=$ac_ct_CC |
3141 | fi |
3142 | else |
3143 | CC="$ac_cv_prog_CC" |
3144 | fi |
3145 | |
3146 | if test -z "$CC"; then |
3147 | if test -n "$ac_tool_prefix"; then |
3148 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
3149 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
3150 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3151 | $as_echo_n "checking for $ac_word... " >&6; } |
3152 | if ${ac_cv_prog_CC+:} false; then : |
3153 | $as_echo_n "(cached) " >&6 |
3154 | else |
3155 | if test -n "$CC"; then |
3156 | ac_cv_prog_CC="$CC" # Let the user override the test. |
3157 | else |
3158 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3159 | for as_dir in $PATH |
3160 | do |
3161 | IFS=$as_save_IFS |
3162 | test -z "$as_dir" && as_dir=. |
3163 | for ac_exec_ext in '' $ac_executable_extensions; do |
3164 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3165 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
3166 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3167 | break 2 |
3168 | fi |
3169 | done |
3170 | done |
3171 | IFS=$as_save_IFS |
3172 | |
3173 | fi |
3174 | fi |
3175 | CC=$ac_cv_prog_CC |
3176 | if test -n "$CC"; then |
3177 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3178 | $as_echo "$CC" >&6; } |
3179 | else |
3180 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3181 | $as_echo "no" >&6; } |
3182 | fi |
3183 | |
3184 | |
3185 | fi |
3186 | fi |
3187 | if test -z "$CC"; then |
3188 | # Extract the first word of "cc", so it can be a program name with args. |
3189 | set dummy cc; ac_word=$2 |
3190 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3191 | $as_echo_n "checking for $ac_word... " >&6; } |
3192 | if ${ac_cv_prog_CC+:} false; then : |
3193 | $as_echo_n "(cached) " >&6 |
3194 | else |
3195 | if test -n "$CC"; then |
3196 | ac_cv_prog_CC="$CC" # Let the user override the test. |
3197 | else |
3198 | ac_prog_rejected=no |
3199 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3200 | for as_dir in $PATH |
3201 | do |
3202 | IFS=$as_save_IFS |
3203 | test -z "$as_dir" && as_dir=. |
3204 | for ac_exec_ext in '' $ac_executable_extensions; do |
3205 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3206 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
3207 | ac_prog_rejected=yes |
3208 | continue |
3209 | fi |
3210 | ac_cv_prog_CC="cc" |
3211 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3212 | break 2 |
3213 | fi |
3214 | done |
3215 | done |
3216 | IFS=$as_save_IFS |
3217 | |
3218 | if test $ac_prog_rejected = yes; then |
3219 | # We found a bogon in the path, so make sure we never use it. |
3220 | set dummy $ac_cv_prog_CC |
3221 | shift |
3222 | if test $# != 0; then |
3223 | # We chose a different compiler from the bogus one. |
3224 | # However, it has the same basename, so the bogon will be chosen |
3225 | # first if we set CC to just the basename; use the full file name. |
3226 | shift |
3227 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" |
3228 | fi |
3229 | fi |
3230 | fi |
3231 | fi |
3232 | CC=$ac_cv_prog_CC |
3233 | if test -n "$CC"; then |
3234 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3235 | $as_echo "$CC" >&6; } |
3236 | else |
3237 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3238 | $as_echo "no" >&6; } |
3239 | fi |
3240 | |
3241 | |
3242 | fi |
3243 | if test -z "$CC"; then |
3244 | if test -n "$ac_tool_prefix"; then |
3245 | for ac_prog in cl.exe |
3246 | do |
3247 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
3248 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
3249 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3250 | $as_echo_n "checking for $ac_word... " >&6; } |
3251 | if ${ac_cv_prog_CC+:} false; then : |
3252 | $as_echo_n "(cached) " >&6 |
3253 | else |
3254 | if test -n "$CC"; then |
3255 | ac_cv_prog_CC="$CC" # Let the user override the test. |
3256 | else |
3257 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3258 | for as_dir in $PATH |
3259 | do |
3260 | IFS=$as_save_IFS |
3261 | test -z "$as_dir" && as_dir=. |
3262 | for ac_exec_ext in '' $ac_executable_extensions; do |
3263 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3264 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
3265 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3266 | break 2 |
3267 | fi |
3268 | done |
3269 | done |
3270 | IFS=$as_save_IFS |
3271 | |
3272 | fi |
3273 | fi |
3274 | CC=$ac_cv_prog_CC |
3275 | if test -n "$CC"; then |
3276 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3277 | $as_echo "$CC" >&6; } |
3278 | else |
3279 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3280 | $as_echo "no" >&6; } |
3281 | fi |
3282 | |
3283 | |
3284 | test -n "$CC" && break |
3285 | done |
3286 | fi |
3287 | if test -z "$CC"; then |
3288 | ac_ct_CC=$CC |
3289 | for ac_prog in cl.exe |
3290 | do |
3291 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
3292 | set dummy $ac_prog; ac_word=$2 |
3293 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3294 | $as_echo_n "checking for $ac_word... " >&6; } |
3295 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
3296 | $as_echo_n "(cached) " >&6 |
3297 | else |
3298 | if test -n "$ac_ct_CC"; then |
3299 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
3300 | else |
3301 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3302 | for as_dir in $PATH |
3303 | do |
3304 | IFS=$as_save_IFS |
3305 | test -z "$as_dir" && as_dir=. |
3306 | for ac_exec_ext in '' $ac_executable_extensions; do |
3307 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3308 | ac_cv_prog_ac_ct_CC="$ac_prog" |
3309 | $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3310 | break 2 |
3311 | fi |
3312 | done |
3313 | done |
3314 | IFS=$as_save_IFS |
3315 | |
3316 | fi |
3317 | fi |
3318 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
3319 | if test -n "$ac_ct_CC"; then |
3320 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
3321 | $as_echo "$ac_ct_CC" >&6; } |
3322 | else |
3323 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3324 | $as_echo "no" >&6; } |
3325 | fi |
3326 | |
3327 | |
3328 | test -n "$ac_ct_CC" && break |
3329 | done |
3330 | |
3331 | if test "x$ac_ct_CC" = x; then |
3332 | CC="" |
3333 | else |
3334 | case $cross_compiling:$ac_tool_warned in |
3335 | yes:) |
3336 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
3337 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
3338 | ac_tool_warned=yes ;; |
3339 | esac |
3340 | CC=$ac_ct_CC |
3341 | fi |
3342 | fi |
3343 | |
3344 | fi |
3345 | |
3346 | |
3347 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3348 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3349 | as_fn_error $? "no acceptable C compiler found in \$PATH |
3350 | See \`config.log' for more details" "$LINENO" 5; } |
3351 | |
3352 | # Provide some information about the compiler. |
3353 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
3354 | set X $ac_compile |
3355 | ac_compiler=$2 |
3356 | for ac_option in --version -v -V -qversion; do |
3357 | { { ac_try="$ac_compiler $ac_option >&5" |
3358 | case "(($ac_try" in |
3359 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3360 | *) ac_try_echo=$ac_try;; |
3361 | esac |
3362 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3363 | $as_echo "$ac_try_echo"; } >&5 |
3364 | (eval "$ac_compiler $ac_option >&5") 2>conftest.err |
3365 | ac_status=$? |
3366 | if test -s conftest.err; then |
3367 | sed '10a\ |
3368 | ... rest of stderr output deleted ... |
3369 | 10q' conftest.err >conftest.er1 |
3370 | cat conftest.er1 >&5 |
3371 | fi |
3372 | rm -f conftest.er1 conftest.err |
3373 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3374 | test $ac_status = 0; } |
3375 | done |
3376 | |
3377 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3378 | /* end confdefs.h. */ |
3379 | |
3380 | int |
3381 | main () |
3382 | { |
3383 | |
3384 | ; |
3385 | return 0; |
3386 | } |
3387 | _ACEOF |
3388 | ac_clean_files_save=$ac_clean_files |
3389 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
3390 | # Try to create an executable without -o first, disregard a.out. |
3391 | # It will help us diagnose broken compilers, and finding out an intuition |
3392 | # of exeext. |
3393 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
3394 | $as_echo_n "checking whether the C compiler works... " >&6; } |
3395 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
3396 | |
3397 | # The possible output files: |
3398 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
3399 | |
3400 | ac_rmfiles= |
3401 | for ac_file in $ac_files |
3402 | do |
3403 | case $ac_file in |
3404 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
3405 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
3406 | esac |
3407 | done |
3408 | rm -f $ac_rmfiles |
3409 | |
3410 | if { { ac_try="$ac_link_default" |
3411 | case "(($ac_try" in |
3412 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3413 | *) ac_try_echo=$ac_try;; |
3414 | esac |
3415 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3416 | $as_echo "$ac_try_echo"; } >&5 |
3417 | (eval "$ac_link_default") 2>&5 |
3418 | ac_status=$? |
3419 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3420 | test $ac_status = 0; }; then : |
3421 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
3422 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
3423 | # in a Makefile. We should not override ac_cv_exeext if it was cached, |
3424 | # so that the user can short-circuit this test for compilers unknown to |
3425 | # Autoconf. |
3426 | for ac_file in $ac_files '' |
3427 | do |
3428 | test -f "$ac_file" || continue |
3429 | case $ac_file in |
3430 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
3431 | ;; |
3432 | [ab].out ) |
3433 | # We found the default executable, but exeext='' is most |
3434 | # certainly right. |
3435 | break;; |
3436 | *.* ) |
3437 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
3438 | then :; else |
3439 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
3440 | fi |
3441 | # We set ac_cv_exeext here because the later test for it is not |
3442 | # safe: cross compilers may not add the suffix if given an `-o' |
3443 | # argument, so we may need to know it at that point already. |
3444 | # Even if this section looks crufty: it has the advantage of |
3445 | # actually working. |
3446 | break;; |
3447 | * ) |
3448 | break;; |
3449 | esac |
3450 | done |
3451 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
3452 | |
3453 | else |
3454 | ac_file='' |
3455 | fi |
3456 | if test -z "$ac_file"; then : |
3457 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3458 | $as_echo "no" >&6; } |
3459 | $as_echo "$as_me: failed program was:" >&5 |
3460 | sed 's/^/| /' conftest.$ac_ext >&5 |
3461 | |
3462 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3463 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3464 | as_fn_error 77 "C compiler cannot create executables |
3465 | See \`config.log' for more details" "$LINENO" 5; } |
3466 | else |
3467 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3468 | $as_echo "yes" >&6; } |
3469 | fi |
3470 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
3471 | $as_echo_n "checking for C compiler default output file name... " >&6; } |
3472 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
3473 | $as_echo "$ac_file" >&6; } |
3474 | ac_exeext=$ac_cv_exeext |
3475 | |
3476 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
3477 | ac_clean_files=$ac_clean_files_save |
3478 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
3479 | $as_echo_n "checking for suffix of executables... " >&6; } |
3480 | if { { ac_try="$ac_link" |
3481 | case "(($ac_try" in |
3482 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3483 | *) ac_try_echo=$ac_try;; |
3484 | esac |
3485 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3486 | $as_echo "$ac_try_echo"; } >&5 |
3487 | (eval "$ac_link") 2>&5 |
3488 | ac_status=$? |
3489 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3490 | test $ac_status = 0; }; then : |
3491 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
3492 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
3493 | # work properly (i.e., refer to `conftest.exe'), while it won't with |
3494 | # `rm'. |
3495 | for ac_file in conftest.exe conftest conftest.*; do |
3496 | test -f "$ac_file" || continue |
3497 | case $ac_file in |
3498 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
3499 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
3500 | break;; |
3501 | * ) break;; |
3502 | esac |
3503 | done |
3504 | else |
3505 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3506 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3507 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
3508 | See \`config.log' for more details" "$LINENO" 5; } |
3509 | fi |
3510 | rm -f conftest conftest$ac_cv_exeext |
3511 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3512 | $as_echo "$ac_cv_exeext" >&6; } |
3513 | |
3514 | rm -f conftest.$ac_ext |
3515 | EXEEXT=$ac_cv_exeext |
3516 | ac_exeext=$EXEEXT |
3517 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3518 | /* end confdefs.h. */ |
3519 | #include <stdio.h> |
3520 | int |
3521 | main () |
3522 | { |
3523 | FILE *f = fopen ("conftest.out", "w"); |
3524 | return ferror (f) || fclose (f) != 0; |
3525 | |
3526 | ; |
3527 | return 0; |
3528 | } |
3529 | _ACEOF |
3530 | ac_clean_files="$ac_clean_files conftest.out" |
3531 | # Check that the compiler produces executables we can run. If not, either |
3532 | # the compiler is broken, or we cross compile. |
3533 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
3534 | $as_echo_n "checking whether we are cross compiling... " >&6; } |
3535 | if test "$cross_compiling" != yes; then |
3536 | { { ac_try="$ac_link" |
3537 | case "(($ac_try" in |
3538 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3539 | *) ac_try_echo=$ac_try;; |
3540 | esac |
3541 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3542 | $as_echo "$ac_try_echo"; } >&5 |
3543 | (eval "$ac_link") 2>&5 |
3544 | ac_status=$? |
3545 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3546 | test $ac_status = 0; } |
3547 | if { ac_try='./conftest$ac_cv_exeext' |
3548 | { { case "(($ac_try" in |
3549 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3550 | *) ac_try_echo=$ac_try;; |
3551 | esac |
3552 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3553 | $as_echo "$ac_try_echo"; } >&5 |
3554 | (eval "$ac_try") 2>&5 |
3555 | ac_status=$? |
3556 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3557 | test $ac_status = 0; }; }; then |
3558 | cross_compiling=no |
3559 | else |
3560 | if test "$cross_compiling" = maybe; then |
3561 | cross_compiling=yes |
3562 | else |
3563 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3564 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3565 | as_fn_error $? "cannot run C compiled programs. |
3566 | If you meant to cross compile, use \`--host'. |
3567 | See \`config.log' for more details" "$LINENO" 5; } |
3568 | fi |
3569 | fi |
3570 | fi |
3571 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
3572 | $as_echo "$cross_compiling" >&6; } |
3573 | |
3574 | rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
3575 | ac_clean_files=$ac_clean_files_save |
3576 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3577 | $as_echo_n "checking for suffix of object files... " >&6; } |
3578 | if ${ac_cv_objext+:} false; then : |
3579 | $as_echo_n "(cached) " >&6 |
3580 | else |
3581 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3582 | /* end confdefs.h. */ |
3583 | |
3584 | int |
3585 | main () |
3586 | { |
3587 | |
3588 | ; |
3589 | return 0; |
3590 | } |
3591 | _ACEOF |
3592 | rm -f conftest.o conftest.obj |
3593 | if { { ac_try="$ac_compile" |
3594 | case "(($ac_try" in |
3595 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3596 | *) ac_try_echo=$ac_try;; |
3597 | esac |
3598 | eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3599 | $as_echo "$ac_try_echo"; } >&5 |
3600 | (eval "$ac_compile") 2>&5 |
3601 | ac_status=$? |
3602 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3603 | test $ac_status = 0; }; then : |
3604 | for ac_file in conftest.o conftest.obj conftest.*; do |
3605 | test -f "$ac_file" || continue; |
3606 | case $ac_file in |
3607 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
3608 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
3609 | break;; |
3610 | esac |
3611 | done |
3612 | else |
3613 | $as_echo "$as_me: failed program was:" >&5 |
3614 | sed 's/^/| /' conftest.$ac_ext >&5 |
3615 | |
3616 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3617 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3618 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
3619 | See \`config.log' for more details" "$LINENO" 5; } |
3620 | fi |
3621 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3622 | fi |
3623 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3624 | $as_echo "$ac_cv_objext" >&6; } |
3625 | OBJEXT=$ac_cv_objext |
3626 | ac_objext=$OBJEXT |
3627 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3628 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
3629 | if ${ac_cv_c_compiler_gnu+:} false; then : |
3630 | $as_echo_n "(cached) " >&6 |
3631 | else |
3632 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3633 | /* end confdefs.h. */ |
3634 | |
3635 | int |
3636 | main () |
3637 | { |
3638 | #ifndef __GNUC__ |
3639 | choke me |
3640 | #endif |
3641 | |
3642 | ; |
3643 | return 0; |
3644 | } |
3645 | _ACEOF |
3646 | if ac_fn_c_try_compile "$LINENO"; then : |
3647 | ac_compiler_gnu=yes |
3648 | else |
3649 | ac_compiler_gnu=no |
3650 | fi |
3651 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3652 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3653 | |
3654 | fi |
3655 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
3656 | $as_echo "$ac_cv_c_compiler_gnu" >&6; } |
3657 | if test $ac_compiler_gnu = yes; then |
3658 | GCC=yes |
3659 | else |
3660 | GCC= |
3661 | fi |
3662 | ac_test_CFLAGS=${CFLAGS+set} |
3663 | ac_save_CFLAGS=$CFLAGS |
3664 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3665 | $as_echo_n "checking whether $CC accepts -g... " >&6; } |
3666 | if ${ac_cv_prog_cc_g+:} false; then : |
3667 | $as_echo_n "(cached) " >&6 |
3668 | else |
3669 | ac_save_c_werror_flag=$ac_c_werror_flag |
3670 | ac_c_werror_flag=yes |
3671 | ac_cv_prog_cc_g=no |
3672 | CFLAGS="-g" |
3673 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3674 | /* end confdefs.h. */ |
3675 | |
3676 | int |
3677 | main () |
3678 | { |
3679 | |
3680 | ; |
3681 | return 0; |
3682 | } |
3683 | _ACEOF |
3684 | if ac_fn_c_try_compile "$LINENO"; then : |
3685 | ac_cv_prog_cc_g=yes |
3686 | else |
3687 | CFLAGS="" |
3688 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3689 | /* end confdefs.h. */ |
3690 | |
3691 | int |
3692 | main () |
3693 | { |
3694 | |
3695 | ; |
3696 | return 0; |
3697 | } |
3698 | _ACEOF |
3699 | if ac_fn_c_try_compile "$LINENO"; then : |
3700 | |
3701 | else |
3702 | ac_c_werror_flag=$ac_save_c_werror_flag |
3703 | CFLAGS="-g" |
3704 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3705 | /* end confdefs.h. */ |
3706 | |
3707 | int |
3708 | main () |
3709 | { |
3710 | |
3711 | ; |
3712 | return 0; |
3713 | } |
3714 | _ACEOF |
3715 | if ac_fn_c_try_compile "$LINENO"; then : |
3716 | ac_cv_prog_cc_g=yes |
3717 | fi |
3718 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3719 | fi |
3720 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3721 | fi |
3722 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3723 | ac_c_werror_flag=$ac_save_c_werror_flag |
3724 | fi |
3725 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 |
3726 | $as_echo "$ac_cv_prog_cc_g" >&6; } |
3727 | if test "$ac_test_CFLAGS" = set; then |
3728 | CFLAGS=$ac_save_CFLAGS |
3729 | elif test $ac_cv_prog_cc_g = yes; then |
3730 | if test "$GCC" = yes; then |
3731 | CFLAGS="-g -O2" |
3732 | else |
3733 | CFLAGS="-g" |
3734 | fi |
3735 | else |
3736 | if test "$GCC" = yes; then |
3737 | CFLAGS="-O2" |
3738 | else |
3739 | CFLAGS= |
3740 | fi |
3741 | fi |
3742 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3743 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
3744 | if ${ac_cv_prog_cc_c89+:} false; then : |
3745 | $as_echo_n "(cached) " >&6 |
3746 | else |
3747 | ac_cv_prog_cc_c89=no |
3748 | ac_save_CC=$CC |
3749 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3750 | /* end confdefs.h. */ |
3751 | #include <stdarg.h> |
3752 | #include <stdio.h> |
3753 | #include <sys/types.h> |
3754 | #include <sys/stat.h> |
3755 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
3756 | struct buf { int x; }; |
3757 | FILE * (*rcsopen) (struct buf *, struct stat *, int); |
3758 | static char *e (p, i) |
3759 | char **p; |
3760 | int i; |
3761 | { |
3762 | return p[i]; |
3763 | } |
3764 | static char *f (char * (*g) (char **, int), char **p, ...) |
3765 | { |
3766 | char *s; |
3767 | va_list v; |
3768 | va_start (v,p); |
3769 | s = g (p, va_arg (v,int)); |
3770 | va_end (v); |
3771 | return s; |
3772 | } |
3773 | |
3774 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
3775 | function prototypes and stuff, but not '\xHH' hex character constants. |
3776 | These don't provoke an error unfortunately, instead are silently treated |
3777 | as 'x'. The following induces an error, until -std is added to get |
3778 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3779 | array size at least. It's necessary to write '\x00'==0 to get something |
3780 | that's true only with -std. */ |
3781 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3782 | |
3783 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3784 | inside strings and character constants. */ |
3785 | #define FOO(x) 'x' |
3786 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; |
3787 | |
3788 | int test (int i, double x); |
3789 | struct s1 {int (*f) (int a);}; |
3790 | struct s2 {int (*f) (double a);}; |
3791 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); |
3792 | int argc; |
3793 | char **argv; |
3794 | int |
3795 | main () |
3796 | { |
3797 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
3798 | ; |
3799 | return 0; |
3800 | } |
3801 | _ACEOF |
3802 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3803 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
3804 | do |
3805 | CC="$ac_save_CC $ac_arg" |
3806 | if ac_fn_c_try_compile "$LINENO"; then : |
3807 | ac_cv_prog_cc_c89=$ac_arg |
3808 | fi |
3809 | rm -f core conftest.err conftest.$ac_objext |
3810 | test "x$ac_cv_prog_cc_c89" != "xno" && break |
3811 | done |
3812 | rm -f conftest.$ac_ext |
3813 | CC=$ac_save_CC |
3814 | |
3815 | fi |
3816 | # AC_CACHE_VAL |
3817 | case "x$ac_cv_prog_cc_c89" in |
3818 | x) |
3819 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 |
3820 | $as_echo "none needed" >&6; } ;; |
3821 | xno) |
3822 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 |
3823 | $as_echo "unsupported" >&6; } ;; |
3824 | *) |
3825 | CC="$CC $ac_cv_prog_cc_c89" |
3826 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 |
3827 | $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; |
3828 | esac |
3829 | if test "x$ac_cv_prog_cc_c89" != xno; then : |
3830 | |
3831 | fi |
3832 | |
3833 | ac_ext=c |
3834 | ac_cpp='$CPP $CPPFLAGS' |
3835 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3836 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3837 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3838 | |
3839 | depcc="$CC" am_compiler_list= |
3840 | |
3841 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
3842 | $as_echo_n "checking dependency style of $depcc... " >&6; } |
3843 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
3844 | $as_echo_n "(cached) " >&6 |
3845 | else |
3846 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
3847 | # We make a subdir and do the tests there. Otherwise we can end up |
3848 | # making bogus files that we don't know about and never remove. For |
3849 | # instance it was reported that on HP-UX the gcc test will end up |