コミットメタ情報

リビジョン7879bef3f5ec37be38ab14e7b5de097cc9dcd3a7 (tree)
日時2011-03-15 19:53:29
作者Atsushi Konno <konn@user...>
コミッターAtsushi Konno

ログメッセージ

  • version up for RELEASE
    - 0.12.39rc7 -> 0.12.39
  • Update ChangeLog

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
1+libapache2-mod-chxj (0.12.39-1) unstable; urgency=low
2+
3+ * Internal improvement
4+ - Image converter
5+ + To use mmap as much as possible.
6+ + Changed to one time to expect it by two cash file reading in
7+ turn.
8+ + To delete it with htcacheclean, the extension in the cache file is
9+ changed to ". data".
10+ + When the image is converted, it changes to delete output_filter.
11+ - Model informational specific function
12+ + It changes to use the judgment result when judged once.
13+ + Fixed bug that ua parameter is not effective in image conversion
14+ processing
15+ - Optimization
16+ + It is changed that apply_convrules is uselessly called two or more
17+ times.
18+ * Fixed Bug.
19+ - The bug to which the dynamic image conversion is not done is changed if
20+ it has and [kan] is not divided and it is not assumed ChxjConvRule
21+ EngineOn though it is ChxjImageEngine On.
22+ - ''-DLIBICONV_PLUG'' is added to the compiler option.
23+ - Static link compulsion of libserf.
24+ * Added New Features.
25+ - Addition of EngineOn unnecessary version EmojiOnly mode
26+
27+ -- Atsushi Konno <konn@users.sourceforge.jp> Tue, 15 Mar 2011 19:20:17 +0900
28+
129 libapache2-mod-chxj (0.12.38) unstable; urgency=low
230
331 * Added Features.
--- a/configure
+++ b/configure
@@ -1,85 +1,62 @@
11 #! /bin/sh
22 # Guess values for system-dependent variables and create Makefiles.
3-# Generated by GNU Autoconf 2.68 for mod_chxj 0.12.39rc7.
3+# Generated by GNU Autoconf 2.61 for mod_chxj 0.12.39.
44 #
55 # Report bugs to <konn@users.sourceforge.jp>.
66 #
7-#
87 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10-# Foundation, Inc.
11-#
12-#
8+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
139 # This configure script is free software; the Free Software Foundation
1410 # gives unlimited permission to copy, distribute and modify it.
15-## -------------------- ##
16-## M4sh Initialization. ##
17-## -------------------- ##
11+## --------------------- ##
12+## M4sh Initialization. ##
13+## --------------------- ##
1814
1915 # Be more Bourne compatible
2016 DUALCASE=1; export DUALCASE # for MKS sh
21-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2218 emulate sh
2319 NULLCMD=:
24- # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
20+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2521 # is contrary to our usage. Disable this feature.
2622 alias -g '${1+"$@"}'='"$@"'
2723 setopt NO_GLOB_SUBST
2824 else
29- case `(set -o) 2>/dev/null` in #(
30- *posix*) :
31- set -o posix ;; #(
32- *) :
33- ;;
25+ case `(set -o) 2>/dev/null` in
26+ *posix*) set -o posix ;;
3427 esac
28+
3529 fi
3630
3731
38-as_nl='
39-'
40-export as_nl
41-# Printing a long string crashes Solaris 7 /usr/bin/printf.
42-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45-# Prefer a ksh shell builtin over an external printf program on Solaris,
46-# but without wasting forks for bash or zsh.
47-if test -z "$BASH_VERSION$ZSH_VERSION" \
48- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49- as_echo='print -r --'
50- as_echo_n='print -rn --'
51-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52- as_echo='printf %s\n'
53- as_echo_n='printf %s'
54-else
55- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57- as_echo_n='/usr/ucb/echo -n'
32+
33+
34+# PATH needs CR
35+# Avoid depending upon Character Ranges.
36+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39+as_cr_digits='0123456789'
40+as_cr_alnum=$as_cr_Letters$as_cr_digits
41+
42+# The user is always right.
43+if test "${PATH_SEPARATOR+set}" != set; then
44+ echo "#! /bin/sh" >conf$$.sh
45+ echo "exit 0" >>conf$$.sh
46+ chmod +x conf$$.sh
47+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48+ PATH_SEPARATOR=';'
5849 else
59- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60- as_echo_n_body='eval
61- arg=$1;
62- case $arg in #(
63- *"$as_nl"*)
64- expr "X$arg" : "X\\(.*\\)$as_nl";
65- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66- esac;
67- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68- '
69- export as_echo_n_body
70- as_echo_n='sh -c $as_echo_n_body as_echo'
50+ PATH_SEPARATOR=:
7151 fi
72- export as_echo_body
73- as_echo='sh -c $as_echo_body as_echo'
52+ rm -f conf$$.sh
7453 fi
7554
76-# The user is always right.
77-if test "${PATH_SEPARATOR+set}" != set; then
78- PATH_SEPARATOR=:
79- (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80- (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81- PATH_SEPARATOR=';'
82- }
55+# Support unset when possible.
56+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57+ as_unset=unset
58+else
59+ as_unset=false
8360 fi
8461
8562
@@ -88,19 +65,20 @@ fi
8865 # there to prevent editors from complaining about space-tab.
8966 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
9067 # splitting by setting IFS to empty value.)
68+as_nl='
69+'
9170 IFS=" "" $as_nl"
9271
9372 # Find who we are. Look in the path if we contain no directory separator.
94-as_myself=
95-case $0 in #((
73+case $0 in
9674 *[\\/]* ) as_myself=$0 ;;
9775 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876 for as_dir in $PATH
9977 do
10078 IFS=$as_save_IFS
10179 test -z "$as_dir" && as_dir=.
102- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103- done
80+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81+done
10482 IFS=$as_save_IFS
10583
10684 ;;
@@ -111,278 +89,32 @@ if test "x$as_myself" = x; then
11189 as_myself=$0
11290 fi
11391 if test ! -f "$as_myself"; then
114- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115- exit 1
92+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93+ { (exit 1); exit 1; }
11694 fi
11795
118-# Unset variables that we do not need and which cause bugs (e.g. in
119-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
120-# suppresses any "Segmentation fault" message there. '((' could
121-# trigger a bug in pdksh 5.2.14.
122-for as_var in BASH_ENV ENV MAIL MAILPATH
123-do eval test x\${$as_var+set} = xset \
124- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
96+# Work around bugs in pre-3.0 UWIN ksh.
97+for as_var in ENV MAIL MAILPATH
98+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
12599 done
126100 PS1='$ '
127101 PS2='> '
128102 PS4='+ '
129103
130104 # NLS nuisances.
131-LC_ALL=C
132-export LC_ALL
133-LANGUAGE=C
134-export LANGUAGE
135-
136-# CDPATH.
137-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138-
139-if test "x$CONFIG_SHELL" = x; then
140- as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141- emulate sh
142- NULLCMD=:
143- # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144- # is contrary to our usage. Disable this feature.
145- alias -g '\${1+\"\$@\"}'='\"\$@\"'
146- setopt NO_GLOB_SUBST
147-else
148- case \`(set -o) 2>/dev/null\` in #(
149- *posix*) :
150- set -o posix ;; #(
151- *) :
152- ;;
153-esac
154-fi
155-"
156- as_required="as_fn_return () { (exit \$1); }
157-as_fn_success () { as_fn_return 0; }
158-as_fn_failure () { as_fn_return 1; }
159-as_fn_ret_success () { return 0; }
160-as_fn_ret_failure () { return 1; }
161-
162-exitcode=0
163-as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164-as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165-as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166-as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168-
169-else
170- exitcode=1; echo positional parameters were not saved.
171-fi
172-test x\$exitcode = x0 || exit 1"
173- as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174- as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176- test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177-test \$(( 1 + 1 )) = 2 || exit 1"
178- if (eval "$as_required") 2>/dev/null; then :
179- as_have_required=yes
180-else
181- as_have_required=no
182-fi
183- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184-
185-else
186- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187-as_found=false
188-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
105+for as_var in \
106+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108+ LC_TELEPHONE LC_TIME
189109 do
190- IFS=$as_save_IFS
191- test -z "$as_dir" && as_dir=.
192- as_found=:
193- case $as_dir in #(
194- /*)
195- for as_base in sh bash ksh sh5; do
196- # Try only shells that exist, to save several forks.
197- as_shell=$as_dir/$as_base
198- if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200- CONFIG_SHELL=$as_shell as_have_required=yes
201- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202- break 2
203-fi
204-fi
205- done;;
206- esac
207- as_found=false
208-done
209-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211- CONFIG_SHELL=$SHELL as_have_required=yes
212-fi; }
213-IFS=$as_save_IFS
214-
215-
216- if test "x$CONFIG_SHELL" != x; then :
217- # We cannot yet assume a decent shell, so we have to provide a
218- # neutralization value for shells without unset; and this also
219- # works around shells that cannot unset nonexistent variables.
220- # Preserve -v and -x to the replacement shell.
221- BASH_ENV=/dev/null
222- ENV=/dev/null
223- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
224- export CONFIG_SHELL
225- case $- in # ((((
226- *v*x* | *x*v* ) as_opts=-vx ;;
227- *v* ) as_opts=-v ;;
228- *x* ) as_opts=-x ;;
229- * ) as_opts= ;;
230- esac
231- exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232-fi
233-
234- if test x$as_have_required = xno; then :
235- $as_echo "$0: This script requires a shell more modern than all"
236- $as_echo "$0: the shells that I found on your system."
237- if test x${ZSH_VERSION+set} = xset ; then
238- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
110+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111+ eval $as_var=C; export $as_var
240112 else
241- $as_echo "$0: Please tell bug-autoconf@gnu.org and
242-$0: konn@users.sourceforge.jp about your system, including
243-$0: any error possibly output before this message. Then
244-$0: install a modern shell, or manually run the script
245-$0: under such a shell if you do have one."
246- fi
247- exit 1
248-fi
249-fi
250-fi
251-SHELL=${CONFIG_SHELL-/bin/sh}
252-export SHELL
253-# Unset more variables known to interfere with behavior of common tools.
254-CLICOLOR_FORCE= GREP_OPTIONS=
255-unset CLICOLOR_FORCE GREP_OPTIONS
256-
257-## --------------------- ##
258-## M4sh Shell Functions. ##
259-## --------------------- ##
260-# as_fn_unset VAR
261-# ---------------
262-# Portably unset VAR.
263-as_fn_unset ()
264-{
265- { eval $1=; unset $1;}
266-}
267-as_unset=as_fn_unset
268-
269-# as_fn_set_status STATUS
270-# -----------------------
271-# Set $? to STATUS, without forking.
272-as_fn_set_status ()
273-{
274- return $1
275-} # as_fn_set_status
276-
277-# as_fn_exit STATUS
278-# -----------------
279-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280-as_fn_exit ()
281-{
282- set +e
283- as_fn_set_status $1
284- exit $1
285-} # as_fn_exit
286-
287-# as_fn_mkdir_p
288-# -------------
289-# Create "$as_dir" as a directory, including parents if necessary.
290-as_fn_mkdir_p ()
291-{
292-
293- case $as_dir in #(
294- -*) as_dir=./$as_dir;;
295- esac
296- test -d "$as_dir" || eval $as_mkdir_p || {
297- as_dirs=
298- while :; do
299- case $as_dir in #(
300- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301- *) as_qdir=$as_dir;;
302- esac
303- as_dirs="'$as_qdir' $as_dirs"
304- as_dir=`$as_dirname -- "$as_dir" ||
305-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306- X"$as_dir" : 'X\(//\)[^/]' \| \
307- X"$as_dir" : 'X\(//\)$' \| \
308- X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309-$as_echo X"$as_dir" |
310- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311- s//\1/
312- q
313- }
314- /^X\(\/\/\)[^/].*/{
315- s//\1/
316- q
317- }
318- /^X\(\/\/\)$/{
319- s//\1/
320- q
321- }
322- /^X\(\/\).*/{
323- s//\1/
324- q
325- }
326- s/.*/./; q'`
327- test -d "$as_dir" && break
328- done
329- test -z "$as_dirs" || eval "mkdir $as_dirs"
330- } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331-
332-
333-} # as_fn_mkdir_p
334-# as_fn_append VAR VALUE
335-# ----------------------
336-# Append the text in VALUE to the end of the definition contained in VAR. Take
337-# advantage of any shell optimizations that allow amortized linear growth over
338-# repeated appends, instead of the typical quadratic growth present in naive
339-# implementations.
340-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341- eval 'as_fn_append ()
342- {
343- eval $1+=\$2
344- }'
345-else
346- as_fn_append ()
347- {
348- eval $1=\$$1\$2
349- }
350-fi # as_fn_append
351-
352-# as_fn_arith ARG...
353-# ------------------
354-# Perform arithmetic evaluation on the ARGs, and store the result in the
355-# global $as_val. Take advantage of shells that can avoid forks. The arguments
356-# must be portable across $(()) and expr.
357-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358- eval 'as_fn_arith ()
359- {
360- as_val=$(( $* ))
361- }'
362-else
363- as_fn_arith ()
364- {
365- as_val=`expr "$@" || test $? -eq 1`
366- }
367-fi # as_fn_arith
368-
369-
370-# as_fn_error STATUS ERROR [LINENO LOG_FD]
371-# ----------------------------------------
372-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374-# script with STATUS, using 1 if that was 0.
375-as_fn_error ()
376-{
377- as_status=$1; test $as_status -eq 0 && as_status=1
378- if test "$4"; then
379- as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
113+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
381114 fi
382- $as_echo "$as_me: error: $2" >&2
383- as_fn_exit $as_status
384-} # as_fn_error
115+done
385116
117+# Required to use basename.
386118 if expr a : '\(a\)' >/dev/null 2>&1 &&
387119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388120 as_expr=expr
@@ -396,17 +128,13 @@ else
396128 as_basename=false
397129 fi
398130
399-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400- as_dirname=dirname
401-else
402- as_dirname=false
403-fi
404131
132+# Name of the executable.
405133 as_me=`$as_basename -- "$0" ||
406134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407135 X"$0" : 'X\(//\)$' \| \
408136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409-$as_echo X/"$0" |
137+echo X/"$0" |
410138 sed '/^.*\/\([^/][^/]*\)\/*$/{
411139 s//\1/
412140 q
@@ -421,139 +149,425 @@ $as_echo X/"$0" |
421149 }
422150 s/.*/./; q'`
423151
424-# Avoid depending upon Character Ranges.
425-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428-as_cr_digits='0123456789'
429-as_cr_alnum=$as_cr_Letters$as_cr_digits
152+# CDPATH.
153+$as_unset CDPATH
430154
431155
432- as_lineno_1=$LINENO as_lineno_1a=$LINENO
433- as_lineno_2=$LINENO as_lineno_2a=$LINENO
434- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435- test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
437- sed -n '
438- p
439- /[$]LINENO/=
440- ' <$as_myself |
441- sed '
442- s/[$]LINENO.*/&-/
443- t lineno
444- b
445- :lineno
446- N
447- :loop
448- s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449- t loop
450- s/-\n.*//
451- ' >$as_me.lineno &&
452- chmod +x "$as_me.lineno" ||
453- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
156+if test "x$CONFIG_SHELL" = x; then
157+ if (eval ":") 2>/dev/null; then
158+ as_have_required=yes
159+else
160+ as_have_required=no
161+fi
454162
455- # Don't try to exec as it changes $[0], causing all sort of problems
456- # (the dirname of $[0] is not the place where we might find the
457- # original and so on. Autoconf is especially sensitive to this).
458- . "./$as_me.lineno"
459- # Exit status is that of the last command.
460- exit
163+ if test $as_have_required = yes && (eval ":
164+(as_func_return () {
165+ (exit \$1)
166+}
167+as_func_success () {
168+ as_func_return 0
169+}
170+as_func_failure () {
171+ as_func_return 1
172+}
173+as_func_ret_success () {
174+ return 0
175+}
176+as_func_ret_failure () {
177+ return 1
461178 }
462179
463-ECHO_C= ECHO_N= ECHO_T=
464-case `echo -n x` in #(((((
465--n*)
466- case `echo 'xy\c'` in
467- *c*) ECHO_T=' ';; # ECHO_T is single tab character.
468- xy) ECHO_C='\c';;
469- *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
470- ECHO_T=' ';;
471- esac;;
472-*)
473- ECHO_N='-n';;
474-esac
475-
476-rm -f conf$$ conf$$.exe conf$$.file
477-if test -d conf$$.dir; then
478- rm -f conf$$.dir/conf$$.file
479-else
480- rm -f conf$$.dir
481- mkdir conf$$.dir 2>/dev/null
482-fi
483-if (echo >conf$$.file) 2>/dev/null; then
484- if ln -s conf$$.file conf$$ 2>/dev/null; then
485- as_ln_s='ln -s'
486- # ... but there are two gotchas:
487- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489- # In both cases, we have to default to `cp -p'.
490- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491- as_ln_s='cp -p'
492- elif ln conf$$.file conf$$ 2>/dev/null; then
493- as_ln_s=ln
494- else
495- as_ln_s='cp -p'
496- fi
180+exitcode=0
181+if as_func_success; then
182+ :
497183 else
498- as_ln_s='cp -p'
184+ exitcode=1
185+ echo as_func_success failed.
499186 fi
500-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501-rmdir conf$$.dir 2>/dev/null
502187
503-if mkdir -p . 2>/dev/null; then
504- as_mkdir_p='mkdir -p "$as_dir"'
505-else
506- test -d ./-p && rmdir ./-p
507- as_mkdir_p=false
188+if as_func_failure; then
189+ exitcode=1
190+ echo as_func_failure succeeded.
508191 fi
509192
510-if test -x / >/dev/null 2>&1; then
511- as_test_x='test -x'
193+if as_func_ret_success; then
194+ :
512195 else
513- if ls -dL / >/dev/null 2>&1; then
514- as_ls_L_option=L
515- else
516- as_ls_L_option=
517- fi
518- as_test_x='
519- eval sh -c '\''
520- if test -d "$1"; then
521- test -d "$1/.";
522- else
523- case $1 in #(
524- -*)set "./$1";;
525- esac;
526- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
527- ???[sx]*):;;*)false;;esac;fi
528- '\'' sh
529- '
196+ exitcode=1
197+ echo as_func_ret_success failed.
530198 fi
531-as_executable_p=$as_test_x
532199
533-# Sed expression to map a string onto a valid CPP name.
534-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
200+if as_func_ret_failure; then
201+ exitcode=1
202+ echo as_func_ret_failure succeeded.
203+fi
535204
536-# Sed expression to map a string onto a valid variable name.
537-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
205+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
206+ :
207+else
208+ exitcode=1
209+ echo positional parameters were not saved.
210+fi
538211
212+test \$exitcode = 0) || { (exit 1); exit 1; }
539213
214+(
215+ as_lineno_1=\$LINENO
216+ as_lineno_2=\$LINENO
217+ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218+ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219+") 2> /dev/null; then
220+ :
221+else
222+ as_candidate_shells=
223+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
225+do
226+ IFS=$as_save_IFS
227+ test -z "$as_dir" && as_dir=.
228+ case $as_dir in
229+ /*)
230+ for as_base in sh bash ksh sh5; do
231+ as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232+ done;;
233+ esac
234+done
235+IFS=$as_save_IFS
540236
541-# Check that we are running under the correct shell.
542-SHELL=${CONFIG_SHELL-/bin/sh}
543237
544-case X$ECHO in
545-X*--fallback-echo)
546- # Remove one level of quotation (which was required for Make).
547- ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
548- ;;
238+ for as_shell in $as_candidate_shells $SHELL; do
239+ # Try only shells that exist, to save several forks.
240+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241+ { ("$as_shell") 2> /dev/null <<\_ASEOF
242+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243+ emulate sh
244+ NULLCMD=:
245+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246+ # is contrary to our usage. Disable this feature.
247+ alias -g '${1+"$@"}'='"$@"'
248+ setopt NO_GLOB_SUBST
249+else
250+ case `(set -o) 2>/dev/null` in
251+ *posix*) set -o posix ;;
549252 esac
550253
551-echo=${ECHO-echo}
552-if test "X$1" = X--no-reexec; then
553- # Discard the --no-reexec flag, and continue.
554- shift
555-elif test "X$1" = X--fallback-echo; then
556- # Avoid inline document here, it may be left over
254+fi
255+
256+
257+:
258+_ASEOF
259+}; then
260+ CONFIG_SHELL=$as_shell
261+ as_have_required=yes
262+ if { "$as_shell" 2> /dev/null <<\_ASEOF
263+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264+ emulate sh
265+ NULLCMD=:
266+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267+ # is contrary to our usage. Disable this feature.
268+ alias -g '${1+"$@"}'='"$@"'
269+ setopt NO_GLOB_SUBST
270+else
271+ case `(set -o) 2>/dev/null` in
272+ *posix*) set -o posix ;;
273+esac
274+
275+fi
276+
277+
278+:
279+(as_func_return () {
280+ (exit $1)
281+}
282+as_func_success () {
283+ as_func_return 0
284+}
285+as_func_failure () {
286+ as_func_return 1
287+}
288+as_func_ret_success () {
289+ return 0
290+}
291+as_func_ret_failure () {
292+ return 1
293+}
294+
295+exitcode=0
296+if as_func_success; then
297+ :
298+else
299+ exitcode=1
300+ echo as_func_success failed.
301+fi
302+
303+if as_func_failure; then
304+ exitcode=1
305+ echo as_func_failure succeeded.
306+fi
307+
308+if as_func_ret_success; then
309+ :
310+else
311+ exitcode=1
312+ echo as_func_ret_success failed.
313+fi
314+
315+if as_func_ret_failure; then
316+ exitcode=1
317+ echo as_func_ret_failure succeeded.
318+fi
319+
320+if ( set x; as_func_ret_success y && test x = "$1" ); then
321+ :
322+else
323+ exitcode=1
324+ echo positional parameters were not saved.
325+fi
326+
327+test $exitcode = 0) || { (exit 1); exit 1; }
328+
329+(
330+ as_lineno_1=$LINENO
331+ as_lineno_2=$LINENO
332+ test "x$as_lineno_1" != "x$as_lineno_2" &&
333+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
334+
335+_ASEOF
336+}; then
337+ break
338+fi
339+
340+fi
341+
342+ done
343+
344+ if test "x$CONFIG_SHELL" != x; then
345+ for as_var in BASH_ENV ENV
346+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347+ done
348+ export CONFIG_SHELL
349+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
350+fi
351+
352+
353+ if test $as_have_required = no; then
354+ echo This script requires a shell more modern than all the
355+ echo shells that I found on your system. Please install a
356+ echo modern shell, or manually run the script under such a
357+ echo shell if you do have one.
358+ { (exit 1); exit 1; }
359+fi
360+
361+
362+fi
363+
364+fi
365+
366+
367+
368+(eval "as_func_return () {
369+ (exit \$1)
370+}
371+as_func_success () {
372+ as_func_return 0
373+}
374+as_func_failure () {
375+ as_func_return 1
376+}
377+as_func_ret_success () {
378+ return 0
379+}
380+as_func_ret_failure () {
381+ return 1
382+}
383+
384+exitcode=0
385+if as_func_success; then
386+ :
387+else
388+ exitcode=1
389+ echo as_func_success failed.
390+fi
391+
392+if as_func_failure; then
393+ exitcode=1
394+ echo as_func_failure succeeded.
395+fi
396+
397+if as_func_ret_success; then
398+ :
399+else
400+ exitcode=1
401+ echo as_func_ret_success failed.
402+fi
403+
404+if as_func_ret_failure; then
405+ exitcode=1
406+ echo as_func_ret_failure succeeded.
407+fi
408+
409+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
410+ :
411+else
412+ exitcode=1
413+ echo positional parameters were not saved.
414+fi
415+
416+test \$exitcode = 0") || {
417+ echo No shell found that supports shell functions.
418+ echo Please tell autoconf@gnu.org about your system,
419+ echo including any error possibly output before this
420+ echo message
421+}
422+
423+
424+
425+ as_lineno_1=$LINENO
426+ as_lineno_2=$LINENO
427+ test "x$as_lineno_1" != "x$as_lineno_2" &&
428+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
429+
430+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431+ # uniformly replaced by the line number. The first 'sed' inserts a
432+ # line-number line after each line using $LINENO; the second 'sed'
433+ # does the real work. The second script uses 'N' to pair each
434+ # line-number line with the line containing $LINENO, and appends
435+ # trailing '-' during substitution so that $LINENO is not a special
436+ # case at line end.
437+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438+ # scripts with optimization help from Paolo Bonzini. Blame Lee
439+ # E. McMahon (1931-1989) for sed's syntax. :-)
440+ sed -n '
441+ p
442+ /[$]LINENO/=
443+ ' <$as_myself |
444+ sed '
445+ s/[$]LINENO.*/&-/
446+ t lineno
447+ b
448+ :lineno
449+ N
450+ :loop
451+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452+ t loop
453+ s/-\n.*//
454+ ' >$as_me.lineno &&
455+ chmod +x "$as_me.lineno" ||
456+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457+ { (exit 1); exit 1; }; }
458+
459+ # Don't try to exec as it changes $[0], causing all sort of problems
460+ # (the dirname of $[0] is not the place where we might find the
461+ # original and so on. Autoconf is especially sensitive to this).
462+ . "./$as_me.lineno"
463+ # Exit status is that of the last command.
464+ exit
465+}
466+
467+
468+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469+ as_dirname=dirname
470+else
471+ as_dirname=false
472+fi
473+
474+ECHO_C= ECHO_N= ECHO_T=
475+case `echo -n x` in
476+-n*)
477+ case `echo 'x\c'` in
478+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479+ *) ECHO_C='\c';;
480+ esac;;
481+*)
482+ ECHO_N='-n';;
483+esac
484+
485+if expr a : '\(a\)' >/dev/null 2>&1 &&
486+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
487+ as_expr=expr
488+else
489+ as_expr=false
490+fi
491+
492+rm -f conf$$ conf$$.exe conf$$.file
493+if test -d conf$$.dir; then
494+ rm -f conf$$.dir/conf$$.file
495+else
496+ rm -f conf$$.dir
497+ mkdir conf$$.dir
498+fi
499+echo >conf$$.file
500+if ln -s conf$$.file conf$$ 2>/dev/null; then
501+ as_ln_s='ln -s'
502+ # ... but there are two gotchas:
503+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505+ # In both cases, we have to default to `cp -p'.
506+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507+ as_ln_s='cp -p'
508+elif ln conf$$.file conf$$ 2>/dev/null; then
509+ as_ln_s=ln
510+else
511+ as_ln_s='cp -p'
512+fi
513+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514+rmdir conf$$.dir 2>/dev/null
515+
516+if mkdir -p . 2>/dev/null; then
517+ as_mkdir_p=:
518+else
519+ test -d ./-p && rmdir ./-p
520+ as_mkdir_p=false
521+fi
522+
523+if test -x / >/dev/null 2>&1; then
524+ as_test_x='test -x'
525+else
526+ if ls -dL / >/dev/null 2>&1; then
527+ as_ls_L_option=L
528+ else
529+ as_ls_L_option=
530+ fi
531+ as_test_x='
532+ eval sh -c '\''
533+ if test -d "$1"; then
534+ test -d "$1/.";
535+ else
536+ case $1 in
537+ -*)set "./$1";;
538+ esac;
539+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540+ ???[sx]*):;;*)false;;esac;fi
541+ '\'' sh
542+ '
543+fi
544+as_executable_p=$as_test_x
545+
546+# Sed expression to map a string onto a valid CPP name.
547+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
548+
549+# Sed expression to map a string onto a valid variable name.
550+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
551+
552+
553+
554+
555+# Check that we are running under the correct shell.
556+SHELL=${CONFIG_SHELL-/bin/sh}
557+
558+case X$ECHO in
559+X*--fallback-echo)
560+ # Remove one level of quotation (which was required for Make).
561+ ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
562+ ;;
563+esac
564+
565+echo=${ECHO-echo}
566+if test "X$1" = X--no-reexec; then
567+ # Discard the --no-reexec flag, and continue.
568+ shift
569+elif test "X$1" = X--fallback-echo; then
570+ # Avoid inline document here, it may be left over
557571 :
558572 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
559573 # Yippee, $echo works!
@@ -691,11 +705,10 @@ tagnames=${tagnames+${tagnames},}CXX
691705
692706 tagnames=${tagnames+${tagnames},}F77
693707
694-test -n "$DJDIR" || exec 7<&0 </dev/null
695-exec 6>&1
708+exec 7<&0 </dev/null 6>&1
696709
697710 # Name of the host.
698-# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
711+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
699712 # so uname gets run too.
700713 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
701714
@@ -710,14 +723,14 @@ cross_compiling=no
710723 subdirs=
711724 MFLAGS=
712725 MAKEFLAGS=
726+SHELL=${CONFIG_SHELL-/bin/sh}
713727
714728 # Identity of this package.
715729 PACKAGE_NAME='mod_chxj'
716730 PACKAGE_TARNAME='mod_chxj'
717-PACKAGE_VERSION='0.12.39rc7'
718-PACKAGE_STRING='mod_chxj 0.12.39rc7'
731+PACKAGE_VERSION='0.12.39'
732+PACKAGE_STRING='mod_chxj 0.12.39'
719733 PACKAGE_BUGREPORT='konn@users.sourceforge.jp'
720-PACKAGE_URL=''
721734
722735 ac_unique_file="src/mod_chxj.c"
723736 # Factoring default headers for most tests.
@@ -756,189 +769,151 @@ ac_includes_default="\
756769 # include <unistd.h>
757770 #endif"
758771
759-ac_subst_vars='LTLIBOBJS
760-OPENSSL_PATH
761-DDEFS
762-QDEFS
763-with_apache_header
764-PCRE_1_CONFIG
765-PCRE_CONFIG
766-LIBOBJS
767-APU_1_CONFIG
768-APU_CONFIG
769-APR_1_CONFIG
770-APR_CONFIG
771-WAND_CONFIG
772-APXS
773-APXS2
774-LIBTOOL_DEPS
775-LIBTOOL
776-ac_ct_F77
777-FFLAGS
778-F77
779-CXXCPP
780-am__fastdepCXX_FALSE
781-am__fastdepCXX_TRUE
782-CXXDEPMODE
783-ac_ct_CXX
784-CXXFLAGS
785-CXX
786-CPP
787-NMEDIT
788-DSYMUTIL
789-RANLIB
790-AR
791-ECHO
792-LN_S
793-EGREP
794-GREP
795-SED
796-am__fastdepCC_FALSE
797-am__fastdepCC_TRUE
798-CCDEPMODE
799-AMDEPBACKSLASH
800-AMDEP_FALSE
801-AMDEP_TRUE
802-am__quote
803-am__include
804-DEPDIR
805-OBJEXT
806-EXEEXT
807-ac_ct_CC
808-CPPFLAGS
809-LDFLAGS
810-CFLAGS
811-CC
812-am__untar
813-am__tar
814-AMTAR
815-am__leading_dot
816-SET_MAKE
817-AWK
818-mkdir_p
819-MKDIR_P
820-INSTALL_STRIP_PROGRAM
821-STRIP
822-install_sh
823-MAKEINFO
824-AUTOHEADER
825-AUTOMAKE
826-AUTOCONF
827-ACLOCAL
828-VERSION
829-PACKAGE
830-CYGPATH_W
831-am__isrc
832-INSTALL_DATA
833-INSTALL_SCRIPT
834-INSTALL_PROGRAM
835-target_os
836-target_vendor
837-target_cpu
838-target
839-host_os
840-host_vendor
841-host_cpu
842-host
843-build_os
844-build_vendor
845-build_cpu
846-build
847-target_alias
848-host_alias
849-build_alias
850-LIBS
851-ECHO_T
852-ECHO_N
853-ECHO_C
854-DEFS
855-mandir
856-localedir
857-libdir
858-psdir
859-pdfdir
860-dvidir
861-htmldir
862-infodir
863-docdir
864-oldincludedir
865-includedir
866-localstatedir
867-sharedstatedir
868-sysconfdir
869-datadir
870-datarootdir
871-libexecdir
872-sbindir
873-bindir
874-program_transform_name
875-prefix
876-exec_prefix
877-PACKAGE_URL
878-PACKAGE_BUGREPORT
879-PACKAGE_STRING
880-PACKAGE_VERSION
881-PACKAGE_TARNAME
882-PACKAGE_NAME
772+ac_subst_vars='SHELL
883773 PATH_SEPARATOR
884-SHELL'
885-ac_subst_files=''
886-ac_user_opts='
887-enable_option_checking
888-enable_dependency_tracking
889-enable_shared
890-enable_static
891-enable_fast_install
892-with_gnu_ld
893-enable_libtool_lock
894-with_pic
895-enable_libtool_lock
896-with_tags
897-with_gnu_ld
898-with_apache_header
899-with_apxs
900-with_apr_config
901-with_apu_config
902-with_pcre_config
903-enable_img_conv_f
904-enable_memcache_cookie
905-enable_memcached_static
906-with_memcached_header
907-with_memcached_lib_dir
908-enable_mysql_cookie
909-with_mysql_header
910-with_mysql_lib_dir
911-with_openssl
912-enable_dump_log
913-'
914- ac_precious_vars='build_alias
774+PACKAGE_NAME
775+PACKAGE_TARNAME
776+PACKAGE_VERSION
777+PACKAGE_STRING
778+PACKAGE_BUGREPORT
779+exec_prefix
780+prefix
781+program_transform_name
782+bindir
783+sbindir
784+libexecdir
785+datarootdir
786+datadir
787+sysconfdir
788+sharedstatedir
789+localstatedir
790+includedir
791+oldincludedir
792+docdir
793+infodir
794+htmldir
795+dvidir
796+pdfdir
797+psdir
798+libdir
799+localedir
800+mandir
801+DEFS
802+ECHO_C
803+ECHO_N
804+ECHO_T
805+LIBS
806+build_alias
915807 host_alias
916808 target_alias
809+build
810+build_cpu
811+build_vendor
812+build_os
813+host
814+host_cpu
815+host_vendor
816+host_os
817+target
818+target_cpu
819+target_vendor
820+target_os
821+INSTALL_PROGRAM
822+INSTALL_SCRIPT
823+INSTALL_DATA
824+am__isrc
825+CYGPATH_W
826+PACKAGE
827+VERSION
828+ACLOCAL
829+AUTOCONF
830+AUTOMAKE
831+AUTOHEADER
832+MAKEINFO
833+install_sh
834+STRIP
835+INSTALL_STRIP_PROGRAM
836+mkdir_p
837+AWK
838+SET_MAKE
839+am__leading_dot
840+AMTAR
841+am__tar
842+am__untar
917843 CC
918844 CFLAGS
919845 LDFLAGS
920-LIBS
921846 CPPFLAGS
847+ac_ct_CC
848+EXEEXT
849+OBJEXT
850+DEPDIR
851+am__include
852+am__quote
853+AMDEP_TRUE
854+AMDEP_FALSE
855+AMDEPBACKSLASH
856+CCDEPMODE
857+am__fastdepCC_TRUE
858+am__fastdepCC_FALSE
859+SED
860+GREP
861+EGREP
862+LN_S
863+ECHO
864+AR
865+RANLIB
866+DSYMUTIL
867+NMEDIT
922868 CPP
923-CPPFLAGS
924869 CXX
925870 CXXFLAGS
871+ac_ct_CXX
872+CXXDEPMODE
873+am__fastdepCXX_TRUE
874+am__fastdepCXX_FALSE
875+CXXCPP
876+F77
877+FFLAGS
878+ac_ct_F77
879+LIBTOOL
880+LIBTOOL_DEPS
881+APXS2
882+APXS
883+WAND_CONFIG
884+APR_CONFIG
885+APR_1_CONFIG
886+APU_CONFIG
887+APU_1_CONFIG
888+LIBOBJS
889+PCRE_CONFIG
890+PCRE_1_CONFIG
891+with_apache_header
892+QDEFS
893+DDEFS
894+OPENSSL_PATH
895+LTLIBOBJS'
896+ac_subst_files=''
897+ ac_precious_vars='build_alias
898+host_alias
899+target_alias
900+CC
901+CFLAGS
926902 LDFLAGS
927903 LIBS
928904 CPPFLAGS
905+CPP
906+CXX
907+CXXFLAGS
929908 CCC
930909 CXXCPP
931910 F77
932-FFLAGS
933-LDFLAGS
934-LIBS'
911+FFLAGS'
935912
936913
937914 # Initialize some variables set by options.
938915 ac_init_help=
939916 ac_init_version=false
940-ac_unrecognized_opts=
941-ac_unrecognized_sep=
942917 # The variables have the same names as the options, with
943918 # dashes changed to underlines.
944919 cache_file=/dev/null
@@ -994,9 +969,8 @@ do
994969 fi
995970
996971 case $ac_option in
997- *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
998- *=) ac_optarg= ;;
999- *) ac_optarg=yes ;;
972+ *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
973+ *) ac_optarg=yes ;;
1000974 esac
1001975
1002976 # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1038,20 +1012,13 @@ do
10381012 datarootdir=$ac_optarg ;;
10391013
10401014 -disable-* | --disable-*)
1041- ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1015+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
10421016 # Reject names that are not valid shell variable names.
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--disable-$ac_useropt_orig"
1052- ac_unrecognized_sep=', ';;
1053- esac
1054- eval enable_$ac_useropt=no ;;
1017+ expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1018+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1019+ { (exit 1); exit 1; }; }
1020+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1021+ eval enable_$ac_feature=no ;;
10551022
10561023 -docdir | --docdir | --docdi | --doc | --do)
10571024 ac_prev=docdir ;;
@@ -1064,20 +1031,13 @@ do
10641031 dvidir=$ac_optarg ;;
10651032
10661033 -enable-* | --enable-*)
1067- ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1034+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
10681035 # Reject names that are not valid shell variable names.
1069- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1070- as_fn_error $? "invalid feature name: $ac_useropt"
1071- ac_useropt_orig=$ac_useropt
1072- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1073- case $ac_user_opts in
1074- *"
1075-"enable_$ac_useropt"
1076-"*) ;;
1077- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1078- ac_unrecognized_sep=', ';;
1079- esac
1080- eval enable_$ac_useropt=\$ac_optarg ;;
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+ eval enable_$ac_feature=\$ac_optarg ;;
10811041
10821042 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
10831043 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -1268,36 +1228,22 @@ do
12681228 ac_init_version=: ;;
12691229
12701230 -with-* | --with-*)
1271- ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1231+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
12721232 # Reject names that are not valid shell variable names.
1273- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1274- as_fn_error $? "invalid package name: $ac_useropt"
1275- ac_useropt_orig=$ac_useropt
1276- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1277- case $ac_user_opts in
1278- *"
1279-"with_$ac_useropt"
1280-"*) ;;
1281- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1282- ac_unrecognized_sep=', ';;
1283- esac
1284- eval with_$ac_useropt=\$ac_optarg ;;
1233+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1234+ { echo "$as_me: error: invalid package name: $ac_package" >&2
1235+ { (exit 1); exit 1; }; }
1236+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1237+ eval with_$ac_package=\$ac_optarg ;;
12851238
12861239 -without-* | --without-*)
1287- ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1240+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
12881241 # Reject names that are not valid shell variable names.
1289- expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1290- as_fn_error $? "invalid package name: $ac_useropt"
1291- ac_useropt_orig=$ac_useropt
1292- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1293- case $ac_user_opts in
1294- *"
1295-"with_$ac_useropt"
1296-"*) ;;
1297- *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1298- ac_unrecognized_sep=', ';;
1299- esac
1300- eval with_$ac_useropt=no ;;
1242+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1243+ { echo "$as_me: error: invalid package name: $ac_package" >&2
1244+ { (exit 1); exit 1; }; }
1245+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1246+ eval with_$ac_package=no ;;
13011247
13021248 --x)
13031249 # Obsolete; use --with-x.
@@ -1317,26 +1263,26 @@ do
13171263 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13181264 x_libraries=$ac_optarg ;;
13191265
1320- -*) as_fn_error $? "unrecognized option: \`$ac_option'
1321-Try \`$0 --help' for more information"
1266+ -*) { echo "$as_me: error: unrecognized option: $ac_option
1267+Try \`$0 --help' for more information." >&2
1268+ { (exit 1); exit 1; }; }
13221269 ;;
13231270
13241271 *=*)
13251272 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
13261273 # Reject names that are not valid shell variable names.
1327- case $ac_envvar in #(
1328- '' | [0-9]* | *[!_$as_cr_alnum]* )
1329- as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1330- esac
1274+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1275+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1276+ { (exit 1); exit 1; }; }
13311277 eval $ac_envvar=\$ac_optarg
13321278 export $ac_envvar ;;
13331279
13341280 *)
13351281 # FIXME: should be removed in autoconf 3.0.
1336- $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1282+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13371283 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1338- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1339- : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1284+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1285+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
13401286 ;;
13411287
13421288 esac
@@ -1344,36 +1290,23 @@ done
13441290
13451291 if test -n "$ac_prev"; then
13461292 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1347- as_fn_error $? "missing argument to $ac_option"
1348-fi
1349-
1350-if test -n "$ac_unrecognized_opts"; then
1351- case $enable_option_checking in
1352- no) ;;
1353- fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1354- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1355- esac
1293+ { echo "$as_me: error: missing argument to $ac_option" >&2
1294+ { (exit 1); exit 1; }; }
13561295 fi
13571296
1358-# Check all directory arguments for consistency.
1297+# Be sure to have absolute directory names.
13591298 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
13601299 datadir sysconfdir sharedstatedir localstatedir includedir \
13611300 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
13621301 libdir localedir mandir
13631302 do
13641303 eval ac_val=\$$ac_var
1365- # Remove trailing slashes.
1366- case $ac_val in
1367- */ )
1368- ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1369- eval $ac_var=\$ac_val;;
1370- esac
1371- # Be sure to have absolute directory names.
13721304 case $ac_val in
13731305 [\\/$]* | ?:[\\/]* ) continue;;
13741306 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
13751307 esac
1376- as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1308+ { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1309+ { (exit 1); exit 1; }; }
13771310 done
13781311
13791312 # There might be people who depend on the old broken behavior: `$host'
@@ -1387,8 +1320,8 @@ target=$target_alias
13871320 if test "x$host_alias" != x; then
13881321 if test "x$build_alias" = x; then
13891322 cross_compiling=maybe
1390- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1391- If a cross compiler is detected then cross compile mode will be used" >&2
1323+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1324+ If a cross compiler is detected then cross compile mode will be used." >&2
13921325 elif test "x$build_alias" != "x$host_alias"; then
13931326 cross_compiling=yes
13941327 fi
@@ -1403,21 +1336,23 @@ test "$silent" = yes && exec 6>/dev/null
14031336 ac_pwd=`pwd` && test -n "$ac_pwd" &&
14041337 ac_ls_di=`ls -di .` &&
14051338 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1406- as_fn_error $? "working directory cannot be determined"
1339+ { echo "$as_me: error: Working directory cannot be determined" >&2
1340+ { (exit 1); exit 1; }; }
14071341 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1408- as_fn_error $? "pwd does not report name of working directory"
1342+ { echo "$as_me: error: pwd does not report name of working directory" >&2
1343+ { (exit 1); exit 1; }; }
14091344
14101345
14111346 # Find the source files, if location was not specified.
14121347 if test -z "$srcdir"; then
14131348 ac_srcdir_defaulted=yes
14141349 # Try the directory containing this script, then the parent directory.
1415- ac_confdir=`$as_dirname -- "$as_myself" ||
1416-$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1417- X"$as_myself" : 'X\(//\)[^/]' \| \
1418- X"$as_myself" : 'X\(//\)$' \| \
1419- X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1420-$as_echo X"$as_myself" |
1350+ ac_confdir=`$as_dirname -- "$0" ||
1351+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1352+ X"$0" : 'X\(//\)[^/]' \| \
1353+ X"$0" : 'X\(//\)$' \| \
1354+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1355+echo X"$0" |
14211356 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14221357 s//\1/
14231358 q
@@ -1444,11 +1379,13 @@ else
14441379 fi
14451380 if test ! -r "$srcdir/$ac_unique_file"; then
14461381 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1447- as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1382+ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1383+ { (exit 1); exit 1; }; }
14481384 fi
14491385 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
14501386 ac_abs_confdir=`(
1451- cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1387+ cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1388+ { (exit 1); exit 1; }; }
14521389 pwd)`
14531390 # When building in place, set srcdir=.
14541391 if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1474,7 +1411,7 @@ if test "$ac_init_help" = "long"; then
14741411 # Omit some internal or obsolete options to make the list less imposing.
14751412 # This message is too long to be a string in the A/UX 3.1 sh.
14761413 cat <<_ACEOF
1477-\`configure' configures mod_chxj 0.12.39rc7 to adapt to many kinds of systems.
1414+\`configure' configures mod_chxj 0.12.39 to adapt to many kinds of systems.
14781415
14791416 Usage: $0 [OPTION]... [VAR=VALUE]...
14801417
@@ -1488,7 +1425,7 @@ Configuration:
14881425 --help=short display options specific to this package
14891426 --help=recursive display the short help of all the included packages
14901427 -V, --version display version information and exit
1491- -q, --quiet, --silent do not print \`checking ...' messages
1428+ -q, --quiet, --silent do not print \`checking...' messages
14921429 --cache-file=FILE cache test results in FILE [disabled]
14931430 -C, --config-cache alias for \`--cache-file=config.cache'
14941431 -n, --no-create do not create output files
@@ -1496,9 +1433,9 @@ Configuration:
14961433
14971434 Installation directories:
14981435 --prefix=PREFIX install architecture-independent files in PREFIX
1499- [$ac_default_prefix]
1436+ [$ac_default_prefix]
15001437 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1501- [PREFIX]
1438+ [PREFIX]
15021439
15031440 By default, \`make install' will install all the files in
15041441 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
@@ -1508,25 +1445,25 @@ for instance \`--prefix=\$HOME'.
15081445 For better control, use the options below.
15091446
15101447 Fine tuning of the installation directories:
1511- --bindir=DIR user executables [EPREFIX/bin]
1512- --sbindir=DIR system admin executables [EPREFIX/sbin]
1513- --libexecdir=DIR program executables [EPREFIX/libexec]
1514- --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1515- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1516- --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1517- --libdir=DIR object code libraries [EPREFIX/lib]
1518- --includedir=DIR C header files [PREFIX/include]
1519- --oldincludedir=DIR C header files for non-gcc [/usr/include]
1520- --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1521- --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1522- --infodir=DIR info documentation [DATAROOTDIR/info]
1523- --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1524- --mandir=DIR man documentation [DATAROOTDIR/man]
1525- --docdir=DIR documentation root [DATAROOTDIR/doc/mod_chxj]
1526- --htmldir=DIR html documentation [DOCDIR]
1527- --dvidir=DIR dvi documentation [DOCDIR]
1528- --pdfdir=DIR pdf documentation [DOCDIR]
1529- --psdir=DIR ps documentation [DOCDIR]
1448+ --bindir=DIR user executables [EPREFIX/bin]
1449+ --sbindir=DIR system admin executables [EPREFIX/sbin]
1450+ --libexecdir=DIR program executables [EPREFIX/libexec]
1451+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1452+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1453+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1454+ --libdir=DIR object code libraries [EPREFIX/lib]
1455+ --includedir=DIR C header files [PREFIX/include]
1456+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
1457+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1458+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1459+ --infodir=DIR info documentation [DATAROOTDIR/info]
1460+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1461+ --mandir=DIR man documentation [DATAROOTDIR/man]
1462+ --docdir=DIR documentation root [DATAROOTDIR/doc/mod_chxj]
1463+ --htmldir=DIR html documentation [DOCDIR]
1464+ --dvidir=DIR dvi documentation [DOCDIR]
1465+ --pdfdir=DIR pdf documentation [DOCDIR]
1466+ --psdir=DIR ps documentation [DOCDIR]
15301467 _ACEOF
15311468
15321469 cat <<\_ACEOF
@@ -1545,12 +1482,11 @@ fi
15451482
15461483 if test -n "$ac_init_help"; then
15471484 case $ac_init_help in
1548- short | recursive ) echo "Configuration of mod_chxj 0.12.39rc7:";;
1485+ short | recursive ) echo "Configuration of mod_chxj 0.12.39:";;
15491486 esac
15501487 cat <<\_ACEOF
15511488
15521489 Optional Features:
1553- --disable-option-checking ignore unrecognized --enable/--with options
15541490 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
15551491 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
15561492 --disable-dependency-tracking speeds up one-time build
@@ -1591,7 +1527,7 @@ Some influential environment variables:
15911527 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
15921528 nonstandard directory <lib dir>
15931529 LIBS libraries to pass to the linker, e.g. -l<library>
1594- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1530+ CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
15951531 you have headers in a nonstandard directory <include dir>
15961532 CPP C preprocessor
15971533 CXX C++ compiler command
@@ -1611,17 +1547,15 @@ fi
16111547 if test "$ac_init_help" = "recursive"; then
16121548 # If there are subdirs, report their specific --help.
16131549 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1614- test -d "$ac_dir" ||
1615- { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1616- continue
1550+ test -d "$ac_dir" || continue
16171551 ac_builddir=.
16181552
16191553 case "$ac_dir" in
16201554 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16211555 *)
1622- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1556+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16231557 # A ".." for each directory in $ac_dir_suffix.
1624- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1558+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
16251559 case $ac_top_builddir_sub in
16261560 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16271561 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -1657,7 +1591,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16571591 echo &&
16581592 $SHELL "$ac_srcdir/configure" --help=recursive
16591593 else
1660- $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1594+ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
16611595 fi || ac_status=$?
16621596 cd "$ac_pwd" || { ac_status=$?; break; }
16631597 done
@@ -1666,619 +1600,59 @@ fi
16661600 test -n "$ac_init_help" && exit $ac_status
16671601 if $ac_init_version; then
16681602 cat <<\_ACEOF
1669-mod_chxj configure 0.12.39rc7
1670-generated by GNU Autoconf 2.68
1603+mod_chxj configure 0.12.39
1604+generated by GNU Autoconf 2.61
16711605
1672-Copyright (C) 2010 Free Software Foundation, Inc.
1606+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1607+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
16731608 This configure script is free software; the Free Software Foundation
16741609 gives unlimited permission to copy, distribute and modify it.
16751610 _ACEOF
16761611 exit
16771612 fi
1613+cat >config.log <<_ACEOF
1614+This file contains any messages produced by compilers while
1615+running configure, to aid debugging if configure makes a mistake.
1616+
1617+It was created by mod_chxj $as_me 0.12.39, which was
1618+generated by GNU Autoconf 2.61. Invocation command line was
16781619
1679-## ------------------------ ##
1680-## Autoconf initialization. ##
1681-## ------------------------ ##
1620+ $ $0 $@
16821621
1683-# ac_fn_c_try_compile LINENO
1684-# --------------------------
1685-# Try to compile conftest.$ac_ext, and return whether this succeeded.
1686-ac_fn_c_try_compile ()
1622+_ACEOF
1623+exec 5>>config.log
16871624 {
1688- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689- rm -f conftest.$ac_objext
1690- if { { ac_try="$ac_compile"
1691-case "(($ac_try" in
1692- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1693- *) ac_try_echo=$ac_try;;
1694-esac
1695-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696-$as_echo "$ac_try_echo"; } >&5
1697- (eval "$ac_compile") 2>conftest.err
1698- ac_status=$?
1699- if test -s conftest.err; then
1700- grep -v '^ *+' conftest.err >conftest.er1
1701- cat conftest.er1 >&5
1702- mv -f conftest.er1 conftest.err
1703- fi
1704- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705- test $ac_status = 0; } && {
1706- test -z "$ac_c_werror_flag" ||
1707- test ! -s conftest.err
1708- } && test -s conftest.$ac_objext; then :
1709- ac_retval=0
1710-else
1711- $as_echo "$as_me: failed program was:" >&5
1712-sed 's/^/| /' conftest.$ac_ext >&5
1625+cat <<_ASUNAME
1626+## --------- ##
1627+## Platform. ##
1628+## --------- ##
17131629
1714- ac_retval=1
1715-fi
1716- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1717- as_fn_set_status $ac_retval
1630+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1631+uname -m = `(uname -m) 2>/dev/null || echo unknown`
1632+uname -r = `(uname -r) 2>/dev/null || echo unknown`
1633+uname -s = `(uname -s) 2>/dev/null || echo unknown`
1634+uname -v = `(uname -v) 2>/dev/null || echo unknown`
17181635
1719-} # ac_fn_c_try_compile
1636+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1637+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
17201638
1721-# ac_fn_c_try_link LINENO
1722-# -----------------------
1723-# Try to link conftest.$ac_ext, and return whether this succeeded.
1724-ac_fn_c_try_link ()
1725-{
1726- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727- rm -f conftest.$ac_objext conftest$ac_exeext
1728- if { { ac_try="$ac_link"
1729-case "(($ac_try" in
1730- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1731- *) ac_try_echo=$ac_try;;
1732-esac
1733-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734-$as_echo "$ac_try_echo"; } >&5
1735- (eval "$ac_link") 2>conftest.err
1736- ac_status=$?
1737- if test -s conftest.err; then
1738- grep -v '^ *+' conftest.err >conftest.er1
1739- cat conftest.er1 >&5
1740- mv -f conftest.er1 conftest.err
1741- fi
1742- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743- test $ac_status = 0; } && {
1744- test -z "$ac_c_werror_flag" ||
1745- test ! -s conftest.err
1746- } && test -s conftest$ac_exeext && {
1747- test "$cross_compiling" = yes ||
1748- $as_test_x conftest$ac_exeext
1749- }; then :
1750- ac_retval=0
1751-else
1752- $as_echo "$as_me: failed program was:" >&5
1753-sed 's/^/| /' conftest.$ac_ext >&5
1639+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1640+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1641+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1642+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1643+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1644+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1645+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
17541646
1755- ac_retval=1
1756-fi
1757- # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1758- # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1759- # interfere with the next link command; also delete a directory that is
1760- # left behind by Apple's compiler. We do this before executing the actions.
1761- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1762- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763- as_fn_set_status $ac_retval
1764-
1765-} # ac_fn_c_try_link
1766-
1767-# ac_fn_c_try_cpp LINENO
1768-# ----------------------
1769-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1770-ac_fn_c_try_cpp ()
1771-{
1772- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773- if { { ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 2>conftest.err
1781- ac_status=$?
1782- if test -s conftest.err; then
1783- grep -v '^ *+' conftest.err >conftest.er1
1784- cat conftest.er1 >&5
1785- mv -f conftest.er1 conftest.err
1786- fi
1787- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788- test $ac_status = 0; } > conftest.i && {
1789- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1790- test ! -s conftest.err
1791- }; then :
1792- ac_retval=0
1793-else
1794- $as_echo "$as_me: failed program was:" >&5
1795-sed 's/^/| /' conftest.$ac_ext >&5
1796-
1797- ac_retval=1
1798-fi
1799- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1800- as_fn_set_status $ac_retval
1801-
1802-} # ac_fn_c_try_cpp
1803-
1804-# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1805-# -------------------------------------------------------
1806-# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1807-# the include files in INCLUDES and setting the cache variable VAR
1808-# accordingly.
1809-ac_fn_c_check_header_mongrel ()
1810-{
1811- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812- if eval \${$3+:} false; then :
1813- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1814-$as_echo_n "checking for $2... " >&6; }
1815-if eval \${$3+:} false; then :
1816- $as_echo_n "(cached) " >&6
1817-fi
1818-eval ac_res=\$$3
1819- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820-$as_echo "$ac_res" >&6; }
1821-else
1822- # Is the header compilable?
1823-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1824-$as_echo_n "checking $2 usability... " >&6; }
1825-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1826-/* end confdefs.h. */
1827-$4
1828-#include <$2>
1829-_ACEOF
1830-if ac_fn_c_try_compile "$LINENO"; then :
1831- ac_header_compiler=yes
1832-else
1833- ac_header_compiler=no
1834-fi
1835-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1836-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1837-$as_echo "$ac_header_compiler" >&6; }
1838-
1839-# Is the header present?
1840-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1841-$as_echo_n "checking $2 presence... " >&6; }
1842-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1843-/* end confdefs.h. */
1844-#include <$2>
1845-_ACEOF
1846-if ac_fn_c_try_cpp "$LINENO"; then :
1847- ac_header_preproc=yes
1848-else
1849- ac_header_preproc=no
1850-fi
1851-rm -f conftest.err conftest.i conftest.$ac_ext
1852-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1853-$as_echo "$ac_header_preproc" >&6; }
1854-
1855-# So? What about this header?
1856-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1857- yes:no: )
1858- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1859-$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1860- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1861-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1862- ;;
1863- no:yes:* )
1864- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1865-$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1866- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1867-$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1868- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1869-$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1870- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1871-$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1872- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1873-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1874-( $as_echo "## ---------------------------------------- ##
1875-## Report this to konn@users.sourceforge.jp ##
1876-## ---------------------------------------- ##"
1877- ) | sed "s/^/$as_me: WARNING: /" >&2
1878- ;;
1879-esac
1880- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881-$as_echo_n "checking for $2... " >&6; }
1882-if eval \${$3+:} false; then :
1883- $as_echo_n "(cached) " >&6
1884-else
1885- eval "$3=\$ac_header_compiler"
1886-fi
1887-eval ac_res=\$$3
1888- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1889-$as_echo "$ac_res" >&6; }
1890-fi
1891- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1892-
1893-} # ac_fn_c_check_header_mongrel
1894-
1895-# ac_fn_c_try_run LINENO
1896-# ----------------------
1897-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1898-# that executables *can* be run.
1899-ac_fn_c_try_run ()
1900-{
1901- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1902- if { { ac_try="$ac_link"
1903-case "(($ac_try" in
1904- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1905- *) ac_try_echo=$ac_try;;
1906-esac
1907-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1908-$as_echo "$ac_try_echo"; } >&5
1909- (eval "$ac_link") 2>&5
1910- ac_status=$?
1911- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1912- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1913- { { case "(($ac_try" in
1914- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1915- *) ac_try_echo=$ac_try;;
1916-esac
1917-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1918-$as_echo "$ac_try_echo"; } >&5
1919- (eval "$ac_try") 2>&5
1920- ac_status=$?
1921- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1922- test $ac_status = 0; }; }; then :
1923- ac_retval=0
1924-else
1925- $as_echo "$as_me: program exited with status $ac_status" >&5
1926- $as_echo "$as_me: failed program was:" >&5
1927-sed 's/^/| /' conftest.$ac_ext >&5
1928-
1929- ac_retval=$ac_status
1930-fi
1931- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1932- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1933- as_fn_set_status $ac_retval
1934-
1935-} # ac_fn_c_try_run
1936-
1937-# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1938-# -------------------------------------------------------
1939-# Tests whether HEADER exists and can be compiled using the include files in
1940-# INCLUDES, setting the cache variable VAR accordingly.
1941-ac_fn_c_check_header_compile ()
1942-{
1943- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1944- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1945-$as_echo_n "checking for $2... " >&6; }
1946-if eval \${$3+:} false; then :
1947- $as_echo_n "(cached) " >&6
1948-else
1949- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1950-/* end confdefs.h. */
1951-$4
1952-#include <$2>
1953-_ACEOF
1954-if ac_fn_c_try_compile "$LINENO"; then :
1955- eval "$3=yes"
1956-else
1957- eval "$3=no"
1958-fi
1959-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1960-fi
1961-eval ac_res=\$$3
1962- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1963-$as_echo "$ac_res" >&6; }
1964- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1965-
1966-} # ac_fn_c_check_header_compile
1967-
1968-# ac_fn_c_check_func LINENO FUNC VAR
1969-# ----------------------------------
1970-# Tests whether FUNC exists, setting the cache variable VAR accordingly
1971-ac_fn_c_check_func ()
1972-{
1973- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1974- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1975-$as_echo_n "checking for $2... " >&6; }
1976-if eval \${$3+:} false; then :
1977- $as_echo_n "(cached) " >&6
1978-else
1979- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980-/* end confdefs.h. */
1981-/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1982- For example, HP-UX 11i <limits.h> declares gettimeofday. */
1983-#define $2 innocuous_$2
1984-
1985-/* System header to define __stub macros and hopefully few prototypes,
1986- which can conflict with char $2 (); below.
1987- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1988- <limits.h> exists even on freestanding compilers. */
1989-
1990-#ifdef __STDC__
1991-# include <limits.h>
1992-#else
1993-# include <assert.h>
1994-#endif
1995-
1996-#undef $2
1997-
1998-/* Override any GCC internal prototype to avoid an error.
1999- Use char because int might match the return type of a GCC
2000- builtin and then its argument prototype would still apply. */
2001-#ifdef __cplusplus
2002-extern "C"
2003-#endif
2004-char $2 ();
2005-/* The GNU C library defines this for functions which it implements
2006- to always fail with ENOSYS. Some functions are actually named
2007- something starting with __ and the normal name is an alias. */
2008-#if defined __stub_$2 || defined __stub___$2
2009-choke me
2010-#endif
2011-
2012-int
2013-main ()
2014-{
2015-return $2 ();
2016- ;
2017- return 0;
2018-}
2019-_ACEOF
2020-if ac_fn_c_try_link "$LINENO"; then :
2021- eval "$3=yes"
2022-else
2023- eval "$3=no"
2024-fi
2025-rm -f core conftest.err conftest.$ac_objext \
2026- conftest$ac_exeext conftest.$ac_ext
2027-fi
2028-eval ac_res=\$$3
2029- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2030-$as_echo "$ac_res" >&6; }
2031- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2032-
2033-} # ac_fn_c_check_func
2034-
2035-# ac_fn_cxx_try_compile LINENO
2036-# ----------------------------
2037-# Try to compile conftest.$ac_ext, and return whether this succeeded.
2038-ac_fn_cxx_try_compile ()
2039-{
2040- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2041- rm -f conftest.$ac_objext
2042- if { { ac_try="$ac_compile"
2043-case "(($ac_try" in
2044- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2045- *) ac_try_echo=$ac_try;;
2046-esac
2047-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2048-$as_echo "$ac_try_echo"; } >&5
2049- (eval "$ac_compile") 2>conftest.err
2050- ac_status=$?
2051- if test -s conftest.err; then
2052- grep -v '^ *+' conftest.err >conftest.er1
2053- cat conftest.er1 >&5
2054- mv -f conftest.er1 conftest.err
2055- fi
2056- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2057- test $ac_status = 0; } && {
2058- test -z "$ac_cxx_werror_flag" ||
2059- test ! -s conftest.err
2060- } && test -s conftest.$ac_objext; then :
2061- ac_retval=0
2062-else
2063- $as_echo "$as_me: failed program was:" >&5
2064-sed 's/^/| /' conftest.$ac_ext >&5
2065-
2066- ac_retval=1
2067-fi
2068- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2069- as_fn_set_status $ac_retval
2070-
2071-} # ac_fn_cxx_try_compile
2072-
2073-# ac_fn_cxx_try_cpp LINENO
2074-# ------------------------
2075-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2076-ac_fn_cxx_try_cpp ()
2077-{
2078- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2079- if { { ac_try="$ac_cpp conftest.$ac_ext"
2080-case "(($ac_try" in
2081- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2082- *) ac_try_echo=$ac_try;;
2083-esac
2084-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2085-$as_echo "$ac_try_echo"; } >&5
2086- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2087- ac_status=$?
2088- if test -s conftest.err; then
2089- grep -v '^ *+' conftest.err >conftest.er1
2090- cat conftest.er1 >&5
2091- mv -f conftest.er1 conftest.err
2092- fi
2093- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2094- test $ac_status = 0; } > conftest.i && {
2095- test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2096- test ! -s conftest.err
2097- }; then :
2098- ac_retval=0
2099-else
2100- $as_echo "$as_me: failed program was:" >&5
2101-sed 's/^/| /' conftest.$ac_ext >&5
2102-
2103- ac_retval=1
2104-fi
2105- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2106- as_fn_set_status $ac_retval
2107-
2108-} # ac_fn_cxx_try_cpp
2109-
2110-# ac_fn_cxx_try_link LINENO
2111-# -------------------------
2112-# Try to link conftest.$ac_ext, and return whether this succeeded.
2113-ac_fn_cxx_try_link ()
2114-{
2115- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2116- rm -f conftest.$ac_objext conftest$ac_exeext
2117- if { { ac_try="$ac_link"
2118-case "(($ac_try" in
2119- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2120- *) ac_try_echo=$ac_try;;
2121-esac
2122-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2123-$as_echo "$ac_try_echo"; } >&5
2124- (eval "$ac_link") 2>conftest.err
2125- ac_status=$?
2126- if test -s conftest.err; then
2127- grep -v '^ *+' conftest.err >conftest.er1
2128- cat conftest.er1 >&5
2129- mv -f conftest.er1 conftest.err
2130- fi
2131- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2132- test $ac_status = 0; } && {
2133- test -z "$ac_cxx_werror_flag" ||
2134- test ! -s conftest.err
2135- } && test -s conftest$ac_exeext && {
2136- test "$cross_compiling" = yes ||
2137- $as_test_x conftest$ac_exeext
2138- }; then :
2139- ac_retval=0
2140-else
2141- $as_echo "$as_me: failed program was:" >&5
2142-sed 's/^/| /' conftest.$ac_ext >&5
2143-
2144- ac_retval=1
2145-fi
2146- # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2147- # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2148- # interfere with the next link command; also delete a directory that is
2149- # left behind by Apple's compiler. We do this before executing the actions.
2150- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2151- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2152- as_fn_set_status $ac_retval
2153-
2154-} # ac_fn_cxx_try_link
2155-
2156-# ac_fn_f77_try_compile LINENO
2157-# ----------------------------
2158-# Try to compile conftest.$ac_ext, and return whether this succeeded.
2159-ac_fn_f77_try_compile ()
2160-{
2161- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2162- rm -f conftest.$ac_objext
2163- if { { ac_try="$ac_compile"
2164-case "(($ac_try" in
2165- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2166- *) ac_try_echo=$ac_try;;
2167-esac
2168-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2169-$as_echo "$ac_try_echo"; } >&5
2170- (eval "$ac_compile") 2>conftest.err
2171- ac_status=$?
2172- if test -s conftest.err; then
2173- grep -v '^ *+' conftest.err >conftest.er1
2174- cat conftest.er1 >&5
2175- mv -f conftest.er1 conftest.err
2176- fi
2177- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2178- test $ac_status = 0; } && {
2179- test -z "$ac_f77_werror_flag" ||
2180- test ! -s conftest.err
2181- } && test -s conftest.$ac_objext; then :
2182- ac_retval=0
2183-else
2184- $as_echo "$as_me: failed program was:" >&5
2185-sed 's/^/| /' conftest.$ac_ext >&5
2186-
2187- ac_retval=1
2188-fi
2189- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2190- as_fn_set_status $ac_retval
2191-
2192-} # ac_fn_f77_try_compile
2193-
2194-# ac_fn_f77_try_link LINENO
2195-# -------------------------
2196-# Try to link conftest.$ac_ext, and return whether this succeeded.
2197-ac_fn_f77_try_link ()
2198-{
2199- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2200- rm -f conftest.$ac_objext conftest$ac_exeext
2201- if { { ac_try="$ac_link"
2202-case "(($ac_try" in
2203- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2204- *) ac_try_echo=$ac_try;;
2205-esac
2206-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2207-$as_echo "$ac_try_echo"; } >&5
2208- (eval "$ac_link") 2>conftest.err
2209- ac_status=$?
2210- if test -s conftest.err; then
2211- grep -v '^ *+' conftest.err >conftest.er1
2212- cat conftest.er1 >&5
2213- mv -f conftest.er1 conftest.err
2214- fi
2215- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2216- test $ac_status = 0; } && {
2217- test -z "$ac_f77_werror_flag" ||
2218- test ! -s conftest.err
2219- } && test -s conftest$ac_exeext && {
2220- test "$cross_compiling" = yes ||
2221- $as_test_x conftest$ac_exeext
2222- }; then :
2223- ac_retval=0
2224-else
2225- $as_echo "$as_me: failed program was:" >&5
2226-sed 's/^/| /' conftest.$ac_ext >&5
2227-
2228- ac_retval=1
2229-fi
2230- # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2231- # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2232- # interfere with the next link command; also delete a directory that is
2233- # left behind by Apple's compiler. We do this before executing the actions.
2234- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2235- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2236- as_fn_set_status $ac_retval
2237-
2238-} # ac_fn_f77_try_link
2239-cat >config.log <<_ACEOF
2240-This file contains any messages produced by compilers while
2241-running configure, to aid debugging if configure makes a mistake.
2242-
2243-It was created by mod_chxj $as_me 0.12.39rc7, which was
2244-generated by GNU Autoconf 2.68. Invocation command line was
2245-
2246- $ $0 $@
2247-
2248-_ACEOF
2249-exec 5>>config.log
2250-{
2251-cat <<_ASUNAME
2252-## --------- ##
2253-## Platform. ##
2254-## --------- ##
2255-
2256-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2257-uname -m = `(uname -m) 2>/dev/null || echo unknown`
2258-uname -r = `(uname -r) 2>/dev/null || echo unknown`
2259-uname -s = `(uname -s) 2>/dev/null || echo unknown`
2260-uname -v = `(uname -v) 2>/dev/null || echo unknown`
2261-
2262-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2263-/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2264-
2265-/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2266-/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2267-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2268-/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2269-/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2270-/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2271-/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2272-
2273-_ASUNAME
1647+_ASUNAME
22741648
22751649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22761650 for as_dir in $PATH
22771651 do
22781652 IFS=$as_save_IFS
22791653 test -z "$as_dir" && as_dir=.
2280- $as_echo "PATH: $as_dir"
2281- done
1654+ echo "PATH: $as_dir"
1655+done
22821656 IFS=$as_save_IFS
22831657
22841658 } >&5
@@ -2312,12 +1686,12 @@ do
23121686 | -silent | --silent | --silen | --sile | --sil)
23131687 continue ;;
23141688 *\'*)
2315- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1689+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
23161690 esac
23171691 case $ac_pass in
2318- 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1692+ 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
23191693 2)
2320- as_fn_append ac_configure_args1 " '$ac_arg'"
1694+ ac_configure_args1="$ac_configure_args1 '$ac_arg'"
23211695 if test $ac_must_keep_next = true; then
23221696 ac_must_keep_next=false # Got value, back to normal.
23231697 else
@@ -2333,13 +1707,13 @@ do
23331707 -* ) ac_must_keep_next=true ;;
23341708 esac
23351709 fi
2336- as_fn_append ac_configure_args " '$ac_arg'"
1710+ ac_configure_args="$ac_configure_args '$ac_arg'"
23371711 ;;
23381712 esac
23391713 done
23401714 done
2341-{ ac_configure_args0=; unset ac_configure_args0;}
2342-{ ac_configure_args1=; unset ac_configure_args1;}
1715+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1716+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
23431717
23441718 # When interrupted or exit'd, cleanup temporary files, and complete
23451719 # config.log. We remove comments because anyway the quotes in there
@@ -2351,9 +1725,11 @@ trap 'exit_status=$?
23511725 {
23521726 echo
23531727
2354- $as_echo "## ---------------- ##
1728+ cat <<\_ASBOX
1729+## ---------------- ##
23551730 ## Cache variables. ##
2356-## ---------------- ##"
1731+## ---------------- ##
1732+_ASBOX
23571733 echo
23581734 # The following way of writing the cache mishandles newlines in values,
23591735 (
@@ -2362,13 +1738,12 @@ trap 'exit_status=$?
23621738 case $ac_val in #(
23631739 *${as_nl}*)
23641740 case $ac_var in #(
2365- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2366-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1741+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1742+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23671743 esac
23681744 case $ac_var in #(
23691745 _ | IFS | as_nl) ;; #(
2370- BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2371- *) { eval $ac_var=; unset $ac_var;} ;;
1746+ *) $as_unset $ac_var ;;
23721747 esac ;;
23731748 esac
23741749 done
@@ -2387,136 +1762,128 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
23871762 )
23881763 echo
23891764
2390- $as_echo "## ----------------- ##
1765+ cat <<\_ASBOX
1766+## ----------------- ##
23911767 ## Output variables. ##
2392-## ----------------- ##"
1768+## ----------------- ##
1769+_ASBOX
23931770 echo
23941771 for ac_var in $ac_subst_vars
23951772 do
23961773 eval ac_val=\$$ac_var
23971774 case $ac_val in
2398- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1775+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
23991776 esac
2400- $as_echo "$ac_var='\''$ac_val'\''"
1777+ echo "$ac_var='\''$ac_val'\''"
24011778 done | sort
24021779 echo
24031780
24041781 if test -n "$ac_subst_files"; then
2405- $as_echo "## ------------------- ##
1782+ cat <<\_ASBOX
1783+## ------------------- ##
24061784 ## File substitutions. ##
2407-## ------------------- ##"
1785+## ------------------- ##
1786+_ASBOX
24081787 echo
24091788 for ac_var in $ac_subst_files
24101789 do
24111790 eval ac_val=\$$ac_var
24121791 case $ac_val in
2413- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1792+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
24141793 esac
2415- $as_echo "$ac_var='\''$ac_val'\''"
1794+ echo "$ac_var='\''$ac_val'\''"
24161795 done | sort
24171796 echo
24181797 fi
24191798
24201799 if test -s confdefs.h; then
2421- $as_echo "## ----------- ##
1800+ cat <<\_ASBOX
1801+## ----------- ##
24221802 ## confdefs.h. ##
2423-## ----------- ##"
1803+## ----------- ##
1804+_ASBOX
24241805 echo
24251806 cat confdefs.h
24261807 echo
24271808 fi
24281809 test "$ac_signal" != 0 &&
2429- $as_echo "$as_me: caught signal $ac_signal"
2430- $as_echo "$as_me: exit $exit_status"
1810+ echo "$as_me: caught signal $ac_signal"
1811+ echo "$as_me: exit $exit_status"
24311812 } >&5
24321813 rm -f core *.core core.conftest.* &&
24331814 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
24341815 exit $exit_status
24351816 ' 0
24361817 for ac_signal in 1 2 13 15; do
2437- trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1818+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
24381819 done
24391820 ac_signal=0
24401821
24411822 # confdefs.h avoids OS command line length limits that DEFS can exceed.
24421823 rm -f -r conftest* confdefs.h
24431824
2444-$as_echo "/* confdefs.h */" > confdefs.h
2445-
24461825 # Predefined preprocessor variables.
24471826
24481827 cat >>confdefs.h <<_ACEOF
24491828 #define PACKAGE_NAME "$PACKAGE_NAME"
24501829 _ACEOF
24511830
1831+
24521832 cat >>confdefs.h <<_ACEOF
24531833 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
24541834 _ACEOF
24551835
1836+
24561837 cat >>confdefs.h <<_ACEOF
24571838 #define PACKAGE_VERSION "$PACKAGE_VERSION"
24581839 _ACEOF
24591840
1841+
24601842 cat >>confdefs.h <<_ACEOF
24611843 #define PACKAGE_STRING "$PACKAGE_STRING"
24621844 _ACEOF
24631845
2464-cat >>confdefs.h <<_ACEOF
2465-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2466-_ACEOF
24671846
24681847 cat >>confdefs.h <<_ACEOF
2469-#define PACKAGE_URL "$PACKAGE_URL"
1848+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
24701849 _ACEOF
24711850
24721851
24731852 # Let the site file select an alternate cache file if it wants to.
2474-# Prefer an explicitly selected file to automatically selected ones.
2475-ac_site_file1=NONE
2476-ac_site_file2=NONE
1853+# Prefer explicitly selected file to automatically selected ones.
24771854 if test -n "$CONFIG_SITE"; then
2478- # We do not want a PATH search for config.site.
2479- case $CONFIG_SITE in #((
2480- -*) ac_site_file1=./$CONFIG_SITE;;
2481- */*) ac_site_file1=$CONFIG_SITE;;
2482- *) ac_site_file1=./$CONFIG_SITE;;
2483- esac
1855+ set x "$CONFIG_SITE"
24841856 elif test "x$prefix" != xNONE; then
2485- ac_site_file1=$prefix/share/config.site
2486- ac_site_file2=$prefix/etc/config.site
1857+ set x "$prefix/share/config.site" "$prefix/etc/config.site"
24871858 else
2488- ac_site_file1=$ac_default_prefix/share/config.site
2489- ac_site_file2=$ac_default_prefix/etc/config.site
1859+ set x "$ac_default_prefix/share/config.site" \
1860+ "$ac_default_prefix/etc/config.site"
24901861 fi
2491-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1862+shift
1863+for ac_site_file
24921864 do
2493- test "x$ac_site_file" = xNONE && continue
2494- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2495- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2496-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1865+ if test -r "$ac_site_file"; then
1866+ { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1867+echo "$as_me: loading site script $ac_site_file" >&6;}
24971868 sed 's/^/| /' "$ac_site_file" >&5
2498- . "$ac_site_file" \
2499- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2500-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2501-as_fn_error $? "failed to load site script $ac_site_file
2502-See \`config.log' for more details" "$LINENO" 5; }
1869+ . "$ac_site_file"
25031870 fi
25041871 done
25051872
25061873 if test -r "$cache_file"; then
2507- # Some versions of bash will fail to source /dev/null (special files
2508- # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2509- if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2510- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2511-$as_echo "$as_me: loading cache $cache_file" >&6;}
1874+ # Some versions of bash will fail to source /dev/null (special
1875+ # files actually), so we avoid doing that.
1876+ if test -f "$cache_file"; then
1877+ { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1878+echo "$as_me: loading cache $cache_file" >&6;}
25121879 case $cache_file in
25131880 [\\/]* | ?:[\\/]* ) . "$cache_file";;
25141881 *) . "./$cache_file";;
25151882 esac
25161883 fi
25171884 else
2518- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2519-$as_echo "$as_me: creating cache $cache_file" >&6;}
1885+ { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1886+echo "$as_me: creating cache $cache_file" >&6;}
25201887 >$cache_file
25211888 fi
25221889
@@ -2530,71 +1897,83 @@ for ac_var in $ac_precious_vars; do
25301897 eval ac_new_val=\$ac_env_${ac_var}_value
25311898 case $ac_old_set,$ac_new_set in
25321899 set,)
2533- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2534-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1900+ { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1901+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
25351902 ac_cache_corrupted=: ;;
25361903 ,set)
2537- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2538-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1904+ { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1905+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
25391906 ac_cache_corrupted=: ;;
25401907 ,);;
25411908 *)
25421909 if test "x$ac_old_val" != "x$ac_new_val"; then
2543- # differences in whitespace do not lead to failure.
2544- ac_old_val_w=`echo x $ac_old_val`
2545- ac_new_val_w=`echo x $ac_new_val`
2546- if test "$ac_old_val_w" != "$ac_new_val_w"; then
2547- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2548-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2549- ac_cache_corrupted=:
2550- else
2551- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2552-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2553- eval $ac_var=\$ac_old_val
2554- fi
2555- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2556-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2557- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2558-$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1910+ { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1911+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1912+ { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1913+echo "$as_me: former value: $ac_old_val" >&2;}
1914+ { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1915+echo "$as_me: current value: $ac_new_val" >&2;}
1916+ ac_cache_corrupted=:
25591917 fi;;
25601918 esac
25611919 # Pass precious variables to config.status.
25621920 if test "$ac_new_set" = set; then
25631921 case $ac_new_val in
2564- *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1922+ *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
25651923 *) ac_arg=$ac_var=$ac_new_val ;;
25661924 esac
25671925 case " $ac_configure_args " in
25681926 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2569- *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1927+ *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
25701928 esac
25711929 fi
25721930 done
25731931 if $ac_cache_corrupted; then
2574- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2575-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2576- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2577-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2578- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1932+ { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1933+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1934+ { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1935+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1936+ { (exit 1); exit 1; }; }
25791937 fi
2580-## -------------------- ##
2581-## Main body of script. ##
2582-## -------------------- ##
25831938
2584-ac_ext=c
2585-ac_cpp='$CPP $CPPFLAGS'
2586-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2587-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2588-ac_compiler_gnu=$ac_cv_c_compiler_gnu
25891939
25901940
25911941
25921942
2593-ac_aux_dir=
2594-for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2595- if test -f "$ac_dir/install-sh"; then
2596- ac_aux_dir=$ac_dir
2597- ac_install_sh="$ac_aux_dir/install-sh -c"
1943+
1944+
1945+
1946+
1947+
1948+
1949+
1950+
1951+
1952+
1953+
1954+
1955+
1956+
1957+
1958+
1959+
1960+
1961+
1962+
1963+ac_ext=c
1964+ac_cpp='$CPP $CPPFLAGS'
1965+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1966+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1967+ac_compiler_gnu=$ac_cv_c_compiler_gnu
1968+
1969+
1970+
1971+
1972+ac_aux_dir=
1973+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1974+ if test -f "$ac_dir/install-sh"; then
1975+ ac_aux_dir=$ac_dir
1976+ ac_install_sh="$ac_aux_dir/install-sh -c"
25981977 break
25991978 elif test -f "$ac_dir/install.sh"; then
26001979 ac_aux_dir=$ac_dir
@@ -2607,7 +1986,9 @@ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
26071986 fi
26081987 done
26091988 if test -z "$ac_aux_dir"; then
2610- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1989+ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1990+echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1991+ { (exit 1); exit 1; }; }
26111992 fi
26121993
26131994 # These three variables are undocumented and unsupported,
@@ -2621,27 +2002,35 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
26212002
26222003 # Make sure we can run config.sub.
26232004 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2624- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2005+ { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2006+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2007+ { (exit 1); exit 1; }; }
26252008
2626-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2627-$as_echo_n "checking build system type... " >&6; }
2628-if ${ac_cv_build+:} false; then :
2629- $as_echo_n "(cached) " >&6
2009+{ echo "$as_me:$LINENO: checking build system type" >&5
2010+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2011+if test "${ac_cv_build+set}" = set; then
2012+ echo $ECHO_N "(cached) $ECHO_C" >&6
26302013 else
26312014 ac_build_alias=$build_alias
26322015 test "x$ac_build_alias" = x &&
26332016 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
26342017 test "x$ac_build_alias" = x &&
2635- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2018+ { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2019+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2020+ { (exit 1); exit 1; }; }
26362021 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2637- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2022+ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2023+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2024+ { (exit 1); exit 1; }; }
26382025
26392026 fi
2640-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2641-$as_echo "$ac_cv_build" >&6; }
2027+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2028+echo "${ECHO_T}$ac_cv_build" >&6; }
26422029 case $ac_cv_build in
26432030 *-*-*) ;;
2644-*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2031+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2032+echo "$as_me: error: invalid value of canonical build" >&2;}
2033+ { (exit 1); exit 1; }; };;
26452034 esac
26462035 build=$ac_cv_build
26472036 ac_save_IFS=$IFS; IFS='-'
@@ -2657,24 +2046,28 @@ IFS=$ac_save_IFS
26572046 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
26582047
26592048
2660-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2661-$as_echo_n "checking host system type... " >&6; }
2662-if ${ac_cv_host+:} false; then :
2663- $as_echo_n "(cached) " >&6
2049+{ echo "$as_me:$LINENO: checking host system type" >&5
2050+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2051+if test "${ac_cv_host+set}" = set; then
2052+ echo $ECHO_N "(cached) $ECHO_C" >&6
26642053 else
26652054 if test "x$host_alias" = x; then
26662055 ac_cv_host=$ac_cv_build
26672056 else
26682057 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2669- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2058+ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2059+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2060+ { (exit 1); exit 1; }; }
26702061 fi
26712062
26722063 fi
2673-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2674-$as_echo "$ac_cv_host" >&6; }
2064+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2065+echo "${ECHO_T}$ac_cv_host" >&6; }
26752066 case $ac_cv_host in
26762067 *-*-*) ;;
2677-*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2068+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2069+echo "$as_me: error: invalid value of canonical host" >&2;}
2070+ { (exit 1); exit 1; }; };;
26782071 esac
26792072 host=$ac_cv_host
26802073 ac_save_IFS=$IFS; IFS='-'
@@ -2690,24 +2083,28 @@ IFS=$ac_save_IFS
26902083 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
26912084
26922085
2693-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2694-$as_echo_n "checking target system type... " >&6; }
2695-if ${ac_cv_target+:} false; then :
2696- $as_echo_n "(cached) " >&6
2086+{ echo "$as_me:$LINENO: checking target system type" >&5
2087+echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
2088+if test "${ac_cv_target+set}" = set; then
2089+ echo $ECHO_N "(cached) $ECHO_C" >&6
26972090 else
26982091 if test "x$target_alias" = x; then
26992092 ac_cv_target=$ac_cv_host
27002093 else
27012094 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2702- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2095+ { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2096+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
2097+ { (exit 1); exit 1; }; }
27032098 fi
27042099
27052100 fi
2706-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2707-$as_echo "$ac_cv_target" >&6; }
2101+{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2102+echo "${ECHO_T}$ac_cv_target" >&6; }
27082103 case $ac_cv_target in
27092104 *-*-*) ;;
2710-*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2105+*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2106+echo "$as_me: error: invalid value of canonical target" >&2;}
2107+ { (exit 1); exit 1; }; };;
27112108 esac
27122109 target=$ac_cv_target
27132110 ac_save_IFS=$IFS; IFS='-'
@@ -2744,23 +2141,22 @@ am__api_version='1.10'
27442141 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
27452142 # OS/2's system install, which has a completely different semantic
27462143 # ./install, which can be erroneously created by make from ./install.sh.
2747-# Reject install programs that cannot install multiple files.
2748-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2749-$as_echo_n "checking for a BSD-compatible install... " >&6; }
2144+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2145+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
27502146 if test -z "$INSTALL"; then
2751-if ${ac_cv_path_install+:} false; then :
2752- $as_echo_n "(cached) " >&6
2147+if test "${ac_cv_path_install+set}" = set; then
2148+ echo $ECHO_N "(cached) $ECHO_C" >&6
27532149 else
27542150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27552151 for as_dir in $PATH
27562152 do
27572153 IFS=$as_save_IFS
27582154 test -z "$as_dir" && as_dir=.
2759- # Account for people who put trailing slashes in PATH elements.
2760-case $as_dir/ in #((
2761- ./ | .// | /[cC]/* | \
2155+ # Account for people who put trailing slashes in PATH elements.
2156+case $as_dir/ in
2157+ ./ | .// | /cC/* | \
27622158 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2763- ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2159+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
27642160 /usr/ucb/* ) ;;
27652161 *)
27662162 # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -2778,29 +2174,17 @@ case $as_dir/ in #((
27782174 # program-specific install script used by HP pwplus--don't use.
27792175 :
27802176 else
2781- rm -rf conftest.one conftest.two conftest.dir
2782- echo one > conftest.one
2783- echo two > conftest.two
2784- mkdir conftest.dir
2785- if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2786- test -s conftest.one && test -s conftest.two &&
2787- test -s conftest.dir/conftest.one &&
2788- test -s conftest.dir/conftest.two
2789- then
2790- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2791- break 3
2792- fi
2177+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2178+ break 3
27932179 fi
27942180 fi
27952181 done
27962182 done
27972183 ;;
27982184 esac
2799-
2800- done
2185+done
28012186 IFS=$as_save_IFS
28022187
2803-rm -rf conftest.one conftest.two conftest.dir
28042188
28052189 fi
28062190 if test "${ac_cv_path_install+set}" = set; then
@@ -2813,8 +2197,8 @@ fi
28132197 INSTALL=$ac_install_sh
28142198 fi
28152199 fi
2816-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2817-$as_echo "$INSTALL" >&6; }
2200+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
2201+echo "${ECHO_T}$INSTALL" >&6; }
28182202
28192203 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
28202204 # It thinks the first close brace ends the variable substitution.
@@ -2824,8 +2208,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
28242208
28252209 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
28262210
2827-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2828-$as_echo_n "checking whether build environment is sane... " >&6; }
2211+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2212+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
28292213 # Just in case
28302214 sleep 1
28312215 echo timestamp > conftest.file
@@ -2848,8 +2232,11 @@ if (
28482232 # if, for instance, CONFIG_SHELL is bash and it inherits a
28492233 # broken ls alias from the environment. This has actually
28502234 # happened. Such a system could not be considered "sane".
2851- as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2852-alias in your environment" "$LINENO" 5
2235+ { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2236+alias in your environment" >&5
2237+echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2238+alias in your environment" >&2;}
2239+ { (exit 1); exit 1; }; }
28532240 fi
28542241
28552242 test "$2" = conftest.file
@@ -2858,20 +2245,26 @@ then
28582245 # Ok.
28592246 :
28602247 else
2861- as_fn_error $? "newly created file is older than distributed files!
2862-Check your system clock" "$LINENO" 5
2248+ { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2249+Check your system clock" >&5
2250+echo "$as_me: error: newly created file is older than distributed files!
2251+Check your system clock" >&2;}
2252+ { (exit 1); exit 1; }; }
28632253 fi
2864-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2865-$as_echo "yes" >&6; }
2254+{ echo "$as_me:$LINENO: result: yes" >&5
2255+echo "${ECHO_T}yes" >&6; }
28662256 test "$program_prefix" != NONE &&
28672257 program_transform_name="s&^&$program_prefix&;$program_transform_name"
28682258 # Use a double $ so make ignores it.
28692259 test "$program_suffix" != NONE &&
28702260 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2871-# Double any \ or $.
2261+# Double any \ or $. echo might interpret backslashes.
28722262 # By default was `s,x,x', remove it if useless.
2873-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2874-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2263+cat <<\_ACEOF >conftest.sed
2264+s/[\\$]/&&/g;s/;s,x,x,$//
2265+_ACEOF
2266+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2267+rm -f conftest.sed
28752268
28762269 # expand $ac_aux_dir to an absolute path
28772270 am_aux_dir=`cd $ac_aux_dir && pwd`
@@ -2882,22 +2275,22 @@ if eval "$MISSING --run true"; then
28822275 am_missing_run="$MISSING --run "
28832276 else
28842277 am_missing_run=
2885- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2886-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2278+ { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2279+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
28872280 fi
28882281
2889-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2890-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2282+{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2283+echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
28912284 if test -z "$MKDIR_P"; then
2892- if ${ac_cv_path_mkdir+:} false; then :
2893- $as_echo_n "(cached) " >&6
2285+ if test "${ac_cv_path_mkdir+set}" = set; then
2286+ echo $ECHO_N "(cached) $ECHO_C" >&6
28942287 else
28952288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28962289 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
28972290 do
28982291 IFS=$as_save_IFS
28992292 test -z "$as_dir" && as_dir=.
2900- for ac_prog in mkdir gmkdir; do
2293+ for ac_prog in mkdir gmkdir; do
29012294 for ac_exec_ext in '' $ac_executable_extensions; do
29022295 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
29032296 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
@@ -2909,12 +2302,11 @@ do
29092302 esac
29102303 done
29112304 done
2912- done
2305+done
29132306 IFS=$as_save_IFS
29142307
29152308 fi
29162309
2917- test -d ./--version && rmdir ./--version
29182310 if test "${ac_cv_path_mkdir+set}" = set; then
29192311 MKDIR_P="$ac_cv_path_mkdir -p"
29202312 else
@@ -2922,11 +2314,12 @@ fi
29222314 # value for MKDIR_P within a source directory, because that will
29232315 # break other packages using the cache if that directory is
29242316 # removed, or if the value is a relative name.
2317+ test -d ./--version && rmdir ./--version
29252318 MKDIR_P="$ac_install_sh -d"
29262319 fi
29272320 fi
2928-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2929-$as_echo "$MKDIR_P" >&6; }
2321+{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2322+echo "${ECHO_T}$MKDIR_P" >&6; }
29302323
29312324 mkdir_p="$MKDIR_P"
29322325 case $mkdir_p in
@@ -2938,10 +2331,10 @@ for ac_prog in gawk mawk nawk awk
29382331 do
29392332 # Extract the first word of "$ac_prog", so it can be a program name with args.
29402333 set dummy $ac_prog; ac_word=$2
2941-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2942-$as_echo_n "checking for $ac_word... " >&6; }
2943-if ${ac_cv_prog_AWK+:} false; then :
2944- $as_echo_n "(cached) " >&6
2334+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2335+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2336+if test "${ac_cv_prog_AWK+set}" = set; then
2337+ echo $ECHO_N "(cached) $ECHO_C" >&6
29452338 else
29462339 if test -n "$AWK"; then
29472340 ac_cv_prog_AWK="$AWK" # Let the user override the test.
@@ -2951,44 +2344,43 @@ for as_dir in $PATH
29512344 do
29522345 IFS=$as_save_IFS
29532346 test -z "$as_dir" && as_dir=.
2954- for ac_exec_ext in '' $ac_executable_extensions; do
2347+ for ac_exec_ext in '' $ac_executable_extensions; do
29552348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29562349 ac_cv_prog_AWK="$ac_prog"
2957- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2350+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29582351 break 2
29592352 fi
29602353 done
2961- done
2354+done
29622355 IFS=$as_save_IFS
29632356
29642357 fi
29652358 fi
29662359 AWK=$ac_cv_prog_AWK
29672360 if test -n "$AWK"; then
2968- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2969-$as_echo "$AWK" >&6; }
2361+ { echo "$as_me:$LINENO: result: $AWK" >&5
2362+echo "${ECHO_T}$AWK" >&6; }
29702363 else
2971- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2972-$as_echo "no" >&6; }
2364+ { echo "$as_me:$LINENO: result: no" >&5
2365+echo "${ECHO_T}no" >&6; }
29732366 fi
29742367
29752368
29762369 test -n "$AWK" && break
29772370 done
29782371
2979-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2980-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2981-set x ${MAKE-make}
2982-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2983-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2984- $as_echo_n "(cached) " >&6
2372+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2373+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2374+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2375+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2376+ echo $ECHO_N "(cached) $ECHO_C" >&6
29852377 else
29862378 cat >conftest.make <<\_ACEOF
29872379 SHELL = /bin/sh
29882380 all:
29892381 @echo '@@@%%%=$(MAKE)=@@@%%%'
29902382 _ACEOF
2991-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2383+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29922384 case `${MAKE-make} -f conftest.make 2>/dev/null` in
29932385 *@@@%%%=?*=@@@%%%*)
29942386 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -2998,12 +2390,12 @@ esac
29982390 rm -f conftest.make
29992391 fi
30002392 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3001- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3002-$as_echo "yes" >&6; }
2393+ { echo "$as_me:$LINENO: result: yes" >&5
2394+echo "${ECHO_T}yes" >&6; }
30032395 SET_MAKE=
30042396 else
3005- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3006-$as_echo "no" >&6; }
2397+ { echo "$as_me:$LINENO: result: no" >&5
2398+echo "${ECHO_T}no" >&6; }
30072399 SET_MAKE="MAKE=${MAKE-make}"
30082400 fi
30092401
@@ -3022,7 +2414,9 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then
30222414 am__isrc=' -I$(srcdir)'
30232415 # test to see if srcdir already configured
30242416 if test -f $srcdir/config.status; then
3025- as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2417+ { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2418+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2419+ { (exit 1); exit 1; }; }
30262420 fi
30272421 fi
30282422
@@ -3038,7 +2432,7 @@ fi
30382432
30392433 # Define the identity of the package.
30402434 PACKAGE=mod_chxj
3041- VERSION=0.12.39rc7
2435+ VERSION=0.12.39
30422436
30432437
30442438 cat >>confdefs.h <<_ACEOF
@@ -3076,10 +2470,10 @@ if test "$cross_compiling" != no; then
30762470 if test -n "$ac_tool_prefix"; then
30772471 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
30782472 set dummy ${ac_tool_prefix}strip; ac_word=$2
3079-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3080-$as_echo_n "checking for $ac_word... " >&6; }
3081-if ${ac_cv_prog_STRIP+:} false; then :
3082- $as_echo_n "(cached) " >&6
2473+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2474+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2475+if test "${ac_cv_prog_STRIP+set}" = set; then
2476+ echo $ECHO_N "(cached) $ECHO_C" >&6
30832477 else
30842478 if test -n "$STRIP"; then
30852479 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
@@ -3089,25 +2483,25 @@ for as_dir in $PATH
30892483 do
30902484 IFS=$as_save_IFS
30912485 test -z "$as_dir" && as_dir=.
3092- for ac_exec_ext in '' $ac_executable_extensions; do
2486+ for ac_exec_ext in '' $ac_executable_extensions; do
30932487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30942488 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3095- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2489+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30962490 break 2
30972491 fi
30982492 done
3099- done
2493+done
31002494 IFS=$as_save_IFS
31012495
31022496 fi
31032497 fi
31042498 STRIP=$ac_cv_prog_STRIP
31052499 if test -n "$STRIP"; then
3106- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3107-$as_echo "$STRIP" >&6; }
2500+ { echo "$as_me:$LINENO: result: $STRIP" >&5
2501+echo "${ECHO_T}$STRIP" >&6; }
31082502 else
3109- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3110-$as_echo "no" >&6; }
2503+ { echo "$as_me:$LINENO: result: no" >&5
2504+echo "${ECHO_T}no" >&6; }
31112505 fi
31122506
31132507
@@ -3116,10 +2510,10 @@ if test -z "$ac_cv_prog_STRIP"; then
31162510 ac_ct_STRIP=$STRIP
31172511 # Extract the first word of "strip", so it can be a program name with args.
31182512 set dummy strip; ac_word=$2
3119-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3120-$as_echo_n "checking for $ac_word... " >&6; }
3121-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3122- $as_echo_n "(cached) " >&6
2513+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2514+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2515+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2516+ echo $ECHO_N "(cached) $ECHO_C" >&6
31232517 else
31242518 if test -n "$ac_ct_STRIP"; then
31252519 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
@@ -3129,25 +2523,25 @@ for as_dir in $PATH
31292523 do
31302524 IFS=$as_save_IFS
31312525 test -z "$as_dir" && as_dir=.
3132- for ac_exec_ext in '' $ac_executable_extensions; do
2526+ for ac_exec_ext in '' $ac_executable_extensions; do
31332527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31342528 ac_cv_prog_ac_ct_STRIP="strip"
3135- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2529+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31362530 break 2
31372531 fi
31382532 done
3139- done
2533+done
31402534 IFS=$as_save_IFS
31412535
31422536 fi
31432537 fi
31442538 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
31452539 if test -n "$ac_ct_STRIP"; then
3146- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3147-$as_echo "$ac_ct_STRIP" >&6; }
2540+ { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2541+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
31482542 else
3149- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3150-$as_echo "no" >&6; }
2543+ { echo "$as_me:$LINENO: result: no" >&5
2544+echo "${ECHO_T}no" >&6; }
31512545 fi
31522546
31532547 if test "x$ac_ct_STRIP" = x; then
@@ -3155,8 +2549,12 @@ fi
31552549 else
31562550 case $cross_compiling:$ac_tool_warned in
31572551 yes:)
3158-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3159-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2552+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2553+whose name does not start with the host triplet. If you think this
2554+configuration is useful to you, please write to autoconf@gnu.org." >&5
2555+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2556+whose name does not start with the host triplet. If you think this
2557+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31602558 ac_tool_warned=yes ;;
31612559 esac
31622560 STRIP=$ac_ct_STRIP
@@ -3193,10 +2591,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
31932591 if test -n "$ac_tool_prefix"; then
31942592 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
31952593 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3196-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3197-$as_echo_n "checking for $ac_word... " >&6; }
3198-if ${ac_cv_prog_CC+:} false; then :
3199- $as_echo_n "(cached) " >&6
2594+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2595+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2596+if test "${ac_cv_prog_CC+set}" = set; then
2597+ echo $ECHO_N "(cached) $ECHO_C" >&6
32002598 else
32012599 if test -n "$CC"; then
32022600 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -3206,25 +2604,25 @@ for as_dir in $PATH
32062604 do
32072605 IFS=$as_save_IFS
32082606 test -z "$as_dir" && as_dir=.
3209- for ac_exec_ext in '' $ac_executable_extensions; do
2607+ for ac_exec_ext in '' $ac_executable_extensions; do
32102608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32112609 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3212- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2610+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32132611 break 2
32142612 fi
32152613 done
3216- done
2614+done
32172615 IFS=$as_save_IFS
32182616
32192617 fi
32202618 fi
32212619 CC=$ac_cv_prog_CC
32222620 if test -n "$CC"; then
3223- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3224-$as_echo "$CC" >&6; }
2621+ { echo "$as_me:$LINENO: result: $CC" >&5
2622+echo "${ECHO_T}$CC" >&6; }
32252623 else
3226- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3227-$as_echo "no" >&6; }
2624+ { echo "$as_me:$LINENO: result: no" >&5
2625+echo "${ECHO_T}no" >&6; }
32282626 fi
32292627
32302628
@@ -3233,10 +2631,10 @@ if test -z "$ac_cv_prog_CC"; then
32332631 ac_ct_CC=$CC
32342632 # Extract the first word of "gcc", so it can be a program name with args.
32352633 set dummy gcc; ac_word=$2
3236-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3237-$as_echo_n "checking for $ac_word... " >&6; }
3238-if ${ac_cv_prog_ac_ct_CC+:} false; then :
3239- $as_echo_n "(cached) " >&6
2634+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2635+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2636+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2637+ echo $ECHO_N "(cached) $ECHO_C" >&6
32402638 else
32412639 if test -n "$ac_ct_CC"; then
32422640 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
@@ -3246,25 +2644,25 @@ for as_dir in $PATH
32462644 do
32472645 IFS=$as_save_IFS
32482646 test -z "$as_dir" && as_dir=.
3249- for ac_exec_ext in '' $ac_executable_extensions; do
2647+ for ac_exec_ext in '' $ac_executable_extensions; do
32502648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32512649 ac_cv_prog_ac_ct_CC="gcc"
3252- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2650+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
32532651 break 2
32542652 fi
32552653 done
3256- done
2654+done
32572655 IFS=$as_save_IFS
32582656
32592657 fi
32602658 fi
32612659 ac_ct_CC=$ac_cv_prog_ac_ct_CC
32622660 if test -n "$ac_ct_CC"; then
3263- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3264-$as_echo "$ac_ct_CC" >&6; }
2661+ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2662+echo "${ECHO_T}$ac_ct_CC" >&6; }
32652663 else
3266- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3267-$as_echo "no" >&6; }
2664+ { echo "$as_me:$LINENO: result: no" >&5
2665+echo "${ECHO_T}no" >&6; }
32682666 fi
32692667
32702668 if test "x$ac_ct_CC" = x; then
@@ -3272,8 +2670,12 @@ fi
32722670 else
32732671 case $cross_compiling:$ac_tool_warned in
32742672 yes:)
3275-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3276-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2673+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2674+whose name does not start with the host triplet. If you think this
2675+configuration is useful to you, please write to autoconf@gnu.org." >&5
2676+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2677+whose name does not start with the host triplet. If you think this
2678+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
32772679 ac_tool_warned=yes ;;
32782680 esac
32792681 CC=$ac_ct_CC
@@ -3286,10 +2688,10 @@ if test -z "$CC"; then
32862688 if test -n "$ac_tool_prefix"; then
32872689 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
32882690 set dummy ${ac_tool_prefix}cc; ac_word=$2
3289-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3290-$as_echo_n "checking for $ac_word... " >&6; }
3291-if ${ac_cv_prog_CC+:} false; then :
3292- $as_echo_n "(cached) " >&6
2691+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2692+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2693+if test "${ac_cv_prog_CC+set}" = set; then
2694+ echo $ECHO_N "(cached) $ECHO_C" >&6
32932695 else
32942696 if test -n "$CC"; then
32952697 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -3299,25 +2701,25 @@ for as_dir in $PATH
32992701 do
33002702 IFS=$as_save_IFS
33012703 test -z "$as_dir" && as_dir=.
3302- for ac_exec_ext in '' $ac_executable_extensions; do
2704+ for ac_exec_ext in '' $ac_executable_extensions; do
33032705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33042706 ac_cv_prog_CC="${ac_tool_prefix}cc"
3305- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2707+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33062708 break 2
33072709 fi
33082710 done
3309- done
2711+done
33102712 IFS=$as_save_IFS
33112713
33122714 fi
33132715 fi
33142716 CC=$ac_cv_prog_CC
33152717 if test -n "$CC"; then
3316- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3317-$as_echo "$CC" >&6; }
2718+ { echo "$as_me:$LINENO: result: $CC" >&5
2719+echo "${ECHO_T}$CC" >&6; }
33182720 else
3319- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3320-$as_echo "no" >&6; }
2721+ { echo "$as_me:$LINENO: result: no" >&5
2722+echo "${ECHO_T}no" >&6; }
33212723 fi
33222724
33232725
@@ -3326,10 +2728,10 @@ fi
33262728 if test -z "$CC"; then
33272729 # Extract the first word of "cc", so it can be a program name with args.
33282730 set dummy cc; ac_word=$2
3329-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3330-$as_echo_n "checking for $ac_word... " >&6; }
3331-if ${ac_cv_prog_CC+:} false; then :
3332- $as_echo_n "(cached) " >&6
2731+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2732+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2733+if test "${ac_cv_prog_CC+set}" = set; then
2734+ echo $ECHO_N "(cached) $ECHO_C" >&6
33332735 else
33342736 if test -n "$CC"; then
33352737 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -3340,18 +2742,18 @@ for as_dir in $PATH
33402742 do
33412743 IFS=$as_save_IFS
33422744 test -z "$as_dir" && as_dir=.
3343- for ac_exec_ext in '' $ac_executable_extensions; do
2745+ for ac_exec_ext in '' $ac_executable_extensions; do
33442746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33452747 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
33462748 ac_prog_rejected=yes
33472749 continue
33482750 fi
33492751 ac_cv_prog_CC="cc"
3350- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2752+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33512753 break 2
33522754 fi
33532755 done
3354- done
2756+done
33552757 IFS=$as_save_IFS
33562758
33572759 if test $ac_prog_rejected = yes; then
@@ -3370,11 +2772,11 @@ fi
33702772 fi
33712773 CC=$ac_cv_prog_CC
33722774 if test -n "$CC"; then
3373- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3374-$as_echo "$CC" >&6; }
2775+ { echo "$as_me:$LINENO: result: $CC" >&5
2776+echo "${ECHO_T}$CC" >&6; }
33752777 else
3376- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3377-$as_echo "no" >&6; }
2778+ { echo "$as_me:$LINENO: result: no" >&5
2779+echo "${ECHO_T}no" >&6; }
33782780 fi
33792781
33802782
@@ -3385,10 +2787,10 @@ if test -z "$CC"; then
33852787 do
33862788 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
33872789 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3388-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3389-$as_echo_n "checking for $ac_word... " >&6; }
3390-if ${ac_cv_prog_CC+:} false; then :
3391- $as_echo_n "(cached) " >&6
2790+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2791+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2792+if test "${ac_cv_prog_CC+set}" = set; then
2793+ echo $ECHO_N "(cached) $ECHO_C" >&6
33922794 else
33932795 if test -n "$CC"; then
33942796 ac_cv_prog_CC="$CC" # Let the user override the test.
@@ -3398,25 +2800,25 @@ for as_dir in $PATH
33982800 do
33992801 IFS=$as_save_IFS
34002802 test -z "$as_dir" && as_dir=.
3401- for ac_exec_ext in '' $ac_executable_extensions; do
2803+ for ac_exec_ext in '' $ac_executable_extensions; do
34022804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34032805 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3404- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2806+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34052807 break 2
34062808 fi
34072809 done
3408- done
2810+done
34092811 IFS=$as_save_IFS
34102812
34112813 fi
34122814 fi
34132815 CC=$ac_cv_prog_CC
34142816 if test -n "$CC"; then
3415- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3416-$as_echo "$CC" >&6; }
2817+ { echo "$as_me:$LINENO: result: $CC" >&5
2818+echo "${ECHO_T}$CC" >&6; }
34172819 else
3418- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3419-$as_echo "no" >&6; }
2820+ { echo "$as_me:$LINENO: result: no" >&5
2821+echo "${ECHO_T}no" >&6; }
34202822 fi
34212823
34222824
@@ -3429,10 +2831,10 @@ if test -z "$CC"; then
34292831 do
34302832 # Extract the first word of "$ac_prog", so it can be a program name with args.
34312833 set dummy $ac_prog; ac_word=$2
3432-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3433-$as_echo_n "checking for $ac_word... " >&6; }
3434-if ${ac_cv_prog_ac_ct_CC+:} false; then :
3435- $as_echo_n "(cached) " >&6
2834+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2835+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2836+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2837+ echo $ECHO_N "(cached) $ECHO_C" >&6
34362838 else
34372839 if test -n "$ac_ct_CC"; then
34382840 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
@@ -3442,25 +2844,25 @@ for as_dir in $PATH
34422844 do
34432845 IFS=$as_save_IFS
34442846 test -z "$as_dir" && as_dir=.
3445- for ac_exec_ext in '' $ac_executable_extensions; do
2847+ for ac_exec_ext in '' $ac_executable_extensions; do
34462848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
34472849 ac_cv_prog_ac_ct_CC="$ac_prog"
3448- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2850+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34492851 break 2
34502852 fi
34512853 done
3452- done
2854+done
34532855 IFS=$as_save_IFS
34542856
34552857 fi
34562858 fi
34572859 ac_ct_CC=$ac_cv_prog_ac_ct_CC
34582860 if test -n "$ac_ct_CC"; then
3459- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3460-$as_echo "$ac_ct_CC" >&6; }
2861+ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2862+echo "${ECHO_T}$ac_ct_CC" >&6; }
34612863 else
3462- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3463-$as_echo "no" >&6; }
2864+ { echo "$as_me:$LINENO: result: no" >&5
2865+echo "${ECHO_T}no" >&6; }
34642866 fi
34652867
34662868
@@ -3472,8 +2874,12 @@ done
34722874 else
34732875 case $cross_compiling:$ac_tool_warned in
34742876 yes:)
3475-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3476-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2877+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2878+whose name does not start with the host triplet. If you think this
2879+configuration is useful to you, please write to autoconf@gnu.org." >&5
2880+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2881+whose name does not start with the host triplet. If you think this
2882+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
34772883 ac_tool_warned=yes ;;
34782884 esac
34792885 CC=$ac_ct_CC
@@ -3483,37 +2889,51 @@ fi
34832889 fi
34842890
34852891
3486-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3487-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3488-as_fn_error $? "no acceptable C compiler found in \$PATH
3489-See \`config.log' for more details" "$LINENO" 5; }
2892+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2893+See \`config.log' for more details." >&5
2894+echo "$as_me: error: no acceptable C compiler found in \$PATH
2895+See \`config.log' for more details." >&2;}
2896+ { (exit 1); exit 1; }; }
34902897
34912898 # Provide some information about the compiler.
3492-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3493-set X $ac_compile
3494-ac_compiler=$2
3495-for ac_option in --version -v -V -qversion; do
3496- { { ac_try="$ac_compiler $ac_option >&5"
2899+echo "$as_me:$LINENO: checking for C compiler version" >&5
2900+ac_compiler=`set X $ac_compile; echo $2`
2901+{ (ac_try="$ac_compiler --version >&5"
34972902 case "(($ac_try" in
34982903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34992904 *) ac_try_echo=$ac_try;;
35002905 esac
3501-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3502-$as_echo "$ac_try_echo"; } >&5
3503- (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2906+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2907+ (eval "$ac_compiler --version >&5") 2>&5
35042908 ac_status=$?
3505- if test -s conftest.err; then
3506- sed '10a\
3507-... rest of stderr output deleted ...
3508- 10q' conftest.err >conftest.er1
3509- cat conftest.er1 >&5
3510- fi
3511- rm -f conftest.er1 conftest.err
3512- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3513- test $ac_status = 0; }
3514-done
2909+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2910+ (exit $ac_status); }
2911+{ (ac_try="$ac_compiler -v >&5"
2912+case "(($ac_try" in
2913+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2914+ *) ac_try_echo=$ac_try;;
2915+esac
2916+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2917+ (eval "$ac_compiler -v >&5") 2>&5
2918+ ac_status=$?
2919+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2920+ (exit $ac_status); }
2921+{ (ac_try="$ac_compiler -V >&5"
2922+case "(($ac_try" in
2923+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2924+ *) ac_try_echo=$ac_try;;
2925+esac
2926+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2927+ (eval "$ac_compiler -V >&5") 2>&5
2928+ ac_status=$?
2929+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2930+ (exit $ac_status); }
35152931
3516-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2932+cat >conftest.$ac_ext <<_ACEOF
2933+/* confdefs.h. */
2934+_ACEOF
2935+cat confdefs.h >>conftest.$ac_ext
2936+cat >>conftest.$ac_ext <<_ACEOF
35172937 /* end confdefs.h. */
35182938
35192939 int
@@ -3525,38 +2945,42 @@ main ()
35252945 }
35262946 _ACEOF
35272947 ac_clean_files_save=$ac_clean_files
3528-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2948+ac_clean_files="$ac_clean_files a.out a.exe b.out"
35292949 # Try to create an executable without -o first, disregard a.out.
35302950 # It will help us diagnose broken compilers, and finding out an intuition
35312951 # of exeext.
3532-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3533-$as_echo_n "checking whether the C compiler works... " >&6; }
3534-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3535-
3536-# The possible output files:
3537-ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3538-
2952+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2953+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2954+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2955+#
2956+# List of possible output files, starting from the most likely.
2957+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2958+# only as a last resort. b.out is created by i960 compilers.
2959+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2960+#
2961+# The IRIX 6 linker writes into existing files which may not be
2962+# executable, retaining their permissions. Remove them first so a
2963+# subsequent execution test works.
35392964 ac_rmfiles=
35402965 for ac_file in $ac_files
35412966 do
35422967 case $ac_file in
3543- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2968+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
35442969 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
35452970 esac
35462971 done
35472972 rm -f $ac_rmfiles
35482973
3549-if { { ac_try="$ac_link_default"
2974+if { (ac_try="$ac_link_default"
35502975 case "(($ac_try" in
35512976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35522977 *) ac_try_echo=$ac_try;;
35532978 esac
3554-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3555-$as_echo "$ac_try_echo"; } >&5
2979+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35562980 (eval "$ac_link_default") 2>&5
35572981 ac_status=$?
3558- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3559- test $ac_status = 0; }; then :
2982+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
2983+ (exit $ac_status); }; then
35602984 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
35612985 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
35622986 # in a Makefile. We should not override ac_cv_exeext if it was cached,
@@ -3566,14 +2990,14 @@ for ac_file in $ac_files ''
35662990 do
35672991 test -f "$ac_file" || continue
35682992 case $ac_file in
3569- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2993+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
35702994 ;;
35712995 [ab].out )
35722996 # We found the default executable, but exeext='' is most
35732997 # certainly right.
35742998 break;;
35752999 *.* )
3576- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3000+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
35773001 then :; else
35783002 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
35793003 fi
@@ -3592,41 +3016,78 @@ test "$ac_cv_exeext" = no && ac_cv_exeext=
35923016 else
35933017 ac_file=''
35943018 fi
3595-if test -z "$ac_file"; then :
3596- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3597-$as_echo "no" >&6; }
3598-$as_echo "$as_me: failed program was:" >&5
3019+
3020+{ echo "$as_me:$LINENO: result: $ac_file" >&5
3021+echo "${ECHO_T}$ac_file" >&6; }
3022+if test -z "$ac_file"; then
3023+ echo "$as_me: failed program was:" >&5
35993024 sed 's/^/| /' conftest.$ac_ext >&5
36003025
3601-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3602-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3603-as_fn_error 77 "C compiler cannot create executables
3604-See \`config.log' for more details" "$LINENO" 5; }
3605-else
3606- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3607-$as_echo "yes" >&6; }
3026+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
3027+See \`config.log' for more details." >&5
3028+echo "$as_me: error: C compiler cannot create executables
3029+See \`config.log' for more details." >&2;}
3030+ { (exit 77); exit 77; }; }
36083031 fi
3609-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3610-$as_echo_n "checking for C compiler default output file name... " >&6; }
3611-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3612-$as_echo "$ac_file" >&6; }
3032+
36133033 ac_exeext=$ac_cv_exeext
36143034
3615-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3035+# Check that the compiler produces executables we can run. If not, either
3036+# the compiler is broken, or we cross compile.
3037+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3038+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
3039+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3040+# If not cross compiling, check that we can run a simple program.
3041+if test "$cross_compiling" != yes; then
3042+ if { ac_try='./$ac_file'
3043+ { (case "(($ac_try" in
3044+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3045+ *) ac_try_echo=$ac_try;;
3046+esac
3047+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3048+ (eval "$ac_try") 2>&5
3049+ ac_status=$?
3050+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3051+ (exit $ac_status); }; }; then
3052+ cross_compiling=no
3053+ else
3054+ if test "$cross_compiling" = maybe; then
3055+ cross_compiling=yes
3056+ else
3057+ { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3058+If you meant to cross compile, use \`--host'.
3059+See \`config.log' for more details." >&5
3060+echo "$as_me: error: cannot run C compiled programs.
3061+If you meant to cross compile, use \`--host'.
3062+See \`config.log' for more details." >&2;}
3063+ { (exit 1); exit 1; }; }
3064+ fi
3065+ fi
3066+fi
3067+{ echo "$as_me:$LINENO: result: yes" >&5
3068+echo "${ECHO_T}yes" >&6; }
3069+
3070+rm -f a.out a.exe conftest$ac_cv_exeext b.out
36163071 ac_clean_files=$ac_clean_files_save
3617-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3618-$as_echo_n "checking for suffix of executables... " >&6; }
3619-if { { ac_try="$ac_link"
3072+# Check that the compiler produces executables we can run. If not, either
3073+# the compiler is broken, or we cross compile.
3074+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3075+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3076+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
3077+echo "${ECHO_T}$cross_compiling" >&6; }
3078+
3079+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
3080+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3081+if { (ac_try="$ac_link"
36203082 case "(($ac_try" in
36213083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36223084 *) ac_try_echo=$ac_try;;
36233085 esac
3624-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3625-$as_echo "$ac_try_echo"; } >&5
3086+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36263087 (eval "$ac_link") 2>&5
36273088 ac_status=$?
3628- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3629- test $ac_status = 0; }; then :
3089+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3090+ (exit $ac_status); }; then
36303091 # If both `conftest.exe' and `conftest' are `present' (well, observable)
36313092 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
36323093 # work properly (i.e., refer to `conftest.exe'), while it won't with
@@ -3634,90 +3095,37 @@ $as_echo "$ac_try_echo"; } >&5
36343095 for ac_file in conftest.exe conftest conftest.*; do
36353096 test -f "$ac_file" || continue
36363097 case $ac_file in
3637- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3098+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
36383099 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
36393100 break;;
36403101 * ) break;;
36413102 esac
36423103 done
36433104 else
3644- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3645-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3646-as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3647-See \`config.log' for more details" "$LINENO" 5; }
3105+ { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3106+See \`config.log' for more details." >&5
3107+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3108+See \`config.log' for more details." >&2;}
3109+ { (exit 1); exit 1; }; }
36483110 fi
3649-rm -f conftest conftest$ac_cv_exeext
3650-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3651-$as_echo "$ac_cv_exeext" >&6; }
3111+
3112+rm -f conftest$ac_cv_exeext
3113+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3114+echo "${ECHO_T}$ac_cv_exeext" >&6; }
36523115
36533116 rm -f conftest.$ac_ext
36543117 EXEEXT=$ac_cv_exeext
36553118 ac_exeext=$EXEEXT
3656-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3657-/* end confdefs.h. */
3658-#include <stdio.h>
3659-int
3660-main ()
3661-{
3662-FILE *f = fopen ("conftest.out", "w");
3663- return ferror (f) || fclose (f) != 0;
3664-
3665- ;
3666- return 0;
3667-}
3668-_ACEOF
3669-ac_clean_files="$ac_clean_files conftest.out"
3670-# Check that the compiler produces executables we can run. If not, either
3671-# the compiler is broken, or we cross compile.
3672-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3673-$as_echo_n "checking whether we are cross compiling... " >&6; }
3674-if test "$cross_compiling" != yes; then
3675- { { ac_try="$ac_link"
3676-case "(($ac_try" in
3677- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3678- *) ac_try_echo=$ac_try;;
3679-esac
3680-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3681-$as_echo "$ac_try_echo"; } >&5
3682- (eval "$ac_link") 2>&5
3683- ac_status=$?
3684- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3685- test $ac_status = 0; }
3686- if { ac_try='./conftest$ac_cv_exeext'
3687- { { case "(($ac_try" in
3688- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3689- *) ac_try_echo=$ac_try;;
3690-esac
3691-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3692-$as_echo "$ac_try_echo"; } >&5
3693- (eval "$ac_try") 2>&5
3694- ac_status=$?
3695- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3696- test $ac_status = 0; }; }; then
3697- cross_compiling=no
3698- else
3699- if test "$cross_compiling" = maybe; then
3700- cross_compiling=yes
3701- else
3702- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3703-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3704-as_fn_error $? "cannot run C compiled programs.
3705-If you meant to cross compile, use \`--host'.
3706-See \`config.log' for more details" "$LINENO" 5; }
3707- fi
3708- fi
3709-fi
3710-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3711-$as_echo "$cross_compiling" >&6; }
3712-
3713-rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3714-ac_clean_files=$ac_clean_files_save
3715-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3716-$as_echo_n "checking for suffix of object files... " >&6; }
3717-if ${ac_cv_objext+:} false; then :
3718- $as_echo_n "(cached) " >&6
3119+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
3120+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3121+if test "${ac_cv_objext+set}" = set; then
3122+ echo $ECHO_N "(cached) $ECHO_C" >&6
37193123 else
3720- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3124+ cat >conftest.$ac_ext <<_ACEOF
3125+/* confdefs.h. */
3126+_ACEOF
3127+cat confdefs.h >>conftest.$ac_ext
3128+cat >>conftest.$ac_ext <<_ACEOF
37213129 /* end confdefs.h. */
37223130
37233131 int
@@ -3729,46 +3137,51 @@ main ()
37293137 }
37303138 _ACEOF
37313139 rm -f conftest.o conftest.obj
3732-if { { ac_try="$ac_compile"
3140+if { (ac_try="$ac_compile"
37333141 case "(($ac_try" in
37343142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37353143 *) ac_try_echo=$ac_try;;
37363144 esac
3737-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3738-$as_echo "$ac_try_echo"; } >&5
3145+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37393146 (eval "$ac_compile") 2>&5
37403147 ac_status=$?
3741- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3742- test $ac_status = 0; }; then :
3148+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3149+ (exit $ac_status); }; then
37433150 for ac_file in conftest.o conftest.obj conftest.*; do
37443151 test -f "$ac_file" || continue;
37453152 case $ac_file in
3746- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3153+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
37473154 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
37483155 break;;
37493156 esac
37503157 done
37513158 else
3752- $as_echo "$as_me: failed program was:" >&5
3159+ echo "$as_me: failed program was:" >&5
37533160 sed 's/^/| /' conftest.$ac_ext >&5
37543161
3755-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3756-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3757-as_fn_error $? "cannot compute suffix of object files: cannot compile
3758-See \`config.log' for more details" "$LINENO" 5; }
3162+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3163+See \`config.log' for more details." >&5
3164+echo "$as_me: error: cannot compute suffix of object files: cannot compile
3165+See \`config.log' for more details." >&2;}
3166+ { (exit 1); exit 1; }; }
37593167 fi
3168+
37603169 rm -f conftest.$ac_cv_objext conftest.$ac_ext
37613170 fi
3762-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3763-$as_echo "$ac_cv_objext" >&6; }
3171+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3172+echo "${ECHO_T}$ac_cv_objext" >&6; }
37643173 OBJEXT=$ac_cv_objext
37653174 ac_objext=$OBJEXT
3766-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3767-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3768-if ${ac_cv_c_compiler_gnu+:} false; then :
3769- $as_echo_n "(cached) " >&6
3175+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3176+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
3177+if test "${ac_cv_c_compiler_gnu+set}" = set; then
3178+ echo $ECHO_N "(cached) $ECHO_C" >&6
37703179 else
3771- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3180+ cat >conftest.$ac_ext <<_ACEOF
3181+/* confdefs.h. */
3182+_ACEOF
3183+cat confdefs.h >>conftest.$ac_ext
3184+cat >>conftest.$ac_ext <<_ACEOF
37723185 /* end confdefs.h. */
37733186
37743187 int
@@ -3782,34 +3195,54 @@ main ()
37823195 return 0;
37833196 }
37843197 _ACEOF
3785-if ac_fn_c_try_compile "$LINENO"; then :
3198+rm -f conftest.$ac_objext
3199+if { (ac_try="$ac_compile"
3200+case "(($ac_try" in
3201+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3202+ *) ac_try_echo=$ac_try;;
3203+esac
3204+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3205+ (eval "$ac_compile") 2>conftest.er1
3206+ ac_status=$?
3207+ grep -v '^ *+' conftest.er1 >conftest.err
3208+ rm -f conftest.er1
3209+ cat conftest.err >&5
3210+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3211+ (exit $ac_status); } && {
3212+ test -z "$ac_c_werror_flag" ||
3213+ test ! -s conftest.err
3214+ } && test -s conftest.$ac_objext; then
37863215 ac_compiler_gnu=yes
37873216 else
3788- ac_compiler_gnu=no
3217+ echo "$as_me: failed program was:" >&5
3218+sed 's/^/| /' conftest.$ac_ext >&5
3219+
3220+ ac_compiler_gnu=no
37893221 fi
3222+
37903223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37913224 ac_cv_c_compiler_gnu=$ac_compiler_gnu
37923225
37933226 fi
3794-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3795-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3796-if test $ac_compiler_gnu = yes; then
3797- GCC=yes
3798-else
3799- GCC=
3800-fi
3227+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3228+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3229+GCC=`test $ac_compiler_gnu = yes && echo yes`
38013230 ac_test_CFLAGS=${CFLAGS+set}
38023231 ac_save_CFLAGS=$CFLAGS
3803-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3804-$as_echo_n "checking whether $CC accepts -g... " >&6; }
3805-if ${ac_cv_prog_cc_g+:} false; then :
3806- $as_echo_n "(cached) " >&6
3232+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3233+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
3234+if test "${ac_cv_prog_cc_g+set}" = set; then
3235+ echo $ECHO_N "(cached) $ECHO_C" >&6
38073236 else
38083237 ac_save_c_werror_flag=$ac_c_werror_flag
38093238 ac_c_werror_flag=yes
38103239 ac_cv_prog_cc_g=no
38113240 CFLAGS="-g"
3812- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241+ cat >conftest.$ac_ext <<_ACEOF
3242+/* confdefs.h. */
3243+_ACEOF
3244+cat confdefs.h >>conftest.$ac_ext
3245+cat >>conftest.$ac_ext <<_ACEOF
38133246 /* end confdefs.h. */
38143247
38153248 int
@@ -3820,11 +3253,34 @@ main ()
38203253 return 0;
38213254 }
38223255 _ACEOF
3823-if ac_fn_c_try_compile "$LINENO"; then :
3256+rm -f conftest.$ac_objext
3257+if { (ac_try="$ac_compile"
3258+case "(($ac_try" in
3259+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3260+ *) ac_try_echo=$ac_try;;
3261+esac
3262+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3263+ (eval "$ac_compile") 2>conftest.er1
3264+ ac_status=$?
3265+ grep -v '^ *+' conftest.er1 >conftest.err
3266+ rm -f conftest.er1
3267+ cat conftest.err >&5
3268+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269+ (exit $ac_status); } && {
3270+ test -z "$ac_c_werror_flag" ||
3271+ test ! -s conftest.err
3272+ } && test -s conftest.$ac_objext; then
38243273 ac_cv_prog_cc_g=yes
38253274 else
3826- CFLAGS=""
3827- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3275+ echo "$as_me: failed program was:" >&5
3276+sed 's/^/| /' conftest.$ac_ext >&5
3277+
3278+ CFLAGS=""
3279+ cat >conftest.$ac_ext <<_ACEOF
3280+/* confdefs.h. */
3281+_ACEOF
3282+cat confdefs.h >>conftest.$ac_ext
3283+cat >>conftest.$ac_ext <<_ACEOF
38283284 /* end confdefs.h. */
38293285
38303286 int
@@ -3835,12 +3291,35 @@ main ()
38353291 return 0;
38363292 }
38373293 _ACEOF
3838-if ac_fn_c_try_compile "$LINENO"; then :
3839-
3294+rm -f conftest.$ac_objext
3295+if { (ac_try="$ac_compile"
3296+case "(($ac_try" in
3297+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298+ *) ac_try_echo=$ac_try;;
3299+esac
3300+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3301+ (eval "$ac_compile") 2>conftest.er1
3302+ ac_status=$?
3303+ grep -v '^ *+' conftest.er1 >conftest.err
3304+ rm -f conftest.er1
3305+ cat conftest.err >&5
3306+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3307+ (exit $ac_status); } && {
3308+ test -z "$ac_c_werror_flag" ||
3309+ test ! -s conftest.err
3310+ } && test -s conftest.$ac_objext; then
3311+ :
38403312 else
3841- ac_c_werror_flag=$ac_save_c_werror_flag
3313+ echo "$as_me: failed program was:" >&5
3314+sed 's/^/| /' conftest.$ac_ext >&5
3315+
3316+ ac_c_werror_flag=$ac_save_c_werror_flag
38423317 CFLAGS="-g"
3843- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3318+ cat >conftest.$ac_ext <<_ACEOF
3319+/* confdefs.h. */
3320+_ACEOF
3321+cat confdefs.h >>conftest.$ac_ext
3322+cat >>conftest.$ac_ext <<_ACEOF
38443323 /* end confdefs.h. */
38453324
38463325 int
@@ -3851,18 +3330,42 @@ main ()
38513330 return 0;
38523331 }
38533332 _ACEOF
3854-if ac_fn_c_try_compile "$LINENO"; then :
3333+rm -f conftest.$ac_objext
3334+if { (ac_try="$ac_compile"
3335+case "(($ac_try" in
3336+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3337+ *) ac_try_echo=$ac_try;;
3338+esac
3339+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3340+ (eval "$ac_compile") 2>conftest.er1
3341+ ac_status=$?
3342+ grep -v '^ *+' conftest.er1 >conftest.err
3343+ rm -f conftest.er1
3344+ cat conftest.err >&5
3345+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346+ (exit $ac_status); } && {
3347+ test -z "$ac_c_werror_flag" ||
3348+ test ! -s conftest.err
3349+ } && test -s conftest.$ac_objext; then
38553350 ac_cv_prog_cc_g=yes
3351+else
3352+ echo "$as_me: failed program was:" >&5
3353+sed 's/^/| /' conftest.$ac_ext >&5
3354+
3355+
38563356 fi
3357+
38573358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38583359 fi
3360+
38593361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38603362 fi
3363+
38613364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38623365 ac_c_werror_flag=$ac_save_c_werror_flag
38633366 fi
3864-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3865-$as_echo "$ac_cv_prog_cc_g" >&6; }
3367+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3368+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
38663369 if test "$ac_test_CFLAGS" = set; then
38673370 CFLAGS=$ac_save_CFLAGS
38683371 elif test $ac_cv_prog_cc_g = yes; then
@@ -3878,14 +3381,18 @@ else
38783381 CFLAGS=
38793382 fi
38803383 fi
3881-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3882-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3883-if ${ac_cv_prog_cc_c89+:} false; then :
3884- $as_echo_n "(cached) " >&6
3384+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3385+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3386+if test "${ac_cv_prog_cc_c89+set}" = set; then
3387+ echo $ECHO_N "(cached) $ECHO_C" >&6
38853388 else
38863389 ac_cv_prog_cc_c89=no
38873390 ac_save_CC=$CC
3888-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3391+cat >conftest.$ac_ext <<_ACEOF
3392+/* confdefs.h. */
3393+_ACEOF
3394+cat confdefs.h >>conftest.$ac_ext
3395+cat >>conftest.$ac_ext <<_ACEOF
38893396 /* end confdefs.h. */
38903397 #include <stdarg.h>
38913398 #include <stdio.h>
@@ -3942,9 +3449,31 @@ for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
39423449 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
39433450 do
39443451 CC="$ac_save_CC $ac_arg"
3945- if ac_fn_c_try_compile "$LINENO"; then :
3452+ rm -f conftest.$ac_objext
3453+if { (ac_try="$ac_compile"
3454+case "(($ac_try" in
3455+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3456+ *) ac_try_echo=$ac_try;;
3457+esac
3458+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3459+ (eval "$ac_compile") 2>conftest.er1
3460+ ac_status=$?
3461+ grep -v '^ *+' conftest.er1 >conftest.err
3462+ rm -f conftest.er1
3463+ cat conftest.err >&5
3464+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465+ (exit $ac_status); } && {
3466+ test -z "$ac_c_werror_flag" ||
3467+ test ! -s conftest.err
3468+ } && test -s conftest.$ac_objext; then
39463469 ac_cv_prog_cc_c89=$ac_arg
3470+else
3471+ echo "$as_me: failed program was:" >&5
3472+sed 's/^/| /' conftest.$ac_ext >&5
3473+
3474+
39473475 fi
3476+
39483477 rm -f core conftest.err conftest.$ac_objext
39493478 test "x$ac_cv_prog_cc_c89" != "xno" && break
39503479 done
@@ -3955,19 +3484,17 @@ fi
39553484 # AC_CACHE_VAL
39563485 case "x$ac_cv_prog_cc_c89" in
39573486 x)
3958- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3959-$as_echo "none needed" >&6; } ;;
3487+ { echo "$as_me:$LINENO: result: none needed" >&5
3488+echo "${ECHO_T}none needed" >&6; } ;;
39603489 xno)
3961- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3962-$as_echo "unsupported" >&6; } ;;
3490+ { echo "$as_me:$LINENO: result: unsupported" >&5
3491+echo "${ECHO_T}unsupported" >&6; } ;;
39633492 *)
39643493 CC="$CC $ac_cv_prog_cc_c89"
3965- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3966-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3494+ { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3495+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
39673496 esac
3968-if test "x$ac_cv_prog_cc_c89" != xno; then :
39693497
3970-fi
39713498
39723499 ac_ext=c
39733500 ac_cpp='$CPP $CPPFLAGS'
@@ -3986,8 +3513,8 @@ am__doit:
39863513 .PHONY: am__doit
39873514 END
39883515 # If we don't find an include directive, just comment out the code.
3989-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3990-$as_echo_n "checking for style of include used by $am_make... " >&6; }
3516+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3517+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
39913518 am__include="#"
39923519 am__quote=
39933520 _am_result=none
@@ -4014,12 +3541,12 @@ if test "$am__include" = "#"; then
40143541 fi
40153542
40163543
4017-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4018-$as_echo "$_am_result" >&6; }
3544+{ echo "$as_me:$LINENO: result: $_am_result" >&5
3545+echo "${ECHO_T}$_am_result" >&6; }
40193546 rm -f confinc confmf
40203547
40213548 # Check whether --enable-dependency-tracking was given.
4022-if test "${enable_dependency_tracking+set}" = set; then :
3549+if test "${enable_dependency_tracking+set}" = set; then
40233550 enableval=$enable_dependency_tracking;
40243551 fi
40253552
@@ -4039,10 +3566,10 @@ fi
40393566
40403567 depcc="$CC" am_compiler_list=
40413568
4042-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4043-$as_echo_n "checking dependency style of $depcc... " >&6; }
4044-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4045- $as_echo_n "(cached) " >&6
3569+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3570+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3571+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3572+ echo $ECHO_N "(cached) $ECHO_C" >&6
40463573 else
40473574 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
40483575 # We make a subdir and do the tests there. Otherwise we can end up
@@ -4130,8 +3657,8 @@ else
41303657 fi
41313658
41323659 fi
4133-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4134-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3660+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3661+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
41353662 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
41363663
41373664 if
@@ -4145,38 +3672,117 @@ else
41453672 fi
41463673
41473674
4148-
4149-
4150-
4151-# Check whether --enable-shared was given.
4152-if test "${enable_shared+set}" = set; then :
4153- enableval=$enable_shared; p=${PACKAGE-default}
4154- case $enableval in
4155- yes) enable_shared=yes ;;
4156- no) enable_shared=no ;;
4157- *)
4158- enable_shared=no
4159- # Look at the argument we got. We use all the common list separators.
4160- lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4161- for pkg in $enableval; do
4162- IFS="$lt_save_ifs"
4163- if test "X$pkg" = "X$p"; then
4164- enable_shared=yes
4165- fi
4166- done
4167- IFS="$lt_save_ifs"
4168- ;;
4169- esac
3675+# Find a good install program. We prefer a C program (faster),
3676+# so one script is as good as another. But avoid the broken or
3677+# incompatible versions:
3678+# SysV /etc/install, /usr/sbin/install
3679+# SunOS /usr/etc/install
3680+# IRIX /sbin/install
3681+# AIX /bin/install
3682+# AmigaOS /C/install, which installs bootblocks on floppy discs
3683+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3684+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3685+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3686+# OS/2's system install, which has a completely different semantic
3687+# ./install, which can be erroneously created by make from ./install.sh.
3688+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3689+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
3690+if test -z "$INSTALL"; then
3691+if test "${ac_cv_path_install+set}" = set; then
3692+ echo $ECHO_N "(cached) $ECHO_C" >&6
41703693 else
4171- enable_shared=yes
4172-fi
4173-
4174-
4175-# Check whether --enable-static was given.
4176-if test "${enable_static+set}" = set; then :
4177- enableval=$enable_static; p=${PACKAGE-default}
4178- case $enableval in
4179- yes) enable_static=yes ;;
3694+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3695+for as_dir in $PATH
3696+do
3697+ IFS=$as_save_IFS
3698+ test -z "$as_dir" && as_dir=.
3699+ # Account for people who put trailing slashes in PATH elements.
3700+case $as_dir/ in
3701+ ./ | .// | /cC/* | \
3702+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3703+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3704+ /usr/ucb/* ) ;;
3705+ *)
3706+ # OSF1 and SCO ODT 3.0 have their own names for install.
3707+ # Don't use installbsd from OSF since it installs stuff as root
3708+ # by default.
3709+ for ac_prog in ginstall scoinst install; do
3710+ for ac_exec_ext in '' $ac_executable_extensions; do
3711+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3712+ if test $ac_prog = install &&
3713+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3714+ # AIX install. It has an incompatible calling convention.
3715+ :
3716+ elif test $ac_prog = install &&
3717+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3718+ # program-specific install script used by HP pwplus--don't use.
3719+ :
3720+ else
3721+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3722+ break 3
3723+ fi
3724+ fi
3725+ done
3726+ done
3727+ ;;
3728+esac
3729+done
3730+IFS=$as_save_IFS
3731+
3732+
3733+fi
3734+ if test "${ac_cv_path_install+set}" = set; then
3735+ INSTALL=$ac_cv_path_install
3736+ else
3737+ # As a last resort, use the slow shell script. Don't cache a
3738+ # value for INSTALL within a source directory, because that will
3739+ # break other packages using the cache if that directory is
3740+ # removed, or if the value is a relative name.
3741+ INSTALL=$ac_install_sh
3742+ fi
3743+fi
3744+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
3745+echo "${ECHO_T}$INSTALL" >&6; }
3746+
3747+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3748+# It thinks the first close brace ends the variable substitution.
3749+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3750+
3751+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3752+
3753+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3754+
3755+
3756+
3757+# Check whether --enable-shared was given.
3758+if test "${enable_shared+set}" = set; then
3759+ enableval=$enable_shared; p=${PACKAGE-default}
3760+ case $enableval in
3761+ yes) enable_shared=yes ;;
3762+ no) enable_shared=no ;;
3763+ *)
3764+ enable_shared=no
3765+ # Look at the argument we got. We use all the common list separators.
3766+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3767+ for pkg in $enableval; do
3768+ IFS="$lt_save_ifs"
3769+ if test "X$pkg" = "X$p"; then
3770+ enable_shared=yes
3771+ fi
3772+ done
3773+ IFS="$lt_save_ifs"
3774+ ;;
3775+ esac
3776+else
3777+ enable_shared=yes
3778+fi
3779+
3780+
3781+# Check whether --enable-static was given.
3782+if test "${enable_static+set}" = set; then
3783+ enableval=$enable_static; p=${PACKAGE-default}
3784+ case $enableval in
3785+ yes) enable_static=yes ;;
41803786 no) enable_static=no ;;
41813787 *)
41823788 enable_static=no
@@ -4197,7 +3803,7 @@ fi
41973803
41983804
41993805 # Check whether --enable-fast-install was given.
4200-if test "${enable_fast_install+set}" = set; then :
3806+if test "${enable_fast_install+set}" = set; then
42013807 enableval=$enable_fast_install; p=${PACKAGE-default}
42023808 case $enableval in
42033809 yes) enable_fast_install=yes ;;
@@ -4220,10 +3826,10 @@ else
42203826 fi
42213827
42223828
4223-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4224-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4225-if ${lt_cv_path_SED+:} false; then :
4226- $as_echo_n "(cached) " >&6
3829+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3830+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
3831+if test "${lt_cv_path_SED+set}" = set; then
3832+ echo $ECHO_N "(cached) $ECHO_C" >&6
42273833 else
42283834 # Loop through the user's path and test for sed and gsed.
42293835 # Then use that list of sed's as ones to test for truncation.
@@ -4276,43 +3882,48 @@ fi
42763882
42773883 SED=$lt_cv_path_SED
42783884
4279-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
4280-$as_echo "$SED" >&6; }
3885+{ echo "$as_me:$LINENO: result: $SED" >&5
3886+echo "${ECHO_T}$SED" >&6; }
42813887
4282-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4283-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4284-if ${ac_cv_path_GREP+:} false; then :
4285- $as_echo_n "(cached) " >&6
3888+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
3889+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
3890+if test "${ac_cv_path_GREP+set}" = set; then
3891+ echo $ECHO_N "(cached) $ECHO_C" >&6
3892+else
3893+ # Extract the first word of "grep ggrep" to use in msg output
3894+if test -z "$GREP"; then
3895+set dummy grep ggrep; ac_prog_name=$2
3896+if test "${ac_cv_path_GREP+set}" = set; then
3897+ echo $ECHO_N "(cached) $ECHO_C" >&6
42863898 else
4287- if test -z "$GREP"; then
42883899 ac_path_GREP_found=false
4289- # Loop through the user's path and test for each of PROGNAME-LIST
4290- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3900+# Loop through the user's path and test for each of PROGNAME-LIST
3901+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42913902 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
42923903 do
42933904 IFS=$as_save_IFS
42943905 test -z "$as_dir" && as_dir=.
4295- for ac_prog in grep ggrep; do
4296- for ac_exec_ext in '' $ac_executable_extensions; do
4297- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4298- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4299-# Check for GNU ac_path_GREP and select it if it is found.
3906+ for ac_prog in grep ggrep; do
3907+ for ac_exec_ext in '' $ac_executable_extensions; do
3908+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3909+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3910+ # Check for GNU ac_path_GREP and select it if it is found.
43003911 # Check for GNU $ac_path_GREP
43013912 case `"$ac_path_GREP" --version 2>&1` in
43023913 *GNU*)
43033914 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
43043915 *)
43053916 ac_count=0
4306- $as_echo_n 0123456789 >"conftest.in"
3917+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
43073918 while :
43083919 do
43093920 cat "conftest.in" "conftest.in" >"conftest.tmp"
43103921 mv "conftest.tmp" "conftest.in"
43113922 cp "conftest.in" "conftest.nl"
4312- $as_echo 'GREP' >> "conftest.nl"
3923+ echo 'GREP' >> "conftest.nl"
43133924 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
43143925 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4315- as_fn_arith $ac_count + 1 && ac_count=$as_val
3926+ ac_count=`expr $ac_count + 1`
43163927 if test $ac_count -gt ${ac_path_GREP_max-0}; then
43173928 # Best one so far, save it but keep looking for a better one
43183929 ac_cv_path_GREP="$ac_path_GREP"
@@ -4324,61 +3935,77 @@ case `"$ac_path_GREP" --version 2>&1` in
43243935 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
43253936 esac
43263937
4327- $ac_path_GREP_found && break 3
4328- done
4329- done
3938+
3939+ $ac_path_GREP_found && break 3
43303940 done
3941+done
3942+
3943+done
43313944 IFS=$as_save_IFS
4332- if test -z "$ac_cv_path_GREP"; then
4333- as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4334- fi
3945+
3946+
3947+fi
3948+
3949+GREP="$ac_cv_path_GREP"
3950+if test -z "$GREP"; then
3951+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
3952+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
3953+ { (exit 1); exit 1; }; }
3954+fi
3955+
43353956 else
43363957 ac_cv_path_GREP=$GREP
43373958 fi
43383959
3960+
43393961 fi
4340-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4341-$as_echo "$ac_cv_path_GREP" >&6; }
3962+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
3963+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
43423964 GREP="$ac_cv_path_GREP"
43433965
43443966
4345-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4346-$as_echo_n "checking for egrep... " >&6; }
4347-if ${ac_cv_path_EGREP+:} false; then :
4348- $as_echo_n "(cached) " >&6
3967+{ echo "$as_me:$LINENO: checking for egrep" >&5
3968+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
3969+if test "${ac_cv_path_EGREP+set}" = set; then
3970+ echo $ECHO_N "(cached) $ECHO_C" >&6
43493971 else
43503972 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
43513973 then ac_cv_path_EGREP="$GREP -E"
43523974 else
4353- if test -z "$EGREP"; then
3975+ # Extract the first word of "egrep" to use in msg output
3976+if test -z "$EGREP"; then
3977+set dummy egrep; ac_prog_name=$2
3978+if test "${ac_cv_path_EGREP+set}" = set; then
3979+ echo $ECHO_N "(cached) $ECHO_C" >&6
3980+else
43543981 ac_path_EGREP_found=false
4355- # Loop through the user's path and test for each of PROGNAME-LIST
4356- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3982+# Loop through the user's path and test for each of PROGNAME-LIST
3983+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43573984 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
43583985 do
43593986 IFS=$as_save_IFS
43603987 test -z "$as_dir" && as_dir=.
4361- for ac_prog in egrep; do
4362- for ac_exec_ext in '' $ac_executable_extensions; do
4363- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4364- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4365-# Check for GNU ac_path_EGREP and select it if it is found.
3988+ for ac_prog in egrep; do
3989+ for ac_exec_ext in '' $ac_executable_extensions; do
3990+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3991+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3992+ # Check for GNU ac_path_EGREP and select it if it is found.
43663993 # Check for GNU $ac_path_EGREP
43673994 case `"$ac_path_EGREP" --version 2>&1` in
43683995 *GNU*)
43693996 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
43703997 *)
43713998 ac_count=0
4372- $as_echo_n 0123456789 >"conftest.in"
3999+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
43734000 while :
43744001 do
43754002 cat "conftest.in" "conftest.in" >"conftest.tmp"
43764003 mv "conftest.tmp" "conftest.in"
43774004 cp "conftest.in" "conftest.nl"
4378- $as_echo 'EGREP' >> "conftest.nl"
4005+ echo 'EGREP' >> "conftest.nl"
43794006 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
43804007 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4381- as_fn_arith $ac_count + 1 && ac_count=$as_val
4008+ ac_count=`expr $ac_count + 1`
43824009 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
43834010 # Best one so far, save it but keep looking for a better one
43844011 ac_cv_path_EGREP="$ac_path_EGREP"
@@ -4390,28 +4017,39 @@ case `"$ac_path_EGREP" --version 2>&1` in
43904017 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
43914018 esac
43924019
4393- $ac_path_EGREP_found && break 3
4394- done
4395- done
4020+
4021+ $ac_path_EGREP_found && break 3
43964022 done
4023+done
4024+
4025+done
43974026 IFS=$as_save_IFS
4398- if test -z "$ac_cv_path_EGREP"; then
4399- as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4400- fi
4027+
4028+
4029+fi
4030+
4031+EGREP="$ac_cv_path_EGREP"
4032+if test -z "$EGREP"; then
4033+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4034+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4035+ { (exit 1); exit 1; }; }
4036+fi
4037+
44014038 else
44024039 ac_cv_path_EGREP=$EGREP
44034040 fi
44044041
4042+
44054043 fi
44064044 fi
4407-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4408-$as_echo "$ac_cv_path_EGREP" >&6; }
4045+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4046+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
44094047 EGREP="$ac_cv_path_EGREP"
44104048
44114049
44124050
44134051 # Check whether --with-gnu-ld was given.
4414-if test "${with_gnu_ld+set}" = set; then :
4052+if test "${with_gnu_ld+set}" = set; then
44154053 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
44164054 else
44174055 with_gnu_ld=no
@@ -4420,8 +4058,8 @@ fi
44204058 ac_prog=ld
44214059 if test "$GCC" = yes; then
44224060 # Check if gcc -print-prog-name=ld gives a path.
4423- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4424-$as_echo_n "checking for ld used by $CC... " >&6; }
4061+ { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4062+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
44254063 case $host in
44264064 *-*-mingw*)
44274065 # gcc leaves a trailing carriage return which upsets mingw
@@ -4450,14 +4088,14 @@ $as_echo_n "checking for ld used by $CC... " >&6; }
44504088 ;;
44514089 esac
44524090 elif test "$with_gnu_ld" = yes; then
4453- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4454-$as_echo_n "checking for GNU ld... " >&6; }
4091+ { echo "$as_me:$LINENO: checking for GNU ld" >&5
4092+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
44554093 else
4456- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4457-$as_echo_n "checking for non-GNU ld... " >&6; }
4094+ { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4095+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
44584096 fi
4459-if ${lt_cv_path_LD+:} false; then :
4460- $as_echo_n "(cached) " >&6
4097+if test "${lt_cv_path_LD+set}" = set; then
4098+ echo $ECHO_N "(cached) $ECHO_C" >&6
44614099 else
44624100 if test -z "$LD"; then
44634101 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
@@ -4487,17 +4125,19 @@ fi
44874125
44884126 LD="$lt_cv_path_LD"
44894127 if test -n "$LD"; then
4490- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4491-$as_echo "$LD" >&6; }
4128+ { echo "$as_me:$LINENO: result: $LD" >&5
4129+echo "${ECHO_T}$LD" >&6; }
44924130 else
4493- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4494-$as_echo "no" >&6; }
4131+ { echo "$as_me:$LINENO: result: no" >&5
4132+echo "${ECHO_T}no" >&6; }
44954133 fi
4496-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4497-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4498-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4499-if ${lt_cv_prog_gnu_ld+:} false; then :
4500- $as_echo_n "(cached) " >&6
4134+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4135+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4136+ { (exit 1); exit 1; }; }
4137+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4138+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
4139+if test "${lt_cv_prog_gnu_ld+set}" = set; then
4140+ echo $ECHO_N "(cached) $ECHO_C" >&6
45014141 else
45024142 # I'd rather use --version here, but apparently some GNU lds only accept -v.
45034143 case `$LD -v 2>&1 </dev/null` in
@@ -4509,20 +4149,20 @@ case `$LD -v 2>&1 </dev/null` in
45094149 ;;
45104150 esac
45114151 fi
4512-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4513-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4152+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4153+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
45144154 with_gnu_ld=$lt_cv_prog_gnu_ld
45154155
45164156
4517-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4518-$as_echo_n "checking for $LD option to reload object files... " >&6; }
4519-if ${lt_cv_ld_reload_flag+:} false; then :
4520- $as_echo_n "(cached) " >&6
4157+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4158+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
4159+if test "${lt_cv_ld_reload_flag+set}" = set; then
4160+ echo $ECHO_N "(cached) $ECHO_C" >&6
45214161 else
45224162 lt_cv_ld_reload_flag='-r'
45234163 fi
4524-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4525-$as_echo "$lt_cv_ld_reload_flag" >&6; }
4164+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4165+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
45264166 reload_flag=$lt_cv_ld_reload_flag
45274167 case $reload_flag in
45284168 "" | " "*) ;;
@@ -4539,10 +4179,10 @@ case $host_os in
45394179 ;;
45404180 esac
45414181
4542-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD-compatible nm" >&5
4543-$as_echo_n "checking for BSD-compatible nm... " >&6; }
4544-if ${lt_cv_path_NM+:} false; then :
4545- $as_echo_n "(cached) " >&6
4182+{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4183+echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
4184+if test "${lt_cv_path_NM+set}" = set; then
4185+ echo $ECHO_N "(cached) $ECHO_C" >&6
45464186 else
45474187 if test -n "$NM"; then
45484188 # Let the user override the test.
@@ -4588,25 +4228,25 @@ else
45884228 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
45894229 fi
45904230 fi
4591-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4592-$as_echo "$lt_cv_path_NM" >&6; }
4231+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4232+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
45934233 NM="$lt_cv_path_NM"
45944234
4595-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4596-$as_echo_n "checking whether ln -s works... " >&6; }
4235+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
4236+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
45974237 LN_S=$as_ln_s
45984238 if test "$LN_S" = "ln -s"; then
4599- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4600-$as_echo "yes" >&6; }
4239+ { echo "$as_me:$LINENO: result: yes" >&5
4240+echo "${ECHO_T}yes" >&6; }
46014241 else
4602- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4603-$as_echo "no, using $LN_S" >&6; }
4242+ { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4243+echo "${ECHO_T}no, using $LN_S" >&6; }
46044244 fi
46054245
4606-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4607-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
4608-if ${lt_cv_deplibs_check_method+:} false; then :
4609- $as_echo_n "(cached) " >&6
4246+{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4247+echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
4248+if test "${lt_cv_deplibs_check_method+set}" = set; then
4249+ echo $ECHO_N "(cached) $ECHO_C" >&6
46104250 else
46114251 lt_cv_file_magic_cmd='$MAGIC_CMD'
46124252 lt_cv_file_magic_test_file=
@@ -4789,8 +4429,8 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
47894429 esac
47904430
47914431 fi
4792-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4793-$as_echo "$lt_cv_deplibs_check_method" >&6; }
4432+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4433+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
47944434 file_magic_cmd=$lt_cv_file_magic_cmd
47954435 deplibs_check_method=$lt_cv_deplibs_check_method
47964436 test -z "$deplibs_check_method" && deplibs_check_method=unknown
@@ -4809,7 +4449,7 @@ compiler=$CC
48094449
48104450
48114451 # Check whether --enable-libtool-lock was given.
4812-if test "${enable_libtool_lock+set}" = set; then :
4452+if test "${enable_libtool_lock+set}" = set; then
48134453 enableval=$enable_libtool_lock;
48144454 fi
48154455
@@ -4821,11 +4461,11 @@ case $host in
48214461 ia64-*-hpux*)
48224462 # Find out which ABI we are using.
48234463 echo 'int i;' > conftest.$ac_ext
4824- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
4464+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
48254465 (eval $ac_compile) 2>&5
48264466 ac_status=$?
4827- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4828- test $ac_status = 0; }; then
4467+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468+ (exit $ac_status); }; then
48294469 case `/usr/bin/file conftest.$ac_objext` in
48304470 *ELF-32*)
48314471 HPUX_IA64_MODE="32"
@@ -4839,12 +4479,12 @@ ia64-*-hpux*)
48394479 ;;
48404480 *-*-irix6*)
48414481 # Find out which ABI we are using.
4842- echo '#line 4842 "configure"' > conftest.$ac_ext
4843- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
4482+ echo '#line 4482 "configure"' > conftest.$ac_ext
4483+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
48444484 (eval $ac_compile) 2>&5
48454485 ac_status=$?
4846- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4847- test $ac_status = 0; }; then
4486+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4487+ (exit $ac_status); }; then
48484488 if test "$lt_cv_prog_gnu_ld" = yes; then
48494489 case `/usr/bin/file conftest.$ac_objext` in
48504490 *32-bit*)
@@ -4878,11 +4518,11 @@ x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
48784518 s390*-*linux*|sparc*-*linux*)
48794519 # Find out which ABI we are using.
48804520 echo 'int i;' > conftest.$ac_ext
4881- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
4521+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
48824522 (eval $ac_compile) 2>&5
48834523 ac_status=$?
4884- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4885- test $ac_status = 0; }; then
4524+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4525+ (exit $ac_status); }; then
48864526 case `/usr/bin/file conftest.o` in
48874527 *32-bit*)
48884528 case $host in
@@ -4931,10 +4571,10 @@ s390*-*linux*|sparc*-*linux*)
49314571 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
49324572 SAVE_CFLAGS="$CFLAGS"
49334573 CFLAGS="$CFLAGS -belf"
4934- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
4935-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
4936-if ${lt_cv_cc_needs_belf+:} false; then :
4937- $as_echo_n "(cached) " >&6
4574+ { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4575+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
4576+if test "${lt_cv_cc_needs_belf+set}" = set; then
4577+ echo $ECHO_N "(cached) $ECHO_C" >&6
49384578 else
49394579 ac_ext=c
49404580 ac_cpp='$CPP $CPPFLAGS'
@@ -4942,7 +4582,11 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49424582 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49434583 ac_compiler_gnu=$ac_cv_c_compiler_gnu
49444584
4945- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4585+ cat >conftest.$ac_ext <<_ACEOF
4586+/* confdefs.h. */
4587+_ACEOF
4588+cat confdefs.h >>conftest.$ac_ext
4589+cat >>conftest.$ac_ext <<_ACEOF
49464590 /* end confdefs.h. */
49474591
49484592 int
@@ -4953,13 +4597,34 @@ main ()
49534597 return 0;
49544598 }
49554599 _ACEOF
4956-if ac_fn_c_try_link "$LINENO"; then :
4600+rm -f conftest.$ac_objext conftest$ac_exeext
4601+if { (ac_try="$ac_link"
4602+case "(($ac_try" in
4603+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4604+ *) ac_try_echo=$ac_try;;
4605+esac
4606+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4607+ (eval "$ac_link") 2>conftest.er1
4608+ ac_status=$?
4609+ grep -v '^ *+' conftest.er1 >conftest.err
4610+ rm -f conftest.er1
4611+ cat conftest.err >&5
4612+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4613+ (exit $ac_status); } && {
4614+ test -z "$ac_c_werror_flag" ||
4615+ test ! -s conftest.err
4616+ } && test -s conftest$ac_exeext &&
4617+ $as_test_x conftest$ac_exeext; then
49574618 lt_cv_cc_needs_belf=yes
49584619 else
4959- lt_cv_cc_needs_belf=no
4620+ echo "$as_me: failed program was:" >&5
4621+sed 's/^/| /' conftest.$ac_ext >&5
4622+
4623+ lt_cv_cc_needs_belf=no
49604624 fi
4961-rm -f core conftest.err conftest.$ac_objext \
4962- conftest$ac_exeext conftest.$ac_ext
4625+
4626+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4627+ conftest$ac_exeext conftest.$ac_ext
49634628 ac_ext=c
49644629 ac_cpp='$CPP $CPPFLAGS'
49654630 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -4967,8 +4632,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
49674632 ac_compiler_gnu=$ac_cv_c_compiler_gnu
49684633
49694634 fi
4970-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
4971-$as_echo "$lt_cv_cc_needs_belf" >&6; }
4635+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4636+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
49724637 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
49734638 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
49744639 CFLAGS="$SAVE_CFLAGS"
@@ -4977,11 +4642,11 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
49774642 sparc*-*solaris*)
49784643 # Find out which ABI we are using.
49794644 echo 'int i;' > conftest.$ac_ext
4980- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
4645+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
49814646 (eval $ac_compile) 2>&5
49824647 ac_status=$?
4983- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4984- test $ac_status = 0; }; then
4648+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4649+ (exit $ac_status); }; then
49854650 case `/usr/bin/file conftest.o` in
49864651 *64-bit*)
49874652 case $lt_cv_prog_gnu_ld in
@@ -5009,15 +4674,15 @@ ac_cpp='$CPP $CPPFLAGS'
50094674 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50104675 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50114676 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5012-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5013-$as_echo_n "checking how to run the C preprocessor... " >&6; }
4677+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4678+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
50144679 # On Suns, sometimes $CPP names a directory.
50154680 if test -n "$CPP" && test -d "$CPP"; then
50164681 CPP=
50174682 fi
50184683 if test -z "$CPP"; then
5019- if ${ac_cv_prog_CPP+:} false; then :
5020- $as_echo_n "(cached) " >&6
4684+ if test "${ac_cv_prog_CPP+set}" = set; then
4685+ echo $ECHO_N "(cached) $ECHO_C" >&6
50214686 else
50224687 # Double quotes because CPP needs to be expanded
50234688 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
@@ -5031,7 +4696,11 @@ do
50314696 # <limits.h> exists even on freestanding compilers.
50324697 # On the NeXT, cc -E runs the code through the compiler's parser,
50334698 # not just through cpp. "Syntax error" is here to catch this case.
5034- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4699+ cat >conftest.$ac_ext <<_ACEOF
4700+/* confdefs.h. */
4701+_ACEOF
4702+cat confdefs.h >>conftest.$ac_ext
4703+cat >>conftest.$ac_ext <<_ACEOF
50354704 /* end confdefs.h. */
50364705 #ifdef __STDC__
50374706 # include <limits.h>
@@ -5040,34 +4709,76 @@ do
50404709 #endif
50414710 Syntax error
50424711 _ACEOF
5043-if ac_fn_c_try_cpp "$LINENO"; then :
5044-
4712+if { (ac_try="$ac_cpp conftest.$ac_ext"
4713+case "(($ac_try" in
4714+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4715+ *) ac_try_echo=$ac_try;;
4716+esac
4717+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4718+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4719+ ac_status=$?
4720+ grep -v '^ *+' conftest.er1 >conftest.err
4721+ rm -f conftest.er1
4722+ cat conftest.err >&5
4723+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4724+ (exit $ac_status); } >/dev/null && {
4725+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4726+ test ! -s conftest.err
4727+ }; then
4728+ :
50454729 else
4730+ echo "$as_me: failed program was:" >&5
4731+sed 's/^/| /' conftest.$ac_ext >&5
4732+
50464733 # Broken: fails on valid input.
50474734 continue
50484735 fi
5049-rm -f conftest.err conftest.i conftest.$ac_ext
4736+
4737+rm -f conftest.err conftest.$ac_ext
50504738
50514739 # OK, works on sane cases. Now check whether nonexistent headers
50524740 # can be detected and how.
5053- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4741+ cat >conftest.$ac_ext <<_ACEOF
4742+/* confdefs.h. */
4743+_ACEOF
4744+cat confdefs.h >>conftest.$ac_ext
4745+cat >>conftest.$ac_ext <<_ACEOF
50544746 /* end confdefs.h. */
50554747 #include <ac_nonexistent.h>
50564748 _ACEOF
5057-if ac_fn_c_try_cpp "$LINENO"; then :
4749+if { (ac_try="$ac_cpp conftest.$ac_ext"
4750+case "(($ac_try" in
4751+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4752+ *) ac_try_echo=$ac_try;;
4753+esac
4754+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4755+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4756+ ac_status=$?
4757+ grep -v '^ *+' conftest.er1 >conftest.err
4758+ rm -f conftest.er1
4759+ cat conftest.err >&5
4760+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4761+ (exit $ac_status); } >/dev/null && {
4762+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4763+ test ! -s conftest.err
4764+ }; then
50584765 # Broken: success on invalid input.
50594766 continue
50604767 else
4768+ echo "$as_me: failed program was:" >&5
4769+sed 's/^/| /' conftest.$ac_ext >&5
4770+
50614771 # Passes both tests.
50624772 ac_preproc_ok=:
50634773 break
50644774 fi
5065-rm -f conftest.err conftest.i conftest.$ac_ext
4775+
4776+rm -f conftest.err conftest.$ac_ext
50664777
50674778 done
50684779 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5069-rm -f conftest.i conftest.err conftest.$ac_ext
5070-if $ac_preproc_ok; then :
4780+rm -f conftest.err conftest.$ac_ext
4781+if $ac_preproc_ok; then
50714782 break
50724783 fi
50734784
@@ -5079,8 +4790,8 @@ fi
50794790 else
50804791 ac_cv_prog_CPP=$CPP
50814792 fi
5082-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5083-$as_echo "$CPP" >&6; }
4793+{ echo "$as_me:$LINENO: result: $CPP" >&5
4794+echo "${ECHO_T}$CPP" >&6; }
50844795 ac_preproc_ok=false
50854796 for ac_c_preproc_warn_flag in '' yes
50864797 do
@@ -5090,7 +4801,11 @@ do
50904801 # <limits.h> exists even on freestanding compilers.
50914802 # On the NeXT, cc -E runs the code through the compiler's parser,
50924803 # not just through cpp. "Syntax error" is here to catch this case.
5093- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4804+ cat >conftest.$ac_ext <<_ACEOF
4805+/* confdefs.h. */
4806+_ACEOF
4807+cat confdefs.h >>conftest.$ac_ext
4808+cat >>conftest.$ac_ext <<_ACEOF
50944809 /* end confdefs.h. */
50954810 #ifdef __STDC__
50964811 # include <limits.h>
@@ -5099,40 +4814,83 @@ do
50994814 #endif
51004815 Syntax error
51014816 _ACEOF
5102-if ac_fn_c_try_cpp "$LINENO"; then :
5103-
4817+if { (ac_try="$ac_cpp conftest.$ac_ext"
4818+case "(($ac_try" in
4819+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4820+ *) ac_try_echo=$ac_try;;
4821+esac
4822+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4823+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4824+ ac_status=$?
4825+ grep -v '^ *+' conftest.er1 >conftest.err
4826+ rm -f conftest.er1
4827+ cat conftest.err >&5
4828+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829+ (exit $ac_status); } >/dev/null && {
4830+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4831+ test ! -s conftest.err
4832+ }; then
4833+ :
51044834 else
4835+ echo "$as_me: failed program was:" >&5
4836+sed 's/^/| /' conftest.$ac_ext >&5
4837+
51054838 # Broken: fails on valid input.
51064839 continue
51074840 fi
5108-rm -f conftest.err conftest.i conftest.$ac_ext
4841+
4842+rm -f conftest.err conftest.$ac_ext
51094843
51104844 # OK, works on sane cases. Now check whether nonexistent headers
51114845 # can be detected and how.
5112- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4846+ cat >conftest.$ac_ext <<_ACEOF
4847+/* confdefs.h. */
4848+_ACEOF
4849+cat confdefs.h >>conftest.$ac_ext
4850+cat >>conftest.$ac_ext <<_ACEOF
51134851 /* end confdefs.h. */
51144852 #include <ac_nonexistent.h>
51154853 _ACEOF
5116-if ac_fn_c_try_cpp "$LINENO"; then :
4854+if { (ac_try="$ac_cpp conftest.$ac_ext"
4855+case "(($ac_try" in
4856+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4857+ *) ac_try_echo=$ac_try;;
4858+esac
4859+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4860+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4861+ ac_status=$?
4862+ grep -v '^ *+' conftest.er1 >conftest.err
4863+ rm -f conftest.er1
4864+ cat conftest.err >&5
4865+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
4866+ (exit $ac_status); } >/dev/null && {
4867+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4868+ test ! -s conftest.err
4869+ }; then
51174870 # Broken: success on invalid input.
51184871 continue
51194872 else
4873+ echo "$as_me: failed program was:" >&5
4874+sed 's/^/| /' conftest.$ac_ext >&5
4875+
51204876 # Passes both tests.
51214877 ac_preproc_ok=:
51224878 break
51234879 fi
5124-rm -f conftest.err conftest.i conftest.$ac_ext
4880+
4881+rm -f conftest.err conftest.$ac_ext
51254882
51264883 done
51274884 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5128-rm -f conftest.i conftest.err conftest.$ac_ext
5129-if $ac_preproc_ok; then :
5130-
4885+rm -f conftest.err conftest.$ac_ext
4886+if $ac_preproc_ok; then
4887+ :
51314888 else
5132- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5133-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5134-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5135-See \`config.log' for more details" "$LINENO" 5; }
4889+ { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4890+See \`config.log' for more details." >&5
4891+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4892+See \`config.log' for more details." >&2;}
4893+ { (exit 1); exit 1; }; }
51364894 fi
51374895
51384896 ac_ext=c
@@ -5142,12 +4900,16 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
51424900 ac_compiler_gnu=$ac_cv_c_compiler_gnu
51434901
51444902
5145-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5146-$as_echo_n "checking for ANSI C header files... " >&6; }
5147-if ${ac_cv_header_stdc+:} false; then :
5148- $as_echo_n "(cached) " >&6
4903+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4904+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
4905+if test "${ac_cv_header_stdc+set}" = set; then
4906+ echo $ECHO_N "(cached) $ECHO_C" >&6
51494907 else
5150- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4908+ cat >conftest.$ac_ext <<_ACEOF
4909+/* confdefs.h. */
4910+_ACEOF
4911+cat confdefs.h >>conftest.$ac_ext
4912+cat >>conftest.$ac_ext <<_ACEOF
51514913 /* end confdefs.h. */
51524914 #include <stdlib.h>
51534915 #include <stdarg.h>
@@ -5162,23 +4924,47 @@ main ()
51624924 return 0;
51634925 }
51644926 _ACEOF
5165-if ac_fn_c_try_compile "$LINENO"; then :
4927+rm -f conftest.$ac_objext
4928+if { (ac_try="$ac_compile"
4929+case "(($ac_try" in
4930+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4931+ *) ac_try_echo=$ac_try;;
4932+esac
4933+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4934+ (eval "$ac_compile") 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); } && {
4941+ test -z "$ac_c_werror_flag" ||
4942+ test ! -s conftest.err
4943+ } && test -s conftest.$ac_objext; then
51664944 ac_cv_header_stdc=yes
51674945 else
5168- ac_cv_header_stdc=no
4946+ echo "$as_me: failed program was:" >&5
4947+sed 's/^/| /' conftest.$ac_ext >&5
4948+
4949+ ac_cv_header_stdc=no
51694950 fi
4951+
51704952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51714953
51724954 if test $ac_cv_header_stdc = yes; then
51734955 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5174- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4956+ cat >conftest.$ac_ext <<_ACEOF
4957+/* confdefs.h. */
4958+_ACEOF
4959+cat confdefs.h >>conftest.$ac_ext
4960+cat >>conftest.$ac_ext <<_ACEOF
51754961 /* end confdefs.h. */
51764962 #include <string.h>
51774963
51784964 _ACEOF
51794965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5180- $EGREP "memchr" >/dev/null 2>&1; then :
5181-
4966+ $EGREP "memchr" >/dev/null 2>&1; then
4967+ :
51824968 else
51834969 ac_cv_header_stdc=no
51844970 fi
@@ -5188,14 +4974,18 @@ fi
51884974
51894975 if test $ac_cv_header_stdc = yes; then
51904976 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5191- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4977+ cat >conftest.$ac_ext <<_ACEOF
4978+/* confdefs.h. */
4979+_ACEOF
4980+cat confdefs.h >>conftest.$ac_ext
4981+cat >>conftest.$ac_ext <<_ACEOF
51924982 /* end confdefs.h. */
51934983 #include <stdlib.h>
51944984
51954985 _ACEOF
51964986 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5197- $EGREP "free" >/dev/null 2>&1; then :
5198-
4987+ $EGREP "free" >/dev/null 2>&1; then
4988+ :
51994989 else
52004990 ac_cv_header_stdc=no
52014991 fi
@@ -5205,10 +4995,14 @@ fi
52054995
52064996 if test $ac_cv_header_stdc = yes; then
52074997 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5208- if test "$cross_compiling" = yes; then :
4998+ if test "$cross_compiling" = yes; then
52094999 :
52105000 else
5211- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5001+ cat >conftest.$ac_ext <<_ACEOF
5002+/* confdefs.h. */
5003+_ACEOF
5004+cat confdefs.h >>conftest.$ac_ext
5005+cat >>conftest.$ac_ext <<_ACEOF
52125006 /* end confdefs.h. */
52135007 #include <ctype.h>
52145008 #include <stdlib.h>
@@ -5235,72 +5029,283 @@ main ()
52355029 return 0;
52365030 }
52375031 _ACEOF
5238-if ac_fn_c_try_run "$LINENO"; then :
5239-
5032+rm -f conftest$ac_exeext
5033+if { (ac_try="$ac_link"
5034+case "(($ac_try" in
5035+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5036+ *) ac_try_echo=$ac_try;;
5037+esac
5038+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5039+ (eval "$ac_link") 2>&5
5040+ ac_status=$?
5041+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5043+ { (case "(($ac_try" in
5044+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5045+ *) ac_try_echo=$ac_try;;
5046+esac
5047+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5048+ (eval "$ac_try") 2>&5
5049+ ac_status=$?
5050+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5051+ (exit $ac_status); }; }; then
5052+ :
52405053 else
5241- ac_cv_header_stdc=no
5054+ echo "$as_me: program exited with status $ac_status" >&5
5055+echo "$as_me: failed program was:" >&5
5056+sed 's/^/| /' conftest.$ac_ext >&5
5057+
5058+( exit $ac_status )
5059+ac_cv_header_stdc=no
52425060 fi
5243-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5244- conftest.$ac_objext conftest.beam conftest.$ac_ext
5061+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
52455062 fi
52465063
5064+
52475065 fi
52485066 fi
5249-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5250-$as_echo "$ac_cv_header_stdc" >&6; }
5067+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5068+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
52515069 if test $ac_cv_header_stdc = yes; then
52525070
5253-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5071+cat >>confdefs.h <<\_ACEOF
5072+#define STDC_HEADERS 1
5073+_ACEOF
52545074
52555075 fi
52565076
52575077 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5078+
5079+
5080+
5081+
5082+
5083+
5084+
5085+
5086+
52585087 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
52595088 inttypes.h stdint.h unistd.h
5260-do :
5261- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5262-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5263-"
5264-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5265- cat >>confdefs.h <<_ACEOF
5266-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5089+do
5090+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5091+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
5092+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5093+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5094+ echo $ECHO_N "(cached) $ECHO_C" >&6
5095+else
5096+ cat >conftest.$ac_ext <<_ACEOF
5097+/* confdefs.h. */
52675098 _ACEOF
5099+cat confdefs.h >>conftest.$ac_ext
5100+cat >>conftest.$ac_ext <<_ACEOF
5101+/* end confdefs.h. */
5102+$ac_includes_default
52685103
5269-fi
5270-
5271-done
5104+#include <$ac_header>
5105+_ACEOF
5106+rm -f conftest.$ac_objext
5107+if { (ac_try="$ac_compile"
5108+case "(($ac_try" in
5109+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5110+ *) ac_try_echo=$ac_try;;
5111+esac
5112+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5113+ (eval "$ac_compile") 2>conftest.er1
5114+ ac_status=$?
5115+ grep -v '^ *+' conftest.er1 >conftest.err
5116+ rm -f conftest.er1
5117+ cat conftest.err >&5
5118+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5119+ (exit $ac_status); } && {
5120+ test -z "$ac_c_werror_flag" ||
5121+ test ! -s conftest.err
5122+ } && test -s conftest.$ac_objext; then
5123+ eval "$as_ac_Header=yes"
5124+else
5125+ echo "$as_me: failed program was:" >&5
5126+sed 's/^/| /' conftest.$ac_ext >&5
52725127
5128+ eval "$as_ac_Header=no"
5129+fi
52735130
5274-for ac_header in dlfcn.h
5275-do :
5276- ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
5277-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
5131+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5132+fi
5133+ac_res=`eval echo '${'$as_ac_Header'}'`
5134+ { echo "$as_me:$LINENO: result: $ac_res" >&5
5135+echo "${ECHO_T}$ac_res" >&6; }
5136+if test `eval echo '${'$as_ac_Header'}'` = yes; then
52785137 cat >>confdefs.h <<_ACEOF
5279-#define HAVE_DLFCN_H 1
5138+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
52805139 _ACEOF
52815140
52825141 fi
52835142
52845143 done
52855144
5286-ac_ext=cpp
5287-ac_cpp='$CXXCPP $CPPFLAGS'
5288-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5289-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5290-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5291-if test -z "$CXX"; then
5292- if test -n "$CCC"; then
5293- CXX=$CCC
5294- else
5295- if test -n "$ac_tool_prefix"; then
5145+
5146+
5147+for ac_header in dlfcn.h
5148+do
5149+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5150+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5151+ { echo "$as_me:$LINENO: checking for $ac_header" >&5
5152+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5153+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5154+ echo $ECHO_N "(cached) $ECHO_C" >&6
5155+fi
5156+ac_res=`eval echo '${'$as_ac_Header'}'`
5157+ { echo "$as_me:$LINENO: result: $ac_res" >&5
5158+echo "${ECHO_T}$ac_res" >&6; }
5159+else
5160+ # Is the header compilable?
5161+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
5162+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5163+cat >conftest.$ac_ext <<_ACEOF
5164+/* confdefs.h. */
5165+_ACEOF
5166+cat confdefs.h >>conftest.$ac_ext
5167+cat >>conftest.$ac_ext <<_ACEOF
5168+/* end confdefs.h. */
5169+$ac_includes_default
5170+#include <$ac_header>
5171+_ACEOF
5172+rm -f conftest.$ac_objext
5173+if { (ac_try="$ac_compile"
5174+case "(($ac_try" in
5175+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5176+ *) ac_try_echo=$ac_try;;
5177+esac
5178+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5179+ (eval "$ac_compile") 2>conftest.er1
5180+ ac_status=$?
5181+ grep -v '^ *+' conftest.er1 >conftest.err
5182+ rm -f conftest.er1
5183+ cat conftest.err >&5
5184+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5185+ (exit $ac_status); } && {
5186+ test -z "$ac_c_werror_flag" ||
5187+ test ! -s conftest.err
5188+ } && test -s conftest.$ac_objext; then
5189+ ac_header_compiler=yes
5190+else
5191+ echo "$as_me: failed program was:" >&5
5192+sed 's/^/| /' conftest.$ac_ext >&5
5193+
5194+ ac_header_compiler=no
5195+fi
5196+
5197+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5198+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5199+echo "${ECHO_T}$ac_header_compiler" >&6; }
5200+
5201+# Is the header present?
5202+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
5203+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5204+cat >conftest.$ac_ext <<_ACEOF
5205+/* confdefs.h. */
5206+_ACEOF
5207+cat confdefs.h >>conftest.$ac_ext
5208+cat >>conftest.$ac_ext <<_ACEOF
5209+/* end confdefs.h. */
5210+#include <$ac_header>
5211+_ACEOF
5212+if { (ac_try="$ac_cpp conftest.$ac_ext"
5213+case "(($ac_try" in
5214+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5215+ *) ac_try_echo=$ac_try;;
5216+esac
5217+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5218+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5219+ ac_status=$?
5220+ grep -v '^ *+' conftest.er1 >conftest.err
5221+ rm -f conftest.er1
5222+ cat conftest.err >&5
5223+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224+ (exit $ac_status); } >/dev/null && {
5225+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5226+ test ! -s conftest.err
5227+ }; then
5228+ ac_header_preproc=yes
5229+else
5230+ echo "$as_me: failed program was:" >&5
5231+sed 's/^/| /' conftest.$ac_ext >&5
5232+
5233+ ac_header_preproc=no
5234+fi
5235+
5236+rm -f conftest.err conftest.$ac_ext
5237+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5238+echo "${ECHO_T}$ac_header_preproc" >&6; }
5239+
5240+# So? What about this header?
5241+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5242+ yes:no: )
5243+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5244+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5245+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5246+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5247+ ac_header_preproc=yes
5248+ ;;
5249+ no:yes:* )
5250+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5251+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5252+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5253+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5254+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5255+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5256+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5257+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5258+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5259+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5260+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5261+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5262+ ( cat <<\_ASBOX
5263+## ---------------------------------------- ##
5264+## Report this to konn@users.sourceforge.jp ##
5265+## ---------------------------------------- ##
5266+_ASBOX
5267+ ) | sed "s/^/$as_me: WARNING: /" >&2
5268+ ;;
5269+esac
5270+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
5271+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5272+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5273+ echo $ECHO_N "(cached) $ECHO_C" >&6
5274+else
5275+ eval "$as_ac_Header=\$ac_header_preproc"
5276+fi
5277+ac_res=`eval echo '${'$as_ac_Header'}'`
5278+ { echo "$as_me:$LINENO: result: $ac_res" >&5
5279+echo "${ECHO_T}$ac_res" >&6; }
5280+
5281+fi
5282+if test `eval echo '${'$as_ac_Header'}'` = yes; then
5283+ cat >>confdefs.h <<_ACEOF
5284+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5285+_ACEOF
5286+
5287+fi
5288+
5289+done
5290+
5291+ac_ext=cpp
5292+ac_cpp='$CXXCPP $CPPFLAGS'
5293+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5294+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5295+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5296+if test -z "$CXX"; then
5297+ if test -n "$CCC"; then
5298+ CXX=$CCC
5299+ else
5300+ if test -n "$ac_tool_prefix"; then
52965301 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
52975302 do
52985303 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
52995304 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5300-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301-$as_echo_n "checking for $ac_word... " >&6; }
5302-if ${ac_cv_prog_CXX+:} false; then :
5303- $as_echo_n "(cached) " >&6
5305+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5306+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5307+if test "${ac_cv_prog_CXX+set}" = set; then
5308+ echo $ECHO_N "(cached) $ECHO_C" >&6
53045309 else
53055310 if test -n "$CXX"; then
53065311 ac_cv_prog_CXX="$CXX" # Let the user override the test.
@@ -5310,25 +5315,25 @@ for as_dir in $PATH
53105315 do
53115316 IFS=$as_save_IFS
53125317 test -z "$as_dir" && as_dir=.
5313- for ac_exec_ext in '' $ac_executable_extensions; do
5318+ for ac_exec_ext in '' $ac_executable_extensions; do
53145319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53155320 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5316- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5321+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53175322 break 2
53185323 fi
53195324 done
5320- done
5325+done
53215326 IFS=$as_save_IFS
53225327
53235328 fi
53245329 fi
53255330 CXX=$ac_cv_prog_CXX
53265331 if test -n "$CXX"; then
5327- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5328-$as_echo "$CXX" >&6; }
5332+ { echo "$as_me:$LINENO: result: $CXX" >&5
5333+echo "${ECHO_T}$CXX" >&6; }
53295334 else
5330- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331-$as_echo "no" >&6; }
5335+ { echo "$as_me:$LINENO: result: no" >&5
5336+echo "${ECHO_T}no" >&6; }
53325337 fi
53335338
53345339
@@ -5341,10 +5346,10 @@ if test -z "$CXX"; then
53415346 do
53425347 # Extract the first word of "$ac_prog", so it can be a program name with args.
53435348 set dummy $ac_prog; ac_word=$2
5344-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5345-$as_echo_n "checking for $ac_word... " >&6; }
5346-if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5347- $as_echo_n "(cached) " >&6
5349+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5350+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5351+if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5352+ echo $ECHO_N "(cached) $ECHO_C" >&6
53485353 else
53495354 if test -n "$ac_ct_CXX"; then
53505355 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
@@ -5354,25 +5359,25 @@ for as_dir in $PATH
53545359 do
53555360 IFS=$as_save_IFS
53565361 test -z "$as_dir" && as_dir=.
5357- for ac_exec_ext in '' $ac_executable_extensions; do
5362+ for ac_exec_ext in '' $ac_executable_extensions; do
53585363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53595364 ac_cv_prog_ac_ct_CXX="$ac_prog"
5360- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5365+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53615366 break 2
53625367 fi
53635368 done
5364- done
5369+done
53655370 IFS=$as_save_IFS
53665371
53675372 fi
53685373 fi
53695374 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
53705375 if test -n "$ac_ct_CXX"; then
5371- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5372-$as_echo "$ac_ct_CXX" >&6; }
5376+ { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5377+echo "${ECHO_T}$ac_ct_CXX" >&6; }
53735378 else
5374- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5375-$as_echo "no" >&6; }
5379+ { echo "$as_me:$LINENO: result: no" >&5
5380+echo "${ECHO_T}no" >&6; }
53765381 fi
53775382
53785383
@@ -5384,8 +5389,12 @@ done
53845389 else
53855390 case $cross_compiling:$ac_tool_warned in
53865391 yes:)
5387-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5388-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5392+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5393+whose name does not start with the host triplet. If you think this
5394+configuration is useful to you, please write to autoconf@gnu.org." >&5
5395+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5396+whose name does not start with the host triplet. If you think this
5397+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
53895398 ac_tool_warned=yes ;;
53905399 esac
53915400 CXX=$ac_ct_CXX
@@ -5395,36 +5404,49 @@ fi
53955404 fi
53965405 fi
53975406 # Provide some information about the compiler.
5398-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5399-set X $ac_compile
5400-ac_compiler=$2
5401-for ac_option in --version -v -V -qversion; do
5402- { { ac_try="$ac_compiler $ac_option >&5"
5407+echo "$as_me:$LINENO: checking for C++ compiler version" >&5
5408+ac_compiler=`set X $ac_compile; echo $2`
5409+{ (ac_try="$ac_compiler --version >&5"
54035410 case "(($ac_try" in
54045411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54055412 *) ac_try_echo=$ac_try;;
54065413 esac
5407-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5408-$as_echo "$ac_try_echo"; } >&5
5409- (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5414+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5415+ (eval "$ac_compiler --version >&5") 2>&5
54105416 ac_status=$?
5411- if test -s conftest.err; then
5412- sed '10a\
5413-... rest of stderr output deleted ...
5414- 10q' conftest.err >conftest.er1
5415- cat conftest.er1 >&5
5416- fi
5417- rm -f conftest.er1 conftest.err
5418- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5419- test $ac_status = 0; }
5420-done
5417+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5418+ (exit $ac_status); }
5419+{ (ac_try="$ac_compiler -v >&5"
5420+case "(($ac_try" in
5421+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5422+ *) ac_try_echo=$ac_try;;
5423+esac
5424+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5425+ (eval "$ac_compiler -v >&5") 2>&5
5426+ ac_status=$?
5427+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5428+ (exit $ac_status); }
5429+{ (ac_try="$ac_compiler -V >&5"
5430+case "(($ac_try" in
5431+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5432+ *) ac_try_echo=$ac_try;;
5433+esac
5434+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5435+ (eval "$ac_compiler -V >&5") 2>&5
5436+ ac_status=$?
5437+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5438+ (exit $ac_status); }
54215439
5422-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5423-$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5424-if ${ac_cv_cxx_compiler_gnu+:} false; then :
5425- $as_echo_n "(cached) " >&6
5440+{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5441+echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
5442+if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5443+ echo $ECHO_N "(cached) $ECHO_C" >&6
54265444 else
5427- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5445+ cat >conftest.$ac_ext <<_ACEOF
5446+/* confdefs.h. */
5447+_ACEOF
5448+cat confdefs.h >>conftest.$ac_ext
5449+cat >>conftest.$ac_ext <<_ACEOF
54285450 /* end confdefs.h. */
54295451
54305452 int
@@ -5438,34 +5460,54 @@ main ()
54385460 return 0;
54395461 }
54405462 _ACEOF
5441-if ac_fn_cxx_try_compile "$LINENO"; then :
5463+rm -f conftest.$ac_objext
5464+if { (ac_try="$ac_compile"
5465+case "(($ac_try" in
5466+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5467+ *) ac_try_echo=$ac_try;;
5468+esac
5469+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5470+ (eval "$ac_compile") 2>conftest.er1
5471+ ac_status=$?
5472+ grep -v '^ *+' conftest.er1 >conftest.err
5473+ rm -f conftest.er1
5474+ cat conftest.err >&5
5475+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5476+ (exit $ac_status); } && {
5477+ test -z "$ac_cxx_werror_flag" ||
5478+ test ! -s conftest.err
5479+ } && test -s conftest.$ac_objext; then
54425480 ac_compiler_gnu=yes
54435481 else
5444- ac_compiler_gnu=no
5482+ echo "$as_me: failed program was:" >&5
5483+sed 's/^/| /' conftest.$ac_ext >&5
5484+
5485+ ac_compiler_gnu=no
54455486 fi
5487+
54465488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54475489 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
54485490
54495491 fi
5450-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5451-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5452-if test $ac_compiler_gnu = yes; then
5453- GXX=yes
5454-else
5455- GXX=
5456-fi
5492+{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5493+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
5494+GXX=`test $ac_compiler_gnu = yes && echo yes`
54575495 ac_test_CXXFLAGS=${CXXFLAGS+set}
54585496 ac_save_CXXFLAGS=$CXXFLAGS
5459-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5460-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
5461-if ${ac_cv_prog_cxx_g+:} false; then :
5462- $as_echo_n "(cached) " >&6
5497+{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5498+echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
5499+if test "${ac_cv_prog_cxx_g+set}" = set; then
5500+ echo $ECHO_N "(cached) $ECHO_C" >&6
54635501 else
54645502 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
54655503 ac_cxx_werror_flag=yes
54665504 ac_cv_prog_cxx_g=no
54675505 CXXFLAGS="-g"
5468- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5506+ cat >conftest.$ac_ext <<_ACEOF
5507+/* confdefs.h. */
5508+_ACEOF
5509+cat confdefs.h >>conftest.$ac_ext
5510+cat >>conftest.$ac_ext <<_ACEOF
54695511 /* end confdefs.h. */
54705512
54715513 int
@@ -5476,11 +5518,34 @@ main ()
54765518 return 0;
54775519 }
54785520 _ACEOF
5479-if ac_fn_cxx_try_compile "$LINENO"; then :
5521+rm -f conftest.$ac_objext
5522+if { (ac_try="$ac_compile"
5523+case "(($ac_try" in
5524+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5525+ *) ac_try_echo=$ac_try;;
5526+esac
5527+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5528+ (eval "$ac_compile") 2>conftest.er1
5529+ ac_status=$?
5530+ grep -v '^ *+' conftest.er1 >conftest.err
5531+ rm -f conftest.er1
5532+ cat conftest.err >&5
5533+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534+ (exit $ac_status); } && {
5535+ test -z "$ac_cxx_werror_flag" ||
5536+ test ! -s conftest.err
5537+ } && test -s conftest.$ac_objext; then
54805538 ac_cv_prog_cxx_g=yes
54815539 else
5482- CXXFLAGS=""
5483- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5540+ echo "$as_me: failed program was:" >&5
5541+sed 's/^/| /' conftest.$ac_ext >&5
5542+
5543+ CXXFLAGS=""
5544+ cat >conftest.$ac_ext <<_ACEOF
5545+/* confdefs.h. */
5546+_ACEOF
5547+cat confdefs.h >>conftest.$ac_ext
5548+cat >>conftest.$ac_ext <<_ACEOF
54845549 /* end confdefs.h. */
54855550
54865551 int
@@ -5491,12 +5556,35 @@ main ()
54915556 return 0;
54925557 }
54935558 _ACEOF
5494-if ac_fn_cxx_try_compile "$LINENO"; then :
5495-
5559+rm -f conftest.$ac_objext
5560+if { (ac_try="$ac_compile"
5561+case "(($ac_try" in
5562+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5563+ *) ac_try_echo=$ac_try;;
5564+esac
5565+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5566+ (eval "$ac_compile") 2>conftest.er1
5567+ ac_status=$?
5568+ grep -v '^ *+' conftest.er1 >conftest.err
5569+ rm -f conftest.er1
5570+ cat conftest.err >&5
5571+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5572+ (exit $ac_status); } && {
5573+ test -z "$ac_cxx_werror_flag" ||
5574+ test ! -s conftest.err
5575+ } && test -s conftest.$ac_objext; then
5576+ :
54965577 else
5497- ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5578+ echo "$as_me: failed program was:" >&5
5579+sed 's/^/| /' conftest.$ac_ext >&5
5580+
5581+ ac_cxx_werror_flag=$ac_save_cxx_werror_flag
54985582 CXXFLAGS="-g"
5499- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5583+ cat >conftest.$ac_ext <<_ACEOF
5584+/* confdefs.h. */
5585+_ACEOF
5586+cat confdefs.h >>conftest.$ac_ext
5587+cat >>conftest.$ac_ext <<_ACEOF
55005588 /* end confdefs.h. */
55015589
55025590 int
@@ -5507,18 +5595,42 @@ main ()
55075595 return 0;
55085596 }
55095597 _ACEOF
5510-if ac_fn_cxx_try_compile "$LINENO"; then :
5598+rm -f conftest.$ac_objext
5599+if { (ac_try="$ac_compile"
5600+case "(($ac_try" in
5601+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5602+ *) ac_try_echo=$ac_try;;
5603+esac
5604+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5605+ (eval "$ac_compile") 2>conftest.er1
5606+ ac_status=$?
5607+ grep -v '^ *+' conftest.er1 >conftest.err
5608+ rm -f conftest.er1
5609+ cat conftest.err >&5
5610+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5611+ (exit $ac_status); } && {
5612+ test -z "$ac_cxx_werror_flag" ||
5613+ test ! -s conftest.err
5614+ } && test -s conftest.$ac_objext; then
55115615 ac_cv_prog_cxx_g=yes
5616+else
5617+ echo "$as_me: failed program was:" >&5
5618+sed 's/^/| /' conftest.$ac_ext >&5
5619+
5620+
55125621 fi
5622+
55135623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55145624 fi
5625+
55155626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55165627 fi
5628+
55175629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55185630 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
55195631 fi
5520-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5521-$as_echo "$ac_cv_prog_cxx_g" >&6; }
5632+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5633+echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
55225634 if test "$ac_test_CXXFLAGS" = set; then
55235635 CXXFLAGS=$ac_save_CXXFLAGS
55245636 elif test $ac_cv_prog_cxx_g = yes; then
@@ -5542,10 +5654,10 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55425654
55435655 depcc="$CXX" am_compiler_list=
55445656
5545-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5546-$as_echo_n "checking dependency style of $depcc... " >&6; }
5547-if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
5548- $as_echo_n "(cached) " >&6
5657+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5658+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
5659+if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5660+ echo $ECHO_N "(cached) $ECHO_C" >&6
55495661 else
55505662 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
55515663 # We make a subdir and do the tests there. Otherwise we can end up
@@ -5633,8 +5745,8 @@ else
56335745 fi
56345746
56355747 fi
5636-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5637-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5748+{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5749+echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
56385750 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
56395751
56405752 if
@@ -5658,11 +5770,11 @@ ac_cpp='$CXXCPP $CPPFLAGS'
56585770 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56595771 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56605772 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5661-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
5662-$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5773+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5774+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
56635775 if test -z "$CXXCPP"; then
5664- if ${ac_cv_prog_CXXCPP+:} false; then :
5665- $as_echo_n "(cached) " >&6
5776+ if test "${ac_cv_prog_CXXCPP+set}" = set; then
5777+ echo $ECHO_N "(cached) $ECHO_C" >&6
56665778 else
56675779 # Double quotes because CXXCPP needs to be expanded
56685780 for CXXCPP in "$CXX -E" "/lib/cpp"
@@ -5676,7 +5788,11 @@ do
56765788 # <limits.h> exists even on freestanding compilers.
56775789 # On the NeXT, cc -E runs the code through the compiler's parser,
56785790 # not just through cpp. "Syntax error" is here to catch this case.
5679- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5791+ cat >conftest.$ac_ext <<_ACEOF
5792+/* confdefs.h. */
5793+_ACEOF
5794+cat confdefs.h >>conftest.$ac_ext
5795+cat >>conftest.$ac_ext <<_ACEOF
56805796 /* end confdefs.h. */
56815797 #ifdef __STDC__
56825798 # include <limits.h>
@@ -5685,34 +5801,76 @@ do
56855801 #endif
56865802 Syntax error
56875803 _ACEOF
5688-if ac_fn_cxx_try_cpp "$LINENO"; then :
5689-
5804+if { (ac_try="$ac_cpp conftest.$ac_ext"
5805+case "(($ac_try" in
5806+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5807+ *) ac_try_echo=$ac_try;;
5808+esac
5809+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5810+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5811+ ac_status=$?
5812+ grep -v '^ *+' conftest.er1 >conftest.err
5813+ rm -f conftest.er1
5814+ cat conftest.err >&5
5815+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5816+ (exit $ac_status); } >/dev/null && {
5817+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5818+ test ! -s conftest.err
5819+ }; then
5820+ :
56905821 else
5822+ echo "$as_me: failed program was:" >&5
5823+sed 's/^/| /' conftest.$ac_ext >&5
5824+
56915825 # Broken: fails on valid input.
56925826 continue
56935827 fi
5694-rm -f conftest.err conftest.i conftest.$ac_ext
5828+
5829+rm -f conftest.err conftest.$ac_ext
56955830
56965831 # OK, works on sane cases. Now check whether nonexistent headers
56975832 # can be detected and how.
5698- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5833+ cat >conftest.$ac_ext <<_ACEOF
5834+/* confdefs.h. */
5835+_ACEOF
5836+cat confdefs.h >>conftest.$ac_ext
5837+cat >>conftest.$ac_ext <<_ACEOF
56995838 /* end confdefs.h. */
57005839 #include <ac_nonexistent.h>
57015840 _ACEOF
5702-if ac_fn_cxx_try_cpp "$LINENO"; then :
5841+if { (ac_try="$ac_cpp conftest.$ac_ext"
5842+case "(($ac_try" in
5843+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5844+ *) ac_try_echo=$ac_try;;
5845+esac
5846+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5847+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5848+ ac_status=$?
5849+ grep -v '^ *+' conftest.er1 >conftest.err
5850+ rm -f conftest.er1
5851+ cat conftest.err >&5
5852+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5853+ (exit $ac_status); } >/dev/null && {
5854+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5855+ test ! -s conftest.err
5856+ }; then
57035857 # Broken: success on invalid input.
57045858 continue
57055859 else
5860+ echo "$as_me: failed program was:" >&5
5861+sed 's/^/| /' conftest.$ac_ext >&5
5862+
57065863 # Passes both tests.
57075864 ac_preproc_ok=:
57085865 break
57095866 fi
5710-rm -f conftest.err conftest.i conftest.$ac_ext
5867+
5868+rm -f conftest.err conftest.$ac_ext
57115869
57125870 done
57135871 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5714-rm -f conftest.i conftest.err conftest.$ac_ext
5715-if $ac_preproc_ok; then :
5872+rm -f conftest.err conftest.$ac_ext
5873+if $ac_preproc_ok; then
57165874 break
57175875 fi
57185876
@@ -5724,8 +5882,8 @@ fi
57245882 else
57255883 ac_cv_prog_CXXCPP=$CXXCPP
57265884 fi
5727-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
5728-$as_echo "$CXXCPP" >&6; }
5885+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
5886+echo "${ECHO_T}$CXXCPP" >&6; }
57295887 ac_preproc_ok=false
57305888 for ac_cxx_preproc_warn_flag in '' yes
57315889 do
@@ -5735,7 +5893,11 @@ do
57355893 # <limits.h> exists even on freestanding compilers.
57365894 # On the NeXT, cc -E runs the code through the compiler's parser,
57375895 # not just through cpp. "Syntax error" is here to catch this case.
5738- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5896+ cat >conftest.$ac_ext <<_ACEOF
5897+/* confdefs.h. */
5898+_ACEOF
5899+cat confdefs.h >>conftest.$ac_ext
5900+cat >>conftest.$ac_ext <<_ACEOF
57395901 /* end confdefs.h. */
57405902 #ifdef __STDC__
57415903 # include <limits.h>
@@ -5744,40 +5906,83 @@ do
57445906 #endif
57455907 Syntax error
57465908 _ACEOF
5747-if ac_fn_cxx_try_cpp "$LINENO"; then :
5748-
5909+if { (ac_try="$ac_cpp conftest.$ac_ext"
5910+case "(($ac_try" in
5911+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5912+ *) ac_try_echo=$ac_try;;
5913+esac
5914+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5915+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5916+ ac_status=$?
5917+ grep -v '^ *+' conftest.er1 >conftest.err
5918+ rm -f conftest.er1
5919+ cat conftest.err >&5
5920+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5921+ (exit $ac_status); } >/dev/null && {
5922+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5923+ test ! -s conftest.err
5924+ }; then
5925+ :
57495926 else
5927+ echo "$as_me: failed program was:" >&5
5928+sed 's/^/| /' conftest.$ac_ext >&5
5929+
57505930 # Broken: fails on valid input.
57515931 continue
57525932 fi
5753-rm -f conftest.err conftest.i conftest.$ac_ext
5933+
5934+rm -f conftest.err conftest.$ac_ext
57545935
57555936 # OK, works on sane cases. Now check whether nonexistent headers
57565937 # can be detected and how.
5757- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5938+ cat >conftest.$ac_ext <<_ACEOF
5939+/* confdefs.h. */
5940+_ACEOF
5941+cat confdefs.h >>conftest.$ac_ext
5942+cat >>conftest.$ac_ext <<_ACEOF
57585943 /* end confdefs.h. */
57595944 #include <ac_nonexistent.h>
57605945 _ACEOF
5761-if ac_fn_cxx_try_cpp "$LINENO"; then :
5946+if { (ac_try="$ac_cpp conftest.$ac_ext"
5947+case "(($ac_try" in
5948+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5949+ *) ac_try_echo=$ac_try;;
5950+esac
5951+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5952+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5953+ ac_status=$?
5954+ grep -v '^ *+' conftest.er1 >conftest.err
5955+ rm -f conftest.er1
5956+ cat conftest.err >&5
5957+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5958+ (exit $ac_status); } >/dev/null && {
5959+ test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5960+ test ! -s conftest.err
5961+ }; then
57625962 # Broken: success on invalid input.
57635963 continue
57645964 else
5965+ echo "$as_me: failed program was:" >&5
5966+sed 's/^/| /' conftest.$ac_ext >&5
5967+
57655968 # Passes both tests.
57665969 ac_preproc_ok=:
57675970 break
57685971 fi
5769-rm -f conftest.err conftest.i conftest.$ac_ext
5972+
5973+rm -f conftest.err conftest.$ac_ext
57705974
57715975 done
57725976 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5773-rm -f conftest.i conftest.err conftest.$ac_ext
5774-if $ac_preproc_ok; then :
5775-
5977+rm -f conftest.err conftest.$ac_ext
5978+if $ac_preproc_ok; then
5979+ :
57765980 else
5777- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5778-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5779-as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
5780-See \`config.log' for more details" "$LINENO" 5; }
5981+ { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5982+See \`config.log' for more details." >&5
5983+echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5984+See \`config.log' for more details." >&2;}
5985+ { (exit 1); exit 1; }; }
57815986 fi
57825987
57835988 ac_ext=cpp
@@ -5794,14 +5999,14 @@ ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
57945999 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57956000 ac_compiler_gnu=$ac_cv_f77_compiler_gnu
57966001 if test -n "$ac_tool_prefix"; then
5797- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
6002+ for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
57986003 do
57996004 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
58006005 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5801-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5802-$as_echo_n "checking for $ac_word... " >&6; }
5803-if ${ac_cv_prog_F77+:} false; then :
5804- $as_echo_n "(cached) " >&6
6006+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6007+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6008+if test "${ac_cv_prog_F77+set}" = set; then
6009+ echo $ECHO_N "(cached) $ECHO_C" >&6
58056010 else
58066011 if test -n "$F77"; then
58076012 ac_cv_prog_F77="$F77" # Let the user override the test.
@@ -5811,25 +6016,25 @@ for as_dir in $PATH
58116016 do
58126017 IFS=$as_save_IFS
58136018 test -z "$as_dir" && as_dir=.
5814- for ac_exec_ext in '' $ac_executable_extensions; do
6019+ for ac_exec_ext in '' $ac_executable_extensions; do
58156020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58166021 ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
5817- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6022+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
58186023 break 2
58196024 fi
58206025 done
5821- done
6026+done
58226027 IFS=$as_save_IFS
58236028
58246029 fi
58256030 fi
58266031 F77=$ac_cv_prog_F77
58276032 if test -n "$F77"; then
5828- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $F77" >&5
5829-$as_echo "$F77" >&6; }
6033+ { echo "$as_me:$LINENO: result: $F77" >&5
6034+echo "${ECHO_T}$F77" >&6; }
58306035 else
5831- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5832-$as_echo "no" >&6; }
6036+ { echo "$as_me:$LINENO: result: no" >&5
6037+echo "${ECHO_T}no" >&6; }
58336038 fi
58346039
58356040
@@ -5838,14 +6043,14 @@ fi
58386043 fi
58396044 if test -z "$F77"; then
58406045 ac_ct_F77=$F77
5841- for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn
6046+ for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
58426047 do
58436048 # Extract the first word of "$ac_prog", so it can be a program name with args.
58446049 set dummy $ac_prog; ac_word=$2
5845-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5846-$as_echo_n "checking for $ac_word... " >&6; }
5847-if ${ac_cv_prog_ac_ct_F77+:} false; then :
5848- $as_echo_n "(cached) " >&6
6050+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6051+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6052+if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
6053+ echo $ECHO_N "(cached) $ECHO_C" >&6
58496054 else
58506055 if test -n "$ac_ct_F77"; then
58516056 ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
@@ -5855,25 +6060,25 @@ for as_dir in $PATH
58556060 do
58566061 IFS=$as_save_IFS
58576062 test -z "$as_dir" && as_dir=.
5858- for ac_exec_ext in '' $ac_executable_extensions; do
6063+ for ac_exec_ext in '' $ac_executable_extensions; do
58596064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
58606065 ac_cv_prog_ac_ct_F77="$ac_prog"
5861- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6066+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
58626067 break 2
58636068 fi
58646069 done
5865- done
6070+done
58666071 IFS=$as_save_IFS
58676072
58686073 fi
58696074 fi
58706075 ac_ct_F77=$ac_cv_prog_ac_ct_F77
58716076 if test -n "$ac_ct_F77"; then
5872- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_F77" >&5
5873-$as_echo "$ac_ct_F77" >&6; }
6077+ { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
6078+echo "${ECHO_T}$ac_ct_F77" >&6; }
58746079 else
5875- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5876-$as_echo "no" >&6; }
6080+ { echo "$as_me:$LINENO: result: no" >&5
6081+echo "${ECHO_T}no" >&6; }
58776082 fi
58786083
58796084
@@ -5885,8 +6090,12 @@ done
58856090 else
58866091 case $cross_compiling:$ac_tool_warned in
58876092 yes:)
5888-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5889-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6093+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6094+whose name does not start with the host triplet. If you think this
6095+configuration is useful to you, please write to autoconf@gnu.org." >&5
6096+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6097+whose name does not start with the host triplet. If you think this
6098+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
58906099 ac_tool_warned=yes ;;
58916100 esac
58926101 F77=$ac_ct_F77
@@ -5895,41 +6104,50 @@ fi
58956104
58966105
58976106 # Provide some information about the compiler.
5898-$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 77 compiler version" >&5
5899-set X $ac_compile
5900-ac_compiler=$2
5901-for ac_option in --version -v -V -qversion; do
5902- { { ac_try="$ac_compiler $ac_option >&5"
6107+echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
6108+ac_compiler=`set X $ac_compile; echo $2`
6109+{ (ac_try="$ac_compiler --version >&5"
59036110 case "(($ac_try" in
59046111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59056112 *) ac_try_echo=$ac_try;;
59066113 esac
5907-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5908-$as_echo "$ac_try_echo"; } >&5
5909- (eval "$ac_compiler $ac_option >&5") 2>conftest.err
6114+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6115+ (eval "$ac_compiler --version >&5") 2>&5
59106116 ac_status=$?
5911- if test -s conftest.err; then
5912- sed '10a\
5913-... rest of stderr output deleted ...
5914- 10q' conftest.err >conftest.er1
5915- cat conftest.er1 >&5
5916- fi
5917- rm -f conftest.er1 conftest.err
5918- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5919- test $ac_status = 0; }
5920-done
6117+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6118+ (exit $ac_status); }
6119+{ (ac_try="$ac_compiler -v >&5"
6120+case "(($ac_try" in
6121+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6122+ *) ac_try_echo=$ac_try;;
6123+esac
6124+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6125+ (eval "$ac_compiler -v >&5") 2>&5
6126+ ac_status=$?
6127+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6128+ (exit $ac_status); }
6129+{ (ac_try="$ac_compiler -V >&5"
6130+case "(($ac_try" in
6131+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6132+ *) ac_try_echo=$ac_try;;
6133+esac
6134+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6135+ (eval "$ac_compiler -V >&5") 2>&5
6136+ ac_status=$?
6137+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138+ (exit $ac_status); }
59216139 rm -f a.out
59226140
59236141 # If we don't use `.F' as extension, the preprocessor is not run on the
59246142 # input file. (Note that this only needs to work for GNU compilers.)
59256143 ac_save_ext=$ac_ext
59266144 ac_ext=F
5927-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran 77 compiler" >&5
5928-$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
5929-if ${ac_cv_f77_compiler_gnu+:} false; then :
5930- $as_echo_n "(cached) " >&6
6145+{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
6146+echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
6147+if test "${ac_cv_f77_compiler_gnu+set}" = set; then
6148+ echo $ECHO_N "(cached) $ECHO_C" >&6
59316149 else
5932- cat > conftest.$ac_ext <<_ACEOF
6150+ cat >conftest.$ac_ext <<_ACEOF
59336151 program main
59346152 #ifndef __GNUC__
59356153 choke me
@@ -5937,42 +6155,82 @@ else
59376155
59386156 end
59396157 _ACEOF
5940-if ac_fn_f77_try_compile "$LINENO"; then :
6158+rm -f conftest.$ac_objext
6159+if { (ac_try="$ac_compile"
6160+case "(($ac_try" in
6161+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6162+ *) ac_try_echo=$ac_try;;
6163+esac
6164+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6165+ (eval "$ac_compile") 2>conftest.er1
6166+ ac_status=$?
6167+ grep -v '^ *+' conftest.er1 >conftest.err
6168+ rm -f conftest.er1
6169+ cat conftest.err >&5
6170+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6171+ (exit $ac_status); } && {
6172+ test -z "$ac_f77_werror_flag" ||
6173+ test ! -s conftest.err
6174+ } && test -s conftest.$ac_objext; then
59416175 ac_compiler_gnu=yes
59426176 else
5943- ac_compiler_gnu=no
6177+ echo "$as_me: failed program was:" >&5
6178+sed 's/^/| /' conftest.$ac_ext >&5
6179+
6180+ ac_compiler_gnu=no
59446181 fi
6182+
59456183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59466184 ac_cv_f77_compiler_gnu=$ac_compiler_gnu
59476185
59486186 fi
5949-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f77_compiler_gnu" >&5
5950-$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
6187+{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
6188+echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
59516189 ac_ext=$ac_save_ext
59526190 ac_test_FFLAGS=${FFLAGS+set}
59536191 ac_save_FFLAGS=$FFLAGS
59546192 FFLAGS=
5955-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $F77 accepts -g" >&5
5956-$as_echo_n "checking whether $F77 accepts -g... " >&6; }
5957-if ${ac_cv_prog_f77_g+:} false; then :
5958- $as_echo_n "(cached) " >&6
6193+{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
6194+echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
6195+if test "${ac_cv_prog_f77_g+set}" = set; then
6196+ echo $ECHO_N "(cached) $ECHO_C" >&6
59596197 else
59606198 FFLAGS=-g
5961-cat > conftest.$ac_ext <<_ACEOF
6199+cat >conftest.$ac_ext <<_ACEOF
59626200 program main
59636201
59646202 end
59656203 _ACEOF
5966-if ac_fn_f77_try_compile "$LINENO"; then :
6204+rm -f conftest.$ac_objext
6205+if { (ac_try="$ac_compile"
6206+case "(($ac_try" in
6207+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6208+ *) ac_try_echo=$ac_try;;
6209+esac
6210+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6211+ (eval "$ac_compile") 2>conftest.er1
6212+ ac_status=$?
6213+ grep -v '^ *+' conftest.er1 >conftest.err
6214+ rm -f conftest.er1
6215+ cat conftest.err >&5
6216+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6217+ (exit $ac_status); } && {
6218+ test -z "$ac_f77_werror_flag" ||
6219+ test ! -s conftest.err
6220+ } && test -s conftest.$ac_objext; then
59676221 ac_cv_prog_f77_g=yes
59686222 else
5969- ac_cv_prog_f77_g=no
6223+ echo "$as_me: failed program was:" >&5
6224+sed 's/^/| /' conftest.$ac_ext >&5
6225+
6226+ ac_cv_prog_f77_g=no
59706227 fi
6228+
59716229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59726230
59736231 fi
5974-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_f77_g" >&5
5975-$as_echo "$ac_cv_prog_f77_g" >&6; }
6232+{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
6233+echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
59766234 if test "$ac_test_FFLAGS" = set; then
59776235 FFLAGS=$ac_save_FFLAGS
59786236 elif test $ac_cv_prog_f77_g = yes; then
@@ -5989,11 +6247,7 @@ else
59896247 fi
59906248 fi
59916249
5992-if test $ac_compiler_gnu = yes; then
5993- G77=yes
5994-else
5995- G77=
5996-fi
6250+G77=`test $ac_compiler_gnu = yes && echo yes`
59976251 ac_ext=c
59986252 ac_cpp='$CPP $CPPFLAGS'
59996253 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -6004,10 +6258,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
60046258
60056259 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
60066260 # find the maximum length of command line arguments
6007-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6008-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6009-if ${lt_cv_sys_max_cmd_len+:} false; then :
6010- $as_echo_n "(cached) " >&6
6261+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6262+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
6263+if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6264+ echo $ECHO_N "(cached) $ECHO_C" >&6
60116265 else
60126266 i=0
60136267 teststring="ABCD"
@@ -6116,11 +6370,11 @@ else
61166370 fi
61176371
61186372 if test -n $lt_cv_sys_max_cmd_len ; then
6119- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6120-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6373+ { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6374+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
61216375 else
6122- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6123-$as_echo "none" >&6; }
6376+ { echo "$as_me:$LINENO: result: none" >&5
6377+echo "${ECHO_T}none" >&6; }
61246378 fi
61256379
61266380
@@ -6128,10 +6382,10 @@ fi
61286382
61296383
61306384 # Check for command to grab the raw symbol name followed by C symbol from nm.
6131-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6132-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6133-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6134- $as_echo_n "(cached) " >&6
6385+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6386+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
6387+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6388+ echo $ECHO_N "(cached) $ECHO_C" >&6
61356389 else
61366390
61376391 # These are sane defaults that work on at least a few old systems.
@@ -6233,18 +6487,18 @@ void nm_test_func(){}
62336487 int main(){nm_test_var='a';nm_test_func();return(0);}
62346488 EOF
62356489
6236- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6490+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
62376491 (eval $ac_compile) 2>&5
62386492 ac_status=$?
6239- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6240- test $ac_status = 0; }; then
6493+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6494+ (exit $ac_status); }; then
62416495 # Now try to grab the symbols.
62426496 nlist=conftest.nm
6243- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
6497+ if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
62446498 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
62456499 ac_status=$?
6246- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6247- test $ac_status = 0; } && test -s "$nlist"; then
6500+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6501+ (exit $ac_status); } && test -s "$nlist"; then
62486502 # Try sorting and uniquifying the output.
62496503 if sort "$nlist" | uniq > "$nlist"T; then
62506504 mv -f "$nlist"T "$nlist"
@@ -6295,11 +6549,11 @@ EOF
62956549 lt_save_CFLAGS="$CFLAGS"
62966550 LIBS="conftstm.$ac_objext"
62976551 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6298- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6552+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
62996553 (eval $ac_link) 2>&5
63006554 ac_status=$?
6301- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6302- test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6555+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
6556+ (exit $ac_status); } && test -s conftest${ac_exeext}; then
63036557 pipe_works=yes
63046558 fi
63056559 LIBS="$lt_save_LIBS"
@@ -6333,17 +6587,17 @@ if test -z "$lt_cv_sys_global_symbol_pipe"; then
63336587 lt_cv_sys_global_symbol_to_cdecl=
63346588 fi
63356589 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6336- { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6337-$as_echo "failed" >&6; }
6590+ { echo "$as_me:$LINENO: result: failed" >&5
6591+echo "${ECHO_T}failed" >&6; }
63386592 else
6339- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6340-$as_echo "ok" >&6; }
6593+ { echo "$as_me:$LINENO: result: ok" >&5
6594+echo "${ECHO_T}ok" >&6; }
63416595 fi
63426596
6343-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6344-$as_echo_n "checking for objdir... " >&6; }
6345-if ${lt_cv_objdir+:} false; then :
6346- $as_echo_n "(cached) " >&6
6597+{ echo "$as_me:$LINENO: checking for objdir" >&5
6598+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
6599+if test "${lt_cv_objdir+set}" = set; then
6600+ echo $ECHO_N "(cached) $ECHO_C" >&6
63476601 else
63486602 rm -f .libs 2>/dev/null
63496603 mkdir .libs 2>/dev/null
@@ -6355,8 +6609,8 @@ else
63556609 fi
63566610 rmdir .libs 2>/dev/null
63576611 fi
6358-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6359-$as_echo "$lt_cv_objdir" >&6; }
6612+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6613+echo "${ECHO_T}$lt_cv_objdir" >&6; }
63606614 objdir=$lt_cv_objdir
63616615
63626616
@@ -6407,10 +6661,10 @@ with_gnu_ld="$lt_cv_prog_gnu_ld"
64076661 if test -n "$ac_tool_prefix"; then
64086662 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
64096663 set dummy ${ac_tool_prefix}ar; ac_word=$2
6410-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411-$as_echo_n "checking for $ac_word... " >&6; }
6412-if ${ac_cv_prog_AR+:} false; then :
6413- $as_echo_n "(cached) " >&6
6664+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6665+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6666+if test "${ac_cv_prog_AR+set}" = set; then
6667+ echo $ECHO_N "(cached) $ECHO_C" >&6
64146668 else
64156669 if test -n "$AR"; then
64166670 ac_cv_prog_AR="$AR" # Let the user override the test.
@@ -6420,25 +6674,25 @@ for as_dir in $PATH
64206674 do
64216675 IFS=$as_save_IFS
64226676 test -z "$as_dir" && as_dir=.
6423- for ac_exec_ext in '' $ac_executable_extensions; do
6677+ for ac_exec_ext in '' $ac_executable_extensions; do
64246678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64256679 ac_cv_prog_AR="${ac_tool_prefix}ar"
6426- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6680+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
64276681 break 2
64286682 fi
64296683 done
6430- done
6684+done
64316685 IFS=$as_save_IFS
64326686
64336687 fi
64346688 fi
64356689 AR=$ac_cv_prog_AR
64366690 if test -n "$AR"; then
6437- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6438-$as_echo "$AR" >&6; }
6691+ { echo "$as_me:$LINENO: result: $AR" >&5
6692+echo "${ECHO_T}$AR" >&6; }
64396693 else
6440- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6441-$as_echo "no" >&6; }
6694+ { echo "$as_me:$LINENO: result: no" >&5
6695+echo "${ECHO_T}no" >&6; }
64426696 fi
64436697
64446698
@@ -6447,10 +6701,10 @@ if test -z "$ac_cv_prog_AR"; then
64476701 ac_ct_AR=$AR
64486702 # Extract the first word of "ar", so it can be a program name with args.
64496703 set dummy ar; ac_word=$2
6450-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451-$as_echo_n "checking for $ac_word... " >&6; }
6452-if ${ac_cv_prog_ac_ct_AR+:} false; then :
6453- $as_echo_n "(cached) " >&6
6704+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6705+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6706+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6707+ echo $ECHO_N "(cached) $ECHO_C" >&6
64546708 else
64556709 if test -n "$ac_ct_AR"; then
64566710 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
@@ -6460,25 +6714,25 @@ for as_dir in $PATH
64606714 do
64616715 IFS=$as_save_IFS
64626716 test -z "$as_dir" && as_dir=.
6463- for ac_exec_ext in '' $ac_executable_extensions; do
6717+ for ac_exec_ext in '' $ac_executable_extensions; do
64646718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
64656719 ac_cv_prog_ac_ct_AR="ar"
6466- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6720+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
64676721 break 2
64686722 fi
64696723 done
6470- done
6724+done
64716725 IFS=$as_save_IFS
64726726
64736727 fi
64746728 fi
64756729 ac_ct_AR=$ac_cv_prog_ac_ct_AR
64766730 if test -n "$ac_ct_AR"; then
6477- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6478-$as_echo "$ac_ct_AR" >&6; }
6731+ { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6732+echo "${ECHO_T}$ac_ct_AR" >&6; }
64796733 else
6480- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481-$as_echo "no" >&6; }
6734+ { echo "$as_me:$LINENO: result: no" >&5
6735+echo "${ECHO_T}no" >&6; }
64826736 fi
64836737
64846738 if test "x$ac_ct_AR" = x; then
@@ -6486,8 +6740,12 @@ fi
64866740 else
64876741 case $cross_compiling:$ac_tool_warned in
64886742 yes:)
6489-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6490-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6743+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6744+whose name does not start with the host triplet. If you think this
6745+configuration is useful to you, please write to autoconf@gnu.org." >&5
6746+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6747+whose name does not start with the host triplet. If you think this
6748+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
64916749 ac_tool_warned=yes ;;
64926750 esac
64936751 AR=$ac_ct_AR
@@ -6499,10 +6757,10 @@ fi
64996757 if test -n "$ac_tool_prefix"; then
65006758 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
65016759 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6502-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6503-$as_echo_n "checking for $ac_word... " >&6; }
6504-if ${ac_cv_prog_RANLIB+:} false; then :
6505- $as_echo_n "(cached) " >&6
6760+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6761+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6762+if test "${ac_cv_prog_RANLIB+set}" = set; then
6763+ echo $ECHO_N "(cached) $ECHO_C" >&6
65066764 else
65076765 if test -n "$RANLIB"; then
65086766 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
@@ -6512,25 +6770,25 @@ for as_dir in $PATH
65126770 do
65136771 IFS=$as_save_IFS
65146772 test -z "$as_dir" && as_dir=.
6515- for ac_exec_ext in '' $ac_executable_extensions; do
6773+ for ac_exec_ext in '' $ac_executable_extensions; do
65166774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65176775 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6518- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6776+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65196777 break 2
65206778 fi
65216779 done
6522- done
6780+done
65236781 IFS=$as_save_IFS
65246782
65256783 fi
65266784 fi
65276785 RANLIB=$ac_cv_prog_RANLIB
65286786 if test -n "$RANLIB"; then
6529- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6530-$as_echo "$RANLIB" >&6; }
6787+ { echo "$as_me:$LINENO: result: $RANLIB" >&5
6788+echo "${ECHO_T}$RANLIB" >&6; }
65316789 else
6532- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6533-$as_echo "no" >&6; }
6790+ { echo "$as_me:$LINENO: result: no" >&5
6791+echo "${ECHO_T}no" >&6; }
65346792 fi
65356793
65366794
@@ -6539,10 +6797,10 @@ if test -z "$ac_cv_prog_RANLIB"; then
65396797 ac_ct_RANLIB=$RANLIB
65406798 # Extract the first word of "ranlib", so it can be a program name with args.
65416799 set dummy ranlib; ac_word=$2
6542-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6543-$as_echo_n "checking for $ac_word... " >&6; }
6544-if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6545- $as_echo_n "(cached) " >&6
6800+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6801+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6802+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6803+ echo $ECHO_N "(cached) $ECHO_C" >&6
65466804 else
65476805 if test -n "$ac_ct_RANLIB"; then
65486806 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
@@ -6552,25 +6810,25 @@ for as_dir in $PATH
65526810 do
65536811 IFS=$as_save_IFS
65546812 test -z "$as_dir" && as_dir=.
6555- for ac_exec_ext in '' $ac_executable_extensions; do
6813+ for ac_exec_ext in '' $ac_executable_extensions; do
65566814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
65576815 ac_cv_prog_ac_ct_RANLIB="ranlib"
6558- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6816+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
65596817 break 2
65606818 fi
65616819 done
6562- done
6820+done
65636821 IFS=$as_save_IFS
65646822
65656823 fi
65666824 fi
65676825 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
65686826 if test -n "$ac_ct_RANLIB"; then
6569- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6570-$as_echo "$ac_ct_RANLIB" >&6; }
6827+ { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6828+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
65716829 else
6572- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6573-$as_echo "no" >&6; }
6830+ { echo "$as_me:$LINENO: result: no" >&5
6831+echo "${ECHO_T}no" >&6; }
65746832 fi
65756833
65766834 if test "x$ac_ct_RANLIB" = x; then
@@ -6578,8 +6836,12 @@ fi
65786836 else
65796837 case $cross_compiling:$ac_tool_warned in
65806838 yes:)
6581-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6582-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6839+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6840+whose name does not start with the host triplet. If you think this
6841+configuration is useful to you, please write to autoconf@gnu.org." >&5
6842+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6843+whose name does not start with the host triplet. If you think this
6844+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
65836845 ac_tool_warned=yes ;;
65846846 esac
65856847 RANLIB=$ac_ct_RANLIB
@@ -6591,10 +6853,10 @@ fi
65916853 if test -n "$ac_tool_prefix"; then
65926854 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
65936855 set dummy ${ac_tool_prefix}strip; ac_word=$2
6594-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6595-$as_echo_n "checking for $ac_word... " >&6; }
6596-if ${ac_cv_prog_STRIP+:} false; then :
6597- $as_echo_n "(cached) " >&6
6856+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6857+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6858+if test "${ac_cv_prog_STRIP+set}" = set; then
6859+ echo $ECHO_N "(cached) $ECHO_C" >&6
65986860 else
65996861 if test -n "$STRIP"; then
66006862 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
@@ -6604,25 +6866,25 @@ for as_dir in $PATH
66046866 do
66056867 IFS=$as_save_IFS
66066868 test -z "$as_dir" && as_dir=.
6607- for ac_exec_ext in '' $ac_executable_extensions; do
6869+ for ac_exec_ext in '' $ac_executable_extensions; do
66086870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66096871 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6610- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6872+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66116873 break 2
66126874 fi
66136875 done
6614- done
6876+done
66156877 IFS=$as_save_IFS
66166878
66176879 fi
66186880 fi
66196881 STRIP=$ac_cv_prog_STRIP
66206882 if test -n "$STRIP"; then
6621- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6622-$as_echo "$STRIP" >&6; }
6883+ { echo "$as_me:$LINENO: result: $STRIP" >&5
6884+echo "${ECHO_T}$STRIP" >&6; }
66236885 else
6624- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6625-$as_echo "no" >&6; }
6886+ { echo "$as_me:$LINENO: result: no" >&5
6887+echo "${ECHO_T}no" >&6; }
66266888 fi
66276889
66286890
@@ -6631,10 +6893,10 @@ if test -z "$ac_cv_prog_STRIP"; then
66316893 ac_ct_STRIP=$STRIP
66326894 # Extract the first word of "strip", so it can be a program name with args.
66336895 set dummy strip; ac_word=$2
6634-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6635-$as_echo_n "checking for $ac_word... " >&6; }
6636-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6637- $as_echo_n "(cached) " >&6
6896+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6897+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6898+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6899+ echo $ECHO_N "(cached) $ECHO_C" >&6
66386900 else
66396901 if test -n "$ac_ct_STRIP"; then
66406902 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
@@ -6644,25 +6906,25 @@ for as_dir in $PATH
66446906 do
66456907 IFS=$as_save_IFS
66466908 test -z "$as_dir" && as_dir=.
6647- for ac_exec_ext in '' $ac_executable_extensions; do
6909+ for ac_exec_ext in '' $ac_executable_extensions; do
66486910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
66496911 ac_cv_prog_ac_ct_STRIP="strip"
6650- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6912+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
66516913 break 2
66526914 fi
66536915 done
6654- done
6916+done
66556917 IFS=$as_save_IFS
66566918
66576919 fi
66586920 fi
66596921 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
66606922 if test -n "$ac_ct_STRIP"; then
6661- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6662-$as_echo "$ac_ct_STRIP" >&6; }
6923+ { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6924+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
66636925 else
6664- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6665-$as_echo "no" >&6; }
6926+ { echo "$as_me:$LINENO: result: no" >&5
6927+echo "${ECHO_T}no" >&6; }
66666928 fi
66676929
66686930 if test "x$ac_ct_STRIP" = x; then
@@ -6670,8 +6932,12 @@ fi
66706932 else
66716933 case $cross_compiling:$ac_tool_warned in
66726934 yes:)
6673-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6674-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6935+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6936+whose name does not start with the host triplet. If you think this
6937+configuration is useful to you, please write to autoconf@gnu.org." >&5
6938+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6939+whose name does not start with the host triplet. If you think this
6940+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
66756941 ac_tool_warned=yes ;;
66766942 esac
66776943 STRIP=$ac_ct_STRIP
@@ -6734,10 +7000,10 @@ cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
67347000 case $deplibs_check_method in
67357001 file_magic*)
67367002 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6737- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
6738-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
6739-if ${lt_cv_path_MAGIC_CMD+:} false; then :
6740- $as_echo_n "(cached) " >&6
7003+ { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7004+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
7005+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7006+ echo $ECHO_N "(cached) $ECHO_C" >&6
67417007 else
67427008 case $MAGIC_CMD in
67437009 [\\/*] | ?:[\\/]*)
@@ -6787,19 +7053,19 @@ fi
67877053
67887054 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
67897055 if test -n "$MAGIC_CMD"; then
6790- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
6791-$as_echo "$MAGIC_CMD" >&6; }
7056+ { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7057+echo "${ECHO_T}$MAGIC_CMD" >&6; }
67927058 else
6793- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6794-$as_echo "no" >&6; }
7059+ { echo "$as_me:$LINENO: result: no" >&5
7060+echo "${ECHO_T}no" >&6; }
67957061 fi
67967062
67977063 if test -z "$lt_cv_path_MAGIC_CMD"; then
67987064 if test -n "$ac_tool_prefix"; then
6799- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
6800-$as_echo_n "checking for file... " >&6; }
6801-if ${lt_cv_path_MAGIC_CMD+:} false; then :
6802- $as_echo_n "(cached) " >&6
7065+ { echo "$as_me:$LINENO: checking for file" >&5
7066+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
7067+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7068+ echo $ECHO_N "(cached) $ECHO_C" >&6
68037069 else
68047070 case $MAGIC_CMD in
68057071 [\\/*] | ?:[\\/]*)
@@ -6849,11 +7115,11 @@ fi
68497115
68507116 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
68517117 if test -n "$MAGIC_CMD"; then
6852- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
6853-$as_echo "$MAGIC_CMD" >&6; }
7118+ { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7119+echo "${ECHO_T}$MAGIC_CMD" >&6; }
68547120 else
6855- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6856-$as_echo "no" >&6; }
7121+ { echo "$as_me:$LINENO: result: no" >&5
7122+echo "${ECHO_T}no" >&6; }
68577123 fi
68587124
68597125 else
@@ -6871,10 +7137,10 @@ esac
68717137 if test -n "$ac_tool_prefix"; then
68727138 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
68737139 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6874-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6875-$as_echo_n "checking for $ac_word... " >&6; }
6876-if ${ac_cv_prog_DSYMUTIL+:} false; then :
6877- $as_echo_n "(cached) " >&6
7140+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7141+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7142+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
7143+ echo $ECHO_N "(cached) $ECHO_C" >&6
68787144 else
68797145 if test -n "$DSYMUTIL"; then
68807146 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
@@ -6884,25 +7150,25 @@ for as_dir in $PATH
68847150 do
68857151 IFS=$as_save_IFS
68867152 test -z "$as_dir" && as_dir=.
6887- for ac_exec_ext in '' $ac_executable_extensions; do
7153+ for ac_exec_ext in '' $ac_executable_extensions; do
68887154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
68897155 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6890- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7156+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
68917157 break 2
68927158 fi
68937159 done
6894- done
7160+done
68957161 IFS=$as_save_IFS
68967162
68977163 fi
68987164 fi
68997165 DSYMUTIL=$ac_cv_prog_DSYMUTIL
69007166 if test -n "$DSYMUTIL"; then
6901- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6902-$as_echo "$DSYMUTIL" >&6; }
7167+ { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7168+echo "${ECHO_T}$DSYMUTIL" >&6; }
69037169 else
6904- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6905-$as_echo "no" >&6; }
7170+ { echo "$as_me:$LINENO: result: no" >&5
7171+echo "${ECHO_T}no" >&6; }
69067172 fi
69077173
69087174
@@ -6911,10 +7177,10 @@ if test -z "$ac_cv_prog_DSYMUTIL"; then
69117177 ac_ct_DSYMUTIL=$DSYMUTIL
69127178 # Extract the first word of "dsymutil", so it can be a program name with args.
69137179 set dummy dsymutil; ac_word=$2
6914-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6915-$as_echo_n "checking for $ac_word... " >&6; }
6916-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6917- $as_echo_n "(cached) " >&6
7180+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7181+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7182+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
7183+ echo $ECHO_N "(cached) $ECHO_C" >&6
69187184 else
69197185 if test -n "$ac_ct_DSYMUTIL"; then
69207186 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
@@ -6924,25 +7190,25 @@ for as_dir in $PATH
69247190 do
69257191 IFS=$as_save_IFS
69267192 test -z "$as_dir" && as_dir=.
6927- for ac_exec_ext in '' $ac_executable_extensions; do
7193+ for ac_exec_ext in '' $ac_executable_extensions; do
69287194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
69297195 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6930- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7196+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
69317197 break 2
69327198 fi
69337199 done
6934- done
7200+done
69357201 IFS=$as_save_IFS
69367202
69377203 fi
69387204 fi
69397205 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
69407206 if test -n "$ac_ct_DSYMUTIL"; then
6941- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6942-$as_echo "$ac_ct_DSYMUTIL" >&6; }
7207+ { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7208+echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
69437209 else
6944- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6945-$as_echo "no" >&6; }
7210+ { echo "$as_me:$LINENO: result: no" >&5
7211+echo "${ECHO_T}no" >&6; }
69467212 fi
69477213
69487214 if test "x$ac_ct_DSYMUTIL" = x; then
@@ -6950,8 +7216,12 @@ fi
69507216 else
69517217 case $cross_compiling:$ac_tool_warned in
69527218 yes:)
6953-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6954-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7219+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7220+whose name does not start with the host triplet. If you think this
7221+configuration is useful to you, please write to autoconf@gnu.org." >&5
7222+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7223+whose name does not start with the host triplet. If you think this
7224+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
69557225 ac_tool_warned=yes ;;
69567226 esac
69577227 DSYMUTIL=$ac_ct_DSYMUTIL
@@ -6963,10 +7233,10 @@ fi
69637233 if test -n "$ac_tool_prefix"; then
69647234 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
69657235 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6966-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6967-$as_echo_n "checking for $ac_word... " >&6; }
6968-if ${ac_cv_prog_NMEDIT+:} false; then :
6969- $as_echo_n "(cached) " >&6
7236+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7237+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7238+if test "${ac_cv_prog_NMEDIT+set}" = set; then
7239+ echo $ECHO_N "(cached) $ECHO_C" >&6
69707240 else
69717241 if test -n "$NMEDIT"; then
69727242 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
@@ -6976,25 +7246,25 @@ for as_dir in $PATH
69767246 do
69777247 IFS=$as_save_IFS
69787248 test -z "$as_dir" && as_dir=.
6979- for ac_exec_ext in '' $ac_executable_extensions; do
7249+ for ac_exec_ext in '' $ac_executable_extensions; do
69807250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
69817251 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6982- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7252+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
69837253 break 2
69847254 fi
69857255 done
6986- done
7256+done
69877257 IFS=$as_save_IFS
69887258
69897259 fi
69907260 fi
69917261 NMEDIT=$ac_cv_prog_NMEDIT
69927262 if test -n "$NMEDIT"; then
6993- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6994-$as_echo "$NMEDIT" >&6; }
7263+ { echo "$as_me:$LINENO: result: $NMEDIT" >&5
7264+echo "${ECHO_T}$NMEDIT" >&6; }
69957265 else
6996- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6997-$as_echo "no" >&6; }
7266+ { echo "$as_me:$LINENO: result: no" >&5
7267+echo "${ECHO_T}no" >&6; }
69987268 fi
69997269
70007270
@@ -7003,10 +7273,10 @@ if test -z "$ac_cv_prog_NMEDIT"; then
70037273 ac_ct_NMEDIT=$NMEDIT
70047274 # Extract the first word of "nmedit", so it can be a program name with args.
70057275 set dummy nmedit; ac_word=$2
7006-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7007-$as_echo_n "checking for $ac_word... " >&6; }
7008-if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7009- $as_echo_n "(cached) " >&6
7276+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
7277+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7278+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
7279+ echo $ECHO_N "(cached) $ECHO_C" >&6
70107280 else
70117281 if test -n "$ac_ct_NMEDIT"; then
70127282 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
@@ -7016,25 +7286,25 @@ for as_dir in $PATH
70167286 do
70177287 IFS=$as_save_IFS
70187288 test -z "$as_dir" && as_dir=.
7019- for ac_exec_ext in '' $ac_executable_extensions; do
7289+ for ac_exec_ext in '' $ac_executable_extensions; do
70207290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
70217291 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7022- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7292+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
70237293 break 2
70247294 fi
70257295 done
7026- done
7296+done
70277297 IFS=$as_save_IFS
70287298
70297299 fi
70307300 fi
70317301 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
70327302 if test -n "$ac_ct_NMEDIT"; then
7033- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7034-$as_echo "$ac_ct_NMEDIT" >&6; }
7303+ { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7304+echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
70357305 else
7036- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7037-$as_echo "no" >&6; }
7306+ { echo "$as_me:$LINENO: result: no" >&5
7307+echo "${ECHO_T}no" >&6; }
70387308 fi
70397309
70407310 if test "x$ac_ct_NMEDIT" = x; then
@@ -7042,8 +7312,12 @@ fi
70427312 else
70437313 case $cross_compiling:$ac_tool_warned in
70447314 yes:)
7045-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7046-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7315+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7316+whose name does not start with the host triplet. If you think this
7317+configuration is useful to you, please write to autoconf@gnu.org." >&5
7318+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7319+whose name does not start with the host triplet. If you think this
7320+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
70477321 ac_tool_warned=yes ;;
70487322 esac
70497323 NMEDIT=$ac_ct_NMEDIT
@@ -7053,10 +7327,10 @@ else
70537327 fi
70547328
70557329
7056- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7057-$as_echo_n "checking for -single_module linker flag... " >&6; }
7058-if ${lt_cv_apple_cc_single_mod+:} false; then :
7059- $as_echo_n "(cached) " >&6
7330+ { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7331+echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
7332+if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7333+ echo $ECHO_N "(cached) $ECHO_C" >&6
70607334 else
70617335 lt_cv_apple_cc_single_mod=no
70627336 if test -z "${LT_MULTI_MODULE}"; then
@@ -7074,18 +7348,22 @@ else
70747348 rm conftest.c
70757349 fi
70767350 fi
7077-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7078-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7079- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7080-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7081-if ${lt_cv_ld_exported_symbols_list+:} false; then :
7082- $as_echo_n "(cached) " >&6
7351+{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7352+echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
7353+ { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7354+echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
7355+if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7356+ echo $ECHO_N "(cached) $ECHO_C" >&6
70837357 else
70847358 lt_cv_ld_exported_symbols_list=no
70857359 save_LDFLAGS=$LDFLAGS
70867360 echo "_main" > conftest.sym
70877361 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7088- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7362+ cat >conftest.$ac_ext <<_ACEOF
7363+/* confdefs.h. */
7364+_ACEOF
7365+cat confdefs.h >>conftest.$ac_ext
7366+cat >>conftest.$ac_ext <<_ACEOF
70897367 /* end confdefs.h. */
70907368
70917369 int
@@ -7096,18 +7374,39 @@ main ()
70967374 return 0;
70977375 }
70987376 _ACEOF
7099-if ac_fn_c_try_link "$LINENO"; then :
7377+rm -f conftest.$ac_objext conftest$ac_exeext
7378+if { (ac_try="$ac_link"
7379+case "(($ac_try" in
7380+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7381+ *) ac_try_echo=$ac_try;;
7382+esac
7383+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7384+ (eval "$ac_link") 2>conftest.er1
7385+ ac_status=$?
7386+ grep -v '^ *+' conftest.er1 >conftest.err
7387+ rm -f conftest.er1
7388+ cat conftest.err >&5
7389+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7390+ (exit $ac_status); } && {
7391+ test -z "$ac_c_werror_flag" ||
7392+ test ! -s conftest.err
7393+ } && test -s conftest$ac_exeext &&
7394+ $as_test_x conftest$ac_exeext; then
71007395 lt_cv_ld_exported_symbols_list=yes
71017396 else
7102- lt_cv_ld_exported_symbols_list=no
7397+ echo "$as_me: failed program was:" >&5
7398+sed 's/^/| /' conftest.$ac_ext >&5
7399+
7400+ lt_cv_ld_exported_symbols_list=no
71037401 fi
7104-rm -f core conftest.err conftest.$ac_objext \
7105- conftest$ac_exeext conftest.$ac_ext
7402+
7403+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7404+ conftest$ac_exeext conftest.$ac_ext
71067405 LDFLAGS="$save_LDFLAGS"
71077406
71087407 fi
7109-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7110-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7408+{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
7409+echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
71117410 case $host_os in
71127411 rhapsody* | darwin1.[0123])
71137412 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
@@ -7148,7 +7447,7 @@ enable_dlopen=no
71487447 enable_win32_dll=no
71497448
71507449 # Check whether --enable-libtool-lock was given.
7151-if test "${enable_libtool_lock+set}" = set; then :
7450+if test "${enable_libtool_lock+set}" = set; then
71527451 enableval=$enable_libtool_lock;
71537452 fi
71547453
@@ -7156,7 +7455,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
71567455
71577456
71587457 # Check whether --with-pic was given.
7159-if test "${with_pic+set}" = set; then :
7458+if test "${with_pic+set}" = set; then
71607459 withval=$with_pic; pic_mode="$withval"
71617460 else
71627461 pic_mode=default
@@ -7219,10 +7518,10 @@ if test "$GCC" = yes; then
72197518 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
72207519
72217520
7222-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7223-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7224-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7225- $as_echo_n "(cached) " >&6
7521+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7522+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
7523+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7524+ echo $ECHO_N "(cached) $ECHO_C" >&6
72267525 else
72277526 lt_cv_prog_compiler_rtti_exceptions=no
72287527 ac_outfile=conftest.$ac_objext
@@ -7237,11 +7536,11 @@ else
72377536 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
72387537 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
72397538 -e 's:$: $lt_compiler_flag:'`
7240- (eval echo "\"\$as_me:7240: $lt_compile\"" >&5)
7539+ (eval echo "\"\$as_me:7539: $lt_compile\"" >&5)
72417540 (eval "$lt_compile" 2>conftest.err)
72427541 ac_status=$?
72437542 cat conftest.err >&5
7244- echo "$as_me:7244: \$? = $ac_status" >&5
7543+ echo "$as_me:7543: \$? = $ac_status" >&5
72457544 if (exit $ac_status) && test -s "$ac_outfile"; then
72467545 # The compiler can only warn and ignore the option if not recognized
72477546 # So say no if there are warnings other than the usual output.
@@ -7254,8 +7553,8 @@ else
72547553 $rm conftest*
72557554
72567555 fi
7257-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7258-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7556+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7557+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
72597558
72607559 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
72617560 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
@@ -7269,8 +7568,8 @@ lt_prog_compiler_wl=
72697568 lt_prog_compiler_pic=
72707569 lt_prog_compiler_static=
72717570
7272-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7273-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7571+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7572+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
72747573
72757574 if test "$GCC" = yes; then
72767575 lt_prog_compiler_wl='-Wl,'
@@ -7501,18 +7800,18 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
75017800 esac
75027801 fi
75037802
7504-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7505-$as_echo "$lt_prog_compiler_pic" >&6; }
7803+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7804+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
75067805
75077806 #
75087807 # Check to make sure the PIC flag actually works.
75097808 #
75107809 if test -n "$lt_prog_compiler_pic"; then
75117810
7512-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7513-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7514-if ${lt_cv_prog_compiler_pic_works+:} false; then :
7515- $as_echo_n "(cached) " >&6
7811+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7812+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
7813+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7814+ echo $ECHO_N "(cached) $ECHO_C" >&6
75167815 else
75177816 lt_cv_prog_compiler_pic_works=no
75187817 ac_outfile=conftest.$ac_objext
@@ -7527,11 +7826,11 @@ else
75277826 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
75287827 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
75297828 -e 's:$: $lt_compiler_flag:'`
7530- (eval echo "\"\$as_me:7530: $lt_compile\"" >&5)
7829+ (eval echo "\"\$as_me:7829: $lt_compile\"" >&5)
75317830 (eval "$lt_compile" 2>conftest.err)
75327831 ac_status=$?
75337832 cat conftest.err >&5
7534- echo "$as_me:7534: \$? = $ac_status" >&5
7833+ echo "$as_me:7833: \$? = $ac_status" >&5
75357834 if (exit $ac_status) && test -s "$ac_outfile"; then
75367835 # The compiler can only warn and ignore the option if not recognized
75377836 # So say no if there are warnings other than the usual output.
@@ -7544,8 +7843,8 @@ else
75447843 $rm conftest*
75457844
75467845 fi
7547-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7548-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7846+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
7847+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
75497848
75507849 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
75517850 case $lt_prog_compiler_pic in
@@ -7572,10 +7871,10 @@ esac
75727871 # Check to make sure the static flag actually works.
75737872 #
75747873 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7575-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7576-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7577-if ${lt_cv_prog_compiler_static_works+:} false; then :
7578- $as_echo_n "(cached) " >&6
7874+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7875+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
7876+if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7877+ echo $ECHO_N "(cached) $ECHO_C" >&6
75797878 else
75807879 lt_cv_prog_compiler_static_works=no
75817880 save_LDFLAGS="$LDFLAGS"
@@ -7600,8 +7899,8 @@ else
76007899 LDFLAGS="$save_LDFLAGS"
76017900
76027901 fi
7603-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7604-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7902+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
7903+echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
76057904
76067905 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
76077906 :
@@ -7610,10 +7909,10 @@ else
76107909 fi
76117910
76127911
7613-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7614-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7615-if ${lt_cv_prog_compiler_c_o+:} false; then :
7616- $as_echo_n "(cached) " >&6
7912+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7913+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
7914+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7915+ echo $ECHO_N "(cached) $ECHO_C" >&6
76177916 else
76187917 lt_cv_prog_compiler_c_o=no
76197918 $rm -r conftest 2>/dev/null
@@ -7631,11 +7930,11 @@ else
76317930 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
76327931 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
76337932 -e 's:$: $lt_compiler_flag:'`
7634- (eval echo "\"\$as_me:7634: $lt_compile\"" >&5)
7933+ (eval echo "\"\$as_me:7933: $lt_compile\"" >&5)
76357934 (eval "$lt_compile" 2>out/conftest.err)
76367935 ac_status=$?
76377936 cat out/conftest.err >&5
7638- echo "$as_me:7638: \$? = $ac_status" >&5
7937+ echo "$as_me:7937: \$? = $ac_status" >&5
76397938 if (exit $ac_status) && test -s out/conftest2.$ac_objext
76407939 then
76417940 # The compiler can only warn and ignore the option if not recognized
@@ -7657,34 +7956,34 @@ else
76577956 $rm conftest*
76587957
76597958 fi
7660-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7661-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7959+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7960+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
76627961
76637962
76647963 hard_links="nottested"
76657964 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
76667965 # do not overwrite the value of need_locks provided by the user
7667- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7668-$as_echo_n "checking if we can lock with hard links... " >&6; }
7966+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7967+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
76697968 hard_links=yes
76707969 $rm conftest*
76717970 ln conftest.a conftest.b 2>/dev/null && hard_links=no
76727971 touch conftest.a
76737972 ln conftest.a conftest.b 2>&5 || hard_links=no
76747973 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7675- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7676-$as_echo "$hard_links" >&6; }
7974+ { echo "$as_me:$LINENO: result: $hard_links" >&5
7975+echo "${ECHO_T}$hard_links" >&6; }
76777976 if test "$hard_links" = no; then
7678- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7679-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7977+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7978+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
76807979 need_locks=warn
76817980 fi
76827981 else
76837982 need_locks=no
76847983 fi
76857984
7686-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7687-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7985+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7986+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
76887987
76897988 runpath_var=
76907989 allow_undefined_flag=
@@ -8094,7 +8393,11 @@ _LT_EOF
80948393 # -berok will link without error, but may produce a broken library.
80958394 allow_undefined_flag='-berok'
80968395 # Determine the default libpath from the value encoded in an empty executable.
8097- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8396+ cat >conftest.$ac_ext <<_ACEOF
8397+/* confdefs.h. */
8398+_ACEOF
8399+cat confdefs.h >>conftest.$ac_ext
8400+cat >>conftest.$ac_ext <<_ACEOF
80988401 /* end confdefs.h. */
80998402
81008403 int
@@ -8105,7 +8408,24 @@ main ()
81058408 return 0;
81068409 }
81078410 _ACEOF
8108-if ac_fn_c_try_link "$LINENO"; then :
8411+rm -f conftest.$ac_objext conftest$ac_exeext
8412+if { (ac_try="$ac_link"
8413+case "(($ac_try" in
8414+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8415+ *) ac_try_echo=$ac_try;;
8416+esac
8417+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8418+ (eval "$ac_link") 2>conftest.er1
8419+ ac_status=$?
8420+ grep -v '^ *+' conftest.er1 >conftest.err
8421+ rm -f conftest.er1
8422+ cat conftest.err >&5
8423+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8424+ (exit $ac_status); } && {
8425+ test -z "$ac_c_werror_flag" ||
8426+ test ! -s conftest.err
8427+ } && test -s conftest$ac_exeext &&
8428+ $as_test_x conftest$ac_exeext; then
81098429
81108430 lt_aix_libpath_sed='
81118431 /Import File Strings/,/^$/ {
@@ -8119,9 +8439,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
81198439 if test -z "$aix_libpath"; then
81208440 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81218441 fi
8442+else
8443+ echo "$as_me: failed program was:" >&5
8444+sed 's/^/| /' conftest.$ac_ext >&5
8445+
8446+
81228447 fi
8123-rm -f core conftest.err conftest.$ac_objext \
8124- conftest$ac_exeext conftest.$ac_ext
8448+
8449+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8450+ conftest$ac_exeext conftest.$ac_ext
81258451 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
81268452
81278453 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -8133,7 +8459,11 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
81338459 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
81348460 else
81358461 # Determine the default libpath from the value encoded in an empty executable.
8136- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8462+ cat >conftest.$ac_ext <<_ACEOF
8463+/* confdefs.h. */
8464+_ACEOF
8465+cat confdefs.h >>conftest.$ac_ext
8466+cat >>conftest.$ac_ext <<_ACEOF
81378467 /* end confdefs.h. */
81388468
81398469 int
@@ -8144,7 +8474,24 @@ main ()
81448474 return 0;
81458475 }
81468476 _ACEOF
8147-if ac_fn_c_try_link "$LINENO"; then :
8477+rm -f conftest.$ac_objext conftest$ac_exeext
8478+if { (ac_try="$ac_link"
8479+case "(($ac_try" in
8480+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8481+ *) ac_try_echo=$ac_try;;
8482+esac
8483+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8484+ (eval "$ac_link") 2>conftest.er1
8485+ ac_status=$?
8486+ grep -v '^ *+' conftest.er1 >conftest.err
8487+ rm -f conftest.er1
8488+ cat conftest.err >&5
8489+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8490+ (exit $ac_status); } && {
8491+ test -z "$ac_c_werror_flag" ||
8492+ test ! -s conftest.err
8493+ } && test -s conftest$ac_exeext &&
8494+ $as_test_x conftest$ac_exeext; then
81488495
81498496 lt_aix_libpath_sed='
81508497 /Import File Strings/,/^$/ {
@@ -8158,9 +8505,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
81588505 if test -z "$aix_libpath"; then
81598506 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81608507 fi
8508+else
8509+ echo "$as_me: failed program was:" >&5
8510+sed 's/^/| /' conftest.$ac_ext >&5
8511+
8512+
81618513 fi
8162-rm -f core conftest.err conftest.$ac_objext \
8163- conftest$ac_exeext conftest.$ac_ext
8514+
8515+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8516+ conftest$ac_exeext conftest.$ac_ext
81648517 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
81658518
81668519 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -8610,8 +8963,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
86108963 esac
86118964 fi
86128965
8613-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8614-$as_echo "$ld_shlibs" >&6; }
8966+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8967+echo "${ECHO_T}$ld_shlibs" >&6; }
86158968 test "$ld_shlibs" = no && can_build_shared=no
86168969
86178970 #
@@ -8631,16 +8984,16 @@ x|xyes)
86318984 # Test whether the compiler implicitly links with -lc since on some
86328985 # systems, -lgcc has to come before -lc. If gcc already passes -lc
86338986 # to ld, don't add -lc before -lgcc.
8634- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8635-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8987+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8988+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
86368989 $rm conftest*
86378990 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
86388991
8639- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8992+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
86408993 (eval $ac_compile) 2>&5
86418994 ac_status=$?
8642- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8643- test $ac_status = 0; } 2>conftest.err; then
8995+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8996+ (exit $ac_status); } 2>conftest.err; then
86448997 soname=conftest
86458998 lib=conftest
86468999 libobjs=conftest.$ac_objext
@@ -8654,11 +9007,11 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
86549007 libname=conftest
86559008 lt_save_allow_undefined_flag=$allow_undefined_flag
86569009 allow_undefined_flag=
8657- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9010+ if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
86589011 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
86599012 ac_status=$?
8660- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8661- test $ac_status = 0; }
9013+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9014+ (exit $ac_status); }
86629015 then
86639016 archive_cmds_need_lc=no
86649017 else
@@ -8669,16 +9022,16 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
86699022 cat conftest.err 1>&5
86709023 fi
86719024 $rm conftest*
8672- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
8673-$as_echo "$archive_cmds_need_lc" >&6; }
9025+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9026+echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
86749027 ;;
86759028 esac
86769029 fi
86779030 ;;
86789031 esac
86799032
8680-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
8681-$as_echo_n "checking dynamic linker characteristics... " >&6; }
9033+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9034+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
86829035 library_names_spec=
86839036 libname_spec='lib$name'
86849037 soname_spec=
@@ -9291,19 +9644,19 @@ uts4*)
92919644 dynamic_linker=no
92929645 ;;
92939646 esac
9294-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9295-$as_echo "$dynamic_linker" >&6; }
9647+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9648+echo "${ECHO_T}$dynamic_linker" >&6; }
92969649 test "$dynamic_linker" = no && can_build_shared=no
92979650
9298-if ${lt_cv_sys_lib_search_path_spec+:} false; then :
9299- $as_echo_n "(cached) " >&6
9651+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9652+ echo $ECHO_N "(cached) $ECHO_C" >&6
93009653 else
93019654 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
93029655 fi
93039656
93049657 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9305-if ${lt_cv_sys_lib_dlsearch_path_spec+:} false; then :
9306- $as_echo_n "(cached) " >&6
9658+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9659+ echo $ECHO_N "(cached) $ECHO_C" >&6
93079660 else
93089661 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
93099662 fi
@@ -9315,8 +9668,8 @@ if test "$GCC" = yes; then
93159668 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
93169669 fi
93179670
9318-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9319-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9671+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9672+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
93209673 hardcode_action=
93219674 if test -n "$hardcode_libdir_flag_spec" || \
93229675 test -n "$runpath_var" || \
@@ -9340,8 +9693,8 @@ else
93409693 # directories.
93419694 hardcode_action=unsupported
93429695 fi
9343-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9344-$as_echo "$hardcode_action" >&6; }
9696+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
9697+echo "${ECHO_T}$hardcode_action" >&6; }
93459698
93469699 if test "$hardcode_action" = relink; then
93479700 # Fast installation is not supported
@@ -9354,13 +9707,13 @@ fi
93549707
93559708 striplib=
93569709 old_striplib=
9357-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
9358-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
9710+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9711+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
93599712 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
93609713 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
93619714 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
9362- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9363-$as_echo "yes" >&6; }
9715+ { echo "$as_me:$LINENO: result: yes" >&5
9716+echo "${ECHO_T}yes" >&6; }
93649717 else
93659718 # FIXME - insert some real tests, host_os isn't really good enough
93669719 case $host_os in
@@ -9368,16 +9721,16 @@ else
93689721 if test -n "$STRIP" ; then
93699722 striplib="$STRIP -x"
93709723 old_striplib="$STRIP -S"
9371- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9372-$as_echo "yes" >&6; }
9724+ { echo "$as_me:$LINENO: result: yes" >&5
9725+echo "${ECHO_T}yes" >&6; }
93739726 else
9374- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9375-$as_echo "no" >&6; }
9727+ { echo "$as_me:$LINENO: result: no" >&5
9728+echo "${ECHO_T}no" >&6; }
93769729 fi
93779730 ;;
93789731 *)
9379- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9380-$as_echo "no" >&6; }
9732+ { echo "$as_me:$LINENO: result: no" >&5
9733+echo "${ECHO_T}no" >&6; }
93819734 ;;
93829735 esac
93839736 fi
@@ -9409,14 +9762,18 @@ else
94099762
94109763 darwin*)
94119764 # if libdl is installed we need to link against it
9412- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9413-$as_echo_n "checking for dlopen in -ldl... " >&6; }
9414-if ${ac_cv_lib_dl_dlopen+:} false; then :
9415- $as_echo_n "(cached) " >&6
9765+ { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9766+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9767+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9768+ echo $ECHO_N "(cached) $ECHO_C" >&6
94169769 else
94179770 ac_check_lib_save_LIBS=$LIBS
94189771 LIBS="-ldl $LIBS"
9419-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9772+cat >conftest.$ac_ext <<_ACEOF
9773+/* confdefs.h. */
9774+_ACEOF
9775+cat confdefs.h >>conftest.$ac_ext
9776+cat >>conftest.$ac_ext <<_ACEOF
94209777 /* end confdefs.h. */
94219778
94229779 /* Override any GCC internal prototype to avoid an error.
@@ -9434,18 +9791,39 @@ return dlopen ();
94349791 return 0;
94359792 }
94369793 _ACEOF
9437-if ac_fn_c_try_link "$LINENO"; then :
9794+rm -f conftest.$ac_objext conftest$ac_exeext
9795+if { (ac_try="$ac_link"
9796+case "(($ac_try" in
9797+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9798+ *) ac_try_echo=$ac_try;;
9799+esac
9800+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9801+ (eval "$ac_link") 2>conftest.er1
9802+ ac_status=$?
9803+ grep -v '^ *+' conftest.er1 >conftest.err
9804+ rm -f conftest.er1
9805+ cat conftest.err >&5
9806+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9807+ (exit $ac_status); } && {
9808+ test -z "$ac_c_werror_flag" ||
9809+ test ! -s conftest.err
9810+ } && test -s conftest$ac_exeext &&
9811+ $as_test_x conftest$ac_exeext; then
94389812 ac_cv_lib_dl_dlopen=yes
94399813 else
9440- ac_cv_lib_dl_dlopen=no
9814+ echo "$as_me: failed program was:" >&5
9815+sed 's/^/| /' conftest.$ac_ext >&5
9816+
9817+ ac_cv_lib_dl_dlopen=no
94419818 fi
9442-rm -f core conftest.err conftest.$ac_objext \
9443- conftest$ac_exeext conftest.$ac_ext
9819+
9820+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9821+ conftest$ac_exeext conftest.$ac_ext
94449822 LIBS=$ac_check_lib_save_LIBS
94459823 fi
9446-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9447-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9448-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
9824+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9825+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
9826+if test $ac_cv_lib_dl_dlopen = yes; then
94499827 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
94509828 else
94519829
@@ -9458,18 +9836,102 @@ fi
94589836 ;;
94599837
94609838 *)
9461- ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9462-if test "x$ac_cv_func_shl_load" = xyes; then :
9839+ { echo "$as_me:$LINENO: checking for shl_load" >&5
9840+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
9841+if test "${ac_cv_func_shl_load+set}" = set; then
9842+ echo $ECHO_N "(cached) $ECHO_C" >&6
9843+else
9844+ cat >conftest.$ac_ext <<_ACEOF
9845+/* confdefs.h. */
9846+_ACEOF
9847+cat confdefs.h >>conftest.$ac_ext
9848+cat >>conftest.$ac_ext <<_ACEOF
9849+/* end confdefs.h. */
9850+/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9851+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
9852+#define shl_load innocuous_shl_load
9853+
9854+/* System header to define __stub macros and hopefully few prototypes,
9855+ which can conflict with char shl_load (); below.
9856+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9857+ <limits.h> exists even on freestanding compilers. */
9858+
9859+#ifdef __STDC__
9860+# include <limits.h>
9861+#else
9862+# include <assert.h>
9863+#endif
9864+
9865+#undef shl_load
9866+
9867+/* Override any GCC internal prototype to avoid an error.
9868+ Use char because int might match the return type of a GCC
9869+ builtin and then its argument prototype would still apply. */
9870+#ifdef __cplusplus
9871+extern "C"
9872+#endif
9873+char shl_load ();
9874+/* The GNU C library defines this for functions which it implements
9875+ to always fail with ENOSYS. Some functions are actually named
9876+ something starting with __ and the normal name is an alias. */
9877+#if defined __stub_shl_load || defined __stub___shl_load
9878+choke me
9879+#endif
9880+
9881+int
9882+main ()
9883+{
9884+return shl_load ();
9885+ ;
9886+ return 0;
9887+}
9888+_ACEOF
9889+rm -f conftest.$ac_objext conftest$ac_exeext
9890+if { (ac_try="$ac_link"
9891+case "(($ac_try" in
9892+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9893+ *) ac_try_echo=$ac_try;;
9894+esac
9895+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9896+ (eval "$ac_link") 2>conftest.er1
9897+ ac_status=$?
9898+ grep -v '^ *+' conftest.er1 >conftest.err
9899+ rm -f conftest.er1
9900+ cat conftest.err >&5
9901+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9902+ (exit $ac_status); } && {
9903+ test -z "$ac_c_werror_flag" ||
9904+ test ! -s conftest.err
9905+ } && test -s conftest$ac_exeext &&
9906+ $as_test_x conftest$ac_exeext; then
9907+ ac_cv_func_shl_load=yes
9908+else
9909+ echo "$as_me: failed program was:" >&5
9910+sed 's/^/| /' conftest.$ac_ext >&5
9911+
9912+ ac_cv_func_shl_load=no
9913+fi
9914+
9915+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9916+ conftest$ac_exeext conftest.$ac_ext
9917+fi
9918+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9919+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
9920+if test $ac_cv_func_shl_load = yes; then
94639921 lt_cv_dlopen="shl_load"
94649922 else
9465- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
9466-$as_echo_n "checking for shl_load in -ldld... " >&6; }
9467-if ${ac_cv_lib_dld_shl_load+:} false; then :
9468- $as_echo_n "(cached) " >&6
9923+ { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9924+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
9925+if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9926+ echo $ECHO_N "(cached) $ECHO_C" >&6
94699927 else
94709928 ac_check_lib_save_LIBS=$LIBS
94719929 LIBS="-ldld $LIBS"
9472-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9930+cat >conftest.$ac_ext <<_ACEOF
9931+/* confdefs.h. */
9932+_ACEOF
9933+cat confdefs.h >>conftest.$ac_ext
9934+cat >>conftest.$ac_ext <<_ACEOF
94739935 /* end confdefs.h. */
94749936
94759937 /* Override any GCC internal prototype to avoid an error.
@@ -9487,32 +9949,137 @@ return shl_load ();
94879949 return 0;
94889950 }
94899951 _ACEOF
9490-if ac_fn_c_try_link "$LINENO"; then :
9952+rm -f conftest.$ac_objext conftest$ac_exeext
9953+if { (ac_try="$ac_link"
9954+case "(($ac_try" in
9955+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9956+ *) ac_try_echo=$ac_try;;
9957+esac
9958+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9959+ (eval "$ac_link") 2>conftest.er1
9960+ ac_status=$?
9961+ grep -v '^ *+' conftest.er1 >conftest.err
9962+ rm -f conftest.er1
9963+ cat conftest.err >&5
9964+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965+ (exit $ac_status); } && {
9966+ test -z "$ac_c_werror_flag" ||
9967+ test ! -s conftest.err
9968+ } && test -s conftest$ac_exeext &&
9969+ $as_test_x conftest$ac_exeext; then
94919970 ac_cv_lib_dld_shl_load=yes
94929971 else
9493- ac_cv_lib_dld_shl_load=no
9972+ echo "$as_me: failed program was:" >&5
9973+sed 's/^/| /' conftest.$ac_ext >&5
9974+
9975+ ac_cv_lib_dld_shl_load=no
94949976 fi
9495-rm -f core conftest.err conftest.$ac_objext \
9496- conftest$ac_exeext conftest.$ac_ext
9977+
9978+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9979+ conftest$ac_exeext conftest.$ac_ext
94979980 LIBS=$ac_check_lib_save_LIBS
94989981 fi
9499-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
9500-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
9501-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
9982+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9983+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
9984+if test $ac_cv_lib_dld_shl_load = yes; then
95029985 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
95039986 else
9504- ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
9505-if test "x$ac_cv_func_dlopen" = xyes; then :
9987+ { echo "$as_me:$LINENO: checking for dlopen" >&5
9988+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
9989+if test "${ac_cv_func_dlopen+set}" = set; then
9990+ echo $ECHO_N "(cached) $ECHO_C" >&6
9991+else
9992+ cat >conftest.$ac_ext <<_ACEOF
9993+/* confdefs.h. */
9994+_ACEOF
9995+cat confdefs.h >>conftest.$ac_ext
9996+cat >>conftest.$ac_ext <<_ACEOF
9997+/* end confdefs.h. */
9998+/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
9999+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
10000+#define dlopen innocuous_dlopen
10001+
10002+/* System header to define __stub macros and hopefully few prototypes,
10003+ which can conflict with char dlopen (); below.
10004+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10005+ <limits.h> exists even on freestanding compilers. */
10006+
10007+#ifdef __STDC__
10008+# include <limits.h>
10009+#else
10010+# include <assert.h>
10011+#endif
10012+
10013+#undef dlopen
10014+
10015+/* Override any GCC internal prototype to avoid an error.
10016+ Use char because int might match the return type of a GCC
10017+ builtin and then its argument prototype would still apply. */
10018+#ifdef __cplusplus
10019+extern "C"
10020+#endif
10021+char dlopen ();
10022+/* The GNU C library defines this for functions which it implements
10023+ to always fail with ENOSYS. Some functions are actually named
10024+ something starting with __ and the normal name is an alias. */
10025+#if defined __stub_dlopen || defined __stub___dlopen
10026+choke me
10027+#endif
10028+
10029+int
10030+main ()
10031+{
10032+return dlopen ();
10033+ ;
10034+ return 0;
10035+}
10036+_ACEOF
10037+rm -f conftest.$ac_objext conftest$ac_exeext
10038+if { (ac_try="$ac_link"
10039+case "(($ac_try" in
10040+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10041+ *) ac_try_echo=$ac_try;;
10042+esac
10043+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10044+ (eval "$ac_link") 2>conftest.er1
10045+ ac_status=$?
10046+ grep -v '^ *+' conftest.er1 >conftest.err
10047+ rm -f conftest.er1
10048+ cat conftest.err >&5
10049+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
10050+ (exit $ac_status); } && {
10051+ test -z "$ac_c_werror_flag" ||
10052+ test ! -s conftest.err
10053+ } && test -s conftest$ac_exeext &&
10054+ $as_test_x conftest$ac_exeext; then
10055+ ac_cv_func_dlopen=yes
10056+else
10057+ echo "$as_me: failed program was:" >&5
10058+sed 's/^/| /' conftest.$ac_ext >&5
10059+
10060+ ac_cv_func_dlopen=no
10061+fi
10062+
10063+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10064+ conftest$ac_exeext conftest.$ac_ext
10065+fi
10066+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10067+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10068+if test $ac_cv_func_dlopen = yes; then
950610069 lt_cv_dlopen="dlopen"
950710070 else
9508- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9509-$as_echo_n "checking for dlopen in -ldl... " >&6; }
9510-if ${ac_cv_lib_dl_dlopen+:} false; then :
9511- $as_echo_n "(cached) " >&6
10071+ { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10072+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10073+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10074+ echo $ECHO_N "(cached) $ECHO_C" >&6
951210075 else
951310076 ac_check_lib_save_LIBS=$LIBS
951410077 LIBS="-ldl $LIBS"
9515-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10078+cat >conftest.$ac_ext <<_ACEOF
10079+/* confdefs.h. */
10080+_ACEOF
10081+cat confdefs.h >>conftest.$ac_ext
10082+cat >>conftest.$ac_ext <<_ACEOF
951610083 /* end confdefs.h. */
951710084
951810085 /* Override any GCC internal prototype to avoid an error.
@@ -9530,28 +10097,53 @@ return dlopen ();
953010097 return 0;
953110098 }
953210099 _ACEOF
9533-if ac_fn_c_try_link "$LINENO"; then :
10100+rm -f conftest.$ac_objext conftest$ac_exeext
10101+if { (ac_try="$ac_link"
10102+case "(($ac_try" in
10103+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10104+ *) ac_try_echo=$ac_try;;
10105+esac
10106+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10107+ (eval "$ac_link") 2>conftest.er1
10108+ ac_status=$?
10109+ grep -v '^ *+' conftest.er1 >conftest.err
10110+ rm -f conftest.er1
10111+ cat conftest.err >&5
10112+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
10113+ (exit $ac_status); } && {
10114+ test -z "$ac_c_werror_flag" ||
10115+ test ! -s conftest.err
10116+ } && test -s conftest$ac_exeext &&
10117+ $as_test_x conftest$ac_exeext; then
953410118 ac_cv_lib_dl_dlopen=yes
953510119 else
9536- ac_cv_lib_dl_dlopen=no
10120+ echo "$as_me: failed program was:" >&5
10121+sed 's/^/| /' conftest.$ac_ext >&5
10122+
10123+ ac_cv_lib_dl_dlopen=no
953710124 fi
9538-rm -f core conftest.err conftest.$ac_objext \
9539- conftest$ac_exeext conftest.$ac_ext
10125+
10126+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10127+ conftest$ac_exeext conftest.$ac_ext
954010128 LIBS=$ac_check_lib_save_LIBS
954110129 fi
9542-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9543-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9544-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10130+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10131+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10132+if test $ac_cv_lib_dl_dlopen = yes; then
954510133 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
954610134 else
9547- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
9548-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
9549-if ${ac_cv_lib_svld_dlopen+:} false; then :
9550- $as_echo_n "(cached) " >&6
10135+ { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10136+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
10137+if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10138+ echo $ECHO_N "(cached) $ECHO_C" >&6
955110139 else
955210140 ac_check_lib_save_LIBS=$LIBS
955310141 LIBS="-lsvld $LIBS"
9554-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10142+cat >conftest.$ac_ext <<_ACEOF
10143+/* confdefs.h. */
10144+_ACEOF
10145+cat confdefs.h >>conftest.$ac_ext
10146+cat >>conftest.$ac_ext <<_ACEOF
955510147 /* end confdefs.h. */
955610148
955710149 /* Override any GCC internal prototype to avoid an error.
@@ -9569,28 +10161,53 @@ return dlopen ();
956910161 return 0;
957010162 }
957110163 _ACEOF
9572-if ac_fn_c_try_link "$LINENO"; then :
10164+rm -f conftest.$ac_objext conftest$ac_exeext
10165+if { (ac_try="$ac_link"
10166+case "(($ac_try" in
10167+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10168+ *) ac_try_echo=$ac_try;;
10169+esac
10170+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10171+ (eval "$ac_link") 2>conftest.er1
10172+ ac_status=$?
10173+ grep -v '^ *+' conftest.er1 >conftest.err
10174+ rm -f conftest.er1
10175+ cat conftest.err >&5
10176+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
10177+ (exit $ac_status); } && {
10178+ test -z "$ac_c_werror_flag" ||
10179+ test ! -s conftest.err
10180+ } && test -s conftest$ac_exeext &&
10181+ $as_test_x conftest$ac_exeext; then
957310182 ac_cv_lib_svld_dlopen=yes
957410183 else
9575- ac_cv_lib_svld_dlopen=no
10184+ echo "$as_me: failed program was:" >&5
10185+sed 's/^/| /' conftest.$ac_ext >&5
10186+
10187+ ac_cv_lib_svld_dlopen=no
957610188 fi
9577-rm -f core conftest.err conftest.$ac_objext \
9578- conftest$ac_exeext conftest.$ac_ext
10189+
10190+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10191+ conftest$ac_exeext conftest.$ac_ext
957910192 LIBS=$ac_check_lib_save_LIBS
958010193 fi
9581-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
9582-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
9583-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10194+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10195+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
10196+if test $ac_cv_lib_svld_dlopen = yes; then
958410197 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
958510198 else
9586- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
9587-$as_echo_n "checking for dld_link in -ldld... " >&6; }
9588-if ${ac_cv_lib_dld_dld_link+:} false; then :
9589- $as_echo_n "(cached) " >&6
10199+ { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10200+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
10201+if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10202+ echo $ECHO_N "(cached) $ECHO_C" >&6
959010203 else
959110204 ac_check_lib_save_LIBS=$LIBS
959210205 LIBS="-ldld $LIBS"
9593-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10206+cat >conftest.$ac_ext <<_ACEOF
10207+/* confdefs.h. */
10208+_ACEOF
10209+cat confdefs.h >>conftest.$ac_ext
10210+cat >>conftest.$ac_ext <<_ACEOF
959410211 /* end confdefs.h. */
959510212
959610213 /* Override any GCC internal prototype to avoid an error.
@@ -9608,18 +10225,39 @@ return dld_link ();
960810225 return 0;
960910226 }
961010227 _ACEOF
9611-if ac_fn_c_try_link "$LINENO"; then :
10228+rm -f conftest.$ac_objext conftest$ac_exeext
10229+if { (ac_try="$ac_link"
10230+case "(($ac_try" in
10231+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10232+ *) ac_try_echo=$ac_try;;
10233+esac
10234+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10235+ (eval "$ac_link") 2>conftest.er1
10236+ ac_status=$?
10237+ grep -v '^ *+' conftest.er1 >conftest.err
10238+ rm -f conftest.er1
10239+ cat conftest.err >&5
10240+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
10241+ (exit $ac_status); } && {
10242+ test -z "$ac_c_werror_flag" ||
10243+ test ! -s conftest.err
10244+ } && test -s conftest$ac_exeext &&
10245+ $as_test_x conftest$ac_exeext; then
961210246 ac_cv_lib_dld_dld_link=yes
961310247 else
9614- ac_cv_lib_dld_dld_link=no
10248+ echo "$as_me: failed program was:" >&5
10249+sed 's/^/| /' conftest.$ac_ext >&5
10250+
10251+ ac_cv_lib_dld_dld_link=no
961510252 fi
9616-rm -f core conftest.err conftest.$ac_objext \
9617- conftest$ac_exeext conftest.$ac_ext
10253+
10254+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10255+ conftest$ac_exeext conftest.$ac_ext
961810256 LIBS=$ac_check_lib_save_LIBS
961910257 fi
9620-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
9621-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
9622-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10258+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10259+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
10260+if test $ac_cv_lib_dld_dld_link = yes; then
962310261 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
962410262 fi
962510263
@@ -9658,10 +10296,10 @@ fi
965810296 save_LIBS="$LIBS"
965910297 LIBS="$lt_cv_dlopen_libs $LIBS"
966010298
9661- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
9662-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
9663-if ${lt_cv_dlopen_self+:} false; then :
9664- $as_echo_n "(cached) " >&6
10299+ { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10300+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
10301+if test "${lt_cv_dlopen_self+set}" = set; then
10302+ echo $ECHO_N "(cached) $ECHO_C" >&6
966510303 else
966610304 if test "$cross_compiling" = yes; then :
966710305 lt_cv_dlopen_self=cross
@@ -9669,7 +10307,7 @@ else
966910307 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
967010308 lt_status=$lt_dlunknown
967110309 cat > conftest.$ac_ext <<EOF
9672-#line 9672 "configure"
10310+#line 10310 "configure"
967310311 #include "confdefs.h"
967410312
967510313 #if HAVE_DLFCN_H
@@ -9732,11 +10370,11 @@ int main ()
973210370 exit (status);
973310371 }
973410372 EOF
9735- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10373+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
973610374 (eval $ac_link) 2>&5
973710375 ac_status=$?
9738- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9739- test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10376+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
10377+ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
974010378 (./conftest; exit; ) >&5 2>/dev/null
974110379 lt_status=$?
974210380 case x$lt_status in
@@ -9753,15 +10391,15 @@ rm -fr conftest*
975310391
975410392
975510393 fi
9756-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
9757-$as_echo "$lt_cv_dlopen_self" >&6; }
10394+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10395+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
975810396
975910397 if test "x$lt_cv_dlopen_self" = xyes; then
976010398 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
9761- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
9762-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
9763-if ${lt_cv_dlopen_self_static+:} false; then :
9764- $as_echo_n "(cached) " >&6
10399+ { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10400+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
10401+if test "${lt_cv_dlopen_self_static+set}" = set; then
10402+ echo $ECHO_N "(cached) $ECHO_C" >&6
976510403 else
976610404 if test "$cross_compiling" = yes; then :
976710405 lt_cv_dlopen_self_static=cross
@@ -9769,7 +10407,7 @@ else
976910407 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
977010408 lt_status=$lt_dlunknown
977110409 cat > conftest.$ac_ext <<EOF
9772-#line 9772 "configure"
10410+#line 10410 "configure"
977310411 #include "confdefs.h"
977410412
977510413 #if HAVE_DLFCN_H
@@ -9832,11 +10470,11 @@ int main ()
983210470 exit (status);
983310471 }
983410472 EOF
9835- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10473+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
983610474 (eval $ac_link) 2>&5
983710475 ac_status=$?
9838- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9839- test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10476+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
10477+ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
984010478 (./conftest; exit; ) >&5 2>/dev/null
984110479 lt_status=$?
984210480 case x$lt_status in
@@ -9853,8 +10491,8 @@ rm -fr conftest*
985310491
985410492
985510493 fi
9856-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
9857-$as_echo "$lt_cv_dlopen_self_static" >&6; }
10494+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10495+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
985810496 fi
985910497
986010498 CPPFLAGS="$save_CPPFLAGS"
@@ -9876,13 +10514,13 @@ fi
987610514
987710515
987810516 # Report which library types will actually be built
9879-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
9880-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
9881-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
9882-$as_echo "$can_build_shared" >&6; }
10517+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10518+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
10519+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
10520+echo "${ECHO_T}$can_build_shared" >&6; }
988310521
9884-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
9885-$as_echo_n "checking whether to build shared libraries... " >&6; }
10522+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10523+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
988610524 test "$can_build_shared" = "no" && enable_shared=no
988710525
988810526 # On AIX, shared libraries and static libraries use the same namespace, and
@@ -9902,15 +10540,15 @@ aix[4-9]*)
990210540 fi
990310541 ;;
990410542 esac
9905-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
9906-$as_echo "$enable_shared" >&6; }
10543+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
10544+echo "${ECHO_T}$enable_shared" >&6; }
990710545
9908-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
9909-$as_echo_n "checking whether to build static libraries... " >&6; }
10546+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10547+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
991010548 # Make sure either enable_shared or enable_static is yes.
991110549 test "$enable_shared" = yes || enable_static=yes
9912-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
9913-$as_echo "$enable_static" >&6; }
10550+{ echo "$as_me:$LINENO: result: $enable_static" >&5
10551+echo "${ECHO_T}$enable_static" >&6; }
991410552
991510553 # The else clause should only fire when bootstrapping the
991610554 # libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -10003,8 +10641,8 @@ if test -f "$ltmain"; then
1000310641 cfgfile="${ofile}T"
1000410642 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
1000510643 $rm -f "$cfgfile"
10006- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ofile" >&5
10007-$as_echo "$as_me: creating $ofile" >&6;}
10644+ { echo "$as_me:$LINENO: creating $ofile" >&5
10645+echo "$as_me: creating $ofile" >&6;}
1000810646
1000910647 cat <<__EOF__ >> "$cfgfile"
1001010648 #! $SHELL
@@ -10409,25 +11047,25 @@ CC="$lt_save_CC"
1040911047
1041011048
1041111049 # Check whether --with-tags was given.
10412-if test "${with_tags+set}" = set; then :
11050+if test "${with_tags+set}" = set; then
1041311051 withval=$with_tags; tagnames="$withval"
1041411052 fi
1041511053
1041611054
1041711055 if test -f "$ltmain" && test -n "$tagnames"; then
1041811056 if test ! -f "${ofile}"; then
10419- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not exist" >&5
10420-$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
11057+ { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
11058+echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
1042111059 fi
1042211060
1042311061 if test -z "$LTCC"; then
1042411062 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1042511063 if test -z "$LTCC"; then
10426- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not look like a libtool script" >&5
10427-$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
11064+ { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
11065+echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
1042811066 else
10429- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
10430-$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
11067+ { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
11068+echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
1043111069 fi
1043211070 fi
1043311071 if test -z "$LTCFLAGS"; then
@@ -10444,13 +11082,17 @@ $as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
1044411082 # Check whether tagname contains only valid characters
1044511083 case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
1044611084 "") ;;
10447- *) as_fn_error $? "invalid tag name: $tagname" "$LINENO" 5
11085+ *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
11086+echo "$as_me: error: invalid tag name: $tagname" >&2;}
11087+ { (exit 1); exit 1; }; }
1044811088 ;;
1044911089 esac
1045011090
1045111091 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1045211092 then
10453- as_fn_error $? "tag name \"$tagname\" already exists" "$LINENO" 5
11093+ { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11094+echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
11095+ { (exit 1); exit 1; }; }
1045411096 fi
1045511097
1045611098 # Update the list of available tags.
@@ -10583,7 +11225,7 @@ if test "$GXX" = yes; then
1058311225
1058411226
1058511227 # Check whether --with-gnu-ld was given.
10586-if test "${with_gnu_ld+set}" = set; then :
11228+if test "${with_gnu_ld+set}" = set; then
1058711229 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
1058811230 else
1058911231 with_gnu_ld=no
@@ -10592,8 +11234,8 @@ fi
1059211234 ac_prog=ld
1059311235 if test "$GCC" = yes; then
1059411236 # Check if gcc -print-prog-name=ld gives a path.
10595- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
10596-$as_echo_n "checking for ld used by $CC... " >&6; }
11237+ { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
11238+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
1059711239 case $host in
1059811240 *-*-mingw*)
1059911241 # gcc leaves a trailing carriage return which upsets mingw
@@ -10622,14 +11264,14 @@ $as_echo_n "checking for ld used by $CC... " >&6; }
1062211264 ;;
1062311265 esac
1062411266 elif test "$with_gnu_ld" = yes; then
10625- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
10626-$as_echo_n "checking for GNU ld... " >&6; }
11267+ { echo "$as_me:$LINENO: checking for GNU ld" >&5
11268+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
1062711269 else
10628- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
10629-$as_echo_n "checking for non-GNU ld... " >&6; }
11270+ { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
11271+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
1063011272 fi
10631-if ${lt_cv_path_LD+:} false; then :
10632- $as_echo_n "(cached) " >&6
11273+if test "${lt_cv_path_LD+set}" = set; then
11274+ echo $ECHO_N "(cached) $ECHO_C" >&6
1063311275 else
1063411276 if test -z "$LD"; then
1063511277 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
@@ -10659,17 +11301,19 @@ fi
1065911301
1066011302 LD="$lt_cv_path_LD"
1066111303 if test -n "$LD"; then
10662- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
10663-$as_echo "$LD" >&6; }
11304+ { echo "$as_me:$LINENO: result: $LD" >&5
11305+echo "${ECHO_T}$LD" >&6; }
1066411306 else
10665- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10666-$as_echo "no" >&6; }
11307+ { echo "$as_me:$LINENO: result: no" >&5
11308+echo "${ECHO_T}no" >&6; }
1066711309 fi
10668-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
10669-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
10670-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
10671-if ${lt_cv_prog_gnu_ld+:} false; then :
10672- $as_echo_n "(cached) " >&6
11310+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
11311+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
11312+ { (exit 1); exit 1; }; }
11313+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
11314+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
11315+if test "${lt_cv_prog_gnu_ld+set}" = set; then
11316+ echo $ECHO_N "(cached) $ECHO_C" >&6
1067311317 else
1067411318 # I'd rather use --version here, but apparently some GNU lds only accept -v.
1067511319 case `$LD -v 2>&1 </dev/null` in
@@ -10681,8 +11325,8 @@ case `$LD -v 2>&1 </dev/null` in
1068111325 ;;
1068211326 esac
1068311327 fi
10684-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
10685-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
11328+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
11329+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
1068611330 with_gnu_ld=$lt_cv_prog_gnu_ld
1068711331
1068811332
@@ -10732,8 +11376,8 @@ else
1073211376 fi
1073311377
1073411378 # PORTME: fill in a description of your system's C++ link characteristics
10735-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10736-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11379+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11380+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
1073711381 ld_shlibs_CXX=yes
1073811382 case $host_os in
1073911383 aix3*)
@@ -10829,7 +11473,11 @@ case $host_os in
1082911473 # -berok will link without error, but may produce a broken library.
1083011474 allow_undefined_flag_CXX='-berok'
1083111475 # Determine the default libpath from the value encoded in an empty executable.
10832- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11476+ cat >conftest.$ac_ext <<_ACEOF
11477+/* confdefs.h. */
11478+_ACEOF
11479+cat confdefs.h >>conftest.$ac_ext
11480+cat >>conftest.$ac_ext <<_ACEOF
1083311481 /* end confdefs.h. */
1083411482
1083511483 int
@@ -10840,7 +11488,24 @@ main ()
1084011488 return 0;
1084111489 }
1084211490 _ACEOF
10843-if ac_fn_cxx_try_link "$LINENO"; then :
11491+rm -f conftest.$ac_objext conftest$ac_exeext
11492+if { (ac_try="$ac_link"
11493+case "(($ac_try" in
11494+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11495+ *) ac_try_echo=$ac_try;;
11496+esac
11497+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11498+ (eval "$ac_link") 2>conftest.er1
11499+ ac_status=$?
11500+ grep -v '^ *+' conftest.er1 >conftest.err
11501+ rm -f conftest.er1
11502+ cat conftest.err >&5
11503+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
11504+ (exit $ac_status); } && {
11505+ test -z "$ac_cxx_werror_flag" ||
11506+ test ! -s conftest.err
11507+ } && test -s conftest$ac_exeext &&
11508+ $as_test_x conftest$ac_exeext; then
1084411509
1084511510 lt_aix_libpath_sed='
1084611511 /Import File Strings/,/^$/ {
@@ -10854,9 +11519,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
1085411519 if test -z "$aix_libpath"; then
1085511520 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1085611521 fi
11522+else
11523+ echo "$as_me: failed program was:" >&5
11524+sed 's/^/| /' conftest.$ac_ext >&5
11525+
11526+
1085711527 fi
10858-rm -f core conftest.err conftest.$ac_objext \
10859- conftest$ac_exeext conftest.$ac_ext
11528+
11529+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11530+ conftest$ac_exeext conftest.$ac_ext
1086011531 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1086111532
1086211533 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -10869,7 +11540,11 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1086911540 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
1087011541 else
1087111542 # Determine the default libpath from the value encoded in an empty executable.
10872- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11543+ cat >conftest.$ac_ext <<_ACEOF
11544+/* confdefs.h. */
11545+_ACEOF
11546+cat confdefs.h >>conftest.$ac_ext
11547+cat >>conftest.$ac_ext <<_ACEOF
1087311548 /* end confdefs.h. */
1087411549
1087511550 int
@@ -10880,7 +11555,24 @@ main ()
1088011555 return 0;
1088111556 }
1088211557 _ACEOF
10883-if ac_fn_cxx_try_link "$LINENO"; then :
11558+rm -f conftest.$ac_objext conftest$ac_exeext
11559+if { (ac_try="$ac_link"
11560+case "(($ac_try" in
11561+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11562+ *) ac_try_echo=$ac_try;;
11563+esac
11564+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11565+ (eval "$ac_link") 2>conftest.er1
11566+ ac_status=$?
11567+ grep -v '^ *+' conftest.er1 >conftest.err
11568+ rm -f conftest.er1
11569+ cat conftest.err >&5
11570+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
11571+ (exit $ac_status); } && {
11572+ test -z "$ac_cxx_werror_flag" ||
11573+ test ! -s conftest.err
11574+ } && test -s conftest$ac_exeext &&
11575+ $as_test_x conftest$ac_exeext; then
1088411576
1088511577 lt_aix_libpath_sed='
1088611578 /Import File Strings/,/^$/ {
@@ -10894,9 +11586,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
1089411586 if test -z "$aix_libpath"; then
1089511587 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1089611588 fi
11589+else
11590+ echo "$as_me: failed program was:" >&5
11591+sed 's/^/| /' conftest.$ac_ext >&5
11592+
11593+
1089711594 fi
10898-rm -f core conftest.err conftest.$ac_objext \
10899- conftest$ac_exeext conftest.$ac_ext
11595+
11596+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11597+ conftest$ac_exeext conftest.$ac_ext
1090011598 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1090111599
1090211600 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -11624,8 +12322,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1162412322 ld_shlibs_CXX=no
1162512323 ;;
1162612324 esac
11627-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
11628-$as_echo "$ld_shlibs_CXX" >&6; }
12325+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
12326+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
1162912327 test "$ld_shlibs_CXX" = no && can_build_shared=no
1163012328
1163112329 GCC_CXX="$GXX"
@@ -11641,11 +12339,11 @@ private:
1164112339 };
1164212340 EOF
1164312341
11644-if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12342+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1164512343 (eval $ac_compile) 2>&5
1164612344 ac_status=$?
11647- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11648- test $ac_status = 0; }; then
12345+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
12346+ (exit $ac_status); }; then
1164912347 # Parse the compiler output and extract the necessary
1165012348 # objects, libraries and library flags.
1165112349
@@ -11800,8 +12498,8 @@ lt_prog_compiler_wl_CXX=
1180012498 lt_prog_compiler_pic_CXX=
1180112499 lt_prog_compiler_static_CXX=
1180212500
11803-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
11804-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
12501+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
12502+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
1180512503
1180612504 # C++ specific cases for pic, static, wl, etc.
1180712505 if test "$GXX" = yes; then
@@ -12084,18 +12782,18 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1208412782 esac
1208512783 fi
1208612784
12087-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
12088-$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
12785+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
12786+echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
1208912787
1209012788 #
1209112789 # Check to make sure the PIC flag actually works.
1209212790 #
1209312791 if test -n "$lt_prog_compiler_pic_CXX"; then
1209412792
12095-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
12096-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
12097-if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
12098- $as_echo_n "(cached) " >&6
12793+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
12794+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
12795+if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
12796+ echo $ECHO_N "(cached) $ECHO_C" >&6
1209912797 else
1210012798 lt_cv_prog_compiler_pic_works_CXX=no
1210112799 ac_outfile=conftest.$ac_objext
@@ -12110,11 +12808,11 @@ else
1211012808 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1211112809 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1211212810 -e 's:$: $lt_compiler_flag:'`
12113- (eval echo "\"\$as_me:12113: $lt_compile\"" >&5)
12811+ (eval echo "\"\$as_me:12811: $lt_compile\"" >&5)
1211412812 (eval "$lt_compile" 2>conftest.err)
1211512813 ac_status=$?
1211612814 cat conftest.err >&5
12117- echo "$as_me:12117: \$? = $ac_status" >&5
12815+ echo "$as_me:12815: \$? = $ac_status" >&5
1211812816 if (exit $ac_status) && test -s "$ac_outfile"; then
1211912817 # The compiler can only warn and ignore the option if not recognized
1212012818 # So say no if there are warnings other than the usual output.
@@ -12127,8 +12825,8 @@ else
1212712825 $rm conftest*
1212812826
1212912827 fi
12130-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
12131-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
12828+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
12829+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
1213212830
1213312831 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
1213412832 case $lt_prog_compiler_pic_CXX in
@@ -12155,10 +12853,10 @@ esac
1215512853 # Check to make sure the static flag actually works.
1215612854 #
1215712855 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
12158-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12159-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
12160-if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
12161- $as_echo_n "(cached) " >&6
12856+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12857+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
12858+if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
12859+ echo $ECHO_N "(cached) $ECHO_C" >&6
1216212860 else
1216312861 lt_cv_prog_compiler_static_works_CXX=no
1216412862 save_LDFLAGS="$LDFLAGS"
@@ -12183,8 +12881,8 @@ else
1218312881 LDFLAGS="$save_LDFLAGS"
1218412882
1218512883 fi
12186-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
12187-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
12884+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
12885+echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
1218812886
1218912887 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
1219012888 :
@@ -12193,10 +12891,10 @@ else
1219312891 fi
1219412892
1219512893
12196-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12197-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
12198-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
12199- $as_echo_n "(cached) " >&6
12894+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
12895+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
12896+if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
12897+ echo $ECHO_N "(cached) $ECHO_C" >&6
1220012898 else
1220112899 lt_cv_prog_compiler_c_o_CXX=no
1220212900 $rm -r conftest 2>/dev/null
@@ -12214,11 +12912,11 @@ else
1221412912 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1221512913 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1221612914 -e 's:$: $lt_compiler_flag:'`
12217- (eval echo "\"\$as_me:12217: $lt_compile\"" >&5)
12915+ (eval echo "\"\$as_me:12915: $lt_compile\"" >&5)
1221812916 (eval "$lt_compile" 2>out/conftest.err)
1221912917 ac_status=$?
1222012918 cat out/conftest.err >&5
12221- echo "$as_me:12221: \$? = $ac_status" >&5
12919+ echo "$as_me:12919: \$? = $ac_status" >&5
1222212920 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1222312921 then
1222412922 # The compiler can only warn and ignore the option if not recognized
@@ -12240,34 +12938,34 @@ else
1224012938 $rm conftest*
1224112939
1224212940 fi
12243-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
12244-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
12941+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
12942+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
1224512943
1224612944
1224712945 hard_links="nottested"
1224812946 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
1224912947 # do not overwrite the value of need_locks provided by the user
12250- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
12251-$as_echo_n "checking if we can lock with hard links... " >&6; }
12948+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
12949+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
1225212950 hard_links=yes
1225312951 $rm conftest*
1225412952 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1225512953 touch conftest.a
1225612954 ln conftest.a conftest.b 2>&5 || hard_links=no
1225712955 ln conftest.a conftest.b 2>/dev/null && hard_links=no
12258- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
12259-$as_echo "$hard_links" >&6; }
12956+ { echo "$as_me:$LINENO: result: $hard_links" >&5
12957+echo "${ECHO_T}$hard_links" >&6; }
1226012958 if test "$hard_links" = no; then
12261- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
12262-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
12959+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
12960+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1226312961 need_locks=warn
1226412962 fi
1226512963 else
1226612964 need_locks=no
1226712965 fi
1226812966
12269-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12270-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12967+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12968+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
1227112969
1227212970 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1227312971 case $host_os in
@@ -12295,8 +12993,8 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
1229512993 esac
1229612994 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
1229712995
12298-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
12299-$as_echo "$ld_shlibs_CXX" >&6; }
12996+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
12997+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
1230012998 test "$ld_shlibs_CXX" = no && can_build_shared=no
1230112999
1230213000 #
@@ -12316,16 +13014,16 @@ x|xyes)
1231613014 # Test whether the compiler implicitly links with -lc since on some
1231713015 # systems, -lgcc has to come before -lc. If gcc already passes -lc
1231813016 # to ld, don't add -lc before -lgcc.
12319- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
12320-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13017+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13018+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
1232113019 $rm conftest*
1232213020 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1232313021
12324- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13022+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1232513023 (eval $ac_compile) 2>&5
1232613024 ac_status=$?
12327- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12328- test $ac_status = 0; } 2>conftest.err; then
13025+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026+ (exit $ac_status); } 2>conftest.err; then
1232913027 soname=conftest
1233013028 lib=conftest
1233113029 libobjs=conftest.$ac_objext
@@ -12339,11 +13037,11 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1233913037 libname=conftest
1234013038 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
1234113039 allow_undefined_flag_CXX=
12342- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13040+ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
1234313041 (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
1234413042 ac_status=$?
12345- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12346- test $ac_status = 0; }
13043+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
13044+ (exit $ac_status); }
1234713045 then
1234813046 archive_cmds_need_lc_CXX=no
1234913047 else
@@ -12354,16 +13052,16 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1235413052 cat conftest.err 1>&5
1235513053 fi
1235613054 $rm conftest*
12357- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc_CXX" >&5
12358-$as_echo "$archive_cmds_need_lc_CXX" >&6; }
13055+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
13056+echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
1235913057 ;;
1236013058 esac
1236113059 fi
1236213060 ;;
1236313061 esac
1236413062
12365-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
12366-$as_echo_n "checking dynamic linker characteristics... " >&6; }
13063+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
13064+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
1236713065 library_names_spec=
1236813066 libname_spec='lib$name'
1236913067 soname_spec=
@@ -12924,19 +13622,19 @@ uts4*)
1292413622 dynamic_linker=no
1292513623 ;;
1292613624 esac
12927-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12928-$as_echo "$dynamic_linker" >&6; }
13625+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
13626+echo "${ECHO_T}$dynamic_linker" >&6; }
1292913627 test "$dynamic_linker" = no && can_build_shared=no
1293013628
12931-if ${lt_cv_sys_lib_search_path_spec+:} false; then :
12932- $as_echo_n "(cached) " >&6
13629+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
13630+ echo $ECHO_N "(cached) $ECHO_C" >&6
1293313631 else
1293413632 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
1293513633 fi
1293613634
1293713635 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12938-if ${lt_cv_sys_lib_dlsearch_path_spec+:} false; then :
12939- $as_echo_n "(cached) " >&6
13636+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
13637+ echo $ECHO_N "(cached) $ECHO_C" >&6
1294013638 else
1294113639 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
1294213640 fi
@@ -12948,8 +13646,8 @@ if test "$GCC" = yes; then
1294813646 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1294913647 fi
1295013648
12951-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12952-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
13649+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
13650+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
1295313651 hardcode_action_CXX=
1295413652 if test -n "$hardcode_libdir_flag_spec_CXX" || \
1295513653 test -n "$runpath_var_CXX" || \
@@ -12973,8 +13671,8 @@ else
1297313671 # directories.
1297413672 hardcode_action_CXX=unsupported
1297513673 fi
12976-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
12977-$as_echo "$hardcode_action_CXX" >&6; }
13674+{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
13675+echo "${ECHO_T}$hardcode_action_CXX" >&6; }
1297813676
1297913677 if test "$hardcode_action_CXX" = relink; then
1298013678 # Fast installation is not supported
@@ -13512,13 +14210,13 @@ done
1351214210 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
1351314211
1351414212
13515-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13516-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13517-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13518-$as_echo "$can_build_shared" >&6; }
14213+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
14214+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
14215+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
14216+echo "${ECHO_T}$can_build_shared" >&6; }
1351914217
13520-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13521-$as_echo_n "checking whether to build shared libraries... " >&6; }
14218+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
14219+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
1352214220 test "$can_build_shared" = "no" && enable_shared=no
1352314221
1352414222 # On AIX, shared libraries and static libraries use the same namespace, and
@@ -13537,15 +14235,15 @@ aix[4-9]*)
1353714235 fi
1353814236 ;;
1353914237 esac
13540-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13541-$as_echo "$enable_shared" >&6; }
14238+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
14239+echo "${ECHO_T}$enable_shared" >&6; }
1354214240
13543-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13544-$as_echo_n "checking whether to build static libraries... " >&6; }
14241+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
14242+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
1354514243 # Make sure either enable_shared or enable_static is yes.
1354614244 test "$enable_shared" = yes || enable_static=yes
13547-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13548-$as_echo "$enable_static" >&6; }
14245+{ echo "$as_me:$LINENO: result: $enable_static" >&5
14246+echo "${ECHO_T}$enable_static" >&6; }
1354914247
1355014248 GCC_F77="$G77"
1355114249 LD_F77="$LD"
@@ -13554,8 +14252,8 @@ lt_prog_compiler_wl_F77=
1355414252 lt_prog_compiler_pic_F77=
1355514253 lt_prog_compiler_static_F77=
1355614254
13557-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13558-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14255+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14256+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
1355914257
1356014258 if test "$GCC" = yes; then
1356114259 lt_prog_compiler_wl_F77='-Wl,'
@@ -13786,18 +14484,18 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1378614484 esac
1378714485 fi
1378814486
13789-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_F77" >&5
13790-$as_echo "$lt_prog_compiler_pic_F77" >&6; }
14487+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
14488+echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
1379114489
1379214490 #
1379314491 # Check to make sure the PIC flag actually works.
1379414492 #
1379514493 if test -n "$lt_prog_compiler_pic_F77"; then
1379614494
13797-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
13798-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
13799-if ${lt_cv_prog_compiler_pic_works_F77+:} false; then :
13800- $as_echo_n "(cached) " >&6
14495+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
14496+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
14497+if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
14498+ echo $ECHO_N "(cached) $ECHO_C" >&6
1380114499 else
1380214500 lt_cv_prog_compiler_pic_works_F77=no
1380314501 ac_outfile=conftest.$ac_objext
@@ -13812,11 +14510,11 @@ else
1381214510 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1381314511 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1381414512 -e 's:$: $lt_compiler_flag:'`
13815- (eval echo "\"\$as_me:13815: $lt_compile\"" >&5)
14513+ (eval echo "\"\$as_me:14513: $lt_compile\"" >&5)
1381614514 (eval "$lt_compile" 2>conftest.err)
1381714515 ac_status=$?
1381814516 cat conftest.err >&5
13819- echo "$as_me:13819: \$? = $ac_status" >&5
14517+ echo "$as_me:14517: \$? = $ac_status" >&5
1382014518 if (exit $ac_status) && test -s "$ac_outfile"; then
1382114519 # The compiler can only warn and ignore the option if not recognized
1382214520 # So say no if there are warnings other than the usual output.
@@ -13829,8 +14527,8 @@ else
1382914527 $rm conftest*
1383014528
1383114529 fi
13832-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_F77" >&5
13833-$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; }
14530+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
14531+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
1383414532
1383514533 if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
1383614534 case $lt_prog_compiler_pic_F77 in
@@ -13857,10 +14555,10 @@ esac
1385714555 # Check to make sure the static flag actually works.
1385814556 #
1385914557 wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
13860-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13861-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13862-if ${lt_cv_prog_compiler_static_works_F77+:} false; then :
13863- $as_echo_n "(cached) " >&6
14558+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14559+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
14560+if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
14561+ echo $ECHO_N "(cached) $ECHO_C" >&6
1386414562 else
1386514563 lt_cv_prog_compiler_static_works_F77=no
1386614564 save_LDFLAGS="$LDFLAGS"
@@ -13885,8 +14583,8 @@ else
1388514583 LDFLAGS="$save_LDFLAGS"
1388614584
1388714585 fi
13888-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_F77" >&5
13889-$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; }
14586+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
14587+echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
1389014588
1389114589 if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
1389214590 :
@@ -13895,10 +14593,10 @@ else
1389514593 fi
1389614594
1389714595
13898-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13899-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13900-if ${lt_cv_prog_compiler_c_o_F77+:} false; then :
13901- $as_echo_n "(cached) " >&6
14596+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14597+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14598+if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
14599+ echo $ECHO_N "(cached) $ECHO_C" >&6
1390214600 else
1390314601 lt_cv_prog_compiler_c_o_F77=no
1390414602 $rm -r conftest 2>/dev/null
@@ -13916,11 +14614,11 @@ else
1391614614 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1391714615 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1391814616 -e 's:$: $lt_compiler_flag:'`
13919- (eval echo "\"\$as_me:13919: $lt_compile\"" >&5)
14617+ (eval echo "\"\$as_me:14617: $lt_compile\"" >&5)
1392014618 (eval "$lt_compile" 2>out/conftest.err)
1392114619 ac_status=$?
1392214620 cat out/conftest.err >&5
13923- echo "$as_me:13923: \$? = $ac_status" >&5
14621+ echo "$as_me:14621: \$? = $ac_status" >&5
1392414622 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1392514623 then
1392614624 # The compiler can only warn and ignore the option if not recognized
@@ -13942,34 +14640,34 @@ else
1394214640 $rm conftest*
1394314641
1394414642 fi
13945-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_F77" >&5
13946-$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
14643+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
14644+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
1394714645
1394814646
1394914647 hard_links="nottested"
1395014648 if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
1395114649 # do not overwrite the value of need_locks provided by the user
13952- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13953-$as_echo_n "checking if we can lock with hard links... " >&6; }
14650+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14651+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
1395414652 hard_links=yes
1395514653 $rm conftest*
1395614654 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1395714655 touch conftest.a
1395814656 ln conftest.a conftest.b 2>&5 || hard_links=no
1395914657 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13960- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13961-$as_echo "$hard_links" >&6; }
14658+ { echo "$as_me:$LINENO: result: $hard_links" >&5
14659+echo "${ECHO_T}$hard_links" >&6; }
1396214660 if test "$hard_links" = no; then
13963- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13964-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14661+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14662+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1396514663 need_locks=warn
1396614664 fi
1396714665 else
1396814666 need_locks=no
1396914667 fi
1397014668
13971-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13972-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14669+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14670+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
1397314671
1397414672 runpath_var=
1397514673 allow_undefined_flag_F77=
@@ -14379,12 +15077,29 @@ _LT_EOF
1437915077 # -berok will link without error, but may produce a broken library.
1438015078 allow_undefined_flag_F77='-berok'
1438115079 # Determine the default libpath from the value encoded in an empty executable.
14382- cat > conftest.$ac_ext <<_ACEOF
15080+ cat >conftest.$ac_ext <<_ACEOF
1438315081 program main
1438415082
1438515083 end
1438615084 _ACEOF
14387-if ac_fn_f77_try_link "$LINENO"; then :
15085+rm -f conftest.$ac_objext conftest$ac_exeext
15086+if { (ac_try="$ac_link"
15087+case "(($ac_try" in
15088+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15089+ *) ac_try_echo=$ac_try;;
15090+esac
15091+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15092+ (eval "$ac_link") 2>conftest.er1
15093+ ac_status=$?
15094+ grep -v '^ *+' conftest.er1 >conftest.err
15095+ rm -f conftest.er1
15096+ cat conftest.err >&5
15097+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
15098+ (exit $ac_status); } && {
15099+ test -z "$ac_f77_werror_flag" ||
15100+ test ! -s conftest.err
15101+ } && test -s conftest$ac_exeext &&
15102+ $as_test_x conftest$ac_exeext; then
1438815103
1438915104 lt_aix_libpath_sed='
1439015105 /Import File Strings/,/^$/ {
@@ -14398,9 +15113,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
1439815113 if test -z "$aix_libpath"; then
1439915114 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1440015115 fi
15116+else
15117+ echo "$as_me: failed program was:" >&5
15118+sed 's/^/| /' conftest.$ac_ext >&5
15119+
15120+
1440115121 fi
14402-rm -f core conftest.err conftest.$ac_objext \
14403- conftest$ac_exeext conftest.$ac_ext
15122+
15123+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15124+ conftest$ac_exeext conftest.$ac_ext
1440415125 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1440515126
1440615127 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -14412,12 +15133,29 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1441215133 archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
1441315134 else
1441415135 # Determine the default libpath from the value encoded in an empty executable.
14415- cat > conftest.$ac_ext <<_ACEOF
15136+ cat >conftest.$ac_ext <<_ACEOF
1441615137 program main
1441715138
1441815139 end
1441915140 _ACEOF
14420-if ac_fn_f77_try_link "$LINENO"; then :
15141+rm -f conftest.$ac_objext conftest$ac_exeext
15142+if { (ac_try="$ac_link"
15143+case "(($ac_try" in
15144+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15145+ *) ac_try_echo=$ac_try;;
15146+esac
15147+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15148+ (eval "$ac_link") 2>conftest.er1
15149+ ac_status=$?
15150+ grep -v '^ *+' conftest.er1 >conftest.err
15151+ rm -f conftest.er1
15152+ cat conftest.err >&5
15153+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
15154+ (exit $ac_status); } && {
15155+ test -z "$ac_f77_werror_flag" ||
15156+ test ! -s conftest.err
15157+ } && test -s conftest$ac_exeext &&
15158+ $as_test_x conftest$ac_exeext; then
1442115159
1442215160 lt_aix_libpath_sed='
1442315161 /Import File Strings/,/^$/ {
@@ -14431,9 +15169,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
1443115169 if test -z "$aix_libpath"; then
1443215170 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1443315171 fi
15172+else
15173+ echo "$as_me: failed program was:" >&5
15174+sed 's/^/| /' conftest.$ac_ext >&5
15175+
15176+
1443415177 fi
14435-rm -f core conftest.err conftest.$ac_objext \
14436- conftest$ac_exeext conftest.$ac_ext
15178+
15179+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15180+ conftest$ac_exeext conftest.$ac_ext
1443715181 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1443815182
1443915183 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -14883,8 +15627,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1488315627 esac
1488415628 fi
1488515629
14886-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_F77" >&5
14887-$as_echo "$ld_shlibs_F77" >&6; }
15630+{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
15631+echo "${ECHO_T}$ld_shlibs_F77" >&6; }
1488815632 test "$ld_shlibs_F77" = no && can_build_shared=no
1488915633
1489015634 #
@@ -14904,16 +15648,16 @@ x|xyes)
1490415648 # Test whether the compiler implicitly links with -lc since on some
1490515649 # systems, -lgcc has to come before -lc. If gcc already passes -lc
1490615650 # to ld, don't add -lc before -lgcc.
14907- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14908-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
15651+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15652+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
1490915653 $rm conftest*
1491015654 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1491115655
14912- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
15656+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1491315657 (eval $ac_compile) 2>&5
1491415658 ac_status=$?
14915- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14916- test $ac_status = 0; } 2>conftest.err; then
15659+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
15660+ (exit $ac_status); } 2>conftest.err; then
1491715661 soname=conftest
1491815662 lib=conftest
1491915663 libobjs=conftest.$ac_objext
@@ -14927,11 +15671,11 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1492715671 libname=conftest
1492815672 lt_save_allow_undefined_flag=$allow_undefined_flag_F77
1492915673 allow_undefined_flag_F77=
14930- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\""; } >&5
15674+ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
1493115675 (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
1493215676 ac_status=$?
14933- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14934- test $ac_status = 0; }
15677+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
15678+ (exit $ac_status); }
1493515679 then
1493615680 archive_cmds_need_lc_F77=no
1493715681 else
@@ -14942,16 +15686,16 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1494215686 cat conftest.err 1>&5
1494315687 fi
1494415688 $rm conftest*
14945- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc_F77" >&5
14946-$as_echo "$archive_cmds_need_lc_F77" >&6; }
15689+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
15690+echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
1494715691 ;;
1494815692 esac
1494915693 fi
1495015694 ;;
1495115695 esac
1495215696
14953-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14954-$as_echo_n "checking dynamic linker characteristics... " >&6; }
15697+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15698+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
1495515699 library_names_spec=
1495615700 libname_spec='lib$name'
1495715701 soname_spec=
@@ -15512,19 +16256,19 @@ uts4*)
1551216256 dynamic_linker=no
1551316257 ;;
1551416258 esac
15515-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
15516-$as_echo "$dynamic_linker" >&6; }
16259+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
16260+echo "${ECHO_T}$dynamic_linker" >&6; }
1551716261 test "$dynamic_linker" = no && can_build_shared=no
1551816262
15519-if ${lt_cv_sys_lib_search_path_spec+:} false; then :
15520- $as_echo_n "(cached) " >&6
16263+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
16264+ echo $ECHO_N "(cached) $ECHO_C" >&6
1552116265 else
1552216266 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
1552316267 fi
1552416268
1552516269 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15526-if ${lt_cv_sys_lib_dlsearch_path_spec+:} false; then :
15527- $as_echo_n "(cached) " >&6
16270+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
16271+ echo $ECHO_N "(cached) $ECHO_C" >&6
1552816272 else
1552916273 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
1553016274 fi
@@ -15536,8 +16280,8 @@ if test "$GCC" = yes; then
1553616280 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1553716281 fi
1553816282
15539-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15540-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
16283+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
16284+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
1554116285 hardcode_action_F77=
1554216286 if test -n "$hardcode_libdir_flag_spec_F77" || \
1554316287 test -n "$runpath_var_F77" || \
@@ -15561,8 +16305,8 @@ else
1556116305 # directories.
1556216306 hardcode_action_F77=unsupported
1556316307 fi
15564-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_F77" >&5
15565-$as_echo "$hardcode_action_F77" >&6; }
16308+{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
16309+echo "${ECHO_T}$hardcode_action_F77" >&6; }
1556616310
1556716311 if test "$hardcode_action_F77" = relink; then
1556816312 # Fast installation is not supported
@@ -16072,10 +16816,10 @@ if test "$GCC" = yes; then
1607216816 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
1607316817
1607416818
16075-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
16076-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
16077-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
16078- $as_echo_n "(cached) " >&6
16819+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
16820+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
16821+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
16822+ echo $ECHO_N "(cached) $ECHO_C" >&6
1607916823 else
1608016824 lt_cv_prog_compiler_rtti_exceptions=no
1608116825 ac_outfile=conftest.$ac_objext
@@ -16090,11 +16834,11 @@ else
1609016834 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1609116835 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1609216836 -e 's:$: $lt_compiler_flag:'`
16093- (eval echo "\"\$as_me:16093: $lt_compile\"" >&5)
16837+ (eval echo "\"\$as_me:16837: $lt_compile\"" >&5)
1609416838 (eval "$lt_compile" 2>conftest.err)
1609516839 ac_status=$?
1609616840 cat conftest.err >&5
16097- echo "$as_me:16097: \$? = $ac_status" >&5
16841+ echo "$as_me:16841: \$? = $ac_status" >&5
1609816842 if (exit $ac_status) && test -s "$ac_outfile"; then
1609916843 # The compiler can only warn and ignore the option if not recognized
1610016844 # So say no if there are warnings other than the usual output.
@@ -16107,8 +16851,8 @@ else
1610716851 $rm conftest*
1610816852
1610916853 fi
16110-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
16111-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
16854+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
16855+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
1611216856
1611316857 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
1611416858 lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
@@ -16122,8 +16866,8 @@ lt_prog_compiler_wl_GCJ=
1612216866 lt_prog_compiler_pic_GCJ=
1612316867 lt_prog_compiler_static_GCJ=
1612416868
16125-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
16126-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
16869+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
16870+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
1612716871
1612816872 if test "$GCC" = yes; then
1612916873 lt_prog_compiler_wl_GCJ='-Wl,'
@@ -16354,18 +17098,18 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1635417098 esac
1635517099 fi
1635617100
16357-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_GCJ" >&5
16358-$as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
17101+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
17102+echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
1635917103
1636017104 #
1636117105 # Check to make sure the PIC flag actually works.
1636217106 #
1636317107 if test -n "$lt_prog_compiler_pic_GCJ"; then
1636417108
16365-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
16366-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
16367-if ${lt_cv_prog_compiler_pic_works_GCJ+:} false; then :
16368- $as_echo_n "(cached) " >&6
17109+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
17110+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
17111+if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
17112+ echo $ECHO_N "(cached) $ECHO_C" >&6
1636917113 else
1637017114 lt_cv_prog_compiler_pic_works_GCJ=no
1637117115 ac_outfile=conftest.$ac_objext
@@ -16380,11 +17124,11 @@ else
1638017124 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1638117125 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1638217126 -e 's:$: $lt_compiler_flag:'`
16383- (eval echo "\"\$as_me:16383: $lt_compile\"" >&5)
17127+ (eval echo "\"\$as_me:17127: $lt_compile\"" >&5)
1638417128 (eval "$lt_compile" 2>conftest.err)
1638517129 ac_status=$?
1638617130 cat conftest.err >&5
16387- echo "$as_me:16387: \$? = $ac_status" >&5
17131+ echo "$as_me:17131: \$? = $ac_status" >&5
1638817132 if (exit $ac_status) && test -s "$ac_outfile"; then
1638917133 # The compiler can only warn and ignore the option if not recognized
1639017134 # So say no if there are warnings other than the usual output.
@@ -16397,8 +17141,8 @@ else
1639717141 $rm conftest*
1639817142
1639917143 fi
16400-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
16401-$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
17144+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
17145+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
1640217146
1640317147 if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
1640417148 case $lt_prog_compiler_pic_GCJ in
@@ -16425,10 +17169,10 @@ esac
1642517169 # Check to make sure the static flag actually works.
1642617170 #
1642717171 wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
16428-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
16429-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
16430-if ${lt_cv_prog_compiler_static_works_GCJ+:} false; then :
16431- $as_echo_n "(cached) " >&6
17172+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17173+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
17174+if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
17175+ echo $ECHO_N "(cached) $ECHO_C" >&6
1643217176 else
1643317177 lt_cv_prog_compiler_static_works_GCJ=no
1643417178 save_LDFLAGS="$LDFLAGS"
@@ -16453,8 +17197,8 @@ else
1645317197 LDFLAGS="$save_LDFLAGS"
1645417198
1645517199 fi
16456-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
16457-$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
17200+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
17201+echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
1645817202
1645917203 if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
1646017204 :
@@ -16463,10 +17207,10 @@ else
1646317207 fi
1646417208
1646517209
16466-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
16467-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
16468-if ${lt_cv_prog_compiler_c_o_GCJ+:} false; then :
16469- $as_echo_n "(cached) " >&6
17210+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17211+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
17212+if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
17213+ echo $ECHO_N "(cached) $ECHO_C" >&6
1647017214 else
1647117215 lt_cv_prog_compiler_c_o_GCJ=no
1647217216 $rm -r conftest 2>/dev/null
@@ -16484,11 +17228,11 @@ else
1648417228 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1648517229 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1648617230 -e 's:$: $lt_compiler_flag:'`
16487- (eval echo "\"\$as_me:16487: $lt_compile\"" >&5)
17231+ (eval echo "\"\$as_me:17231: $lt_compile\"" >&5)
1648817232 (eval "$lt_compile" 2>out/conftest.err)
1648917233 ac_status=$?
1649017234 cat out/conftest.err >&5
16491- echo "$as_me:16491: \$? = $ac_status" >&5
17235+ echo "$as_me:17235: \$? = $ac_status" >&5
1649217236 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1649317237 then
1649417238 # The compiler can only warn and ignore the option if not recognized
@@ -16510,34 +17254,34 @@ else
1651017254 $rm conftest*
1651117255
1651217256 fi
16513-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
16514-$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
17257+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17258+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
1651517259
1651617260
1651717261 hard_links="nottested"
1651817262 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
1651917263 # do not overwrite the value of need_locks provided by the user
16520- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
16521-$as_echo_n "checking if we can lock with hard links... " >&6; }
17264+ { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17265+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
1652217266 hard_links=yes
1652317267 $rm conftest*
1652417268 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1652517269 touch conftest.a
1652617270 ln conftest.a conftest.b 2>&5 || hard_links=no
1652717271 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16528- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
16529-$as_echo "$hard_links" >&6; }
17272+ { echo "$as_me:$LINENO: result: $hard_links" >&5
17273+echo "${ECHO_T}$hard_links" >&6; }
1653017274 if test "$hard_links" = no; then
16531- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
16532-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17275+ { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17276+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1653317277 need_locks=warn
1653417278 fi
1653517279 else
1653617280 need_locks=no
1653717281 fi
1653817282
16539-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
16540-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
17283+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17284+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
1654117285
1654217286 runpath_var=
1654317287 allow_undefined_flag_GCJ=
@@ -16947,7 +17691,11 @@ _LT_EOF
1694717691 # -berok will link without error, but may produce a broken library.
1694817692 allow_undefined_flag_GCJ='-berok'
1694917693 # Determine the default libpath from the value encoded in an empty executable.
16950- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17694+ cat >conftest.$ac_ext <<_ACEOF
17695+/* confdefs.h. */
17696+_ACEOF
17697+cat confdefs.h >>conftest.$ac_ext
17698+cat >>conftest.$ac_ext <<_ACEOF
1695117699 /* end confdefs.h. */
1695217700
1695317701 int
@@ -16958,13 +17706,30 @@ main ()
1695817706 return 0;
1695917707 }
1696017708 _ACEOF
16961-if ac_fn_c_try_link "$LINENO"; then :
16962-
16963-lt_aix_libpath_sed='
16964- /Import File Strings/,/^$/ {
16965- /^0/ {
16966- s/^0 *\(.*\)$/\1/
16967- p
17709+rm -f conftest.$ac_objext conftest$ac_exeext
17710+if { (ac_try="$ac_link"
17711+case "(($ac_try" in
17712+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17713+ *) ac_try_echo=$ac_try;;
17714+esac
17715+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17716+ (eval "$ac_link") 2>conftest.er1
17717+ ac_status=$?
17718+ grep -v '^ *+' conftest.er1 >conftest.err
17719+ rm -f conftest.er1
17720+ cat conftest.err >&5
17721+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
17722+ (exit $ac_status); } && {
17723+ test -z "$ac_c_werror_flag" ||
17724+ test ! -s conftest.err
17725+ } && test -s conftest$ac_exeext &&
17726+ $as_test_x conftest$ac_exeext; then
17727+
17728+lt_aix_libpath_sed='
17729+ /Import File Strings/,/^$/ {
17730+ /^0/ {
17731+ s/^0 *\(.*\)$/\1/
17732+ p
1696817733 }
1696917734 }'
1697017735 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
@@ -16972,9 +17737,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
1697217737 if test -z "$aix_libpath"; then
1697317738 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1697417739 fi
17740+else
17741+ echo "$as_me: failed program was:" >&5
17742+sed 's/^/| /' conftest.$ac_ext >&5
17743+
17744+
1697517745 fi
16976-rm -f core conftest.err conftest.$ac_objext \
16977- conftest$ac_exeext conftest.$ac_ext
17746+
17747+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17748+ conftest$ac_exeext conftest.$ac_ext
1697817749 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1697917750
1698017751 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -16986,7 +17757,11 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1698617757 archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
1698717758 else
1698817759 # Determine the default libpath from the value encoded in an empty executable.
16989- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17760+ cat >conftest.$ac_ext <<_ACEOF
17761+/* confdefs.h. */
17762+_ACEOF
17763+cat confdefs.h >>conftest.$ac_ext
17764+cat >>conftest.$ac_ext <<_ACEOF
1699017765 /* end confdefs.h. */
1699117766
1699217767 int
@@ -16997,7 +17772,24 @@ main ()
1699717772 return 0;
1699817773 }
1699917774 _ACEOF
17000-if ac_fn_c_try_link "$LINENO"; then :
17775+rm -f conftest.$ac_objext conftest$ac_exeext
17776+if { (ac_try="$ac_link"
17777+case "(($ac_try" in
17778+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17779+ *) ac_try_echo=$ac_try;;
17780+esac
17781+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17782+ (eval "$ac_link") 2>conftest.er1
17783+ ac_status=$?
17784+ grep -v '^ *+' conftest.er1 >conftest.err
17785+ rm -f conftest.er1
17786+ cat conftest.err >&5
17787+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
17788+ (exit $ac_status); } && {
17789+ test -z "$ac_c_werror_flag" ||
17790+ test ! -s conftest.err
17791+ } && test -s conftest$ac_exeext &&
17792+ $as_test_x conftest$ac_exeext; then
1700117793
1700217794 lt_aix_libpath_sed='
1700317795 /Import File Strings/,/^$/ {
@@ -17011,9 +17803,15 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
1701117803 if test -z "$aix_libpath"; then
1701217804 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1701317805 fi
17806+else
17807+ echo "$as_me: failed program was:" >&5
17808+sed 's/^/| /' conftest.$ac_ext >&5
17809+
17810+
1701417811 fi
17015-rm -f core conftest.err conftest.$ac_objext \
17016- conftest$ac_exeext conftest.$ac_ext
17812+
17813+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17814+ conftest$ac_exeext conftest.$ac_ext
1701717815 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1701817816
1701917817 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -17463,8 +18261,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1746318261 esac
1746418262 fi
1746518263
17466-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_GCJ" >&5
17467-$as_echo "$ld_shlibs_GCJ" >&6; }
18264+{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
18265+echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
1746818266 test "$ld_shlibs_GCJ" = no && can_build_shared=no
1746918267
1747018268 #
@@ -17484,16 +18282,16 @@ x|xyes)
1748418282 # Test whether the compiler implicitly links with -lc since on some
1748518283 # systems, -lgcc has to come before -lc. If gcc already passes -lc
1748618284 # to ld, don't add -lc before -lgcc.
17487- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
17488-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
18285+ { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18286+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
1748918287 $rm conftest*
1749018288 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1749118289
17492- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18290+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1749318291 (eval $ac_compile) 2>&5
1749418292 ac_status=$?
17495- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17496- test $ac_status = 0; } 2>conftest.err; then
18293+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
18294+ (exit $ac_status); } 2>conftest.err; then
1749718295 soname=conftest
1749818296 lib=conftest
1749918297 libobjs=conftest.$ac_objext
@@ -17507,11 +18305,11 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1750718305 libname=conftest
1750818306 lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
1750918307 allow_undefined_flag_GCJ=
17510- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\""; } >&5
18308+ if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
1751118309 (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
1751218310 ac_status=$?
17513- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17514- test $ac_status = 0; }
18311+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
18312+ (exit $ac_status); }
1751518313 then
1751618314 archive_cmds_need_lc_GCJ=no
1751718315 else
@@ -17522,16 +18320,16 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
1752218320 cat conftest.err 1>&5
1752318321 fi
1752418322 $rm conftest*
17525- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc_GCJ" >&5
17526-$as_echo "$archive_cmds_need_lc_GCJ" >&6; }
18323+ { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
18324+echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
1752718325 ;;
1752818326 esac
1752918327 fi
1753018328 ;;
1753118329 esac
1753218330
17533-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
17534-$as_echo_n "checking dynamic linker characteristics... " >&6; }
18331+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18332+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
1753518333 library_names_spec=
1753618334 libname_spec='lib$name'
1753718335 soname_spec=
@@ -18092,19 +18890,19 @@ uts4*)
1809218890 dynamic_linker=no
1809318891 ;;
1809418892 esac
18095-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
18096-$as_echo "$dynamic_linker" >&6; }
18893+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18894+echo "${ECHO_T}$dynamic_linker" >&6; }
1809718895 test "$dynamic_linker" = no && can_build_shared=no
1809818896
18099-if ${lt_cv_sys_lib_search_path_spec+:} false; then :
18100- $as_echo_n "(cached) " >&6
18897+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
18898+ echo $ECHO_N "(cached) $ECHO_C" >&6
1810118899 else
1810218900 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
1810318901 fi
1810418902
1810518903 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
18106-if ${lt_cv_sys_lib_dlsearch_path_spec+:} false; then :
18107- $as_echo_n "(cached) " >&6
18904+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
18905+ echo $ECHO_N "(cached) $ECHO_C" >&6
1810818906 else
1810918907 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
1811018908 fi
@@ -18116,8 +18914,8 @@ if test "$GCC" = yes; then
1811618914 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1811718915 fi
1811818916
18119-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
18120-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
18917+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
18918+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
1812118919 hardcode_action_GCJ=
1812218920 if test -n "$hardcode_libdir_flag_spec_GCJ" || \
1812318921 test -n "$runpath_var_GCJ" || \
@@ -18141,8 +18939,8 @@ else
1814118939 # directories.
1814218940 hardcode_action_GCJ=unsupported
1814318941 fi
18144-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_GCJ" >&5
18145-$as_echo "$hardcode_action_GCJ" >&6; }
18942+{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
18943+echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
1814618944
1814718945 if test "$hardcode_action_GCJ" = relink; then
1814818946 # Fast installation is not supported
@@ -19065,7 +19863,9 @@ CC="$lt_save_CC"
1906519863 ;;
1906619864
1906719865 *)
19068- as_fn_error $? "Unsupported tag name: $tagname" "$LINENO" 5
19866+ { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
19867+echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
19868+ { (exit 1); exit 1; }; }
1906919869 ;;
1907019870 esac
1907119871
@@ -19083,7 +19883,9 @@ CC="$lt_save_CC"
1908319883 chmod +x "$ofile"
1908419884 else
1908519885 rm -f "${ofile}T"
19086- as_fn_error $? "unable to update list of available tagged configurations." "$LINENO" 5
19886+ { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
19887+echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
19888+ { (exit 1); exit 1; }; }
1908719889 fi
1908819890 fi
1908919891
@@ -19120,14 +19922,19 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1912019922
1912119923
1912219924 # Checks for libraries.
19123-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lapr-1" >&5
19124-$as_echo_n "checking for main in -lapr-1... " >&6; }
19125-if ${ac_cv_lib_apr_1_main+:} false; then :
19126- $as_echo_n "(cached) " >&6
19925+
19926+{ echo "$as_me:$LINENO: checking for main in -lapr-1" >&5
19927+echo $ECHO_N "checking for main in -lapr-1... $ECHO_C" >&6; }
19928+if test "${ac_cv_lib_apr_1_main+set}" = set; then
19929+ echo $ECHO_N "(cached) $ECHO_C" >&6
1912719930 else
1912819931 ac_check_lib_save_LIBS=$LIBS
1912919932 LIBS="-lapr-1 $LIBS"
19130-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19933+cat >conftest.$ac_ext <<_ACEOF
19934+/* confdefs.h. */
19935+_ACEOF
19936+cat confdefs.h >>conftest.$ac_ext
19937+cat >>conftest.$ac_ext <<_ACEOF
1913119938 /* end confdefs.h. */
1913219939
1913319940
@@ -19139,18 +19946,39 @@ return main ();
1913919946 return 0;
1914019947 }
1914119948 _ACEOF
19142-if ac_fn_c_try_link "$LINENO"; then :
19949+rm -f conftest.$ac_objext conftest$ac_exeext
19950+if { (ac_try="$ac_link"
19951+case "(($ac_try" in
19952+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19953+ *) ac_try_echo=$ac_try;;
19954+esac
19955+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19956+ (eval "$ac_link") 2>conftest.er1
19957+ ac_status=$?
19958+ grep -v '^ *+' conftest.er1 >conftest.err
19959+ rm -f conftest.er1
19960+ cat conftest.err >&5
19961+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
19962+ (exit $ac_status); } && {
19963+ test -z "$ac_c_werror_flag" ||
19964+ test ! -s conftest.err
19965+ } && test -s conftest$ac_exeext &&
19966+ $as_test_x conftest$ac_exeext; then
1914319967 ac_cv_lib_apr_1_main=yes
1914419968 else
19145- ac_cv_lib_apr_1_main=no
19969+ echo "$as_me: failed program was:" >&5
19970+sed 's/^/| /' conftest.$ac_ext >&5
19971+
19972+ ac_cv_lib_apr_1_main=no
1914619973 fi
19147-rm -f core conftest.err conftest.$ac_objext \
19148- conftest$ac_exeext conftest.$ac_ext
19974+
19975+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19976+ conftest$ac_exeext conftest.$ac_ext
1914919977 LIBS=$ac_check_lib_save_LIBS
1915019978 fi
19151-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_apr_1_main" >&5
19152-$as_echo "$ac_cv_lib_apr_1_main" >&6; }
19153-if test "x$ac_cv_lib_apr_1_main" = xyes; then :
19979+{ echo "$as_me:$LINENO: result: $ac_cv_lib_apr_1_main" >&5
19980+echo "${ECHO_T}$ac_cv_lib_apr_1_main" >&6; }
19981+if test $ac_cv_lib_apr_1_main = yes; then
1915419982 cat >>confdefs.h <<_ACEOF
1915519983 #define HAVE_LIBAPR_1 1
1915619984 _ACEOF
@@ -19162,20 +19990,25 @@ fi
1916219990
1916319991
1916419992 # Check whether --with-apache-header was given.
19165-if test "${with_apache_header+set}" = set; then :
19993+if test "${with_apache_header+set}" = set; then
1916619994 withval=$with_apache_header;
1916719995 fi
1916819996
1916919997 if test "x$with_apache_header" = "xyes"; then
19170- as_fn_error $? "
19998+ { { echo "$as_me:$LINENO: error:
1917119999 Please specify the --with-apache-header option. And, please specify the place of the header file.
1917220000
19173-" "$LINENO" 5
20001+" >&5
20002+echo "$as_me: error:
20003+Please specify the --with-apache-header option. And, please specify the place of the header file.
20004+
20005+" >&2;}
20006+ { (exit 1); exit 1; }; }
1917420007 fi
1917520008
1917620009
1917720010 # Check whether --with-apxs was given.
19178-if test "${with_apxs+set}" = set; then :
20011+if test "${with_apxs+set}" = set; then
1917920012 withval=$with_apxs;
1918020013 fi
1918120014
@@ -19183,49 +20016,65 @@ if test "x$with_apxs" = "x" ; then
1918320016 APXS=""
1918420017 fi
1918520018 if test "x$with_apxs" = "xyes" ; then
19186- as_fn_error $? "
20019+ { { echo "$as_me:$LINENO: error:
20020+Please specify the --with-apxs option. And, please specify the place of the apxs program.
20021+" >&5
20022+echo "$as_me: error:
1918720023 Please specify the --with-apxs option. And, please specify the place of the apxs program.
19188-" "$LINENO" 5
20024+" >&2;}
20025+ { (exit 1); exit 1; }; }
1918920026 fi
1919020027
1919120028
1919220029 # Check whether --with-apr-config was given.
19193-if test "${with_apr_config+set}" = set; then :
20030+if test "${with_apr_config+set}" = set; then
1919420031 withval=$with_apr_config;
1919520032 fi
1919620033
1919720034 if test "x$with_apr_config" = "xyes" ; then
19198- as_fn_error $? "
20035+ { { echo "$as_me:$LINENO: error:
1919920036 Please specify the --with-apr-config option. And, please specify the place of the apr-config program.
19200-" "$LINENO" 5
20037+" >&5
20038+echo "$as_me: error:
20039+Please specify the --with-apr-config option. And, please specify the place of the apr-config program.
20040+" >&2;}
20041+ { (exit 1); exit 1; }; }
1920120042 fi
1920220043
1920320044
1920420045 # Check whether --with-apu-config was given.
19205-if test "${with_apu_config+set}" = set; then :
20046+if test "${with_apu_config+set}" = set; then
1920620047 withval=$with_apu_config;
1920720048 fi
1920820049
1920920050 if test "x$with_apu_config" = "xyes" ; then
19210- as_fn_error $? "
20051+ { { echo "$as_me:$LINENO: error:
20052+Please specify the --with-apu-config option. And, please specify the place of the apu-config program.
20053+" >&5
20054+echo "$as_me: error:
1921120055 Please specify the --with-apu-config option. And, please specify the place of the apu-config program.
19212-" "$LINENO" 5
20056+" >&2;}
20057+ { (exit 1); exit 1; }; }
1921320058 fi
1921420059
1921520060
1921620061 # Check whether --with-pcre-config was given.
19217-if test "${with_pcre_config+set}" = set; then :
20062+if test "${with_pcre_config+set}" = set; then
1921820063 withval=$with_pcre_config;
1921920064 fi
1922020065
1922120066 if test "x$with_pcre_config" = "xyes" ; then
19222- as_fn_error $? "
20067+ { { echo "$as_me:$LINENO: error:
1922320068 Please specify the --with-pcre-config option. And, please specify the place of the pcre-config program.
19224-" "$LINENO" 5
20069+" >&5
20070+echo "$as_me: error:
20071+Please specify the --with-pcre-config option. And, please specify the place of the pcre-config program.
20072+" >&2;}
20073+ { (exit 1); exit 1; }; }
1922520074 fi
1922620075
1922720076 # Check whether --enable-img-conv-f was given.
19228-if test "${enable_img_conv_f+set}" = set; then :
20077+if test "${enable_img_conv_f+set}" = set; then
1922920078 enableval=$enable_img_conv_f;
1923020079 fi
1923120080
@@ -19237,37 +20086,45 @@ fi
1923720086
1923820087
1923920088 # Check whether --enable-memcache-cookie was given.
19240-if test "${enable_memcache_cookie+set}" = set; then :
20089+if test "${enable_memcache_cookie+set}" = set; then
1924120090 enableval=$enable_memcache_cookie;
1924220091 fi
1924320092
1924420093 # Check whether --enable-memcached-static was given.
19245-if test "${enable_memcached_static+set}" = set; then :
20094+if test "${enable_memcached_static+set}" = set; then
1924620095 enableval=$enable_memcached_static;
1924720096 fi
1924820097
1924920098
1925020099 # Check whether --with-memcached-header was given.
19251-if test "${with_memcached_header+set}" = set; then :
20100+if test "${with_memcached_header+set}" = set; then
1925220101 withval=$with_memcached_header;
1925320102 fi
1925420103
1925520104
1925620105 # Check whether --with-memcached-lib-dir was given.
19257-if test "${with_memcached_lib_dir+set}" = set; then :
20106+if test "${with_memcached_lib_dir+set}" = set; then
1925820107 withval=$with_memcached_lib_dir;
1925920108 fi
1926020109
1926120110 if test "x$enable_memcache_cookie" = "xyes" ; then
1926220111 if test "x${with_memcached_header}" = "x" -o "x${with_memcached_header}" = "xyes" ; then
19263- as_fn_error $? "
20112+ { { echo "$as_me:$LINENO: error:
20113+Please specify the --with-memcached-header And, please specify the place of the \"memcached.h\" header file directory.
20114+" >&5
20115+echo "$as_me: error:
1926420116 Please specify the --with-memcached-header And, please specify the place of the \"memcached.h\" header file directory.
19265-" "$LINENO" 5
20117+" >&2;}
20118+ { (exit 1); exit 1; }; }
1926620119 fi
1926720120 if test "x${with_memcached_lib_dir}" = "x" -o "x${with_memcached_lib_dir}" = "xyes" ; then
19268- as_fn_error $? "
20121+ { { echo "$as_me:$LINENO: error:
1926920122 Please specify the --with-memcached-lib-dir And, please specify the place of libmemcached library directory.
19270-" "$LINENO" 5
20123+" >&5
20124+echo "$as_me: error:
20125+Please specify the --with-memcached-lib-dir And, please specify the place of libmemcached library directory.
20126+" >&2;}
20127+ { (exit 1); exit 1; }; }
1927120128 fi
1927220129 if test "x$enable_memcached_static" = "xyes" ; then
1927320130 MEMCACHE_COOKIE_DEFS="-DUSE_MEMCACHE_COOKIE -I${with_memcached_header} "
@@ -19281,32 +20138,40 @@ else
1928120138 MEMCACHE_COOKIE_LIBS=""
1928220139 fi
1928320140 # Check whether --enable-mysql-cookie was given.
19284-if test "${enable_mysql_cookie+set}" = set; then :
20141+if test "${enable_mysql_cookie+set}" = set; then
1928520142 enableval=$enable_mysql_cookie;
1928620143 fi
1928720144
1928820145
1928920146 # Check whether --with-mysql-header was given.
19290-if test "${with_mysql_header+set}" = set; then :
20147+if test "${with_mysql_header+set}" = set; then
1929120148 withval=$with_mysql_header;
1929220149 fi
1929320150
1929420151
1929520152 # Check whether --with-mysql-lib-dir was given.
19296-if test "${with_mysql_lib_dir+set}" = set; then :
20153+if test "${with_mysql_lib_dir+set}" = set; then
1929720154 withval=$with_mysql_lib_dir;
1929820155 fi
1929920156
1930020157 if test "x$enable_mysql_cookie" = "xyes"; then
1930120158 if test "x$with_mysql_header" = "x" -o "x$with_mysql_header" = "xyes" ; then
19302- as_fn_error $? "
20159+ { { echo "$as_me:$LINENO: error:
20160+Please specify the --with-mysql-header And, please specify the place of the \"mysql.h\" header file.
20161+" >&5
20162+echo "$as_me: error:
1930320163 Please specify the --with-mysql-header And, please specify the place of the \"mysql.h\" header file.
19304-" "$LINENO" 5
20164+" >&2;}
20165+ { (exit 1); exit 1; }; }
1930520166 fi
1930620167 if test "x$with_mysql_lib_dir" = "x" -o "x$with_mysql_lib_dir" = "xyes" ; then
19307- as_fn_error $? "
20168+ { { echo "$as_me:$LINENO: error:
1930820169 Please specify the --with-mysql-lib-dir And, please specify the place of mysql library directory.
19309-" "$LINENO" 5
20170+" >&5
20171+echo "$as_me: error:
20172+Please specify the --with-mysql-lib-dir And, please specify the place of mysql library directory.
20173+" >&2;}
20174+ { (exit 1); exit 1; }; }
1931020175 fi
1931120176 MYSQL_COOKIE_DEFS="-DUSE_MYSQL_COOKIE -I${with_mysql_header}"
1931220177 MYSQL_COOKIE_LIBS="-L${with_mysql_lib_dir} -lmysqlclient_r"
@@ -19318,15 +20183,19 @@ fi
1931820183 OPENSSL_PATH=""
1931920184
1932020185 # Check whether --with-openssl was given.
19321-if test "${with_openssl+set}" = set; then :
20186+if test "${with_openssl+set}" = set; then
1932220187 withval=$with_openssl;
1932320188 if test "$withval" = "yes"; then
19324- as_fn_error $? "--with-openssl requires a path" "$LINENO" 5
20189+ { { echo "$as_me:$LINENO: error: --with-openssl requires a path" >&5
20190+echo "$as_me: error: --with-openssl requires a path" >&2;}
20191+ { (exit 1); exit 1; }; }
1932520192 else
1932620193 openssl_prefix=$withval
1932720194
1932820195 if test "x$openssl_prefix" != "x" -a ! -d "$openssl_prefix"; then
19329- as_fn_error $? "'--with-openssl requires a path to a directory'" "$LINENO" 5
20196+ { { echo "$as_me:$LINENO: error: '--with-openssl requires a path to a directory'" >&5
20197+echo "$as_me: error: '--with-openssl requires a path to a directory'" >&2;}
20198+ { (exit 1); exit 1; }; }
1933020199 fi
1933120200
1933220201 CPPFLAGS="${CPPFLAGS} -I${openssl_prefix}/include"
@@ -19338,17 +20207,148 @@ if test "${with_openssl+set}" = set; then :
1933820207 fi
1933920208
1934020209
19341-ac_fn_c_check_header_mongrel "$LINENO" "openssl/opensslv.h" "ac_cv_header_openssl_opensslv_h" "$ac_includes_default"
19342-if test "x$ac_cv_header_openssl_opensslv_h" = xyes; then :
20210+if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then
20211+ { echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5
20212+echo $ECHO_N "checking for openssl/opensslv.h... $ECHO_C" >&6; }
20213+if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then
20214+ echo $ECHO_N "(cached) $ECHO_C" >&6
20215+fi
20216+{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5
20217+echo "${ECHO_T}$ac_cv_header_openssl_opensslv_h" >&6; }
20218+else
20219+ # Is the header compilable?
20220+{ echo "$as_me:$LINENO: checking openssl/opensslv.h usability" >&5
20221+echo $ECHO_N "checking openssl/opensslv.h usability... $ECHO_C" >&6; }
20222+cat >conftest.$ac_ext <<_ACEOF
20223+/* confdefs.h. */
20224+_ACEOF
20225+cat confdefs.h >>conftest.$ac_ext
20226+cat >>conftest.$ac_ext <<_ACEOF
20227+/* end confdefs.h. */
20228+$ac_includes_default
20229+#include <openssl/opensslv.h>
20230+_ACEOF
20231+rm -f conftest.$ac_objext
20232+if { (ac_try="$ac_compile"
20233+case "(($ac_try" in
20234+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20235+ *) ac_try_echo=$ac_try;;
20236+esac
20237+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20238+ (eval "$ac_compile") 2>conftest.er1
20239+ ac_status=$?
20240+ grep -v '^ *+' conftest.er1 >conftest.err
20241+ rm -f conftest.er1
20242+ cat conftest.err >&5
20243+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
20244+ (exit $ac_status); } && {
20245+ test -z "$ac_c_werror_flag" ||
20246+ test ! -s conftest.err
20247+ } && test -s conftest.$ac_objext; then
20248+ ac_header_compiler=yes
20249+else
20250+ echo "$as_me: failed program was:" >&5
20251+sed 's/^/| /' conftest.$ac_ext >&5
20252+
20253+ ac_header_compiler=no
20254+fi
20255+
20256+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20257+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20258+echo "${ECHO_T}$ac_header_compiler" >&6; }
20259+
20260+# Is the header present?
20261+{ echo "$as_me:$LINENO: checking openssl/opensslv.h presence" >&5
20262+echo $ECHO_N "checking openssl/opensslv.h presence... $ECHO_C" >&6; }
20263+cat >conftest.$ac_ext <<_ACEOF
20264+/* confdefs.h. */
20265+_ACEOF
20266+cat confdefs.h >>conftest.$ac_ext
20267+cat >>conftest.$ac_ext <<_ACEOF
20268+/* end confdefs.h. */
20269+#include <openssl/opensslv.h>
20270+_ACEOF
20271+if { (ac_try="$ac_cpp conftest.$ac_ext"
20272+case "(($ac_try" in
20273+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20274+ *) ac_try_echo=$ac_try;;
20275+esac
20276+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20277+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20278+ ac_status=$?
20279+ grep -v '^ *+' conftest.er1 >conftest.err
20280+ rm -f conftest.er1
20281+ cat conftest.err >&5
20282+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
20283+ (exit $ac_status); } >/dev/null && {
20284+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20285+ test ! -s conftest.err
20286+ }; then
20287+ ac_header_preproc=yes
20288+else
20289+ echo "$as_me: failed program was:" >&5
20290+sed 's/^/| /' conftest.$ac_ext >&5
20291+
20292+ ac_header_preproc=no
20293+fi
20294+
20295+rm -f conftest.err conftest.$ac_ext
20296+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20297+echo "${ECHO_T}$ac_header_preproc" >&6; }
1934320298
20299+# So? What about this header?
20300+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20301+ yes:no: )
20302+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&5
20303+echo "$as_me: WARNING: openssl/opensslv.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20304+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&5
20305+echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the compiler's result" >&2;}
20306+ ac_header_preproc=yes
20307+ ;;
20308+ no:yes:* )
20309+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: present but cannot be compiled" >&5
20310+echo "$as_me: WARNING: openssl/opensslv.h: present but cannot be compiled" >&2;}
20311+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&5
20312+echo "$as_me: WARNING: openssl/opensslv.h: check for missing prerequisite headers?" >&2;}
20313+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&5
20314+echo "$as_me: WARNING: openssl/opensslv.h: see the Autoconf documentation" >&2;}
20315+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&5
20316+echo "$as_me: WARNING: openssl/opensslv.h: section \"Present But Cannot Be Compiled\"" >&2;}
20317+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&5
20318+echo "$as_me: WARNING: openssl/opensslv.h: proceeding with the preprocessor's result" >&2;}
20319+ { echo "$as_me:$LINENO: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&5
20320+echo "$as_me: WARNING: openssl/opensslv.h: in the future, the compiler will take precedence" >&2;}
20321+ ( cat <<\_ASBOX
20322+## ---------------------------------------- ##
20323+## Report this to konn@users.sourceforge.jp ##
20324+## ---------------------------------------- ##
20325+_ASBOX
20326+ ) | sed "s/^/$as_me: WARNING: /" >&2
20327+ ;;
20328+esac
20329+{ echo "$as_me:$LINENO: checking for openssl/opensslv.h" >&5
20330+echo $ECHO_N "checking for openssl/opensslv.h... $ECHO_C" >&6; }
20331+if test "${ac_cv_header_openssl_opensslv_h+set}" = set; then
20332+ echo $ECHO_N "(cached) $ECHO_C" >&6
1934420333 else
19345- as_fn_error $? "We require OpenSSL; try --with-openssl" "$LINENO" 5
20334+ ac_cv_header_openssl_opensslv_h=$ac_header_preproc
20335+fi
20336+{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_opensslv_h" >&5
20337+echo "${ECHO_T}$ac_cv_header_openssl_opensslv_h" >&6; }
20338+
20339+fi
20340+if test $ac_cv_header_openssl_opensslv_h = yes; then
20341+ :
20342+else
20343+ { { echo "$as_me:$LINENO: error: We require OpenSSL; try --with-openssl" >&5
20344+echo "$as_me: error: We require OpenSSL; try --with-openssl" >&2;}
20345+ { (exit 1); exit 1; }; }
1934620346 fi
1934720347
1934820348
1934920349
1935020350 # Check whether --enable-dump-log was given.
19351-if test "${enable_dump_log+set}" = set; then :
20351+if test "${enable_dump_log+set}" = set; then
1935220352 enableval=$enable_dump_log;
1935320353 fi
1935420354
@@ -19364,10 +20364,10 @@ fi
1936420364 if test "x$with_apxs" = "x" ; then
1936520365 # Extract the first word of "apxs2", so it can be a program name with args.
1936620366 set dummy apxs2; ac_word=$2
19367-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19368-$as_echo_n "checking for $ac_word... " >&6; }
19369-if ${ac_cv_path_APXS2+:} false; then :
19370- $as_echo_n "(cached) " >&6
20367+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20368+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20369+if test "${ac_cv_path_APXS2+set}" = set; then
20370+ echo $ECHO_N "(cached) $ECHO_C" >&6
1937120371 else
1937220372 case $APXS2 in
1937320373 [\\/]* | ?:[\\/]*)
@@ -19380,14 +20380,14 @@ for as_dir in $as_dummy
1938020380 do
1938120381 IFS=$as_save_IFS
1938220382 test -z "$as_dir" && as_dir=.
19383- for ac_exec_ext in '' $ac_executable_extensions; do
20383+ for ac_exec_ext in '' $ac_executable_extensions; do
1938420384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1938520385 ac_cv_path_APXS2="$as_dir/$ac_word$ac_exec_ext"
19386- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20386+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1938720387 break 2
1938820388 fi
1938920389 done
19390- done
20390+done
1939120391 IFS=$as_save_IFS
1939220392
1939320393 test -z "$ac_cv_path_APXS2" && ac_cv_path_APXS2="no"
@@ -19396,21 +20396,21 @@ esac
1939620396 fi
1939720397 APXS2=$ac_cv_path_APXS2
1939820398 if test -n "$APXS2"; then
19399- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APXS2" >&5
19400-$as_echo "$APXS2" >&6; }
20399+ { echo "$as_me:$LINENO: result: $APXS2" >&5
20400+echo "${ECHO_T}$APXS2" >&6; }
1940120401 else
19402- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19403-$as_echo "no" >&6; }
20402+ { echo "$as_me:$LINENO: result: no" >&5
20403+echo "${ECHO_T}no" >&6; }
1940420404 fi
1940520405
1940620406
1940720407 if test "x$APXS2" = "xno"; then
1940820408 # Extract the first word of "apxs", so it can be a program name with args.
1940920409 set dummy apxs; ac_word=$2
19410-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19411-$as_echo_n "checking for $ac_word... " >&6; }
19412-if ${ac_cv_path_APXS+:} false; then :
19413- $as_echo_n "(cached) " >&6
20410+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20411+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20412+if test "${ac_cv_path_APXS+set}" = set; then
20413+ echo $ECHO_N "(cached) $ECHO_C" >&6
1941420414 else
1941520415 case $APXS in
1941620416 [\\/]* | ?:[\\/]*)
@@ -19423,14 +20423,14 @@ for as_dir in $as_dummy
1942320423 do
1942420424 IFS=$as_save_IFS
1942520425 test -z "$as_dir" && as_dir=.
19426- for ac_exec_ext in '' $ac_executable_extensions; do
20426+ for ac_exec_ext in '' $ac_executable_extensions; do
1942720427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1942820428 ac_cv_path_APXS="$as_dir/$ac_word$ac_exec_ext"
19429- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20429+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1943020430 break 2
1943120431 fi
1943220432 done
19433- done
20433+done
1943420434 IFS=$as_save_IFS
1943520435
1943620436 test -z "$ac_cv_path_APXS" && ac_cv_path_APXS="no"
@@ -19439,16 +20439,18 @@ esac
1943920439 fi
1944020440 APXS=$ac_cv_path_APXS
1944120441 if test -n "$APXS"; then
19442- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APXS" >&5
19443-$as_echo "$APXS" >&6; }
20442+ { echo "$as_me:$LINENO: result: $APXS" >&5
20443+echo "${ECHO_T}$APXS" >&6; }
1944420444 else
19445- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19446-$as_echo "no" >&6; }
20445+ { echo "$as_me:$LINENO: result: no" >&5
20446+echo "${ECHO_T}no" >&6; }
1944720447 fi
1944820448
1944920449
1945020450 if test "x$APXS" = "xno" ; then
19451- as_fn_error $? "apxs not found." "$LINENO" 5
20451+ { { echo "$as_me:$LINENO: error: apxs not found." >&5
20452+echo "$as_me: error: apxs not found." >&2;}
20453+ { (exit 1); exit 1; }; }
1945220454 fi
1945320455 else
1945420456 APXS="$APXS2"
@@ -19460,10 +20462,10 @@ fi
1946020462
1946120463 # Extract the first word of "libtool", so it can be a program name with args.
1946220464 set dummy libtool; ac_word=$2
19463-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19464-$as_echo_n "checking for $ac_word... " >&6; }
19465-if ${ac_cv_path_LIBTOOL+:} false; then :
19466- $as_echo_n "(cached) " >&6
20465+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20466+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20467+if test "${ac_cv_path_LIBTOOL+set}" = set; then
20468+ echo $ECHO_N "(cached) $ECHO_C" >&6
1946720469 else
1946820470 case $LIBTOOL in
1946920471 [\\/]* | ?:[\\/]*)
@@ -19476,14 +20478,14 @@ for as_dir in $as_dummy
1947620478 do
1947720479 IFS=$as_save_IFS
1947820480 test -z "$as_dir" && as_dir=.
19479- for ac_exec_ext in '' $ac_executable_extensions; do
20481+ for ac_exec_ext in '' $ac_executable_extensions; do
1948020482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1948120483 ac_cv_path_LIBTOOL="$as_dir/$ac_word$ac_exec_ext"
19482- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20484+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1948320485 break 2
1948420486 fi
1948520487 done
19486- done
20488+done
1948720489 IFS=$as_save_IFS
1948820490
1948920491 test -z "$ac_cv_path_LIBTOOL" && ac_cv_path_LIBTOOL="no"
@@ -19492,25 +20494,27 @@ esac
1949220494 fi
1949320495 LIBTOOL=$ac_cv_path_LIBTOOL
1949420496 if test -n "$LIBTOOL"; then
19495- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBTOOL" >&5
19496-$as_echo "$LIBTOOL" >&6; }
20497+ { echo "$as_me:$LINENO: result: $LIBTOOL" >&5
20498+echo "${ECHO_T}$LIBTOOL" >&6; }
1949720499 else
19498- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19499-$as_echo "no" >&6; }
20500+ { echo "$as_me:$LINENO: result: no" >&5
20501+echo "${ECHO_T}no" >&6; }
1950020502 fi
1950120503
1950220504
1950320505 if test "x$LIBTOOL" = "xno"; then
19504- as_fn_error $? "libtool not found." "$LINENO" 5
20506+ { { echo "$as_me:$LINENO: error: libtool not found." >&5
20507+echo "$as_me: error: libtool not found." >&2;}
20508+ { (exit 1); exit 1; }; }
1950520509 fi
1950620510
1950720511
1950820512 # Extract the first word of "Wand-config", so it can be a program name with args.
1950920513 set dummy Wand-config; ac_word=$2
19510-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19511-$as_echo_n "checking for $ac_word... " >&6; }
19512-if ${ac_cv_path_WAND_CONFIG+:} false; then :
19513- $as_echo_n "(cached) " >&6
20514+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20515+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20516+if test "${ac_cv_path_WAND_CONFIG+set}" = set; then
20517+ echo $ECHO_N "(cached) $ECHO_C" >&6
1951420518 else
1951520519 case $WAND_CONFIG in
1951620520 [\\/]* | ?:[\\/]*)
@@ -19523,14 +20527,14 @@ for as_dir in $as_dummy
1952320527 do
1952420528 IFS=$as_save_IFS
1952520529 test -z "$as_dir" && as_dir=.
19526- for ac_exec_ext in '' $ac_executable_extensions; do
20530+ for ac_exec_ext in '' $ac_executable_extensions; do
1952720531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1952820532 ac_cv_path_WAND_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19529- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20533+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1953020534 break 2
1953120535 fi
1953220536 done
19533- done
20537+done
1953420538 IFS=$as_save_IFS
1953520539
1953620540 test -z "$ac_cv_path_WAND_CONFIG" && ac_cv_path_WAND_CONFIG="no"
@@ -19539,25 +20543,27 @@ esac
1953920543 fi
1954020544 WAND_CONFIG=$ac_cv_path_WAND_CONFIG
1954120545 if test -n "$WAND_CONFIG"; then
19542- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WAND_CONFIG" >&5
19543-$as_echo "$WAND_CONFIG" >&6; }
20546+ { echo "$as_me:$LINENO: result: $WAND_CONFIG" >&5
20547+echo "${ECHO_T}$WAND_CONFIG" >&6; }
1954420548 else
19545- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19546-$as_echo "no" >&6; }
20549+ { echo "$as_me:$LINENO: result: no" >&5
20550+echo "${ECHO_T}no" >&6; }
1954720551 fi
1954820552
1954920553
1955020554 if test "x$WAND_CONFIG" = "xno" ; then
19551- as_fn_error $? "wand-config not found." "$LINENO" 5
20555+ { { echo "$as_me:$LINENO: error: wand-config not found." >&5
20556+echo "$as_me: error: wand-config not found." >&2;}
20557+ { (exit 1); exit 1; }; }
1955220558 fi
1955320559
1955420560 if test "x$with_apr_config" = "x" ; then
1955520561 # Extract the first word of "apr-config", so it can be a program name with args.
1955620562 set dummy apr-config; ac_word=$2
19557-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19558-$as_echo_n "checking for $ac_word... " >&6; }
19559-if ${ac_cv_path_APR_CONFIG+:} false; then :
19560- $as_echo_n "(cached) " >&6
20563+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20564+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20565+if test "${ac_cv_path_APR_CONFIG+set}" = set; then
20566+ echo $ECHO_N "(cached) $ECHO_C" >&6
1956120567 else
1956220568 case $APR_CONFIG in
1956320569 [\\/]* | ?:[\\/]*)
@@ -19570,14 +20576,14 @@ for as_dir in $as_dummy
1957020576 do
1957120577 IFS=$as_save_IFS
1957220578 test -z "$as_dir" && as_dir=.
19573- for ac_exec_ext in '' $ac_executable_extensions; do
20579+ for ac_exec_ext in '' $ac_executable_extensions; do
1957420580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1957520581 ac_cv_path_APR_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19576- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20582+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1957720583 break 2
1957820584 fi
1957920585 done
19580- done
20586+done
1958120587 IFS=$as_save_IFS
1958220588
1958320589 test -z "$ac_cv_path_APR_CONFIG" && ac_cv_path_APR_CONFIG="no"
@@ -19586,21 +20592,21 @@ esac
1958620592 fi
1958720593 APR_CONFIG=$ac_cv_path_APR_CONFIG
1958820594 if test -n "$APR_CONFIG"; then
19589- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APR_CONFIG" >&5
19590-$as_echo "$APR_CONFIG" >&6; }
20595+ { echo "$as_me:$LINENO: result: $APR_CONFIG" >&5
20596+echo "${ECHO_T}$APR_CONFIG" >&6; }
1959120597 else
19592- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19593-$as_echo "no" >&6; }
20598+ { echo "$as_me:$LINENO: result: no" >&5
20599+echo "${ECHO_T}no" >&6; }
1959420600 fi
1959520601
1959620602
1959720603 if test "x$APR_CONFIG" = "xno" ; then
1959820604 # Extract the first word of "apr-1-config", so it can be a program name with args.
1959920605 set dummy apr-1-config; ac_word=$2
19600-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19601-$as_echo_n "checking for $ac_word... " >&6; }
19602-if ${ac_cv_path_APR_1_CONFIG+:} false; then :
19603- $as_echo_n "(cached) " >&6
20606+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20607+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20608+if test "${ac_cv_path_APR_1_CONFIG+set}" = set; then
20609+ echo $ECHO_N "(cached) $ECHO_C" >&6
1960420610 else
1960520611 case $APR_1_CONFIG in
1960620612 [\\/]* | ?:[\\/]*)
@@ -19613,14 +20619,14 @@ for as_dir in $as_dummy
1961320619 do
1961420620 IFS=$as_save_IFS
1961520621 test -z "$as_dir" && as_dir=.
19616- for ac_exec_ext in '' $ac_executable_extensions; do
20622+ for ac_exec_ext in '' $ac_executable_extensions; do
1961720623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1961820624 ac_cv_path_APR_1_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19619- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20625+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1962020626 break 2
1962120627 fi
1962220628 done
19623- done
20629+done
1962420630 IFS=$as_save_IFS
1962520631
1962620632 test -z "$ac_cv_path_APR_1_CONFIG" && ac_cv_path_APR_1_CONFIG="no"
@@ -19629,16 +20635,18 @@ esac
1962920635 fi
1963020636 APR_1_CONFIG=$ac_cv_path_APR_1_CONFIG
1963120637 if test -n "$APR_1_CONFIG"; then
19632- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APR_1_CONFIG" >&5
19633-$as_echo "$APR_1_CONFIG" >&6; }
20638+ { echo "$as_me:$LINENO: result: $APR_1_CONFIG" >&5
20639+echo "${ECHO_T}$APR_1_CONFIG" >&6; }
1963420640 else
19635- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19636-$as_echo "no" >&6; }
20641+ { echo "$as_me:$LINENO: result: no" >&5
20642+echo "${ECHO_T}no" >&6; }
1963720643 fi
1963820644
1963920645
1964020646 if test "x$APR_1_CONFIG" = "xno" ; then
19641- as_fn_error $? "apr-config and apr-1-config not found." "$LINENO" 5
20647+ { { echo "$as_me:$LINENO: error: apr-config and apr-1-config not found." >&5
20648+echo "$as_me: error: apr-config and apr-1-config not found." >&2;}
20649+ { (exit 1); exit 1; }; }
1964220650 else
1964320651 APR_CONFIG="$APR_1_CONFIG"
1964420652 fi
@@ -19650,10 +20658,10 @@ fi
1965020658 if test "x$with_apu_config" = "x" ; then
1965120659 # Extract the first word of "apu-config", so it can be a program name with args.
1965220660 set dummy apu-config; ac_word=$2
19653-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19654-$as_echo_n "checking for $ac_word... " >&6; }
19655-if ${ac_cv_path_APU_CONFIG+:} false; then :
19656- $as_echo_n "(cached) " >&6
20661+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20662+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20663+if test "${ac_cv_path_APU_CONFIG+set}" = set; then
20664+ echo $ECHO_N "(cached) $ECHO_C" >&6
1965720665 else
1965820666 case $APU_CONFIG in
1965920667 [\\/]* | ?:[\\/]*)
@@ -19666,14 +20674,14 @@ for as_dir in $as_dummy
1966620674 do
1966720675 IFS=$as_save_IFS
1966820676 test -z "$as_dir" && as_dir=.
19669- for ac_exec_ext in '' $ac_executable_extensions; do
20677+ for ac_exec_ext in '' $ac_executable_extensions; do
1967020678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1967120679 ac_cv_path_APU_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19672- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20680+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1967320681 break 2
1967420682 fi
1967520683 done
19676- done
20684+done
1967720685 IFS=$as_save_IFS
1967820686
1967920687 test -z "$ac_cv_path_APU_CONFIG" && ac_cv_path_APU_CONFIG="no"
@@ -19682,21 +20690,21 @@ esac
1968220690 fi
1968320691 APU_CONFIG=$ac_cv_path_APU_CONFIG
1968420692 if test -n "$APU_CONFIG"; then
19685- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APU_CONFIG" >&5
19686-$as_echo "$APU_CONFIG" >&6; }
20693+ { echo "$as_me:$LINENO: result: $APU_CONFIG" >&5
20694+echo "${ECHO_T}$APU_CONFIG" >&6; }
1968720695 else
19688- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19689-$as_echo "no" >&6; }
20696+ { echo "$as_me:$LINENO: result: no" >&5
20697+echo "${ECHO_T}no" >&6; }
1969020698 fi
1969120699
1969220700
1969320701 if test "x$APU_CONFIG" = "xno" ; then
1969420702 # Extract the first word of "apu-1-config", so it can be a program name with args.
1969520703 set dummy apu-1-config; ac_word=$2
19696-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19697-$as_echo_n "checking for $ac_word... " >&6; }
19698-if ${ac_cv_path_APU_1_CONFIG+:} false; then :
19699- $as_echo_n "(cached) " >&6
20704+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20705+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20706+if test "${ac_cv_path_APU_1_CONFIG+set}" = set; then
20707+ echo $ECHO_N "(cached) $ECHO_C" >&6
1970020708 else
1970120709 case $APU_1_CONFIG in
1970220710 [\\/]* | ?:[\\/]*)
@@ -19709,14 +20717,14 @@ for as_dir in $as_dummy
1970920717 do
1971020718 IFS=$as_save_IFS
1971120719 test -z "$as_dir" && as_dir=.
19712- for ac_exec_ext in '' $ac_executable_extensions; do
20720+ for ac_exec_ext in '' $ac_executable_extensions; do
1971320721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1971420722 ac_cv_path_APU_1_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19715- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20723+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1971620724 break 2
1971720725 fi
1971820726 done
19719- done
20727+done
1972020728 IFS=$as_save_IFS
1972120729
1972220730 test -z "$ac_cv_path_APU_1_CONFIG" && ac_cv_path_APU_1_CONFIG="no"
@@ -19725,16 +20733,18 @@ esac
1972520733 fi
1972620734 APU_1_CONFIG=$ac_cv_path_APU_1_CONFIG
1972720735 if test -n "$APU_1_CONFIG"; then
19728- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $APU_1_CONFIG" >&5
19729-$as_echo "$APU_1_CONFIG" >&6; }
20736+ { echo "$as_me:$LINENO: result: $APU_1_CONFIG" >&5
20737+echo "${ECHO_T}$APU_1_CONFIG" >&6; }
1973020738 else
19731- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19732-$as_echo "no" >&6; }
20739+ { echo "$as_me:$LINENO: result: no" >&5
20740+echo "${ECHO_T}no" >&6; }
1973320741 fi
1973420742
1973520743
1973620744 if test "x$APU_1_CONFIG" = "xno" ; then
19737- as_fn_error $? "apu-config and apu-1-config not found." "$LINENO" 5
20745+ { { echo "$as_me:$LINENO: error: apu-config and apu-1-config not found." >&5
20746+echo "$as_me: error: apu-config and apu-1-config not found." >&2;}
20747+ { (exit 1); exit 1; }; }
1973820748 else
1973920749 APU_CONFIG="$APU_1_CONFIG"
1974020750 fi
@@ -19757,12 +20767,16 @@ if test "x${with_apache_header}" = "x" ; then
1975720767 fi
1975820768
1975920769 # Checks for typedefs, structures, and compiler characteristics.
19760-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
19761-$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19762-if ${ac_cv_c_const+:} false; then :
19763- $as_echo_n "(cached) " >&6
20770+{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
20771+echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
20772+if test "${ac_cv_c_const+set}" = set; then
20773+ echo $ECHO_N "(cached) $ECHO_C" >&6
1976420774 else
19765- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20775+ cat >conftest.$ac_ext <<_ACEOF
20776+/* confdefs.h. */
20777+_ACEOF
20778+cat confdefs.h >>conftest.$ac_ext
20779+cat >>conftest.$ac_ext <<_ACEOF
1976620780 /* end confdefs.h. */
1976720781
1976820782 int
@@ -19822,44 +20836,203 @@ main ()
1982220836 return 0;
1982320837 }
1982420838 _ACEOF
19825-if ac_fn_c_try_compile "$LINENO"; then :
20839+rm -f conftest.$ac_objext
20840+if { (ac_try="$ac_compile"
20841+case "(($ac_try" in
20842+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20843+ *) ac_try_echo=$ac_try;;
20844+esac
20845+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20846+ (eval "$ac_compile") 2>conftest.er1
20847+ ac_status=$?
20848+ grep -v '^ *+' conftest.er1 >conftest.err
20849+ rm -f conftest.er1
20850+ cat conftest.err >&5
20851+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
20852+ (exit $ac_status); } && {
20853+ test -z "$ac_c_werror_flag" ||
20854+ test ! -s conftest.err
20855+ } && test -s conftest.$ac_objext; then
1982620856 ac_cv_c_const=yes
1982720857 else
19828- ac_cv_c_const=no
20858+ echo "$as_me: failed program was:" >&5
20859+sed 's/^/| /' conftest.$ac_ext >&5
20860+
20861+ ac_cv_c_const=no
1982920862 fi
20863+
1983020864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1983120865 fi
19832-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
19833-$as_echo "$ac_cv_c_const" >&6; }
20866+{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
20867+echo "${ECHO_T}$ac_cv_c_const" >&6; }
1983420868 if test $ac_cv_c_const = no; then
1983520869
19836-$as_echo "#define const /**/" >>confdefs.h
20870+cat >>confdefs.h <<\_ACEOF
20871+#define const
20872+_ACEOF
1983720873
1983820874 fi
1983920875
1984020876
1984120877 # Checks for library functions.
20878+
1984220879 for ac_header in stdlib.h
19843-do :
19844- ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
19845-if test "x$ac_cv_header_stdlib_h" = xyes; then :
20880+do
20881+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20882+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20883+ { echo "$as_me:$LINENO: checking for $ac_header" >&5
20884+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20885+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20886+ echo $ECHO_N "(cached) $ECHO_C" >&6
20887+fi
20888+ac_res=`eval echo '${'$as_ac_Header'}'`
20889+ { echo "$as_me:$LINENO: result: $ac_res" >&5
20890+echo "${ECHO_T}$ac_res" >&6; }
20891+else
20892+ # Is the header compilable?
20893+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
20894+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20895+cat >conftest.$ac_ext <<_ACEOF
20896+/* confdefs.h. */
20897+_ACEOF
20898+cat confdefs.h >>conftest.$ac_ext
20899+cat >>conftest.$ac_ext <<_ACEOF
20900+/* end confdefs.h. */
20901+$ac_includes_default
20902+#include <$ac_header>
20903+_ACEOF
20904+rm -f conftest.$ac_objext
20905+if { (ac_try="$ac_compile"
20906+case "(($ac_try" in
20907+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20908+ *) ac_try_echo=$ac_try;;
20909+esac
20910+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20911+ (eval "$ac_compile") 2>conftest.er1
20912+ ac_status=$?
20913+ grep -v '^ *+' conftest.er1 >conftest.err
20914+ rm -f conftest.er1
20915+ cat conftest.err >&5
20916+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
20917+ (exit $ac_status); } && {
20918+ test -z "$ac_c_werror_flag" ||
20919+ test ! -s conftest.err
20920+ } && test -s conftest.$ac_objext; then
20921+ ac_header_compiler=yes
20922+else
20923+ echo "$as_me: failed program was:" >&5
20924+sed 's/^/| /' conftest.$ac_ext >&5
20925+
20926+ ac_header_compiler=no
20927+fi
20928+
20929+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20930+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20931+echo "${ECHO_T}$ac_header_compiler" >&6; }
20932+
20933+# Is the header present?
20934+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
20935+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20936+cat >conftest.$ac_ext <<_ACEOF
20937+/* confdefs.h. */
20938+_ACEOF
20939+cat confdefs.h >>conftest.$ac_ext
20940+cat >>conftest.$ac_ext <<_ACEOF
20941+/* end confdefs.h. */
20942+#include <$ac_header>
20943+_ACEOF
20944+if { (ac_try="$ac_cpp conftest.$ac_ext"
20945+case "(($ac_try" in
20946+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20947+ *) ac_try_echo=$ac_try;;
20948+esac
20949+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20950+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20951+ ac_status=$?
20952+ grep -v '^ *+' conftest.er1 >conftest.err
20953+ rm -f conftest.er1
20954+ cat conftest.err >&5
20955+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956+ (exit $ac_status); } >/dev/null && {
20957+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20958+ test ! -s conftest.err
20959+ }; then
20960+ ac_header_preproc=yes
20961+else
20962+ echo "$as_me: failed program was:" >&5
20963+sed 's/^/| /' conftest.$ac_ext >&5
20964+
20965+ ac_header_preproc=no
20966+fi
20967+
20968+rm -f conftest.err conftest.$ac_ext
20969+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20970+echo "${ECHO_T}$ac_header_preproc" >&6; }
20971+
20972+# So? What about this header?
20973+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20974+ yes:no: )
20975+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20976+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20977+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20978+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20979+ ac_header_preproc=yes
20980+ ;;
20981+ no:yes:* )
20982+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20983+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20984+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20985+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20986+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20987+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20988+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20989+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20990+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20991+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20992+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20993+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20994+ ( cat <<\_ASBOX
20995+## ---------------------------------------- ##
20996+## Report this to konn@users.sourceforge.jp ##
20997+## ---------------------------------------- ##
20998+_ASBOX
20999+ ) | sed "s/^/$as_me: WARNING: /" >&2
21000+ ;;
21001+esac
21002+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21003+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21004+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21005+ echo $ECHO_N "(cached) $ECHO_C" >&6
21006+else
21007+ eval "$as_ac_Header=\$ac_header_preproc"
21008+fi
21009+ac_res=`eval echo '${'$as_ac_Header'}'`
21010+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21011+echo "${ECHO_T}$ac_res" >&6; }
21012+
21013+fi
21014+if test `eval echo '${'$as_ac_Header'}'` = yes; then
1984621015 cat >>confdefs.h <<_ACEOF
19847-#define HAVE_STDLIB_H 1
21016+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
1984821017 _ACEOF
1984921018
1985021019 fi
1985121020
1985221021 done
1985321022
19854-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
19855-$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
19856-if ${ac_cv_func_malloc_0_nonnull+:} false; then :
19857- $as_echo_n "(cached) " >&6
21023+{ echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
21024+echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6; }
21025+if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
21026+ echo $ECHO_N "(cached) $ECHO_C" >&6
1985821027 else
19859- if test "$cross_compiling" = yes; then :
21028+ if test "$cross_compiling" = yes; then
1986021029 ac_cv_func_malloc_0_nonnull=no
1986121030 else
19862- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21031+ cat >conftest.$ac_ext <<_ACEOF
21032+/* confdefs.h. */
21033+_ACEOF
21034+cat confdefs.h >>conftest.$ac_ext
21035+cat >>conftest.$ac_ext <<_ACEOF
1986321036 /* end confdefs.h. */
1986421037 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
1986521038 # include <stdlib.h>
@@ -19875,24 +21048,52 @@ return ! malloc (0);
1987521048 return 0;
1987621049 }
1987721050 _ACEOF
19878-if ac_fn_c_try_run "$LINENO"; then :
21051+rm -f conftest$ac_exeext
21052+if { (ac_try="$ac_link"
21053+case "(($ac_try" in
21054+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21055+ *) ac_try_echo=$ac_try;;
21056+esac
21057+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21058+ (eval "$ac_link") 2>&5
21059+ ac_status=$?
21060+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21061+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21062+ { (case "(($ac_try" in
21063+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21064+ *) ac_try_echo=$ac_try;;
21065+esac
21066+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21067+ (eval "$ac_try") 2>&5
21068+ ac_status=$?
21069+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21070+ (exit $ac_status); }; }; then
1987921071 ac_cv_func_malloc_0_nonnull=yes
1988021072 else
19881- ac_cv_func_malloc_0_nonnull=no
21073+ echo "$as_me: program exited with status $ac_status" >&5
21074+echo "$as_me: failed program was:" >&5
21075+sed 's/^/| /' conftest.$ac_ext >&5
21076+
21077+( exit $ac_status )
21078+ac_cv_func_malloc_0_nonnull=no
1988221079 fi
19883-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19884- conftest.$ac_objext conftest.beam conftest.$ac_ext
21080+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
1988521081 fi
1988621082
21083+
1988721084 fi
19888-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
19889-$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
19890-if test $ac_cv_func_malloc_0_nonnull = yes; then :
21085+{ echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
21086+echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6; }
21087+if test $ac_cv_func_malloc_0_nonnull = yes; then
1989121088
19892-$as_echo "#define HAVE_MALLOC 1" >>confdefs.h
21089+cat >>confdefs.h <<\_ACEOF
21090+#define HAVE_MALLOC 1
21091+_ACEOF
1989321092
1989421093 else
19895- $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
21094+ cat >>confdefs.h <<\_ACEOF
21095+#define HAVE_MALLOC 0
21096+_ACEOF
1989621097
1989721098 case " $LIBOBJS " in
1989821099 *" malloc.$ac_objext "* ) ;;
@@ -19901,18 +21102,110 @@ else
1990121102 esac
1990221103
1990321104
19904-$as_echo "#define malloc rpl_malloc" >>confdefs.h
21105+cat >>confdefs.h <<\_ACEOF
21106+#define malloc rpl_malloc
21107+_ACEOF
1990521108
1990621109 fi
1990721110
1990821111
21112+
21113+
21114+
21115+
21116+
21117+
21118+
21119+
21120+
1990921121 for ac_func in open mmap close memset memcpy strcasecmp strncasecmp strstr
19910-do :
19911- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19912-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
19913-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
21122+do
21123+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21124+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
21125+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21126+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21127+ echo $ECHO_N "(cached) $ECHO_C" >&6
21128+else
21129+ cat >conftest.$ac_ext <<_ACEOF
21130+/* confdefs.h. */
21131+_ACEOF
21132+cat confdefs.h >>conftest.$ac_ext
21133+cat >>conftest.$ac_ext <<_ACEOF
21134+/* end confdefs.h. */
21135+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
21136+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
21137+#define $ac_func innocuous_$ac_func
21138+
21139+/* System header to define __stub macros and hopefully few prototypes,
21140+ which can conflict with char $ac_func (); below.
21141+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21142+ <limits.h> exists even on freestanding compilers. */
21143+
21144+#ifdef __STDC__
21145+# include <limits.h>
21146+#else
21147+# include <assert.h>
21148+#endif
21149+
21150+#undef $ac_func
21151+
21152+/* Override any GCC internal prototype to avoid an error.
21153+ Use char because int might match the return type of a GCC
21154+ builtin and then its argument prototype would still apply. */
21155+#ifdef __cplusplus
21156+extern "C"
21157+#endif
21158+char $ac_func ();
21159+/* The GNU C library defines this for functions which it implements
21160+ to always fail with ENOSYS. Some functions are actually named
21161+ something starting with __ and the normal name is an alias. */
21162+#if defined __stub_$ac_func || defined __stub___$ac_func
21163+choke me
21164+#endif
21165+
21166+int
21167+main ()
21168+{
21169+return $ac_func ();
21170+ ;
21171+ return 0;
21172+}
21173+_ACEOF
21174+rm -f conftest.$ac_objext conftest$ac_exeext
21175+if { (ac_try="$ac_link"
21176+case "(($ac_try" in
21177+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21178+ *) ac_try_echo=$ac_try;;
21179+esac
21180+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21181+ (eval "$ac_link") 2>conftest.er1
21182+ ac_status=$?
21183+ grep -v '^ *+' conftest.er1 >conftest.err
21184+ rm -f conftest.er1
21185+ cat conftest.err >&5
21186+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21187+ (exit $ac_status); } && {
21188+ test -z "$ac_c_werror_flag" ||
21189+ test ! -s conftest.err
21190+ } && test -s conftest$ac_exeext &&
21191+ $as_test_x conftest$ac_exeext; then
21192+ eval "$as_ac_var=yes"
21193+else
21194+ echo "$as_me: failed program was:" >&5
21195+sed 's/^/| /' conftest.$ac_ext >&5
21196+
21197+ eval "$as_ac_var=no"
21198+fi
21199+
21200+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21201+ conftest$ac_exeext conftest.$ac_ext
21202+fi
21203+ac_res=`eval echo '${'$as_ac_var'}'`
21204+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21205+echo "${ECHO_T}$ac_res" >&6; }
21206+if test `eval echo '${'$as_ac_var'}'` = yes; then
1991421207 cat >>confdefs.h <<_ACEOF
19915-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
21208+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
1991621209 _ACEOF
1991721210
1991821211 fi
@@ -19935,12 +21228,16 @@ CPPFLAGS="${CPPFLAGS} ${MYSQL_COOKIE_DEFS}"
1993521228 CPPFLAGS="${CPPFLAGS} ${MEMCACHE_COOKIE_DEFS}"
1993621229
1993721230 # Checks for header files.
19938-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
19939-$as_echo_n "checking for ANSI C header files... " >&6; }
19940-if ${ac_cv_header_stdc+:} false; then :
19941- $as_echo_n "(cached) " >&6
21231+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
21232+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
21233+if test "${ac_cv_header_stdc+set}" = set; then
21234+ echo $ECHO_N "(cached) $ECHO_C" >&6
1994221235 else
19943- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21236+ cat >conftest.$ac_ext <<_ACEOF
21237+/* confdefs.h. */
21238+_ACEOF
21239+cat confdefs.h >>conftest.$ac_ext
21240+cat >>conftest.$ac_ext <<_ACEOF
1994421241 /* end confdefs.h. */
1994521242 #include <stdlib.h>
1994621243 #include <stdarg.h>
@@ -19955,143 +21252,739 @@ main ()
1995521252 return 0;
1995621253 }
1995721254 _ACEOF
19958-if ac_fn_c_try_compile "$LINENO"; then :
21255+rm -f conftest.$ac_objext
21256+if { (ac_try="$ac_compile"
21257+case "(($ac_try" in
21258+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21259+ *) ac_try_echo=$ac_try;;
21260+esac
21261+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21262+ (eval "$ac_compile") 2>conftest.er1
21263+ ac_status=$?
21264+ grep -v '^ *+' conftest.er1 >conftest.err
21265+ rm -f conftest.er1
21266+ cat conftest.err >&5
21267+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21268+ (exit $ac_status); } && {
21269+ test -z "$ac_c_werror_flag" ||
21270+ test ! -s conftest.err
21271+ } && test -s conftest.$ac_objext; then
1995921272 ac_cv_header_stdc=yes
1996021273 else
19961- ac_cv_header_stdc=no
19962-fi
19963-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21274+ echo "$as_me: failed program was:" >&5
21275+sed 's/^/| /' conftest.$ac_ext >&5
21276+
21277+ ac_cv_header_stdc=no
21278+fi
21279+
21280+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21281+
21282+if test $ac_cv_header_stdc = yes; then
21283+ # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
21284+ cat >conftest.$ac_ext <<_ACEOF
21285+/* confdefs.h. */
21286+_ACEOF
21287+cat confdefs.h >>conftest.$ac_ext
21288+cat >>conftest.$ac_ext <<_ACEOF
21289+/* end confdefs.h. */
21290+#include <string.h>
21291+
21292+_ACEOF
21293+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21294+ $EGREP "memchr" >/dev/null 2>&1; then
21295+ :
21296+else
21297+ ac_cv_header_stdc=no
21298+fi
21299+rm -f conftest*
21300+
21301+fi
21302+
21303+if test $ac_cv_header_stdc = yes; then
21304+ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
21305+ cat >conftest.$ac_ext <<_ACEOF
21306+/* confdefs.h. */
21307+_ACEOF
21308+cat confdefs.h >>conftest.$ac_ext
21309+cat >>conftest.$ac_ext <<_ACEOF
21310+/* end confdefs.h. */
21311+#include <stdlib.h>
21312+
21313+_ACEOF
21314+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21315+ $EGREP "free" >/dev/null 2>&1; then
21316+ :
21317+else
21318+ ac_cv_header_stdc=no
21319+fi
21320+rm -f conftest*
21321+
21322+fi
21323+
21324+if test $ac_cv_header_stdc = yes; then
21325+ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
21326+ if test "$cross_compiling" = yes; then
21327+ :
21328+else
21329+ cat >conftest.$ac_ext <<_ACEOF
21330+/* confdefs.h. */
21331+_ACEOF
21332+cat confdefs.h >>conftest.$ac_ext
21333+cat >>conftest.$ac_ext <<_ACEOF
21334+/* end confdefs.h. */
21335+#include <ctype.h>
21336+#include <stdlib.h>
21337+#if ((' ' & 0x0FF) == 0x020)
21338+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
21339+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
21340+#else
21341+# define ISLOWER(c) \
21342+ (('a' <= (c) && (c) <= 'i') \
21343+ || ('j' <= (c) && (c) <= 'r') \
21344+ || ('s' <= (c) && (c) <= 'z'))
21345+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
21346+#endif
21347+
21348+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
21349+int
21350+main ()
21351+{
21352+ int i;
21353+ for (i = 0; i < 256; i++)
21354+ if (XOR (islower (i), ISLOWER (i))
21355+ || toupper (i) != TOUPPER (i))
21356+ return 2;
21357+ return 0;
21358+}
21359+_ACEOF
21360+rm -f conftest$ac_exeext
21361+if { (ac_try="$ac_link"
21362+case "(($ac_try" in
21363+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21364+ *) ac_try_echo=$ac_try;;
21365+esac
21366+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21367+ (eval "$ac_link") 2>&5
21368+ ac_status=$?
21369+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21370+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21371+ { (case "(($ac_try" in
21372+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21373+ *) ac_try_echo=$ac_try;;
21374+esac
21375+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21376+ (eval "$ac_try") 2>&5
21377+ ac_status=$?
21378+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21379+ (exit $ac_status); }; }; then
21380+ :
21381+else
21382+ echo "$as_me: program exited with status $ac_status" >&5
21383+echo "$as_me: failed program was:" >&5
21384+sed 's/^/| /' conftest.$ac_ext >&5
21385+
21386+( exit $ac_status )
21387+ac_cv_header_stdc=no
21388+fi
21389+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21390+fi
21391+
21392+
21393+fi
21394+fi
21395+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
21396+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
21397+if test $ac_cv_header_stdc = yes; then
21398+
21399+cat >>confdefs.h <<\_ACEOF
21400+#define STDC_HEADERS 1
21401+_ACEOF
21402+
21403+fi
21404+
21405+
21406+
21407+
21408+
21409+
21410+
21411+
21412+
21413+for ac_header in string.h strings.h unistd.h fcntl.h sys/types.h sys/stat.h sys/mman.h libgen.h
21414+do
21415+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21416+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21417+ { echo "$as_me:$LINENO: checking for $ac_header" >&5
21418+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21419+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21420+ echo $ECHO_N "(cached) $ECHO_C" >&6
21421+fi
21422+ac_res=`eval echo '${'$as_ac_Header'}'`
21423+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21424+echo "${ECHO_T}$ac_res" >&6; }
21425+else
21426+ # Is the header compilable?
21427+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
21428+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21429+cat >conftest.$ac_ext <<_ACEOF
21430+/* confdefs.h. */
21431+_ACEOF
21432+cat confdefs.h >>conftest.$ac_ext
21433+cat >>conftest.$ac_ext <<_ACEOF
21434+/* end confdefs.h. */
21435+$ac_includes_default
21436+#include <$ac_header>
21437+_ACEOF
21438+rm -f conftest.$ac_objext
21439+if { (ac_try="$ac_compile"
21440+case "(($ac_try" in
21441+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21442+ *) ac_try_echo=$ac_try;;
21443+esac
21444+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21445+ (eval "$ac_compile") 2>conftest.er1
21446+ ac_status=$?
21447+ grep -v '^ *+' conftest.er1 >conftest.err
21448+ rm -f conftest.er1
21449+ cat conftest.err >&5
21450+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21451+ (exit $ac_status); } && {
21452+ test -z "$ac_c_werror_flag" ||
21453+ test ! -s conftest.err
21454+ } && test -s conftest.$ac_objext; then
21455+ ac_header_compiler=yes
21456+else
21457+ echo "$as_me: failed program was:" >&5
21458+sed 's/^/| /' conftest.$ac_ext >&5
21459+
21460+ ac_header_compiler=no
21461+fi
21462+
21463+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21464+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21465+echo "${ECHO_T}$ac_header_compiler" >&6; }
21466+
21467+# Is the header present?
21468+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
21469+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21470+cat >conftest.$ac_ext <<_ACEOF
21471+/* confdefs.h. */
21472+_ACEOF
21473+cat confdefs.h >>conftest.$ac_ext
21474+cat >>conftest.$ac_ext <<_ACEOF
21475+/* end confdefs.h. */
21476+#include <$ac_header>
21477+_ACEOF
21478+if { (ac_try="$ac_cpp conftest.$ac_ext"
21479+case "(($ac_try" in
21480+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21481+ *) ac_try_echo=$ac_try;;
21482+esac
21483+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21484+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21485+ ac_status=$?
21486+ grep -v '^ *+' conftest.er1 >conftest.err
21487+ rm -f conftest.er1
21488+ cat conftest.err >&5
21489+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21490+ (exit $ac_status); } >/dev/null && {
21491+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21492+ test ! -s conftest.err
21493+ }; then
21494+ ac_header_preproc=yes
21495+else
21496+ echo "$as_me: failed program was:" >&5
21497+sed 's/^/| /' conftest.$ac_ext >&5
21498+
21499+ ac_header_preproc=no
21500+fi
21501+
21502+rm -f conftest.err conftest.$ac_ext
21503+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21504+echo "${ECHO_T}$ac_header_preproc" >&6; }
21505+
21506+# So? What about this header?
21507+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21508+ yes:no: )
21509+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21510+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21511+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21512+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21513+ ac_header_preproc=yes
21514+ ;;
21515+ no:yes:* )
21516+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21517+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21518+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21519+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21520+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21521+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21522+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21523+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21524+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21525+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21526+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21527+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21528+ ( cat <<\_ASBOX
21529+## ---------------------------------------- ##
21530+## Report this to konn@users.sourceforge.jp ##
21531+## ---------------------------------------- ##
21532+_ASBOX
21533+ ) | sed "s/^/$as_me: WARNING: /" >&2
21534+ ;;
21535+esac
21536+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21537+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21538+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21539+ echo $ECHO_N "(cached) $ECHO_C" >&6
21540+else
21541+ eval "$as_ac_Header=\$ac_header_preproc"
21542+fi
21543+ac_res=`eval echo '${'$as_ac_Header'}'`
21544+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21545+echo "${ECHO_T}$ac_res" >&6; }
21546+
21547+fi
21548+if test `eval echo '${'$as_ac_Header'}'` = yes; then
21549+ cat >>confdefs.h <<_ACEOF
21550+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21551+_ACEOF
21552+
21553+fi
21554+
21555+done
21556+
21557+APR_HEADER_DIR="`${APR_CONFIG} --includes | sed -e 's/-I//g' | sed -e 's/ //g'`"
21558+
21559+
21560+for ac_header in apr_shm.h apr_global_mutex.h
21561+do
21562+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21563+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21564+ { echo "$as_me:$LINENO: checking for $ac_header" >&5
21565+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21566+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21567+ echo $ECHO_N "(cached) $ECHO_C" >&6
21568+fi
21569+ac_res=`eval echo '${'$as_ac_Header'}'`
21570+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21571+echo "${ECHO_T}$ac_res" >&6; }
21572+else
21573+ # Is the header compilable?
21574+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
21575+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21576+cat >conftest.$ac_ext <<_ACEOF
21577+/* confdefs.h. */
21578+_ACEOF
21579+cat confdefs.h >>conftest.$ac_ext
21580+cat >>conftest.$ac_ext <<_ACEOF
21581+/* end confdefs.h. */
21582+$ac_includes_default
21583+#include <$ac_header>
21584+_ACEOF
21585+rm -f conftest.$ac_objext
21586+if { (ac_try="$ac_compile"
21587+case "(($ac_try" in
21588+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21589+ *) ac_try_echo=$ac_try;;
21590+esac
21591+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21592+ (eval "$ac_compile") 2>conftest.er1
21593+ ac_status=$?
21594+ grep -v '^ *+' conftest.er1 >conftest.err
21595+ rm -f conftest.er1
21596+ cat conftest.err >&5
21597+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21598+ (exit $ac_status); } && {
21599+ test -z "$ac_c_werror_flag" ||
21600+ test ! -s conftest.err
21601+ } && test -s conftest.$ac_objext; then
21602+ ac_header_compiler=yes
21603+else
21604+ echo "$as_me: failed program was:" >&5
21605+sed 's/^/| /' conftest.$ac_ext >&5
21606+
21607+ ac_header_compiler=no
21608+fi
21609+
21610+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21611+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21612+echo "${ECHO_T}$ac_header_compiler" >&6; }
21613+
21614+# Is the header present?
21615+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
21616+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21617+cat >conftest.$ac_ext <<_ACEOF
21618+/* confdefs.h. */
21619+_ACEOF
21620+cat confdefs.h >>conftest.$ac_ext
21621+cat >>conftest.$ac_ext <<_ACEOF
21622+/* end confdefs.h. */
21623+#include <$ac_header>
21624+_ACEOF
21625+if { (ac_try="$ac_cpp conftest.$ac_ext"
21626+case "(($ac_try" in
21627+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21628+ *) ac_try_echo=$ac_try;;
21629+esac
21630+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21631+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21632+ ac_status=$?
21633+ grep -v '^ *+' conftest.er1 >conftest.err
21634+ rm -f conftest.er1
21635+ cat conftest.err >&5
21636+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21637+ (exit $ac_status); } >/dev/null && {
21638+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21639+ test ! -s conftest.err
21640+ }; then
21641+ ac_header_preproc=yes
21642+else
21643+ echo "$as_me: failed program was:" >&5
21644+sed 's/^/| /' conftest.$ac_ext >&5
1996421645
19965-if test $ac_cv_header_stdc = yes; then
19966- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
19967- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19968-/* end confdefs.h. */
19969-#include <string.h>
21646+ ac_header_preproc=no
21647+fi
1997021648
19971-_ACEOF
19972-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19973- $EGREP "memchr" >/dev/null 2>&1; then :
21649+rm -f conftest.err conftest.$ac_ext
21650+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21651+echo "${ECHO_T}$ac_header_preproc" >&6; }
1997421652
21653+# So? What about this header?
21654+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21655+ yes:no: )
21656+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21657+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21658+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21659+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21660+ ac_header_preproc=yes
21661+ ;;
21662+ no:yes:* )
21663+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21664+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21665+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21666+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21667+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21668+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21669+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21670+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21671+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21672+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21673+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21674+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21675+ ( cat <<\_ASBOX
21676+## ---------------------------------------- ##
21677+## Report this to konn@users.sourceforge.jp ##
21678+## ---------------------------------------- ##
21679+_ASBOX
21680+ ) | sed "s/^/$as_me: WARNING: /" >&2
21681+ ;;
21682+esac
21683+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21684+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21685+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21686+ echo $ECHO_N "(cached) $ECHO_C" >&6
1997521687 else
19976- ac_cv_header_stdc=no
21688+ eval "$as_ac_Header=\$ac_header_preproc"
1997721689 fi
19978-rm -f conftest*
21690+ac_res=`eval echo '${'$as_ac_Header'}'`
21691+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21692+echo "${ECHO_T}$ac_res" >&6; }
1997921693
1998021694 fi
19981-
19982-if test $ac_cv_header_stdc = yes; then
19983- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
19984- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19985-/* end confdefs.h. */
19986-#include <stdlib.h>
19987-
21695+if test `eval echo '${'$as_ac_Header'}'` = yes; then
21696+ cat >>confdefs.h <<_ACEOF
21697+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
1998821698 _ACEOF
19989-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19990- $EGREP "free" >/dev/null 2>&1; then :
1999121699
19992-else
19993- ac_cv_header_stdc=no
1999421700 fi
19995-rm -f conftest*
1999621701
19997-fi
21702+done
1999821703
19999-if test $ac_cv_header_stdc = yes; then
20000- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20001- if test "$cross_compiling" = yes; then :
20002- :
21704+
21705+for ac_header in apr.h
21706+do
21707+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21708+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21709+ { echo "$as_me:$LINENO: checking for $ac_header" >&5
21710+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21711+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21712+ echo $ECHO_N "(cached) $ECHO_C" >&6
21713+fi
21714+ac_res=`eval echo '${'$as_ac_Header'}'`
21715+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21716+echo "${ECHO_T}$ac_res" >&6; }
2000321717 else
20004- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21718+ # Is the header compilable?
21719+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
21720+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21721+cat >conftest.$ac_ext <<_ACEOF
21722+/* confdefs.h. */
21723+_ACEOF
21724+cat confdefs.h >>conftest.$ac_ext
21725+cat >>conftest.$ac_ext <<_ACEOF
2000521726 /* end confdefs.h. */
20006-#include <ctype.h>
20007-#include <stdlib.h>
20008-#if ((' ' & 0x0FF) == 0x020)
20009-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20010-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20011-#else
20012-# define ISLOWER(c) \
20013- (('a' <= (c) && (c) <= 'i') \
20014- || ('j' <= (c) && (c) <= 'r') \
20015- || ('s' <= (c) && (c) <= 'z'))
20016-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20017-#endif
20018-
20019-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20020-int
20021-main ()
20022-{
20023- int i;
20024- for (i = 0; i < 256; i++)
20025- if (XOR (islower (i), ISLOWER (i))
20026- || toupper (i) != TOUPPER (i))
20027- return 2;
20028- return 0;
20029-}
21727+$ac_includes_default
21728+#include <$ac_header>
2003021729 _ACEOF
20031-if ac_fn_c_try_run "$LINENO"; then :
20032-
21730+rm -f conftest.$ac_objext
21731+if { (ac_try="$ac_compile"
21732+case "(($ac_try" in
21733+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21734+ *) ac_try_echo=$ac_try;;
21735+esac
21736+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21737+ (eval "$ac_compile") 2>conftest.er1
21738+ ac_status=$?
21739+ grep -v '^ *+' conftest.er1 >conftest.err
21740+ rm -f conftest.er1
21741+ cat conftest.err >&5
21742+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743+ (exit $ac_status); } && {
21744+ test -z "$ac_c_werror_flag" ||
21745+ test ! -s conftest.err
21746+ } && test -s conftest.$ac_objext; then
21747+ ac_header_compiler=yes
2003321748 else
20034- ac_cv_header_stdc=no
20035-fi
20036-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20037- conftest.$ac_objext conftest.beam conftest.$ac_ext
20038-fi
21749+ echo "$as_me: failed program was:" >&5
21750+sed 's/^/| /' conftest.$ac_ext >&5
2003921751
21752+ ac_header_compiler=no
2004021753 fi
21754+
21755+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21756+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21757+echo "${ECHO_T}$ac_header_compiler" >&6; }
21758+
21759+# Is the header present?
21760+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
21761+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21762+cat >conftest.$ac_ext <<_ACEOF
21763+/* confdefs.h. */
21764+_ACEOF
21765+cat confdefs.h >>conftest.$ac_ext
21766+cat >>conftest.$ac_ext <<_ACEOF
21767+/* end confdefs.h. */
21768+#include <$ac_header>
21769+_ACEOF
21770+if { (ac_try="$ac_cpp conftest.$ac_ext"
21771+case "(($ac_try" in
21772+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21773+ *) ac_try_echo=$ac_try;;
21774+esac
21775+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21776+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21777+ ac_status=$?
21778+ grep -v '^ *+' conftest.er1 >conftest.err
21779+ rm -f conftest.er1
21780+ cat conftest.err >&5
21781+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21782+ (exit $ac_status); } >/dev/null && {
21783+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21784+ test ! -s conftest.err
21785+ }; then
21786+ ac_header_preproc=yes
21787+else
21788+ echo "$as_me: failed program was:" >&5
21789+sed 's/^/| /' conftest.$ac_ext >&5
21790+
21791+ ac_header_preproc=no
2004121792 fi
20042-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
20043-$as_echo "$ac_cv_header_stdc" >&6; }
20044-if test $ac_cv_header_stdc = yes; then
2004521793
20046-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
21794+rm -f conftest.err conftest.$ac_ext
21795+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21796+echo "${ECHO_T}$ac_header_preproc" >&6; }
2004721797
21798+# So? What about this header?
21799+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21800+ yes:no: )
21801+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21802+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21803+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21804+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21805+ ac_header_preproc=yes
21806+ ;;
21807+ no:yes:* )
21808+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21809+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21810+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21811+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21812+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21813+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21814+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21815+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21816+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21817+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21818+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21819+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21820+ ( cat <<\_ASBOX
21821+## ---------------------------------------- ##
21822+## Report this to konn@users.sourceforge.jp ##
21823+## ---------------------------------------- ##
21824+_ASBOX
21825+ ) | sed "s/^/$as_me: WARNING: /" >&2
21826+ ;;
21827+esac
21828+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21829+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21830+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21831+ echo $ECHO_N "(cached) $ECHO_C" >&6
21832+else
21833+ eval "$as_ac_Header=\$ac_header_preproc"
2004821834 fi
21835+ac_res=`eval echo '${'$as_ac_Header'}'`
21836+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21837+echo "${ECHO_T}$ac_res" >&6; }
2004921838
20050-for ac_header in string.h strings.h unistd.h fcntl.h sys/types.h sys/stat.h sys/mman.h libgen.h
20051-do :
20052- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20053-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
20054-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
21839+fi
21840+if test `eval echo '${'$as_ac_Header'}'` = yes; then
2005521841 cat >>confdefs.h <<_ACEOF
20056-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21842+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2005721843 _ACEOF
2005821844
2005921845 fi
2006021846
2006121847 done
2006221848
20063-APR_HEADER_DIR="`${APR_CONFIG} --includes | sed -e 's/-I//g' | sed -e 's/ //g'`"
20064-for ac_header in apr_shm.h apr_global_mutex.h
20065-do :
20066- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20067-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
20068-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20069- cat >>confdefs.h <<_ACEOF
20070-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21849+
21850+for ac_header in ap_config.h
21851+do
21852+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21853+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21854+ { echo "$as_me:$LINENO: checking for $ac_header" >&5
21855+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21856+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21857+ echo $ECHO_N "(cached) $ECHO_C" >&6
21858+fi
21859+ac_res=`eval echo '${'$as_ac_Header'}'`
21860+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21861+echo "${ECHO_T}$ac_res" >&6; }
21862+else
21863+ # Is the header compilable?
21864+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
21865+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21866+cat >conftest.$ac_ext <<_ACEOF
21867+/* confdefs.h. */
2007121868 _ACEOF
21869+cat confdefs.h >>conftest.$ac_ext
21870+cat >>conftest.$ac_ext <<_ACEOF
21871+/* end confdefs.h. */
21872+$ac_includes_default
21873+#include <$ac_header>
21874+_ACEOF
21875+rm -f conftest.$ac_objext
21876+if { (ac_try="$ac_compile"
21877+case "(($ac_try" in
21878+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21879+ *) ac_try_echo=$ac_try;;
21880+esac
21881+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21882+ (eval "$ac_compile") 2>conftest.er1
21883+ ac_status=$?
21884+ grep -v '^ *+' conftest.er1 >conftest.err
21885+ rm -f conftest.er1
21886+ cat conftest.err >&5
21887+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21888+ (exit $ac_status); } && {
21889+ test -z "$ac_c_werror_flag" ||
21890+ test ! -s conftest.err
21891+ } && test -s conftest.$ac_objext; then
21892+ ac_header_compiler=yes
21893+else
21894+ echo "$as_me: failed program was:" >&5
21895+sed 's/^/| /' conftest.$ac_ext >&5
2007221896
21897+ ac_header_compiler=no
2007321898 fi
2007421899
20075-done
21900+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21901+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21902+echo "${ECHO_T}$ac_header_compiler" >&6; }
2007621903
20077-for ac_header in apr.h
20078-do :
20079- ac_fn_c_check_header_mongrel "$LINENO" "apr.h" "ac_cv_header_apr_h" "$ac_includes_default"
20080-if test "x$ac_cv_header_apr_h" = xyes; then :
20081- cat >>confdefs.h <<_ACEOF
20082-#define HAVE_APR_H 1
21904+# Is the header present?
21905+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
21906+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21907+cat >conftest.$ac_ext <<_ACEOF
21908+/* confdefs.h. */
21909+_ACEOF
21910+cat confdefs.h >>conftest.$ac_ext
21911+cat >>conftest.$ac_ext <<_ACEOF
21912+/* end confdefs.h. */
21913+#include <$ac_header>
2008321914 _ACEOF
21915+if { (ac_try="$ac_cpp conftest.$ac_ext"
21916+case "(($ac_try" in
21917+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21918+ *) ac_try_echo=$ac_try;;
21919+esac
21920+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21921+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21922+ ac_status=$?
21923+ grep -v '^ *+' conftest.er1 >conftest.err
21924+ rm -f conftest.er1
21925+ cat conftest.err >&5
21926+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
21927+ (exit $ac_status); } >/dev/null && {
21928+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21929+ test ! -s conftest.err
21930+ }; then
21931+ ac_header_preproc=yes
21932+else
21933+ echo "$as_me: failed program was:" >&5
21934+sed 's/^/| /' conftest.$ac_ext >&5
2008421935
21936+ ac_header_preproc=no
2008521937 fi
2008621938
20087-done
21939+rm -f conftest.err conftest.$ac_ext
21940+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21941+echo "${ECHO_T}$ac_header_preproc" >&6; }
2008821942
20089-for ac_header in ap_config.h
20090-do :
20091- ac_fn_c_check_header_mongrel "$LINENO" "ap_config.h" "ac_cv_header_ap_config_h" "$ac_includes_default"
20092-if test "x$ac_cv_header_ap_config_h" = xyes; then :
21943+# So? What about this header?
21944+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21945+ yes:no: )
21946+ { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21947+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21948+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21949+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21950+ ac_header_preproc=yes
21951+ ;;
21952+ no:yes:* )
21953+ { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21954+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21955+ { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21956+echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21957+ { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21958+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21959+ { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21960+echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21961+ { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21962+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21963+ { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21964+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21965+ ( cat <<\_ASBOX
21966+## ---------------------------------------- ##
21967+## Report this to konn@users.sourceforge.jp ##
21968+## ---------------------------------------- ##
21969+_ASBOX
21970+ ) | sed "s/^/$as_me: WARNING: /" >&2
21971+ ;;
21972+esac
21973+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21974+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21975+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21976+ echo $ECHO_N "(cached) $ECHO_C" >&6
21977+else
21978+ eval "$as_ac_Header=\$ac_header_preproc"
21979+fi
21980+ac_res=`eval echo '${'$as_ac_Header'}'`
21981+ { echo "$as_me:$LINENO: result: $ac_res" >&5
21982+echo "${ECHO_T}$ac_res" >&6; }
21983+
21984+fi
21985+if test `eval echo '${'$as_ac_Header'}'` = yes; then
2009321986 cat >>confdefs.h <<_ACEOF
20094-#define HAVE_AP_CONFIG_H 1
21987+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2009521988 _ACEOF
2009621989
2009721990 fi
@@ -20108,19 +22001,64 @@ done
2010822001 ##include "ap_config.h"
2010922002 ##endif
2011022003 #]])
22004+
2011122005 for ac_header in ap_regex.h
20112-do :
20113- ac_fn_c_check_header_compile "$LINENO" "ap_regex.h" "ac_cv_header_ap_regex_h" "#ifdef HAVE_APR_H
20114-# include \"apr.h\"
22006+do
22007+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22008+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
22009+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22010+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22011+ echo $ECHO_N "(cached) $ECHO_C" >&6
22012+else
22013+ cat >conftest.$ac_ext <<_ACEOF
22014+/* confdefs.h. */
22015+_ACEOF
22016+cat confdefs.h >>conftest.$ac_ext
22017+cat >>conftest.$ac_ext <<_ACEOF
22018+/* end confdefs.h. */
22019+#ifdef HAVE_APR_H
22020+# include "apr.h"
2011522021 #endif
2011622022 #ifdef HAVE_AP_CONFIG_H
20117-# include \"ap_config.h\"
22023+# include "ap_config.h"
2011822024 #endif
2011922025
20120-"
20121-if test "x$ac_cv_header_ap_regex_h" = xyes; then :
22026+
22027+#include <$ac_header>
22028+_ACEOF
22029+rm -f conftest.$ac_objext
22030+if { (ac_try="$ac_compile"
22031+case "(($ac_try" in
22032+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22033+ *) ac_try_echo=$ac_try;;
22034+esac
22035+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22036+ (eval "$ac_compile") 2>conftest.er1
22037+ ac_status=$?
22038+ grep -v '^ *+' conftest.er1 >conftest.err
22039+ rm -f conftest.er1
22040+ cat conftest.err >&5
22041+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
22042+ (exit $ac_status); } && {
22043+ test -z "$ac_c_werror_flag" ||
22044+ test ! -s conftest.err
22045+ } && test -s conftest.$ac_objext; then
22046+ eval "$as_ac_Header=yes"
22047+else
22048+ echo "$as_me: failed program was:" >&5
22049+sed 's/^/| /' conftest.$ac_ext >&5
22050+
22051+ eval "$as_ac_Header=no"
22052+fi
22053+
22054+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22055+fi
22056+ac_res=`eval echo '${'$as_ac_Header'}'`
22057+ { echo "$as_me:$LINENO: result: $ac_res" >&5
22058+echo "${ECHO_T}$ac_res" >&6; }
22059+if test `eval echo '${'$as_ac_Header'}'` = yes; then
2012222060 cat >>confdefs.h <<_ACEOF
20123-#define HAVE_AP_REGEX_H 1
22061+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2012422062 _ACEOF
2012522063 use_pcre_flag="no"
2012622064 else
@@ -20133,10 +22071,10 @@ if test "x$use_pcre_flag" = "xyes" ; then
2013322071 if test "x$with_pcre_config" = "x" ; then
2013422072 # Extract the first word of "pcre-config", so it can be a program name with args.
2013522073 set dummy pcre-config; ac_word=$2
20136-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20137-$as_echo_n "checking for $ac_word... " >&6; }
20138-if ${ac_cv_path_PCRE_CONFIG+:} false; then :
20139- $as_echo_n "(cached) " >&6
22074+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22075+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22076+if test "${ac_cv_path_PCRE_CONFIG+set}" = set; then
22077+ echo $ECHO_N "(cached) $ECHO_C" >&6
2014022078 else
2014122079 case $PCRE_CONFIG in
2014222080 [\\/]* | ?:[\\/]*)
@@ -20149,14 +22087,14 @@ for as_dir in $as_dummy
2014922087 do
2015022088 IFS=$as_save_IFS
2015122089 test -z "$as_dir" && as_dir=.
20152- for ac_exec_ext in '' $ac_executable_extensions; do
22090+ for ac_exec_ext in '' $ac_executable_extensions; do
2015322091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2015422092 ac_cv_path_PCRE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20155- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22093+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2015622094 break 2
2015722095 fi
2015822096 done
20159- done
22097+done
2016022098 IFS=$as_save_IFS
2016122099
2016222100 test -z "$ac_cv_path_PCRE_CONFIG" && ac_cv_path_PCRE_CONFIG="no"
@@ -20165,21 +22103,21 @@ esac
2016522103 fi
2016622104 PCRE_CONFIG=$ac_cv_path_PCRE_CONFIG
2016722105 if test -n "$PCRE_CONFIG"; then
20168- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PCRE_CONFIG" >&5
20169-$as_echo "$PCRE_CONFIG" >&6; }
22106+ { echo "$as_me:$LINENO: result: $PCRE_CONFIG" >&5
22107+echo "${ECHO_T}$PCRE_CONFIG" >&6; }
2017022108 else
20171- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20172-$as_echo "no" >&6; }
22109+ { echo "$as_me:$LINENO: result: no" >&5
22110+echo "${ECHO_T}no" >&6; }
2017322111 fi
2017422112
2017522113
2017622114 if test "x$PCRE_CONFIG" = "xno" ; then
2017722115 # Extract the first word of "pcre-1-config", so it can be a program name with args.
2017822116 set dummy pcre-1-config; ac_word=$2
20179-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
20180-$as_echo_n "checking for $ac_word... " >&6; }
20181-if ${ac_cv_path_PCRE_1_CONFIG+:} false; then :
20182- $as_echo_n "(cached) " >&6
22117+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22118+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22119+if test "${ac_cv_path_PCRE_1_CONFIG+set}" = set; then
22120+ echo $ECHO_N "(cached) $ECHO_C" >&6
2018322121 else
2018422122 case $PCRE_1_CONFIG in
2018522123 [\\/]* | ?:[\\/]*)
@@ -20192,14 +22130,14 @@ for as_dir in $as_dummy
2019222130 do
2019322131 IFS=$as_save_IFS
2019422132 test -z "$as_dir" && as_dir=.
20195- for ac_exec_ext in '' $ac_executable_extensions; do
22133+ for ac_exec_ext in '' $ac_executable_extensions; do
2019622134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2019722135 ac_cv_path_PCRE_1_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20198- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22136+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2019922137 break 2
2020022138 fi
2020122139 done
20202- done
22140+done
2020322141 IFS=$as_save_IFS
2020422142
2020522143 test -z "$ac_cv_path_PCRE_1_CONFIG" && ac_cv_path_PCRE_1_CONFIG="no"
@@ -20208,16 +22146,18 @@ esac
2020822146 fi
2020922147 PCRE_1_CONFIG=$ac_cv_path_PCRE_1_CONFIG
2021022148 if test -n "$PCRE_1_CONFIG"; then
20211- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PCRE_1_CONFIG" >&5
20212-$as_echo "$PCRE_1_CONFIG" >&6; }
22149+ { echo "$as_me:$LINENO: result: $PCRE_1_CONFIG" >&5
22150+echo "${ECHO_T}$PCRE_1_CONFIG" >&6; }
2021322151 else
20214- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20215-$as_echo "no" >&6; }
22152+ { echo "$as_me:$LINENO: result: no" >&5
22153+echo "${ECHO_T}no" >&6; }
2021622154 fi
2021722155
2021822156
2021922157 if test "x$PCRE_1_CONFIG" = "xno" ; then
20220- as_fn_error $? "pcre-config and pcre-1-config not found." "$LINENO" 5
22158+ { { echo "$as_me:$LINENO: error: pcre-config and pcre-1-config not found." >&5
22159+echo "$as_me: error: pcre-config and pcre-1-config not found." >&2;}
22160+ { (exit 1); exit 1; }; }
2022122161 else
2022222162 PCRE_CONFIG="$PCRE_1_CONFIG"
2022322163 fi
@@ -20229,7 +22169,9 @@ fi
2022922169 CFLAGS="${CFLAGS} `${PCRE_CONFIG} --cflags`"
2023022170 else
2023122171
20232-$as_echo "#define HAVE_AP_REGEX_H 1" >>confdefs.h
22172+cat >>confdefs.h <<\_ACEOF
22173+#define HAVE_AP_REGEX_H 1
22174+_ACEOF
2023322175
2023422176 fi
2023522177
@@ -20272,13 +22214,12 @@ _ACEOF
2027222214 case $ac_val in #(
2027322215 *${as_nl}*)
2027422216 case $ac_var in #(
20275- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
20276-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22217+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
22218+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2027722219 esac
2027822220 case $ac_var in #(
2027922221 _ | IFS | as_nl) ;; #(
20280- BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
20281- *) { eval $ac_var=; unset $ac_var;} ;;
22222+ *) $as_unset $ac_var ;;
2028222223 esac ;;
2028322224 esac
2028422225 done
@@ -20286,8 +22227,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2028622227 (set) 2>&1 |
2028722228 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2028822229 *${as_nl}ac_space=\ *)
20289- # `set' does not quote correctly, so add quotes: double-quote
20290- # substitution turns \\\\ into \\, and sed turns \\ into \.
22230+ # `set' does not quote correctly, so add quotes (double-quote
22231+ # substitution turns \\\\ into \\, and sed turns \\ into \).
2029122232 sed -n \
2029222233 "s/'/'\\\\''/g;
2029322234 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
@@ -20309,24 +22250,13 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2030922250 :end' >>confcache
2031022251 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2031122252 if test -w "$cache_file"; then
20312- if test "x$cache_file" != "x/dev/null"; then
20313- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
20314-$as_echo "$as_me: updating cache $cache_file" >&6;}
20315- if test ! -f "$cache_file" || test -h "$cache_file"; then
20316- cat confcache >"$cache_file"
20317- else
20318- case $cache_file in #(
20319- */* | ?:*)
20320- mv -f confcache "$cache_file"$$ &&
20321- mv -f "$cache_file"$$ "$cache_file" ;; #(
20322- *)
20323- mv -f confcache "$cache_file" ;;
20324- esac
20325- fi
20326- fi
22253+ test "x$cache_file" != "x/dev/null" &&
22254+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5
22255+echo "$as_me: updating cache $cache_file" >&6;}
22256+ cat confcache >$cache_file
2032722257 else
20328- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
20329-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
22258+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
22259+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2033022260 fi
2033122261 fi
2033222262 rm -f confcache
@@ -20339,15 +22269,14 @@ DEFS=-DHAVE_CONFIG_H
2033922269
2034022270 ac_libobjs=
2034122271 ac_ltlibobjs=
20342-U=
2034322272 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2034422273 # 1. Remove the extension, and $U if already installed.
2034522274 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20346- ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
22275+ ac_i=`echo "$ac_i" | sed "$ac_script"`
2034722276 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2034822277 # will be set to the directory where LIBOBJS objects are built.
20349- as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20350- as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
22278+ ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
22279+ ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2035122280 done
2035222281 LIBOBJS=$ac_libobjs
2035322282
@@ -20355,26 +22284,33 @@ LTLIBOBJS=$ac_ltlibobjs
2035522284
2035622285
2035722286 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
20358- as_fn_error $? "conditional \"AMDEP\" was never defined.
20359-Usually this means the macro was only invoked conditionally." "$LINENO" 5
22287+ { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
22288+Usually this means the macro was only invoked conditionally." >&5
22289+echo "$as_me: error: conditional \"AMDEP\" was never defined.
22290+Usually this means the macro was only invoked conditionally." >&2;}
22291+ { (exit 1); exit 1; }; }
2036022292 fi
2036122293 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
20362- as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
20363-Usually this means the macro was only invoked conditionally." "$LINENO" 5
22294+ { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
22295+Usually this means the macro was only invoked conditionally." >&5
22296+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
22297+Usually this means the macro was only invoked conditionally." >&2;}
22298+ { (exit 1); exit 1; }; }
2036422299 fi
2036522300 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
20366- as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
20367-Usually this means the macro was only invoked conditionally." "$LINENO" 5
22301+ { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
22302+Usually this means the macro was only invoked conditionally." >&5
22303+echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
22304+Usually this means the macro was only invoked conditionally." >&2;}
22305+ { (exit 1); exit 1; }; }
2036822306 fi
2036922307
20370-: "${CONFIG_STATUS=./config.status}"
20371-ac_write_fail=0
22308+: ${CONFIG_STATUS=./config.status}
2037222309 ac_clean_files_save=$ac_clean_files
2037322310 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20374-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
20375-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
20376-as_write_fail=0
20377-cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
22311+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
22312+echo "$as_me: creating $CONFIG_STATUS" >&6;}
22313+cat >$CONFIG_STATUS <<_ACEOF
2037822314 #! $SHELL
2037922315 # Generated by $as_me.
2038022316 # Run this file to recreate the current configuration.
@@ -20384,79 +22320,59 @@ cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2038422320 debug=false
2038522321 ac_cs_recheck=false
2038622322 ac_cs_silent=false
20387-
2038822323 SHELL=\${CONFIG_SHELL-$SHELL}
20389-export SHELL
20390-_ASEOF
20391-cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
20392-## -------------------- ##
20393-## M4sh Initialization. ##
20394-## -------------------- ##
22324+_ACEOF
22325+
22326+cat >>$CONFIG_STATUS <<\_ACEOF
22327+## --------------------- ##
22328+## M4sh Initialization. ##
22329+## --------------------- ##
2039522330
2039622331 # Be more Bourne compatible
2039722332 DUALCASE=1; export DUALCASE # for MKS sh
20398-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22333+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2039922334 emulate sh
2040022335 NULLCMD=:
20401- # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22336+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2040222337 # is contrary to our usage. Disable this feature.
2040322338 alias -g '${1+"$@"}'='"$@"'
2040422339 setopt NO_GLOB_SUBST
2040522340 else
20406- case `(set -o) 2>/dev/null` in #(
20407- *posix*) :
20408- set -o posix ;; #(
20409- *) :
20410- ;;
22341+ case `(set -o) 2>/dev/null` in
22342+ *posix*) set -o posix ;;
2041122343 esac
22344+
2041222345 fi
2041322346
2041422347
20415-as_nl='
20416-'
20417-export as_nl
20418-# Printing a long string crashes Solaris 7 /usr/bin/printf.
20419-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
20420-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
20421-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
20422-# Prefer a ksh shell builtin over an external printf program on Solaris,
20423-# but without wasting forks for bash or zsh.
20424-if test -z "$BASH_VERSION$ZSH_VERSION" \
20425- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
20426- as_echo='print -r --'
20427- as_echo_n='print -rn --'
20428-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
20429- as_echo='printf %s\n'
20430- as_echo_n='printf %s'
20431-else
20432- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
20433- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
20434- as_echo_n='/usr/ucb/echo -n'
22348+
22349+
22350+# PATH needs CR
22351+# Avoid depending upon Character Ranges.
22352+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
22353+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22354+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
22355+as_cr_digits='0123456789'
22356+as_cr_alnum=$as_cr_Letters$as_cr_digits
22357+
22358+# The user is always right.
22359+if test "${PATH_SEPARATOR+set}" != set; then
22360+ echo "#! /bin/sh" >conf$$.sh
22361+ echo "exit 0" >>conf$$.sh
22362+ chmod +x conf$$.sh
22363+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
22364+ PATH_SEPARATOR=';'
2043522365 else
20436- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
20437- as_echo_n_body='eval
20438- arg=$1;
20439- case $arg in #(
20440- *"$as_nl"*)
20441- expr "X$arg" : "X\\(.*\\)$as_nl";
20442- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
20443- esac;
20444- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
20445- '
20446- export as_echo_n_body
20447- as_echo_n='sh -c $as_echo_n_body as_echo'
22366+ PATH_SEPARATOR=:
2044822367 fi
20449- export as_echo_body
20450- as_echo='sh -c $as_echo_body as_echo'
22368+ rm -f conf$$.sh
2045122369 fi
2045222370
20453-# The user is always right.
20454-if test "${PATH_SEPARATOR+set}" != set; then
20455- PATH_SEPARATOR=:
20456- (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
20457- (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
20458- PATH_SEPARATOR=';'
20459- }
22371+# Support unset when possible.
22372+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
22373+ as_unset=unset
22374+else
22375+ as_unset=false
2046022376 fi
2046122377
2046222378
@@ -20465,19 +22381,20 @@ fi
2046522381 # there to prevent editors from complaining about space-tab.
2046622382 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2046722383 # splitting by setting IFS to empty value.)
22384+as_nl='
22385+'
2046822386 IFS=" "" $as_nl"
2046922387
2047022388 # Find who we are. Look in the path if we contain no directory separator.
20471-as_myself=
20472-case $0 in #((
22389+case $0 in
2047322390 *[\\/]* ) as_myself=$0 ;;
2047422391 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047522392 for as_dir in $PATH
2047622393 do
2047722394 IFS=$as_save_IFS
2047822395 test -z "$as_dir" && as_dir=.
20479- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
20480- done
22396+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
22397+done
2048122398 IFS=$as_save_IFS
2048222399
2048322400 ;;
@@ -20488,111 +22405,32 @@ if test "x$as_myself" = x; then
2048822405 as_myself=$0
2048922406 fi
2049022407 if test ! -f "$as_myself"; then
20491- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
20492- exit 1
22408+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
22409+ { (exit 1); exit 1; }
2049322410 fi
2049422411
20495-# Unset variables that we do not need and which cause bugs (e.g. in
20496-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
20497-# suppresses any "Segmentation fault" message there. '((' could
20498-# trigger a bug in pdksh 5.2.14.
20499-for as_var in BASH_ENV ENV MAIL MAILPATH
20500-do eval test x\${$as_var+set} = xset \
20501- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
22412+# Work around bugs in pre-3.0 UWIN ksh.
22413+for as_var in ENV MAIL MAILPATH
22414+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2050222415 done
2050322416 PS1='$ '
2050422417 PS2='> '
2050522418 PS4='+ '
2050622419
20507-# NLS nuisances.
20508-LC_ALL=C
20509-export LC_ALL
20510-LANGUAGE=C
20511-export LANGUAGE
20512-
20513-# CDPATH.
20514-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20515-
20516-
20517-# as_fn_error STATUS ERROR [LINENO LOG_FD]
20518-# ----------------------------------------
20519-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20520-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20521-# script with STATUS, using 1 if that was 0.
20522-as_fn_error ()
20523-{
20524- as_status=$1; test $as_status -eq 0 && as_status=1
20525- if test "$4"; then
20526- as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20527- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
20528- fi
20529- $as_echo "$as_me: error: $2" >&2
20530- as_fn_exit $as_status
20531-} # as_fn_error
20532-
20533-
20534-# as_fn_set_status STATUS
20535-# -----------------------
20536-# Set $? to STATUS, without forking.
20537-as_fn_set_status ()
20538-{
20539- return $1
20540-} # as_fn_set_status
20541-
20542-# as_fn_exit STATUS
20543-# -----------------
20544-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
20545-as_fn_exit ()
20546-{
20547- set +e
20548- as_fn_set_status $1
20549- exit $1
20550-} # as_fn_exit
20551-
20552-# as_fn_unset VAR
20553-# ---------------
20554-# Portably unset VAR.
20555-as_fn_unset ()
20556-{
20557- { eval $1=; unset $1;}
20558-}
20559-as_unset=as_fn_unset
20560-# as_fn_append VAR VALUE
20561-# ----------------------
20562-# Append the text in VALUE to the end of the definition contained in VAR. Take
20563-# advantage of any shell optimizations that allow amortized linear growth over
20564-# repeated appends, instead of the typical quadratic growth present in naive
20565-# implementations.
20566-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
20567- eval 'as_fn_append ()
20568- {
20569- eval $1+=\$2
20570- }'
20571-else
20572- as_fn_append ()
20573- {
20574- eval $1=\$$1\$2
20575- }
20576-fi # as_fn_append
20577-
20578-# as_fn_arith ARG...
20579-# ------------------
20580-# Perform arithmetic evaluation on the ARGs, and store the result in the
20581-# global $as_val. Take advantage of shells that can avoid forks. The arguments
20582-# must be portable across $(()) and expr.
20583-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
20584- eval 'as_fn_arith ()
20585- {
20586- as_val=$(( $* ))
20587- }'
20588-else
20589- as_fn_arith ()
20590- {
20591- as_val=`expr "$@" || test $? -eq 1`
20592- }
20593-fi # as_fn_arith
20594-
22420+# NLS nuisances.
22421+for as_var in \
22422+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
22423+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
22424+ LC_TELEPHONE LC_TIME
22425+do
22426+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
22427+ eval $as_var=C; export $as_var
22428+ else
22429+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
22430+ fi
22431+done
2059522432
22433+# Required to use basename.
2059622434 if expr a : '\(a\)' >/dev/null 2>&1 &&
2059722435 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2059822436 as_expr=expr
@@ -20606,17 +22444,13 @@ else
2060622444 as_basename=false
2060722445 fi
2060822446
20609-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
20610- as_dirname=dirname
20611-else
20612- as_dirname=false
20613-fi
2061422447
22448+# Name of the executable.
2061522449 as_me=`$as_basename -- "$0" ||
2061622450 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2061722451 X"$0" : 'X\(//\)$' \| \
2061822452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
20619-$as_echo X/"$0" |
22453+echo X/"$0" |
2062022454 sed '/^.*\/\([^/][^/]*\)\/*$/{
2062122455 s//\1/
2062222456 q
@@ -20631,103 +22465,104 @@ $as_echo X/"$0" |
2063122465 }
2063222466 s/.*/./; q'`
2063322467
20634-# Avoid depending upon Character Ranges.
20635-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
20636-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
20637-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
20638-as_cr_digits='0123456789'
20639-as_cr_alnum=$as_cr_Letters$as_cr_digits
22468+# CDPATH.
22469+$as_unset CDPATH
22470+
22471+
22472+
22473+ as_lineno_1=$LINENO
22474+ as_lineno_2=$LINENO
22475+ test "x$as_lineno_1" != "x$as_lineno_2" &&
22476+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
22477+
22478+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
22479+ # uniformly replaced by the line number. The first 'sed' inserts a
22480+ # line-number line after each line using $LINENO; the second 'sed'
22481+ # does the real work. The second script uses 'N' to pair each
22482+ # line-number line with the line containing $LINENO, and appends
22483+ # trailing '-' during substitution so that $LINENO is not a special
22484+ # case at line end.
22485+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
22486+ # scripts with optimization help from Paolo Bonzini. Blame Lee
22487+ # E. McMahon (1931-1989) for sed's syntax. :-)
22488+ sed -n '
22489+ p
22490+ /[$]LINENO/=
22491+ ' <$as_myself |
22492+ sed '
22493+ s/[$]LINENO.*/&-/
22494+ t lineno
22495+ b
22496+ :lineno
22497+ N
22498+ :loop
22499+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
22500+ t loop
22501+ s/-\n.*//
22502+ ' >$as_me.lineno &&
22503+ chmod +x "$as_me.lineno" ||
22504+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
22505+ { (exit 1); exit 1; }; }
22506+
22507+ # Don't try to exec as it changes $[0], causing all sort of problems
22508+ # (the dirname of $[0] is not the place where we might find the
22509+ # original and so on. Autoconf is especially sensitive to this).
22510+ . "./$as_me.lineno"
22511+ # Exit status is that of the last command.
22512+ exit
22513+}
22514+
22515+
22516+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
22517+ as_dirname=dirname
22518+else
22519+ as_dirname=false
22520+fi
2064022521
2064122522 ECHO_C= ECHO_N= ECHO_T=
20642-case `echo -n x` in #(((((
22523+case `echo -n x` in
2064322524 -n*)
20644- case `echo 'xy\c'` in
22525+ case `echo 'x\c'` in
2064522526 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
20646- xy) ECHO_C='\c';;
20647- *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
20648- ECHO_T=' ';;
22527+ *) ECHO_C='\c';;
2064922528 esac;;
2065022529 *)
2065122530 ECHO_N='-n';;
2065222531 esac
2065322532
22533+if expr a : '\(a\)' >/dev/null 2>&1 &&
22534+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
22535+ as_expr=expr
22536+else
22537+ as_expr=false
22538+fi
22539+
2065422540 rm -f conf$$ conf$$.exe conf$$.file
2065522541 if test -d conf$$.dir; then
2065622542 rm -f conf$$.dir/conf$$.file
2065722543 else
2065822544 rm -f conf$$.dir
20659- mkdir conf$$.dir 2>/dev/null
20660-fi
20661-if (echo >conf$$.file) 2>/dev/null; then
20662- if ln -s conf$$.file conf$$ 2>/dev/null; then
20663- as_ln_s='ln -s'
20664- # ... but there are two gotchas:
20665- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
20666- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
20667- # In both cases, we have to default to `cp -p'.
20668- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
20669- as_ln_s='cp -p'
20670- elif ln conf$$.file conf$$ 2>/dev/null; then
20671- as_ln_s=ln
20672- else
22545+ mkdir conf$$.dir
22546+fi
22547+echo >conf$$.file
22548+if ln -s conf$$.file conf$$ 2>/dev/null; then
22549+ as_ln_s='ln -s'
22550+ # ... but there are two gotchas:
22551+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22552+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22553+ # In both cases, we have to default to `cp -p'.
22554+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2067322555 as_ln_s='cp -p'
20674- fi
22556+elif ln conf$$.file conf$$ 2>/dev/null; then
22557+ as_ln_s=ln
2067522558 else
2067622559 as_ln_s='cp -p'
2067722560 fi
2067822561 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2067922562 rmdir conf$$.dir 2>/dev/null
2068022563
20681-
20682-# as_fn_mkdir_p
20683-# -------------
20684-# Create "$as_dir" as a directory, including parents if necessary.
20685-as_fn_mkdir_p ()
20686-{
20687-
20688- case $as_dir in #(
20689- -*) as_dir=./$as_dir;;
20690- esac
20691- test -d "$as_dir" || eval $as_mkdir_p || {
20692- as_dirs=
20693- while :; do
20694- case $as_dir in #(
20695- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20696- *) as_qdir=$as_dir;;
20697- esac
20698- as_dirs="'$as_qdir' $as_dirs"
20699- as_dir=`$as_dirname -- "$as_dir" ||
20700-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20701- X"$as_dir" : 'X\(//\)[^/]' \| \
20702- X"$as_dir" : 'X\(//\)$' \| \
20703- X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20704-$as_echo X"$as_dir" |
20705- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20706- s//\1/
20707- q
20708- }
20709- /^X\(\/\/\)[^/].*/{
20710- s//\1/
20711- q
20712- }
20713- /^X\(\/\/\)$/{
20714- s//\1/
20715- q
20716- }
20717- /^X\(\/\).*/{
20718- s//\1/
20719- q
20720- }
20721- s/.*/./; q'`
20722- test -d "$as_dir" && break
20723- done
20724- test -z "$as_dirs" || eval "mkdir $as_dirs"
20725- } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
20726-
20727-
20728-} # as_fn_mkdir_p
2072922564 if mkdir -p . 2>/dev/null; then
20730- as_mkdir_p='mkdir -p "$as_dir"'
22565+ as_mkdir_p=:
2073122566 else
2073222567 test -d ./-p && rmdir ./-p
2073322568 as_mkdir_p=false
@@ -20744,12 +22579,12 @@ else
2074422579 as_test_x='
2074522580 eval sh -c '\''
2074622581 if test -d "$1"; then
20747- test -d "$1/.";
22582+ test -d "$1/.";
2074822583 else
20749- case $1 in #(
20750- -*)set "./$1";;
22584+ case $1 in
22585+ -*)set "./$1";;
2075122586 esac;
20752- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
22587+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2075322588 ???[sx]*):;;*)false;;esac;fi
2075422589 '\'' sh
2075522590 '
@@ -20764,19 +22599,13 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2076422599
2076522600
2076622601 exec 6>&1
20767-## ----------------------------------- ##
20768-## Main body of $CONFIG_STATUS script. ##
20769-## ----------------------------------- ##
20770-_ASEOF
20771-test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2077222602
20773-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20774-# Save the log message, to keep $0 and so on meaningful, and to
22603+# Save the log message, to keep $[0] and so on meaningful, and to
2077522604 # report actual input values of CONFIG_FILES etc. instead of their
2077622605 # values after options handling.
2077722606 ac_log="
20778-This file was extended by mod_chxj $as_me 0.12.39rc7, which was
20779-generated by GNU Autoconf 2.68. Invocation command line was
22607+This file was extended by mod_chxj $as_me 0.12.39, which was
22608+generated by GNU Autoconf 2.61. Invocation command line was
2078022609
2078122610 CONFIG_FILES = $CONFIG_FILES
2078222611 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -20789,16 +22618,7 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q`
2078922618
2079022619 _ACEOF
2079122620
20792-case $ac_config_files in *"
20793-"*) set x $ac_config_files; shift; ac_config_files=$*;;
20794-esac
20795-
20796-case $ac_config_headers in *"
20797-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
20798-esac
20799-
20800-
20801-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22621+cat >>$CONFIG_STATUS <<_ACEOF
2080222622 # Files that config.status was made for.
2080322623 config_files="$ac_config_files"
2080422624 config_headers="$ac_config_headers"
@@ -20806,25 +22626,22 @@ config_commands="$ac_config_commands"
2080622626
2080722627 _ACEOF
2080822628
20809-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22629+cat >>$CONFIG_STATUS <<\_ACEOF
2081022630 ac_cs_usage="\
20811-\`$as_me' instantiates files and other configuration actions
20812-from templates according to the current configuration. Unless the files
20813-and actions are specified as TAGs, all are instantiated by default.
22631+\`$as_me' instantiates files from templates according to the
22632+current configuration.
2081422633
20815-Usage: $0 [OPTION]... [TAG]...
22634+Usage: $0 [OPTIONS] [FILE]...
2081622635
2081722636 -h, --help print this help, then exit
2081822637 -V, --version print version number and configuration settings, then exit
20819- --config print configuration, then exit
20820- -q, --quiet, --silent
20821- do not print progress messages
22638+ -q, --quiet do not print progress messages
2082222639 -d, --debug don't remove temporary files
2082322640 --recheck update $as_me by reconfiguring in the same conditions
20824- --file=FILE[:TEMPLATE]
20825- instantiate the configuration file FILE
20826- --header=FILE[:TEMPLATE]
20827- instantiate the configuration header FILE
22641+ --file=FILE[:TEMPLATE]
22642+ instantiate the configuration file FILE
22643+ --header=FILE[:TEMPLATE]
22644+ instantiate the configuration header FILE
2082822645
2082922646 Configuration files:
2083022647 $config_files
@@ -20835,17 +22652,16 @@ $config_headers
2083522652 Configuration commands:
2083622653 $config_commands
2083722654
20838-Report bugs to <konn@users.sourceforge.jp>."
22655+Report bugs to <bug-autoconf@gnu.org>."
2083922656
2084022657 _ACEOF
20841-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20842-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
22658+cat >>$CONFIG_STATUS <<_ACEOF
2084322659 ac_cs_version="\\
20844-mod_chxj config.status 0.12.39rc7
20845-configured by $0, generated by GNU Autoconf 2.68,
20846- with options \\"\$ac_cs_config\\"
22660+mod_chxj config.status 0.12.39
22661+configured by $0, generated by GNU Autoconf 2.61,
22662+ with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2084722663
20848-Copyright (C) 2010 Free Software Foundation, Inc.
22664+Copyright (C) 2006 Free Software Foundation, Inc.
2084922665 This config.status script is free software; the Free Software Foundation
2085022666 gives unlimited permission to copy, distribute and modify it."
2085122667
@@ -20853,26 +22669,20 @@ ac_pwd='$ac_pwd'
2085322669 srcdir='$srcdir'
2085422670 INSTALL='$INSTALL'
2085522671 MKDIR_P='$MKDIR_P'
20856-AWK='$AWK'
20857-test -n "\$AWK" || AWK=awk
2085822672 _ACEOF
2085922673
20860-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20861-# The default lists apply if the user does not specify any file.
22674+cat >>$CONFIG_STATUS <<\_ACEOF
22675+# If no file are specified by the user, then we need to provide default
22676+# value. By we need to know if files were specified by the user.
2086222677 ac_need_defaults=:
2086322678 while test $# != 0
2086422679 do
2086522680 case $1 in
20866- --*=?*)
22681+ --*=*)
2086722682 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2086822683 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2086922684 ac_shift=:
2087022685 ;;
20871- --*=)
20872- ac_option=`expr "X$1" : 'X\([^=]*\)='`
20873- ac_optarg=
20874- ac_shift=:
20875- ;;
2087622686 *)
2087722687 ac_option=$1
2087822688 ac_optarg=$2
@@ -20885,41 +22695,34 @@ do
2088522695 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2088622696 ac_cs_recheck=: ;;
2088722697 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20888- $as_echo "$ac_cs_version"; exit ;;
20889- --config | --confi | --conf | --con | --co | --c )
20890- $as_echo "$ac_cs_config"; exit ;;
22698+ echo "$ac_cs_version"; exit ;;
2089122699 --debug | --debu | --deb | --de | --d | -d )
2089222700 debug=: ;;
2089322701 --file | --fil | --fi | --f )
2089422702 $ac_shift
20895- case $ac_optarg in
20896- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20897- '') as_fn_error $? "missing file argument" ;;
20898- esac
20899- as_fn_append CONFIG_FILES " '$ac_optarg'"
22703+ CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2090022704 ac_need_defaults=false;;
2090122705 --header | --heade | --head | --hea )
2090222706 $ac_shift
20903- case $ac_optarg in
20904- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20905- esac
20906- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
22707+ CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2090722708 ac_need_defaults=false;;
2090822709 --he | --h)
2090922710 # Conflict between --help and --header
20910- as_fn_error $? "ambiguous option: \`$1'
20911-Try \`$0 --help' for more information.";;
22711+ { echo "$as_me: error: ambiguous option: $1
22712+Try \`$0 --help' for more information." >&2
22713+ { (exit 1); exit 1; }; };;
2091222714 --help | --hel | -h )
20913- $as_echo "$ac_cs_usage"; exit ;;
22715+ echo "$ac_cs_usage"; exit ;;
2091422716 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2091522717 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2091622718 ac_cs_silent=: ;;
2091722719
2091822720 # This is an error.
20919- -*) as_fn_error $? "unrecognized option: \`$1'
20920-Try \`$0 --help' for more information." ;;
22721+ -*) { echo "$as_me: error: unrecognized option: $1
22722+Try \`$0 --help' for more information." >&2
22723+ { (exit 1); exit 1; }; } ;;
2092122724
20922- *) as_fn_append ac_config_targets " $1"
22725+ *) ac_config_targets="$ac_config_targets $1"
2092322726 ac_need_defaults=false ;;
2092422727
2092522728 esac
@@ -20934,29 +22737,27 @@ if $ac_cs_silent; then
2093422737 fi
2093522738
2093622739 _ACEOF
20937-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22740+cat >>$CONFIG_STATUS <<_ACEOF
2093822741 if \$ac_cs_recheck; then
20939- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
20940- shift
20941- \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
20942- CONFIG_SHELL='$SHELL'
22742+ echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
22743+ CONFIG_SHELL=$SHELL
2094322744 export CONFIG_SHELL
20944- exec "\$@"
22745+ exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2094522746 fi
2094622747
2094722748 _ACEOF
20948-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22749+cat >>$CONFIG_STATUS <<\_ACEOF
2094922750 exec 5>>config.log
2095022751 {
2095122752 echo
2095222753 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2095322754 ## Running $as_me. ##
2095422755 _ASBOX
20955- $as_echo "$ac_log"
22756+ echo "$ac_log"
2095622757 } >&5
2095722758
2095822759 _ACEOF
20959-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22760+cat >>$CONFIG_STATUS <<_ACEOF
2096022761 #
2096122762 # INIT-COMMANDS
2096222763 #
@@ -20964,7 +22765,7 @@ AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
2096422765
2096522766 _ACEOF
2096622767
20967-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22768+cat >>$CONFIG_STATUS <<\_ACEOF
2096822769
2096922770 # Handling of arguments.
2097022771 for ac_config_target in $ac_config_targets
@@ -20976,7 +22777,9 @@ do
2097622777 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
2097722778 "support/centos/mod-chxj.spec") CONFIG_FILES="$CONFIG_FILES support/centos/mod-chxj.spec" ;;
2097822779
20979- *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
22780+ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22781+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22782+ { (exit 1); exit 1; }; };;
2098022783 esac
2098122784 done
2098222785
@@ -20999,302 +22802,276 @@ fi
2099922802 # after its creation but before its name has been assigned to `$tmp'.
2100022803 $debug ||
2100122804 {
21002- tmp= ac_tmp=
22805+ tmp=
2100322806 trap 'exit_status=$?
21004- : "${ac_tmp:=$tmp}"
21005- { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
22807+ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2100622808 ' 0
21007- trap 'as_fn_exit 1' 1 2 13 15
22809+ trap '{ (exit 1); exit 1; }' 1 2 13 15
2100822810 }
2100922811 # Create a (secure) tmp directory for tmp files.
2101022812
2101122813 {
2101222814 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21013- test -d "$tmp"
22815+ test -n "$tmp" && test -d "$tmp"
2101422816 } ||
2101522817 {
2101622818 tmp=./conf$$-$RANDOM
2101722819 (umask 077 && mkdir "$tmp")
21018-} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
21019-ac_tmp=$tmp
21020-
21021-# Set up the scripts for CONFIG_FILES section.
21022-# No need to generate them if there are no CONFIG_FILES.
21023-# This happens for instance with `./config.status config.h'.
21024-if test -n "$CONFIG_FILES"; then
22820+} ||
22821+{
22822+ echo "$me: cannot create a temporary directory in ." >&2
22823+ { (exit 1); exit 1; }
22824+}
2102522825
22826+#
22827+# Set up the sed scripts for CONFIG_FILES section.
22828+#
2102622829
21027-ac_cr=`echo X | tr X '\015'`
21028-# On cygwin, bash can eat \r inside `` if the user requested igncr.
21029-# But we know of no other shell where ac_cr would be empty at this
21030-# point, so we can use a bashism as a fallback.
21031-if test "x$ac_cr" = x; then
21032- eval ac_cr=\$\'\\r\'
21033-fi
21034-ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
21035-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
21036- ac_cs_awk_cr='\\r'
21037-else
21038- ac_cs_awk_cr=$ac_cr
21039-fi
22830+# No need to generate the scripts if there are no CONFIG_FILES.
22831+# This happens for instance when ./config.status config.h
22832+if test -n "$CONFIG_FILES"; then
2104022833
21041-echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
2104222834 _ACEOF
2104322835
2104422836
21045-{
21046- echo "cat >conf$$subs.awk <<_ACEOF" &&
21047- echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
21048- echo "_ACEOF"
21049-} >conf$$subs.sh ||
21050- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
21051-ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
22837+
2105222838 ac_delim='%!_!# '
2105322839 for ac_last_try in false false false false false :; do
21054- . ./conf$$subs.sh ||
21055- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22840+ cat >conf$$subs.sed <<_ACEOF
22841+SHELL!$SHELL$ac_delim
22842+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
22843+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
22844+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
22845+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
22846+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
22847+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
22848+exec_prefix!$exec_prefix$ac_delim
22849+prefix!$prefix$ac_delim
22850+program_transform_name!$program_transform_name$ac_delim
22851+bindir!$bindir$ac_delim
22852+sbindir!$sbindir$ac_delim
22853+libexecdir!$libexecdir$ac_delim
22854+datarootdir!$datarootdir$ac_delim
22855+datadir!$datadir$ac_delim
22856+sysconfdir!$sysconfdir$ac_delim
22857+sharedstatedir!$sharedstatedir$ac_delim
22858+localstatedir!$localstatedir$ac_delim
22859+includedir!$includedir$ac_delim
22860+oldincludedir!$oldincludedir$ac_delim
22861+docdir!$docdir$ac_delim
22862+infodir!$infodir$ac_delim
22863+htmldir!$htmldir$ac_delim
22864+dvidir!$dvidir$ac_delim
22865+pdfdir!$pdfdir$ac_delim
22866+psdir!$psdir$ac_delim
22867+libdir!$libdir$ac_delim
22868+localedir!$localedir$ac_delim
22869+mandir!$mandir$ac_delim
22870+DEFS!$DEFS$ac_delim
22871+ECHO_C!$ECHO_C$ac_delim
22872+ECHO_N!$ECHO_N$ac_delim
22873+ECHO_T!$ECHO_T$ac_delim
22874+LIBS!$LIBS$ac_delim
22875+build_alias!$build_alias$ac_delim
22876+host_alias!$host_alias$ac_delim
22877+target_alias!$target_alias$ac_delim
22878+build!$build$ac_delim
22879+build_cpu!$build_cpu$ac_delim
22880+build_vendor!$build_vendor$ac_delim
22881+build_os!$build_os$ac_delim
22882+host!$host$ac_delim
22883+host_cpu!$host_cpu$ac_delim
22884+host_vendor!$host_vendor$ac_delim
22885+host_os!$host_os$ac_delim
22886+target!$target$ac_delim
22887+target_cpu!$target_cpu$ac_delim
22888+target_vendor!$target_vendor$ac_delim
22889+target_os!$target_os$ac_delim
22890+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
22891+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
22892+INSTALL_DATA!$INSTALL_DATA$ac_delim
22893+am__isrc!$am__isrc$ac_delim
22894+CYGPATH_W!$CYGPATH_W$ac_delim
22895+PACKAGE!$PACKAGE$ac_delim
22896+VERSION!$VERSION$ac_delim
22897+ACLOCAL!$ACLOCAL$ac_delim
22898+AUTOCONF!$AUTOCONF$ac_delim
22899+AUTOMAKE!$AUTOMAKE$ac_delim
22900+AUTOHEADER!$AUTOHEADER$ac_delim
22901+MAKEINFO!$MAKEINFO$ac_delim
22902+install_sh!$install_sh$ac_delim
22903+STRIP!$STRIP$ac_delim
22904+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
22905+mkdir_p!$mkdir_p$ac_delim
22906+AWK!$AWK$ac_delim
22907+SET_MAKE!$SET_MAKE$ac_delim
22908+am__leading_dot!$am__leading_dot$ac_delim
22909+AMTAR!$AMTAR$ac_delim
22910+am__tar!$am__tar$ac_delim
22911+am__untar!$am__untar$ac_delim
22912+CC!$CC$ac_delim
22913+CFLAGS!$CFLAGS$ac_delim
22914+LDFLAGS!$LDFLAGS$ac_delim
22915+CPPFLAGS!$CPPFLAGS$ac_delim
22916+ac_ct_CC!$ac_ct_CC$ac_delim
22917+EXEEXT!$EXEEXT$ac_delim
22918+OBJEXT!$OBJEXT$ac_delim
22919+DEPDIR!$DEPDIR$ac_delim
22920+am__include!$am__include$ac_delim
22921+am__quote!$am__quote$ac_delim
22922+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
22923+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
22924+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
22925+CCDEPMODE!$CCDEPMODE$ac_delim
22926+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
22927+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
22928+SED!$SED$ac_delim
22929+GREP!$GREP$ac_delim
22930+EGREP!$EGREP$ac_delim
22931+LN_S!$LN_S$ac_delim
22932+ECHO!$ECHO$ac_delim
22933+AR!$AR$ac_delim
22934+RANLIB!$RANLIB$ac_delim
22935+DSYMUTIL!$DSYMUTIL$ac_delim
22936+NMEDIT!$NMEDIT$ac_delim
22937+CPP!$CPP$ac_delim
22938+_ACEOF
2105622939
21057- ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
21058- if test $ac_delim_n = $ac_delim_num; then
22940+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
2105922941 break
2106022942 elif $ac_last_try; then
21061- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22943+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22944+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22945+ { (exit 1); exit 1; }; }
2106222946 else
2106322947 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2106422948 fi
2106522949 done
21066-rm -f conf$$subs.sh
21067-
21068-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21069-cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
21070-_ACEOF
21071-sed -n '
21072-h
21073-s/^/S["/; s/!.*/"]=/
21074-p
21075-g
21076-s/^[^!]*!//
21077-:repl
21078-t repl
21079-s/'"$ac_delim"'$//
21080-t delim
21081-:nl
21082-h
21083-s/\(.\{148\}\)..*/\1/
21084-t more1
21085-s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
21086-p
21087-n
21088-b repl
21089-:more1
21090-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21091-p
21092-g
21093-s/.\{148\}//
21094-t nl
21095-:delim
21096-h
21097-s/\(.\{148\}\)..*/\1/
21098-t more2
21099-s/["\\]/\\&/g; s/^/"/; s/$/"/
21100-p
21101-b
21102-:more2
21103-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
21104-p
21105-g
21106-s/.\{148\}//
21107-t delim
21108-' <conf$$subs.awk | sed '
21109-/^[^""]/{
21110- N
21111- s/\n//
21112-}
21113-' >>$CONFIG_STATUS || ac_write_fail=1
21114-rm -f conf$$subs.awk
21115-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21116-_ACAWK
21117-cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
21118- for (key in S) S_is_set[key] = 1
21119- FS = ""
21120-
21121-}
21122-{
21123- line = $ 0
21124- nfields = split(line, field, "@")
21125- substed = 0
21126- len = length(field[1])
21127- for (i = 2; i < nfields; i++) {
21128- key = field[i]
21129- keylen = length(key)
21130- if (S_is_set[key]) {
21131- value = S[key]
21132- line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
21133- len += length(value) + length(field[++i])
21134- substed = 1
21135- } else
21136- len += 1 + keylen
21137- }
2113822950
21139- print line
21140-}
22951+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22952+if test -n "$ac_eof"; then
22953+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22954+ ac_eof=`expr $ac_eof + 1`
22955+fi
2114122956
21142-_ACAWK
22957+cat >>$CONFIG_STATUS <<_ACEOF
22958+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
22959+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2114322960 _ACEOF
21144-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21145-if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
21146- sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
21147-else
21148- cat
21149-fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
21150- || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
22961+sed '
22962+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22963+s/^/s,@/; s/!/@,|#_!!_#|/
22964+:n
22965+t n
22966+s/'"$ac_delim"'$/,g/; t
22967+s/$/\\/; p
22968+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22969+' >>$CONFIG_STATUS <conf$$subs.sed
22970+rm -f conf$$subs.sed
22971+cat >>$CONFIG_STATUS <<_ACEOF
22972+CEOF$ac_eof
2115122973 _ACEOF
2115222974
21153-# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
21154-# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
21155-# trailing colons and then remove the whole line if VPATH becomes empty
21156-# (actually we leave an empty line to preserve line numbers).
21157-if test "x$srcdir" = x.; then
21158- ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
21159-h
21160-s///
21161-s/^/:/
21162-s/[ ]*$/:/
21163-s/:\$(srcdir):/:/g
21164-s/:\${srcdir}:/:/g
21165-s/:@srcdir@:/:/g
21166-s/^:*//
21167-s/:*$//
21168-x
21169-s/\(=[ ]*\).*/\1/
21170-G
21171-s/\n//
21172-s/^[^=]*=[ ]*$//
21173-}'
21174-fi
21175-
21176-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21177-fi # test -n "$CONFIG_FILES"
2117822975
21179-# Set up the scripts for CONFIG_HEADERS section.
21180-# No need to generate them if there are no CONFIG_HEADERS.
21181-# This happens for instance with `./config.status Makefile'.
21182-if test -n "$CONFIG_HEADERS"; then
21183-cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
21184-BEGIN {
22976+ac_delim='%!_!# '
22977+for ac_last_try in false false false false false :; do
22978+ cat >conf$$subs.sed <<_ACEOF
22979+CXX!$CXX$ac_delim
22980+CXXFLAGS!$CXXFLAGS$ac_delim
22981+ac_ct_CXX!$ac_ct_CXX$ac_delim
22982+CXXDEPMODE!$CXXDEPMODE$ac_delim
22983+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
22984+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
22985+CXXCPP!$CXXCPP$ac_delim
22986+F77!$F77$ac_delim
22987+FFLAGS!$FFLAGS$ac_delim
22988+ac_ct_F77!$ac_ct_F77$ac_delim
22989+LIBTOOL!$LIBTOOL$ac_delim
22990+LIBTOOL_DEPS!$LIBTOOL_DEPS$ac_delim
22991+APXS2!$APXS2$ac_delim
22992+APXS!$APXS$ac_delim
22993+WAND_CONFIG!$WAND_CONFIG$ac_delim
22994+APR_CONFIG!$APR_CONFIG$ac_delim
22995+APR_1_CONFIG!$APR_1_CONFIG$ac_delim
22996+APU_CONFIG!$APU_CONFIG$ac_delim
22997+APU_1_CONFIG!$APU_1_CONFIG$ac_delim
22998+LIBOBJS!$LIBOBJS$ac_delim
22999+PCRE_CONFIG!$PCRE_CONFIG$ac_delim
23000+PCRE_1_CONFIG!$PCRE_1_CONFIG$ac_delim
23001+with_apache_header!$with_apache_header$ac_delim
23002+QDEFS!$QDEFS$ac_delim
23003+DDEFS!$DDEFS$ac_delim
23004+OPENSSL_PATH!$OPENSSL_PATH$ac_delim
23005+LTLIBOBJS!$LTLIBOBJS$ac_delim
2118523006 _ACEOF
2118623007
21187-# Transform confdefs.h into an awk script `defines.awk', embedded as
21188-# here-document in config.status, that substitutes the proper values into
21189-# config.h.in to produce config.h.
21190-
21191-# Create a delimiter string that does not exist in confdefs.h, to ease
21192-# handling of long lines.
21193-ac_delim='%!_!# '
21194-for ac_last_try in false false :; do
21195- ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
21196- if test -z "$ac_tt"; then
23008+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 27; then
2119723009 break
2119823010 elif $ac_last_try; then
21199- as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
23011+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23012+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23013+ { (exit 1); exit 1; }; }
2120023014 else
2120123015 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2120223016 fi
2120323017 done
2120423018
21205-# For the awk script, D is an array of macro values keyed by name,
21206-# likewise P contains macro parameters if any. Preserve backslash
21207-# newline sequences.
23019+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23020+if test -n "$ac_eof"; then
23021+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23022+ ac_eof=`expr $ac_eof + 1`
23023+fi
2120823024
21209-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
21210-sed -n '
21211-s/.\{148\}/&'"$ac_delim"'/g
21212-t rset
21213-:rset
21214-s/^[ ]*#[ ]*define[ ][ ]*/ /
21215-t def
21216-d
21217-:def
21218-s/\\$//
21219-t bsnl
21220-s/["\\]/\\&/g
21221-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21222-D["\1"]=" \3"/p
21223-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
21224-d
21225-:bsnl
21226-s/["\\]/\\&/g
21227-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
21228-D["\1"]=" \3\\\\\\n"\\/p
21229-t cont
21230-s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
21231-t cont
21232-d
21233-:cont
21234-n
21235-s/.\{148\}/&'"$ac_delim"'/g
21236-t clear
21237-:clear
21238-s/\\$//
21239-t bsnlc
21240-s/["\\]/\\&/g; s/^/"/; s/$/"/p
21241-d
21242-:bsnlc
21243-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
21244-b cont
21245-' <confdefs.h | sed '
21246-s/'"$ac_delim"'/"\\\
21247-"/g' >>$CONFIG_STATUS || ac_write_fail=1
21248-
21249-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21250- for (key in D) D_is_set[key] = 1
21251- FS = ""
21252-}
21253-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
21254- line = \$ 0
21255- split(line, arg, " ")
21256- if (arg[1] == "#") {
21257- defundef = arg[2]
21258- mac1 = arg[3]
21259- } else {
21260- defundef = substr(arg[1], 2)
21261- mac1 = arg[2]
21262- }
21263- split(mac1, mac2, "(") #)
21264- macro = mac2[1]
21265- prefix = substr(line, 1, index(line, defundef) - 1)
21266- if (D_is_set[macro]) {
21267- # Preserve the white space surrounding the "#".
21268- print prefix "define", macro P[macro] D[macro]
21269- next
21270- } else {
21271- # Replace #undef with comments. This is necessary, for example,
21272- # in the case of _POSIX_SOURCE, which is predefined and required
21273- # on some systems where configure will not decide to define it.
21274- if (defundef == "undef") {
21275- print "/*", prefix defundef, macro, "*/"
21276- next
21277- }
21278- }
21279-}
21280-{ print }
21281-_ACAWK
23025+cat >>$CONFIG_STATUS <<_ACEOF
23026+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
23027+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
23028+_ACEOF
23029+sed '
23030+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23031+s/^/s,@/; s/!/@,|#_!!_#|/
23032+:n
23033+t n
23034+s/'"$ac_delim"'$/,g/; t
23035+s/$/\\/; p
23036+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23037+' >>$CONFIG_STATUS <conf$$subs.sed
23038+rm -f conf$$subs.sed
23039+cat >>$CONFIG_STATUS <<_ACEOF
23040+:end
23041+s/|#_!!_#|//g
23042+CEOF$ac_eof
2128223043 _ACEOF
21283-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
21284- as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
21285-fi # test -n "$CONFIG_HEADERS"
2128623044
2128723045
21288-eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
21289-shift
21290-for ac_tag
23046+# VPATH may cause trouble with some makes, so we remove $(srcdir),
23047+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23048+# trailing colons and then remove the whole line if VPATH becomes empty
23049+# (actually we leave an empty line to preserve line numbers).
23050+if test "x$srcdir" = x.; then
23051+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
23052+s/:*\$(srcdir):*/:/
23053+s/:*\${srcdir}:*/:/
23054+s/:*@srcdir@:*/:/
23055+s/^\([^=]*=[ ]*\):*/\1/
23056+s/:*$//
23057+s/^[^=]*=[ ]*$//
23058+}'
23059+fi
23060+
23061+cat >>$CONFIG_STATUS <<\_ACEOF
23062+fi # test -n "$CONFIG_FILES"
23063+
23064+
23065+for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
2129123066 do
2129223067 case $ac_tag in
2129323068 :[FHLC]) ac_mode=$ac_tag; continue;;
2129423069 esac
2129523070 case $ac_mode$ac_tag in
2129623071 :[FHL]*:*);;
21297- :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
23072+ :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
23073+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
23074+ { (exit 1); exit 1; }; };;
2129823075 :[FH]-) ac_tag=-:-;;
2129923076 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2130023077 esac
@@ -21313,7 +23090,7 @@ do
2131323090 for ac_f
2131423091 do
2131523092 case $ac_f in
21316- -) ac_f="$ac_tmp/stdin";;
23093+ -) ac_f="$tmp/stdin";;
2131723094 *) # Look for the file first in the build tree, then in the source tree
2131823095 # (if the path is not absolute). The absolute path cannot be DOS-style,
2131923096 # because $ac_f cannot contain `:'.
@@ -21322,34 +23099,26 @@ do
2132223099 [\\/$]*) false;;
2132323100 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2132423101 esac ||
21325- as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23102+ { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
23103+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
23104+ { (exit 1); exit 1; }; };;
2132623105 esac
21327- case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21328- as_fn_append ac_file_inputs " '$ac_f'"
23106+ ac_file_inputs="$ac_file_inputs $ac_f"
2132923107 done
2133023108
2133123109 # Let's still pretend it is `configure' which instantiates (i.e., don't
2133223110 # use $as_me), people would be surprised to read:
2133323111 # /* config.h. Generated by config.status. */
21334- configure_input='Generated from '`
21335- $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
21336- `' by configure.'
23112+ configure_input="Generated from "`IFS=:
23113+ echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
2133723114 if test x"$ac_file" != x-; then
2133823115 configure_input="$ac_file. $configure_input"
21339- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
21340-$as_echo "$as_me: creating $ac_file" >&6;}
23116+ { echo "$as_me:$LINENO: creating $ac_file" >&5
23117+echo "$as_me: creating $ac_file" >&6;}
2134123118 fi
21342- # Neutralize special characters interpreted by sed in replacement strings.
21343- case $configure_input in #(
21344- *\&* | *\|* | *\\* )
21345- ac_sed_conf_input=`$as_echo "$configure_input" |
21346- sed 's/[\\\\&|]/\\\\&/g'`;; #(
21347- *) ac_sed_conf_input=$configure_input;;
21348- esac
2134923119
2135023120 case $ac_tag in
21351- *:-:* | *:-) cat >"$ac_tmp/stdin" \
21352- || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
23121+ *:-:* | *:-) cat >"$tmp/stdin";;
2135323122 esac
2135423123 ;;
2135523124 esac
@@ -21359,7 +23128,42 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2135923128 X"$ac_file" : 'X\(//\)[^/]' \| \
2136023129 X"$ac_file" : 'X\(//\)$' \| \
2136123130 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
21362-$as_echo X"$ac_file" |
23131+echo X"$ac_file" |
23132+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23133+ s//\1/
23134+ q
23135+ }
23136+ /^X\(\/\/\)[^/].*/{
23137+ s//\1/
23138+ q
23139+ }
23140+ /^X\(\/\/\)$/{
23141+ s//\1/
23142+ q
23143+ }
23144+ /^X\(\/\).*/{
23145+ s//\1/
23146+ q
23147+ }
23148+ s/.*/./; q'`
23149+ { as_dir="$ac_dir"
23150+ case $as_dir in #(
23151+ -*) as_dir=./$as_dir;;
23152+ esac
23153+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23154+ as_dirs=
23155+ while :; do
23156+ case $as_dir in #(
23157+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
23158+ *) as_qdir=$as_dir;;
23159+ esac
23160+ as_dirs="'$as_qdir' $as_dirs"
23161+ as_dir=`$as_dirname -- "$as_dir" ||
23162+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23163+ X"$as_dir" : 'X\(//\)[^/]' \| \
23164+ X"$as_dir" : 'X\(//\)$' \| \
23165+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23166+echo X"$as_dir" |
2136323167 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2136423168 s//\1/
2136523169 q
@@ -21377,15 +23181,20 @@ $as_echo X"$ac_file" |
2137723181 q
2137823182 }
2137923183 s/.*/./; q'`
21380- as_dir="$ac_dir"; as_fn_mkdir_p
23184+ test -d "$as_dir" && break
23185+ done
23186+ test -z "$as_dirs" || eval "mkdir $as_dirs"
23187+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23188+echo "$as_me: error: cannot create directory $as_dir" >&2;}
23189+ { (exit 1); exit 1; }; }; }
2138123190 ac_builddir=.
2138223191
2138323192 case "$ac_dir" in
2138423193 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2138523194 *)
21386- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
23195+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2138723196 # A ".." for each directory in $ac_dir_suffix.
21388- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
23197+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2138923198 case $ac_top_builddir_sub in
2139023199 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2139123200 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
@@ -21430,12 +23239,12 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2143023239 esac
2143123240 _ACEOF
2143223241
21433-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23242+cat >>$CONFIG_STATUS <<\_ACEOF
2143423243 # If the template does not know about datarootdir, expand it.
2143523244 # FIXME: This hack should be removed a few years after 2.60.
2143623245 ac_datarootdir_hack=; ac_datarootdir_seen=
21437-ac_sed_dataroot='
21438-/datarootdir/ {
23246+
23247+case `sed -n '/datarootdir/ {
2143923248 p
2144023249 q
2144123250 }
@@ -21443,37 +23252,36 @@ ac_sed_dataroot='
2144323252 /@docdir@/p
2144423253 /@infodir@/p
2144523254 /@localedir@/p
21446-/@mandir@/p'
21447-case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
23255+/@mandir@/p
23256+' $ac_file_inputs` in
2144823257 *datarootdir*) ac_datarootdir_seen=yes;;
2144923258 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
21450- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
21451-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
23259+ { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
23260+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2145223261 _ACEOF
21453-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23262+cat >>$CONFIG_STATUS <<_ACEOF
2145423263 ac_datarootdir_hack='
2145523264 s&@datadir@&$datadir&g
2145623265 s&@docdir@&$docdir&g
2145723266 s&@infodir@&$infodir&g
2145823267 s&@localedir@&$localedir&g
2145923268 s&@mandir@&$mandir&g
21460- s&\\\${datarootdir}&$datarootdir&g' ;;
23269+ s&\\\${datarootdir}&$datarootdir&g' ;;
2146123270 esac
2146223271 _ACEOF
2146323272
2146423273 # Neutralize VPATH when `$srcdir' = `.'.
2146523274 # Shell code in configure.ac might set extrasub.
2146623275 # FIXME: do we really want to maintain this feature?
21467-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21468-ac_sed_extra="$ac_vpsub
23276+cat >>$CONFIG_STATUS <<_ACEOF
23277+ sed "$ac_vpsub
2146923278 $extrasub
2147023279 _ACEOF
21471-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23280+cat >>$CONFIG_STATUS <<\_ACEOF
2147223281 :t
2147323282 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21474-s|@configure_input@|$ac_sed_conf_input|;t t
23283+s&@configure_input@&$configure_input&;t t
2147523284 s&@top_builddir@&$ac_top_builddir_sub&;t t
21476-s&@top_build_prefix@&$ac_top_build_prefix&;t t
2147723285 s&@srcdir@&$ac_srcdir&;t t
2147823286 s&@abs_srcdir@&$ac_abs_srcdir&;t t
2147923287 s&@top_srcdir@&$ac_top_srcdir&;t t
@@ -21484,51 +23292,121 @@ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2148423292 s&@INSTALL@&$ac_INSTALL&;t t
2148523293 s&@MKDIR_P@&$ac_MKDIR_P&;t t
2148623294 $ac_datarootdir_hack
21487-"
21488-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
21489- >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
23295+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
2149023296
2149123297 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21492- { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
21493- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
21494- "$ac_tmp/out"`; test -z "$ac_out"; } &&
21495- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21496-which seems to be undefined. Please make sure it is defined" >&5
21497-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21498-which seems to be undefined. Please make sure it is defined" >&2;}
21499-
21500- rm -f "$ac_tmp/stdin"
23298+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
23299+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
23300+ { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23301+which seems to be undefined. Please make sure it is defined." >&5
23302+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23303+which seems to be undefined. Please make sure it is defined." >&2;}
23304+
23305+ rm -f "$tmp/stdin"
2150123306 case $ac_file in
21502- -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
21503- *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
21504- esac \
21505- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
23307+ -) cat "$tmp/out"; rm -f "$tmp/out";;
23308+ *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
23309+ esac
2150623310 ;;
2150723311 :H)
2150823312 #
2150923313 # CONFIG_HEADER
2151023314 #
23315+_ACEOF
23316+
23317+# Transform confdefs.h into a sed script `conftest.defines', that
23318+# substitutes the proper values into config.h.in to produce config.h.
23319+rm -f conftest.defines conftest.tail
23320+# First, append a space to every undef/define line, to ease matching.
23321+echo 's/$/ /' >conftest.defines
23322+# Then, protect against being on the right side of a sed subst, or in
23323+# an unquoted here document, in config.status. If some macros were
23324+# called several times there might be several #defines for the same
23325+# symbol, which is useless. But do not sort them, since the last
23326+# AC_DEFINE must be honored.
23327+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
23328+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
23329+# NAME is the cpp macro being defined, VALUE is the value it is being given.
23330+# PARAMS is the parameter list in the macro definition--in most cases, it's
23331+# just an empty string.
23332+ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
23333+ac_dB='\\)[ (].*,\\1define\\2'
23334+ac_dC=' '
23335+ac_dD=' ,'
23336+
23337+uniq confdefs.h |
23338+ sed -n '
23339+ t rset
23340+ :rset
23341+ s/^[ ]*#[ ]*define[ ][ ]*//
23342+ t ok
23343+ d
23344+ :ok
23345+ s/[\\&,]/\\&/g
23346+ s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
23347+ s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
23348+ ' >>conftest.defines
23349+
23350+# Remove the space that was appended to ease matching.
23351+# Then replace #undef with comments. This is necessary, for
23352+# example, in the case of _POSIX_SOURCE, which is predefined and required
23353+# on some systems where configure will not decide to define it.
23354+# (The regexp can be short, since the line contains either #define or #undef.)
23355+echo 's/ $//
23356+s,^[ #]*u.*,/* & */,' >>conftest.defines
23357+
23358+# Break up conftest.defines:
23359+ac_max_sed_lines=50
23360+
23361+# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
23362+# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
23363+# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
23364+# et cetera.
23365+ac_in='$ac_file_inputs'
23366+ac_out='"$tmp/out1"'
23367+ac_nxt='"$tmp/out2"'
23368+
23369+while :
23370+do
23371+ # Write a here document:
23372+ cat >>$CONFIG_STATUS <<_ACEOF
23373+ # First, check the format of the line:
23374+ cat >"\$tmp/defines.sed" <<\\CEOF
23375+/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
23376+/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
23377+b
23378+:def
23379+_ACEOF
23380+ sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
23381+ echo 'CEOF
23382+ sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
23383+ ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
23384+ sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
23385+ grep . conftest.tail >/dev/null || break
23386+ rm -f conftest.defines
23387+ mv conftest.tail conftest.defines
23388+done
23389+rm -f conftest.defines conftest.tail
23390+
23391+echo "ac_result=$ac_in" >>$CONFIG_STATUS
23392+cat >>$CONFIG_STATUS <<\_ACEOF
2151123393 if test x"$ac_file" != x-; then
21512- {
21513- $as_echo "/* $configure_input */" \
21514- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
21515- } >"$ac_tmp/config.h" \
21516- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21517- if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
21518- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21519-$as_echo "$as_me: $ac_file is unchanged" >&6;}
23394+ echo "/* $configure_input */" >"$tmp/config.h"
23395+ cat "$ac_result" >>"$tmp/config.h"
23396+ if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
23397+ { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
23398+echo "$as_me: $ac_file is unchanged" >&6;}
2152023399 else
21521- rm -f "$ac_file"
21522- mv "$ac_tmp/config.h" "$ac_file" \
21523- || as_fn_error $? "could not create $ac_file" "$LINENO" 5
23400+ rm -f $ac_file
23401+ mv "$tmp/config.h" $ac_file
2152423402 fi
2152523403 else
21526- $as_echo "/* $configure_input */" \
21527- && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
21528- || as_fn_error $? "could not create -" "$LINENO" 5
23404+ echo "/* $configure_input */"
23405+ cat "$ac_result"
2152923406 fi
21530-# Compute "$ac_file"'s index in $config_headers.
21531-_am_arg="$ac_file"
23407+ rm -f "$tmp/out12"
23408+# Compute $ac_file's index in $config_headers.
23409+_am_arg=$ac_file
2153223410 _am_stamp_count=1
2153323411 for _am_header in $config_headers :; do
2153423412 case $_am_header in
@@ -21543,7 +23421,7 @@ $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2154323421 X"$_am_arg" : 'X\(//\)[^/]' \| \
2154423422 X"$_am_arg" : 'X\(//\)$' \| \
2154523423 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
21546-$as_echo X"$_am_arg" |
23424+echo X"$_am_arg" |
2154723425 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2154823426 s//\1/
2154923427 q
@@ -21563,8 +23441,8 @@ $as_echo X"$_am_arg" |
2156323441 s/.*/./; q'`/stamp-h$_am_stamp_count
2156423442 ;;
2156523443
21566- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
21567-$as_echo "$as_me: executing $ac_file commands" >&6;}
23444+ :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
23445+echo "$as_me: executing $ac_file commands" >&6;}
2156823446 ;;
2156923447 esac
2157023448
@@ -21586,7 +23464,7 @@ $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2158623464 X"$mf" : 'X\(//\)[^/]' \| \
2158723465 X"$mf" : 'X\(//\)$' \| \
2158823466 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
21589-$as_echo X"$mf" |
23467+echo X"$mf" |
2159023468 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2159123469 s//\1/
2159223470 q
@@ -21630,7 +23508,42 @@ $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2163023508 X"$file" : 'X\(//\)[^/]' \| \
2163123509 X"$file" : 'X\(//\)$' \| \
2163223510 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
21633-$as_echo X"$file" |
23511+echo X"$file" |
23512+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23513+ s//\1/
23514+ q
23515+ }
23516+ /^X\(\/\/\)[^/].*/{
23517+ s//\1/
23518+ q
23519+ }
23520+ /^X\(\/\/\)$/{
23521+ s//\1/
23522+ q
23523+ }
23524+ /^X\(\/\).*/{
23525+ s//\1/
23526+ q
23527+ }
23528+ s/.*/./; q'`
23529+ { as_dir=$dirpart/$fdir
23530+ case $as_dir in #(
23531+ -*) as_dir=./$as_dir;;
23532+ esac
23533+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23534+ as_dirs=
23535+ while :; do
23536+ case $as_dir in #(
23537+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
23538+ *) as_qdir=$as_dir;;
23539+ esac
23540+ as_dirs="'$as_qdir' $as_dirs"
23541+ as_dir=`$as_dirname -- "$as_dir" ||
23542+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23543+ X"$as_dir" : 'X\(//\)[^/]' \| \
23544+ X"$as_dir" : 'X\(//\)$' \| \
23545+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23546+echo X"$as_dir" |
2163423547 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2163523548 s//\1/
2163623549 q
@@ -21648,7 +23561,12 @@ $as_echo X"$file" |
2164823561 q
2164923562 }
2165023563 s/.*/./; q'`
21651- as_dir=$dirpart/$fdir; as_fn_mkdir_p
23564+ test -d "$as_dir" && break
23565+ done
23566+ test -z "$as_dirs" || eval "mkdir $as_dirs"
23567+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23568+echo "$as_me: error: cannot create directory $as_dir" >&2;}
23569+ { (exit 1); exit 1; }; }; }
2165223570 # echo "creating $dirpart/$file"
2165323571 echo '# dummy' > "$dirpart/$file"
2165423572 done
@@ -21659,13 +23577,11 @@ done
2165923577 done # for ac_tag
2166023578
2166123579
21662-as_fn_exit 0
23580+{ (exit 0); exit 0; }
2166323581 _ACEOF
23582+chmod +x $CONFIG_STATUS
2166423583 ac_clean_files=$ac_clean_files_save
2166523584
21666-test $ac_write_fail = 0 ||
21667- as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
21668-
2166923585
2167023586 # configure is writing to config.log, and then calls config.status.
2167123587 # config.status does its own redirection, appending to config.log.
@@ -21685,10 +23601,6 @@ if test "$no_create" != yes; then
2168523601 exec 5>>config.log
2168623602 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2168723603 # would make configure fail if this is the last instruction.
21688- $ac_cs_success || as_fn_exit 1
21689-fi
21690-if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21691- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21692-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
23604+ $ac_cs_success || { (exit 1); exit 1; }
2169323605 fi
2169423606
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
11 # -*- Autoconf -*-
22 # Process this file with autoconf to produce a configure script.
3-AC_INIT([mod_chxj],[0.12.39rc7],[konn@users.sourceforge.jp])
3+AC_INIT([mod_chxj],[0.12.39],[konn@users.sourceforge.jp])
44 AC_PREREQ(2.59)
55 AC_CONFIG_SRCDIR([src/mod_chxj.c])
66 AC_CANONICAL_TARGET
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
1+libapache2-mod-chxj (0.12.39-1) unstable; urgency=low
2+
3+ * Internal improvement
4+ - Image converter
5+ + To use mmap as much as possible.
6+ + Changed to one time to expect it by two cash file reading in
7+ turn.
8+ + To delete it with htcacheclean, the extension in the cache file is
9+ changed to ". data".
10+ + When the image is converted, it changes to delete output_filter.
11+ - Model informational specific function
12+ + It changes to use the judgment result when judged once.
13+ + Fixed bug that ua parameter is not effective in image conversion
14+ processing
15+ - Optimization
16+ + It is changed that apply_convrules is uselessly called two or more
17+ times.
18+ * Fixed Bug.
19+ - The bug to which the dynamic image conversion is not done is changed if
20+ it has and [kan] is not divided and it is not assumed ChxjConvRule
21+ EngineOn though it is ChxjImageEngine On.
22+ - ''-DLIBICONV_PLUG'' is added to the compiler option.
23+ - Static link compulsion of libserf.
24+ * Added New Features.
25+ - Addition of EngineOn unnecessary version EmojiOnly mode
26+
27+ -- Atsushi Konno <konn@users.sourceforge.jp> Tue, 15 Mar 2011 19:20:17 +0900
28+
129 libapache2-mod-chxj (0.12.38) unstable; urgency=low
230
331 * Added Features.
@@ -750,7 +778,7 @@ libapache2-mod-chxj (0.8.3-1) unstable; urgency=high
750778 - The image conversion is not operated at the access by PC.
751779 - Bug that doesn't erase cache file.
752780 + default limit size is 10MByte.
753- but the setting cannot be changed now.
781+ but the setting cannot be changed now.
754782
755783 -- Atsushi Konno <konn@users.sourceforge.jp> Mon, 4 Feb 2008 12:53:21 +0900
756784
--- a/include/config.h
+++ b/include/config.h
@@ -29,7 +29,7 @@
2929 #define HAVE_INTTYPES_H 1
3030
3131 /* Define to 1 if you have the `apr-1' library (-lapr-1). */
32-/* #undef HAVE_LIBAPR_1 */
32+#define HAVE_LIBAPR_1 1
3333
3434 /* Define to 1 if you have the <libgen.h> header file. */
3535 #define HAVE_LIBGEN_H 1
@@ -96,19 +96,19 @@
9696 #define PACKAGE_NAME "mod_chxj"
9797
9898 /* Define to the full name and version of this package. */
99-#define PACKAGE_STRING "mod_chxj 0.12.39rc7"
99+#define PACKAGE_STRING "mod_chxj 0.12.39"
100100
101101 /* Define to the one symbol short name of this package. */
102102 #define PACKAGE_TARNAME "mod_chxj"
103103
104104 /* Define to the version of this package. */
105-#define PACKAGE_VERSION "0.12.39rc7"
105+#define PACKAGE_VERSION "0.12.39"
106106
107107 /* Define to 1 if you have the ANSI C header files. */
108108 #define STDC_HEADERS 1
109109
110110 /* Version number of package */
111-#define VERSION "0.12.39rc7"
111+#define VERSION "0.12.39"
112112
113113 /* Define to empty if `const' does not conform to ANSI C. */
114114 /* #undef const */
--- a/support/centos/mod-chxj.spec
+++ b/support/centos/mod-chxj.spec
@@ -1,4 +1,4 @@
1-%define version 0.12.39rc7
1+%define version 0.12.39
22
33 Summary: CHTML to HDML,XHTML,JHTML convert module for Apache HTTPD.
44 Name: mod_chxj
旧リポジトリブラウザで表示