Line 0
Link Here
|
|
|
1 |
--- configure.orig 2006-11-25 18:52:04 UTC |
2 |
+++ configure |
3 |
@@ -1,81 +1,459 @@ |
4 |
#! /bin/sh |
5 |
# Guess values for system-dependent variables and create Makefiles. |
6 |
-# Generated by GNU Autoconf 2.59. |
7 |
+# Generated by GNU Autoconf 2.69. |
8 |
+# |
9 |
+# |
10 |
+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
11 |
+# |
12 |
# |
13 |
-# Copyright (C) 2003 Free Software Foundation, Inc. |
14 |
# This configure script is free software; the Free Software Foundation |
15 |
# gives unlimited permission to copy, distribute and modify it. |
16 |
-## --------------------- ## |
17 |
-## M4sh Initialization. ## |
18 |
-## --------------------- ## |
19 |
+## -------------------- ## |
20 |
+## M4sh Initialization. ## |
21 |
+## -------------------- ## |
22 |
|
23 |
-# Be Bourne compatible |
24 |
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
25 |
+# Be more Bourne compatible |
26 |
+DUALCASE=1; export DUALCASE # for MKS sh |
27 |
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
28 |
emulate sh |
29 |
NULLCMD=: |
30 |
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
31 |
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
32 |
# is contrary to our usage. Disable this feature. |
33 |
alias -g '${1+"$@"}'='"$@"' |
34 |
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
35 |
- set -o posix |
36 |
+ setopt NO_GLOB_SUBST |
37 |
+else |
38 |
+ case `(set -o) 2>/dev/null` in #( |
39 |
+ *posix*) : |
40 |
+ set -o posix ;; #( |
41 |
+ *) : |
42 |
+ ;; |
43 |
+esac |
44 |
fi |
45 |
-DUALCASE=1; export DUALCASE # for MKS sh |
46 |
|
47 |
-# Support unset when possible. |
48 |
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
49 |
- as_unset=unset |
50 |
+ |
51 |
+as_nl=' |
52 |
+' |
53 |
+export as_nl |
54 |
+# Printing a long string crashes Solaris 7 /usr/bin/printf. |
55 |
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
56 |
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
57 |
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
58 |
+# Prefer a ksh shell builtin over an external printf program on Solaris, |
59 |
+# but without wasting forks for bash or zsh. |
60 |
+if test -z "$BASH_VERSION$ZSH_VERSION" \ |
61 |
+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then |
62 |
+ as_echo='print -r --' |
63 |
+ as_echo_n='print -rn --' |
64 |
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
65 |
+ as_echo='printf %s\n' |
66 |
+ as_echo_n='printf %s' |
67 |
else |
68 |
- as_unset=false |
69 |
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
70 |
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
71 |
+ as_echo_n='/usr/ucb/echo -n' |
72 |
+ else |
73 |
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
74 |
+ as_echo_n_body='eval |
75 |
+ arg=$1; |
76 |
+ case $arg in #( |
77 |
+ *"$as_nl"*) |
78 |
+ expr "X$arg" : "X\\(.*\\)$as_nl"; |
79 |
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
80 |
+ esac; |
81 |
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
82 |
+ ' |
83 |
+ export as_echo_n_body |
84 |
+ as_echo_n='sh -c $as_echo_n_body as_echo' |
85 |
+ fi |
86 |
+ export as_echo_body |
87 |
+ as_echo='sh -c $as_echo_body as_echo' |
88 |
fi |
89 |
|
90 |
+# The user is always right. |
91 |
+if test "${PATH_SEPARATOR+set}" != set; then |
92 |
+ PATH_SEPARATOR=: |
93 |
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
94 |
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
95 |
+ PATH_SEPARATOR=';' |
96 |
+ } |
97 |
+fi |
98 |
|
99 |
-# Work around bugs in pre-3.0 UWIN ksh. |
100 |
-$as_unset ENV MAIL MAILPATH |
101 |
+ |
102 |
+# IFS |
103 |
+# We need space, tab and new line, in precisely that order. Quoting is |
104 |
+# there to prevent editors from complaining about space-tab. |
105 |
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
106 |
+# splitting by setting IFS to empty value.) |
107 |
+IFS=" "" $as_nl" |
108 |
+ |
109 |
+# Find who we are. Look in the path if we contain no directory separator. |
110 |
+as_myself= |
111 |
+case $0 in #(( |
112 |
+ *[\\/]* ) as_myself=$0 ;; |
113 |
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
114 |
+for as_dir in $PATH |
115 |
+do |
116 |
+ IFS=$as_save_IFS |
117 |
+ test -z "$as_dir" && as_dir=. |
118 |
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
119 |
+ done |
120 |
+IFS=$as_save_IFS |
121 |
+ |
122 |
+ ;; |
123 |
+esac |
124 |
+# We did not find ourselves, most probably we were run as `sh COMMAND' |
125 |
+# in which case we are not to be found in the path. |
126 |
+if test "x$as_myself" = x; then |
127 |
+ as_myself=$0 |
128 |
+fi |
129 |
+if test ! -f "$as_myself"; then |
130 |
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
131 |
+ exit 1 |
132 |
+fi |
133 |
+ |
134 |
+# Unset variables that we do not need and which cause bugs (e.g. in |
135 |
+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" |
136 |
+# suppresses any "Segmentation fault" message there. '((' could |
137 |
+# trigger a bug in pdksh 5.2.14. |
138 |
+for as_var in BASH_ENV ENV MAIL MAILPATH |
139 |
+do eval test x\${$as_var+set} = xset \ |
140 |
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : |
141 |
+done |
142 |
PS1='$ ' |
143 |
PS2='> ' |
144 |
PS4='+ ' |
145 |
|
146 |
# NLS nuisances. |
147 |
-for as_var in \ |
148 |
- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
149 |
- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
150 |
- LC_TELEPHONE LC_TIME |
151 |
+LC_ALL=C |
152 |
+export LC_ALL |
153 |
+LANGUAGE=C |
154 |
+export LANGUAGE |
155 |
+ |
156 |
+# CDPATH. |
157 |
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
158 |
+ |
159 |
+# Use a proper internal environment variable to ensure we don't fall |
160 |
+ # into an infinite loop, continuously re-executing ourselves. |
161 |
+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then |
162 |
+ _as_can_reexec=no; export _as_can_reexec; |
163 |
+ # We cannot yet assume a decent shell, so we have to provide a |
164 |
+# neutralization value for shells without unset; and this also |
165 |
+# works around shells that cannot unset nonexistent variables. |
166 |
+# Preserve -v and -x to the replacement shell. |
167 |
+BASH_ENV=/dev/null |
168 |
+ENV=/dev/null |
169 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
170 |
+case $- in # (((( |
171 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
172 |
+ *v* ) as_opts=-v ;; |
173 |
+ *x* ) as_opts=-x ;; |
174 |
+ * ) as_opts= ;; |
175 |
+esac |
176 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
177 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
178 |
+# out after a failed `exec'. |
179 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
180 |
+as_fn_exit 255 |
181 |
+ fi |
182 |
+ # We don't want this to propagate to other subprocesses. |
183 |
+ { _as_can_reexec=; unset _as_can_reexec;} |
184 |
+if test "x$CONFIG_SHELL" = x; then |
185 |
+ as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
186 |
+ emulate sh |
187 |
+ NULLCMD=: |
188 |
+ # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which |
189 |
+ # is contrary to our usage. Disable this feature. |
190 |
+ alias -g '\${1+\"\$@\"}'='\"\$@\"' |
191 |
+ setopt NO_GLOB_SUBST |
192 |
+else |
193 |
+ case \`(set -o) 2>/dev/null\` in #( |
194 |
+ *posix*) : |
195 |
+ set -o posix ;; #( |
196 |
+ *) : |
197 |
+ ;; |
198 |
+esac |
199 |
+fi |
200 |
+" |
201 |
+ as_required="as_fn_return () { (exit \$1); } |
202 |
+as_fn_success () { as_fn_return 0; } |
203 |
+as_fn_failure () { as_fn_return 1; } |
204 |
+as_fn_ret_success () { return 0; } |
205 |
+as_fn_ret_failure () { return 1; } |
206 |
+ |
207 |
+exitcode=0 |
208 |
+as_fn_success || { exitcode=1; echo as_fn_success failed.; } |
209 |
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } |
210 |
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } |
211 |
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } |
212 |
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
213 |
+ |
214 |
+else |
215 |
+ exitcode=1; echo positional parameters were not saved. |
216 |
+fi |
217 |
+test x\$exitcode = x0 || exit 1 |
218 |
+test -x / || exit 1" |
219 |
+ as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
220 |
+ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
221 |
+ eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
222 |
+ test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 |
223 |
+test \$(( 1 + 1 )) = 2 || exit 1" |
224 |
+ if (eval "$as_required") 2>/dev/null; then : |
225 |
+ as_have_required=yes |
226 |
+else |
227 |
+ as_have_required=no |
228 |
+fi |
229 |
+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : |
230 |
+ |
231 |
+else |
232 |
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
233 |
+as_found=false |
234 |
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
235 |
do |
236 |
- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
237 |
- eval $as_var=C; export $as_var |
238 |
+ IFS=$as_save_IFS |
239 |
+ test -z "$as_dir" && as_dir=. |
240 |
+ as_found=: |
241 |
+ case $as_dir in #( |
242 |
+ /*) |
243 |
+ for as_base in sh bash ksh sh5; do |
244 |
+ # Try only shells that exist, to save several forks. |
245 |
+ as_shell=$as_dir/$as_base |
246 |
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
247 |
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : |
248 |
+ CONFIG_SHELL=$as_shell as_have_required=yes |
249 |
+ if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : |
250 |
+ break 2 |
251 |
+fi |
252 |
+fi |
253 |
+ done;; |
254 |
+ esac |
255 |
+ as_found=false |
256 |
+done |
257 |
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && |
258 |
+ { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : |
259 |
+ CONFIG_SHELL=$SHELL as_have_required=yes |
260 |
+fi; } |
261 |
+IFS=$as_save_IFS |
262 |
+ |
263 |
+ |
264 |
+ if test "x$CONFIG_SHELL" != x; then : |
265 |
+ export CONFIG_SHELL |
266 |
+ # We cannot yet assume a decent shell, so we have to provide a |
267 |
+# neutralization value for shells without unset; and this also |
268 |
+# works around shells that cannot unset nonexistent variables. |
269 |
+# Preserve -v and -x to the replacement shell. |
270 |
+BASH_ENV=/dev/null |
271 |
+ENV=/dev/null |
272 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
273 |
+case $- in # (((( |
274 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
275 |
+ *v* ) as_opts=-v ;; |
276 |
+ *x* ) as_opts=-x ;; |
277 |
+ * ) as_opts= ;; |
278 |
+esac |
279 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
280 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
281 |
+# out after a failed `exec'. |
282 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
283 |
+exit 255 |
284 |
+fi |
285 |
+ |
286 |
+ if test x$as_have_required = xno; then : |
287 |
+ $as_echo "$0: This script requires a shell more modern than all" |
288 |
+ $as_echo "$0: the shells that I found on your system." |
289 |
+ if test x${ZSH_VERSION+set} = xset ; then |
290 |
+ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
291 |
+ $as_echo "$0: be upgraded to zsh 4.3.4 or later." |
292 |
else |
293 |
- $as_unset $as_var |
294 |
+ $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, |
295 |
+$0: including any error possibly output before this |
296 |
+$0: message. Then install a modern shell, or manually run |
297 |
+$0: the script under such a shell if you do have one." |
298 |
fi |
299 |
-done |
300 |
+ exit 1 |
301 |
+fi |
302 |
+fi |
303 |
+fi |
304 |
+SHELL=${CONFIG_SHELL-/bin/sh} |
305 |
+export SHELL |
306 |
+# Unset more variables known to interfere with behavior of common tools. |
307 |
+CLICOLOR_FORCE= GREP_OPTIONS= |
308 |
+unset CLICOLOR_FORCE GREP_OPTIONS |
309 |
|
310 |
-# Required to use basename. |
311 |
-if expr a : '\(a\)' >/dev/null 2>&1; then |
312 |
+## --------------------- ## |
313 |
+## M4sh Shell Functions. ## |
314 |
+## --------------------- ## |
315 |
+# as_fn_unset VAR |
316 |
+# --------------- |
317 |
+# Portably unset VAR. |
318 |
+as_fn_unset () |
319 |
+{ |
320 |
+ { eval $1=; unset $1;} |
321 |
+} |
322 |
+as_unset=as_fn_unset |
323 |
+ |
324 |
+# as_fn_set_status STATUS |
325 |
+# ----------------------- |
326 |
+# Set $? to STATUS, without forking. |
327 |
+as_fn_set_status () |
328 |
+{ |
329 |
+ return $1 |
330 |
+} # as_fn_set_status |
331 |
+ |
332 |
+# as_fn_exit STATUS |
333 |
+# ----------------- |
334 |
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. |
335 |
+as_fn_exit () |
336 |
+{ |
337 |
+ set +e |
338 |
+ as_fn_set_status $1 |
339 |
+ exit $1 |
340 |
+} # as_fn_exit |
341 |
+ |
342 |
+# as_fn_mkdir_p |
343 |
+# ------------- |
344 |
+# Create "$as_dir" as a directory, including parents if necessary. |
345 |
+as_fn_mkdir_p () |
346 |
+{ |
347 |
+ |
348 |
+ case $as_dir in #( |
349 |
+ -*) as_dir=./$as_dir;; |
350 |
+ esac |
351 |
+ test -d "$as_dir" || eval $as_mkdir_p || { |
352 |
+ as_dirs= |
353 |
+ while :; do |
354 |
+ case $as_dir in #( |
355 |
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
356 |
+ *) as_qdir=$as_dir;; |
357 |
+ esac |
358 |
+ as_dirs="'$as_qdir' $as_dirs" |
359 |
+ as_dir=`$as_dirname -- "$as_dir" || |
360 |
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
361 |
+ X"$as_dir" : 'X\(//\)[^/]' \| \ |
362 |
+ X"$as_dir" : 'X\(//\)$' \| \ |
363 |
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
364 |
+$as_echo X"$as_dir" | |
365 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
366 |
+ s//\1/ |
367 |
+ q |
368 |
+ } |
369 |
+ /^X\(\/\/\)[^/].*/{ |
370 |
+ s//\1/ |
371 |
+ q |
372 |
+ } |
373 |
+ /^X\(\/\/\)$/{ |
374 |
+ s//\1/ |
375 |
+ q |
376 |
+ } |
377 |
+ /^X\(\/\).*/{ |
378 |
+ s//\1/ |
379 |
+ q |
380 |
+ } |
381 |
+ s/.*/./; q'` |
382 |
+ test -d "$as_dir" && break |
383 |
+ done |
384 |
+ test -z "$as_dirs" || eval "mkdir $as_dirs" |
385 |
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
386 |
+ |
387 |
+ |
388 |
+} # as_fn_mkdir_p |
389 |
+ |
390 |
+# as_fn_executable_p FILE |
391 |
+# ----------------------- |
392 |
+# Test if FILE is an executable regular file. |
393 |
+as_fn_executable_p () |
394 |
+{ |
395 |
+ test -f "$1" && test -x "$1" |
396 |
+} # as_fn_executable_p |
397 |
+# as_fn_append VAR VALUE |
398 |
+# ---------------------- |
399 |
+# Append the text in VALUE to the end of the definition contained in VAR. Take |
400 |
+# advantage of any shell optimizations that allow amortized linear growth over |
401 |
+# repeated appends, instead of the typical quadratic growth present in naive |
402 |
+# implementations. |
403 |
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : |
404 |
+ eval 'as_fn_append () |
405 |
+ { |
406 |
+ eval $1+=\$2 |
407 |
+ }' |
408 |
+else |
409 |
+ as_fn_append () |
410 |
+ { |
411 |
+ eval $1=\$$1\$2 |
412 |
+ } |
413 |
+fi # as_fn_append |
414 |
+ |
415 |
+# as_fn_arith ARG... |
416 |
+# ------------------ |
417 |
+# Perform arithmetic evaluation on the ARGs, and store the result in the |
418 |
+# global $as_val. Take advantage of shells that can avoid forks. The arguments |
419 |
+# must be portable across $(()) and expr. |
420 |
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : |
421 |
+ eval 'as_fn_arith () |
422 |
+ { |
423 |
+ as_val=$(( $* )) |
424 |
+ }' |
425 |
+else |
426 |
+ as_fn_arith () |
427 |
+ { |
428 |
+ as_val=`expr "$@" || test $? -eq 1` |
429 |
+ } |
430 |
+fi # as_fn_arith |
431 |
+ |
432 |
+ |
433 |
+# as_fn_error STATUS ERROR [LINENO LOG_FD] |
434 |
+# ---------------------------------------- |
435 |
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
436 |
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
437 |
+# script with STATUS, using 1 if that was 0. |
438 |
+as_fn_error () |
439 |
+{ |
440 |
+ as_status=$1; test $as_status -eq 0 && as_status=1 |
441 |
+ if test "$4"; then |
442 |
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
443 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
444 |
+ fi |
445 |
+ $as_echo "$as_me: error: $2" >&2 |
446 |
+ as_fn_exit $as_status |
447 |
+} # as_fn_error |
448 |
+ |
449 |
+if expr a : '\(a\)' >/dev/null 2>&1 && |
450 |
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then |
451 |
as_expr=expr |
452 |
else |
453 |
as_expr=false |
454 |
fi |
455 |
|
456 |
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then |
457 |
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
458 |
as_basename=basename |
459 |
else |
460 |
as_basename=false |
461 |
fi |
462 |
|
463 |
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
464 |
+ as_dirname=dirname |
465 |
+else |
466 |
+ as_dirname=false |
467 |
+fi |
468 |
|
469 |
-# Name of the executable. |
470 |
-as_me=`$as_basename "$0" || |
471 |
+as_me=`$as_basename -- "$0" || |
472 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
473 |
X"$0" : 'X\(//\)$' \| \ |
474 |
- X"$0" : 'X\(/\)$' \| \ |
475 |
- . : '\(.\)' 2>/dev/null || |
476 |
-echo X/"$0" | |
477 |
- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } |
478 |
- /^X\/\(\/\/\)$/{ s//\1/; q; } |
479 |
- /^X\/\(\/\).*/{ s//\1/; q; } |
480 |
- s/.*/./; q'` |
481 |
- |
482 |
+ X"$0" : 'X\(/\)' \| . 2>/dev/null || |
483 |
+$as_echo X/"$0" | |
484 |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{ |
485 |
+ s//\1/ |
486 |
+ q |
487 |
+ } |
488 |
+ /^X\/\(\/\/\)$/{ |
489 |
+ s//\1/ |
490 |
+ q |
491 |
+ } |
492 |
+ /^X\/\(\/\).*/{ |
493 |
+ s//\1/ |
494 |
+ q |
495 |
+ } |
496 |
+ s/.*/./; q'` |
497 |
|
498 |
-# PATH needs CR, and LINENO needs CR and PATH. |
499 |
# Avoid depending upon Character Ranges. |
500 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
501 |
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
502 |
@@ -83,146 +461,91 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE |
503 |
as_cr_digits='0123456789' |
504 |
as_cr_alnum=$as_cr_Letters$as_cr_digits |
505 |
|
506 |
-# The user is always right. |
507 |
-if test "${PATH_SEPARATOR+set}" != set; then |
508 |
- echo "#! /bin/sh" >conf$$.sh |
509 |
- echo "exit 0" >>conf$$.sh |
510 |
- chmod +x conf$$.sh |
511 |
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
512 |
- PATH_SEPARATOR=';' |
513 |
- else |
514 |
- PATH_SEPARATOR=: |
515 |
- fi |
516 |
- rm -f conf$$.sh |
517 |
-fi |
518 |
- |
519 |
- |
520 |
- as_lineno_1=$LINENO |
521 |
- as_lineno_2=$LINENO |
522 |
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
523 |
- test "x$as_lineno_1" != "x$as_lineno_2" && |
524 |
- test "x$as_lineno_3" = "x$as_lineno_2" || { |
525 |
- # Find who we are. Look in the path if we contain no path at all |
526 |
- # relative or not. |
527 |
- case $0 in |
528 |
- *[\\/]* ) as_myself=$0 ;; |
529 |
- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
530 |
-for as_dir in $PATH |
531 |
-do |
532 |
- IFS=$as_save_IFS |
533 |
- test -z "$as_dir" && as_dir=. |
534 |
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
535 |
-done |
536 |
- |
537 |
- ;; |
538 |
- esac |
539 |
- # We did not find ourselves, most probably we were run as `sh COMMAND' |
540 |
- # in which case we are not to be found in the path. |
541 |
- if test "x$as_myself" = x; then |
542 |
- as_myself=$0 |
543 |
- fi |
544 |
- if test ! -f "$as_myself"; then |
545 |
- { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 |
546 |
- { (exit 1); exit 1; }; } |
547 |
- fi |
548 |
- case $CONFIG_SHELL in |
549 |
- '') |
550 |
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
551 |
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
552 |
-do |
553 |
- IFS=$as_save_IFS |
554 |
- test -z "$as_dir" && as_dir=. |
555 |
- for as_base in sh bash ksh sh5; do |
556 |
- case $as_dir in |
557 |
- /*) |
558 |
- if ("$as_dir/$as_base" -c ' |
559 |
- as_lineno_1=$LINENO |
560 |
- as_lineno_2=$LINENO |
561 |
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
562 |
- test "x$as_lineno_1" != "x$as_lineno_2" && |
563 |
- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
564 |
- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } |
565 |
- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } |
566 |
- CONFIG_SHELL=$as_dir/$as_base |
567 |
- export CONFIG_SHELL |
568 |
- exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
569 |
- fi;; |
570 |
- esac |
571 |
- done |
572 |
-done |
573 |
-;; |
574 |
- esac |
575 |
|
576 |
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
577 |
- # uniformly replaced by the line number. The first 'sed' inserts a |
578 |
- # line-number line before each line; the second 'sed' does the real |
579 |
- # work. The second script uses 'N' to pair each line-number line |
580 |
- # with the numbered line, and appends trailing '-' during |
581 |
- # substitution so that $LINENO is not a special case at line end. |
582 |
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
583 |
- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) |
584 |
- sed '=' <$as_myself | |
585 |
+ as_lineno_1=$LINENO as_lineno_1a=$LINENO |
586 |
+ as_lineno_2=$LINENO as_lineno_2a=$LINENO |
587 |
+ eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && |
588 |
+ test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { |
589 |
+ # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) |
590 |
+ sed -n ' |
591 |
+ p |
592 |
+ /[$]LINENO/= |
593 |
+ ' <$as_myself | |
594 |
sed ' |
595 |
+ s/[$]LINENO.*/&-/ |
596 |
+ t lineno |
597 |
+ b |
598 |
+ :lineno |
599 |
N |
600 |
- s,$,-, |
601 |
- : loop |
602 |
- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, |
603 |
+ :loop |
604 |
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
605 |
t loop |
606 |
- s,-$,, |
607 |
- s,^['$as_cr_digits']*\n,, |
608 |
+ s/-\n.*// |
609 |
' >$as_me.lineno && |
610 |
- chmod +x $as_me.lineno || |
611 |
- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
612 |
- { (exit 1); exit 1; }; } |
613 |
+ chmod +x "$as_me.lineno" || |
614 |
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
615 |
|
616 |
+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
617 |
+ # already done that, so ensure we don't try to do so again and fall |
618 |
+ # in an infinite loop. This has already happened in practice. |
619 |
+ _as_can_reexec=no; export _as_can_reexec |
620 |
# Don't try to exec as it changes $[0], causing all sort of problems |
621 |
# (the dirname of $[0] is not the place where we might find the |
622 |
- # original and so on. Autoconf is especially sensible to this). |
623 |
- . ./$as_me.lineno |
624 |
+ # original and so on. Autoconf is especially sensitive to this). |
625 |
+ . "./$as_me.lineno" |
626 |
# Exit status is that of the last command. |
627 |
exit |
628 |
} |
629 |
|
630 |
- |
631 |
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in |
632 |
- *c*,-n*) ECHO_N= ECHO_C=' |
633 |
-' ECHO_T=' ' ;; |
634 |
- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; |
635 |
- *) ECHO_N= ECHO_C='\c' ECHO_T= ;; |
636 |
+ECHO_C= ECHO_N= ECHO_T= |
637 |
+case `echo -n x` in #((((( |
638 |
+-n*) |
639 |
+ case `echo 'xy\c'` in |
640 |
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
641 |
+ xy) ECHO_C='\c';; |
642 |
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null |
643 |
+ ECHO_T=' ';; |
644 |
+ esac;; |
645 |
+*) |
646 |
+ ECHO_N='-n';; |
647 |
esac |
648 |
|
649 |
-if expr a : '\(a\)' >/dev/null 2>&1; then |
650 |
- as_expr=expr |
651 |
+rm -f conf$$ conf$$.exe conf$$.file |
652 |
+if test -d conf$$.dir; then |
653 |
+ rm -f conf$$.dir/conf$$.file |
654 |
else |
655 |
- as_expr=false |
656 |
+ rm -f conf$$.dir |
657 |
+ mkdir conf$$.dir 2>/dev/null |
658 |
fi |
659 |
- |
660 |
-rm -f conf$$ conf$$.exe conf$$.file |
661 |
-echo >conf$$.file |
662 |
-if ln -s conf$$.file conf$$ 2>/dev/null; then |
663 |
- # We could just check for DJGPP; but this test a) works b) is more generic |
664 |
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). |
665 |
- if test -f conf$$.exe; then |
666 |
- # Don't use ln at all; we don't have any links |
667 |
- as_ln_s='cp -p' |
668 |
- else |
669 |
+if (echo >conf$$.file) 2>/dev/null; then |
670 |
+ if ln -s conf$$.file conf$$ 2>/dev/null; then |
671 |
as_ln_s='ln -s' |
672 |
+ # ... but there are two gotchas: |
673 |
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
674 |
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
675 |
+ # In both cases, we have to default to `cp -pR'. |
676 |
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
677 |
+ as_ln_s='cp -pR' |
678 |
+ elif ln conf$$.file conf$$ 2>/dev/null; then |
679 |
+ as_ln_s=ln |
680 |
+ else |
681 |
+ as_ln_s='cp -pR' |
682 |
fi |
683 |
-elif ln conf$$.file conf$$ 2>/dev/null; then |
684 |
- as_ln_s=ln |
685 |
else |
686 |
- as_ln_s='cp -p' |
687 |
+ as_ln_s='cp -pR' |
688 |
fi |
689 |
-rm -f conf$$ conf$$.exe conf$$.file |
690 |
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
691 |
+rmdir conf$$.dir 2>/dev/null |
692 |
|
693 |
if mkdir -p . 2>/dev/null; then |
694 |
- as_mkdir_p=: |
695 |
+ as_mkdir_p='mkdir -p "$as_dir"' |
696 |
else |
697 |
test -d ./-p && rmdir ./-p |
698 |
as_mkdir_p=false |
699 |
fi |
700 |
|
701 |
-as_executable_p="test -f" |
702 |
+as_test_x='test -x' |
703 |
+as_executable_p=as_fn_executable_p |
704 |
|
705 |
# Sed expression to map a string onto a valid CPP name. |
706 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
707 |
@@ -231,38 +554,25 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P |
708 |
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
709 |
|
710 |
|
711 |
-# IFS |
712 |
-# We need space, tab and new line, in precisely that order. |
713 |
-as_nl=' |
714 |
-' |
715 |
-IFS=" $as_nl" |
716 |
- |
717 |
-# CDPATH. |
718 |
-$as_unset CDPATH |
719 |
- |
720 |
+test -n "$DJDIR" || exec 7<&0 </dev/null |
721 |
+exec 6>&1 |
722 |
|
723 |
# Name of the host. |
724 |
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
725 |
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
726 |
# so uname gets run too. |
727 |
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
728 |
|
729 |
-exec 6>&1 |
730 |
- |
731 |
# |
732 |
# Initializations. |
733 |
# |
734 |
ac_default_prefix=/usr/local |
735 |
+ac_clean_files= |
736 |
ac_config_libobj_dir=. |
737 |
+LIBOBJS= |
738 |
cross_compiling=no |
739 |
subdirs= |
740 |
MFLAGS= |
741 |
MAKEFLAGS= |
742 |
-SHELL=${CONFIG_SHELL-/bin/sh} |
743 |
- |
744 |
-# Maximum number of lines to put in a shell here document. |
745 |
-# This variable seems obsolete. It should probably be removed, and |
746 |
-# only ac_max_sed_lines should be used. |
747 |
-: ${ac_max_here_lines=38} |
748 |
|
749 |
# Identity of this package. |
750 |
PACKAGE_NAME= |
751 |
@@ -270,51 +580,158 @@ PACKAGE_TARNAME= |
752 |
PACKAGE_VERSION= |
753 |
PACKAGE_STRING= |
754 |
PACKAGE_BUGREPORT= |
755 |
+PACKAGE_URL= |
756 |
|
757 |
ac_unique_file="tlswrap.c" |
758 |
# Factoring default headers for most tests. |
759 |
ac_includes_default="\ |
760 |
#include <stdio.h> |
761 |
-#if HAVE_SYS_TYPES_H |
762 |
+#ifdef HAVE_SYS_TYPES_H |
763 |
# include <sys/types.h> |
764 |
#endif |
765 |
-#if HAVE_SYS_STAT_H |
766 |
+#ifdef HAVE_SYS_STAT_H |
767 |
# include <sys/stat.h> |
768 |
#endif |
769 |
-#if STDC_HEADERS |
770 |
+#ifdef STDC_HEADERS |
771 |
# include <stdlib.h> |
772 |
# include <stddef.h> |
773 |
#else |
774 |
-# if HAVE_STDLIB_H |
775 |
+# ifdef HAVE_STDLIB_H |
776 |
# include <stdlib.h> |
777 |
# endif |
778 |
#endif |
779 |
-#if HAVE_STRING_H |
780 |
-# if !STDC_HEADERS && HAVE_MEMORY_H |
781 |
+#ifdef HAVE_STRING_H |
782 |
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
783 |
# include <memory.h> |
784 |
# endif |
785 |
# include <string.h> |
786 |
#endif |
787 |
-#if HAVE_STRINGS_H |
788 |
+#ifdef HAVE_STRINGS_H |
789 |
# include <strings.h> |
790 |
#endif |
791 |
-#if HAVE_INTTYPES_H |
792 |
+#ifdef HAVE_INTTYPES_H |
793 |
# include <inttypes.h> |
794 |
-#else |
795 |
-# if HAVE_STDINT_H |
796 |
-# include <stdint.h> |
797 |
-# endif |
798 |
#endif |
799 |
-#if HAVE_UNISTD_H |
800 |
+#ifdef HAVE_STDINT_H |
801 |
+# include <stdint.h> |
802 |
+#endif |
803 |
+#ifdef HAVE_UNISTD_H |
804 |
# include <unistd.h> |
805 |
#endif" |
806 |
|
807 |
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os ssldir CPP EGREP LIBOBJS INCLUDES LTLIBOBJS' |
808 |
+ac_subst_vars='LTLIBOBJS |
809 |
+INCLUDES |
810 |
+LIBOBJS |
811 |
+EGREP |
812 |
+GREP |
813 |
+CPP |
814 |
+ssldir |
815 |
+host_os |
816 |
+host_vendor |
817 |
+host_cpu |
818 |
+host |
819 |
+build_os |
820 |
+build_vendor |
821 |
+build_cpu |
822 |
+build |
823 |
+am__fastdepCC_FALSE |
824 |
+am__fastdepCC_TRUE |
825 |
+CCDEPMODE |
826 |
+AMDEPBACKSLASH |
827 |
+AMDEP_FALSE |
828 |
+AMDEP_TRUE |
829 |
+am__quote |
830 |
+am__include |
831 |
+DEPDIR |
832 |
+OBJEXT |
833 |
+EXEEXT |
834 |
+ac_ct_CC |
835 |
+CPPFLAGS |
836 |
+LDFLAGS |
837 |
+CFLAGS |
838 |
+CC |
839 |
+am__untar |
840 |
+am__tar |
841 |
+AMTAR |
842 |
+am__leading_dot |
843 |
+SET_MAKE |
844 |
+AWK |
845 |
+mkdir_p |
846 |
+INSTALL_STRIP_PROGRAM |
847 |
+STRIP |
848 |
+install_sh |
849 |
+MAKEINFO |
850 |
+AUTOHEADER |
851 |
+AUTOMAKE |
852 |
+AUTOCONF |
853 |
+ACLOCAL |
854 |
+VERSION |
855 |
+PACKAGE |
856 |
+CYGPATH_W |
857 |
+INSTALL_DATA |
858 |
+INSTALL_SCRIPT |
859 |
+INSTALL_PROGRAM |
860 |
+target_alias |
861 |
+host_alias |
862 |
+build_alias |
863 |
+LIBS |
864 |
+ECHO_T |
865 |
+ECHO_N |
866 |
+ECHO_C |
867 |
+DEFS |
868 |
+mandir |
869 |
+localedir |
870 |
+libdir |
871 |
+psdir |
872 |
+pdfdir |
873 |
+dvidir |
874 |
+htmldir |
875 |
+infodir |
876 |
+docdir |
877 |
+oldincludedir |
878 |
+includedir |
879 |
+localstatedir |
880 |
+sharedstatedir |
881 |
+sysconfdir |
882 |
+datadir |
883 |
+datarootdir |
884 |
+libexecdir |
885 |
+sbindir |
886 |
+bindir |
887 |
+program_transform_name |
888 |
+prefix |
889 |
+exec_prefix |
890 |
+PACKAGE_URL |
891 |
+PACKAGE_BUGREPORT |
892 |
+PACKAGE_STRING |
893 |
+PACKAGE_VERSION |
894 |
+PACKAGE_TARNAME |
895 |
+PACKAGE_NAME |
896 |
+PATH_SEPARATOR |
897 |
+SHELL' |
898 |
ac_subst_files='' |
899 |
+ac_user_opts=' |
900 |
+enable_option_checking |
901 |
+enable_dependency_tracking |
902 |
+with_ssl |
903 |
+enable_libwrap |
904 |
+' |
905 |
+ ac_precious_vars='build_alias |
906 |
+host_alias |
907 |
+target_alias |
908 |
+CC |
909 |
+CFLAGS |
910 |
+LDFLAGS |
911 |
+LIBS |
912 |
+CPPFLAGS |
913 |
+CPP' |
914 |
+ |
915 |
|
916 |
# Initialize some variables set by options. |
917 |
ac_init_help= |
918 |
ac_init_version=false |
919 |
+ac_unrecognized_opts= |
920 |
+ac_unrecognized_sep= |
921 |
# The variables have the same names as the options, with |
922 |
# dashes changed to underlines. |
923 |
cache_file=/dev/null |
924 |
@@ -337,34 +754,49 @@ x_libraries=NONE |
925 |
# and all the variables that are supposed to be based on exec_prefix |
926 |
# by default will actually change. |
927 |
# Use braces instead of parens because sh, perl, etc. also accept them. |
928 |
+# (The list follows the same order as the GNU Coding Standards.) |
929 |
bindir='${exec_prefix}/bin' |
930 |
sbindir='${exec_prefix}/sbin' |
931 |
libexecdir='${exec_prefix}/libexec' |
932 |
-datadir='${prefix}/share' |
933 |
+datarootdir='${prefix}/share' |
934 |
+datadir='${datarootdir}' |
935 |
sysconfdir='${prefix}/etc' |
936 |
sharedstatedir='${prefix}/com' |
937 |
localstatedir='${prefix}/var' |
938 |
-libdir='${exec_prefix}/lib' |
939 |
includedir='${prefix}/include' |
940 |
oldincludedir='/usr/include' |
941 |
-infodir='${prefix}/info' |
942 |
-mandir='${prefix}/man' |
943 |
+docdir='${datarootdir}/doc/${PACKAGE}' |
944 |
+infodir='${datarootdir}/info' |
945 |
+htmldir='${docdir}' |
946 |
+dvidir='${docdir}' |
947 |
+pdfdir='${docdir}' |
948 |
+psdir='${docdir}' |
949 |
+libdir='${exec_prefix}/lib' |
950 |
+localedir='${datarootdir}/locale' |
951 |
+mandir='${datarootdir}/man' |
952 |
|
953 |
ac_prev= |
954 |
+ac_dashdash= |
955 |
for ac_option |
956 |
do |
957 |
# If the previous option needs an argument, assign it. |
958 |
if test -n "$ac_prev"; then |
959 |
- eval "$ac_prev=\$ac_option" |
960 |
+ eval $ac_prev=\$ac_option |
961 |
ac_prev= |
962 |
continue |
963 |
fi |
964 |
|
965 |
- ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` |
966 |
+ case $ac_option in |
967 |
+ *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
968 |
+ *=) ac_optarg= ;; |
969 |
+ *) ac_optarg=yes ;; |
970 |
+ esac |
971 |
|
972 |
# Accept the important Cygnus configure options, so we can diagnose typos. |
973 |
|
974 |
- case $ac_option in |
975 |
+ case $ac_dashdash$ac_option in |
976 |
+ --) |
977 |
+ ac_dashdash=yes ;; |
978 |
|
979 |
-bindir | --bindir | --bindi | --bind | --bin | --bi) |
980 |
ac_prev=bindir ;; |
981 |
@@ -386,33 +818,59 @@ do |
982 |
--config-cache | -C) |
983 |
cache_file=config.cache ;; |
984 |
|
985 |
- -datadir | --datadir | --datadi | --datad | --data | --dat | --da) |
986 |
+ -datadir | --datadir | --datadi | --datad) |
987 |
ac_prev=datadir ;; |
988 |
- -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ |
989 |
- | --da=*) |
990 |
+ -datadir=* | --datadir=* | --datadi=* | --datad=*) |
991 |
datadir=$ac_optarg ;; |
992 |
|
993 |
+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
994 |
+ | --dataroo | --dataro | --datar) |
995 |
+ ac_prev=datarootdir ;; |
996 |
+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
997 |
+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
998 |
+ datarootdir=$ac_optarg ;; |
999 |
+ |
1000 |
-disable-* | --disable-*) |
1001 |
- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1002 |
+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
1003 |
# Reject names that are not valid shell variable names. |
1004 |
- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
1005 |
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
1006 |
- { (exit 1); exit 1; }; } |
1007 |
- ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
1008 |
- eval "enable_$ac_feature=no" ;; |
1009 |
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1010 |
+ as_fn_error $? "invalid feature name: $ac_useropt" |
1011 |
+ ac_useropt_orig=$ac_useropt |
1012 |
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1013 |
+ case $ac_user_opts in |
1014 |
+ *" |
1015 |
+"enable_$ac_useropt" |
1016 |
+"*) ;; |
1017 |
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" |
1018 |
+ ac_unrecognized_sep=', ';; |
1019 |
+ esac |
1020 |
+ eval enable_$ac_useropt=no ;; |
1021 |
+ |
1022 |
+ -docdir | --docdir | --docdi | --doc | --do) |
1023 |
+ ac_prev=docdir ;; |
1024 |
+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) |
1025 |
+ docdir=$ac_optarg ;; |
1026 |
+ |
1027 |
+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) |
1028 |
+ ac_prev=dvidir ;; |
1029 |
+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
1030 |
+ dvidir=$ac_optarg ;; |
1031 |
|
1032 |
-enable-* | --enable-*) |
1033 |
- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1034 |
+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1035 |
# Reject names that are not valid shell variable names. |
1036 |
- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
1037 |
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
1038 |
- { (exit 1); exit 1; }; } |
1039 |
- ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
1040 |
- case $ac_option in |
1041 |
- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; |
1042 |
- *) ac_optarg=yes ;; |
1043 |
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1044 |
+ as_fn_error $? "invalid feature name: $ac_useropt" |
1045 |
+ ac_useropt_orig=$ac_useropt |
1046 |
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1047 |
+ case $ac_user_opts in |
1048 |
+ *" |
1049 |
+"enable_$ac_useropt" |
1050 |
+"*) ;; |
1051 |
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" |
1052 |
+ ac_unrecognized_sep=', ';; |
1053 |
esac |
1054 |
- eval "enable_$ac_feature='$ac_optarg'" ;; |
1055 |
+ eval enable_$ac_useropt=\$ac_optarg ;; |
1056 |
|
1057 |
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
1058 |
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
1059 |
@@ -439,6 +897,12 @@ do |
1060 |
-host=* | --host=* | --hos=* | --ho=*) |
1061 |
host_alias=$ac_optarg ;; |
1062 |
|
1063 |
+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
1064 |
+ ac_prev=htmldir ;; |
1065 |
+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ |
1066 |
+ | --ht=*) |
1067 |
+ htmldir=$ac_optarg ;; |
1068 |
+ |
1069 |
-includedir | --includedir | --includedi | --included | --include \ |
1070 |
| --includ | --inclu | --incl | --inc) |
1071 |
ac_prev=includedir ;; |
1072 |
@@ -463,13 +927,16 @@ do |
1073 |
| --libexe=* | --libex=* | --libe=*) |
1074 |
libexecdir=$ac_optarg ;; |
1075 |
|
1076 |
+ -localedir | --localedir | --localedi | --localed | --locale) |
1077 |
+ ac_prev=localedir ;; |
1078 |
+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) |
1079 |
+ localedir=$ac_optarg ;; |
1080 |
+ |
1081 |
-localstatedir | --localstatedir | --localstatedi | --localstated \ |
1082 |
- | --localstate | --localstat | --localsta | --localst \ |
1083 |
- | --locals | --local | --loca | --loc | --lo) |
1084 |
+ | --localstate | --localstat | --localsta | --localst | --locals) |
1085 |
ac_prev=localstatedir ;; |
1086 |
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
1087 |
- | --localstate=* | --localstat=* | --localsta=* | --localst=* \ |
1088 |
- | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) |
1089 |
+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
1090 |
localstatedir=$ac_optarg ;; |
1091 |
|
1092 |
-mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
1093 |
@@ -534,6 +1001,16 @@ do |
1094 |
| --progr-tra=* | --program-tr=* | --program-t=*) |
1095 |
program_transform_name=$ac_optarg ;; |
1096 |
|
1097 |
+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1098 |
+ ac_prev=pdfdir ;; |
1099 |
+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) |
1100 |
+ pdfdir=$ac_optarg ;; |
1101 |
+ |
1102 |
+ -psdir | --psdir | --psdi | --psd | --ps) |
1103 |
+ ac_prev=psdir ;; |
1104 |
+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) |
1105 |
+ psdir=$ac_optarg ;; |
1106 |
+ |
1107 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1108 |
| -silent | --silent | --silen | --sile | --sil) |
1109 |
silent=yes ;; |
1110 |
@@ -584,26 +1061,36 @@ do |
1111 |
ac_init_version=: ;; |
1112 |
|
1113 |
-with-* | --with-*) |
1114 |
- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1115 |
+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1116 |
# Reject names that are not valid shell variable names. |
1117 |
- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
1118 |
- { echo "$as_me: error: invalid package name: $ac_package" >&2 |
1119 |
- { (exit 1); exit 1; }; } |
1120 |
- ac_package=`echo $ac_package| sed 's/-/_/g'` |
1121 |
- case $ac_option in |
1122 |
- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; |
1123 |
- *) ac_optarg=yes ;; |
1124 |
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1125 |
+ as_fn_error $? "invalid package name: $ac_useropt" |
1126 |
+ ac_useropt_orig=$ac_useropt |
1127 |
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1128 |
+ case $ac_user_opts in |
1129 |
+ *" |
1130 |
+"with_$ac_useropt" |
1131 |
+"*) ;; |
1132 |
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" |
1133 |
+ ac_unrecognized_sep=', ';; |
1134 |
esac |
1135 |
- eval "with_$ac_package='$ac_optarg'" ;; |
1136 |
+ eval with_$ac_useropt=\$ac_optarg ;; |
1137 |
|
1138 |
-without-* | --without-*) |
1139 |
- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1140 |
+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1141 |
# Reject names that are not valid shell variable names. |
1142 |
- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
1143 |
- { echo "$as_me: error: invalid package name: $ac_package" >&2 |
1144 |
- { (exit 1); exit 1; }; } |
1145 |
- ac_package=`echo $ac_package | sed 's/-/_/g'` |
1146 |
- eval "with_$ac_package=no" ;; |
1147 |
+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1148 |
+ as_fn_error $? "invalid package name: $ac_useropt" |
1149 |
+ ac_useropt_orig=$ac_useropt |
1150 |
+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1151 |
+ case $ac_user_opts in |
1152 |
+ *" |
1153 |
+"with_$ac_useropt" |
1154 |
+"*) ;; |
1155 |
+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" |
1156 |
+ ac_unrecognized_sep=', ';; |
1157 |
+ esac |
1158 |
+ eval with_$ac_useropt=no ;; |
1159 |
|
1160 |
--x) |
1161 |
# Obsolete; use --with-x. |
1162 |
@@ -623,27 +1110,26 @@ do |
1163 |
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1164 |
x_libraries=$ac_optarg ;; |
1165 |
|
1166 |
- -*) { echo "$as_me: error: unrecognized option: $ac_option |
1167 |
-Try \`$0 --help' for more information." >&2 |
1168 |
- { (exit 1); exit 1; }; } |
1169 |
+ -*) as_fn_error $? "unrecognized option: \`$ac_option' |
1170 |
+Try \`$0 --help' for more information" |
1171 |
;; |
1172 |
|
1173 |
*=*) |
1174 |
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
1175 |
# Reject names that are not valid shell variable names. |
1176 |
- expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
1177 |
- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
1178 |
- { (exit 1); exit 1; }; } |
1179 |
- ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` |
1180 |
- eval "$ac_envvar='$ac_optarg'" |
1181 |
+ case $ac_envvar in #( |
1182 |
+ '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1183 |
+ as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
1184 |
+ esac |
1185 |
+ eval $ac_envvar=\$ac_optarg |
1186 |
export $ac_envvar ;; |
1187 |
|
1188 |
*) |
1189 |
# FIXME: should be removed in autoconf 3.0. |
1190 |
- echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1191 |
+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1192 |
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1193 |
- echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1194 |
- : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
1195 |
+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1196 |
+ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
1197 |
;; |
1198 |
|
1199 |
esac |
1200 |
@@ -651,31 +1137,36 @@ done |
1201 |
|
1202 |
if test -n "$ac_prev"; then |
1203 |
ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1204 |
- { echo "$as_me: error: missing argument to $ac_option" >&2 |
1205 |
- { (exit 1); exit 1; }; } |
1206 |
+ as_fn_error $? "missing argument to $ac_option" |
1207 |
fi |
1208 |
|
1209 |
-# Be sure to have absolute paths. |
1210 |
-for ac_var in exec_prefix prefix |
1211 |
-do |
1212 |
- eval ac_val=$`echo $ac_var` |
1213 |
- case $ac_val in |
1214 |
- [\\/$]* | ?:[\\/]* | NONE | '' ) ;; |
1215 |
- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
1216 |
- { (exit 1); exit 1; }; };; |
1217 |
+if test -n "$ac_unrecognized_opts"; then |
1218 |
+ case $enable_option_checking in |
1219 |
+ no) ;; |
1220 |
+ fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
1221 |
+ *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1222 |
esac |
1223 |
-done |
1224 |
+fi |
1225 |
|
1226 |
-# Be sure to have absolute paths. |
1227 |
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ |
1228 |
- localstatedir libdir includedir oldincludedir infodir mandir |
1229 |
+# Check all directory arguments for consistency. |
1230 |
+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1231 |
+ datadir sysconfdir sharedstatedir localstatedir includedir \ |
1232 |
+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1233 |
+ libdir localedir mandir |
1234 |
do |
1235 |
- eval ac_val=$`echo $ac_var` |
1236 |
+ eval ac_val=\$$ac_var |
1237 |
+ # Remove trailing slashes. |
1238 |
case $ac_val in |
1239 |
- [\\/$]* | ?:[\\/]* ) ;; |
1240 |
- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
1241 |
- { (exit 1); exit 1; }; };; |
1242 |
+ */ ) |
1243 |
+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` |
1244 |
+ eval $ac_var=\$ac_val;; |
1245 |
esac |
1246 |
+ # Be sure to have absolute directory names. |
1247 |
+ case $ac_val in |
1248 |
+ [\\/$]* | ?:[\\/]* ) continue;; |
1249 |
+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1250 |
+ esac |
1251 |
+ as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
1252 |
done |
1253 |
|
1254 |
# There might be people who depend on the old broken behavior: `$host' |
1255 |
@@ -689,8 +1180,6 @@ target=$target_alias |
1256 |
if test "x$host_alias" != x; then |
1257 |
if test "x$build_alias" = x; then |
1258 |
cross_compiling=maybe |
1259 |
- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1260 |
- If a cross compiler is detected then cross compile mode will be used." >&2 |
1261 |
elif test "x$build_alias" != "x$host_alias"; then |
1262 |
cross_compiling=yes |
1263 |
fi |
1264 |
@@ -702,74 +1191,72 @@ test -n "$host_alias" && ac_tool_prefix= |
1265 |
test "$silent" = yes && exec 6>/dev/null |
1266 |
|
1267 |
|
1268 |
+ac_pwd=`pwd` && test -n "$ac_pwd" && |
1269 |
+ac_ls_di=`ls -di .` && |
1270 |
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1271 |
+ as_fn_error $? "working directory cannot be determined" |
1272 |
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1273 |
+ as_fn_error $? "pwd does not report name of working directory" |
1274 |
+ |
1275 |
+ |
1276 |
# Find the source files, if location was not specified. |
1277 |
if test -z "$srcdir"; then |
1278 |
ac_srcdir_defaulted=yes |
1279 |
- # Try the directory containing this script, then its parent. |
1280 |
- ac_confdir=`(dirname "$0") 2>/dev/null || |
1281 |
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
1282 |
- X"$0" : 'X\(//\)[^/]' \| \ |
1283 |
- X"$0" : 'X\(//\)$' \| \ |
1284 |
- X"$0" : 'X\(/\)' \| \ |
1285 |
- . : '\(.\)' 2>/dev/null || |
1286 |
-echo X"$0" | |
1287 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
1288 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
1289 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
1290 |
- /^X\(\/\).*/{ s//\1/; q; } |
1291 |
- s/.*/./; q'` |
1292 |
+ # Try the directory containing this script, then the parent directory. |
1293 |
+ ac_confdir=`$as_dirname -- "$as_myself" || |
1294 |
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
1295 |
+ X"$as_myself" : 'X\(//\)[^/]' \| \ |
1296 |
+ X"$as_myself" : 'X\(//\)$' \| \ |
1297 |
+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || |
1298 |
+$as_echo X"$as_myself" | |
1299 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
1300 |
+ s//\1/ |
1301 |
+ q |
1302 |
+ } |
1303 |
+ /^X\(\/\/\)[^/].*/{ |
1304 |
+ s//\1/ |
1305 |
+ q |
1306 |
+ } |
1307 |
+ /^X\(\/\/\)$/{ |
1308 |
+ s//\1/ |
1309 |
+ q |
1310 |
+ } |
1311 |
+ /^X\(\/\).*/{ |
1312 |
+ s//\1/ |
1313 |
+ q |
1314 |
+ } |
1315 |
+ s/.*/./; q'` |
1316 |
srcdir=$ac_confdir |
1317 |
- if test ! -r $srcdir/$ac_unique_file; then |
1318 |
+ if test ! -r "$srcdir/$ac_unique_file"; then |
1319 |
srcdir=.. |
1320 |
fi |
1321 |
else |
1322 |
ac_srcdir_defaulted=no |
1323 |
fi |
1324 |
-if test ! -r $srcdir/$ac_unique_file; then |
1325 |
- if test "$ac_srcdir_defaulted" = yes; then |
1326 |
- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 |
1327 |
- { (exit 1); exit 1; }; } |
1328 |
- else |
1329 |
- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
1330 |
- { (exit 1); exit 1; }; } |
1331 |
- fi |
1332 |
+if test ! -r "$srcdir/$ac_unique_file"; then |
1333 |
+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1334 |
+ as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
1335 |
fi |
1336 |
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || |
1337 |
- { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 |
1338 |
- { (exit 1); exit 1; }; } |
1339 |
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` |
1340 |
-ac_env_build_alias_set=${build_alias+set} |
1341 |
-ac_env_build_alias_value=$build_alias |
1342 |
-ac_cv_env_build_alias_set=${build_alias+set} |
1343 |
-ac_cv_env_build_alias_value=$build_alias |
1344 |
-ac_env_host_alias_set=${host_alias+set} |
1345 |
-ac_env_host_alias_value=$host_alias |
1346 |
-ac_cv_env_host_alias_set=${host_alias+set} |
1347 |
-ac_cv_env_host_alias_value=$host_alias |
1348 |
-ac_env_target_alias_set=${target_alias+set} |
1349 |
-ac_env_target_alias_value=$target_alias |
1350 |
-ac_cv_env_target_alias_set=${target_alias+set} |
1351 |
-ac_cv_env_target_alias_value=$target_alias |
1352 |
-ac_env_CC_set=${CC+set} |
1353 |
-ac_env_CC_value=$CC |
1354 |
-ac_cv_env_CC_set=${CC+set} |
1355 |
-ac_cv_env_CC_value=$CC |
1356 |
-ac_env_CFLAGS_set=${CFLAGS+set} |
1357 |
-ac_env_CFLAGS_value=$CFLAGS |
1358 |
-ac_cv_env_CFLAGS_set=${CFLAGS+set} |
1359 |
-ac_cv_env_CFLAGS_value=$CFLAGS |
1360 |
-ac_env_LDFLAGS_set=${LDFLAGS+set} |
1361 |
-ac_env_LDFLAGS_value=$LDFLAGS |
1362 |
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set} |
1363 |
-ac_cv_env_LDFLAGS_value=$LDFLAGS |
1364 |
-ac_env_CPPFLAGS_set=${CPPFLAGS+set} |
1365 |
-ac_env_CPPFLAGS_value=$CPPFLAGS |
1366 |
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} |
1367 |
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS |
1368 |
-ac_env_CPP_set=${CPP+set} |
1369 |
-ac_env_CPP_value=$CPP |
1370 |
-ac_cv_env_CPP_set=${CPP+set} |
1371 |
-ac_cv_env_CPP_value=$CPP |
1372 |
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1373 |
+ac_abs_confdir=`( |
1374 |
+ cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
1375 |
+ pwd)` |
1376 |
+# When building in place, set srcdir=. |
1377 |
+if test "$ac_abs_confdir" = "$ac_pwd"; then |
1378 |
+ srcdir=. |
1379 |
+fi |
1380 |
+# Remove unnecessary trailing slashes from srcdir. |
1381 |
+# Double slashes in file names in object file debugging info |
1382 |
+# mess up M-x gdb in Emacs. |
1383 |
+case $srcdir in |
1384 |
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; |
1385 |
+esac |
1386 |
+for ac_var in $ac_precious_vars; do |
1387 |
+ eval ac_env_${ac_var}_set=\${${ac_var}+set} |
1388 |
+ eval ac_env_${ac_var}_value=\$${ac_var} |
1389 |
+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} |
1390 |
+ eval ac_cv_env_${ac_var}_value=\$${ac_var} |
1391 |
+done |
1392 |
|
1393 |
# |
1394 |
# Report the --help message. |
1395 |
@@ -792,20 +1279,17 @@ Configuration: |
1396 |
--help=short display options specific to this package |
1397 |
--help=recursive display the short help of all the included packages |
1398 |
-V, --version display version information and exit |
1399 |
- -q, --quiet, --silent do not print \`checking...' messages |
1400 |
+ -q, --quiet, --silent do not print \`checking ...' messages |
1401 |
--cache-file=FILE cache test results in FILE [disabled] |
1402 |
-C, --config-cache alias for \`--cache-file=config.cache' |
1403 |
-n, --no-create do not create output files |
1404 |
--srcdir=DIR find the sources in DIR [configure dir or \`..'] |
1405 |
|
1406 |
-_ACEOF |
1407 |
- |
1408 |
- cat <<_ACEOF |
1409 |
Installation directories: |
1410 |
--prefix=PREFIX install architecture-independent files in PREFIX |
1411 |
- [$ac_default_prefix] |
1412 |
+ [$ac_default_prefix] |
1413 |
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
1414 |
- [PREFIX] |
1415 |
+ [PREFIX] |
1416 |
|
1417 |
By default, \`make install' will install all the files in |
1418 |
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
1419 |
@@ -815,18 +1299,25 @@ for instance \`--prefix=\$HOME'. |
1420 |
For better control, use the options below. |
1421 |
|
1422 |
Fine tuning of the installation directories: |
1423 |
- --bindir=DIR user executables [EPREFIX/bin] |
1424 |
- --sbindir=DIR system admin executables [EPREFIX/sbin] |
1425 |
- --libexecdir=DIR program executables [EPREFIX/libexec] |
1426 |
- --datadir=DIR read-only architecture-independent data [PREFIX/share] |
1427 |
- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1428 |
- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1429 |
- --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
1430 |
- --libdir=DIR object code libraries [EPREFIX/lib] |
1431 |
- --includedir=DIR C header files [PREFIX/include] |
1432 |
- --oldincludedir=DIR C header files for non-gcc [/usr/include] |
1433 |
- --infodir=DIR info documentation [PREFIX/info] |
1434 |
- --mandir=DIR man documentation [PREFIX/man] |
1435 |
+ --bindir=DIR user executables [EPREFIX/bin] |
1436 |
+ --sbindir=DIR system admin executables [EPREFIX/sbin] |
1437 |
+ --libexecdir=DIR program executables [EPREFIX/libexec] |
1438 |
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1439 |
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1440 |
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
1441 |
+ --libdir=DIR object code libraries [EPREFIX/lib] |
1442 |
+ --includedir=DIR C header files [PREFIX/include] |
1443 |
+ --oldincludedir=DIR C header files for non-gcc [/usr/include] |
1444 |
+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
1445 |
+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
1446 |
+ --infodir=DIR info documentation [DATAROOTDIR/info] |
1447 |
+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
1448 |
+ --mandir=DIR man documentation [DATAROOTDIR/man] |
1449 |
+ --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] |
1450 |
+ --htmldir=DIR html documentation [DOCDIR] |
1451 |
+ --dvidir=DIR dvi documentation [DOCDIR] |
1452 |
+ --pdfdir=DIR pdf documentation [DOCDIR] |
1453 |
+ --psdir=DIR ps documentation [DOCDIR] |
1454 |
_ACEOF |
1455 |
|
1456 |
cat <<\_ACEOF |
1457 |
@@ -847,6 +1338,7 @@ if test -n "$ac_init_help"; then |
1458 |
cat <<\_ACEOF |
1459 |
|
1460 |
Optional Features: |
1461 |
+ --disable-option-checking ignore unrecognized --enable/--with options |
1462 |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1463 |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1464 |
--disable-dependency-tracking speeds up one-time build |
1465 |
@@ -863,126 +1355,503 @@ Some influential environment variables: |
1466 |
CFLAGS C compiler flags |
1467 |
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
1468 |
nonstandard directory <lib dir> |
1469 |
- CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have |
1470 |
- headers in a nonstandard directory <include dir> |
1471 |
+ LIBS libraries to pass to the linker, e.g. -l<library> |
1472 |
+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
1473 |
+ you have headers in a nonstandard directory <include dir> |
1474 |
CPP C preprocessor |
1475 |
|
1476 |
Use these variables to override the choices made by `configure' or to help |
1477 |
it to find libraries and programs with nonstandard names/locations. |
1478 |
|
1479 |
+Report bugs to the package provider. |
1480 |
_ACEOF |
1481 |
+ac_status=$? |
1482 |
fi |
1483 |
|
1484 |
if test "$ac_init_help" = "recursive"; then |
1485 |
# If there are subdirs, report their specific --help. |
1486 |
- ac_popdir=`pwd` |
1487 |
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
1488 |
- test -d $ac_dir || continue |
1489 |
+ test -d "$ac_dir" || |
1490 |
+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || |
1491 |
+ continue |
1492 |
ac_builddir=. |
1493 |
|
1494 |
-if test "$ac_dir" != .; then |
1495 |
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
1496 |
- # A "../" for each directory in $ac_dir_suffix. |
1497 |
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` |
1498 |
-else |
1499 |
- ac_dir_suffix= ac_top_builddir= |
1500 |
-fi |
1501 |
+case "$ac_dir" in |
1502 |
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1503 |
+*) |
1504 |
+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
1505 |
+ # A ".." for each directory in $ac_dir_suffix. |
1506 |
+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
1507 |
+ case $ac_top_builddir_sub in |
1508 |
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
1509 |
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
1510 |
+ esac ;; |
1511 |
+esac |
1512 |
+ac_abs_top_builddir=$ac_pwd |
1513 |
+ac_abs_builddir=$ac_pwd$ac_dir_suffix |
1514 |
+# for backward compatibility: |
1515 |
+ac_top_builddir=$ac_top_build_prefix |
1516 |
|
1517 |
case $srcdir in |
1518 |
- .) # No --srcdir option. We are building in place. |
1519 |
+ .) # We are building in place. |
1520 |
ac_srcdir=. |
1521 |
- if test -z "$ac_top_builddir"; then |
1522 |
- ac_top_srcdir=. |
1523 |
- else |
1524 |
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` |
1525 |
- fi ;; |
1526 |
- [\\/]* | ?:[\\/]* ) # Absolute path. |
1527 |
+ ac_top_srcdir=$ac_top_builddir_sub |
1528 |
+ ac_abs_top_srcdir=$ac_pwd ;; |
1529 |
+ [\\/]* | ?:[\\/]* ) # Absolute name. |
1530 |
ac_srcdir=$srcdir$ac_dir_suffix; |
1531 |
- ac_top_srcdir=$srcdir ;; |
1532 |
- *) # Relative path. |
1533 |
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
1534 |
- ac_top_srcdir=$ac_top_builddir$srcdir ;; |
1535 |
-esac |
1536 |
- |
1537 |
-# Do not use `cd foo && pwd` to compute absolute paths, because |
1538 |
-# the directories may not exist. |
1539 |
-case `pwd` in |
1540 |
-.) ac_abs_builddir="$ac_dir";; |
1541 |
-*) |
1542 |
- case "$ac_dir" in |
1543 |
- .) ac_abs_builddir=`pwd`;; |
1544 |
- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
1545 |
- *) ac_abs_builddir=`pwd`/"$ac_dir";; |
1546 |
- esac;; |
1547 |
-esac |
1548 |
-case $ac_abs_builddir in |
1549 |
-.) ac_abs_top_builddir=${ac_top_builddir}.;; |
1550 |
-*) |
1551 |
- case ${ac_top_builddir}. in |
1552 |
- .) ac_abs_top_builddir=$ac_abs_builddir;; |
1553 |
- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
1554 |
- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
1555 |
- esac;; |
1556 |
-esac |
1557 |
-case $ac_abs_builddir in |
1558 |
-.) ac_abs_srcdir=$ac_srcdir;; |
1559 |
-*) |
1560 |
- case $ac_srcdir in |
1561 |
- .) ac_abs_srcdir=$ac_abs_builddir;; |
1562 |
- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
1563 |
- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
1564 |
- esac;; |
1565 |
-esac |
1566 |
-case $ac_abs_builddir in |
1567 |
-.) ac_abs_top_srcdir=$ac_top_srcdir;; |
1568 |
-*) |
1569 |
- case $ac_top_srcdir in |
1570 |
- .) ac_abs_top_srcdir=$ac_abs_builddir;; |
1571 |
- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
1572 |
- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
1573 |
- esac;; |
1574 |
+ ac_top_srcdir=$srcdir |
1575 |
+ ac_abs_top_srcdir=$srcdir ;; |
1576 |
+ *) # Relative name. |
1577 |
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
1578 |
+ ac_top_srcdir=$ac_top_build_prefix$srcdir |
1579 |
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
1580 |
esac |
1581 |
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1582 |
|
1583 |
- cd $ac_dir |
1584 |
- # Check for guested configure; otherwise get Cygnus style configure. |
1585 |
- if test -f $ac_srcdir/configure.gnu; then |
1586 |
- echo |
1587 |
- $SHELL $ac_srcdir/configure.gnu --help=recursive |
1588 |
- elif test -f $ac_srcdir/configure; then |
1589 |
- echo |
1590 |
- $SHELL $ac_srcdir/configure --help=recursive |
1591 |
- elif test -f $ac_srcdir/configure.ac || |
1592 |
- test -f $ac_srcdir/configure.in; then |
1593 |
- echo |
1594 |
- $ac_configure --help |
1595 |
+ cd "$ac_dir" || { ac_status=$?; continue; } |
1596 |
+ # Check for guested configure. |
1597 |
+ if test -f "$ac_srcdir/configure.gnu"; then |
1598 |
+ echo && |
1599 |
+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive |
1600 |
+ elif test -f "$ac_srcdir/configure"; then |
1601 |
+ echo && |
1602 |
+ $SHELL "$ac_srcdir/configure" --help=recursive |
1603 |
else |
1604 |
- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1605 |
- fi |
1606 |
- cd $ac_popdir |
1607 |
+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1608 |
+ fi || ac_status=$? |
1609 |
+ cd "$ac_pwd" || { ac_status=$?; break; } |
1610 |
done |
1611 |
fi |
1612 |
|
1613 |
-test -n "$ac_init_help" && exit 0 |
1614 |
+test -n "$ac_init_help" && exit $ac_status |
1615 |
if $ac_init_version; then |
1616 |
cat <<\_ACEOF |
1617 |
+configure |
1618 |
+generated by GNU Autoconf 2.69 |
1619 |
|
1620 |
-Copyright (C) 2003 Free Software Foundation, Inc. |
1621 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
1622 |
This configure script is free software; the Free Software Foundation |
1623 |
gives unlimited permission to copy, distribute and modify it. |
1624 |
_ACEOF |
1625 |
- exit 0 |
1626 |
+ exit |
1627 |
fi |
1628 |
-exec 5>config.log |
1629 |
-cat >&5 <<_ACEOF |
1630 |
+ |
1631 |
+## ------------------------ ## |
1632 |
+## Autoconf initialization. ## |
1633 |
+## ------------------------ ## |
1634 |
+ |
1635 |
+# ac_fn_c_try_compile LINENO |
1636 |
+# -------------------------- |
1637 |
+# Try to compile conftest.$ac_ext, and return whether this succeeded. |
1638 |
+ac_fn_c_try_compile () |
1639 |
+{ |
1640 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1641 |
+ rm -f conftest.$ac_objext |
1642 |
+ if { { ac_try="$ac_compile" |
1643 |
+case "(($ac_try" in |
1644 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1645 |
+ *) ac_try_echo=$ac_try;; |
1646 |
+esac |
1647 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1648 |
+$as_echo "$ac_try_echo"; } >&5 |
1649 |
+ (eval "$ac_compile") 2>conftest.err |
1650 |
+ ac_status=$? |
1651 |
+ if test -s conftest.err; then |
1652 |
+ grep -v '^ *+' conftest.err >conftest.er1 |
1653 |
+ cat conftest.er1 >&5 |
1654 |
+ mv -f conftest.er1 conftest.err |
1655 |
+ fi |
1656 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1657 |
+ test $ac_status = 0; } && { |
1658 |
+ test -z "$ac_c_werror_flag" || |
1659 |
+ test ! -s conftest.err |
1660 |
+ } && test -s conftest.$ac_objext; then : |
1661 |
+ ac_retval=0 |
1662 |
+else |
1663 |
+ $as_echo "$as_me: failed program was:" >&5 |
1664 |
+sed 's/^/| /' conftest.$ac_ext >&5 |
1665 |
+ |
1666 |
+ ac_retval=1 |
1667 |
+fi |
1668 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1669 |
+ as_fn_set_status $ac_retval |
1670 |
+ |
1671 |
+} # ac_fn_c_try_compile |
1672 |
+ |
1673 |
+# ac_fn_c_try_link LINENO |
1674 |
+# ----------------------- |
1675 |
+# Try to link conftest.$ac_ext, and return whether this succeeded. |
1676 |
+ac_fn_c_try_link () |
1677 |
+{ |
1678 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1679 |
+ rm -f conftest.$ac_objext conftest$ac_exeext |
1680 |
+ if { { ac_try="$ac_link" |
1681 |
+case "(($ac_try" in |
1682 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1683 |
+ *) ac_try_echo=$ac_try;; |
1684 |
+esac |
1685 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1686 |
+$as_echo "$ac_try_echo"; } >&5 |
1687 |
+ (eval "$ac_link") 2>conftest.err |
1688 |
+ ac_status=$? |
1689 |
+ if test -s conftest.err; then |
1690 |
+ grep -v '^ *+' conftest.err >conftest.er1 |
1691 |
+ cat conftest.er1 >&5 |
1692 |
+ mv -f conftest.er1 conftest.err |
1693 |
+ fi |
1694 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1695 |
+ test $ac_status = 0; } && { |
1696 |
+ test -z "$ac_c_werror_flag" || |
1697 |
+ test ! -s conftest.err |
1698 |
+ } && test -s conftest$ac_exeext && { |
1699 |
+ test "$cross_compiling" = yes || |
1700 |
+ test -x conftest$ac_exeext |
1701 |
+ }; then : |
1702 |
+ ac_retval=0 |
1703 |
+else |
1704 |
+ $as_echo "$as_me: failed program was:" >&5 |
1705 |
+sed 's/^/| /' conftest.$ac_ext >&5 |
1706 |
+ |
1707 |
+ ac_retval=1 |
1708 |
+fi |
1709 |
+ # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
1710 |
+ # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
1711 |
+ # interfere with the next link command; also delete a directory that is |
1712 |
+ # left behind by Apple's compiler. We do this before executing the actions. |
1713 |
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1714 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1715 |
+ as_fn_set_status $ac_retval |
1716 |
+ |
1717 |
+} # ac_fn_c_try_link |
1718 |
+ |
1719 |
+# ac_fn_c_try_cpp LINENO |
1720 |
+# ---------------------- |
1721 |
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded. |
1722 |
+ac_fn_c_try_cpp () |
1723 |
+{ |
1724 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1725 |
+ if { { ac_try="$ac_cpp conftest.$ac_ext" |
1726 |
+case "(($ac_try" in |
1727 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1728 |
+ *) ac_try_echo=$ac_try;; |
1729 |
+esac |
1730 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1731 |
+$as_echo "$ac_try_echo"; } >&5 |
1732 |
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err |
1733 |
+ ac_status=$? |
1734 |
+ if test -s conftest.err; then |
1735 |
+ grep -v '^ *+' conftest.err >conftest.er1 |
1736 |
+ cat conftest.er1 >&5 |
1737 |
+ mv -f conftest.er1 conftest.err |
1738 |
+ fi |
1739 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1740 |
+ test $ac_status = 0; } > conftest.i && { |
1741 |
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1742 |
+ test ! -s conftest.err |
1743 |
+ }; then : |
1744 |
+ ac_retval=0 |
1745 |
+else |
1746 |
+ $as_echo "$as_me: failed program was:" >&5 |
1747 |
+sed 's/^/| /' conftest.$ac_ext >&5 |
1748 |
+ |
1749 |
+ ac_retval=1 |
1750 |
+fi |
1751 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1752 |
+ as_fn_set_status $ac_retval |
1753 |
+ |
1754 |
+} # ac_fn_c_try_cpp |
1755 |
+ |
1756 |
+# ac_fn_c_try_run LINENO |
1757 |
+# ---------------------- |
1758 |
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes |
1759 |
+# that executables *can* be run. |
1760 |
+ac_fn_c_try_run () |
1761 |
+{ |
1762 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1763 |
+ if { { ac_try="$ac_link" |
1764 |
+case "(($ac_try" in |
1765 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1766 |
+ *) ac_try_echo=$ac_try;; |
1767 |
+esac |
1768 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1769 |
+$as_echo "$ac_try_echo"; } >&5 |
1770 |
+ (eval "$ac_link") 2>&5 |
1771 |
+ ac_status=$? |
1772 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1773 |
+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' |
1774 |
+ { { case "(($ac_try" in |
1775 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1776 |
+ *) ac_try_echo=$ac_try;; |
1777 |
+esac |
1778 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1779 |
+$as_echo "$ac_try_echo"; } >&5 |
1780 |
+ (eval "$ac_try") 2>&5 |
1781 |
+ ac_status=$? |
1782 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1783 |
+ test $ac_status = 0; }; }; then : |
1784 |
+ ac_retval=0 |
1785 |
+else |
1786 |
+ $as_echo "$as_me: program exited with status $ac_status" >&5 |
1787 |
+ $as_echo "$as_me: failed program was:" >&5 |
1788 |
+sed 's/^/| /' conftest.$ac_ext >&5 |
1789 |
+ |
1790 |
+ ac_retval=$ac_status |
1791 |
+fi |
1792 |
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1793 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1794 |
+ as_fn_set_status $ac_retval |
1795 |
+ |
1796 |
+} # ac_fn_c_try_run |
1797 |
+ |
1798 |
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
1799 |
+# ------------------------------------------------------- |
1800 |
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using |
1801 |
+# the include files in INCLUDES and setting the cache variable VAR |
1802 |
+# accordingly. |
1803 |
+ac_fn_c_check_header_mongrel () |
1804 |
+{ |
1805 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1806 |
+ if eval \${$3+:} false; then : |
1807 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1808 |
+$as_echo_n "checking for $2... " >&6; } |
1809 |
+if eval \${$3+:} false; then : |
1810 |
+ $as_echo_n "(cached) " >&6 |
1811 |
+fi |
1812 |
+eval ac_res=\$$3 |
1813 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1814 |
+$as_echo "$ac_res" >&6; } |
1815 |
+else |
1816 |
+ # Is the header compilable? |
1817 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 |
1818 |
+$as_echo_n "checking $2 usability... " >&6; } |
1819 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1820 |
+/* end confdefs.h. */ |
1821 |
+$4 |
1822 |
+#include <$2> |
1823 |
+_ACEOF |
1824 |
+if ac_fn_c_try_compile "$LINENO"; then : |
1825 |
+ ac_header_compiler=yes |
1826 |
+else |
1827 |
+ ac_header_compiler=no |
1828 |
+fi |
1829 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1830 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 |
1831 |
+$as_echo "$ac_header_compiler" >&6; } |
1832 |
+ |
1833 |
+# Is the header present? |
1834 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 |
1835 |
+$as_echo_n "checking $2 presence... " >&6; } |
1836 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1837 |
+/* end confdefs.h. */ |
1838 |
+#include <$2> |
1839 |
+_ACEOF |
1840 |
+if ac_fn_c_try_cpp "$LINENO"; then : |
1841 |
+ ac_header_preproc=yes |
1842 |
+else |
1843 |
+ ac_header_preproc=no |
1844 |
+fi |
1845 |
+rm -f conftest.err conftest.i conftest.$ac_ext |
1846 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
1847 |
+$as_echo "$ac_header_preproc" >&6; } |
1848 |
+ |
1849 |
+# So? What about this header? |
1850 |
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( |
1851 |
+ yes:no: ) |
1852 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 |
1853 |
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} |
1854 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
1855 |
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1856 |
+ ;; |
1857 |
+ no:yes:* ) |
1858 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 |
1859 |
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} |
1860 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 |
1861 |
+$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} |
1862 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 |
1863 |
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} |
1864 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 |
1865 |
+$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
1866 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
1867 |
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1868 |
+ ;; |
1869 |
+esac |
1870 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1871 |
+$as_echo_n "checking for $2... " >&6; } |
1872 |
+if eval \${$3+:} false; then : |
1873 |
+ $as_echo_n "(cached) " >&6 |
1874 |
+else |
1875 |
+ eval "$3=\$ac_header_compiler" |
1876 |
+fi |
1877 |
+eval ac_res=\$$3 |
1878 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1879 |
+$as_echo "$ac_res" >&6; } |
1880 |
+fi |
1881 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1882 |
+ |
1883 |
+} # ac_fn_c_check_header_mongrel |
1884 |
+ |
1885 |
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES |
1886 |
+# ------------------------------------------------------- |
1887 |
+# Tests whether HEADER exists and can be compiled using the include files in |
1888 |
+# INCLUDES, setting the cache variable VAR accordingly. |
1889 |
+ac_fn_c_check_header_compile () |
1890 |
+{ |
1891 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1892 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1893 |
+$as_echo_n "checking for $2... " >&6; } |
1894 |
+if eval \${$3+:} false; then : |
1895 |
+ $as_echo_n "(cached) " >&6 |
1896 |
+else |
1897 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1898 |
+/* end confdefs.h. */ |
1899 |
+$4 |
1900 |
+#include <$2> |
1901 |
+_ACEOF |
1902 |
+if ac_fn_c_try_compile "$LINENO"; then : |
1903 |
+ eval "$3=yes" |
1904 |
+else |
1905 |
+ eval "$3=no" |
1906 |
+fi |
1907 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1908 |
+fi |
1909 |
+eval ac_res=\$$3 |
1910 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1911 |
+$as_echo "$ac_res" >&6; } |
1912 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1913 |
+ |
1914 |
+} # ac_fn_c_check_header_compile |
1915 |
+ |
1916 |
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES |
1917 |
+# ------------------------------------------- |
1918 |
+# Tests whether TYPE exists after having included INCLUDES, setting cache |
1919 |
+# variable VAR accordingly. |
1920 |
+ac_fn_c_check_type () |
1921 |
+{ |
1922 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1923 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1924 |
+$as_echo_n "checking for $2... " >&6; } |
1925 |
+if eval \${$3+:} false; then : |
1926 |
+ $as_echo_n "(cached) " >&6 |
1927 |
+else |
1928 |
+ eval "$3=no" |
1929 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1930 |
+/* end confdefs.h. */ |
1931 |
+$4 |
1932 |
+int |
1933 |
+main () |
1934 |
+{ |
1935 |
+if (sizeof ($2)) |
1936 |
+ return 0; |
1937 |
+ ; |
1938 |
+ return 0; |
1939 |
+} |
1940 |
+_ACEOF |
1941 |
+if ac_fn_c_try_compile "$LINENO"; then : |
1942 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1943 |
+/* end confdefs.h. */ |
1944 |
+$4 |
1945 |
+int |
1946 |
+main () |
1947 |
+{ |
1948 |
+if (sizeof (($2))) |
1949 |
+ return 0; |
1950 |
+ ; |
1951 |
+ return 0; |
1952 |
+} |
1953 |
+_ACEOF |
1954 |
+if ac_fn_c_try_compile "$LINENO"; then : |
1955 |
+ |
1956 |
+else |
1957 |
+ eval "$3=yes" |
1958 |
+fi |
1959 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1960 |
+fi |
1961 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
1962 |
+fi |
1963 |
+eval ac_res=\$$3 |
1964 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1965 |
+$as_echo "$ac_res" >&6; } |
1966 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1967 |
+ |
1968 |
+} # ac_fn_c_check_type |
1969 |
+ |
1970 |
+# ac_fn_c_check_func LINENO FUNC VAR |
1971 |
+# ---------------------------------- |
1972 |
+# Tests whether FUNC exists, setting the cache variable VAR accordingly |
1973 |
+ac_fn_c_check_func () |
1974 |
+{ |
1975 |
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1976 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1977 |
+$as_echo_n "checking for $2... " >&6; } |
1978 |
+if eval \${$3+:} false; then : |
1979 |
+ $as_echo_n "(cached) " >&6 |
1980 |
+else |
1981 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1982 |
+/* end confdefs.h. */ |
1983 |
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2. |
1984 |
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
1985 |
+#define $2 innocuous_$2 |
1986 |
+ |
1987 |
+/* System header to define __stub macros and hopefully few prototypes, |
1988 |
+ which can conflict with char $2 (); below. |
1989 |
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
1990 |
+ <limits.h> exists even on freestanding compilers. */ |
1991 |
+ |
1992 |
+#ifdef __STDC__ |
1993 |
+# include <limits.h> |
1994 |
+#else |
1995 |
+# include <assert.h> |
1996 |
+#endif |
1997 |
+ |
1998 |
+#undef $2 |
1999 |
+ |
2000 |
+/* Override any GCC internal prototype to avoid an error. |
2001 |
+ Use char because int might match the return type of a GCC |
2002 |
+ builtin and then its argument prototype would still apply. */ |
2003 |
+#ifdef __cplusplus |
2004 |
+extern "C" |
2005 |
+#endif |
2006 |
+char $2 (); |
2007 |
+/* The GNU C library defines this for functions which it implements |
2008 |
+ to always fail with ENOSYS. Some functions are actually named |
2009 |
+ something starting with __ and the normal name is an alias. */ |
2010 |
+#if defined __stub_$2 || defined __stub___$2 |
2011 |
+choke me |
2012 |
+#endif |
2013 |
+ |
2014 |
+int |
2015 |
+main () |
2016 |
+{ |
2017 |
+return $2 (); |
2018 |
+ ; |
2019 |
+ return 0; |
2020 |
+} |
2021 |
+_ACEOF |
2022 |
+if ac_fn_c_try_link "$LINENO"; then : |
2023 |
+ eval "$3=yes" |
2024 |
+else |
2025 |
+ eval "$3=no" |
2026 |
+fi |
2027 |
+rm -f core conftest.err conftest.$ac_objext \ |
2028 |
+ conftest$ac_exeext conftest.$ac_ext |
2029 |
+fi |
2030 |
+eval ac_res=\$$3 |
2031 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
2032 |
+$as_echo "$ac_res" >&6; } |
2033 |
+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
2034 |
+ |
2035 |
+} # ac_fn_c_check_func |
2036 |
+cat >config.log <<_ACEOF |
2037 |
This file contains any messages produced by compilers while |
2038 |
running configure, to aid debugging if configure makes a mistake. |
2039 |
|
2040 |
It was created by $as_me, which was |
2041 |
-generated by GNU Autoconf 2.59. Invocation command line was |
2042 |
+generated by GNU Autoconf 2.69. Invocation command line was |
2043 |
|
2044 |
$ $0 $@ |
2045 |
|
2046 |
_ACEOF |
2047 |
+exec 5>>config.log |
2048 |
{ |
2049 |
cat <<_ASUNAME |
2050 |
## --------- ## |
2051 |
@@ -1001,7 +1870,7 @@ uname -v = `(uname -v) 2>/dev/null || ec |
2052 |
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
2053 |
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` |
2054 |
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` |
2055 |
-hostinfo = `(hostinfo) 2>/dev/null || echo unknown` |
2056 |
+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
2057 |
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
2058 |
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` |
2059 |
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` |
2060 |
@@ -1013,8 +1882,9 @@ for as_dir in $PATH |
2061 |
do |
2062 |
IFS=$as_save_IFS |
2063 |
test -z "$as_dir" && as_dir=. |
2064 |
- echo "PATH: $as_dir" |
2065 |
-done |
2066 |
+ $as_echo "PATH: $as_dir" |
2067 |
+ done |
2068 |
+IFS=$as_save_IFS |
2069 |
|
2070 |
} >&5 |
2071 |
|
2072 |
@@ -1036,7 +1906,6 @@ _ACEOF |
2073 |
ac_configure_args= |
2074 |
ac_configure_args0= |
2075 |
ac_configure_args1= |
2076 |
-ac_sep= |
2077 |
ac_must_keep_next=false |
2078 |
for ac_pass in 1 2 |
2079 |
do |
2080 |
@@ -1047,13 +1916,13 @@ do |
2081 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
2082 |
| -silent | --silent | --silen | --sile | --sil) |
2083 |
continue ;; |
2084 |
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) |
2085 |
- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
2086 |
+ *\'*) |
2087 |
+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
2088 |
esac |
2089 |
case $ac_pass in |
2090 |
- 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
2091 |
+ 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; |
2092 |
2) |
2093 |
- ac_configure_args1="$ac_configure_args1 '$ac_arg'" |
2094 |
+ as_fn_append ac_configure_args1 " '$ac_arg'" |
2095 |
if test $ac_must_keep_next = true; then |
2096 |
ac_must_keep_next=false # Got value, back to normal. |
2097 |
else |
2098 |
@@ -1069,104 +1938,115 @@ do |
2099 |
-* ) ac_must_keep_next=true ;; |
2100 |
esac |
2101 |
fi |
2102 |
- ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" |
2103 |
- # Get rid of the leading space. |
2104 |
- ac_sep=" " |
2105 |
+ as_fn_append ac_configure_args " '$ac_arg'" |
2106 |
;; |
2107 |
esac |
2108 |
done |
2109 |
done |
2110 |
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } |
2111 |
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } |
2112 |
+{ ac_configure_args0=; unset ac_configure_args0;} |
2113 |
+{ ac_configure_args1=; unset ac_configure_args1;} |
2114 |
|
2115 |
# When interrupted or exit'd, cleanup temporary files, and complete |
2116 |
# config.log. We remove comments because anyway the quotes in there |
2117 |
# would cause problems or look ugly. |
2118 |
-# WARNING: Be sure not to use single quotes in there, as some shells, |
2119 |
-# such as our DU 5.0 friend, will then `close' the trap. |
2120 |
+# WARNING: Use '\'' to represent an apostrophe within the trap. |
2121 |
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. |
2122 |
trap 'exit_status=$? |
2123 |
# Save into config.log some information that might help in debugging. |
2124 |
{ |
2125 |
echo |
2126 |
|
2127 |
- cat <<\_ASBOX |
2128 |
-## ---------------- ## |
2129 |
+ $as_echo "## ---------------- ## |
2130 |
## Cache variables. ## |
2131 |
-## ---------------- ## |
2132 |
-_ASBOX |
2133 |
+## ---------------- ##" |
2134 |
echo |
2135 |
# The following way of writing the cache mishandles newlines in values, |
2136 |
-{ |
2137 |
+( |
2138 |
+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
2139 |
+ eval ac_val=\$$ac_var |
2140 |
+ case $ac_val in #( |
2141 |
+ *${as_nl}*) |
2142 |
+ case $ac_var in #( |
2143 |
+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
2144 |
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
2145 |
+ esac |
2146 |
+ case $ac_var in #( |
2147 |
+ _ | IFS | as_nl) ;; #( |
2148 |
+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
2149 |
+ *) { eval $ac_var=; unset $ac_var;} ;; |
2150 |
+ esac ;; |
2151 |
+ esac |
2152 |
+ done |
2153 |
(set) 2>&1 | |
2154 |
- case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in |
2155 |
- *ac_space=\ *) |
2156 |
+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
2157 |
+ *${as_nl}ac_space=\ *) |
2158 |
sed -n \ |
2159 |
- "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; |
2160 |
- s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" |
2161 |
- ;; |
2162 |
+ "s/'\''/'\''\\\\'\'''\''/g; |
2163 |
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" |
2164 |
+ ;; #( |
2165 |
*) |
2166 |
- sed -n \ |
2167 |
- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
2168 |
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
2169 |
;; |
2170 |
- esac; |
2171 |
-} |
2172 |
+ esac | |
2173 |
+ sort |
2174 |
+) |
2175 |
echo |
2176 |
|
2177 |
- cat <<\_ASBOX |
2178 |
-## ----------------- ## |
2179 |
+ $as_echo "## ----------------- ## |
2180 |
## Output variables. ## |
2181 |
-## ----------------- ## |
2182 |
-_ASBOX |
2183 |
+## ----------------- ##" |
2184 |
echo |
2185 |
for ac_var in $ac_subst_vars |
2186 |
do |
2187 |
- eval ac_val=$`echo $ac_var` |
2188 |
- echo "$ac_var='"'"'$ac_val'"'"'" |
2189 |
+ eval ac_val=\$$ac_var |
2190 |
+ case $ac_val in |
2191 |
+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
2192 |
+ esac |
2193 |
+ $as_echo "$ac_var='\''$ac_val'\''" |
2194 |
done | sort |
2195 |
echo |
2196 |
|
2197 |
if test -n "$ac_subst_files"; then |
2198 |
- cat <<\_ASBOX |
2199 |
-## ------------- ## |
2200 |
-## Output files. ## |
2201 |
-## ------------- ## |
2202 |
-_ASBOX |
2203 |
+ $as_echo "## ------------------- ## |
2204 |
+## File substitutions. ## |
2205 |
+## ------------------- ##" |
2206 |
echo |
2207 |
for ac_var in $ac_subst_files |
2208 |
do |
2209 |
- eval ac_val=$`echo $ac_var` |
2210 |
- echo "$ac_var='"'"'$ac_val'"'"'" |
2211 |
+ eval ac_val=\$$ac_var |
2212 |
+ case $ac_val in |
2213 |
+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
2214 |
+ esac |
2215 |
+ $as_echo "$ac_var='\''$ac_val'\''" |
2216 |
done | sort |
2217 |
echo |
2218 |
fi |
2219 |
|
2220 |
if test -s confdefs.h; then |
2221 |
- cat <<\_ASBOX |
2222 |
-## ----------- ## |
2223 |
+ $as_echo "## ----------- ## |
2224 |
## confdefs.h. ## |
2225 |
-## ----------- ## |
2226 |
-_ASBOX |
2227 |
+## ----------- ##" |
2228 |
echo |
2229 |
- sed "/^$/d" confdefs.h | sort |
2230 |
+ cat confdefs.h |
2231 |
echo |
2232 |
fi |
2233 |
test "$ac_signal" != 0 && |
2234 |
- echo "$as_me: caught signal $ac_signal" |
2235 |
- echo "$as_me: exit $exit_status" |
2236 |
+ $as_echo "$as_me: caught signal $ac_signal" |
2237 |
+ $as_echo "$as_me: exit $exit_status" |
2238 |
} >&5 |
2239 |
- rm -f core *.core && |
2240 |
- rm -rf conftest* confdefs* conf$$* $ac_clean_files && |
2241 |
+ rm -f core *.core core.conftest.* && |
2242 |
+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
2243 |
exit $exit_status |
2244 |
- ' 0 |
2245 |
+' 0 |
2246 |
for ac_signal in 1 2 13 15; do |
2247 |
- trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal |
2248 |
+ trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal |
2249 |
done |
2250 |
ac_signal=0 |
2251 |
|
2252 |
# confdefs.h avoids OS command line length limits that DEFS can exceed. |
2253 |
-rm -rf conftest* confdefs.h |
2254 |
-# AIX cpp loses on an empty file, so make sure it contains at least a newline. |
2255 |
-echo >confdefs.h |
2256 |
+rm -f -r conftest* confdefs.h |
2257 |
+ |
2258 |
+$as_echo "/* confdefs.h */" > confdefs.h |
2259 |
|
2260 |
# Predefined preprocessor variables. |
2261 |
|
2262 |
@@ -1174,112 +2054,137 @@ cat >>confdefs.h <<_ACEOF |
2263 |
#define PACKAGE_NAME "$PACKAGE_NAME" |
2264 |
_ACEOF |
2265 |
|
2266 |
- |
2267 |
cat >>confdefs.h <<_ACEOF |
2268 |
#define PACKAGE_TARNAME "$PACKAGE_TARNAME" |
2269 |
_ACEOF |
2270 |
|
2271 |
- |
2272 |
cat >>confdefs.h <<_ACEOF |
2273 |
#define PACKAGE_VERSION "$PACKAGE_VERSION" |
2274 |
_ACEOF |
2275 |
|
2276 |
- |
2277 |
cat >>confdefs.h <<_ACEOF |
2278 |
#define PACKAGE_STRING "$PACKAGE_STRING" |
2279 |
_ACEOF |
2280 |
|
2281 |
- |
2282 |
cat >>confdefs.h <<_ACEOF |
2283 |
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" |
2284 |
_ACEOF |
2285 |
|
2286 |
+cat >>confdefs.h <<_ACEOF |
2287 |
+#define PACKAGE_URL "$PACKAGE_URL" |
2288 |
+_ACEOF |
2289 |
+ |
2290 |
|
2291 |
# Let the site file select an alternate cache file if it wants to. |
2292 |
-# Prefer explicitly selected file to automatically selected ones. |
2293 |
-if test -z "$CONFIG_SITE"; then |
2294 |
- if test "x$prefix" != xNONE; then |
2295 |
- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" |
2296 |
- else |
2297 |
- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" |
2298 |
- fi |
2299 |
+# Prefer an explicitly selected file to automatically selected ones. |
2300 |
+ac_site_file1=NONE |
2301 |
+ac_site_file2=NONE |
2302 |
+if test -n "$CONFIG_SITE"; then |
2303 |
+ # We do not want a PATH search for config.site. |
2304 |
+ case $CONFIG_SITE in #(( |
2305 |
+ -*) ac_site_file1=./$CONFIG_SITE;; |
2306 |
+ */*) ac_site_file1=$CONFIG_SITE;; |
2307 |
+ *) ac_site_file1=./$CONFIG_SITE;; |
2308 |
+ esac |
2309 |
+elif test "x$prefix" != xNONE; then |
2310 |
+ ac_site_file1=$prefix/share/config.site |
2311 |
+ ac_site_file2=$prefix/etc/config.site |
2312 |
+else |
2313 |
+ ac_site_file1=$ac_default_prefix/share/config.site |
2314 |
+ ac_site_file2=$ac_default_prefix/etc/config.site |
2315 |
fi |
2316 |
-for ac_site_file in $CONFIG_SITE; do |
2317 |
- if test -r "$ac_site_file"; then |
2318 |
- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
2319 |
-echo "$as_me: loading site script $ac_site_file" >&6;} |
2320 |
+for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
2321 |
+do |
2322 |
+ test "x$ac_site_file" = xNONE && continue |
2323 |
+ if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
2324 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2325 |
+$as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2326 |
sed 's/^/| /' "$ac_site_file" >&5 |
2327 |
- . "$ac_site_file" |
2328 |
+ . "$ac_site_file" \ |
2329 |
+ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2330 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2331 |
+as_fn_error $? "failed to load site script $ac_site_file |
2332 |
+See \`config.log' for more details" "$LINENO" 5; } |
2333 |
fi |
2334 |
done |
2335 |
|
2336 |
if test -r "$cache_file"; then |
2337 |
- # Some versions of bash will fail to source /dev/null (special |
2338 |
- # files actually), so we avoid doing that. |
2339 |
- if test -f "$cache_file"; then |
2340 |
- { echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
2341 |
-echo "$as_me: loading cache $cache_file" >&6;} |
2342 |
+ # Some versions of bash will fail to source /dev/null (special files |
2343 |
+ # actually), so we avoid doing that. DJGPP emulates it as a regular file. |
2344 |
+ if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
2345 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
2346 |
+$as_echo "$as_me: loading cache $cache_file" >&6;} |
2347 |
case $cache_file in |
2348 |
- [\\/]* | ?:[\\/]* ) . $cache_file;; |
2349 |
- *) . ./$cache_file;; |
2350 |
+ [\\/]* | ?:[\\/]* ) . "$cache_file";; |
2351 |
+ *) . "./$cache_file";; |
2352 |
esac |
2353 |
fi |
2354 |
else |
2355 |
- { echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
2356 |
-echo "$as_me: creating cache $cache_file" >&6;} |
2357 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 |
2358 |
+$as_echo "$as_me: creating cache $cache_file" >&6;} |
2359 |
>$cache_file |
2360 |
fi |
2361 |
|
2362 |
# Check that the precious variables saved in the cache have kept the same |
2363 |
# value. |
2364 |
ac_cache_corrupted=false |
2365 |
-for ac_var in `(set) 2>&1 | |
2366 |
- sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do |
2367 |
+for ac_var in $ac_precious_vars; do |
2368 |
eval ac_old_set=\$ac_cv_env_${ac_var}_set |
2369 |
eval ac_new_set=\$ac_env_${ac_var}_set |
2370 |
- eval ac_old_val="\$ac_cv_env_${ac_var}_value" |
2371 |
- eval ac_new_val="\$ac_env_${ac_var}_value" |
2372 |
+ eval ac_old_val=\$ac_cv_env_${ac_var}_value |
2373 |
+ eval ac_new_val=\$ac_env_${ac_var}_value |
2374 |
case $ac_old_set,$ac_new_set in |
2375 |
set,) |
2376 |
- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
2377 |
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
2378 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
2379 |
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
2380 |
ac_cache_corrupted=: ;; |
2381 |
,set) |
2382 |
- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
2383 |
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
2384 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 |
2385 |
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
2386 |
ac_cache_corrupted=: ;; |
2387 |
,);; |
2388 |
*) |
2389 |
if test "x$ac_old_val" != "x$ac_new_val"; then |
2390 |
- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
2391 |
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
2392 |
- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
2393 |
-echo "$as_me: former value: $ac_old_val" >&2;} |
2394 |
- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
2395 |
-echo "$as_me: current value: $ac_new_val" >&2;} |
2396 |
- ac_cache_corrupted=: |
2397 |
+ # differences in whitespace do not lead to failure. |
2398 |
+ ac_old_val_w=`echo x $ac_old_val` |
2399 |
+ ac_new_val_w=`echo x $ac_new_val` |
2400 |
+ if test "$ac_old_val_w" != "$ac_new_val_w"; then |
2401 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 |
2402 |
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
2403 |
+ ac_cache_corrupted=: |
2404 |
+ else |
2405 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 |
2406 |
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} |
2407 |
+ eval $ac_var=\$ac_old_val |
2408 |
+ fi |
2409 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 |
2410 |
+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} |
2411 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 |
2412 |
+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} |
2413 |
fi;; |
2414 |
esac |
2415 |
# Pass precious variables to config.status. |
2416 |
if test "$ac_new_set" = set; then |
2417 |
case $ac_new_val in |
2418 |
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) |
2419 |
- ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
2420 |
+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
2421 |
*) ac_arg=$ac_var=$ac_new_val ;; |
2422 |
esac |
2423 |
case " $ac_configure_args " in |
2424 |
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. |
2425 |
- *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; |
2426 |
+ *) as_fn_append ac_configure_args " '$ac_arg'" ;; |
2427 |
esac |
2428 |
fi |
2429 |
done |
2430 |
if $ac_cache_corrupted; then |
2431 |
- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
2432 |
-echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2433 |
- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
2434 |
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
2435 |
- { (exit 1); exit 1; }; } |
2436 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2437 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2438 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2439 |
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2440 |
+ as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2441 |
fi |
2442 |
+## -------------------- ## |
2443 |
+## Main body of script. ## |
2444 |
+## -------------------- ## |
2445 |
|
2446 |
ac_ext=c |
2447 |
ac_cpp='$CPP $CPPFLAGS' |
2448 |
@@ -1288,48 +2193,35 @@ ac_link='$CC -o conftest$ac_exeext $CFLA |
2449 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
2450 |
|
2451 |
|
2452 |
- |
2453 |
- |
2454 |
- |
2455 |
- |
2456 |
- |
2457 |
- |
2458 |
- |
2459 |
- |
2460 |
- |
2461 |
- |
2462 |
- |
2463 |
- |
2464 |
- |
2465 |
- |
2466 |
- |
2467 |
- |
2468 |
- |
2469 |
am__api_version="1.9" |
2470 |
ac_aux_dir= |
2471 |
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do |
2472 |
- if test -f $ac_dir/install-sh; then |
2473 |
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
2474 |
+ if test -f "$ac_dir/install-sh"; then |
2475 |
ac_aux_dir=$ac_dir |
2476 |
ac_install_sh="$ac_aux_dir/install-sh -c" |
2477 |
break |
2478 |
- elif test -f $ac_dir/install.sh; then |
2479 |
+ elif test -f "$ac_dir/install.sh"; then |
2480 |
ac_aux_dir=$ac_dir |
2481 |
ac_install_sh="$ac_aux_dir/install.sh -c" |
2482 |
break |
2483 |
- elif test -f $ac_dir/shtool; then |
2484 |
+ elif test -f "$ac_dir/shtool"; then |
2485 |
ac_aux_dir=$ac_dir |
2486 |
ac_install_sh="$ac_aux_dir/shtool install -c" |
2487 |
break |
2488 |
fi |
2489 |
done |
2490 |
if test -z "$ac_aux_dir"; then |
2491 |
- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 |
2492 |
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} |
2493 |
- { (exit 1); exit 1; }; } |
2494 |
+ as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
2495 |
fi |
2496 |
-ac_config_guess="$SHELL $ac_aux_dir/config.guess" |
2497 |
-ac_config_sub="$SHELL $ac_aux_dir/config.sub" |
2498 |
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. |
2499 |
+ |
2500 |
+# These three variables are undocumented and unsupported, |
2501 |
+# and are intended to be withdrawn in a future Autoconf release. |
2502 |
+# They can cause serious problems if a builder's source tree is in a directory |
2503 |
+# whose full name contains unusual characters. |
2504 |
+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
2505 |
+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
2506 |
+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
2507 |
+ |
2508 |
|
2509 |
# Find a good install program. We prefer a C program (faster), |
2510 |
# so one script is as good as another. But avoid the broken or |
2511 |
@@ -1344,22 +2236,23 @@ ac_configure="$SHELL $ac_aux_dir/configu |
2512 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
2513 |
# OS/2's system install, which has a completely different semantic |
2514 |
# ./install, which can be erroneously created by make from ./install.sh. |
2515 |
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
2516 |
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 |
2517 |
+# Reject install programs that cannot install multiple files. |
2518 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
2519 |
+$as_echo_n "checking for a BSD-compatible install... " >&6; } |
2520 |
if test -z "$INSTALL"; then |
2521 |
-if test "${ac_cv_path_install+set}" = set; then |
2522 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
2523 |
+if ${ac_cv_path_install+:} false; then : |
2524 |
+ $as_echo_n "(cached) " >&6 |
2525 |
else |
2526 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
2527 |
for as_dir in $PATH |
2528 |
do |
2529 |
IFS=$as_save_IFS |
2530 |
test -z "$as_dir" && as_dir=. |
2531 |
- # Account for people who put trailing slashes in PATH elements. |
2532 |
-case $as_dir/ in |
2533 |
- ./ | .// | /cC/* | \ |
2534 |
+ # Account for people who put trailing slashes in PATH elements. |
2535 |
+case $as_dir/ in #(( |
2536 |
+ ./ | .// | /[cC]/* | \ |
2537 |
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
2538 |
- ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
2539 |
+ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
2540 |
/usr/ucb/* ) ;; |
2541 |
*) |
2542 |
# OSF1 and SCO ODT 3.0 have their own names for install. |
2543 |
@@ -1367,7 +2260,7 @@ case $as_dir/ in |
2544 |
# by default. |
2545 |
for ac_prog in ginstall scoinst install; do |
2546 |
for ac_exec_ext in '' $ac_executable_extensions; do |
2547 |
- if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
2548 |
+ if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
2549 |
if test $ac_prog = install && |
2550 |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
2551 |
# AIX install. It has an incompatible calling convention. |
2552 |
@@ -1377,30 +2270,43 @@ case $as_dir/ in |
2553 |
# program-specific install script used by HP pwplus--don't use. |
2554 |
: |
2555 |
else |
2556 |
- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
2557 |
- break 3 |
2558 |
+ rm -rf conftest.one conftest.two conftest.dir |
2559 |
+ echo one > conftest.one |
2560 |
+ echo two > conftest.two |
2561 |
+ mkdir conftest.dir |
2562 |
+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
2563 |
+ test -s conftest.one && test -s conftest.two && |
2564 |
+ test -s conftest.dir/conftest.one && |
2565 |
+ test -s conftest.dir/conftest.two |
2566 |
+ then |
2567 |
+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
2568 |
+ break 3 |
2569 |
+ fi |
2570 |
fi |
2571 |
fi |
2572 |
done |
2573 |
done |
2574 |
;; |
2575 |
esac |
2576 |
-done |
2577 |
|
2578 |
+ done |
2579 |
+IFS=$as_save_IFS |
2580 |
+ |
2581 |
+rm -rf conftest.one conftest.two conftest.dir |
2582 |
|
2583 |
fi |
2584 |
if test "${ac_cv_path_install+set}" = set; then |
2585 |
INSTALL=$ac_cv_path_install |
2586 |
else |
2587 |
- # As a last resort, use the slow shell script. We don't cache a |
2588 |
- # path for INSTALL within a source directory, because that will |
2589 |
+ # As a last resort, use the slow shell script. Don't cache a |
2590 |
+ # value for INSTALL within a source directory, because that will |
2591 |
# break other packages using the cache if that directory is |
2592 |
- # removed, or if the path is relative. |
2593 |
+ # removed, or if the value is a relative name. |
2594 |
INSTALL=$ac_install_sh |
2595 |
fi |
2596 |
fi |
2597 |
-echo "$as_me:$LINENO: result: $INSTALL" >&5 |
2598 |
-echo "${ECHO_T}$INSTALL" >&6 |
2599 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
2600 |
+$as_echo "$INSTALL" >&6; } |
2601 |
|
2602 |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
2603 |
# It thinks the first close brace ends the variable substitution. |
2604 |
@@ -1410,8 +2316,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR |
2605 |
|
2606 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
2607 |
|
2608 |
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
2609 |
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 |
2610 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
2611 |
+$as_echo_n "checking whether build environment is sane... " >&6; } |
2612 |
# Just in case |
2613 |
sleep 1 |
2614 |
echo timestamp > conftest.file |
2615 |
@@ -1434,11 +2340,8 @@ if ( |
2616 |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
2617 |
# broken ls alias from the environment. This has actually |
2618 |
# happened. Such a system could not be considered "sane". |
2619 |
- { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
2620 |
-alias in your environment" >&5 |
2621 |
-echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken |
2622 |
-alias in your environment" >&2;} |
2623 |
- { (exit 1); exit 1; }; } |
2624 |
+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
2625 |
+alias in your environment" "$LINENO" 5 |
2626 |
fi |
2627 |
|
2628 |
test "$2" = conftest.file |
2629 |
@@ -1447,26 +2350,20 @@ then |
2630 |
# Ok. |
2631 |
: |
2632 |
else |
2633 |
- { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
2634 |
-Check your system clock" >&5 |
2635 |
-echo "$as_me: error: newly created file is older than distributed files! |
2636 |
-Check your system clock" >&2;} |
2637 |
- { (exit 1); exit 1; }; } |
2638 |
+ as_fn_error $? "newly created file is older than distributed files! |
2639 |
+Check your system clock" "$LINENO" 5 |
2640 |
fi |
2641 |
-echo "$as_me:$LINENO: result: yes" >&5 |
2642 |
-echo "${ECHO_T}yes" >&6 |
2643 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2644 |
+$as_echo "yes" >&6; } |
2645 |
test "$program_prefix" != NONE && |
2646 |
- program_transform_name="s,^,$program_prefix,;$program_transform_name" |
2647 |
+ program_transform_name="s&^&$program_prefix&;$program_transform_name" |
2648 |
# Use a double $ so make ignores it. |
2649 |
test "$program_suffix" != NONE && |
2650 |
- program_transform_name="s,\$,$program_suffix,;$program_transform_name" |
2651 |
-# Double any \ or $. echo might interpret backslashes. |
2652 |
+ program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
2653 |
+# Double any \ or $. |
2654 |
# By default was `s,x,x', remove it if useless. |
2655 |
-cat <<\_ACEOF >conftest.sed |
2656 |
-s/[\\$]/&&/g;s/;s,x,x,$// |
2657 |
-_ACEOF |
2658 |
-program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
2659 |
-rm conftest.sed |
2660 |
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
2661 |
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
2662 |
|
2663 |
# expand $ac_aux_dir to an absolute path |
2664 |
am_aux_dir=`cd $ac_aux_dir && pwd` |
2665 |
@@ -1477,8 +2374,8 @@ if eval "$MISSING --run true"; then |
2666 |
am_missing_run="$MISSING --run " |
2667 |
else |
2668 |
am_missing_run= |
2669 |
- { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 |
2670 |
-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
2671 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
2672 |
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
2673 |
fi |
2674 |
|
2675 |
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then |
2676 |
@@ -1518,10 +2415,10 @@ for ac_prog in gawk mawk nawk awk |
2677 |
do |
2678 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
2679 |
set dummy $ac_prog; ac_word=$2 |
2680 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2681 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2682 |
-if test "${ac_cv_prog_AWK+set}" = set; then |
2683 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
2684 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2685 |
+$as_echo_n "checking for $ac_word... " >&6; } |
2686 |
+if ${ac_cv_prog_AWK+:} false; then : |
2687 |
+ $as_echo_n "(cached) " >&6 |
2688 |
else |
2689 |
if test -n "$AWK"; then |
2690 |
ac_cv_prog_AWK="$AWK" # Let the user override the test. |
2691 |
@@ -1531,55 +2428,59 @@ for as_dir in $PATH |
2692 |
do |
2693 |
IFS=$as_save_IFS |
2694 |
test -z "$as_dir" && as_dir=. |
2695 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
2696 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2697 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
2698 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2699 |
ac_cv_prog_AWK="$ac_prog" |
2700 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2701 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2702 |
break 2 |
2703 |
fi |
2704 |
done |
2705 |
-done |
2706 |
+ done |
2707 |
+IFS=$as_save_IFS |
2708 |
|
2709 |
fi |
2710 |
fi |
2711 |
AWK=$ac_cv_prog_AWK |
2712 |
if test -n "$AWK"; then |
2713 |
- echo "$as_me:$LINENO: result: $AWK" >&5 |
2714 |
-echo "${ECHO_T}$AWK" >&6 |
2715 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
2716 |
+$as_echo "$AWK" >&6; } |
2717 |
else |
2718 |
- echo "$as_me:$LINENO: result: no" >&5 |
2719 |
-echo "${ECHO_T}no" >&6 |
2720 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2721 |
+$as_echo "no" >&6; } |
2722 |
fi |
2723 |
|
2724 |
+ |
2725 |
test -n "$AWK" && break |
2726 |
done |
2727 |
|
2728 |
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
2729 |
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 |
2730 |
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
2731 |
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
2732 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
2733 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
2734 |
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
2735 |
+set x ${MAKE-make} |
2736 |
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
2737 |
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
2738 |
+ $as_echo_n "(cached) " >&6 |
2739 |
else |
2740 |
cat >conftest.make <<\_ACEOF |
2741 |
+SHELL = /bin/sh |
2742 |
all: |
2743 |
- @echo 'ac_maketemp="$(MAKE)"' |
2744 |
+ @echo '@@@%%%=$(MAKE)=@@@%%%' |
2745 |
_ACEOF |
2746 |
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
2747 |
-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
2748 |
-if test -n "$ac_maketemp"; then |
2749 |
- eval ac_cv_prog_make_${ac_make}_set=yes |
2750 |
-else |
2751 |
- eval ac_cv_prog_make_${ac_make}_set=no |
2752 |
-fi |
2753 |
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
2754 |
+case `${MAKE-make} -f conftest.make 2>/dev/null` in |
2755 |
+ *@@@%%%=?*=@@@%%%*) |
2756 |
+ eval ac_cv_prog_make_${ac_make}_set=yes;; |
2757 |
+ *) |
2758 |
+ eval ac_cv_prog_make_${ac_make}_set=no;; |
2759 |
+esac |
2760 |
rm -f conftest.make |
2761 |
fi |
2762 |
-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then |
2763 |
- echo "$as_me:$LINENO: result: yes" >&5 |
2764 |
-echo "${ECHO_T}yes" >&6 |
2765 |
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
2766 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2767 |
+$as_echo "yes" >&6; } |
2768 |
SET_MAKE= |
2769 |
else |
2770 |
- echo "$as_me:$LINENO: result: no" >&5 |
2771 |
-echo "${ECHO_T}no" >&6 |
2772 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2773 |
+$as_echo "no" >&6; } |
2774 |
SET_MAKE="MAKE=${MAKE-make}" |
2775 |
fi |
2776 |
|
2777 |
@@ -1595,9 +2496,7 @@ rmdir .tst 2>/dev/null |
2778 |
# test to see if srcdir already configured |
2779 |
if test "`cd $srcdir && pwd`" != "`pwd`" && |
2780 |
test -f $srcdir/config.status; then |
2781 |
- { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
2782 |
-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
2783 |
- { (exit 1); exit 1; }; } |
2784 |
+ as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
2785 |
fi |
2786 |
|
2787 |
# test whether we have cygpath |
2788 |
@@ -1650,10 +2549,10 @@ if test "$cross_compiling" != no; then |
2789 |
if test -n "$ac_tool_prefix"; then |
2790 |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
2791 |
set dummy ${ac_tool_prefix}strip; ac_word=$2 |
2792 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2793 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2794 |
-if test "${ac_cv_prog_STRIP+set}" = set; then |
2795 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
2796 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2797 |
+$as_echo_n "checking for $ac_word... " >&6; } |
2798 |
+if ${ac_cv_prog_STRIP+:} false; then : |
2799 |
+ $as_echo_n "(cached) " >&6 |
2800 |
else |
2801 |
if test -n "$STRIP"; then |
2802 |
ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
2803 |
@@ -1663,35 +2562,37 @@ for as_dir in $PATH |
2804 |
do |
2805 |
IFS=$as_save_IFS |
2806 |
test -z "$as_dir" && as_dir=. |
2807 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
2808 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2809 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
2810 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2811 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
2812 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2813 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2814 |
break 2 |
2815 |
fi |
2816 |
done |
2817 |
-done |
2818 |
+ done |
2819 |
+IFS=$as_save_IFS |
2820 |
|
2821 |
fi |
2822 |
fi |
2823 |
STRIP=$ac_cv_prog_STRIP |
2824 |
if test -n "$STRIP"; then |
2825 |
- echo "$as_me:$LINENO: result: $STRIP" >&5 |
2826 |
-echo "${ECHO_T}$STRIP" >&6 |
2827 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 |
2828 |
+$as_echo "$STRIP" >&6; } |
2829 |
else |
2830 |
- echo "$as_me:$LINENO: result: no" >&5 |
2831 |
-echo "${ECHO_T}no" >&6 |
2832 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2833 |
+$as_echo "no" >&6; } |
2834 |
fi |
2835 |
|
2836 |
+ |
2837 |
fi |
2838 |
if test -z "$ac_cv_prog_STRIP"; then |
2839 |
ac_ct_STRIP=$STRIP |
2840 |
# Extract the first word of "strip", so it can be a program name with args. |
2841 |
set dummy strip; ac_word=$2 |
2842 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2843 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2844 |
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
2845 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
2846 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2847 |
+$as_echo_n "checking for $ac_word... " >&6; } |
2848 |
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
2849 |
+ $as_echo_n "(cached) " >&6 |
2850 |
else |
2851 |
if test -n "$ac_ct_STRIP"; then |
2852 |
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
2853 |
@@ -1701,28 +2602,38 @@ for as_dir in $PATH |
2854 |
do |
2855 |
IFS=$as_save_IFS |
2856 |
test -z "$as_dir" && as_dir=. |
2857 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
2858 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2859 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
2860 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2861 |
ac_cv_prog_ac_ct_STRIP="strip" |
2862 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2863 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2864 |
break 2 |
2865 |
fi |
2866 |
done |
2867 |
-done |
2868 |
+ done |
2869 |
+IFS=$as_save_IFS |
2870 |
|
2871 |
- test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" |
2872 |
fi |
2873 |
fi |
2874 |
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
2875 |
if test -n "$ac_ct_STRIP"; then |
2876 |
- echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
2877 |
-echo "${ECHO_T}$ac_ct_STRIP" >&6 |
2878 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 |
2879 |
+$as_echo "$ac_ct_STRIP" >&6; } |
2880 |
else |
2881 |
- echo "$as_me:$LINENO: result: no" >&5 |
2882 |
-echo "${ECHO_T}no" >&6 |
2883 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2884 |
+$as_echo "no" >&6; } |
2885 |
fi |
2886 |
|
2887 |
- STRIP=$ac_ct_STRIP |
2888 |
+ if test "x$ac_ct_STRIP" = x; then |
2889 |
+ STRIP=":" |
2890 |
+ else |
2891 |
+ case $cross_compiling:$ac_tool_warned in |
2892 |
+yes:) |
2893 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
2894 |
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
2895 |
+ac_tool_warned=yes ;; |
2896 |
+esac |
2897 |
+ STRIP=$ac_ct_STRIP |
2898 |
+ fi |
2899 |
else |
2900 |
STRIP="$ac_cv_prog_STRIP" |
2901 |
fi |
2902 |
@@ -1754,10 +2665,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu |
2903 |
if test -n "$ac_tool_prefix"; then |
2904 |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
2905 |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
2906 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2907 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2908 |
-if test "${ac_cv_prog_CC+set}" = set; then |
2909 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
2910 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2911 |
+$as_echo_n "checking for $ac_word... " >&6; } |
2912 |
+if ${ac_cv_prog_CC+:} false; then : |
2913 |
+ $as_echo_n "(cached) " >&6 |
2914 |
else |
2915 |
if test -n "$CC"; then |
2916 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
2917 |
@@ -1767,35 +2678,37 @@ for as_dir in $PATH |
2918 |
do |
2919 |
IFS=$as_save_IFS |
2920 |
test -z "$as_dir" && as_dir=. |
2921 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
2922 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2923 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
2924 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2925 |
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
2926 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2927 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2928 |
break 2 |
2929 |
fi |
2930 |
done |
2931 |
-done |
2932 |
+ done |
2933 |
+IFS=$as_save_IFS |
2934 |
|
2935 |
fi |
2936 |
fi |
2937 |
CC=$ac_cv_prog_CC |
2938 |
if test -n "$CC"; then |
2939 |
- echo "$as_me:$LINENO: result: $CC" >&5 |
2940 |
-echo "${ECHO_T}$CC" >&6 |
2941 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2942 |
+$as_echo "$CC" >&6; } |
2943 |
else |
2944 |
- echo "$as_me:$LINENO: result: no" >&5 |
2945 |
-echo "${ECHO_T}no" >&6 |
2946 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2947 |
+$as_echo "no" >&6; } |
2948 |
fi |
2949 |
|
2950 |
+ |
2951 |
fi |
2952 |
if test -z "$ac_cv_prog_CC"; then |
2953 |
ac_ct_CC=$CC |
2954 |
# Extract the first word of "gcc", so it can be a program name with args. |
2955 |
set dummy gcc; ac_word=$2 |
2956 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
2957 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
2958 |
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
2959 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
2960 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2961 |
+$as_echo_n "checking for $ac_word... " >&6; } |
2962 |
+if ${ac_cv_prog_ac_ct_CC+:} false; then : |
2963 |
+ $as_echo_n "(cached) " >&6 |
2964 |
else |
2965 |
if test -n "$ac_ct_CC"; then |
2966 |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
2967 |
@@ -1805,39 +2718,50 @@ for as_dir in $PATH |
2968 |
do |
2969 |
IFS=$as_save_IFS |
2970 |
test -z "$as_dir" && as_dir=. |
2971 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
2972 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2973 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
2974 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
2975 |
ac_cv_prog_ac_ct_CC="gcc" |
2976 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2977 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
2978 |
break 2 |
2979 |
fi |
2980 |
done |
2981 |
-done |
2982 |
+ done |
2983 |
+IFS=$as_save_IFS |
2984 |
|
2985 |
fi |
2986 |
fi |
2987 |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
2988 |
if test -n "$ac_ct_CC"; then |
2989 |
- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
2990 |
-echo "${ECHO_T}$ac_ct_CC" >&6 |
2991 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2992 |
+$as_echo "$ac_ct_CC" >&6; } |
2993 |
else |
2994 |
- echo "$as_me:$LINENO: result: no" >&5 |
2995 |
-echo "${ECHO_T}no" >&6 |
2996 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2997 |
+$as_echo "no" >&6; } |
2998 |
fi |
2999 |
|
3000 |
- CC=$ac_ct_CC |
3001 |
+ if test "x$ac_ct_CC" = x; then |
3002 |
+ CC="" |
3003 |
+ else |
3004 |
+ case $cross_compiling:$ac_tool_warned in |
3005 |
+yes:) |
3006 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
3007 |
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
3008 |
+ac_tool_warned=yes ;; |
3009 |
+esac |
3010 |
+ CC=$ac_ct_CC |
3011 |
+ fi |
3012 |
else |
3013 |
CC="$ac_cv_prog_CC" |
3014 |
fi |
3015 |
|
3016 |
if test -z "$CC"; then |
3017 |
- if test -n "$ac_tool_prefix"; then |
3018 |
- # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
3019 |
+ if test -n "$ac_tool_prefix"; then |
3020 |
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
3021 |
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
3022 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3023 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3024 |
-if test "${ac_cv_prog_CC+set}" = set; then |
3025 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3026 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3027 |
+$as_echo_n "checking for $ac_word... " >&6; } |
3028 |
+if ${ac_cv_prog_CC+:} false; then : |
3029 |
+ $as_echo_n "(cached) " >&6 |
3030 |
else |
3031 |
if test -n "$CC"; then |
3032 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
3033 |
@@ -1847,77 +2771,37 @@ for as_dir in $PATH |
3034 |
do |
3035 |
IFS=$as_save_IFS |
3036 |
test -z "$as_dir" && as_dir=. |
3037 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
3038 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3039 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
3040 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3041 |
ac_cv_prog_CC="${ac_tool_prefix}cc" |
3042 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3043 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3044 |
break 2 |
3045 |
fi |
3046 |
done |
3047 |
-done |
3048 |
+ done |
3049 |
+IFS=$as_save_IFS |
3050 |
|
3051 |
fi |
3052 |
fi |
3053 |
CC=$ac_cv_prog_CC |
3054 |
if test -n "$CC"; then |
3055 |
- echo "$as_me:$LINENO: result: $CC" >&5 |
3056 |
-echo "${ECHO_T}$CC" >&6 |
3057 |
-else |
3058 |
- echo "$as_me:$LINENO: result: no" >&5 |
3059 |
-echo "${ECHO_T}no" >&6 |
3060 |
-fi |
3061 |
- |
3062 |
-fi |
3063 |
-if test -z "$ac_cv_prog_CC"; then |
3064 |
- ac_ct_CC=$CC |
3065 |
- # Extract the first word of "cc", so it can be a program name with args. |
3066 |
-set dummy cc; ac_word=$2 |
3067 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3068 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3069 |
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
3070 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3071 |
-else |
3072 |
- if test -n "$ac_ct_CC"; then |
3073 |
- ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
3074 |
-else |
3075 |
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3076 |
-for as_dir in $PATH |
3077 |
-do |
3078 |
- IFS=$as_save_IFS |
3079 |
- test -z "$as_dir" && as_dir=. |
3080 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
3081 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3082 |
- ac_cv_prog_ac_ct_CC="cc" |
3083 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3084 |
- break 2 |
3085 |
- fi |
3086 |
-done |
3087 |
-done |
3088 |
- |
3089 |
-fi |
3090 |
-fi |
3091 |
-ac_ct_CC=$ac_cv_prog_ac_ct_CC |
3092 |
-if test -n "$ac_ct_CC"; then |
3093 |
- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
3094 |
-echo "${ECHO_T}$ac_ct_CC" >&6 |
3095 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3096 |
+$as_echo "$CC" >&6; } |
3097 |
else |
3098 |
- echo "$as_me:$LINENO: result: no" >&5 |
3099 |
-echo "${ECHO_T}no" >&6 |
3100 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3101 |
+$as_echo "no" >&6; } |
3102 |
fi |
3103 |
|
3104 |
- CC=$ac_ct_CC |
3105 |
-else |
3106 |
- CC="$ac_cv_prog_CC" |
3107 |
-fi |
3108 |
|
3109 |
+ fi |
3110 |
fi |
3111 |
if test -z "$CC"; then |
3112 |
# Extract the first word of "cc", so it can be a program name with args. |
3113 |
set dummy cc; ac_word=$2 |
3114 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3115 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3116 |
-if test "${ac_cv_prog_CC+set}" = set; then |
3117 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3118 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3119 |
+$as_echo_n "checking for $ac_word... " >&6; } |
3120 |
+if ${ac_cv_prog_CC+:} false; then : |
3121 |
+ $as_echo_n "(cached) " >&6 |
3122 |
else |
3123 |
if test -n "$CC"; then |
3124 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
3125 |
@@ -1928,18 +2812,19 @@ for as_dir in $PATH |
3126 |
do |
3127 |
IFS=$as_save_IFS |
3128 |
test -z "$as_dir" && as_dir=. |
3129 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
3130 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3131 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
3132 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3133 |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
3134 |
ac_prog_rejected=yes |
3135 |
continue |
3136 |
fi |
3137 |
ac_cv_prog_CC="cc" |
3138 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3139 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3140 |
break 2 |
3141 |
fi |
3142 |
done |
3143 |
-done |
3144 |
+ done |
3145 |
+IFS=$as_save_IFS |
3146 |
|
3147 |
if test $ac_prog_rejected = yes; then |
3148 |
# We found a bogon in the path, so make sure we never use it. |
3149 |
@@ -1957,24 +2842,25 @@ fi |
3150 |
fi |
3151 |
CC=$ac_cv_prog_CC |
3152 |
if test -n "$CC"; then |
3153 |
- echo "$as_me:$LINENO: result: $CC" >&5 |
3154 |
-echo "${ECHO_T}$CC" >&6 |
3155 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3156 |
+$as_echo "$CC" >&6; } |
3157 |
else |
3158 |
- echo "$as_me:$LINENO: result: no" >&5 |
3159 |
-echo "${ECHO_T}no" >&6 |
3160 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3161 |
+$as_echo "no" >&6; } |
3162 |
fi |
3163 |
|
3164 |
+ |
3165 |
fi |
3166 |
if test -z "$CC"; then |
3167 |
if test -n "$ac_tool_prefix"; then |
3168 |
- for ac_prog in cl |
3169 |
+ for ac_prog in cl.exe |
3170 |
do |
3171 |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
3172 |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
3173 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3174 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3175 |
-if test "${ac_cv_prog_CC+set}" = set; then |
3176 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3177 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3178 |
+$as_echo_n "checking for $ac_word... " >&6; } |
3179 |
+if ${ac_cv_prog_CC+:} false; then : |
3180 |
+ $as_echo_n "(cached) " >&6 |
3181 |
else |
3182 |
if test -n "$CC"; then |
3183 |
ac_cv_prog_CC="$CC" # Let the user override the test. |
3184 |
@@ -1984,39 +2870,41 @@ for as_dir in $PATH |
3185 |
do |
3186 |
IFS=$as_save_IFS |
3187 |
test -z "$as_dir" && as_dir=. |
3188 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
3189 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3190 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
3191 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3192 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
3193 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3194 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3195 |
break 2 |
3196 |
fi |
3197 |
done |
3198 |
-done |
3199 |
+ done |
3200 |
+IFS=$as_save_IFS |
3201 |
|
3202 |
fi |
3203 |
fi |
3204 |
CC=$ac_cv_prog_CC |
3205 |
if test -n "$CC"; then |
3206 |
- echo "$as_me:$LINENO: result: $CC" >&5 |
3207 |
-echo "${ECHO_T}$CC" >&6 |
3208 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
3209 |
+$as_echo "$CC" >&6; } |
3210 |
else |
3211 |
- echo "$as_me:$LINENO: result: no" >&5 |
3212 |
-echo "${ECHO_T}no" >&6 |
3213 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3214 |
+$as_echo "no" >&6; } |
3215 |
fi |
3216 |
|
3217 |
+ |
3218 |
test -n "$CC" && break |
3219 |
done |
3220 |
fi |
3221 |
if test -z "$CC"; then |
3222 |
ac_ct_CC=$CC |
3223 |
- for ac_prog in cl |
3224 |
+ for ac_prog in cl.exe |
3225 |
do |
3226 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
3227 |
set dummy $ac_prog; ac_word=$2 |
3228 |
-echo "$as_me:$LINENO: checking for $ac_word" >&5 |
3229 |
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
3230 |
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
3231 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3232 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3233 |
+$as_echo_n "checking for $ac_word... " >&6; } |
3234 |
+if ${ac_cv_prog_ac_ct_CC+:} false; then : |
3235 |
+ $as_echo_n "(cached) " >&6 |
3236 |
else |
3237 |
if test -n "$ac_ct_CC"; then |
3238 |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
3239 |
@@ -2026,66 +2914,78 @@ for as_dir in $PATH |
3240 |
do |
3241 |
IFS=$as_save_IFS |
3242 |
test -z "$as_dir" && as_dir=. |
3243 |
- for ac_exec_ext in '' $ac_executable_extensions; do |
3244 |
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3245 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
3246 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
3247 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
3248 |
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3249 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3250 |
break 2 |
3251 |
fi |
3252 |
done |
3253 |
-done |
3254 |
+ done |
3255 |
+IFS=$as_save_IFS |
3256 |
|
3257 |
fi |
3258 |
fi |
3259 |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
3260 |
if test -n "$ac_ct_CC"; then |
3261 |
- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
3262 |
-echo "${ECHO_T}$ac_ct_CC" >&6 |
3263 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
3264 |
+$as_echo "$ac_ct_CC" >&6; } |
3265 |
else |
3266 |
- echo "$as_me:$LINENO: result: no" >&5 |
3267 |
-echo "${ECHO_T}no" >&6 |
3268 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3269 |
+$as_echo "no" >&6; } |
3270 |
fi |
3271 |
|
3272 |
+ |
3273 |
test -n "$ac_ct_CC" && break |
3274 |
done |
3275 |
|
3276 |
- CC=$ac_ct_CC |
3277 |
+ if test "x$ac_ct_CC" = x; then |
3278 |
+ CC="" |
3279 |
+ else |
3280 |
+ case $cross_compiling:$ac_tool_warned in |
3281 |
+yes:) |
3282 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
3283 |
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
3284 |
+ac_tool_warned=yes ;; |
3285 |
+esac |
3286 |
+ CC=$ac_ct_CC |
3287 |
+ fi |
3288 |
fi |
3289 |
|
3290 |
fi |
3291 |
|
3292 |
|
3293 |
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
3294 |
-See \`config.log' for more details." >&5 |
3295 |
-echo "$as_me: error: no acceptable C compiler found in \$PATH |
3296 |
-See \`config.log' for more details." >&2;} |
3297 |
- { (exit 1); exit 1; }; } |
3298 |
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3299 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3300 |
+as_fn_error $? "no acceptable C compiler found in \$PATH |
3301 |
+See \`config.log' for more details" "$LINENO" 5; } |
3302 |
|
3303 |
# Provide some information about the compiler. |
3304 |
-echo "$as_me:$LINENO:" \ |
3305 |
- "checking for C compiler version" >&5 |
3306 |
-ac_compiler=`set X $ac_compile; echo $2` |
3307 |
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 |
3308 |
- (eval $ac_compiler --version </dev/null >&5) 2>&5 |
3309 |
- ac_status=$? |
3310 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3311 |
- (exit $ac_status); } |
3312 |
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 |
3313 |
- (eval $ac_compiler -v </dev/null >&5) 2>&5 |
3314 |
- ac_status=$? |
3315 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3316 |
- (exit $ac_status); } |
3317 |
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 |
3318 |
- (eval $ac_compiler -V </dev/null >&5) 2>&5 |
3319 |
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
3320 |
+set X $ac_compile |
3321 |
+ac_compiler=$2 |
3322 |
+for ac_option in --version -v -V -qversion; do |
3323 |
+ { { ac_try="$ac_compiler $ac_option >&5" |
3324 |
+case "(($ac_try" in |
3325 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3326 |
+ *) ac_try_echo=$ac_try;; |
3327 |
+esac |
3328 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3329 |
+$as_echo "$ac_try_echo"; } >&5 |
3330 |
+ (eval "$ac_compiler $ac_option >&5") 2>conftest.err |
3331 |
ac_status=$? |
3332 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3333 |
- (exit $ac_status); } |
3334 |
+ if test -s conftest.err; then |
3335 |
+ sed '10a\ |
3336 |
+... rest of stderr output deleted ... |
3337 |
+ 10q' conftest.err >conftest.er1 |
3338 |
+ cat conftest.er1 >&5 |
3339 |
+ fi |
3340 |
+ rm -f conftest.er1 conftest.err |
3341 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3342 |
+ test $ac_status = 0; } |
3343 |
+done |
3344 |
|
3345 |
-cat >conftest.$ac_ext <<_ACEOF |
3346 |
-/* confdefs.h. */ |
3347 |
-_ACEOF |
3348 |
-cat confdefs.h >>conftest.$ac_ext |
3349 |
-cat >>conftest.$ac_ext <<_ACEOF |
3350 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3351 |
/* end confdefs.h. */ |
3352 |
|
3353 |
int |
3354 |
@@ -2097,112 +2997,108 @@ main () |
3355 |
} |
3356 |
_ACEOF |
3357 |
ac_clean_files_save=$ac_clean_files |
3358 |
-ac_clean_files="$ac_clean_files a.out a.exe b.out" |
3359 |
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
3360 |
# Try to create an executable without -o first, disregard a.out. |
3361 |
# It will help us diagnose broken compilers, and finding out an intuition |
3362 |
# of exeext. |
3363 |
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
3364 |
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 |
3365 |
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
3366 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 |
3367 |
- (eval $ac_link_default) 2>&5 |
3368 |
- ac_status=$? |
3369 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3370 |
- (exit $ac_status); }; then |
3371 |
- # Find the output, starting from the most likely. This scheme is |
3372 |
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last |
3373 |
-# resort. |
3374 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
3375 |
+$as_echo_n "checking whether the C compiler works... " >&6; } |
3376 |
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
3377 |
|
3378 |
-# Be careful to initialize this variable, since it used to be cached. |
3379 |
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. |
3380 |
-ac_cv_exeext= |
3381 |
-# b.out is created by i960 compilers. |
3382 |
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out |
3383 |
+# The possible output files: |
3384 |
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
3385 |
+ |
3386 |
+ac_rmfiles= |
3387 |
+for ac_file in $ac_files |
3388 |
+do |
3389 |
+ case $ac_file in |
3390 |
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
3391 |
+ * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
3392 |
+ esac |
3393 |
+done |
3394 |
+rm -f $ac_rmfiles |
3395 |
+ |
3396 |
+if { { ac_try="$ac_link_default" |
3397 |
+case "(($ac_try" in |
3398 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3399 |
+ *) ac_try_echo=$ac_try;; |
3400 |
+esac |
3401 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3402 |
+$as_echo "$ac_try_echo"; } >&5 |
3403 |
+ (eval "$ac_link_default") 2>&5 |
3404 |
+ ac_status=$? |
3405 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3406 |
+ test $ac_status = 0; }; then : |
3407 |
+ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
3408 |
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
3409 |
+# in a Makefile. We should not override ac_cv_exeext if it was cached, |
3410 |
+# so that the user can short-circuit this test for compilers unknown to |
3411 |
+# Autoconf. |
3412 |
+for ac_file in $ac_files '' |
3413 |
do |
3414 |
test -f "$ac_file" || continue |
3415 |
case $ac_file in |
3416 |
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) |
3417 |
- ;; |
3418 |
- conftest.$ac_ext ) |
3419 |
- # This is the source file. |
3420 |
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
3421 |
;; |
3422 |
[ab].out ) |
3423 |
# We found the default executable, but exeext='' is most |
3424 |
# certainly right. |
3425 |
break;; |
3426 |
*.* ) |
3427 |
- ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
3428 |
- # FIXME: I believe we export ac_cv_exeext for Libtool, |
3429 |
- # but it would be cool to find out if it's true. Does anybody |
3430 |
- # maintain Libtool? --akim. |
3431 |
- export ac_cv_exeext |
3432 |
+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
3433 |
+ then :; else |
3434 |
+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
3435 |
+ fi |
3436 |
+ # We set ac_cv_exeext here because the later test for it is not |
3437 |
+ # safe: cross compilers may not add the suffix if given an `-o' |
3438 |
+ # argument, so we may need to know it at that point already. |
3439 |
+ # Even if this section looks crufty: it has the advantage of |
3440 |
+ # actually working. |
3441 |
break;; |
3442 |
* ) |
3443 |
break;; |
3444 |
esac |
3445 |
done |
3446 |
+test "$ac_cv_exeext" = no && ac_cv_exeext= |
3447 |
+ |
3448 |
else |
3449 |
- echo "$as_me: failed program was:" >&5 |
3450 |
+ ac_file='' |
3451 |
+fi |
3452 |
+if test -z "$ac_file"; then : |
3453 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3454 |
+$as_echo "no" >&6; } |
3455 |
+$as_echo "$as_me: failed program was:" >&5 |
3456 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3457 |
|
3458 |
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables |
3459 |
-See \`config.log' for more details." >&5 |
3460 |
-echo "$as_me: error: C compiler cannot create executables |
3461 |
-See \`config.log' for more details." >&2;} |
3462 |
- { (exit 77); exit 77; }; } |
3463 |
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3464 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3465 |
+as_fn_error 77 "C compiler cannot create executables |
3466 |
+See \`config.log' for more details" "$LINENO" 5; } |
3467 |
+else |
3468 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3469 |
+$as_echo "yes" >&6; } |
3470 |
fi |
3471 |
- |
3472 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
3473 |
+$as_echo_n "checking for C compiler default output file name... " >&6; } |
3474 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
3475 |
+$as_echo "$ac_file" >&6; } |
3476 |
ac_exeext=$ac_cv_exeext |
3477 |
-echo "$as_me:$LINENO: result: $ac_file" >&5 |
3478 |
-echo "${ECHO_T}$ac_file" >&6 |
3479 |
- |
3480 |
-# Check the compiler produces executables we can run. If not, either |
3481 |
-# the compiler is broken, or we cross compile. |
3482 |
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
3483 |
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 |
3484 |
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
3485 |
-# If not cross compiling, check that we can run a simple program. |
3486 |
-if test "$cross_compiling" != yes; then |
3487 |
- if { ac_try='./$ac_file' |
3488 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
3489 |
- (eval $ac_try) 2>&5 |
3490 |
- ac_status=$? |
3491 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3492 |
- (exit $ac_status); }; }; then |
3493 |
- cross_compiling=no |
3494 |
- else |
3495 |
- if test "$cross_compiling" = maybe; then |
3496 |
- cross_compiling=yes |
3497 |
- else |
3498 |
- { { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
3499 |
-If you meant to cross compile, use \`--host'. |
3500 |
-See \`config.log' for more details." >&5 |
3501 |
-echo "$as_me: error: cannot run C compiled programs. |
3502 |
-If you meant to cross compile, use \`--host'. |
3503 |
-See \`config.log' for more details." >&2;} |
3504 |
- { (exit 1); exit 1; }; } |
3505 |
- fi |
3506 |
- fi |
3507 |
-fi |
3508 |
-echo "$as_me:$LINENO: result: yes" >&5 |
3509 |
-echo "${ECHO_T}yes" >&6 |
3510 |
|
3511 |
-rm -f a.out a.exe conftest$ac_cv_exeext b.out |
3512 |
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
3513 |
ac_clean_files=$ac_clean_files_save |
3514 |
-# Check the compiler produces executables we can run. If not, either |
3515 |
-# the compiler is broken, or we cross compile. |
3516 |
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
3517 |
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 |
3518 |
-echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
3519 |
-echo "${ECHO_T}$cross_compiling" >&6 |
3520 |
- |
3521 |
-echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
3522 |
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 |
3523 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
3524 |
- (eval $ac_link) 2>&5 |
3525 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
3526 |
+$as_echo_n "checking for suffix of executables... " >&6; } |
3527 |
+if { { ac_try="$ac_link" |
3528 |
+case "(($ac_try" in |
3529 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3530 |
+ *) ac_try_echo=$ac_try;; |
3531 |
+esac |
3532 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3533 |
+$as_echo "$ac_try_echo"; } >&5 |
3534 |
+ (eval "$ac_link") 2>&5 |
3535 |
ac_status=$? |
3536 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3537 |
- (exit $ac_status); }; then |
3538 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3539 |
+ test $ac_status = 0; }; then : |
3540 |
# If both `conftest.exe' and `conftest' are `present' (well, observable) |
3541 |
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
3542 |
# work properly (i.e., refer to `conftest.exe'), while it won't with |
3543 |
@@ -2210,38 +3106,90 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l |
3544 |
for ac_file in conftest.exe conftest conftest.*; do |
3545 |
test -f "$ac_file" || continue |
3546 |
case $ac_file in |
3547 |
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; |
3548 |
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
3549 |
*.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
3550 |
- export ac_cv_exeext |
3551 |
break;; |
3552 |
* ) break;; |
3553 |
esac |
3554 |
done |
3555 |
else |
3556 |
- { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
3557 |
-See \`config.log' for more details." >&5 |
3558 |
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
3559 |
-See \`config.log' for more details." >&2;} |
3560 |
- { (exit 1); exit 1; }; } |
3561 |
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3562 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3563 |
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
3564 |
+See \`config.log' for more details" "$LINENO" 5; } |
3565 |
fi |
3566 |
- |
3567 |
-rm -f conftest$ac_cv_exeext |
3568 |
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
3569 |
-echo "${ECHO_T}$ac_cv_exeext" >&6 |
3570 |
+rm -f conftest conftest$ac_cv_exeext |
3571 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3572 |
+$as_echo "$ac_cv_exeext" >&6; } |
3573 |
|
3574 |
rm -f conftest.$ac_ext |
3575 |
EXEEXT=$ac_cv_exeext |
3576 |
ac_exeext=$EXEEXT |
3577 |
-echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
3578 |
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 |
3579 |
-if test "${ac_cv_objext+set}" = set; then |
3580 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3581 |
-else |
3582 |
- cat >conftest.$ac_ext <<_ACEOF |
3583 |
-/* confdefs.h. */ |
3584 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3585 |
+/* end confdefs.h. */ |
3586 |
+#include <stdio.h> |
3587 |
+int |
3588 |
+main () |
3589 |
+{ |
3590 |
+FILE *f = fopen ("conftest.out", "w"); |
3591 |
+ return ferror (f) || fclose (f) != 0; |
3592 |
+ |
3593 |
+ ; |
3594 |
+ return 0; |
3595 |
+} |
3596 |
_ACEOF |
3597 |
-cat confdefs.h >>conftest.$ac_ext |
3598 |
-cat >>conftest.$ac_ext <<_ACEOF |
3599 |
+ac_clean_files="$ac_clean_files conftest.out" |
3600 |
+# Check that the compiler produces executables we can run. If not, either |
3601 |
+# the compiler is broken, or we cross compile. |
3602 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
3603 |
+$as_echo_n "checking whether we are cross compiling... " >&6; } |
3604 |
+if test "$cross_compiling" != yes; then |
3605 |
+ { { ac_try="$ac_link" |
3606 |
+case "(($ac_try" in |
3607 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3608 |
+ *) ac_try_echo=$ac_try;; |
3609 |
+esac |
3610 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3611 |
+$as_echo "$ac_try_echo"; } >&5 |
3612 |
+ (eval "$ac_link") 2>&5 |
3613 |
+ ac_status=$? |
3614 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3615 |
+ test $ac_status = 0; } |
3616 |
+ if { ac_try='./conftest$ac_cv_exeext' |
3617 |
+ { { case "(($ac_try" in |
3618 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3619 |
+ *) ac_try_echo=$ac_try;; |
3620 |
+esac |
3621 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3622 |
+$as_echo "$ac_try_echo"; } >&5 |
3623 |
+ (eval "$ac_try") 2>&5 |
3624 |
+ ac_status=$? |
3625 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3626 |
+ test $ac_status = 0; }; }; then |
3627 |
+ cross_compiling=no |
3628 |
+ else |
3629 |
+ if test "$cross_compiling" = maybe; then |
3630 |
+ cross_compiling=yes |
3631 |
+ else |
3632 |
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3633 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3634 |
+as_fn_error $? "cannot run C compiled programs. |
3635 |
+If you meant to cross compile, use \`--host'. |
3636 |
+See \`config.log' for more details" "$LINENO" 5; } |
3637 |
+ fi |
3638 |
+ fi |
3639 |
+fi |
3640 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
3641 |
+$as_echo "$cross_compiling" >&6; } |
3642 |
+ |
3643 |
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
3644 |
+ac_clean_files=$ac_clean_files_save |
3645 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3646 |
+$as_echo_n "checking for suffix of object files... " >&6; } |
3647 |
+if ${ac_cv_objext+:} false; then : |
3648 |
+ $as_echo_n "(cached) " >&6 |
3649 |
+else |
3650 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3651 |
/* end confdefs.h. */ |
3652 |
|
3653 |
int |
3654 |
@@ -2253,45 +3201,46 @@ main () |
3655 |
} |
3656 |
_ACEOF |
3657 |
rm -f conftest.o conftest.obj |
3658 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
3659 |
- (eval $ac_compile) 2>&5 |
3660 |
+if { { ac_try="$ac_compile" |
3661 |
+case "(($ac_try" in |
3662 |
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3663 |
+ *) ac_try_echo=$ac_try;; |
3664 |
+esac |
3665 |
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3666 |
+$as_echo "$ac_try_echo"; } >&5 |
3667 |
+ (eval "$ac_compile") 2>&5 |
3668 |
ac_status=$? |
3669 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3670 |
- (exit $ac_status); }; then |
3671 |
- for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do |
3672 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3673 |
+ test $ac_status = 0; }; then : |
3674 |
+ for ac_file in conftest.o conftest.obj conftest.*; do |
3675 |
+ test -f "$ac_file" || continue; |
3676 |
case $ac_file in |
3677 |
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; |
3678 |
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
3679 |
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
3680 |
break;; |
3681 |
esac |
3682 |
done |
3683 |
else |
3684 |
- echo "$as_me: failed program was:" >&5 |
3685 |
+ $as_echo "$as_me: failed program was:" >&5 |
3686 |
sed 's/^/| /' conftest.$ac_ext >&5 |
3687 |
|
3688 |
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
3689 |
-See \`config.log' for more details." >&5 |
3690 |
-echo "$as_me: error: cannot compute suffix of object files: cannot compile |
3691 |
-See \`config.log' for more details." >&2;} |
3692 |
- { (exit 1); exit 1; }; } |
3693 |
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3694 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3695 |
+as_fn_error $? "cannot compute suffix of object files: cannot compile |
3696 |
+See \`config.log' for more details" "$LINENO" 5; } |
3697 |
fi |
3698 |
- |
3699 |
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3700 |
fi |
3701 |
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
3702 |
-echo "${ECHO_T}$ac_cv_objext" >&6 |
3703 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3704 |
+$as_echo "$ac_cv_objext" >&6; } |
3705 |
OBJEXT=$ac_cv_objext |
3706 |
ac_objext=$OBJEXT |
3707 |
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
3708 |
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 |
3709 |
-if test "${ac_cv_c_compiler_gnu+set}" = set; then |
3710 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3711 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3712 |
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
3713 |
+if ${ac_cv_c_compiler_gnu+:} false; then : |
3714 |
+ $as_echo_n "(cached) " >&6 |
3715 |
else |
3716 |
- cat >conftest.$ac_ext <<_ACEOF |
3717 |
-/* confdefs.h. */ |
3718 |
-_ACEOF |
3719 |
-cat confdefs.h >>conftest.$ac_ext |
3720 |
-cat >>conftest.$ac_ext <<_ACEOF |
3721 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3722 |
/* end confdefs.h. */ |
3723 |
|
3724 |
int |
3725 |
@@ -2305,55 +3254,34 @@ main () |
3726 |
return 0; |
3727 |
} |
3728 |
_ACEOF |
3729 |
-rm -f conftest.$ac_objext |
3730 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
3731 |
- (eval $ac_compile) 2>conftest.er1 |
3732 |
- ac_status=$? |
3733 |
- grep -v '^ *+' conftest.er1 >conftest.err |
3734 |
- rm -f conftest.er1 |
3735 |
- cat conftest.err >&5 |
3736 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3737 |
- (exit $ac_status); } && |
3738 |
- { ac_try='test -z "$ac_c_werror_flag" |
3739 |
- || test ! -s conftest.err' |
3740 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
3741 |
- (eval $ac_try) 2>&5 |
3742 |
- ac_status=$? |
3743 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3744 |
- (exit $ac_status); }; } && |
3745 |
- { ac_try='test -s conftest.$ac_objext' |
3746 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
3747 |
- (eval $ac_try) 2>&5 |
3748 |
- ac_status=$? |
3749 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3750 |
- (exit $ac_status); }; }; then |
3751 |
+if ac_fn_c_try_compile "$LINENO"; then : |
3752 |
ac_compiler_gnu=yes |
3753 |
else |
3754 |
- echo "$as_me: failed program was:" >&5 |
3755 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
3756 |
- |
3757 |
-ac_compiler_gnu=no |
3758 |
+ ac_compiler_gnu=no |
3759 |
fi |
3760 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
3761 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3762 |
ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3763 |
|
3764 |
fi |
3765 |
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
3766 |
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 |
3767 |
-GCC=`test $ac_compiler_gnu = yes && echo yes` |
3768 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
3769 |
+$as_echo "$ac_cv_c_compiler_gnu" >&6; } |
3770 |
+if test $ac_compiler_gnu = yes; then |
3771 |
+ GCC=yes |
3772 |
+else |
3773 |
+ GCC= |
3774 |
+fi |
3775 |
ac_test_CFLAGS=${CFLAGS+set} |
3776 |
ac_save_CFLAGS=$CFLAGS |
3777 |
-CFLAGS="-g" |
3778 |
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
3779 |
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 |
3780 |
-if test "${ac_cv_prog_cc_g+set}" = set; then |
3781 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3782 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3783 |
+$as_echo_n "checking whether $CC accepts -g... " >&6; } |
3784 |
+if ${ac_cv_prog_cc_g+:} false; then : |
3785 |
+ $as_echo_n "(cached) " >&6 |
3786 |
else |
3787 |
- cat >conftest.$ac_ext <<_ACEOF |
3788 |
-/* confdefs.h. */ |
3789 |
-_ACEOF |
3790 |
-cat confdefs.h >>conftest.$ac_ext |
3791 |
-cat >>conftest.$ac_ext <<_ACEOF |
3792 |
+ ac_save_c_werror_flag=$ac_c_werror_flag |
3793 |
+ ac_c_werror_flag=yes |
3794 |
+ ac_cv_prog_cc_g=no |
3795 |
+ CFLAGS="-g" |
3796 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3797 |
/* end confdefs.h. */ |
3798 |
|
3799 |
int |
3800 |
@@ -2364,39 +3292,49 @@ main () |
3801 |
return 0; |
3802 |
} |
3803 |
_ACEOF |
3804 |
-rm -f conftest.$ac_objext |
3805 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
3806 |
- (eval $ac_compile) 2>conftest.er1 |
3807 |
- ac_status=$? |
3808 |
- grep -v '^ *+' conftest.er1 >conftest.err |
3809 |
- rm -f conftest.er1 |
3810 |
- cat conftest.err >&5 |
3811 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3812 |
- (exit $ac_status); } && |
3813 |
- { ac_try='test -z "$ac_c_werror_flag" |
3814 |
- || test ! -s conftest.err' |
3815 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
3816 |
- (eval $ac_try) 2>&5 |
3817 |
- ac_status=$? |
3818 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3819 |
- (exit $ac_status); }; } && |
3820 |
- { ac_try='test -s conftest.$ac_objext' |
3821 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
3822 |
- (eval $ac_try) 2>&5 |
3823 |
- ac_status=$? |
3824 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3825 |
- (exit $ac_status); }; }; then |
3826 |
+if ac_fn_c_try_compile "$LINENO"; then : |
3827 |
ac_cv_prog_cc_g=yes |
3828 |
else |
3829 |
- echo "$as_me: failed program was:" >&5 |
3830 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
3831 |
+ CFLAGS="" |
3832 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3833 |
+/* end confdefs.h. */ |
3834 |
|
3835 |
-ac_cv_prog_cc_g=no |
3836 |
+int |
3837 |
+main () |
3838 |
+{ |
3839 |
+ |
3840 |
+ ; |
3841 |
+ return 0; |
3842 |
+} |
3843 |
+_ACEOF |
3844 |
+if ac_fn_c_try_compile "$LINENO"; then : |
3845 |
+ |
3846 |
+else |
3847 |
+ ac_c_werror_flag=$ac_save_c_werror_flag |
3848 |
+ CFLAGS="-g" |
3849 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3850 |
+/* end confdefs.h. */ |
3851 |
+ |
3852 |
+int |
3853 |
+main () |
3854 |
+{ |
3855 |
+ |
3856 |
+ ; |
3857 |
+ return 0; |
3858 |
+} |
3859 |
+_ACEOF |
3860 |
+if ac_fn_c_try_compile "$LINENO"; then : |
3861 |
+ ac_cv_prog_cc_g=yes |
3862 |
fi |
3863 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
3864 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3865 |
fi |
3866 |
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
3867 |
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
3868 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3869 |
+fi |
3870 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3871 |
+ ac_c_werror_flag=$ac_save_c_werror_flag |
3872 |
+fi |
3873 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 |
3874 |
+$as_echo "$ac_cv_prog_cc_g" >&6; } |
3875 |
if test "$ac_test_CFLAGS" = set; then |
3876 |
CFLAGS=$ac_save_CFLAGS |
3877 |
elif test $ac_cv_prog_cc_g = yes; then |
3878 |
@@ -2412,23 +3350,18 @@ else |
3879 |
CFLAGS= |
3880 |
fi |
3881 |
fi |
3882 |
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 |
3883 |
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 |
3884 |
-if test "${ac_cv_prog_cc_stdc+set}" = set; then |
3885 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
3886 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3887 |
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
3888 |
+if ${ac_cv_prog_cc_c89+:} false; then : |
3889 |
+ $as_echo_n "(cached) " >&6 |
3890 |
else |
3891 |
- ac_cv_prog_cc_stdc=no |
3892 |
+ ac_cv_prog_cc_c89=no |
3893 |
ac_save_CC=$CC |
3894 |
-cat >conftest.$ac_ext <<_ACEOF |
3895 |
-/* confdefs.h. */ |
3896 |
-_ACEOF |
3897 |
-cat confdefs.h >>conftest.$ac_ext |
3898 |
-cat >>conftest.$ac_ext <<_ACEOF |
3899 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3900 |
/* end confdefs.h. */ |
3901 |
#include <stdarg.h> |
3902 |
#include <stdio.h> |
3903 |
-#include <sys/types.h> |
3904 |
-#include <sys/stat.h> |
3905 |
+struct stat; |
3906 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
3907 |
struct buf { int x; }; |
3908 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
3909 |
@@ -2451,12 +3384,17 @@ static char *f (char * (*g) (char **, in |
3910 |
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
3911 |
function prototypes and stuff, but not '\xHH' hex character constants. |
3912 |
These don't provoke an error unfortunately, instead are silently treated |
3913 |
- as 'x'. The following induces an error, until -std1 is added to get |
3914 |
+ as 'x'. The following induces an error, until -std is added to get |
3915 |
proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3916 |
array size at least. It's necessary to write '\x00'==0 to get something |
3917 |
- that's true only with -std1. */ |
3918 |
+ that's true only with -std. */ |
3919 |
int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3920 |
|
3921 |
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3922 |
+ inside strings and character constants. */ |
3923 |
+#define FOO(x) 'x' |
3924 |
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; |
3925 |
+ |
3926 |
int test (int i, double x); |
3927 |
struct s1 {int (*f) (int a);}; |
3928 |
struct s2 {int (*f) (double a);}; |
3929 |
@@ -2471,205 +3409,37 @@ return f (e, argv, 0) != argv[0] || f |
3930 |
return 0; |
3931 |
} |
3932 |
_ACEOF |
3933 |
-# Don't try gcc -ansi; that turns off useful extensions and |
3934 |
-# breaks some systems' header files. |
3935 |
-# AIX -qlanglvl=ansi |
3936 |
-# Ultrix and OSF/1 -std1 |
3937 |
-# HP-UX 10.20 and later -Ae |
3938 |
-# HP-UX older versions -Aa -D_HPUX_SOURCE |
3939 |
-# SVR4 -Xc -D__EXTENSIONS__ |
3940 |
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
3941 |
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3942 |
+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
3943 |
do |
3944 |
CC="$ac_save_CC $ac_arg" |
3945 |
- rm -f conftest.$ac_objext |
3946 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
3947 |
- (eval $ac_compile) 2>conftest.er1 |
3948 |
- ac_status=$? |
3949 |
- grep -v '^ *+' conftest.er1 >conftest.err |
3950 |
- rm -f conftest.er1 |
3951 |
- cat conftest.err >&5 |
3952 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3953 |
- (exit $ac_status); } && |
3954 |
- { ac_try='test -z "$ac_c_werror_flag" |
3955 |
- || test ! -s conftest.err' |
3956 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
3957 |
- (eval $ac_try) 2>&5 |
3958 |
- ac_status=$? |
3959 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3960 |
- (exit $ac_status); }; } && |
3961 |
- { ac_try='test -s conftest.$ac_objext' |
3962 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
3963 |
- (eval $ac_try) 2>&5 |
3964 |
- ac_status=$? |
3965 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
3966 |
- (exit $ac_status); }; }; then |
3967 |
- ac_cv_prog_cc_stdc=$ac_arg |
3968 |
-break |
3969 |
-else |
3970 |
- echo "$as_me: failed program was:" >&5 |
3971 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
3972 |
- |
3973 |
+ if ac_fn_c_try_compile "$LINENO"; then : |
3974 |
+ ac_cv_prog_cc_c89=$ac_arg |
3975 |
fi |
3976 |
-rm -f conftest.err conftest.$ac_objext |
3977 |
+rm -f core conftest.err conftest.$ac_objext |
3978 |
+ test "x$ac_cv_prog_cc_c89" != "xno" && break |
3979 |
done |
3980 |
-rm -f conftest.$ac_ext conftest.$ac_objext |
3981 |
+rm -f conftest.$ac_ext |
3982 |
CC=$ac_save_CC |
3983 |
|
3984 |
fi |
3985 |
- |
3986 |
-case "x$ac_cv_prog_cc_stdc" in |
3987 |
- x|xno) |
3988 |
- echo "$as_me:$LINENO: result: none needed" >&5 |
3989 |
-echo "${ECHO_T}none needed" >&6 ;; |
3990 |
+# AC_CACHE_VAL |
3991 |
+case "x$ac_cv_prog_cc_c89" in |
3992 |
+ x) |
3993 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 |
3994 |
+$as_echo "none needed" >&6; } ;; |
3995 |
+ xno) |
3996 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 |
3997 |
+$as_echo "unsupported" >&6; } ;; |
3998 |
*) |
3999 |
- echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 |
4000 |
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 |
4001 |
- CC="$CC $ac_cv_prog_cc_stdc" ;; |
4002 |
+ CC="$CC $ac_cv_prog_cc_c89" |
4003 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 |
4004 |
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; |
4005 |
esac |
4006 |
- |
4007 |
-# Some people use a C++ compiler to compile C. Since we use `exit', |
4008 |
-# in C++ we need to declare it. In case someone uses the same compiler |
4009 |
-# for both compiling C and C++ we need to have the C++ compiler decide |
4010 |
-# the declaration of exit, since it's the most demanding environment. |
4011 |
-cat >conftest.$ac_ext <<_ACEOF |
4012 |
-#ifndef __cplusplus |
4013 |
- choke me |
4014 |
-#endif |
4015 |
-_ACEOF |
4016 |
-rm -f conftest.$ac_objext |
4017 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4018 |
- (eval $ac_compile) 2>conftest.er1 |
4019 |
- ac_status=$? |
4020 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4021 |
- rm -f conftest.er1 |
4022 |
- cat conftest.err >&5 |
4023 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4024 |
- (exit $ac_status); } && |
4025 |
- { ac_try='test -z "$ac_c_werror_flag" |
4026 |
- || test ! -s conftest.err' |
4027 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4028 |
- (eval $ac_try) 2>&5 |
4029 |
- ac_status=$? |
4030 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4031 |
- (exit $ac_status); }; } && |
4032 |
- { ac_try='test -s conftest.$ac_objext' |
4033 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4034 |
- (eval $ac_try) 2>&5 |
4035 |
- ac_status=$? |
4036 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4037 |
- (exit $ac_status); }; }; then |
4038 |
- for ac_declaration in \ |
4039 |
- '' \ |
4040 |
- 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
4041 |
- 'extern "C" void std::exit (int); using std::exit;' \ |
4042 |
- 'extern "C" void exit (int) throw ();' \ |
4043 |
- 'extern "C" void exit (int);' \ |
4044 |
- 'void exit (int);' |
4045 |
-do |
4046 |
- cat >conftest.$ac_ext <<_ACEOF |
4047 |
-/* confdefs.h. */ |
4048 |
-_ACEOF |
4049 |
-cat confdefs.h >>conftest.$ac_ext |
4050 |
-cat >>conftest.$ac_ext <<_ACEOF |
4051 |
-/* end confdefs.h. */ |
4052 |
-$ac_declaration |
4053 |
-#include <stdlib.h> |
4054 |
-int |
4055 |
-main () |
4056 |
-{ |
4057 |
-exit (42); |
4058 |
- ; |
4059 |
- return 0; |
4060 |
-} |
4061 |
-_ACEOF |
4062 |
-rm -f conftest.$ac_objext |
4063 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4064 |
- (eval $ac_compile) 2>conftest.er1 |
4065 |
- ac_status=$? |
4066 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4067 |
- rm -f conftest.er1 |
4068 |
- cat conftest.err >&5 |
4069 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4070 |
- (exit $ac_status); } && |
4071 |
- { ac_try='test -z "$ac_c_werror_flag" |
4072 |
- || test ! -s conftest.err' |
4073 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4074 |
- (eval $ac_try) 2>&5 |
4075 |
- ac_status=$? |
4076 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4077 |
- (exit $ac_status); }; } && |
4078 |
- { ac_try='test -s conftest.$ac_objext' |
4079 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4080 |
- (eval $ac_try) 2>&5 |
4081 |
- ac_status=$? |
4082 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4083 |
- (exit $ac_status); }; }; then |
4084 |
- : |
4085 |
-else |
4086 |
- echo "$as_me: failed program was:" >&5 |
4087 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4088 |
- |
4089 |
-continue |
4090 |
-fi |
4091 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
4092 |
- cat >conftest.$ac_ext <<_ACEOF |
4093 |
-/* confdefs.h. */ |
4094 |
-_ACEOF |
4095 |
-cat confdefs.h >>conftest.$ac_ext |
4096 |
-cat >>conftest.$ac_ext <<_ACEOF |
4097 |
-/* end confdefs.h. */ |
4098 |
-$ac_declaration |
4099 |
-int |
4100 |
-main () |
4101 |
-{ |
4102 |
-exit (42); |
4103 |
- ; |
4104 |
- return 0; |
4105 |
-} |
4106 |
-_ACEOF |
4107 |
-rm -f conftest.$ac_objext |
4108 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
4109 |
- (eval $ac_compile) 2>conftest.er1 |
4110 |
- ac_status=$? |
4111 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4112 |
- rm -f conftest.er1 |
4113 |
- cat conftest.err >&5 |
4114 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4115 |
- (exit $ac_status); } && |
4116 |
- { ac_try='test -z "$ac_c_werror_flag" |
4117 |
- || test ! -s conftest.err' |
4118 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4119 |
- (eval $ac_try) 2>&5 |
4120 |
- ac_status=$? |
4121 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4122 |
- (exit $ac_status); }; } && |
4123 |
- { ac_try='test -s conftest.$ac_objext' |
4124 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4125 |
- (eval $ac_try) 2>&5 |
4126 |
- ac_status=$? |
4127 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4128 |
- (exit $ac_status); }; }; then |
4129 |
- break |
4130 |
-else |
4131 |
- echo "$as_me: failed program was:" >&5 |
4132 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4133 |
+if test "x$ac_cv_prog_cc_c89" != xno; then : |
4134 |
|
4135 |
fi |
4136 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
4137 |
-done |
4138 |
-rm -f conftest* |
4139 |
-if test -n "$ac_declaration"; then |
4140 |
- echo '#ifdef __cplusplus' >>confdefs.h |
4141 |
- echo $ac_declaration >>confdefs.h |
4142 |
- echo '#endif' >>confdefs.h |
4143 |
-fi |
4144 |
|
4145 |
-else |
4146 |
- echo "$as_me: failed program was:" >&5 |
4147 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4148 |
- |
4149 |
-fi |
4150 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
4151 |
ac_ext=c |
4152 |
ac_cpp='$CPP $CPPFLAGS' |
4153 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4154 |
@@ -2677,7 +3447,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA |
4155 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4156 |
DEPDIR="${am__leading_dot}deps" |
4157 |
|
4158 |
- ac_config_commands="$ac_config_commands depfiles" |
4159 |
+ac_config_commands="$ac_config_commands depfiles" |
4160 |
|
4161 |
|
4162 |
am_make=${MAKE-make} |
4163 |
@@ -2687,8 +3457,8 @@ am__doit: |
4164 |
.PHONY: am__doit |
4165 |
END |
4166 |
# If we don't find an include directive, just comment out the code. |
4167 |
-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 |
4168 |
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 |
4169 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
4170 |
+$as_echo_n "checking for style of include used by $am_make... " >&6; } |
4171 |
am__include="#" |
4172 |
am__quote= |
4173 |
_am_result=none |
4174 |
@@ -2715,15 +3485,15 @@ if test "$am__include" = "#"; then |
4175 |
fi |
4176 |
|
4177 |
|
4178 |
-echo "$as_me:$LINENO: result: $_am_result" >&5 |
4179 |
-echo "${ECHO_T}$_am_result" >&6 |
4180 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
4181 |
+$as_echo "$_am_result" >&6; } |
4182 |
rm -f confinc confmf |
4183 |
|
4184 |
-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. |
4185 |
-if test "${enable_dependency_tracking+set}" = set; then |
4186 |
- enableval="$enable_dependency_tracking" |
4187 |
+# Check whether --enable-dependency-tracking was given. |
4188 |
+if test "${enable_dependency_tracking+set}" = set; then : |
4189 |
+ enableval=$enable_dependency_tracking; |
4190 |
+fi |
4191 |
|
4192 |
-fi; |
4193 |
if test "x$enable_dependency_tracking" != xno; then |
4194 |
am_depcomp="$ac_aux_dir/depcomp" |
4195 |
AMDEPBACKSLASH='\' |
4196 |
@@ -2743,10 +3513,10 @@ fi |
4197 |
|
4198 |
depcc="$CC" am_compiler_list= |
4199 |
|
4200 |
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 |
4201 |
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 |
4202 |
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then |
4203 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4204 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
4205 |
+$as_echo_n "checking dependency style of $depcc... " >&6; } |
4206 |
+if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
4207 |
+ $as_echo_n "(cached) " >&6 |
4208 |
else |
4209 |
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
4210 |
# We make a subdir and do the tests there. Otherwise we can end up |
4211 |
@@ -2833,8 +3603,8 @@ else |
4212 |
fi |
4213 |
|
4214 |
fi |
4215 |
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 |
4216 |
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 |
4217 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 |
4218 |
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } |
4219 |
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
4220 |
|
4221 |
|
4222 |
@@ -2862,57 +3632,75 @@ if test "$GCC" = "yes" && test "$CC" != |
4223 |
# fi |
4224 |
|
4225 |
# Make sure we can run config.sub. |
4226 |
-$ac_config_sub sun4 >/dev/null 2>&1 || |
4227 |
- { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 |
4228 |
-echo "$as_me: error: cannot run $ac_config_sub" >&2;} |
4229 |
- { (exit 1); exit 1; }; } |
4230 |
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
4231 |
+ as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
4232 |
|
4233 |
-echo "$as_me:$LINENO: checking build system type" >&5 |
4234 |
-echo $ECHO_N "checking build system type... $ECHO_C" >&6 |
4235 |
-if test "${ac_cv_build+set}" = set; then |
4236 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4237 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
4238 |
+$as_echo_n "checking build system type... " >&6; } |
4239 |
+if ${ac_cv_build+:} false; then : |
4240 |
+ $as_echo_n "(cached) " >&6 |
4241 |
else |
4242 |
- ac_cv_build_alias=$build_alias |
4243 |
-test -z "$ac_cv_build_alias" && |
4244 |
- ac_cv_build_alias=`$ac_config_guess` |
4245 |
-test -z "$ac_cv_build_alias" && |
4246 |
- { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
4247 |
-echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
4248 |
- { (exit 1); exit 1; }; } |
4249 |
-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || |
4250 |
- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 |
4251 |
-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} |
4252 |
- { (exit 1); exit 1; }; } |
4253 |
+ ac_build_alias=$build_alias |
4254 |
+test "x$ac_build_alias" = x && |
4255 |
+ ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
4256 |
+test "x$ac_build_alias" = x && |
4257 |
+ as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
4258 |
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
4259 |
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
4260 |
|
4261 |
fi |
4262 |
-echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
4263 |
-echo "${ECHO_T}$ac_cv_build" >&6 |
4264 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
4265 |
+$as_echo "$ac_cv_build" >&6; } |
4266 |
+case $ac_cv_build in |
4267 |
+*-*-*) ;; |
4268 |
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; |
4269 |
+esac |
4270 |
build=$ac_cv_build |
4271 |
-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
4272 |
-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
4273 |
-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
4274 |
+ac_save_IFS=$IFS; IFS='-' |
4275 |
+set x $ac_cv_build |
4276 |
+shift |
4277 |
+build_cpu=$1 |
4278 |
+build_vendor=$2 |
4279 |
+shift; shift |
4280 |
+# Remember, the first character of IFS is used to create $*, |
4281 |
+# except with old shells: |
4282 |
+build_os=$* |
4283 |
+IFS=$ac_save_IFS |
4284 |
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
4285 |
|
4286 |
|
4287 |
-echo "$as_me:$LINENO: checking host system type" >&5 |
4288 |
-echo $ECHO_N "checking host system type... $ECHO_C" >&6 |
4289 |
-if test "${ac_cv_host+set}" = set; then |
4290 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4291 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
4292 |
+$as_echo_n "checking host system type... " >&6; } |
4293 |
+if ${ac_cv_host+:} false; then : |
4294 |
+ $as_echo_n "(cached) " >&6 |
4295 |
else |
4296 |
- ac_cv_host_alias=$host_alias |
4297 |
-test -z "$ac_cv_host_alias" && |
4298 |
- ac_cv_host_alias=$ac_cv_build_alias |
4299 |
-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || |
4300 |
- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 |
4301 |
-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} |
4302 |
- { (exit 1); exit 1; }; } |
4303 |
+ if test "x$host_alias" = x; then |
4304 |
+ ac_cv_host=$ac_cv_build |
4305 |
+else |
4306 |
+ ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
4307 |
+ as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
4308 |
+fi |
4309 |
|
4310 |
fi |
4311 |
-echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
4312 |
-echo "${ECHO_T}$ac_cv_host" >&6 |
4313 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
4314 |
+$as_echo "$ac_cv_host" >&6; } |
4315 |
+case $ac_cv_host in |
4316 |
+*-*-*) ;; |
4317 |
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; |
4318 |
+esac |
4319 |
host=$ac_cv_host |
4320 |
-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
4321 |
-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
4322 |
-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
4323 |
+ac_save_IFS=$IFS; IFS='-' |
4324 |
+set x $ac_cv_host |
4325 |
+shift |
4326 |
+host_cpu=$1 |
4327 |
+host_vendor=$2 |
4328 |
+shift; shift |
4329 |
+# Remember, the first character of IFS is used to create $*, |
4330 |
+# except with old shells: |
4331 |
+host_os=$* |
4332 |
+IFS=$ac_save_IFS |
4333 |
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
4334 |
+ |
4335 |
|
4336 |
|
4337 |
case $host_os in |
4338 |
@@ -2933,13 +3721,12 @@ checkssldir() { : |
4339 |
fi |
4340 |
return 1 |
4341 |
} |
4342 |
-echo "$as_me:$LINENO: checking for SSL directory" >&5 |
4343 |
-echo $ECHO_N "checking for SSL directory... $ECHO_C" >&6 |
4344 |
- |
4345 |
-# Check whether --with-ssl or --without-ssl was given. |
4346 |
-if test "${with_ssl+set}" = set; then |
4347 |
- withval="$with_ssl" |
4348 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL directory" >&5 |
4349 |
+$as_echo_n "checking for SSL directory... " >&6; } |
4350 |
|
4351 |
+# Check whether --with-ssl was given. |
4352 |
+if test "${with_ssl+set}" = set; then : |
4353 |
+ withval=$with_ssl; |
4354 |
checkssldir "$withval" |
4355 |
|
4356 |
else |
4357 |
@@ -2951,27 +3738,27 @@ else |
4358 |
done |
4359 |
|
4360 |
|
4361 |
-fi; |
4362 |
+fi |
4363 |
+ |
4364 |
if test -z "$ssldir"; then |
4365 |
- echo "$as_me:$LINENO: result: Not found" >&5 |
4366 |
-echo "${ECHO_T}Not found" >&6 |
4367 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not found" >&5 |
4368 |
+$as_echo "Not found" >&6; } |
4369 |
echo |
4370 |
echo "Couldn't find your SSL library installation dir" |
4371 |
echo "Use --with-ssl option to fix this problem" |
4372 |
echo |
4373 |
exit 1 |
4374 |
fi |
4375 |
-echo "$as_me:$LINENO: result: $ssldir" >&5 |
4376 |
-echo "${ECHO_T}$ssldir" >&6 |
4377 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssldir" >&5 |
4378 |
+$as_echo "$ssldir" >&6; } |
4379 |
|
4380 |
#AC_DEFINE_UNQUOTED(ssldir, "$ssldir") |
4381 |
|
4382 |
-echo "$as_me:$LINENO: checking whether to enable TCP wrappers" >&5 |
4383 |
-echo $ECHO_N "checking whether to enable TCP wrappers... $ECHO_C" >&6 |
4384 |
-# Check whether --enable-libwrap or --disable-libwrap was given. |
4385 |
-if test "${enable_libwrap+set}" = set; then |
4386 |
- enableval="$enable_libwrap" |
4387 |
- |
4388 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable TCP wrappers" >&5 |
4389 |
+$as_echo_n "checking whether to enable TCP wrappers... " >&6; } |
4390 |
+# Check whether --enable-libwrap was given. |
4391 |
+if test "${enable_libwrap+set}" = set; then : |
4392 |
+ enableval=$enable_libwrap; |
4393 |
LIBWRAP=yes |
4394 |
|
4395 |
else |
4396 |
@@ -2979,77 +3766,49 @@ else |
4397 |
LIBWRAP=no |
4398 |
|
4399 |
|
4400 |
-fi; |
4401 |
-echo "$as_me:$LINENO: result: $LIBWRAP" >&5 |
4402 |
-echo "${ECHO_T}$LIBWRAP" >&6 |
4403 |
-if test "$LIBWRAP" = "yes"; then |
4404 |
+fi |
4405 |
|
4406 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBWRAP" >&5 |
4407 |
+$as_echo "$LIBWRAP" >&6; } |
4408 |
+if test "$LIBWRAP" = "yes"; then |
4409 |
|
4410 |
-echo "$as_me:$LINENO: checking for hosts_ctl in -lwrap" >&5 |
4411 |
-echo $ECHO_N "checking for hosts_ctl in -lwrap... $ECHO_C" >&6 |
4412 |
-if test "${ac_cv_lib_wrap_hosts_ctl+set}" = set; then |
4413 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4414 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for hosts_ctl in -lwrap" >&5 |
4415 |
+$as_echo_n "checking for hosts_ctl in -lwrap... " >&6; } |
4416 |
+if ${ac_cv_lib_wrap_hosts_ctl+:} false; then : |
4417 |
+ $as_echo_n "(cached) " >&6 |
4418 |
else |
4419 |
ac_check_lib_save_LIBS=$LIBS |
4420 |
LIBS="-lwrap $LIBS" |
4421 |
-cat >conftest.$ac_ext <<_ACEOF |
4422 |
-/* confdefs.h. */ |
4423 |
-_ACEOF |
4424 |
-cat confdefs.h >>conftest.$ac_ext |
4425 |
-cat >>conftest.$ac_ext <<_ACEOF |
4426 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4427 |
/* end confdefs.h. */ |
4428 |
|
4429 |
-/* Override any gcc2 internal prototype to avoid an error. */ |
4430 |
+/* Override any GCC internal prototype to avoid an error. |
4431 |
+ Use char because int might match the return type of a GCC |
4432 |
+ builtin and then its argument prototype would still apply. */ |
4433 |
#ifdef __cplusplus |
4434 |
extern "C" |
4435 |
#endif |
4436 |
-/* We use char because int might match the return type of a gcc2 |
4437 |
- builtin and then its argument prototype would still apply. */ |
4438 |
char hosts_ctl (); |
4439 |
int |
4440 |
main () |
4441 |
{ |
4442 |
-hosts_ctl (); |
4443 |
+return hosts_ctl (); |
4444 |
; |
4445 |
return 0; |
4446 |
} |
4447 |
_ACEOF |
4448 |
-rm -f conftest.$ac_objext conftest$ac_exeext |
4449 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
4450 |
- (eval $ac_link) 2>conftest.er1 |
4451 |
- ac_status=$? |
4452 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4453 |
- rm -f conftest.er1 |
4454 |
- cat conftest.err >&5 |
4455 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4456 |
- (exit $ac_status); } && |
4457 |
- { ac_try='test -z "$ac_c_werror_flag" |
4458 |
- || test ! -s conftest.err' |
4459 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4460 |
- (eval $ac_try) 2>&5 |
4461 |
- ac_status=$? |
4462 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4463 |
- (exit $ac_status); }; } && |
4464 |
- { ac_try='test -s conftest$ac_exeext' |
4465 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4466 |
- (eval $ac_try) 2>&5 |
4467 |
- ac_status=$? |
4468 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4469 |
- (exit $ac_status); }; }; then |
4470 |
+if ac_fn_c_try_link "$LINENO"; then : |
4471 |
ac_cv_lib_wrap_hosts_ctl=yes |
4472 |
else |
4473 |
- echo "$as_me: failed program was:" >&5 |
4474 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4475 |
- |
4476 |
-ac_cv_lib_wrap_hosts_ctl=no |
4477 |
+ ac_cv_lib_wrap_hosts_ctl=no |
4478 |
fi |
4479 |
-rm -f conftest.err conftest.$ac_objext \ |
4480 |
- conftest$ac_exeext conftest.$ac_ext |
4481 |
+rm -f core conftest.err conftest.$ac_objext \ |
4482 |
+ conftest$ac_exeext conftest.$ac_ext |
4483 |
LIBS=$ac_check_lib_save_LIBS |
4484 |
fi |
4485 |
-echo "$as_me:$LINENO: result: $ac_cv_lib_wrap_hosts_ctl" >&5 |
4486 |
-echo "${ECHO_T}$ac_cv_lib_wrap_hosts_ctl" >&6 |
4487 |
-if test $ac_cv_lib_wrap_hosts_ctl = yes; then |
4488 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wrap_hosts_ctl" >&5 |
4489 |
+$as_echo "$ac_cv_lib_wrap_hosts_ctl" >&6; } |
4490 |
+if test "x$ac_cv_lib_wrap_hosts_ctl" = xyes; then : |
4491 |
cat >>confdefs.h <<_ACEOF |
4492 |
#define HAVE_LIBWRAP 1 |
4493 |
_ACEOF |
4494 |
@@ -3060,74 +3819,45 @@ fi |
4495 |
|
4496 |
fi |
4497 |
|
4498 |
- ac_config_headers="$ac_config_headers conf.h" |
4499 |
- |
4500 |
+ac_config_headers="$ac_config_headers conf.h" |
4501 |
|
4502 |
-echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5 |
4503 |
-echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6 |
4504 |
-if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then |
4505 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4506 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -lresolv" >&5 |
4507 |
+$as_echo_n "checking for inet_aton in -lresolv... " >&6; } |
4508 |
+if ${ac_cv_lib_resolv_inet_aton+:} false; then : |
4509 |
+ $as_echo_n "(cached) " >&6 |
4510 |
else |
4511 |
ac_check_lib_save_LIBS=$LIBS |
4512 |
LIBS="-lresolv $LIBS" |
4513 |
-cat >conftest.$ac_ext <<_ACEOF |
4514 |
-/* confdefs.h. */ |
4515 |
-_ACEOF |
4516 |
-cat confdefs.h >>conftest.$ac_ext |
4517 |
-cat >>conftest.$ac_ext <<_ACEOF |
4518 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4519 |
/* end confdefs.h. */ |
4520 |
|
4521 |
-/* Override any gcc2 internal prototype to avoid an error. */ |
4522 |
+/* Override any GCC internal prototype to avoid an error. |
4523 |
+ Use char because int might match the return type of a GCC |
4524 |
+ builtin and then its argument prototype would still apply. */ |
4525 |
#ifdef __cplusplus |
4526 |
extern "C" |
4527 |
#endif |
4528 |
-/* We use char because int might match the return type of a gcc2 |
4529 |
- builtin and then its argument prototype would still apply. */ |
4530 |
char inet_aton (); |
4531 |
int |
4532 |
main () |
4533 |
{ |
4534 |
-inet_aton (); |
4535 |
+return inet_aton (); |
4536 |
; |
4537 |
return 0; |
4538 |
} |
4539 |
_ACEOF |
4540 |
-rm -f conftest.$ac_objext conftest$ac_exeext |
4541 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
4542 |
- (eval $ac_link) 2>conftest.er1 |
4543 |
- ac_status=$? |
4544 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4545 |
- rm -f conftest.er1 |
4546 |
- cat conftest.err >&5 |
4547 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4548 |
- (exit $ac_status); } && |
4549 |
- { ac_try='test -z "$ac_c_werror_flag" |
4550 |
- || test ! -s conftest.err' |
4551 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4552 |
- (eval $ac_try) 2>&5 |
4553 |
- ac_status=$? |
4554 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4555 |
- (exit $ac_status); }; } && |
4556 |
- { ac_try='test -s conftest$ac_exeext' |
4557 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4558 |
- (eval $ac_try) 2>&5 |
4559 |
- ac_status=$? |
4560 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4561 |
- (exit $ac_status); }; }; then |
4562 |
+if ac_fn_c_try_link "$LINENO"; then : |
4563 |
ac_cv_lib_resolv_inet_aton=yes |
4564 |
else |
4565 |
- echo "$as_me: failed program was:" >&5 |
4566 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4567 |
- |
4568 |
-ac_cv_lib_resolv_inet_aton=no |
4569 |
+ ac_cv_lib_resolv_inet_aton=no |
4570 |
fi |
4571 |
-rm -f conftest.err conftest.$ac_objext \ |
4572 |
- conftest$ac_exeext conftest.$ac_ext |
4573 |
+rm -f core conftest.err conftest.$ac_objext \ |
4574 |
+ conftest$ac_exeext conftest.$ac_ext |
4575 |
LIBS=$ac_check_lib_save_LIBS |
4576 |
fi |
4577 |
-echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5 |
4578 |
-echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6 |
4579 |
-if test $ac_cv_lib_resolv_inet_aton = yes; then |
4580 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_aton" >&5 |
4581 |
+$as_echo "$ac_cv_lib_resolv_inet_aton" >&6; } |
4582 |
+if test "x$ac_cv_lib_resolv_inet_aton" = xyes; then : |
4583 |
cat >>confdefs.h <<_ACEOF |
4584 |
#define HAVE_LIBRESOLV 1 |
4585 |
_ACEOF |
4586 |
@@ -3136,72 +3866,43 @@ _ACEOF |
4587 |
|
4588 |
fi |
4589 |
|
4590 |
- |
4591 |
-echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 |
4592 |
-echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 |
4593 |
-if test "${ac_cv_lib_socket_connect+set}" = set; then |
4594 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4595 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 |
4596 |
+$as_echo_n "checking for connect in -lsocket... " >&6; } |
4597 |
+if ${ac_cv_lib_socket_connect+:} false; then : |
4598 |
+ $as_echo_n "(cached) " >&6 |
4599 |
else |
4600 |
ac_check_lib_save_LIBS=$LIBS |
4601 |
LIBS="-lsocket $LIBS" |
4602 |
-cat >conftest.$ac_ext <<_ACEOF |
4603 |
-/* confdefs.h. */ |
4604 |
-_ACEOF |
4605 |
-cat confdefs.h >>conftest.$ac_ext |
4606 |
-cat >>conftest.$ac_ext <<_ACEOF |
4607 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4608 |
/* end confdefs.h. */ |
4609 |
|
4610 |
-/* Override any gcc2 internal prototype to avoid an error. */ |
4611 |
+/* Override any GCC internal prototype to avoid an error. |
4612 |
+ Use char because int might match the return type of a GCC |
4613 |
+ builtin and then its argument prototype would still apply. */ |
4614 |
#ifdef __cplusplus |
4615 |
extern "C" |
4616 |
#endif |
4617 |
-/* We use char because int might match the return type of a gcc2 |
4618 |
- builtin and then its argument prototype would still apply. */ |
4619 |
char connect (); |
4620 |
int |
4621 |
main () |
4622 |
{ |
4623 |
-connect (); |
4624 |
+return connect (); |
4625 |
; |
4626 |
return 0; |
4627 |
} |
4628 |
_ACEOF |
4629 |
-rm -f conftest.$ac_objext conftest$ac_exeext |
4630 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
4631 |
- (eval $ac_link) 2>conftest.er1 |
4632 |
- ac_status=$? |
4633 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4634 |
- rm -f conftest.er1 |
4635 |
- cat conftest.err >&5 |
4636 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4637 |
- (exit $ac_status); } && |
4638 |
- { ac_try='test -z "$ac_c_werror_flag" |
4639 |
- || test ! -s conftest.err' |
4640 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4641 |
- (eval $ac_try) 2>&5 |
4642 |
- ac_status=$? |
4643 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4644 |
- (exit $ac_status); }; } && |
4645 |
- { ac_try='test -s conftest$ac_exeext' |
4646 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4647 |
- (eval $ac_try) 2>&5 |
4648 |
- ac_status=$? |
4649 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4650 |
- (exit $ac_status); }; }; then |
4651 |
+if ac_fn_c_try_link "$LINENO"; then : |
4652 |
ac_cv_lib_socket_connect=yes |
4653 |
else |
4654 |
- echo "$as_me: failed program was:" >&5 |
4655 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4656 |
- |
4657 |
-ac_cv_lib_socket_connect=no |
4658 |
+ ac_cv_lib_socket_connect=no |
4659 |
fi |
4660 |
-rm -f conftest.err conftest.$ac_objext \ |
4661 |
- conftest$ac_exeext conftest.$ac_ext |
4662 |
+rm -f core conftest.err conftest.$ac_objext \ |
4663 |
+ conftest$ac_exeext conftest.$ac_ext |
4664 |
LIBS=$ac_check_lib_save_LIBS |
4665 |
fi |
4666 |
-echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 |
4667 |
-echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 |
4668 |
-if test $ac_cv_lib_socket_connect = yes; then |
4669 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5 |
4670 |
+$as_echo "$ac_cv_lib_socket_connect" >&6; } |
4671 |
+if test "x$ac_cv_lib_socket_connect" = xyes; then : |
4672 |
cat >>confdefs.h <<_ACEOF |
4673 |
#define HAVE_LIBSOCKET 1 |
4674 |
_ACEOF |
4675 |
@@ -3210,72 +3911,43 @@ _ACEOF |
4676 |
|
4677 |
fi |
4678 |
|
4679 |
- |
4680 |
-echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5 |
4681 |
-echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6 |
4682 |
-if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then |
4683 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4684 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_ntoa in -lnsl" >&5 |
4685 |
+$as_echo_n "checking for inet_ntoa in -lnsl... " >&6; } |
4686 |
+if ${ac_cv_lib_nsl_inet_ntoa+:} false; then : |
4687 |
+ $as_echo_n "(cached) " >&6 |
4688 |
else |
4689 |
ac_check_lib_save_LIBS=$LIBS |
4690 |
LIBS="-lnsl $LIBS" |
4691 |
-cat >conftest.$ac_ext <<_ACEOF |
4692 |
-/* confdefs.h. */ |
4693 |
-_ACEOF |
4694 |
-cat confdefs.h >>conftest.$ac_ext |
4695 |
-cat >>conftest.$ac_ext <<_ACEOF |
4696 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4697 |
/* end confdefs.h. */ |
4698 |
|
4699 |
-/* Override any gcc2 internal prototype to avoid an error. */ |
4700 |
+/* Override any GCC internal prototype to avoid an error. |
4701 |
+ Use char because int might match the return type of a GCC |
4702 |
+ builtin and then its argument prototype would still apply. */ |
4703 |
#ifdef __cplusplus |
4704 |
extern "C" |
4705 |
#endif |
4706 |
-/* We use char because int might match the return type of a gcc2 |
4707 |
- builtin and then its argument prototype would still apply. */ |
4708 |
char inet_ntoa (); |
4709 |
int |
4710 |
main () |
4711 |
{ |
4712 |
-inet_ntoa (); |
4713 |
+return inet_ntoa (); |
4714 |
; |
4715 |
return 0; |
4716 |
} |
4717 |
_ACEOF |
4718 |
-rm -f conftest.$ac_objext conftest$ac_exeext |
4719 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
4720 |
- (eval $ac_link) 2>conftest.er1 |
4721 |
- ac_status=$? |
4722 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4723 |
- rm -f conftest.er1 |
4724 |
- cat conftest.err >&5 |
4725 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4726 |
- (exit $ac_status); } && |
4727 |
- { ac_try='test -z "$ac_c_werror_flag" |
4728 |
- || test ! -s conftest.err' |
4729 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4730 |
- (eval $ac_try) 2>&5 |
4731 |
- ac_status=$? |
4732 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4733 |
- (exit $ac_status); }; } && |
4734 |
- { ac_try='test -s conftest$ac_exeext' |
4735 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4736 |
- (eval $ac_try) 2>&5 |
4737 |
- ac_status=$? |
4738 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4739 |
- (exit $ac_status); }; }; then |
4740 |
+if ac_fn_c_try_link "$LINENO"; then : |
4741 |
ac_cv_lib_nsl_inet_ntoa=yes |
4742 |
else |
4743 |
- echo "$as_me: failed program was:" >&5 |
4744 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4745 |
- |
4746 |
-ac_cv_lib_nsl_inet_ntoa=no |
4747 |
+ ac_cv_lib_nsl_inet_ntoa=no |
4748 |
fi |
4749 |
-rm -f conftest.err conftest.$ac_objext \ |
4750 |
- conftest$ac_exeext conftest.$ac_ext |
4751 |
+rm -f core conftest.err conftest.$ac_objext \ |
4752 |
+ conftest$ac_exeext conftest.$ac_ext |
4753 |
LIBS=$ac_check_lib_save_LIBS |
4754 |
fi |
4755 |
-echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5 |
4756 |
-echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6 |
4757 |
-if test $ac_cv_lib_nsl_inet_ntoa = yes; then |
4758 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_ntoa" >&5 |
4759 |
+$as_echo "$ac_cv_lib_nsl_inet_ntoa" >&6; } |
4760 |
+if test "x$ac_cv_lib_nsl_inet_ntoa" = xyes; then : |
4761 |
cat >>confdefs.h <<_ACEOF |
4762 |
#define HAVE_LIBNSL 1 |
4763 |
_ACEOF |
4764 |
@@ -3284,72 +3956,43 @@ _ACEOF |
4765 |
|
4766 |
fi |
4767 |
|
4768 |
- |
4769 |
-echo "$as_me:$LINENO: checking for pidfile in -lutil" >&5 |
4770 |
-echo $ECHO_N "checking for pidfile in -lutil... $ECHO_C" >&6 |
4771 |
-if test "${ac_cv_lib_util_pidfile+set}" = set; then |
4772 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4773 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pidfile in -lutil" >&5 |
4774 |
+$as_echo_n "checking for pidfile in -lutil... " >&6; } |
4775 |
+if ${ac_cv_lib_util_pidfile+:} false; then : |
4776 |
+ $as_echo_n "(cached) " >&6 |
4777 |
else |
4778 |
ac_check_lib_save_LIBS=$LIBS |
4779 |
LIBS="-lutil $LIBS" |
4780 |
-cat >conftest.$ac_ext <<_ACEOF |
4781 |
-/* confdefs.h. */ |
4782 |
-_ACEOF |
4783 |
-cat confdefs.h >>conftest.$ac_ext |
4784 |
-cat >>conftest.$ac_ext <<_ACEOF |
4785 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4786 |
/* end confdefs.h. */ |
4787 |
|
4788 |
-/* Override any gcc2 internal prototype to avoid an error. */ |
4789 |
+/* Override any GCC internal prototype to avoid an error. |
4790 |
+ Use char because int might match the return type of a GCC |
4791 |
+ builtin and then its argument prototype would still apply. */ |
4792 |
#ifdef __cplusplus |
4793 |
extern "C" |
4794 |
#endif |
4795 |
-/* We use char because int might match the return type of a gcc2 |
4796 |
- builtin and then its argument prototype would still apply. */ |
4797 |
char pidfile (); |
4798 |
int |
4799 |
main () |
4800 |
{ |
4801 |
-pidfile (); |
4802 |
+return pidfile (); |
4803 |
; |
4804 |
return 0; |
4805 |
} |
4806 |
_ACEOF |
4807 |
-rm -f conftest.$ac_objext conftest$ac_exeext |
4808 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
4809 |
- (eval $ac_link) 2>conftest.er1 |
4810 |
- ac_status=$? |
4811 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4812 |
- rm -f conftest.er1 |
4813 |
- cat conftest.err >&5 |
4814 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4815 |
- (exit $ac_status); } && |
4816 |
- { ac_try='test -z "$ac_c_werror_flag" |
4817 |
- || test ! -s conftest.err' |
4818 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4819 |
- (eval $ac_try) 2>&5 |
4820 |
- ac_status=$? |
4821 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4822 |
- (exit $ac_status); }; } && |
4823 |
- { ac_try='test -s conftest$ac_exeext' |
4824 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
4825 |
- (eval $ac_try) 2>&5 |
4826 |
- ac_status=$? |
4827 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4828 |
- (exit $ac_status); }; }; then |
4829 |
+if ac_fn_c_try_link "$LINENO"; then : |
4830 |
ac_cv_lib_util_pidfile=yes |
4831 |
else |
4832 |
- echo "$as_me: failed program was:" >&5 |
4833 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4834 |
- |
4835 |
-ac_cv_lib_util_pidfile=no |
4836 |
+ ac_cv_lib_util_pidfile=no |
4837 |
fi |
4838 |
-rm -f conftest.err conftest.$ac_objext \ |
4839 |
- conftest$ac_exeext conftest.$ac_ext |
4840 |
+rm -f core conftest.err conftest.$ac_objext \ |
4841 |
+ conftest$ac_exeext conftest.$ac_ext |
4842 |
LIBS=$ac_check_lib_save_LIBS |
4843 |
fi |
4844 |
-echo "$as_me:$LINENO: result: $ac_cv_lib_util_pidfile" >&5 |
4845 |
-echo "${ECHO_T}$ac_cv_lib_util_pidfile" >&6 |
4846 |
-if test $ac_cv_lib_util_pidfile = yes; then |
4847 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_pidfile" >&5 |
4848 |
+$as_echo "$ac_cv_lib_util_pidfile" >&6; } |
4849 |
+if test "x$ac_cv_lib_util_pidfile" = xyes; then : |
4850 |
cat >>confdefs.h <<_ACEOF |
4851 |
#define HAVE_LIBUTIL 1 |
4852 |
_ACEOF |
4853 |
@@ -3368,15 +4011,15 @@ ac_cpp='$CPP $CPPFLAGS' |
4854 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4855 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
4856 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4857 |
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
4858 |
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 |
4859 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
4860 |
+$as_echo_n "checking how to run the C preprocessor... " >&6; } |
4861 |
# On Suns, sometimes $CPP names a directory. |
4862 |
if test -n "$CPP" && test -d "$CPP"; then |
4863 |
CPP= |
4864 |
fi |
4865 |
if test -z "$CPP"; then |
4866 |
- if test "${ac_cv_prog_CPP+set}" = set; then |
4867 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
4868 |
+ if ${ac_cv_prog_CPP+:} false; then : |
4869 |
+ $as_echo_n "(cached) " >&6 |
4870 |
else |
4871 |
# Double quotes because CPP needs to be expanded |
4872 |
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
4873 |
@@ -3390,11 +4033,7 @@ do |
4874 |
# <limits.h> exists even on freestanding compilers. |
4875 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
4876 |
# not just through cpp. "Syntax error" is here to catch this case. |
4877 |
- cat >conftest.$ac_ext <<_ACEOF |
4878 |
-/* confdefs.h. */ |
4879 |
-_ACEOF |
4880 |
-cat confdefs.h >>conftest.$ac_ext |
4881 |
-cat >>conftest.$ac_ext <<_ACEOF |
4882 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4883 |
/* end confdefs.h. */ |
4884 |
#ifdef __STDC__ |
4885 |
# include <limits.h> |
4886 |
@@ -3403,78 +4042,34 @@ cat >>conftest.$ac_ext <<_ACEOF |
4887 |
#endif |
4888 |
Syntax error |
4889 |
_ACEOF |
4890 |
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
4891 |
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
4892 |
- ac_status=$? |
4893 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4894 |
- rm -f conftest.er1 |
4895 |
- cat conftest.err >&5 |
4896 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4897 |
- (exit $ac_status); } >/dev/null; then |
4898 |
- if test -s conftest.err; then |
4899 |
- ac_cpp_err=$ac_c_preproc_warn_flag |
4900 |
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
4901 |
- else |
4902 |
- ac_cpp_err= |
4903 |
- fi |
4904 |
-else |
4905 |
- ac_cpp_err=yes |
4906 |
-fi |
4907 |
-if test -z "$ac_cpp_err"; then |
4908 |
- : |
4909 |
-else |
4910 |
- echo "$as_me: failed program was:" >&5 |
4911 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4912 |
+if ac_fn_c_try_cpp "$LINENO"; then : |
4913 |
|
4914 |
+else |
4915 |
# Broken: fails on valid input. |
4916 |
continue |
4917 |
fi |
4918 |
-rm -f conftest.err conftest.$ac_ext |
4919 |
+rm -f conftest.err conftest.i conftest.$ac_ext |
4920 |
|
4921 |
- # OK, works on sane cases. Now check whether non-existent headers |
4922 |
+ # OK, works on sane cases. Now check whether nonexistent headers |
4923 |
# can be detected and how. |
4924 |
- cat >conftest.$ac_ext <<_ACEOF |
4925 |
-/* confdefs.h. */ |
4926 |
-_ACEOF |
4927 |
-cat confdefs.h >>conftest.$ac_ext |
4928 |
-cat >>conftest.$ac_ext <<_ACEOF |
4929 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4930 |
/* end confdefs.h. */ |
4931 |
#include <ac_nonexistent.h> |
4932 |
_ACEOF |
4933 |
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
4934 |
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
4935 |
- ac_status=$? |
4936 |
- grep -v '^ *+' conftest.er1 >conftest.err |
4937 |
- rm -f conftest.er1 |
4938 |
- cat conftest.err >&5 |
4939 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
4940 |
- (exit $ac_status); } >/dev/null; then |
4941 |
- if test -s conftest.err; then |
4942 |
- ac_cpp_err=$ac_c_preproc_warn_flag |
4943 |
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
4944 |
- else |
4945 |
- ac_cpp_err= |
4946 |
- fi |
4947 |
-else |
4948 |
- ac_cpp_err=yes |
4949 |
-fi |
4950 |
-if test -z "$ac_cpp_err"; then |
4951 |
+if ac_fn_c_try_cpp "$LINENO"; then : |
4952 |
# Broken: success on invalid input. |
4953 |
continue |
4954 |
else |
4955 |
- echo "$as_me: failed program was:" >&5 |
4956 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
4957 |
- |
4958 |
# Passes both tests. |
4959 |
ac_preproc_ok=: |
4960 |
break |
4961 |
fi |
4962 |
-rm -f conftest.err conftest.$ac_ext |
4963 |
+rm -f conftest.err conftest.i conftest.$ac_ext |
4964 |
|
4965 |
done |
4966 |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
4967 |
-rm -f conftest.err conftest.$ac_ext |
4968 |
-if $ac_preproc_ok; then |
4969 |
+rm -f conftest.i conftest.err conftest.$ac_ext |
4970 |
+if $ac_preproc_ok; then : |
4971 |
break |
4972 |
fi |
4973 |
|
4974 |
@@ -3486,8 +4081,8 @@ fi |
4975 |
else |
4976 |
ac_cv_prog_CPP=$CPP |
4977 |
fi |
4978 |
-echo "$as_me:$LINENO: result: $CPP" >&5 |
4979 |
-echo "${ECHO_T}$CPP" >&6 |
4980 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
4981 |
+$as_echo "$CPP" >&6; } |
4982 |
ac_preproc_ok=false |
4983 |
for ac_c_preproc_warn_flag in '' yes |
4984 |
do |
4985 |
@@ -3497,11 +4092,7 @@ do |
4986 |
# <limits.h> exists even on freestanding compilers. |
4987 |
# On the NeXT, cc -E runs the code through the compiler's parser, |
4988 |
# not just through cpp. "Syntax error" is here to catch this case. |
4989 |
- cat >conftest.$ac_ext <<_ACEOF |
4990 |
-/* confdefs.h. */ |
4991 |
-_ACEOF |
4992 |
-cat confdefs.h >>conftest.$ac_ext |
4993 |
-cat >>conftest.$ac_ext <<_ACEOF |
4994 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4995 |
/* end confdefs.h. */ |
4996 |
#ifdef __STDC__ |
4997 |
# include <limits.h> |
4998 |
@@ -3510,85 +4101,40 @@ cat >>conftest.$ac_ext <<_ACEOF |
4999 |
#endif |
5000 |
Syntax error |
5001 |
_ACEOF |
5002 |
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
5003 |
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5004 |
- ac_status=$? |
5005 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5006 |
- rm -f conftest.er1 |
5007 |
- cat conftest.err >&5 |
5008 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5009 |
- (exit $ac_status); } >/dev/null; then |
5010 |
- if test -s conftest.err; then |
5011 |
- ac_cpp_err=$ac_c_preproc_warn_flag |
5012 |
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
5013 |
- else |
5014 |
- ac_cpp_err= |
5015 |
- fi |
5016 |
-else |
5017 |
- ac_cpp_err=yes |
5018 |
-fi |
5019 |
-if test -z "$ac_cpp_err"; then |
5020 |
- : |
5021 |
-else |
5022 |
- echo "$as_me: failed program was:" >&5 |
5023 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5024 |
+if ac_fn_c_try_cpp "$LINENO"; then : |
5025 |
|
5026 |
+else |
5027 |
# Broken: fails on valid input. |
5028 |
continue |
5029 |
fi |
5030 |
-rm -f conftest.err conftest.$ac_ext |
5031 |
+rm -f conftest.err conftest.i conftest.$ac_ext |
5032 |
|
5033 |
- # OK, works on sane cases. Now check whether non-existent headers |
5034 |
+ # OK, works on sane cases. Now check whether nonexistent headers |
5035 |
# can be detected and how. |
5036 |
- cat >conftest.$ac_ext <<_ACEOF |
5037 |
-/* confdefs.h. */ |
5038 |
-_ACEOF |
5039 |
-cat confdefs.h >>conftest.$ac_ext |
5040 |
-cat >>conftest.$ac_ext <<_ACEOF |
5041 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5042 |
/* end confdefs.h. */ |
5043 |
#include <ac_nonexistent.h> |
5044 |
_ACEOF |
5045 |
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
5046 |
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5047 |
- ac_status=$? |
5048 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5049 |
- rm -f conftest.er1 |
5050 |
- cat conftest.err >&5 |
5051 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5052 |
- (exit $ac_status); } >/dev/null; then |
5053 |
- if test -s conftest.err; then |
5054 |
- ac_cpp_err=$ac_c_preproc_warn_flag |
5055 |
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
5056 |
- else |
5057 |
- ac_cpp_err= |
5058 |
- fi |
5059 |
-else |
5060 |
- ac_cpp_err=yes |
5061 |
-fi |
5062 |
-if test -z "$ac_cpp_err"; then |
5063 |
+if ac_fn_c_try_cpp "$LINENO"; then : |
5064 |
# Broken: success on invalid input. |
5065 |
continue |
5066 |
else |
5067 |
- echo "$as_me: failed program was:" >&5 |
5068 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5069 |
- |
5070 |
# Passes both tests. |
5071 |
ac_preproc_ok=: |
5072 |
break |
5073 |
fi |
5074 |
-rm -f conftest.err conftest.$ac_ext |
5075 |
+rm -f conftest.err conftest.i conftest.$ac_ext |
5076 |
|
5077 |
done |
5078 |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
5079 |
-rm -f conftest.err conftest.$ac_ext |
5080 |
-if $ac_preproc_ok; then |
5081 |
- : |
5082 |
+rm -f conftest.i conftest.err conftest.$ac_ext |
5083 |
+if $ac_preproc_ok; then : |
5084 |
+ |
5085 |
else |
5086 |
- { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
5087 |
-See \`config.log' for more details." >&5 |
5088 |
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
5089 |
-See \`config.log' for more details." >&2;} |
5090 |
- { (exit 1); exit 1; }; } |
5091 |
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
5092 |
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
5093 |
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
5094 |
+See \`config.log' for more details" "$LINENO" 5; } |
5095 |
fi |
5096 |
|
5097 |
ac_ext=c |
5098 |
@@ -3598,31 +4144,142 @@ ac_link='$CC -o conftest$ac_exeext $CFLA |
5099 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
5100 |
|
5101 |
|
5102 |
-echo "$as_me:$LINENO: checking for egrep" >&5 |
5103 |
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6 |
5104 |
-if test "${ac_cv_prog_egrep+set}" = set; then |
5105 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5106 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
5107 |
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
5108 |
+if ${ac_cv_path_GREP+:} false; then : |
5109 |
+ $as_echo_n "(cached) " >&6 |
5110 |
else |
5111 |
- if echo a | (grep -E '(a|b)') >/dev/null 2>&1 |
5112 |
- then ac_cv_prog_egrep='grep -E' |
5113 |
- else ac_cv_prog_egrep='egrep' |
5114 |
+ if test -z "$GREP"; then |
5115 |
+ ac_path_GREP_found=false |
5116 |
+ # Loop through the user's path and test for each of PROGNAME-LIST |
5117 |
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
5118 |
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
5119 |
+do |
5120 |
+ IFS=$as_save_IFS |
5121 |
+ test -z "$as_dir" && as_dir=. |
5122 |
+ for ac_prog in grep ggrep; do |
5123 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
5124 |
+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
5125 |
+ as_fn_executable_p "$ac_path_GREP" || continue |
5126 |
+# Check for GNU ac_path_GREP and select it if it is found. |
5127 |
+ # Check for GNU $ac_path_GREP |
5128 |
+case `"$ac_path_GREP" --version 2>&1` in |
5129 |
+*GNU*) |
5130 |
+ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
5131 |
+*) |
5132 |
+ ac_count=0 |
5133 |
+ $as_echo_n 0123456789 >"conftest.in" |
5134 |
+ while : |
5135 |
+ do |
5136 |
+ cat "conftest.in" "conftest.in" >"conftest.tmp" |
5137 |
+ mv "conftest.tmp" "conftest.in" |
5138 |
+ cp "conftest.in" "conftest.nl" |
5139 |
+ $as_echo 'GREP' >> "conftest.nl" |
5140 |
+ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
5141 |
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
5142 |
+ as_fn_arith $ac_count + 1 && ac_count=$as_val |
5143 |
+ if test $ac_count -gt ${ac_path_GREP_max-0}; then |
5144 |
+ # Best one so far, save it but keep looking for a better one |
5145 |
+ ac_cv_path_GREP="$ac_path_GREP" |
5146 |
+ ac_path_GREP_max=$ac_count |
5147 |
fi |
5148 |
+ # 10*(2^10) chars as input seems more than enough |
5149 |
+ test $ac_count -gt 10 && break |
5150 |
+ done |
5151 |
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
5152 |
+esac |
5153 |
+ |
5154 |
+ $ac_path_GREP_found && break 3 |
5155 |
+ done |
5156 |
+ done |
5157 |
+ done |
5158 |
+IFS=$as_save_IFS |
5159 |
+ if test -z "$ac_cv_path_GREP"; then |
5160 |
+ as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5161 |
+ fi |
5162 |
+else |
5163 |
+ ac_cv_path_GREP=$GREP |
5164 |
fi |
5165 |
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 |
5166 |
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6 |
5167 |
- EGREP=$ac_cv_prog_egrep |
5168 |
|
5169 |
+fi |
5170 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 |
5171 |
+$as_echo "$ac_cv_path_GREP" >&6; } |
5172 |
+ GREP="$ac_cv_path_GREP" |
5173 |
|
5174 |
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
5175 |
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
5176 |
-if test "${ac_cv_header_stdc+set}" = set; then |
5177 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5178 |
+ |
5179 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
5180 |
+$as_echo_n "checking for egrep... " >&6; } |
5181 |
+if ${ac_cv_path_EGREP+:} false; then : |
5182 |
+ $as_echo_n "(cached) " >&6 |
5183 |
else |
5184 |
- cat >conftest.$ac_ext <<_ACEOF |
5185 |
-/* confdefs.h. */ |
5186 |
-_ACEOF |
5187 |
-cat confdefs.h >>conftest.$ac_ext |
5188 |
-cat >>conftest.$ac_ext <<_ACEOF |
5189 |
+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
5190 |
+ then ac_cv_path_EGREP="$GREP -E" |
5191 |
+ else |
5192 |
+ if test -z "$EGREP"; then |
5193 |
+ ac_path_EGREP_found=false |
5194 |
+ # Loop through the user's path and test for each of PROGNAME-LIST |
5195 |
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
5196 |
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
5197 |
+do |
5198 |
+ IFS=$as_save_IFS |
5199 |
+ test -z "$as_dir" && as_dir=. |
5200 |
+ for ac_prog in egrep; do |
5201 |
+ for ac_exec_ext in '' $ac_executable_extensions; do |
5202 |
+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
5203 |
+ as_fn_executable_p "$ac_path_EGREP" || continue |
5204 |
+# Check for GNU ac_path_EGREP and select it if it is found. |
5205 |
+ # Check for GNU $ac_path_EGREP |
5206 |
+case `"$ac_path_EGREP" --version 2>&1` in |
5207 |
+*GNU*) |
5208 |
+ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
5209 |
+*) |
5210 |
+ ac_count=0 |
5211 |
+ $as_echo_n 0123456789 >"conftest.in" |
5212 |
+ while : |
5213 |
+ do |
5214 |
+ cat "conftest.in" "conftest.in" >"conftest.tmp" |
5215 |
+ mv "conftest.tmp" "conftest.in" |
5216 |
+ cp "conftest.in" "conftest.nl" |
5217 |
+ $as_echo 'EGREP' >> "conftest.nl" |
5218 |
+ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
5219 |
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
5220 |
+ as_fn_arith $ac_count + 1 && ac_count=$as_val |
5221 |
+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then |
5222 |
+ # Best one so far, save it but keep looking for a better one |
5223 |
+ ac_cv_path_EGREP="$ac_path_EGREP" |
5224 |
+ ac_path_EGREP_max=$ac_count |
5225 |
+ fi |
5226 |
+ # 10*(2^10) chars as input seems more than enough |
5227 |
+ test $ac_count -gt 10 && break |
5228 |
+ done |
5229 |
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
5230 |
+esac |
5231 |
+ |
5232 |
+ $ac_path_EGREP_found && break 3 |
5233 |
+ done |
5234 |
+ done |
5235 |
+ done |
5236 |
+IFS=$as_save_IFS |
5237 |
+ if test -z "$ac_cv_path_EGREP"; then |
5238 |
+ as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5239 |
+ fi |
5240 |
+else |
5241 |
+ ac_cv_path_EGREP=$EGREP |
5242 |
+fi |
5243 |
+ |
5244 |
+ fi |
5245 |
+fi |
5246 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
5247 |
+$as_echo "$ac_cv_path_EGREP" >&6; } |
5248 |
+ EGREP="$ac_cv_path_EGREP" |
5249 |
+ |
5250 |
+ |
5251 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
5252 |
+$as_echo_n "checking for ANSI C header files... " >&6; } |
5253 |
+if ${ac_cv_header_stdc+:} false; then : |
5254 |
+ $as_echo_n "(cached) " >&6 |
5255 |
+else |
5256 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5257 |
/* end confdefs.h. */ |
5258 |
#include <stdlib.h> |
5259 |
#include <stdarg.h> |
5260 |
@@ -3637,51 +4294,23 @@ main () |
5261 |
return 0; |
5262 |
} |
5263 |
_ACEOF |
5264 |
-rm -f conftest.$ac_objext |
5265 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
5266 |
- (eval $ac_compile) 2>conftest.er1 |
5267 |
- ac_status=$? |
5268 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5269 |
- rm -f conftest.er1 |
5270 |
- cat conftest.err >&5 |
5271 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5272 |
- (exit $ac_status); } && |
5273 |
- { ac_try='test -z "$ac_c_werror_flag" |
5274 |
- || test ! -s conftest.err' |
5275 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5276 |
- (eval $ac_try) 2>&5 |
5277 |
- ac_status=$? |
5278 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5279 |
- (exit $ac_status); }; } && |
5280 |
- { ac_try='test -s conftest.$ac_objext' |
5281 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5282 |
- (eval $ac_try) 2>&5 |
5283 |
- ac_status=$? |
5284 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5285 |
- (exit $ac_status); }; }; then |
5286 |
+if ac_fn_c_try_compile "$LINENO"; then : |
5287 |
ac_cv_header_stdc=yes |
5288 |
else |
5289 |
- echo "$as_me: failed program was:" >&5 |
5290 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5291 |
- |
5292 |
-ac_cv_header_stdc=no |
5293 |
+ ac_cv_header_stdc=no |
5294 |
fi |
5295 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
5296 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5297 |
|
5298 |
if test $ac_cv_header_stdc = yes; then |
5299 |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
5300 |
- cat >conftest.$ac_ext <<_ACEOF |
5301 |
-/* confdefs.h. */ |
5302 |
-_ACEOF |
5303 |
-cat confdefs.h >>conftest.$ac_ext |
5304 |
-cat >>conftest.$ac_ext <<_ACEOF |
5305 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5306 |
/* end confdefs.h. */ |
5307 |
#include <string.h> |
5308 |
|
5309 |
_ACEOF |
5310 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
5311 |
- $EGREP "memchr" >/dev/null 2>&1; then |
5312 |
- : |
5313 |
+ $EGREP "memchr" >/dev/null 2>&1; then : |
5314 |
+ |
5315 |
else |
5316 |
ac_cv_header_stdc=no |
5317 |
fi |
5318 |
@@ -3691,18 +4320,14 @@ fi |
5319 |
|
5320 |
if test $ac_cv_header_stdc = yes; then |
5321 |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
5322 |
- cat >conftest.$ac_ext <<_ACEOF |
5323 |
-/* confdefs.h. */ |
5324 |
-_ACEOF |
5325 |
-cat confdefs.h >>conftest.$ac_ext |
5326 |
-cat >>conftest.$ac_ext <<_ACEOF |
5327 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5328 |
/* end confdefs.h. */ |
5329 |
#include <stdlib.h> |
5330 |
|
5331 |
_ACEOF |
5332 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
5333 |
- $EGREP "free" >/dev/null 2>&1; then |
5334 |
- : |
5335 |
+ $EGREP "free" >/dev/null 2>&1; then : |
5336 |
+ |
5337 |
else |
5338 |
ac_cv_header_stdc=no |
5339 |
fi |
5340 |
@@ -3712,16 +4337,13 @@ fi |
5341 |
|
5342 |
if test $ac_cv_header_stdc = yes; then |
5343 |
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. |
5344 |
- if test "$cross_compiling" = yes; then |
5345 |
+ if test "$cross_compiling" = yes; then : |
5346 |
: |
5347 |
else |
5348 |
- cat >conftest.$ac_ext <<_ACEOF |
5349 |
-/* confdefs.h. */ |
5350 |
-_ACEOF |
5351 |
-cat confdefs.h >>conftest.$ac_ext |
5352 |
-cat >>conftest.$ac_ext <<_ACEOF |
5353 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5354 |
/* end confdefs.h. */ |
5355 |
#include <ctype.h> |
5356 |
+#include <stdlib.h> |
5357 |
#if ((' ' & 0x0FF) == 0x020) |
5358 |
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
5359 |
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
5360 |
@@ -3741,109 +4363,39 @@ main () |
5361 |
for (i = 0; i < 256; i++) |
5362 |
if (XOR (islower (i), ISLOWER (i)) |
5363 |
|| toupper (i) != TOUPPER (i)) |
5364 |
- exit(2); |
5365 |
- exit (0); |
5366 |
+ return 2; |
5367 |
+ return 0; |
5368 |
} |
5369 |
_ACEOF |
5370 |
-rm -f conftest$ac_exeext |
5371 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
5372 |
- (eval $ac_link) 2>&5 |
5373 |
- ac_status=$? |
5374 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5375 |
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
5376 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5377 |
- (eval $ac_try) 2>&5 |
5378 |
- ac_status=$? |
5379 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5380 |
- (exit $ac_status); }; }; then |
5381 |
- : |
5382 |
-else |
5383 |
- echo "$as_me: program exited with status $ac_status" >&5 |
5384 |
-echo "$as_me: failed program was:" >&5 |
5385 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5386 |
+if ac_fn_c_try_run "$LINENO"; then : |
5387 |
|
5388 |
-( exit $ac_status ) |
5389 |
-ac_cv_header_stdc=no |
5390 |
+else |
5391 |
+ ac_cv_header_stdc=no |
5392 |
fi |
5393 |
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
5394 |
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
5395 |
+ conftest.$ac_objext conftest.beam conftest.$ac_ext |
5396 |
fi |
5397 |
+ |
5398 |
fi |
5399 |
fi |
5400 |
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
5401 |
-echo "${ECHO_T}$ac_cv_header_stdc" >&6 |
5402 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 |
5403 |
+$as_echo "$ac_cv_header_stdc" >&6; } |
5404 |
if test $ac_cv_header_stdc = yes; then |
5405 |
|
5406 |
-cat >>confdefs.h <<\_ACEOF |
5407 |
-#define STDC_HEADERS 1 |
5408 |
-_ACEOF |
5409 |
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h |
5410 |
|
5411 |
fi |
5412 |
|
5413 |
# On IRIX 5.3, sys/types and inttypes.h are conflicting. |
5414 |
- |
5415 |
- |
5416 |
- |
5417 |
- |
5418 |
- |
5419 |
- |
5420 |
- |
5421 |
- |
5422 |
- |
5423 |
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
5424 |
inttypes.h stdint.h unistd.h |
5425 |
-do |
5426 |
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5427 |
-echo "$as_me:$LINENO: checking for $ac_header" >&5 |
5428 |
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5429 |
-if eval "test \"\${$as_ac_Header+set}\" = set"; then |
5430 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5431 |
-else |
5432 |
- cat >conftest.$ac_ext <<_ACEOF |
5433 |
-/* confdefs.h. */ |
5434 |
-_ACEOF |
5435 |
-cat confdefs.h >>conftest.$ac_ext |
5436 |
-cat >>conftest.$ac_ext <<_ACEOF |
5437 |
-/* end confdefs.h. */ |
5438 |
-$ac_includes_default |
5439 |
- |
5440 |
-#include <$ac_header> |
5441 |
-_ACEOF |
5442 |
-rm -f conftest.$ac_objext |
5443 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
5444 |
- (eval $ac_compile) 2>conftest.er1 |
5445 |
- ac_status=$? |
5446 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5447 |
- rm -f conftest.er1 |
5448 |
- cat conftest.err >&5 |
5449 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5450 |
- (exit $ac_status); } && |
5451 |
- { ac_try='test -z "$ac_c_werror_flag" |
5452 |
- || test ! -s conftest.err' |
5453 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5454 |
- (eval $ac_try) 2>&5 |
5455 |
- ac_status=$? |
5456 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5457 |
- (exit $ac_status); }; } && |
5458 |
- { ac_try='test -s conftest.$ac_objext' |
5459 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5460 |
- (eval $ac_try) 2>&5 |
5461 |
- ac_status=$? |
5462 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5463 |
- (exit $ac_status); }; }; then |
5464 |
- eval "$as_ac_Header=yes" |
5465 |
-else |
5466 |
- echo "$as_me: failed program was:" >&5 |
5467 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5468 |
- |
5469 |
-eval "$as_ac_Header=no" |
5470 |
-fi |
5471 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
5472 |
-fi |
5473 |
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
5474 |
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
5475 |
-if test `eval echo '${'$as_ac_Header'}'` = yes; then |
5476 |
+do : |
5477 |
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5478 |
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
5479 |
+" |
5480 |
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
5481 |
cat >>confdefs.h <<_ACEOF |
5482 |
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
5483 |
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
5484 |
_ACEOF |
5485 |
|
5486 |
fi |
5487 |
@@ -3851,154 +4403,13 @@ fi |
5488 |
done |
5489 |
|
5490 |
|
5491 |
- |
5492 |
- |
5493 |
- |
5494 |
- |
5495 |
- |
5496 |
for ac_header in fcntl.h strings.h sys/time.h syslog.h unistd.h |
5497 |
-do |
5498 |
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5499 |
-if eval "test \"\${$as_ac_Header+set}\" = set"; then |
5500 |
- echo "$as_me:$LINENO: checking for $ac_header" >&5 |
5501 |
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5502 |
-if eval "test \"\${$as_ac_Header+set}\" = set"; then |
5503 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5504 |
-fi |
5505 |
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
5506 |
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
5507 |
-else |
5508 |
- # Is the header compilable? |
5509 |
-echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
5510 |
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
5511 |
-cat >conftest.$ac_ext <<_ACEOF |
5512 |
-/* confdefs.h. */ |
5513 |
-_ACEOF |
5514 |
-cat confdefs.h >>conftest.$ac_ext |
5515 |
-cat >>conftest.$ac_ext <<_ACEOF |
5516 |
-/* end confdefs.h. */ |
5517 |
-$ac_includes_default |
5518 |
-#include <$ac_header> |
5519 |
-_ACEOF |
5520 |
-rm -f conftest.$ac_objext |
5521 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
5522 |
- (eval $ac_compile) 2>conftest.er1 |
5523 |
- ac_status=$? |
5524 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5525 |
- rm -f conftest.er1 |
5526 |
- cat conftest.err >&5 |
5527 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5528 |
- (exit $ac_status); } && |
5529 |
- { ac_try='test -z "$ac_c_werror_flag" |
5530 |
- || test ! -s conftest.err' |
5531 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5532 |
- (eval $ac_try) 2>&5 |
5533 |
- ac_status=$? |
5534 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5535 |
- (exit $ac_status); }; } && |
5536 |
- { ac_try='test -s conftest.$ac_objext' |
5537 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5538 |
- (eval $ac_try) 2>&5 |
5539 |
- ac_status=$? |
5540 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5541 |
- (exit $ac_status); }; }; then |
5542 |
- ac_header_compiler=yes |
5543 |
-else |
5544 |
- echo "$as_me: failed program was:" >&5 |
5545 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5546 |
- |
5547 |
-ac_header_compiler=no |
5548 |
-fi |
5549 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
5550 |
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
5551 |
-echo "${ECHO_T}$ac_header_compiler" >&6 |
5552 |
- |
5553 |
-# Is the header present? |
5554 |
-echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
5555 |
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
5556 |
-cat >conftest.$ac_ext <<_ACEOF |
5557 |
-/* confdefs.h. */ |
5558 |
-_ACEOF |
5559 |
-cat confdefs.h >>conftest.$ac_ext |
5560 |
-cat >>conftest.$ac_ext <<_ACEOF |
5561 |
-/* end confdefs.h. */ |
5562 |
-#include <$ac_header> |
5563 |
-_ACEOF |
5564 |
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
5565 |
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
5566 |
- ac_status=$? |
5567 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5568 |
- rm -f conftest.er1 |
5569 |
- cat conftest.err >&5 |
5570 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5571 |
- (exit $ac_status); } >/dev/null; then |
5572 |
- if test -s conftest.err; then |
5573 |
- ac_cpp_err=$ac_c_preproc_warn_flag |
5574 |
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
5575 |
- else |
5576 |
- ac_cpp_err= |
5577 |
- fi |
5578 |
-else |
5579 |
- ac_cpp_err=yes |
5580 |
-fi |
5581 |
-if test -z "$ac_cpp_err"; then |
5582 |
- ac_header_preproc=yes |
5583 |
-else |
5584 |
- echo "$as_me: failed program was:" >&5 |
5585 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5586 |
- |
5587 |
- ac_header_preproc=no |
5588 |
-fi |
5589 |
-rm -f conftest.err conftest.$ac_ext |
5590 |
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
5591 |
-echo "${ECHO_T}$ac_header_preproc" >&6 |
5592 |
- |
5593 |
-# So? What about this header? |
5594 |
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
5595 |
- yes:no: ) |
5596 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
5597 |
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
5598 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
5599 |
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
5600 |
- ac_header_preproc=yes |
5601 |
- ;; |
5602 |
- no:yes:* ) |
5603 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
5604 |
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
5605 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
5606 |
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
5607 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
5608 |
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
5609 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
5610 |
-echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
5611 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
5612 |
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
5613 |
- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
5614 |
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
5615 |
- ( |
5616 |
- cat <<\_ASBOX |
5617 |
-## ------------------------------------------ ## |
5618 |
-## Report this to the AC_PACKAGE_NAME lists. ## |
5619 |
-## ------------------------------------------ ## |
5620 |
-_ASBOX |
5621 |
- ) | |
5622 |
- sed "s/^/$as_me: WARNING: /" >&2 |
5623 |
- ;; |
5624 |
-esac |
5625 |
-echo "$as_me:$LINENO: checking for $ac_header" >&5 |
5626 |
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
5627 |
-if eval "test \"\${$as_ac_Header+set}\" = set"; then |
5628 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5629 |
-else |
5630 |
- eval "$as_ac_Header=\$ac_header_preproc" |
5631 |
-fi |
5632 |
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
5633 |
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
5634 |
- |
5635 |
-fi |
5636 |
-if test `eval echo '${'$as_ac_Header'}'` = yes; then |
5637 |
+do : |
5638 |
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5639 |
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
5640 |
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
5641 |
cat >>confdefs.h <<_ACEOF |
5642 |
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
5643 |
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
5644 |
_ACEOF |
5645 |
|
5646 |
fi |
5647 |
@@ -4006,29 +4417,25 @@ fi |
5648 |
done |
5649 |
|
5650 |
|
5651 |
-echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 |
5652 |
-echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 |
5653 |
-if test "${ac_cv_c_const+set}" = set; then |
5654 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5655 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
5656 |
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
5657 |
+if ${ac_cv_c_const+:} false; then : |
5658 |
+ $as_echo_n "(cached) " >&6 |
5659 |
else |
5660 |
- cat >conftest.$ac_ext <<_ACEOF |
5661 |
-/* confdefs.h. */ |
5662 |
-_ACEOF |
5663 |
-cat confdefs.h >>conftest.$ac_ext |
5664 |
-cat >>conftest.$ac_ext <<_ACEOF |
5665 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5666 |
/* end confdefs.h. */ |
5667 |
|
5668 |
int |
5669 |
main () |
5670 |
{ |
5671 |
-/* FIXME: Include the comments suggested by Paul. */ |
5672 |
+ |
5673 |
#ifndef __cplusplus |
5674 |
- /* Ultrix mips cc rejects this. */ |
5675 |
+ /* Ultrix mips cc rejects this sort of thing. */ |
5676 |
typedef int charset[2]; |
5677 |
- const charset x; |
5678 |
+ const charset cs = { 0, 0 }; |
5679 |
/* SunOS 4.1.1 cc rejects this. */ |
5680 |
- char const *const *ccp; |
5681 |
- char **p; |
5682 |
+ char const *const *pcpcc; |
5683 |
+ char **ppc; |
5684 |
/* NEC SVR4.0.2 mips cc rejects this. */ |
5685 |
struct point {int x, y;}; |
5686 |
static struct point const zero = {0,0}; |
5687 |
@@ -4037,16 +4444,18 @@ main () |
5688 |
an arm of an if-expression whose if-part is not a constant |
5689 |
expression */ |
5690 |
const char *g = "string"; |
5691 |
- ccp = &g + (g ? g-g : 0); |
5692 |
+ pcpcc = &g + (g ? g-g : 0); |
5693 |
/* HPUX 7.0 cc rejects these. */ |
5694 |
- ++ccp; |
5695 |
- p = (char**) ccp; |
5696 |
- ccp = (char const *const *) p; |
5697 |
- { /* SCO 3.2v4 cc rejects this. */ |
5698 |
- char *t; |
5699 |
+ ++pcpcc; |
5700 |
+ ppc = (char**) pcpcc; |
5701 |
+ pcpcc = (char const *const *) ppc; |
5702 |
+ { /* SCO 3.2v4 cc rejects this sort of thing. */ |
5703 |
+ char tx; |
5704 |
+ char *t = &tx; |
5705 |
char const *s = 0 ? (char *) 0 : (char const *) 0; |
5706 |
|
5707 |
*t++ = 0; |
5708 |
+ if (s) return 0; |
5709 |
} |
5710 |
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ |
5711 |
int x[] = {25, 17}; |
5712 |
@@ -4058,119 +4467,40 @@ main () |
5713 |
iptr p = 0; |
5714 |
++p; |
5715 |
} |
5716 |
- { /* AIX XL C 1.02.0.0 rejects this saying |
5717 |
+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying |
5718 |
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ |
5719 |
- struct s { int j; const int *ap[3]; }; |
5720 |
- struct s *b; b->j = 5; |
5721 |
+ struct s { int j; const int *ap[3]; } bx; |
5722 |
+ struct s *b = &bx; b->j = 5; |
5723 |
} |
5724 |
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ |
5725 |
const int foo = 10; |
5726 |
+ if (!foo) return 0; |
5727 |
} |
5728 |
+ return !cs[0] && !zero.x; |
5729 |
#endif |
5730 |
|
5731 |
; |
5732 |
return 0; |
5733 |
} |
5734 |
_ACEOF |
5735 |
-rm -f conftest.$ac_objext |
5736 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
5737 |
- (eval $ac_compile) 2>conftest.er1 |
5738 |
- ac_status=$? |
5739 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5740 |
- rm -f conftest.er1 |
5741 |
- cat conftest.err >&5 |
5742 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5743 |
- (exit $ac_status); } && |
5744 |
- { ac_try='test -z "$ac_c_werror_flag" |
5745 |
- || test ! -s conftest.err' |
5746 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5747 |
- (eval $ac_try) 2>&5 |
5748 |
- ac_status=$? |
5749 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5750 |
- (exit $ac_status); }; } && |
5751 |
- { ac_try='test -s conftest.$ac_objext' |
5752 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5753 |
- (eval $ac_try) 2>&5 |
5754 |
- ac_status=$? |
5755 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5756 |
- (exit $ac_status); }; }; then |
5757 |
+if ac_fn_c_try_compile "$LINENO"; then : |
5758 |
ac_cv_c_const=yes |
5759 |
else |
5760 |
- echo "$as_me: failed program was:" >&5 |
5761 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5762 |
- |
5763 |
-ac_cv_c_const=no |
5764 |
+ ac_cv_c_const=no |
5765 |
fi |
5766 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
5767 |
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5768 |
fi |
5769 |
-echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 |
5770 |
-echo "${ECHO_T}$ac_cv_c_const" >&6 |
5771 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 |
5772 |
+$as_echo "$ac_cv_c_const" >&6; } |
5773 |
if test $ac_cv_c_const = no; then |
5774 |
|
5775 |
-cat >>confdefs.h <<\_ACEOF |
5776 |
-#define const |
5777 |
-_ACEOF |
5778 |
+$as_echo "#define const /**/" >>confdefs.h |
5779 |
|
5780 |
fi |
5781 |
|
5782 |
-echo "$as_me:$LINENO: checking for pid_t" >&5 |
5783 |
-echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 |
5784 |
-if test "${ac_cv_type_pid_t+set}" = set; then |
5785 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5786 |
-else |
5787 |
- cat >conftest.$ac_ext <<_ACEOF |
5788 |
-/* confdefs.h. */ |
5789 |
-_ACEOF |
5790 |
-cat confdefs.h >>conftest.$ac_ext |
5791 |
-cat >>conftest.$ac_ext <<_ACEOF |
5792 |
-/* end confdefs.h. */ |
5793 |
-$ac_includes_default |
5794 |
-int |
5795 |
-main () |
5796 |
-{ |
5797 |
-if ((pid_t *) 0) |
5798 |
- return 0; |
5799 |
-if (sizeof (pid_t)) |
5800 |
- return 0; |
5801 |
- ; |
5802 |
- return 0; |
5803 |
-} |
5804 |
-_ACEOF |
5805 |
-rm -f conftest.$ac_objext |
5806 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
5807 |
- (eval $ac_compile) 2>conftest.er1 |
5808 |
- ac_status=$? |
5809 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5810 |
- rm -f conftest.er1 |
5811 |
- cat conftest.err >&5 |
5812 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5813 |
- (exit $ac_status); } && |
5814 |
- { ac_try='test -z "$ac_c_werror_flag" |
5815 |
- || test ! -s conftest.err' |
5816 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5817 |
- (eval $ac_try) 2>&5 |
5818 |
- ac_status=$? |
5819 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5820 |
- (exit $ac_status); }; } && |
5821 |
- { ac_try='test -s conftest.$ac_objext' |
5822 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5823 |
- (eval $ac_try) 2>&5 |
5824 |
- ac_status=$? |
5825 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5826 |
- (exit $ac_status); }; }; then |
5827 |
- ac_cv_type_pid_t=yes |
5828 |
-else |
5829 |
- echo "$as_me: failed program was:" >&5 |
5830 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5831 |
+ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
5832 |
+if test "x$ac_cv_type_pid_t" = xyes; then : |
5833 |
|
5834 |
-ac_cv_type_pid_t=no |
5835 |
-fi |
5836 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
5837 |
-fi |
5838 |
-echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 |
5839 |
-echo "${ECHO_T}$ac_cv_type_pid_t" >&6 |
5840 |
-if test $ac_cv_type_pid_t = yes; then |
5841 |
- : |
5842 |
else |
5843 |
|
5844 |
cat >>confdefs.h <<_ACEOF |
5845 |
@@ -4179,138 +4509,26 @@ _ACEOF |
5846 |
|
5847 |
fi |
5848 |
|
5849 |
-echo "$as_me:$LINENO: checking for size_t" >&5 |
5850 |
-echo $ECHO_N "checking for size_t... $ECHO_C" >&6 |
5851 |
-if test "${ac_cv_type_size_t+set}" = set; then |
5852 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5853 |
-else |
5854 |
- cat >conftest.$ac_ext <<_ACEOF |
5855 |
-/* confdefs.h. */ |
5856 |
-_ACEOF |
5857 |
-cat confdefs.h >>conftest.$ac_ext |
5858 |
-cat >>conftest.$ac_ext <<_ACEOF |
5859 |
-/* end confdefs.h. */ |
5860 |
-$ac_includes_default |
5861 |
-int |
5862 |
-main () |
5863 |
-{ |
5864 |
-if ((size_t *) 0) |
5865 |
- return 0; |
5866 |
-if (sizeof (size_t)) |
5867 |
- return 0; |
5868 |
- ; |
5869 |
- return 0; |
5870 |
-} |
5871 |
-_ACEOF |
5872 |
-rm -f conftest.$ac_objext |
5873 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
5874 |
- (eval $ac_compile) 2>conftest.er1 |
5875 |
- ac_status=$? |
5876 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5877 |
- rm -f conftest.er1 |
5878 |
- cat conftest.err >&5 |
5879 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5880 |
- (exit $ac_status); } && |
5881 |
- { ac_try='test -z "$ac_c_werror_flag" |
5882 |
- || test ! -s conftest.err' |
5883 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5884 |
- (eval $ac_try) 2>&5 |
5885 |
- ac_status=$? |
5886 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5887 |
- (exit $ac_status); }; } && |
5888 |
- { ac_try='test -s conftest.$ac_objext' |
5889 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5890 |
- (eval $ac_try) 2>&5 |
5891 |
- ac_status=$? |
5892 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5893 |
- (exit $ac_status); }; }; then |
5894 |
- ac_cv_type_size_t=yes |
5895 |
-else |
5896 |
- echo "$as_me: failed program was:" >&5 |
5897 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5898 |
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
5899 |
+if test "x$ac_cv_type_size_t" = xyes; then : |
5900 |
|
5901 |
-ac_cv_type_size_t=no |
5902 |
-fi |
5903 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
5904 |
-fi |
5905 |
-echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 |
5906 |
-echo "${ECHO_T}$ac_cv_type_size_t" >&6 |
5907 |
-if test $ac_cv_type_size_t = yes; then |
5908 |
- : |
5909 |
else |
5910 |
|
5911 |
cat >>confdefs.h <<_ACEOF |
5912 |
-#define size_t unsigned |
5913 |
+#define size_t unsigned int |
5914 |
_ACEOF |
5915 |
|
5916 |
fi |
5917 |
|
5918 |
#AC_CHECK_TYPES(socklen_t,[AC_DEFINE(HAVE_SOCKLEN_T)],,[#include <sys/socket.h>]) |
5919 |
#AC_CHECK_TYPES(socklen_t,,,[#include <sys/socket.h>]) |
5920 |
-echo "$as_me:$LINENO: checking for socklen_t" >&5 |
5921 |
-echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 |
5922 |
-if test "${ac_cv_type_socklen_t+set}" = set; then |
5923 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
5924 |
-else |
5925 |
- cat >conftest.$ac_ext <<_ACEOF |
5926 |
-/* confdefs.h. */ |
5927 |
-_ACEOF |
5928 |
-cat confdefs.h >>conftest.$ac_ext |
5929 |
-cat >>conftest.$ac_ext <<_ACEOF |
5930 |
-/* end confdefs.h. */ |
5931 |
-#include <sys/socket.h> |
5932 |
- |
5933 |
-int |
5934 |
-main () |
5935 |
-{ |
5936 |
-if ((socklen_t *) 0) |
5937 |
- return 0; |
5938 |
-if (sizeof (socklen_t)) |
5939 |
- return 0; |
5940 |
- ; |
5941 |
- return 0; |
5942 |
-} |
5943 |
-_ACEOF |
5944 |
-rm -f conftest.$ac_objext |
5945 |
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
5946 |
- (eval $ac_compile) 2>conftest.er1 |
5947 |
- ac_status=$? |
5948 |
- grep -v '^ *+' conftest.er1 >conftest.err |
5949 |
- rm -f conftest.er1 |
5950 |
- cat conftest.err >&5 |
5951 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5952 |
- (exit $ac_status); } && |
5953 |
- { ac_try='test -z "$ac_c_werror_flag" |
5954 |
- || test ! -s conftest.err' |
5955 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5956 |
- (eval $ac_try) 2>&5 |
5957 |
- ac_status=$? |
5958 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5959 |
- (exit $ac_status); }; } && |
5960 |
- { ac_try='test -s conftest.$ac_objext' |
5961 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
5962 |
- (eval $ac_try) 2>&5 |
5963 |
- ac_status=$? |
5964 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
5965 |
- (exit $ac_status); }; }; then |
5966 |
- ac_cv_type_socklen_t=yes |
5967 |
-else |
5968 |
- echo "$as_me: failed program was:" >&5 |
5969 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
5970 |
+ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/socket.h> |
5971 |
+" |
5972 |
+if test "x$ac_cv_type_socklen_t" = xyes; then : |
5973 |
|
5974 |
-ac_cv_type_socklen_t=no |
5975 |
-fi |
5976 |
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
5977 |
-fi |
5978 |
-echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5 |
5979 |
-echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 |
5980 |
-if test $ac_cv_type_socklen_t = yes; then |
5981 |
- : |
5982 |
else |
5983 |
|
5984 |
-cat >>confdefs.h <<\_ACEOF |
5985 |
-#define socklen_t size_t |
5986 |
-_ACEOF |
5987 |
+$as_echo "#define socklen_t size_t" >>confdefs.h |
5988 |
|
5989 |
fi |
5990 |
|
5991 |
@@ -4321,26 +4539,19 @@ fi |
5992 |
|
5993 |
case "$ac_cv_host" in |
5994 |
*hpux*) |
5995 |
-cat >>confdefs.h <<\_ACEOF |
5996 |
-#define _XOPEN_SOURCE_EXTENDED |
5997 |
-_ACEOF |
5998 |
+$as_echo "#define _XOPEN_SOURCE_EXTENDED /**/" >>confdefs.h |
5999 |
;; |
6000 |
esac |
6001 |
|
6002 |
- |
6003 |
-echo "$as_me:$LINENO: checking for working memcmp" >&5 |
6004 |
-echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 |
6005 |
-if test "${ac_cv_func_memcmp_working+set}" = set; then |
6006 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
6007 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5 |
6008 |
+$as_echo_n "checking for working memcmp... " >&6; } |
6009 |
+if ${ac_cv_func_memcmp_working+:} false; then : |
6010 |
+ $as_echo_n "(cached) " >&6 |
6011 |
else |
6012 |
- if test "$cross_compiling" = yes; then |
6013 |
+ if test "$cross_compiling" = yes; then : |
6014 |
ac_cv_func_memcmp_working=no |
6015 |
else |
6016 |
- cat >conftest.$ac_ext <<_ACEOF |
6017 |
-/* confdefs.h. */ |
6018 |
-_ACEOF |
6019 |
-cat confdefs.h >>conftest.$ac_ext |
6020 |
-cat >>conftest.$ac_ext <<_ACEOF |
6021 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6022 |
/* end confdefs.h. */ |
6023 |
$ac_includes_default |
6024 |
int |
6025 |
@@ -4348,9 +4559,9 @@ main () |
6026 |
{ |
6027 |
|
6028 |
/* Some versions of memcmp are not 8-bit clean. */ |
6029 |
- char c0 = 0x40, c1 = 0x80, c2 = 0x81; |
6030 |
+ char c0 = '\100', c1 = '\200', c2 = '\201'; |
6031 |
if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) |
6032 |
- exit (1); |
6033 |
+ return 1; |
6034 |
|
6035 |
/* The Next x86 OpenStep bug shows up only when comparing 16 bytes |
6036 |
or more and with at least one buffer not starting on a 4-byte boundary. |
6037 |
@@ -4366,161 +4577,91 @@ main () |
6038 |
strcpy (a, "--------01111111"); |
6039 |
strcpy (b, "--------10000000"); |
6040 |
if (memcmp (a, b, 16) >= 0) |
6041 |
- exit (1); |
6042 |
+ return 1; |
6043 |
} |
6044 |
- exit (0); |
6045 |
+ return 0; |
6046 |
} |
6047 |
|
6048 |
; |
6049 |
return 0; |
6050 |
} |
6051 |
_ACEOF |
6052 |
-rm -f conftest$ac_exeext |
6053 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
6054 |
- (eval $ac_link) 2>&5 |
6055 |
- ac_status=$? |
6056 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6057 |
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
6058 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
6059 |
- (eval $ac_try) 2>&5 |
6060 |
- ac_status=$? |
6061 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6062 |
- (exit $ac_status); }; }; then |
6063 |
+if ac_fn_c_try_run "$LINENO"; then : |
6064 |
ac_cv_func_memcmp_working=yes |
6065 |
else |
6066 |
- echo "$as_me: program exited with status $ac_status" >&5 |
6067 |
-echo "$as_me: failed program was:" >&5 |
6068 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
6069 |
- |
6070 |
-( exit $ac_status ) |
6071 |
-ac_cv_func_memcmp_working=no |
6072 |
+ ac_cv_func_memcmp_working=no |
6073 |
fi |
6074 |
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
6075 |
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
6076 |
+ conftest.$ac_objext conftest.beam conftest.$ac_ext |
6077 |
fi |
6078 |
+ |
6079 |
fi |
6080 |
-echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 |
6081 |
-echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 |
6082 |
-test $ac_cv_func_memcmp_working = no && case $LIBOBJS in |
6083 |
- "memcmp.$ac_objext" | \ |
6084 |
- *" memcmp.$ac_objext" | \ |
6085 |
- "memcmp.$ac_objext "* | \ |
6086 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5 |
6087 |
+$as_echo "$ac_cv_func_memcmp_working" >&6; } |
6088 |
+test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in |
6089 |
*" memcmp.$ac_objext "* ) ;; |
6090 |
- *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" ;; |
6091 |
+ *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" |
6092 |
+ ;; |
6093 |
esac |
6094 |
|
6095 |
|
6096 |
- |
6097 |
- |
6098 |
- |
6099 |
- |
6100 |
- |
6101 |
- |
6102 |
- |
6103 |
- |
6104 |
- |
6105 |
for ac_func in getopt pidfile inet_aton RAND_status errx strlcpy daemon getnameinfo setproctitle |
6106 |
-do |
6107 |
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
6108 |
-echo "$as_me:$LINENO: checking for $ac_func" >&5 |
6109 |
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
6110 |
-if eval "test \"\${$as_ac_var+set}\" = set"; then |
6111 |
- echo $ECHO_N "(cached) $ECHO_C" >&6 |
6112 |
-else |
6113 |
- cat >conftest.$ac_ext <<_ACEOF |
6114 |
-/* confdefs.h. */ |
6115 |
+do : |
6116 |
+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
6117 |
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
6118 |
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
6119 |
+ cat >>confdefs.h <<_ACEOF |
6120 |
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
6121 |
_ACEOF |
6122 |
-cat confdefs.h >>conftest.$ac_ext |
6123 |
-cat >>conftest.$ac_ext <<_ACEOF |
6124 |
-/* end confdefs.h. */ |
6125 |
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
6126 |
- For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
6127 |
-#define $ac_func innocuous_$ac_func |
6128 |
|
6129 |
-/* System header to define __stub macros and hopefully few prototypes, |
6130 |
- which can conflict with char $ac_func (); below. |
6131 |
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
6132 |
- <limits.h> exists even on freestanding compilers. */ |
6133 |
- |
6134 |
-#ifdef __STDC__ |
6135 |
-# include <limits.h> |
6136 |
-#else |
6137 |
-# include <assert.h> |
6138 |
-#endif |
6139 |
+fi |
6140 |
+done |
6141 |
|
6142 |
-#undef $ac_func |
6143 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RAND_egd in -lcrypto" >&5 |
6144 |
+$as_echo_n "checking for RAND_egd in -lcrypto... " >&6; } |
6145 |
+if ${ac_cv_lib_crypto_RAND_egd+:} false; then : |
6146 |
+ $as_echo_n "(cached) " >&6 |
6147 |
+else |
6148 |
+ ac_check_lib_save_LIBS=$LIBS |
6149 |
+LIBS="-lcrypto $LIBS" |
6150 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6151 |
+/* end confdefs.h. */ |
6152 |
|
6153 |
-/* Override any gcc2 internal prototype to avoid an error. */ |
6154 |
-#ifdef __cplusplus |
6155 |
-extern "C" |
6156 |
-{ |
6157 |
-#endif |
6158 |
-/* We use char because int might match the return type of a gcc2 |
6159 |
+/* Override any GCC internal prototype to avoid an error. |
6160 |
+ Use char because int might match the return type of a GCC |
6161 |
builtin and then its argument prototype would still apply. */ |
6162 |
-char $ac_func (); |
6163 |
-/* The GNU C library defines this for functions which it implements |
6164 |
- to always fail with ENOSYS. Some functions are actually named |
6165 |
- something starting with __ and the normal name is an alias. */ |
6166 |
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
6167 |
-choke me |
6168 |
-#else |
6169 |
-char (*f) () = $ac_func; |
6170 |
-#endif |
6171 |
#ifdef __cplusplus |
6172 |
-} |
6173 |
+extern "C" |
6174 |
#endif |
6175 |
- |
6176 |
+char RAND_egd (); |
6177 |
int |
6178 |
main () |
6179 |
{ |
6180 |
-return f != $ac_func; |
6181 |
+return RAND_egd (); |
6182 |
; |
6183 |
return 0; |
6184 |
} |
6185 |
_ACEOF |
6186 |
-rm -f conftest.$ac_objext conftest$ac_exeext |
6187 |
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
6188 |
- (eval $ac_link) 2>conftest.er1 |
6189 |
- ac_status=$? |
6190 |
- grep -v '^ *+' conftest.er1 >conftest.err |
6191 |
- rm -f conftest.er1 |
6192 |
- cat conftest.err >&5 |
6193 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6194 |
- (exit $ac_status); } && |
6195 |
- { ac_try='test -z "$ac_c_werror_flag" |
6196 |
- || test ! -s conftest.err' |
6197 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
6198 |
- (eval $ac_try) 2>&5 |
6199 |
- ac_status=$? |
6200 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6201 |
- (exit $ac_status); }; } && |
6202 |
- { ac_try='test -s conftest$ac_exeext' |
6203 |
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
6204 |
- (eval $ac_try) 2>&5 |
6205 |
- ac_status=$? |
6206 |
- echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
6207 |
- (exit $ac_status); }; }; then |
6208 |
- eval "$as_ac_var=yes" |
6209 |
+if ac_fn_c_try_link "$LINENO"; then : |
6210 |
+ ac_cv_lib_crypto_RAND_egd=yes |
6211 |
else |
6212 |
- echo "$as_me: failed program was:" >&5 |
6213 |
-sed 's/^/| /' conftest.$ac_ext >&5 |
6214 |
- |
6215 |
-eval "$as_ac_var=no" |
6216 |
+ ac_cv_lib_crypto_RAND_egd=no |
6217 |
fi |
6218 |
-rm -f conftest.err conftest.$ac_objext \ |
6219 |
- conftest$ac_exeext conftest.$ac_ext |
6220 |
+rm -f core conftest.err conftest.$ac_objext \ |
6221 |
+ conftest$ac_exeext conftest.$ac_ext |
6222 |
+LIBS=$ac_check_lib_save_LIBS |
6223 |
fi |
6224 |
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
6225 |
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
6226 |
-if test `eval echo '${'$as_ac_var'}'` = yes; then |
6227 |
- cat >>confdefs.h <<_ACEOF |
6228 |
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
6229 |
-_ACEOF |
6230 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RAND_egd" >&5 |
6231 |
+$as_echo "$ac_cv_lib_crypto_RAND_egd" >&6; } |
6232 |
+if test "x$ac_cv_lib_crypto_RAND_egd" = xyes; then : |
6233 |
+ |
6234 |
+$as_echo "#define HAVE_RAND_EGD 1" >>confdefs.h |
6235 |
|
6236 |
fi |
6237 |
-done |
6238 |
|
6239 |
|
6240 |
- ac_config_files="$ac_config_files Makefile" |
6241 |
+ac_config_files="$ac_config_files Makefile" |
6242 |
+ |
6243 |
cat >confcache <<\_ACEOF |
6244 |
# This file is a shell script that caches the results of configure |
6245 |
# tests run on this system so they can be shared between configure |
6246 |
@@ -4539,39 +4680,70 @@ _ACEOF |
6247 |
|
6248 |
# The following way of writing the cache mishandles newlines in values, |
6249 |
# but we know of no workaround that is simple, portable, and efficient. |
6250 |
-# So, don't put newlines in cache variables' values. |
6251 |
+# So, we kill variables containing newlines. |
6252 |
# Ultrix sh set writes to stderr and can't be redirected directly, |
6253 |
# and sets the high bit in the cache file unless we assign to the vars. |
6254 |
-{ |
6255 |
+( |
6256 |
+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do |
6257 |
+ eval ac_val=\$$ac_var |
6258 |
+ case $ac_val in #( |
6259 |
+ *${as_nl}*) |
6260 |
+ case $ac_var in #( |
6261 |
+ *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
6262 |
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
6263 |
+ esac |
6264 |
+ case $ac_var in #( |
6265 |
+ _ | IFS | as_nl) ;; #( |
6266 |
+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
6267 |
+ *) { eval $ac_var=; unset $ac_var;} ;; |
6268 |
+ esac ;; |
6269 |
+ esac |
6270 |
+ done |
6271 |
+ |
6272 |
(set) 2>&1 | |
6273 |
- case `(ac_space=' '; set | grep ac_space) 2>&1` in |
6274 |
- *ac_space=\ *) |
6275 |
- # `set' does not quote correctly, so add quotes (double-quote |
6276 |
- # substitution turns \\\\ into \\, and sed turns \\ into \). |
6277 |
+ case $as_nl`(ac_space=' '; set) 2>&1` in #( |
6278 |
+ *${as_nl}ac_space=\ *) |
6279 |
+ # `set' does not quote correctly, so add quotes: double-quote |
6280 |
+ # substitution turns \\\\ into \\, and sed turns \\ into \. |
6281 |
sed -n \ |
6282 |
"s/'/'\\\\''/g; |
6283 |
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
6284 |
- ;; |
6285 |
+ ;; #( |
6286 |
*) |
6287 |
# `set' quotes correctly as required by POSIX, so do not add quotes. |
6288 |
- sed -n \ |
6289 |
- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
6290 |
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
6291 |
;; |
6292 |
- esac; |
6293 |
-} | |
6294 |
+ esac | |
6295 |
+ sort |
6296 |
+) | |
6297 |
sed ' |
6298 |
+ /^ac_cv_env_/b end |
6299 |
t clear |
6300 |
- : clear |
6301 |
+ :clear |
6302 |
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
6303 |
t end |
6304 |
- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
6305 |
- : end' >>confcache |
6306 |
-if diff $cache_file confcache >/dev/null 2>&1; then :; else |
6307 |
- if test -w $cache_file; then |
6308 |
- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
6309 |
- cat confcache >$cache_file |
6310 |
+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
6311 |
+ :end' >>confcache |
6312 |
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
6313 |
+ if test -w "$cache_file"; then |
6314 |
+ if test "x$cache_file" != "x/dev/null"; then |
6315 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
6316 |
+$as_echo "$as_me: updating cache $cache_file" >&6;} |
6317 |
+ if test ! -f "$cache_file" || test -h "$cache_file"; then |
6318 |
+ cat confcache >"$cache_file" |
6319 |
+ else |
6320 |
+ case $cache_file in #( |
6321 |
+ */* | ?:*) |
6322 |
+ mv -f confcache "$cache_file"$$ && |
6323 |
+ mv -f "$cache_file"$$ "$cache_file" ;; #( |
6324 |
+ *) |
6325 |
+ mv -f confcache "$cache_file" ;; |
6326 |
+ esac |
6327 |
+ fi |
6328 |
+ fi |
6329 |
else |
6330 |
- echo "not updating unwritable cache $cache_file" |
6331 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
6332 |
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
6333 |
fi |
6334 |
fi |
6335 |
rm -f confcache |
6336 |
@@ -4580,32 +4752,19 @@ test "x$prefix" = xNONE && prefix=$ac_de |
6337 |
# Let make expand exec_prefix. |
6338 |
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
6339 |
|
6340 |
-# VPATH may cause trouble with some makes, so we remove $(srcdir), |
6341 |
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
6342 |
-# trailing colons and then remove the whole line if VPATH becomes empty |
6343 |
-# (actually we leave an empty line to preserve line numbers). |
6344 |
-if test "x$srcdir" = x.; then |
6345 |
- ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
6346 |
-s/:*\$(srcdir):*/:/; |
6347 |
-s/:*\${srcdir}:*/:/; |
6348 |
-s/:*@srcdir@:*/:/; |
6349 |
-s/^\([^=]*=[ ]*\):*/\1/; |
6350 |
-s/:*$//; |
6351 |
-s/^[^=]*=[ ]*$//; |
6352 |
-}' |
6353 |
-fi |
6354 |
- |
6355 |
DEFS=-DHAVE_CONFIG_H |
6356 |
|
6357 |
ac_libobjs= |
6358 |
ac_ltlibobjs= |
6359 |
+U= |
6360 |
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
6361 |
# 1. Remove the extension, and $U if already installed. |
6362 |
- ac_i=`echo "$ac_i" | |
6363 |
- sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
6364 |
- # 2. Add them. |
6365 |
- ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" |
6366 |
- ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' |
6367 |
+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
6368 |
+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
6369 |
+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
6370 |
+ # will be set to the directory where LIBOBJS objects are built. |
6371 |
+ as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
6372 |
+ as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' |
6373 |
done |
6374 |
LIBOBJS=$ac_libobjs |
6375 |
|
6376 |
@@ -4613,26 +4772,22 @@ LTLIBOBJS=$ac_ltlibobjs |
6377 |
|
6378 |
|
6379 |
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
6380 |
- { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. |
6381 |
-Usually this means the macro was only invoked conditionally." >&5 |
6382 |
-echo "$as_me: error: conditional \"AMDEP\" was never defined. |
6383 |
-Usually this means the macro was only invoked conditionally." >&2;} |
6384 |
- { (exit 1); exit 1; }; } |
6385 |
+ as_fn_error $? "conditional \"AMDEP\" was never defined. |
6386 |
+Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
6387 |
fi |
6388 |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
6389 |
- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. |
6390 |
-Usually this means the macro was only invoked conditionally." >&5 |
6391 |
-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. |
6392 |
-Usually this means the macro was only invoked conditionally." >&2;} |
6393 |
- { (exit 1); exit 1; }; } |
6394 |
+ as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
6395 |
+Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
6396 |
fi |
6397 |
|
6398 |
-: ${CONFIG_STATUS=./config.status} |
6399 |
+: "${CONFIG_STATUS=./config.status}" |
6400 |
+ac_write_fail=0 |
6401 |
ac_clean_files_save=$ac_clean_files |
6402 |
ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
6403 |
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 |
6404 |
-echo "$as_me: creating $CONFIG_STATUS" >&6;} |
6405 |
-cat >$CONFIG_STATUS <<_ACEOF |
6406 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
6407 |
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} |
6408 |
+as_write_fail=0 |
6409 |
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 |
6410 |
#! $SHELL |
6411 |
# Generated by $as_me. |
6412 |
# Run this file to recreate the current configuration. |
6413 |
@@ -4642,81 +4797,253 @@ cat >$CONFIG_STATUS <<_ACEOF |
6414 |
debug=false |
6415 |
ac_cs_recheck=false |
6416 |
ac_cs_silent=false |
6417 |
-SHELL=\${CONFIG_SHELL-$SHELL} |
6418 |
-_ACEOF |
6419 |
|
6420 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
6421 |
-## --------------------- ## |
6422 |
-## M4sh Initialization. ## |
6423 |
-## --------------------- ## |
6424 |
+SHELL=\${CONFIG_SHELL-$SHELL} |
6425 |
+export SHELL |
6426 |
+_ASEOF |
6427 |
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 |
6428 |
+## -------------------- ## |
6429 |
+## M4sh Initialization. ## |
6430 |
+## -------------------- ## |
6431 |
|
6432 |
-# Be Bourne compatible |
6433 |
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
6434 |
+# Be more Bourne compatible |
6435 |
+DUALCASE=1; export DUALCASE # for MKS sh |
6436 |
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
6437 |
emulate sh |
6438 |
NULLCMD=: |
6439 |
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
6440 |
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
6441 |
# is contrary to our usage. Disable this feature. |
6442 |
alias -g '${1+"$@"}'='"$@"' |
6443 |
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
6444 |
- set -o posix |
6445 |
+ setopt NO_GLOB_SUBST |
6446 |
+else |
6447 |
+ case `(set -o) 2>/dev/null` in #( |
6448 |
+ *posix*) : |
6449 |
+ set -o posix ;; #( |
6450 |
+ *) : |
6451 |
+ ;; |
6452 |
+esac |
6453 |
fi |
6454 |
-DUALCASE=1; export DUALCASE # for MKS sh |
6455 |
|
6456 |
-# Support unset when possible. |
6457 |
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
6458 |
- as_unset=unset |
6459 |
+ |
6460 |
+as_nl=' |
6461 |
+' |
6462 |
+export as_nl |
6463 |
+# Printing a long string crashes Solaris 7 /usr/bin/printf. |
6464 |
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
6465 |
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
6466 |
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
6467 |
+# Prefer a ksh shell builtin over an external printf program on Solaris, |
6468 |
+# but without wasting forks for bash or zsh. |
6469 |
+if test -z "$BASH_VERSION$ZSH_VERSION" \ |
6470 |
+ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then |
6471 |
+ as_echo='print -r --' |
6472 |
+ as_echo_n='print -rn --' |
6473 |
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
6474 |
+ as_echo='printf %s\n' |
6475 |
+ as_echo_n='printf %s' |
6476 |
else |
6477 |
- as_unset=false |
6478 |
+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
6479 |
+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
6480 |
+ as_echo_n='/usr/ucb/echo -n' |
6481 |
+ else |
6482 |
+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
6483 |
+ as_echo_n_body='eval |
6484 |
+ arg=$1; |
6485 |
+ case $arg in #( |
6486 |
+ *"$as_nl"*) |
6487 |
+ expr "X$arg" : "X\\(.*\\)$as_nl"; |
6488 |
+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
6489 |
+ esac; |
6490 |
+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
6491 |
+ ' |
6492 |
+ export as_echo_n_body |
6493 |
+ as_echo_n='sh -c $as_echo_n_body as_echo' |
6494 |
+ fi |
6495 |
+ export as_echo_body |
6496 |
+ as_echo='sh -c $as_echo_body as_echo' |
6497 |
fi |
6498 |
|
6499 |
+# The user is always right. |
6500 |
+if test "${PATH_SEPARATOR+set}" != set; then |
6501 |
+ PATH_SEPARATOR=: |
6502 |
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
6503 |
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
6504 |
+ PATH_SEPARATOR=';' |
6505 |
+ } |
6506 |
+fi |
6507 |
|
6508 |
-# Work around bugs in pre-3.0 UWIN ksh. |
6509 |
-$as_unset ENV MAIL MAILPATH |
6510 |
+ |
6511 |
+# IFS |
6512 |
+# We need space, tab and new line, in precisely that order. Quoting is |
6513 |
+# there to prevent editors from complaining about space-tab. |
6514 |
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word |
6515 |
+# splitting by setting IFS to empty value.) |
6516 |
+IFS=" "" $as_nl" |
6517 |
+ |
6518 |
+# Find who we are. Look in the path if we contain no directory separator. |
6519 |
+as_myself= |
6520 |
+case $0 in #(( |
6521 |
+ *[\\/]* ) as_myself=$0 ;; |
6522 |
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6523 |
+for as_dir in $PATH |
6524 |
+do |
6525 |
+ IFS=$as_save_IFS |
6526 |
+ test -z "$as_dir" && as_dir=. |
6527 |
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
6528 |
+ done |
6529 |
+IFS=$as_save_IFS |
6530 |
+ |
6531 |
+ ;; |
6532 |
+esac |
6533 |
+# We did not find ourselves, most probably we were run as `sh COMMAND' |
6534 |
+# in which case we are not to be found in the path. |
6535 |
+if test "x$as_myself" = x; then |
6536 |
+ as_myself=$0 |
6537 |
+fi |
6538 |
+if test ! -f "$as_myself"; then |
6539 |
+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
6540 |
+ exit 1 |
6541 |
+fi |
6542 |
+ |
6543 |
+# Unset variables that we do not need and which cause bugs (e.g. in |
6544 |
+# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" |
6545 |
+# suppresses any "Segmentation fault" message there. '((' could |
6546 |
+# trigger a bug in pdksh 5.2.14. |
6547 |
+for as_var in BASH_ENV ENV MAIL MAILPATH |
6548 |
+do eval test x\${$as_var+set} = xset \ |
6549 |
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : |
6550 |
+done |
6551 |
PS1='$ ' |
6552 |
PS2='> ' |
6553 |
PS4='+ ' |
6554 |
|
6555 |
# NLS nuisances. |
6556 |
-for as_var in \ |
6557 |
- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
6558 |
- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
6559 |
- LC_TELEPHONE LC_TIME |
6560 |
-do |
6561 |
- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
6562 |
- eval $as_var=C; export $as_var |
6563 |
- else |
6564 |
- $as_unset $as_var |
6565 |
+LC_ALL=C |
6566 |
+export LC_ALL |
6567 |
+LANGUAGE=C |
6568 |
+export LANGUAGE |
6569 |
+ |
6570 |
+# CDPATH. |
6571 |
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
6572 |
+ |
6573 |
+ |
6574 |
+# as_fn_error STATUS ERROR [LINENO LOG_FD] |
6575 |
+# ---------------------------------------- |
6576 |
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
6577 |
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
6578 |
+# script with STATUS, using 1 if that was 0. |
6579 |
+as_fn_error () |
6580 |
+{ |
6581 |
+ as_status=$1; test $as_status -eq 0 && as_status=1 |
6582 |
+ if test "$4"; then |
6583 |
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
6584 |
+ $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
6585 |
fi |
6586 |
-done |
6587 |
+ $as_echo "$as_me: error: $2" >&2 |
6588 |
+ as_fn_exit $as_status |
6589 |
+} # as_fn_error |
6590 |
|
6591 |
-# Required to use basename. |
6592 |
-if expr a : '\(a\)' >/dev/null 2>&1; then |
6593 |
+ |
6594 |
+# as_fn_set_status STATUS |
6595 |
+# ----------------------- |
6596 |
+# Set $? to STATUS, without forking. |
6597 |
+as_fn_set_status () |
6598 |
+{ |
6599 |
+ return $1 |
6600 |
+} # as_fn_set_status |
6601 |
+ |
6602 |
+# as_fn_exit STATUS |
6603 |
+# ----------------- |
6604 |
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. |
6605 |
+as_fn_exit () |
6606 |
+{ |
6607 |
+ set +e |
6608 |
+ as_fn_set_status $1 |
6609 |
+ exit $1 |
6610 |
+} # as_fn_exit |
6611 |
+ |
6612 |
+# as_fn_unset VAR |
6613 |
+# --------------- |
6614 |
+# Portably unset VAR. |
6615 |
+as_fn_unset () |
6616 |
+{ |
6617 |
+ { eval $1=; unset $1;} |
6618 |
+} |
6619 |
+as_unset=as_fn_unset |
6620 |
+# as_fn_append VAR VALUE |
6621 |
+# ---------------------- |
6622 |
+# Append the text in VALUE to the end of the definition contained in VAR. Take |
6623 |
+# advantage of any shell optimizations that allow amortized linear growth over |
6624 |
+# repeated appends, instead of the typical quadratic growth present in naive |
6625 |
+# implementations. |
6626 |
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : |
6627 |
+ eval 'as_fn_append () |
6628 |
+ { |
6629 |
+ eval $1+=\$2 |
6630 |
+ }' |
6631 |
+else |
6632 |
+ as_fn_append () |
6633 |
+ { |
6634 |
+ eval $1=\$$1\$2 |
6635 |
+ } |
6636 |
+fi # as_fn_append |
6637 |
+ |
6638 |
+# as_fn_arith ARG... |
6639 |
+# ------------------ |
6640 |
+# Perform arithmetic evaluation on the ARGs, and store the result in the |
6641 |
+# global $as_val. Take advantage of shells that can avoid forks. The arguments |
6642 |
+# must be portable across $(()) and expr. |
6643 |
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : |
6644 |
+ eval 'as_fn_arith () |
6645 |
+ { |
6646 |
+ as_val=$(( $* )) |
6647 |
+ }' |
6648 |
+else |
6649 |
+ as_fn_arith () |
6650 |
+ { |
6651 |
+ as_val=`expr "$@" || test $? -eq 1` |
6652 |
+ } |
6653 |
+fi # as_fn_arith |
6654 |
+ |
6655 |
+ |
6656 |
+if expr a : '\(a\)' >/dev/null 2>&1 && |
6657 |
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then |
6658 |
as_expr=expr |
6659 |
else |
6660 |
as_expr=false |
6661 |
fi |
6662 |
|
6663 |
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then |
6664 |
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
6665 |
as_basename=basename |
6666 |
else |
6667 |
as_basename=false |
6668 |
fi |
6669 |
|
6670 |
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
6671 |
+ as_dirname=dirname |
6672 |
+else |
6673 |
+ as_dirname=false |
6674 |
+fi |
6675 |
|
6676 |
-# Name of the executable. |
6677 |
-as_me=`$as_basename "$0" || |
6678 |
+as_me=`$as_basename -- "$0" || |
6679 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
6680 |
X"$0" : 'X\(//\)$' \| \ |
6681 |
- X"$0" : 'X\(/\)$' \| \ |
6682 |
- . : '\(.\)' 2>/dev/null || |
6683 |
-echo X/"$0" | |
6684 |
- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } |
6685 |
- /^X\/\(\/\/\)$/{ s//\1/; q; } |
6686 |
- /^X\/\(\/\).*/{ s//\1/; q; } |
6687 |
- s/.*/./; q'` |
6688 |
- |
6689 |
+ X"$0" : 'X\(/\)' \| . 2>/dev/null || |
6690 |
+$as_echo X/"$0" | |
6691 |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{ |
6692 |
+ s//\1/ |
6693 |
+ q |
6694 |
+ } |
6695 |
+ /^X\/\(\/\/\)$/{ |
6696 |
+ s//\1/ |
6697 |
+ q |
6698 |
+ } |
6699 |
+ /^X\/\(\/\).*/{ |
6700 |
+ s//\1/ |
6701 |
+ q |
6702 |
+ } |
6703 |
+ s/.*/./; q'` |
6704 |
|
6705 |
-# PATH needs CR, and LINENO needs CR and PATH. |
6706 |
# Avoid depending upon Character Ranges. |
6707 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
6708 |
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
6709 |
@@ -4724,148 +5051,111 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE |
6710 |
as_cr_digits='0123456789' |
6711 |
as_cr_alnum=$as_cr_Letters$as_cr_digits |
6712 |
|
6713 |
-# The user is always right. |
6714 |
-if test "${PATH_SEPARATOR+set}" != set; then |
6715 |
- echo "#! /bin/sh" >conf$$.sh |
6716 |
- echo "exit 0" >>conf$$.sh |
6717 |
- chmod +x conf$$.sh |
6718 |
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
6719 |
- PATH_SEPARATOR=';' |
6720 |
- else |
6721 |
- PATH_SEPARATOR=: |
6722 |
- fi |
6723 |
- rm -f conf$$.sh |
6724 |
-fi |
6725 |
- |
6726 |
- |
6727 |
- as_lineno_1=$LINENO |
6728 |
- as_lineno_2=$LINENO |
6729 |
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
6730 |
- test "x$as_lineno_1" != "x$as_lineno_2" && |
6731 |
- test "x$as_lineno_3" = "x$as_lineno_2" || { |
6732 |
- # Find who we are. Look in the path if we contain no path at all |
6733 |
- # relative or not. |
6734 |
- case $0 in |
6735 |
- *[\\/]* ) as_myself=$0 ;; |
6736 |
- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6737 |
-for as_dir in $PATH |
6738 |
-do |
6739 |
- IFS=$as_save_IFS |
6740 |
- test -z "$as_dir" && as_dir=. |
6741 |
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
6742 |
-done |
6743 |
- |
6744 |
- ;; |
6745 |
- esac |
6746 |
- # We did not find ourselves, most probably we were run as `sh COMMAND' |
6747 |
- # in which case we are not to be found in the path. |
6748 |
- if test "x$as_myself" = x; then |
6749 |
- as_myself=$0 |
6750 |
- fi |
6751 |
- if test ! -f "$as_myself"; then |
6752 |
- { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 |
6753 |
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} |
6754 |
- { (exit 1); exit 1; }; } |
6755 |
- fi |
6756 |
- case $CONFIG_SHELL in |
6757 |
- '') |
6758 |
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6759 |
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
6760 |
-do |
6761 |
- IFS=$as_save_IFS |
6762 |
- test -z "$as_dir" && as_dir=. |
6763 |
- for as_base in sh bash ksh sh5; do |
6764 |
- case $as_dir in |
6765 |
- /*) |
6766 |
- if ("$as_dir/$as_base" -c ' |
6767 |
- as_lineno_1=$LINENO |
6768 |
- as_lineno_2=$LINENO |
6769 |
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` |
6770 |
- test "x$as_lineno_1" != "x$as_lineno_2" && |
6771 |
- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then |
6772 |
- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } |
6773 |
- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } |
6774 |
- CONFIG_SHELL=$as_dir/$as_base |
6775 |
- export CONFIG_SHELL |
6776 |
- exec "$CONFIG_SHELL" "$0" ${1+"$@"} |
6777 |
- fi;; |
6778 |
- esac |
6779 |
- done |
6780 |
-done |
6781 |
-;; |
6782 |
- esac |
6783 |
- |
6784 |
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
6785 |
- # uniformly replaced by the line number. The first 'sed' inserts a |
6786 |
- # line-number line before each line; the second 'sed' does the real |
6787 |
- # work. The second script uses 'N' to pair each line-number line |
6788 |
- # with the numbered line, and appends trailing '-' during |
6789 |
- # substitution so that $LINENO is not a special case at line end. |
6790 |
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
6791 |
- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) |
6792 |
- sed '=' <$as_myself | |
6793 |
- sed ' |
6794 |
- N |
6795 |
- s,$,-, |
6796 |
- : loop |
6797 |
- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, |
6798 |
- t loop |
6799 |
- s,-$,, |
6800 |
- s,^['$as_cr_digits']*\n,, |
6801 |
- ' >$as_me.lineno && |
6802 |
- chmod +x $as_me.lineno || |
6803 |
- { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 |
6804 |
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} |
6805 |
- { (exit 1); exit 1; }; } |
6806 |
- |
6807 |
- # Don't try to exec as it changes $[0], causing all sort of problems |
6808 |
- # (the dirname of $[0] is not the place where we might find the |
6809 |
- # original and so on. Autoconf is especially sensible to this). |
6810 |
- . ./$as_me.lineno |
6811 |
- # Exit status is that of the last command. |
6812 |
- exit |
6813 |
-} |
6814 |
- |
6815 |
- |
6816 |
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in |
6817 |
- *c*,-n*) ECHO_N= ECHO_C=' |
6818 |
-' ECHO_T=' ' ;; |
6819 |
- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; |
6820 |
- *) ECHO_N= ECHO_C='\c' ECHO_T= ;; |
6821 |
+ECHO_C= ECHO_N= ECHO_T= |
6822 |
+case `echo -n x` in #((((( |
6823 |
+-n*) |
6824 |
+ case `echo 'xy\c'` in |
6825 |
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
6826 |
+ xy) ECHO_C='\c';; |
6827 |
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null |
6828 |
+ ECHO_T=' ';; |
6829 |
+ esac;; |
6830 |
+*) |
6831 |
+ ECHO_N='-n';; |
6832 |
esac |
6833 |
|
6834 |
-if expr a : '\(a\)' >/dev/null 2>&1; then |
6835 |
- as_expr=expr |
6836 |
+rm -f conf$$ conf$$.exe conf$$.file |
6837 |
+if test -d conf$$.dir; then |
6838 |
+ rm -f conf$$.dir/conf$$.file |
6839 |
else |
6840 |
- as_expr=false |
6841 |
+ rm -f conf$$.dir |
6842 |
+ mkdir conf$$.dir 2>/dev/null |
6843 |
fi |
6844 |
- |
6845 |
-rm -f conf$$ conf$$.exe conf$$.file |
6846 |
-echo >conf$$.file |
6847 |
-if ln -s conf$$.file conf$$ 2>/dev/null; then |
6848 |
- # We could just check for DJGPP; but this test a) works b) is more generic |
6849 |
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). |
6850 |
- if test -f conf$$.exe; then |
6851 |
- # Don't use ln at all; we don't have any links |
6852 |
- as_ln_s='cp -p' |
6853 |
- else |
6854 |
+if (echo >conf$$.file) 2>/dev/null; then |
6855 |
+ if ln -s conf$$.file conf$$ 2>/dev/null; then |
6856 |
as_ln_s='ln -s' |
6857 |
+ # ... but there are two gotchas: |
6858 |
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
6859 |
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
6860 |
+ # In both cases, we have to default to `cp -pR'. |
6861 |
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
6862 |
+ as_ln_s='cp -pR' |
6863 |
+ elif ln conf$$.file conf$$ 2>/dev/null; then |
6864 |
+ as_ln_s=ln |
6865 |
+ else |
6866 |
+ as_ln_s='cp -pR' |
6867 |
fi |
6868 |
-elif ln conf$$.file conf$$ 2>/dev/null; then |
6869 |
- as_ln_s=ln |
6870 |
else |
6871 |
- as_ln_s='cp -p' |
6872 |
+ as_ln_s='cp -pR' |
6873 |
fi |
6874 |
-rm -f conf$$ conf$$.exe conf$$.file |
6875 |
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
6876 |
+rmdir conf$$.dir 2>/dev/null |
6877 |
+ |
6878 |
+ |
6879 |
+# as_fn_mkdir_p |
6880 |
+# ------------- |
6881 |
+# Create "$as_dir" as a directory, including parents if necessary. |
6882 |
+as_fn_mkdir_p () |
6883 |
+{ |
6884 |
+ |
6885 |
+ case $as_dir in #( |
6886 |
+ -*) as_dir=./$as_dir;; |
6887 |
+ esac |
6888 |
+ test -d "$as_dir" || eval $as_mkdir_p || { |
6889 |
+ as_dirs= |
6890 |
+ while :; do |
6891 |
+ case $as_dir in #( |
6892 |
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
6893 |
+ *) as_qdir=$as_dir;; |
6894 |
+ esac |
6895 |
+ as_dirs="'$as_qdir' $as_dirs" |
6896 |
+ as_dir=`$as_dirname -- "$as_dir" || |
6897 |
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
6898 |
+ X"$as_dir" : 'X\(//\)[^/]' \| \ |
6899 |
+ X"$as_dir" : 'X\(//\)$' \| \ |
6900 |
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
6901 |
+$as_echo X"$as_dir" | |
6902 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
6903 |
+ s//\1/ |
6904 |
+ q |
6905 |
+ } |
6906 |
+ /^X\(\/\/\)[^/].*/{ |
6907 |
+ s//\1/ |
6908 |
+ q |
6909 |
+ } |
6910 |
+ /^X\(\/\/\)$/{ |
6911 |
+ s//\1/ |
6912 |
+ q |
6913 |
+ } |
6914 |
+ /^X\(\/\).*/{ |
6915 |
+ s//\1/ |
6916 |
+ q |
6917 |
+ } |
6918 |
+ s/.*/./; q'` |
6919 |
+ test -d "$as_dir" && break |
6920 |
+ done |
6921 |
+ test -z "$as_dirs" || eval "mkdir $as_dirs" |
6922 |
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
6923 |
+ |
6924 |
|
6925 |
+} # as_fn_mkdir_p |
6926 |
if mkdir -p . 2>/dev/null; then |
6927 |
- as_mkdir_p=: |
6928 |
+ as_mkdir_p='mkdir -p "$as_dir"' |
6929 |
else |
6930 |
test -d ./-p && rmdir ./-p |
6931 |
as_mkdir_p=false |
6932 |
fi |
6933 |
|
6934 |
-as_executable_p="test -f" |
6935 |
+ |
6936 |
+# as_fn_executable_p FILE |
6937 |
+# ----------------------- |
6938 |
+# Test if FILE is an executable regular file. |
6939 |
+as_fn_executable_p () |
6940 |
+{ |
6941 |
+ test -f "$1" && test -x "$1" |
6942 |
+} # as_fn_executable_p |
6943 |
+as_test_x='test -x' |
6944 |
+as_executable_p=as_fn_executable_p |
6945 |
|
6946 |
# Sed expression to map a string onto a valid CPP name. |
6947 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
6948 |
@@ -4874,31 +5164,20 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P |
6949 |
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
6950 |
|
6951 |
|
6952 |
-# IFS |
6953 |
-# We need space, tab and new line, in precisely that order. |
6954 |
-as_nl=' |
6955 |
-' |
6956 |
-IFS=" $as_nl" |
6957 |
- |
6958 |
-# CDPATH. |
6959 |
-$as_unset CDPATH |
6960 |
- |
6961 |
exec 6>&1 |
6962 |
+## ----------------------------------- ## |
6963 |
+## Main body of $CONFIG_STATUS script. ## |
6964 |
+## ----------------------------------- ## |
6965 |
+_ASEOF |
6966 |
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 |
6967 |
|
6968 |
-# Open the log real soon, to keep \$[0] and so on meaningful, and to |
6969 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
6970 |
+# Save the log message, to keep $0 and so on meaningful, and to |
6971 |
# report actual input values of CONFIG_FILES etc. instead of their |
6972 |
-# values after options handling. Logging --version etc. is OK. |
6973 |
-exec 5>>config.log |
6974 |
-{ |
6975 |
- echo |
6976 |
- sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
6977 |
-## Running $as_me. ## |
6978 |
-_ASBOX |
6979 |
-} >&5 |
6980 |
-cat >&5 <<_CSEOF |
6981 |
- |
6982 |
+# values after options handling. |
6983 |
+ac_log=" |
6984 |
This file was extended by $as_me, which was |
6985 |
-generated by GNU Autoconf 2.59. Invocation command line was |
6986 |
+generated by GNU Autoconf 2.69. Invocation command line was |
6987 |
|
6988 |
CONFIG_FILES = $CONFIG_FILES |
6989 |
CONFIG_HEADERS = $CONFIG_HEADERS |
6990 |
@@ -4906,45 +5185,47 @@ generated by GNU Autoconf 2.59. Invocat |
6991 |
CONFIG_COMMANDS = $CONFIG_COMMANDS |
6992 |
$ $0 $@ |
6993 |
|
6994 |
-_CSEOF |
6995 |
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 |
6996 |
-echo >&5 |
6997 |
+on `(hostname || uname -n) 2>/dev/null | sed 1q` |
6998 |
+" |
6999 |
+ |
7000 |
_ACEOF |
7001 |
|
7002 |
-# Files that config.status was made for. |
7003 |
-if test -n "$ac_config_files"; then |
7004 |
- echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS |
7005 |
-fi |
7006 |
+case $ac_config_files in *" |
7007 |
+"*) set x $ac_config_files; shift; ac_config_files=$*;; |
7008 |
+esac |
7009 |
|
7010 |
-if test -n "$ac_config_headers"; then |
7011 |
- echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS |
7012 |
-fi |
7013 |
+case $ac_config_headers in *" |
7014 |
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;; |
7015 |
+esac |
7016 |
|
7017 |
-if test -n "$ac_config_links"; then |
7018 |
- echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS |
7019 |
-fi |
7020 |
|
7021 |
-if test -n "$ac_config_commands"; then |
7022 |
- echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS |
7023 |
-fi |
7024 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7025 |
+# Files that config.status was made for. |
7026 |
+config_files="$ac_config_files" |
7027 |
+config_headers="$ac_config_headers" |
7028 |
+config_commands="$ac_config_commands" |
7029 |
|
7030 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
7031 |
+_ACEOF |
7032 |
|
7033 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7034 |
ac_cs_usage="\ |
7035 |
-\`$as_me' instantiates files from templates according to the |
7036 |
-current configuration. |
7037 |
+\`$as_me' instantiates files and other configuration actions |
7038 |
+from templates according to the current configuration. Unless the files |
7039 |
+and actions are specified as TAGs, all are instantiated by default. |
7040 |
|
7041 |
-Usage: $0 [OPTIONS] [FILE]... |
7042 |
+Usage: $0 [OPTION]... [TAG]... |
7043 |
|
7044 |
-h, --help print this help, then exit |
7045 |
- -V, --version print version number, then exit |
7046 |
- -q, --quiet do not print progress messages |
7047 |
+ -V, --version print version number and configuration settings, then exit |
7048 |
+ --config print configuration, then exit |
7049 |
+ -q, --quiet, --silent |
7050 |
+ do not print progress messages |
7051 |
-d, --debug don't remove temporary files |
7052 |
--recheck update $as_me by reconfiguring in the same conditions |
7053 |
- --file=FILE[:TEMPLATE] |
7054 |
- instantiate the configuration file FILE |
7055 |
- --header=FILE[:TEMPLATE] |
7056 |
- instantiate the configuration header FILE |
7057 |
+ --file=FILE[:TEMPLATE] |
7058 |
+ instantiate the configuration file FILE |
7059 |
+ --header=FILE[:TEMPLATE] |
7060 |
+ instantiate the configuration header FILE |
7061 |
|
7062 |
Configuration files: |
7063 |
$config_files |
7064 |
@@ -4955,84 +5236,91 @@ $config_headers |
7065 |
Configuration commands: |
7066 |
$config_commands |
7067 |
|
7068 |
-Report bugs to <bug-autoconf@gnu.org>." |
7069 |
-_ACEOF |
7070 |
+Report bugs to the package provider." |
7071 |
|
7072 |
-cat >>$CONFIG_STATUS <<_ACEOF |
7073 |
+_ACEOF |
7074 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7075 |
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
7076 |
ac_cs_version="\\ |
7077 |
config.status |
7078 |
-configured by $0, generated by GNU Autoconf 2.59, |
7079 |
- with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
7080 |
+configured by $0, generated by GNU Autoconf 2.69, |
7081 |
+ with options \\"\$ac_cs_config\\" |
7082 |
|
7083 |
-Copyright (C) 2003 Free Software Foundation, Inc. |
7084 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
7085 |
This config.status script is free software; the Free Software Foundation |
7086 |
gives unlimited permission to copy, distribute and modify it." |
7087 |
-srcdir=$srcdir |
7088 |
-INSTALL="$INSTALL" |
7089 |
+ |
7090 |
+ac_pwd='$ac_pwd' |
7091 |
+srcdir='$srcdir' |
7092 |
+INSTALL='$INSTALL' |
7093 |
+AWK='$AWK' |
7094 |
+test -n "\$AWK" || AWK=awk |
7095 |
_ACEOF |
7096 |
|
7097 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
7098 |
-# If no file are specified by the user, then we need to provide default |
7099 |
-# value. By we need to know if files were specified by the user. |
7100 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7101 |
+# The default lists apply if the user does not specify any file. |
7102 |
ac_need_defaults=: |
7103 |
while test $# != 0 |
7104 |
do |
7105 |
case $1 in |
7106 |
- --*=*) |
7107 |
- ac_option=`expr "x$1" : 'x\([^=]*\)='` |
7108 |
- ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` |
7109 |
+ --*=?*) |
7110 |
+ ac_option=`expr "X$1" : 'X\([^=]*\)='` |
7111 |
+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
7112 |
ac_shift=: |
7113 |
;; |
7114 |
- -*) |
7115 |
+ --*=) |
7116 |
+ ac_option=`expr "X$1" : 'X\([^=]*\)='` |
7117 |
+ ac_optarg= |
7118 |
+ ac_shift=: |
7119 |
+ ;; |
7120 |
+ *) |
7121 |
ac_option=$1 |
7122 |
ac_optarg=$2 |
7123 |
ac_shift=shift |
7124 |
;; |
7125 |
- *) # This is not an option, so the user has probably given explicit |
7126 |
- # arguments. |
7127 |
- ac_option=$1 |
7128 |
- ac_need_defaults=false;; |
7129 |
esac |
7130 |
|
7131 |
case $ac_option in |
7132 |
# Handling of the options. |
7133 |
-_ACEOF |
7134 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
7135 |
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
7136 |
ac_cs_recheck=: ;; |
7137 |
- --version | --vers* | -V ) |
7138 |
- echo "$ac_cs_version"; exit 0 ;; |
7139 |
- --he | --h) |
7140 |
- # Conflict between --help and --header |
7141 |
- { { echo "$as_me:$LINENO: error: ambiguous option: $1 |
7142 |
-Try \`$0 --help' for more information." >&5 |
7143 |
-echo "$as_me: error: ambiguous option: $1 |
7144 |
-Try \`$0 --help' for more information." >&2;} |
7145 |
- { (exit 1); exit 1; }; };; |
7146 |
- --help | --hel | -h ) |
7147 |
- echo "$ac_cs_usage"; exit 0 ;; |
7148 |
- --debug | --d* | -d ) |
7149 |
+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
7150 |
+ $as_echo "$ac_cs_version"; exit ;; |
7151 |
+ --config | --confi | --conf | --con | --co | --c ) |
7152 |
+ $as_echo "$ac_cs_config"; exit ;; |
7153 |
+ --debug | --debu | --deb | --de | --d | -d ) |
7154 |
debug=: ;; |
7155 |
--file | --fil | --fi | --f ) |
7156 |
$ac_shift |
7157 |
- CONFIG_FILES="$CONFIG_FILES $ac_optarg" |
7158 |
+ case $ac_optarg in |
7159 |
+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
7160 |
+ '') as_fn_error $? "missing file argument" ;; |
7161 |
+ esac |
7162 |
+ as_fn_append CONFIG_FILES " '$ac_optarg'" |
7163 |
ac_need_defaults=false;; |
7164 |
--header | --heade | --head | --hea ) |
7165 |
$ac_shift |
7166 |
- CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
7167 |
+ case $ac_optarg in |
7168 |
+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
7169 |
+ esac |
7170 |
+ as_fn_append CONFIG_HEADERS " '$ac_optarg'" |
7171 |
ac_need_defaults=false;; |
7172 |
+ --he | --h) |
7173 |
+ # Conflict between --help and --header |
7174 |
+ as_fn_error $? "ambiguous option: \`$1' |
7175 |
+Try \`$0 --help' for more information.";; |
7176 |
+ --help | --hel | -h ) |
7177 |
+ $as_echo "$ac_cs_usage"; exit ;; |
7178 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
7179 |
| -silent | --silent | --silen | --sile | --sil | --si | --s) |
7180 |
ac_cs_silent=: ;; |
7181 |
|
7182 |
# This is an error. |
7183 |
- -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 |
7184 |
-Try \`$0 --help' for more information." >&5 |
7185 |
-echo "$as_me: error: unrecognized option: $1 |
7186 |
-Try \`$0 --help' for more information." >&2;} |
7187 |
- { (exit 1); exit 1; }; } ;; |
7188 |
+ -*) as_fn_error $? "unrecognized option: \`$1' |
7189 |
+Try \`$0 --help' for more information." ;; |
7190 |
|
7191 |
- *) ac_config_targets="$ac_config_targets $1" ;; |
7192 |
+ *) as_fn_append ac_config_targets " $1" |
7193 |
+ ac_need_defaults=false ;; |
7194 |
|
7195 |
esac |
7196 |
shift |
7197 |
@@ -5046,39 +5334,51 @@ if $ac_cs_silent; then |
7198 |
fi |
7199 |
|
7200 |
_ACEOF |
7201 |
-cat >>$CONFIG_STATUS <<_ACEOF |
7202 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7203 |
if \$ac_cs_recheck; then |
7204 |
- echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
7205 |
- exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
7206 |
+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
7207 |
+ shift |
7208 |
+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
7209 |
+ CONFIG_SHELL='$SHELL' |
7210 |
+ export CONFIG_SHELL |
7211 |
+ exec "\$@" |
7212 |
fi |
7213 |
|
7214 |
_ACEOF |
7215 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7216 |
+exec 5>>config.log |
7217 |
+{ |
7218 |
+ echo |
7219 |
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
7220 |
+## Running $as_me. ## |
7221 |
+_ASBOX |
7222 |
+ $as_echo "$ac_log" |
7223 |
+} >&5 |
7224 |
|
7225 |
-cat >>$CONFIG_STATUS <<_ACEOF |
7226 |
+_ACEOF |
7227 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7228 |
# |
7229 |
-# INIT-COMMANDS section. |
7230 |
+# INIT-COMMANDS |
7231 |
# |
7232 |
- |
7233 |
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
7234 |
|
7235 |
_ACEOF |
7236 |
|
7237 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7238 |
|
7239 |
- |
7240 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
7241 |
+# Handling of arguments. |
7242 |
for ac_config_target in $ac_config_targets |
7243 |
do |
7244 |
- case "$ac_config_target" in |
7245 |
- # Handling of arguments. |
7246 |
- "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
7247 |
- "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
7248 |
- "conf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS conf.h" ;; |
7249 |
- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
7250 |
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
7251 |
- { (exit 1); exit 1; }; };; |
7252 |
+ case $ac_config_target in |
7253 |
+ "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
7254 |
+ "conf.h") CONFIG_HEADERS="$CONFIG_HEADERS conf.h" ;; |
7255 |
+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
7256 |
+ |
7257 |
+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
7258 |
esac |
7259 |
done |
7260 |
|
7261 |
+ |
7262 |
# If the user did not use the arguments to specify the items to instantiate, |
7263 |
# then the envvar interface is used. Set only those that are not. |
7264 |
# We use the long form for the default assignment because of an extremely |
7265 |
@@ -5090,724 +5390,578 @@ if $ac_need_defaults; then |
7266 |
fi |
7267 |
|
7268 |
# Have a temporary directory for convenience. Make it in the build tree |
7269 |
-# simply because there is no reason to put it here, and in addition, |
7270 |
+# simply because there is no reason against having it here, and in addition, |
7271 |
# creating and moving files from /tmp can sometimes cause problems. |
7272 |
-# Create a temporary directory, and hook for its removal unless debugging. |
7273 |
+# Hook for its removal unless debugging. |
7274 |
+# Note that there is a small window in which the directory will not be cleaned: |
7275 |
+# after its creation but before its name has been assigned to `$tmp'. |
7276 |
$debug || |
7277 |
{ |
7278 |
- trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 |
7279 |
- trap '{ (exit 1); exit 1; }' 1 2 13 15 |
7280 |
+ tmp= ac_tmp= |
7281 |
+ trap 'exit_status=$? |
7282 |
+ : "${ac_tmp:=$tmp}" |
7283 |
+ { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status |
7284 |
+' 0 |
7285 |
+ trap 'as_fn_exit 1' 1 2 13 15 |
7286 |
} |
7287 |
- |
7288 |
# Create a (secure) tmp directory for tmp files. |
7289 |
|
7290 |
{ |
7291 |
- tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && |
7292 |
- test -n "$tmp" && test -d "$tmp" |
7293 |
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
7294 |
+ test -d "$tmp" |
7295 |
} || |
7296 |
{ |
7297 |
- tmp=./confstat$$-$RANDOM |
7298 |
- (umask 077 && mkdir $tmp) |
7299 |
-} || |
7300 |
+ tmp=./conf$$-$RANDOM |
7301 |
+ (umask 077 && mkdir "$tmp") |
7302 |
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
7303 |
+ac_tmp=$tmp |
7304 |
+ |
7305 |
+# Set up the scripts for CONFIG_FILES section. |
7306 |
+# No need to generate them if there are no CONFIG_FILES. |
7307 |
+# This happens for instance with `./config.status config.h'. |
7308 |
+if test -n "$CONFIG_FILES"; then |
7309 |
+ |
7310 |
+ |
7311 |
+ac_cr=`echo X | tr X '\015'` |
7312 |
+# On cygwin, bash can eat \r inside `` if the user requested igncr. |
7313 |
+# But we know of no other shell where ac_cr would be empty at this |
7314 |
+# point, so we can use a bashism as a fallback. |
7315 |
+if test "x$ac_cr" = x; then |
7316 |
+ eval ac_cr=\$\'\\r\' |
7317 |
+fi |
7318 |
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
7319 |
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
7320 |
+ ac_cs_awk_cr='\\r' |
7321 |
+else |
7322 |
+ ac_cs_awk_cr=$ac_cr |
7323 |
+fi |
7324 |
+ |
7325 |
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
7326 |
+_ACEOF |
7327 |
+ |
7328 |
+ |
7329 |
{ |
7330 |
- echo "$me: cannot create a temporary directory in ." >&2 |
7331 |
- { (exit 1); exit 1; } |
7332 |
-} |
7333 |
+ echo "cat >conf$$subs.awk <<_ACEOF" && |
7334 |
+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
7335 |
+ echo "_ACEOF" |
7336 |
+} >conf$$subs.sh || |
7337 |
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
7338 |
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
7339 |
+ac_delim='%!_!# ' |
7340 |
+for ac_last_try in false false false false false :; do |
7341 |
+ . ./conf$$subs.sh || |
7342 |
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
7343 |
|
7344 |
+ ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
7345 |
+ if test $ac_delim_n = $ac_delim_num; then |
7346 |
+ break |
7347 |
+ elif $ac_last_try; then |
7348 |
+ as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
7349 |
+ else |
7350 |
+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
7351 |
+ fi |
7352 |
+done |
7353 |
+rm -f conf$$subs.sh |
7354 |
+ |
7355 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7356 |
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
7357 |
_ACEOF |
7358 |
+sed -n ' |
7359 |
+h |
7360 |
+s/^/S["/; s/!.*/"]=/ |
7361 |
+p |
7362 |
+g |
7363 |
+s/^[^!]*!// |
7364 |
+:repl |
7365 |
+t repl |
7366 |
+s/'"$ac_delim"'$// |
7367 |
+t delim |
7368 |
+:nl |
7369 |
+h |
7370 |
+s/\(.\{148\}\)..*/\1/ |
7371 |
+t more1 |
7372 |
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
7373 |
+p |
7374 |
+n |
7375 |
+b repl |
7376 |
+:more1 |
7377 |
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ |
7378 |
+p |
7379 |
+g |
7380 |
+s/.\{148\}// |
7381 |
+t nl |
7382 |
+:delim |
7383 |
+h |
7384 |
+s/\(.\{148\}\)..*/\1/ |
7385 |
+t more2 |
7386 |
+s/["\\]/\\&/g; s/^/"/; s/$/"/ |
7387 |
+p |
7388 |
+b |
7389 |
+:more2 |
7390 |
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ |
7391 |
+p |
7392 |
+g |
7393 |
+s/.\{148\}// |
7394 |
+t delim |
7395 |
+' <conf$$subs.awk | sed ' |
7396 |
+/^[^""]/{ |
7397 |
+ N |
7398 |
+ s/\n// |
7399 |
+} |
7400 |
+' >>$CONFIG_STATUS || ac_write_fail=1 |
7401 |
+rm -f conf$$subs.awk |
7402 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7403 |
+_ACAWK |
7404 |
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
7405 |
+ for (key in S) S_is_set[key] = 1 |
7406 |
+ FS = "" |
7407 |
|
7408 |
-cat >>$CONFIG_STATUS <<_ACEOF |
7409 |
+} |
7410 |
+{ |
7411 |
+ line = $ 0 |
7412 |
+ nfields = split(line, field, "@") |
7413 |
+ substed = 0 |
7414 |
+ len = length(field[1]) |
7415 |
+ for (i = 2; i < nfields; i++) { |
7416 |
+ key = field[i] |
7417 |
+ keylen = length(key) |
7418 |
+ if (S_is_set[key]) { |
7419 |
+ value = S[key] |
7420 |
+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
7421 |
+ len += length(value) + length(field[++i]) |
7422 |
+ substed = 1 |
7423 |
+ } else |
7424 |
+ len += 1 + keylen |
7425 |
+ } |
7426 |
|
7427 |
-# |
7428 |
-# CONFIG_FILES section. |
7429 |
-# |
7430 |
+ print line |
7431 |
+} |
7432 |
|
7433 |
-# No need to generate the scripts if there are no CONFIG_FILES. |
7434 |
-# This happens for instance when ./config.status config.h |
7435 |
-if test -n "\$CONFIG_FILES"; then |
7436 |
- # Protect against being on the right side of a sed subst in config.status. |
7437 |
- sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; |
7438 |
- s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF |
7439 |
-s,@SHELL@,$SHELL,;t t |
7440 |
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t |
7441 |
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t |
7442 |
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t |
7443 |
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t |
7444 |
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t |
7445 |
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t |
7446 |
-s,@exec_prefix@,$exec_prefix,;t t |
7447 |
-s,@prefix@,$prefix,;t t |
7448 |
-s,@program_transform_name@,$program_transform_name,;t t |
7449 |
-s,@bindir@,$bindir,;t t |
7450 |
-s,@sbindir@,$sbindir,;t t |
7451 |
-s,@libexecdir@,$libexecdir,;t t |
7452 |
-s,@datadir@,$datadir,;t t |
7453 |
-s,@sysconfdir@,$sysconfdir,;t t |
7454 |
-s,@sharedstatedir@,$sharedstatedir,;t t |
7455 |
-s,@localstatedir@,$localstatedir,;t t |
7456 |
-s,@libdir@,$libdir,;t t |
7457 |
-s,@includedir@,$includedir,;t t |
7458 |
-s,@oldincludedir@,$oldincludedir,;t t |
7459 |
-s,@infodir@,$infodir,;t t |
7460 |
-s,@mandir@,$mandir,;t t |
7461 |
-s,@build_alias@,$build_alias,;t t |
7462 |
-s,@host_alias@,$host_alias,;t t |
7463 |
-s,@target_alias@,$target_alias,;t t |
7464 |
-s,@DEFS@,$DEFS,;t t |
7465 |
-s,@ECHO_C@,$ECHO_C,;t t |
7466 |
-s,@ECHO_N@,$ECHO_N,;t t |
7467 |
-s,@ECHO_T@,$ECHO_T,;t t |
7468 |
-s,@LIBS@,$LIBS,;t t |
7469 |
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t |
7470 |
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t |
7471 |
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t |
7472 |
-s,@CYGPATH_W@,$CYGPATH_W,;t t |
7473 |
-s,@PACKAGE@,$PACKAGE,;t t |
7474 |
-s,@VERSION@,$VERSION,;t t |
7475 |
-s,@ACLOCAL@,$ACLOCAL,;t t |
7476 |
-s,@AUTOCONF@,$AUTOCONF,;t t |
7477 |
-s,@AUTOMAKE@,$AUTOMAKE,;t t |
7478 |
-s,@AUTOHEADER@,$AUTOHEADER,;t t |
7479 |
-s,@MAKEINFO@,$MAKEINFO,;t t |
7480 |
-s,@install_sh@,$install_sh,;t t |
7481 |
-s,@STRIP@,$STRIP,;t t |
7482 |
-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t |
7483 |
-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t |
7484 |
-s,@mkdir_p@,$mkdir_p,;t t |
7485 |
-s,@AWK@,$AWK,;t t |
7486 |
-s,@SET_MAKE@,$SET_MAKE,;t t |
7487 |
-s,@am__leading_dot@,$am__leading_dot,;t t |
7488 |
-s,@AMTAR@,$AMTAR,;t t |
7489 |
-s,@am__tar@,$am__tar,;t t |
7490 |
-s,@am__untar@,$am__untar,;t t |
7491 |
-s,@CC@,$CC,;t t |
7492 |
-s,@CFLAGS@,$CFLAGS,;t t |
7493 |
-s,@LDFLAGS@,$LDFLAGS,;t t |
7494 |
-s,@CPPFLAGS@,$CPPFLAGS,;t t |
7495 |
-s,@ac_ct_CC@,$ac_ct_CC,;t t |
7496 |
-s,@EXEEXT@,$EXEEXT,;t t |
7497 |
-s,@OBJEXT@,$OBJEXT,;t t |
7498 |
-s,@DEPDIR@,$DEPDIR,;t t |
7499 |
-s,@am__include@,$am__include,;t t |
7500 |
-s,@am__quote@,$am__quote,;t t |
7501 |
-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t |
7502 |
-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t |
7503 |
-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t |
7504 |
-s,@CCDEPMODE@,$CCDEPMODE,;t t |
7505 |
-s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t |
7506 |
-s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t |
7507 |
-s,@build@,$build,;t t |
7508 |
-s,@build_cpu@,$build_cpu,;t t |
7509 |
-s,@build_vendor@,$build_vendor,;t t |
7510 |
-s,@build_os@,$build_os,;t t |
7511 |
-s,@host@,$host,;t t |
7512 |
-s,@host_cpu@,$host_cpu,;t t |
7513 |
-s,@host_vendor@,$host_vendor,;t t |
7514 |
-s,@host_os@,$host_os,;t t |
7515 |
-s,@ssldir@,$ssldir,;t t |
7516 |
-s,@CPP@,$CPP,;t t |
7517 |
-s,@EGREP@,$EGREP,;t t |
7518 |
-s,@LIBOBJS@,$LIBOBJS,;t t |
7519 |
-s,@INCLUDES@,$INCLUDES,;t t |
7520 |
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t |
7521 |
-CEOF |
7522 |
+_ACAWK |
7523 |
+_ACEOF |
7524 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7525 |
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
7526 |
+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
7527 |
+else |
7528 |
+ cat |
7529 |
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
7530 |
+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
7531 |
+_ACEOF |
7532 |
+ |
7533 |
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
7534 |
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
7535 |
+# trailing colons and then remove the whole line if VPATH becomes empty |
7536 |
+# (actually we leave an empty line to preserve line numbers). |
7537 |
+if test "x$srcdir" = x.; then |
7538 |
+ ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
7539 |
+h |
7540 |
+s/// |
7541 |
+s/^/:/ |
7542 |
+s/[ ]*$/:/ |
7543 |
+s/:\$(srcdir):/:/g |
7544 |
+s/:\${srcdir}:/:/g |
7545 |
+s/:@srcdir@:/:/g |
7546 |
+s/^:*// |
7547 |
+s/:*$// |
7548 |
+x |
7549 |
+s/\(=[ ]*\).*/\1/ |
7550 |
+G |
7551 |
+s/\n// |
7552 |
+s/^[^=]*=[ ]*$// |
7553 |
+}' |
7554 |
+fi |
7555 |
|
7556 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7557 |
+fi # test -n "$CONFIG_FILES" |
7558 |
+ |
7559 |
+# Set up the scripts for CONFIG_HEADERS section. |
7560 |
+# No need to generate them if there are no CONFIG_HEADERS. |
7561 |
+# This happens for instance with `./config.status Makefile'. |
7562 |
+if test -n "$CONFIG_HEADERS"; then |
7563 |
+cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
7564 |
+BEGIN { |
7565 |
_ACEOF |
7566 |
|
7567 |
- cat >>$CONFIG_STATUS <<\_ACEOF |
7568 |
- # Split the substitutions into bite-sized pieces for seds with |
7569 |
- # small command number limits, like on Digital OSF/1 and HP-UX. |
7570 |
- ac_max_sed_lines=48 |
7571 |
- ac_sed_frag=1 # Number of current file. |
7572 |
- ac_beg=1 # First line for current file. |
7573 |
- ac_end=$ac_max_sed_lines # Line after last line for current file. |
7574 |
- ac_more_lines=: |
7575 |
- ac_sed_cmds= |
7576 |
- while $ac_more_lines; do |
7577 |
- if test $ac_beg -gt 1; then |
7578 |
- sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag |
7579 |
- else |
7580 |
- sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag |
7581 |
- fi |
7582 |
- if test ! -s $tmp/subs.frag; then |
7583 |
- ac_more_lines=false |
7584 |
- else |
7585 |
- # The purpose of the label and of the branching condition is to |
7586 |
- # speed up the sed processing (if there are no `@' at all, there |
7587 |
- # is no need to browse any of the substitutions). |
7588 |
- # These are the two extra sed commands mentioned above. |
7589 |
- (echo ':t |
7590 |
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed |
7591 |
- if test -z "$ac_sed_cmds"; then |
7592 |
- ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" |
7593 |
- else |
7594 |
- ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" |
7595 |
- fi |
7596 |
- ac_sed_frag=`expr $ac_sed_frag + 1` |
7597 |
- ac_beg=$ac_end |
7598 |
- ac_end=`expr $ac_end + $ac_max_sed_lines` |
7599 |
- fi |
7600 |
- done |
7601 |
- if test -z "$ac_sed_cmds"; then |
7602 |
- ac_sed_cmds=cat |
7603 |
+# Transform confdefs.h into an awk script `defines.awk', embedded as |
7604 |
+# here-document in config.status, that substitutes the proper values into |
7605 |
+# config.h.in to produce config.h. |
7606 |
+ |
7607 |
+# Create a delimiter string that does not exist in confdefs.h, to ease |
7608 |
+# handling of long lines. |
7609 |
+ac_delim='%!_!# ' |
7610 |
+for ac_last_try in false false :; do |
7611 |
+ ac_tt=`sed -n "/$ac_delim/p" confdefs.h` |
7612 |
+ if test -z "$ac_tt"; then |
7613 |
+ break |
7614 |
+ elif $ac_last_try; then |
7615 |
+ as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
7616 |
+ else |
7617 |
+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
7618 |
fi |
7619 |
-fi # test -n "$CONFIG_FILES" |
7620 |
+done |
7621 |
|
7622 |
+# For the awk script, D is an array of macro values keyed by name, |
7623 |
+# likewise P contains macro parameters if any. Preserve backslash |
7624 |
+# newline sequences. |
7625 |
+ |
7626 |
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* |
7627 |
+sed -n ' |
7628 |
+s/.\{148\}/&'"$ac_delim"'/g |
7629 |
+t rset |
7630 |
+:rset |
7631 |
+s/^[ ]*#[ ]*define[ ][ ]*/ / |
7632 |
+t def |
7633 |
+d |
7634 |
+:def |
7635 |
+s/\\$// |
7636 |
+t bsnl |
7637 |
+s/["\\]/\\&/g |
7638 |
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ |
7639 |
+D["\1"]=" \3"/p |
7640 |
+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p |
7641 |
+d |
7642 |
+:bsnl |
7643 |
+s/["\\]/\\&/g |
7644 |
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ |
7645 |
+D["\1"]=" \3\\\\\\n"\\/p |
7646 |
+t cont |
7647 |
+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p |
7648 |
+t cont |
7649 |
+d |
7650 |
+:cont |
7651 |
+n |
7652 |
+s/.\{148\}/&'"$ac_delim"'/g |
7653 |
+t clear |
7654 |
+:clear |
7655 |
+s/\\$// |
7656 |
+t bsnlc |
7657 |
+s/["\\]/\\&/g; s/^/"/; s/$/"/p |
7658 |
+d |
7659 |
+:bsnlc |
7660 |
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p |
7661 |
+b cont |
7662 |
+' <confdefs.h | sed ' |
7663 |
+s/'"$ac_delim"'/"\\\ |
7664 |
+"/g' >>$CONFIG_STATUS || ac_write_fail=1 |
7665 |
+ |
7666 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7667 |
+ for (key in D) D_is_set[key] = 1 |
7668 |
+ FS = "" |
7669 |
+} |
7670 |
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { |
7671 |
+ line = \$ 0 |
7672 |
+ split(line, arg, " ") |
7673 |
+ if (arg[1] == "#") { |
7674 |
+ defundef = arg[2] |
7675 |
+ mac1 = arg[3] |
7676 |
+ } else { |
7677 |
+ defundef = substr(arg[1], 2) |
7678 |
+ mac1 = arg[2] |
7679 |
+ } |
7680 |
+ split(mac1, mac2, "(") #) |
7681 |
+ macro = mac2[1] |
7682 |
+ prefix = substr(line, 1, index(line, defundef) - 1) |
7683 |
+ if (D_is_set[macro]) { |
7684 |
+ # Preserve the white space surrounding the "#". |
7685 |
+ print prefix "define", macro P[macro] D[macro] |
7686 |
+ next |
7687 |
+ } else { |
7688 |
+ # Replace #undef with comments. This is necessary, for example, |
7689 |
+ # in the case of _POSIX_SOURCE, which is predefined and required |
7690 |
+ # on some systems where configure will not decide to define it. |
7691 |
+ if (defundef == "undef") { |
7692 |
+ print "/*", prefix defundef, macro, "*/" |
7693 |
+ next |
7694 |
+ } |
7695 |
+ } |
7696 |
+} |
7697 |
+{ print } |
7698 |
+_ACAWK |
7699 |
_ACEOF |
7700 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
7701 |
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue |
7702 |
- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
7703 |
- case $ac_file in |
7704 |
- - | *:- | *:-:* ) # input from stdin |
7705 |
- cat >$tmp/stdin |
7706 |
- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
7707 |
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
7708 |
- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
7709 |
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
7710 |
- * ) ac_file_in=$ac_file.in ;; |
7711 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7712 |
+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
7713 |
+fi # test -n "$CONFIG_HEADERS" |
7714 |
+ |
7715 |
+ |
7716 |
+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" |
7717 |
+shift |
7718 |
+for ac_tag |
7719 |
+do |
7720 |
+ case $ac_tag in |
7721 |
+ :[FHLC]) ac_mode=$ac_tag; continue;; |
7722 |
+ esac |
7723 |
+ case $ac_mode$ac_tag in |
7724 |
+ :[FHL]*:*);; |
7725 |
+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
7726 |
+ :[FH]-) ac_tag=-:-;; |
7727 |
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
7728 |
esac |
7729 |
+ ac_save_IFS=$IFS |
7730 |
+ IFS=: |
7731 |
+ set x $ac_tag |
7732 |
+ IFS=$ac_save_IFS |
7733 |
+ shift |
7734 |
+ ac_file=$1 |
7735 |
+ shift |
7736 |
|
7737 |
- # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. |
7738 |
- ac_dir=`(dirname "$ac_file") 2>/dev/null || |
7739 |
+ case $ac_mode in |
7740 |
+ :L) ac_source=$1;; |
7741 |
+ :[FH]) |
7742 |
+ ac_file_inputs= |
7743 |
+ for ac_f |
7744 |
+ do |
7745 |
+ case $ac_f in |
7746 |
+ -) ac_f="$ac_tmp/stdin";; |
7747 |
+ *) # Look for the file first in the build tree, then in the source tree |
7748 |
+ # (if the path is not absolute). The absolute path cannot be DOS-style, |
7749 |
+ # because $ac_f cannot contain `:'. |
7750 |
+ test -f "$ac_f" || |
7751 |
+ case $ac_f in |
7752 |
+ [\\/$]*) false;; |
7753 |
+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
7754 |
+ esac || |
7755 |
+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
7756 |
+ esac |
7757 |
+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
7758 |
+ as_fn_append ac_file_inputs " '$ac_f'" |
7759 |
+ done |
7760 |
+ |
7761 |
+ # Let's still pretend it is `configure' which instantiates (i.e., don't |
7762 |
+ # use $as_me), people would be surprised to read: |
7763 |
+ # /* config.h. Generated by config.status. */ |
7764 |
+ configure_input='Generated from '` |
7765 |
+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
7766 |
+ `' by configure.' |
7767 |
+ if test x"$ac_file" != x-; then |
7768 |
+ configure_input="$ac_file. $configure_input" |
7769 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 |
7770 |
+$as_echo "$as_me: creating $ac_file" >&6;} |
7771 |
+ fi |
7772 |
+ # Neutralize special characters interpreted by sed in replacement strings. |
7773 |
+ case $configure_input in #( |
7774 |
+ *\&* | *\|* | *\\* ) |
7775 |
+ ac_sed_conf_input=`$as_echo "$configure_input" | |
7776 |
+ sed 's/[\\\\&|]/\\\\&/g'`;; #( |
7777 |
+ *) ac_sed_conf_input=$configure_input;; |
7778 |
+ esac |
7779 |
+ |
7780 |
+ case $ac_tag in |
7781 |
+ *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
7782 |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
7783 |
+ esac |
7784 |
+ ;; |
7785 |
+ esac |
7786 |
+ |
7787 |
+ ac_dir=`$as_dirname -- "$ac_file" || |
7788 |
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7789 |
X"$ac_file" : 'X\(//\)[^/]' \| \ |
7790 |
X"$ac_file" : 'X\(//\)$' \| \ |
7791 |
- X"$ac_file" : 'X\(/\)' \| \ |
7792 |
- . : '\(.\)' 2>/dev/null || |
7793 |
-echo X"$ac_file" | |
7794 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
7795 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
7796 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
7797 |
- /^X\(\/\).*/{ s//\1/; q; } |
7798 |
- s/.*/./; q'` |
7799 |
- { if $as_mkdir_p; then |
7800 |
- mkdir -p "$ac_dir" |
7801 |
- else |
7802 |
- as_dir="$ac_dir" |
7803 |
- as_dirs= |
7804 |
- while test ! -d "$as_dir"; do |
7805 |
- as_dirs="$as_dir $as_dirs" |
7806 |
- as_dir=`(dirname "$as_dir") 2>/dev/null || |
7807 |
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
7808 |
- X"$as_dir" : 'X\(//\)[^/]' \| \ |
7809 |
- X"$as_dir" : 'X\(//\)$' \| \ |
7810 |
- X"$as_dir" : 'X\(/\)' \| \ |
7811 |
- . : '\(.\)' 2>/dev/null || |
7812 |
-echo X"$as_dir" | |
7813 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
7814 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
7815 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
7816 |
- /^X\(\/\).*/{ s//\1/; q; } |
7817 |
- s/.*/./; q'` |
7818 |
- done |
7819 |
- test ! -n "$as_dirs" || mkdir $as_dirs |
7820 |
- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
7821 |
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
7822 |
- { (exit 1); exit 1; }; }; } |
7823 |
- |
7824 |
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
7825 |
+$as_echo X"$ac_file" | |
7826 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
7827 |
+ s//\1/ |
7828 |
+ q |
7829 |
+ } |
7830 |
+ /^X\(\/\/\)[^/].*/{ |
7831 |
+ s//\1/ |
7832 |
+ q |
7833 |
+ } |
7834 |
+ /^X\(\/\/\)$/{ |
7835 |
+ s//\1/ |
7836 |
+ q |
7837 |
+ } |
7838 |
+ /^X\(\/\).*/{ |
7839 |
+ s//\1/ |
7840 |
+ q |
7841 |
+ } |
7842 |
+ s/.*/./; q'` |
7843 |
+ as_dir="$ac_dir"; as_fn_mkdir_p |
7844 |
ac_builddir=. |
7845 |
|
7846 |
-if test "$ac_dir" != .; then |
7847 |
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
7848 |
- # A "../" for each directory in $ac_dir_suffix. |
7849 |
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` |
7850 |
-else |
7851 |
- ac_dir_suffix= ac_top_builddir= |
7852 |
-fi |
7853 |
+case "$ac_dir" in |
7854 |
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
7855 |
+*) |
7856 |
+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
7857 |
+ # A ".." for each directory in $ac_dir_suffix. |
7858 |
+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
7859 |
+ case $ac_top_builddir_sub in |
7860 |
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
7861 |
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
7862 |
+ esac ;; |
7863 |
+esac |
7864 |
+ac_abs_top_builddir=$ac_pwd |
7865 |
+ac_abs_builddir=$ac_pwd$ac_dir_suffix |
7866 |
+# for backward compatibility: |
7867 |
+ac_top_builddir=$ac_top_build_prefix |
7868 |
|
7869 |
case $srcdir in |
7870 |
- .) # No --srcdir option. We are building in place. |
7871 |
+ .) # We are building in place. |
7872 |
ac_srcdir=. |
7873 |
- if test -z "$ac_top_builddir"; then |
7874 |
- ac_top_srcdir=. |
7875 |
- else |
7876 |
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` |
7877 |
- fi ;; |
7878 |
- [\\/]* | ?:[\\/]* ) # Absolute path. |
7879 |
+ ac_top_srcdir=$ac_top_builddir_sub |
7880 |
+ ac_abs_top_srcdir=$ac_pwd ;; |
7881 |
+ [\\/]* | ?:[\\/]* ) # Absolute name. |
7882 |
ac_srcdir=$srcdir$ac_dir_suffix; |
7883 |
- ac_top_srcdir=$srcdir ;; |
7884 |
- *) # Relative path. |
7885 |
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
7886 |
- ac_top_srcdir=$ac_top_builddir$srcdir ;; |
7887 |
+ ac_top_srcdir=$srcdir |
7888 |
+ ac_abs_top_srcdir=$srcdir ;; |
7889 |
+ *) # Relative name. |
7890 |
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
7891 |
+ ac_top_srcdir=$ac_top_build_prefix$srcdir |
7892 |
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
7893 |
esac |
7894 |
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
7895 |
|
7896 |
-# Do not use `cd foo && pwd` to compute absolute paths, because |
7897 |
-# the directories may not exist. |
7898 |
-case `pwd` in |
7899 |
-.) ac_abs_builddir="$ac_dir";; |
7900 |
-*) |
7901 |
- case "$ac_dir" in |
7902 |
- .) ac_abs_builddir=`pwd`;; |
7903 |
- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
7904 |
- *) ac_abs_builddir=`pwd`/"$ac_dir";; |
7905 |
- esac;; |
7906 |
-esac |
7907 |
-case $ac_abs_builddir in |
7908 |
-.) ac_abs_top_builddir=${ac_top_builddir}.;; |
7909 |
-*) |
7910 |
- case ${ac_top_builddir}. in |
7911 |
- .) ac_abs_top_builddir=$ac_abs_builddir;; |
7912 |
- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
7913 |
- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
7914 |
- esac;; |
7915 |
-esac |
7916 |
-case $ac_abs_builddir in |
7917 |
-.) ac_abs_srcdir=$ac_srcdir;; |
7918 |
-*) |
7919 |
- case $ac_srcdir in |
7920 |
- .) ac_abs_srcdir=$ac_abs_builddir;; |
7921 |
- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
7922 |
- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
7923 |
- esac;; |
7924 |
-esac |
7925 |
-case $ac_abs_builddir in |
7926 |
-.) ac_abs_top_srcdir=$ac_top_srcdir;; |
7927 |
-*) |
7928 |
- case $ac_top_srcdir in |
7929 |
- .) ac_abs_top_srcdir=$ac_abs_builddir;; |
7930 |
- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
7931 |
- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
7932 |
- esac;; |
7933 |
-esac |
7934 |
|
7935 |
+ case $ac_mode in |
7936 |
+ :F) |
7937 |
+ # |
7938 |
+ # CONFIG_FILE |
7939 |
+ # |
7940 |
|
7941 |
case $INSTALL in |
7942 |
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
7943 |
- *) ac_INSTALL=$ac_top_builddir$INSTALL ;; |
7944 |
+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
7945 |
esac |
7946 |
+_ACEOF |
7947 |
|
7948 |
- if test x"$ac_file" != x-; then |
7949 |
- { echo "$as_me:$LINENO: creating $ac_file" >&5 |
7950 |
-echo "$as_me: creating $ac_file" >&6;} |
7951 |
- rm -f "$ac_file" |
7952 |
- fi |
7953 |
- # Let's still pretend it is `configure' which instantiates (i.e., don't |
7954 |
- # use $as_me), people would be surprised to read: |
7955 |
- # /* config.h. Generated by config.status. */ |
7956 |
- if test x"$ac_file" = x-; then |
7957 |
- configure_input= |
7958 |
- else |
7959 |
- configure_input="$ac_file. " |
7960 |
- fi |
7961 |
- configure_input=$configure_input"Generated from `echo $ac_file_in | |
7962 |
- sed 's,.*/,,'` by configure." |
7963 |
- |
7964 |
- # First look for the input files in the build tree, otherwise in the |
7965 |
- # src tree. |
7966 |
- ac_file_inputs=`IFS=: |
7967 |
- for f in $ac_file_in; do |
7968 |
- case $f in |
7969 |
- -) echo $tmp/stdin ;; |
7970 |
- [\\/$]*) |
7971 |
- # Absolute (can't be DOS-style, as IFS=:) |
7972 |
- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
7973 |
-echo "$as_me: error: cannot find input file: $f" >&2;} |
7974 |
- { (exit 1); exit 1; }; } |
7975 |
- echo "$f";; |
7976 |
- *) # Relative |
7977 |
- if test -f "$f"; then |
7978 |
- # Build tree |
7979 |
- echo "$f" |
7980 |
- elif test -f "$srcdir/$f"; then |
7981 |
- # Source tree |
7982 |
- echo "$srcdir/$f" |
7983 |
- else |
7984 |
- # /dev/null tree |
7985 |
- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
7986 |
-echo "$as_me: error: cannot find input file: $f" >&2;} |
7987 |
- { (exit 1); exit 1; }; } |
7988 |
- fi;; |
7989 |
- esac |
7990 |
- done` || { (exit 1); exit 1; } |
7991 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7992 |
+# If the template does not know about datarootdir, expand it. |
7993 |
+# FIXME: This hack should be removed a few years after 2.60. |
7994 |
+ac_datarootdir_hack=; ac_datarootdir_seen= |
7995 |
+ac_sed_dataroot=' |
7996 |
+/datarootdir/ { |
7997 |
+ p |
7998 |
+ q |
7999 |
+} |
8000 |
+/@datadir@/p |
8001 |
+/@docdir@/p |
8002 |
+/@infodir@/p |
8003 |
+/@localedir@/p |
8004 |
+/@mandir@/p' |
8005 |
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in |
8006 |
+*datarootdir*) ac_datarootdir_seen=yes;; |
8007 |
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
8008 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
8009 |
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
8010 |
_ACEOF |
8011 |
-cat >>$CONFIG_STATUS <<_ACEOF |
8012 |
- sed "$ac_vpsub |
8013 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
8014 |
+ ac_datarootdir_hack=' |
8015 |
+ s&@datadir@&$datadir&g |
8016 |
+ s&@docdir@&$docdir&g |
8017 |
+ s&@infodir@&$infodir&g |
8018 |
+ s&@localedir@&$localedir&g |
8019 |
+ s&@mandir@&$mandir&g |
8020 |
+ s&\\\${datarootdir}&$datarootdir&g' ;; |
8021 |
+esac |
8022 |
+_ACEOF |
8023 |
+ |
8024 |
+# Neutralize VPATH when `$srcdir' = `.'. |
8025 |
+# Shell code in configure.ac might set extrasub. |
8026 |
+# FIXME: do we really want to maintain this feature? |
8027 |
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
8028 |
+ac_sed_extra="$ac_vpsub |
8029 |
$extrasub |
8030 |
_ACEOF |
8031 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
8032 |
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
8033 |
:t |
8034 |
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
8035 |
-s,@configure_input@,$configure_input,;t t |
8036 |
-s,@srcdir@,$ac_srcdir,;t t |
8037 |
-s,@abs_srcdir@,$ac_abs_srcdir,;t t |
8038 |
-s,@top_srcdir@,$ac_top_srcdir,;t t |
8039 |
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t |
8040 |
-s,@builddir@,$ac_builddir,;t t |
8041 |
-s,@abs_builddir@,$ac_abs_builddir,;t t |
8042 |
-s,@top_builddir@,$ac_top_builddir,;t t |
8043 |
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t |
8044 |
-s,@INSTALL@,$ac_INSTALL,;t t |
8045 |
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out |
8046 |
- rm -f $tmp/stdin |
8047 |
- if test x"$ac_file" != x-; then |
8048 |
- mv $tmp/out $ac_file |
8049 |
- else |
8050 |
- cat $tmp/out |
8051 |
- rm -f $tmp/out |
8052 |
- fi |
8053 |
- |
8054 |
-done |
8055 |
-_ACEOF |
8056 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
8057 |
- |
8058 |
-# |
8059 |
-# CONFIG_HEADER section. |
8060 |
-# |
8061 |
+s|@configure_input@|$ac_sed_conf_input|;t t |
8062 |
+s&@top_builddir@&$ac_top_builddir_sub&;t t |
8063 |
+s&@top_build_prefix@&$ac_top_build_prefix&;t t |
8064 |
+s&@srcdir@&$ac_srcdir&;t t |
8065 |
+s&@abs_srcdir@&$ac_abs_srcdir&;t t |
8066 |
+s&@top_srcdir@&$ac_top_srcdir&;t t |
8067 |
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
8068 |
+s&@builddir@&$ac_builddir&;t t |
8069 |
+s&@abs_builddir@&$ac_abs_builddir&;t t |
8070 |
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
8071 |
+s&@INSTALL@&$ac_INSTALL&;t t |
8072 |
+$ac_datarootdir_hack |
8073 |
+" |
8074 |
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
8075 |
+ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8076 |
|
8077 |
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where |
8078 |
-# NAME is the cpp macro being defined and VALUE is the value it is being given. |
8079 |
-# |
8080 |
-# ac_d sets the value in "#define NAME VALUE" lines. |
8081 |
-ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
8082 |
-ac_dB='[ ].*$,\1#\2' |
8083 |
-ac_dC=' ' |
8084 |
-ac_dD=',;t' |
8085 |
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". |
8086 |
-ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
8087 |
-ac_uB='$,\1#\2define\3' |
8088 |
-ac_uC=' ' |
8089 |
-ac_uD=',;t' |
8090 |
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
8091 |
+ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
8092 |
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
8093 |
+ "$ac_tmp/out"`; test -z "$ac_out"; } && |
8094 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8095 |
+which seems to be undefined. Please make sure it is defined" >&5 |
8096 |
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8097 |
+which seems to be undefined. Please make sure it is defined" >&2;} |
8098 |
|
8099 |
-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue |
8100 |
- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
8101 |
+ rm -f "$ac_tmp/stdin" |
8102 |
case $ac_file in |
8103 |
- - | *:- | *:-:* ) # input from stdin |
8104 |
- cat >$tmp/stdin |
8105 |
- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
8106 |
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
8107 |
- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
8108 |
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
8109 |
- * ) ac_file_in=$ac_file.in ;; |
8110 |
- esac |
8111 |
- |
8112 |
- test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 |
8113 |
-echo "$as_me: creating $ac_file" >&6;} |
8114 |
- |
8115 |
- # First look for the input files in the build tree, otherwise in the |
8116 |
- # src tree. |
8117 |
- ac_file_inputs=`IFS=: |
8118 |
- for f in $ac_file_in; do |
8119 |
- case $f in |
8120 |
- -) echo $tmp/stdin ;; |
8121 |
- [\\/$]*) |
8122 |
- # Absolute (can't be DOS-style, as IFS=:) |
8123 |
- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
8124 |
-echo "$as_me: error: cannot find input file: $f" >&2;} |
8125 |
- { (exit 1); exit 1; }; } |
8126 |
- # Do quote $f, to prevent DOS paths from being IFS'd. |
8127 |
- echo "$f";; |
8128 |
- *) # Relative |
8129 |
- if test -f "$f"; then |
8130 |
- # Build tree |
8131 |
- echo "$f" |
8132 |
- elif test -f "$srcdir/$f"; then |
8133 |
- # Source tree |
8134 |
- echo "$srcdir/$f" |
8135 |
- else |
8136 |
- # /dev/null tree |
8137 |
- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
8138 |
-echo "$as_me: error: cannot find input file: $f" >&2;} |
8139 |
- { (exit 1); exit 1; }; } |
8140 |
- fi;; |
8141 |
- esac |
8142 |
- done` || { (exit 1); exit 1; } |
8143 |
- # Remove the trailing spaces. |
8144 |
- sed 's/[ ]*$//' $ac_file_inputs >$tmp/in |
8145 |
- |
8146 |
-_ACEOF |
8147 |
- |
8148 |
-# Transform confdefs.h into two sed scripts, `conftest.defines' and |
8149 |
-# `conftest.undefs', that substitutes the proper values into |
8150 |
-# config.h.in to produce config.h. The first handles `#define' |
8151 |
-# templates, and the second `#undef' templates. |
8152 |
-# And first: Protect against being on the right side of a sed subst in |
8153 |
-# config.status. Protect against being in an unquoted here document |
8154 |
-# in config.status. |
8155 |
-rm -f conftest.defines conftest.undefs |
8156 |
-# Using a here document instead of a string reduces the quoting nightmare. |
8157 |
-# Putting comments in sed scripts is not portable. |
8158 |
-# |
8159 |
-# `end' is used to avoid that the second main sed command (meant for |
8160 |
-# 0-ary CPP macros) applies to n-ary macro definitions. |
8161 |
-# See the Autoconf documentation for `clear'. |
8162 |
-cat >confdef2sed.sed <<\_ACEOF |
8163 |
-s/[\\&,]/\\&/g |
8164 |
-s,[\\$`],\\&,g |
8165 |
-t clear |
8166 |
-: clear |
8167 |
-s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp |
8168 |
-t end |
8169 |
-s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp |
8170 |
-: end |
8171 |
-_ACEOF |
8172 |
-# If some macros were called several times there might be several times |
8173 |
-# the same #defines, which is useless. Nevertheless, we may not want to |
8174 |
-# sort them, since we want the *last* AC-DEFINE to be honored. |
8175 |
-uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines |
8176 |
-sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs |
8177 |
-rm -f confdef2sed.sed |
8178 |
- |
8179 |
-# This sed command replaces #undef with comments. This is necessary, for |
8180 |
-# example, in the case of _POSIX_SOURCE, which is predefined and required |
8181 |
-# on some systems where configure will not decide to define it. |
8182 |
-cat >>conftest.undefs <<\_ACEOF |
8183 |
-s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, |
8184 |
-_ACEOF |
8185 |
- |
8186 |
-# Break up conftest.defines because some shells have a limit on the size |
8187 |
-# of here documents, and old seds have small limits too (100 cmds). |
8188 |
-echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS |
8189 |
-echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS |
8190 |
-echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS |
8191 |
-echo ' :' >>$CONFIG_STATUS |
8192 |
-rm -f conftest.tail |
8193 |
-while grep . conftest.defines >/dev/null |
8194 |
-do |
8195 |
- # Write a limited-size here document to $tmp/defines.sed. |
8196 |
- echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS |
8197 |
- # Speed up: don't consider the non `#define' lines. |
8198 |
- echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS |
8199 |
- # Work around the forget-to-reset-the-flag bug. |
8200 |
- echo 't clr' >>$CONFIG_STATUS |
8201 |
- echo ': clr' >>$CONFIG_STATUS |
8202 |
- sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS |
8203 |
- echo 'CEOF |
8204 |
- sed -f $tmp/defines.sed $tmp/in >$tmp/out |
8205 |
- rm -f $tmp/in |
8206 |
- mv $tmp/out $tmp/in |
8207 |
-' >>$CONFIG_STATUS |
8208 |
- sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail |
8209 |
- rm -f conftest.defines |
8210 |
- mv conftest.tail conftest.defines |
8211 |
-done |
8212 |
-rm -f conftest.defines |
8213 |
-echo ' fi # grep' >>$CONFIG_STATUS |
8214 |
-echo >>$CONFIG_STATUS |
8215 |
- |
8216 |
-# Break up conftest.undefs because some shells have a limit on the size |
8217 |
-# of here documents, and old seds have small limits too (100 cmds). |
8218 |
-echo ' # Handle all the #undef templates' >>$CONFIG_STATUS |
8219 |
-rm -f conftest.tail |
8220 |
-while grep . conftest.undefs >/dev/null |
8221 |
-do |
8222 |
- # Write a limited-size here document to $tmp/undefs.sed. |
8223 |
- echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS |
8224 |
- # Speed up: don't consider the non `#undef' |
8225 |
- echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS |
8226 |
- # Work around the forget-to-reset-the-flag bug. |
8227 |
- echo 't clr' >>$CONFIG_STATUS |
8228 |
- echo ': clr' >>$CONFIG_STATUS |
8229 |
- sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS |
8230 |
- echo 'CEOF |
8231 |
- sed -f $tmp/undefs.sed $tmp/in >$tmp/out |
8232 |
- rm -f $tmp/in |
8233 |
- mv $tmp/out $tmp/in |
8234 |
-' >>$CONFIG_STATUS |
8235 |
- sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail |
8236 |
- rm -f conftest.undefs |
8237 |
- mv conftest.tail conftest.undefs |
8238 |
-done |
8239 |
-rm -f conftest.undefs |
8240 |
- |
8241 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
8242 |
- # Let's still pretend it is `configure' which instantiates (i.e., don't |
8243 |
- # use $as_me), people would be surprised to read: |
8244 |
- # /* config.h. Generated by config.status. */ |
8245 |
- if test x"$ac_file" = x-; then |
8246 |
- echo "/* Generated by configure. */" >$tmp/config.h |
8247 |
- else |
8248 |
- echo "/* $ac_file. Generated by configure. */" >$tmp/config.h |
8249 |
- fi |
8250 |
- cat $tmp/in >>$tmp/config.h |
8251 |
- rm -f $tmp/in |
8252 |
+ -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
8253 |
+ *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
8254 |
+ esac \ |
8255 |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8256 |
+ ;; |
8257 |
+ :H) |
8258 |
+ # |
8259 |
+ # CONFIG_HEADER |
8260 |
+ # |
8261 |
if test x"$ac_file" != x-; then |
8262 |
- if diff $ac_file $tmp/config.h >/dev/null 2>&1; then |
8263 |
- { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
8264 |
-echo "$as_me: $ac_file is unchanged" >&6;} |
8265 |
+ { |
8266 |
+ $as_echo "/* $configure_input */" \ |
8267 |
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" |
8268 |
+ } >"$ac_tmp/config.h" \ |
8269 |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8270 |
+ if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then |
8271 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
8272 |
+$as_echo "$as_me: $ac_file is unchanged" >&6;} |
8273 |
else |
8274 |
- ac_dir=`(dirname "$ac_file") 2>/dev/null || |
8275 |
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8276 |
- X"$ac_file" : 'X\(//\)[^/]' \| \ |
8277 |
- X"$ac_file" : 'X\(//\)$' \| \ |
8278 |
- X"$ac_file" : 'X\(/\)' \| \ |
8279 |
- . : '\(.\)' 2>/dev/null || |
8280 |
-echo X"$ac_file" | |
8281 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8282 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8283 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8284 |
- /^X\(\/\).*/{ s//\1/; q; } |
8285 |
- s/.*/./; q'` |
8286 |
- { if $as_mkdir_p; then |
8287 |
- mkdir -p "$ac_dir" |
8288 |
- else |
8289 |
- as_dir="$ac_dir" |
8290 |
- as_dirs= |
8291 |
- while test ! -d "$as_dir"; do |
8292 |
- as_dirs="$as_dir $as_dirs" |
8293 |
- as_dir=`(dirname "$as_dir") 2>/dev/null || |
8294 |
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8295 |
- X"$as_dir" : 'X\(//\)[^/]' \| \ |
8296 |
- X"$as_dir" : 'X\(//\)$' \| \ |
8297 |
- X"$as_dir" : 'X\(/\)' \| \ |
8298 |
- . : '\(.\)' 2>/dev/null || |
8299 |
-echo X"$as_dir" | |
8300 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8301 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8302 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8303 |
- /^X\(\/\).*/{ s//\1/; q; } |
8304 |
- s/.*/./; q'` |
8305 |
- done |
8306 |
- test ! -n "$as_dirs" || mkdir $as_dirs |
8307 |
- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
8308 |
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
8309 |
- { (exit 1); exit 1; }; }; } |
8310 |
- |
8311 |
- rm -f $ac_file |
8312 |
- mv $tmp/config.h $ac_file |
8313 |
+ rm -f "$ac_file" |
8314 |
+ mv "$ac_tmp/config.h" "$ac_file" \ |
8315 |
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8316 |
fi |
8317 |
else |
8318 |
- cat $tmp/config.h |
8319 |
- rm -f $tmp/config.h |
8320 |
+ $as_echo "/* $configure_input */" \ |
8321 |
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ |
8322 |
+ || as_fn_error $? "could not create -" "$LINENO" 5 |
8323 |
fi |
8324 |
-# Compute $ac_file's index in $config_headers. |
8325 |
+# Compute "$ac_file"'s index in $config_headers. |
8326 |
_am_stamp_count=1 |
8327 |
for _am_header in $config_headers :; do |
8328 |
case $_am_header in |
8329 |
- $ac_file | $ac_file:* ) |
8330 |
+ "$ac_file" | "$ac_file":* ) |
8331 |
break ;; |
8332 |
* ) |
8333 |
_am_stamp_count=`expr $_am_stamp_count + 1` ;; |
8334 |
esac |
8335 |
done |
8336 |
-echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || |
8337 |
-$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8338 |
- X$ac_file : 'X\(//\)[^/]' \| \ |
8339 |
- X$ac_file : 'X\(//\)$' \| \ |
8340 |
- X$ac_file : 'X\(/\)' \| \ |
8341 |
- . : '\(.\)' 2>/dev/null || |
8342 |
-echo X$ac_file | |
8343 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8344 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8345 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8346 |
- /^X\(\/\).*/{ s//\1/; q; } |
8347 |
- s/.*/./; q'`/stamp-h$_am_stamp_count |
8348 |
-done |
8349 |
-_ACEOF |
8350 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
8351 |
- |
8352 |
-# |
8353 |
-# CONFIG_COMMANDS section. |
8354 |
-# |
8355 |
-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue |
8356 |
- ac_dest=`echo "$ac_file" | sed 's,:.*,,'` |
8357 |
- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` |
8358 |
- ac_dir=`(dirname "$ac_dest") 2>/dev/null || |
8359 |
-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8360 |
- X"$ac_dest" : 'X\(//\)[^/]' \| \ |
8361 |
- X"$ac_dest" : 'X\(//\)$' \| \ |
8362 |
- X"$ac_dest" : 'X\(/\)' \| \ |
8363 |
- . : '\(.\)' 2>/dev/null || |
8364 |
-echo X"$ac_dest" | |
8365 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8366 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8367 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8368 |
- /^X\(\/\).*/{ s//\1/; q; } |
8369 |
- s/.*/./; q'` |
8370 |
- { if $as_mkdir_p; then |
8371 |
- mkdir -p "$ac_dir" |
8372 |
- else |
8373 |
- as_dir="$ac_dir" |
8374 |
- as_dirs= |
8375 |
- while test ! -d "$as_dir"; do |
8376 |
- as_dirs="$as_dir $as_dirs" |
8377 |
- as_dir=`(dirname "$as_dir") 2>/dev/null || |
8378 |
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8379 |
- X"$as_dir" : 'X\(//\)[^/]' \| \ |
8380 |
- X"$as_dir" : 'X\(//\)$' \| \ |
8381 |
- X"$as_dir" : 'X\(/\)' \| \ |
8382 |
- . : '\(.\)' 2>/dev/null || |
8383 |
-echo X"$as_dir" | |
8384 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8385 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8386 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8387 |
- /^X\(\/\).*/{ s//\1/; q; } |
8388 |
- s/.*/./; q'` |
8389 |
- done |
8390 |
- test ! -n "$as_dirs" || mkdir $as_dirs |
8391 |
- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
8392 |
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
8393 |
- { (exit 1); exit 1; }; }; } |
8394 |
- |
8395 |
- ac_builddir=. |
8396 |
- |
8397 |
-if test "$ac_dir" != .; then |
8398 |
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
8399 |
- # A "../" for each directory in $ac_dir_suffix. |
8400 |
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` |
8401 |
-else |
8402 |
- ac_dir_suffix= ac_top_builddir= |
8403 |
-fi |
8404 |
- |
8405 |
-case $srcdir in |
8406 |
- .) # No --srcdir option. We are building in place. |
8407 |
- ac_srcdir=. |
8408 |
- if test -z "$ac_top_builddir"; then |
8409 |
- ac_top_srcdir=. |
8410 |
- else |
8411 |
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` |
8412 |
- fi ;; |
8413 |
- [\\/]* | ?:[\\/]* ) # Absolute path. |
8414 |
- ac_srcdir=$srcdir$ac_dir_suffix; |
8415 |
- ac_top_srcdir=$srcdir ;; |
8416 |
- *) # Relative path. |
8417 |
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
8418 |
- ac_top_srcdir=$ac_top_builddir$srcdir ;; |
8419 |
-esac |
8420 |
+echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" || |
8421 |
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8422 |
+ X"$ac_file" : 'X\(//\)[^/]' \| \ |
8423 |
+ X"$ac_file" : 'X\(//\)$' \| \ |
8424 |
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
8425 |
+$as_echo X"$ac_file" | |
8426 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
8427 |
+ s//\1/ |
8428 |
+ q |
8429 |
+ } |
8430 |
+ /^X\(\/\/\)[^/].*/{ |
8431 |
+ s//\1/ |
8432 |
+ q |
8433 |
+ } |
8434 |
+ /^X\(\/\/\)$/{ |
8435 |
+ s//\1/ |
8436 |
+ q |
8437 |
+ } |
8438 |
+ /^X\(\/\).*/{ |
8439 |
+ s//\1/ |
8440 |
+ q |
8441 |
+ } |
8442 |
+ s/.*/./; q'`/stamp-h$_am_stamp_count |
8443 |
+ ;; |
8444 |
|
8445 |
-# Do not use `cd foo && pwd` to compute absolute paths, because |
8446 |
-# the directories may not exist. |
8447 |
-case `pwd` in |
8448 |
-.) ac_abs_builddir="$ac_dir";; |
8449 |
-*) |
8450 |
- case "$ac_dir" in |
8451 |
- .) ac_abs_builddir=`pwd`;; |
8452 |
- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
8453 |
- *) ac_abs_builddir=`pwd`/"$ac_dir";; |
8454 |
- esac;; |
8455 |
-esac |
8456 |
-case $ac_abs_builddir in |
8457 |
-.) ac_abs_top_builddir=${ac_top_builddir}.;; |
8458 |
-*) |
8459 |
- case ${ac_top_builddir}. in |
8460 |
- .) ac_abs_top_builddir=$ac_abs_builddir;; |
8461 |
- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
8462 |
- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
8463 |
- esac;; |
8464 |
-esac |
8465 |
-case $ac_abs_builddir in |
8466 |
-.) ac_abs_srcdir=$ac_srcdir;; |
8467 |
-*) |
8468 |
- case $ac_srcdir in |
8469 |
- .) ac_abs_srcdir=$ac_abs_builddir;; |
8470 |
- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
8471 |
- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
8472 |
- esac;; |
8473 |
-esac |
8474 |
-case $ac_abs_builddir in |
8475 |
-.) ac_abs_top_srcdir=$ac_top_srcdir;; |
8476 |
-*) |
8477 |
- case $ac_top_srcdir in |
8478 |
- .) ac_abs_top_srcdir=$ac_abs_builddir;; |
8479 |
- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
8480 |
- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
8481 |
- esac;; |
8482 |
-esac |
8483 |
+ :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 |
8484 |
+$as_echo "$as_me: executing $ac_file commands" >&6;} |
8485 |
+ ;; |
8486 |
+ esac |
8487 |
|
8488 |
|
8489 |
- { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 |
8490 |
-echo "$as_me: executing $ac_dest commands" >&6;} |
8491 |
- case $ac_dest in |
8492 |
- depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do |
8493 |
+ case $ac_file$ac_mode in |
8494 |
+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do |
8495 |
# Strip MF so we end up with the name of the file. |
8496 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
8497 |
# Check whether this is an Automake generated Makefile or not. |
8498 |
@@ -5817,18 +5971,29 @@ echo "$as_me: executing $ac_dest command |
8499 |
# each Makefile.in and add a new line on top of each file to say so. |
8500 |
# So let's grep whole file. |
8501 |
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then |
8502 |
- dirpart=`(dirname "$mf") 2>/dev/null || |
8503 |
+ dirpart=`$as_dirname -- "$mf" || |
8504 |
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8505 |
X"$mf" : 'X\(//\)[^/]' \| \ |
8506 |
X"$mf" : 'X\(//\)$' \| \ |
8507 |
- X"$mf" : 'X\(/\)' \| \ |
8508 |
- . : '\(.\)' 2>/dev/null || |
8509 |
-echo X"$mf" | |
8510 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8511 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8512 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8513 |
- /^X\(\/\).*/{ s//\1/; q; } |
8514 |
- s/.*/./; q'` |
8515 |
+ X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
8516 |
+$as_echo X"$mf" | |
8517 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
8518 |
+ s//\1/ |
8519 |
+ q |
8520 |
+ } |
8521 |
+ /^X\(\/\/\)[^/].*/{ |
8522 |
+ s//\1/ |
8523 |
+ q |
8524 |
+ } |
8525 |
+ /^X\(\/\/\)$/{ |
8526 |
+ s//\1/ |
8527 |
+ q |
8528 |
+ } |
8529 |
+ /^X\(\/\).*/{ |
8530 |
+ s//\1/ |
8531 |
+ q |
8532 |
+ } |
8533 |
+ s/.*/./; q'` |
8534 |
else |
8535 |
continue |
8536 |
fi |
8537 |
@@ -5850,59 +6015,47 @@ echo X"$mf" | |
8538 |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
8539 |
# Make sure the directory exists. |
8540 |
test -f "$dirpart/$file" && continue |
8541 |
- fdir=`(dirname "$file") 2>/dev/null || |
8542 |
+ fdir=`$as_dirname -- "$file" || |
8543 |
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8544 |
X"$file" : 'X\(//\)[^/]' \| \ |
8545 |
X"$file" : 'X\(//\)$' \| \ |
8546 |
- X"$file" : 'X\(/\)' \| \ |
8547 |
- . : '\(.\)' 2>/dev/null || |
8548 |
-echo X"$file" | |
8549 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8550 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8551 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8552 |
- /^X\(\/\).*/{ s//\1/; q; } |
8553 |
- s/.*/./; q'` |
8554 |
- { if $as_mkdir_p; then |
8555 |
- mkdir -p $dirpart/$fdir |
8556 |
- else |
8557 |
- as_dir=$dirpart/$fdir |
8558 |
- as_dirs= |
8559 |
- while test ! -d "$as_dir"; do |
8560 |
- as_dirs="$as_dir $as_dirs" |
8561 |
- as_dir=`(dirname "$as_dir") 2>/dev/null || |
8562 |
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
8563 |
- X"$as_dir" : 'X\(//\)[^/]' \| \ |
8564 |
- X"$as_dir" : 'X\(//\)$' \| \ |
8565 |
- X"$as_dir" : 'X\(/\)' \| \ |
8566 |
- . : '\(.\)' 2>/dev/null || |
8567 |
-echo X"$as_dir" | |
8568 |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
8569 |
- /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
8570 |
- /^X\(\/\/\)$/{ s//\1/; q; } |
8571 |
- /^X\(\/\).*/{ s//\1/; q; } |
8572 |
- s/.*/./; q'` |
8573 |
- done |
8574 |
- test ! -n "$as_dirs" || mkdir $as_dirs |
8575 |
- fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 |
8576 |
-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} |
8577 |
- { (exit 1); exit 1; }; }; } |
8578 |
- |
8579 |
+ X"$file" : 'X\(/\)' \| . 2>/dev/null || |
8580 |
+$as_echo X"$file" | |
8581 |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
8582 |
+ s//\1/ |
8583 |
+ q |
8584 |
+ } |
8585 |
+ /^X\(\/\/\)[^/].*/{ |
8586 |
+ s//\1/ |
8587 |
+ q |
8588 |
+ } |
8589 |
+ /^X\(\/\/\)$/{ |
8590 |
+ s//\1/ |
8591 |
+ q |
8592 |
+ } |
8593 |
+ /^X\(\/\).*/{ |
8594 |
+ s//\1/ |
8595 |
+ q |
8596 |
+ } |
8597 |
+ s/.*/./; q'` |
8598 |
+ as_dir=$dirpart/$fdir; as_fn_mkdir_p |
8599 |
# echo "creating $dirpart/$file" |
8600 |
echo '# dummy' > "$dirpart/$file" |
8601 |
done |
8602 |
done |
8603 |
;; |
8604 |
+ |
8605 |
esac |
8606 |
-done |
8607 |
-_ACEOF |
8608 |
+done # for ac_tag |
8609 |
|
8610 |
-cat >>$CONFIG_STATUS <<\_ACEOF |
8611 |
|
8612 |
-{ (exit 0); exit 0; } |
8613 |
+as_fn_exit 0 |
8614 |
_ACEOF |
8615 |
-chmod +x $CONFIG_STATUS |
8616 |
ac_clean_files=$ac_clean_files_save |
8617 |
|
8618 |
+test $ac_write_fail = 0 || |
8619 |
+ as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
8620 |
+ |
8621 |
|
8622 |
# configure is writing to config.log, and then calls config.status. |
8623 |
# config.status does its own redirection, appending to config.log. |
8624 |
@@ -5922,6 +6075,10 @@ if test "$no_create" != yes; then |
8625 |
exec 5>>config.log |
8626 |
# Use ||, not &&, to avoid exiting from the if with $? = 1, which |
8627 |
# would make configure fail if this is the last instruction. |
8628 |
- $ac_cs_success || { (exit 1); exit 1; } |
8629 |
+ $ac_cs_success || as_fn_exit 1 |
8630 |
+fi |
8631 |
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
8632 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
8633 |
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
8634 |
fi |
8635 |
|