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