pikeyd165 – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 2
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for bcm2835 1.71. 3 # Generated by GNU Autoconf 2.69 for bcm2835 1.71.
4 # 4 #
5 # Report bugs to <mikem@airspayce.com>. 5 # Report bugs to <mikem@airspayce.com>.
6 # 6 #
7 # 7 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # 9 #
10 # 10 #
11 # This configure script is free software; the Free Software Foundation 11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it. 12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ## 13 ## -------------------- ##
14 ## M4sh Initialization. ## 14 ## M4sh Initialization. ##
15 ## -------------------- ## 15 ## -------------------- ##
16   16  
17 # Be more Bourne compatible 17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh 18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh 20 emulate sh
21 NULLCMD=: 21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature. 23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"' 24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST 25 setopt NO_GLOB_SUBST
26 else 26 else
27 case `(set -o) 2>/dev/null` in #( 27 case `(set -o) 2>/dev/null` in #(
28 *posix*) : 28 *posix*) :
29 set -o posix ;; #( 29 set -o posix ;; #(
30 *) : 30 *) :
31 ;; 31 ;;
32 esac 32 esac
33 fi 33 fi
34   34  
35   35  
36 as_nl=' 36 as_nl='
37 ' 37 '
38 export as_nl 38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf. 39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris, 43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh. 44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \ 45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --' 47 as_echo='print -r --'
48 as_echo_n='print -rn --' 48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n' 50 as_echo='printf %s\n'
51 as_echo_n='printf %s' 51 as_echo_n='printf %s'
52 else 52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n' 55 as_echo_n='/usr/ucb/echo -n'
56 else 56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval 58 as_echo_n_body='eval
59 arg=$1; 59 arg=$1;
60 case $arg in #( 60 case $arg in #(
61 *"$as_nl"*) 61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl"; 62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac; 64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 ' 66 '
67 export as_echo_n_body 67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo' 68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi 69 fi
70 export as_echo_body 70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo' 71 as_echo='sh -c $as_echo_body as_echo'
72 fi 72 fi
73   73  
74 # The user is always right. 74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then 75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=: 76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';' 79 PATH_SEPARATOR=';'
80 } 80 }
81 fi 81 fi
82   82  
83   83  
84 # IFS 84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is 85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab. 86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.) 88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl" 89 IFS=" "" $as_nl"
90   90  
91 # Find who we are. Look in the path if we contain no directory separator. 91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself= 92 as_myself=
93 case $0 in #(( 93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH 96 for as_dir in $PATH
97 do 97 do
98 IFS=$as_save_IFS 98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=. 99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done 101 done
102 IFS=$as_save_IFS 102 IFS=$as_save_IFS
103   103  
104 ;; 104 ;;
105 esac 105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND' 106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path. 107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then 108 if test "x$as_myself" = x; then
109 as_myself=$0 109 as_myself=$0
110 fi 110 fi
111 if test ! -f "$as_myself"; then 111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1 113 exit 1
114 fi 114 fi
115   115  
116 # Unset variables that we do not need and which cause bugs (e.g. in 116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could 118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14. 119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH 120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \ 121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done 123 done
124 PS1='$ ' 124 PS1='$ '
125 PS2='> ' 125 PS2='> '
126 PS4='+ ' 126 PS4='+ '
127   127  
128 # NLS nuisances. 128 # NLS nuisances.
129 LC_ALL=C 129 LC_ALL=C
130 export LC_ALL 130 export LC_ALL
131 LANGUAGE=C 131 LANGUAGE=C
132 export LANGUAGE 132 export LANGUAGE
133   133  
134 # CDPATH. 134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136   136  
137 # Use a proper internal environment variable to ensure we don't fall 137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves. 138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec; 140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a 141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also 142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables. 143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell. 144 # Preserve -v and -x to the replacement shell.
145 BASH_ENV=/dev/null 145 BASH_ENV=/dev/null
146 ENV=/dev/null 146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # (((( 148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;; 149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;; 150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;; 151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;; 152 * ) as_opts= ;;
153 esac 153 esac
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail 155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'. 156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 as_fn_exit 255 158 as_fn_exit 255
159 fi 159 fi
160 # We don't want this to propagate to other subprocesses. 160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;} 161 { _as_can_reexec=; unset _as_can_reexec;}
162 if test "x$CONFIG_SHELL" = x; then 162 if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh 164 emulate sh
165 NULLCMD=: 165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature. 167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"' 168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST 169 setopt NO_GLOB_SUBST
170 else 170 else
171 case \`(set -o) 2>/dev/null\` in #( 171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) : 172 *posix*) :
173 set -o posix ;; #( 173 set -o posix ;; #(
174 *) : 174 *) :
175 ;; 175 ;;
176 esac 176 esac
177 fi 177 fi
178 " 178 "
179 as_required="as_fn_return () { (exit \$1); } 179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; } 180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; } 181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; } 182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; } 183 as_fn_ret_failure () { return 1; }
184   184  
185 exitcode=0 185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191   191  
192 else 192 else
193 exitcode=1; echo positional parameters were not saved. 193 exitcode=1; echo positional parameters were not saved.
194 fi 194 fi
195 test x\$exitcode = x0 || exit 1 195 test x\$exitcode = x0 || exit 1
196 test -x / || exit 1" 196 test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" 200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
201 if (eval "$as_required") 2>/dev/null; then : 201 if (eval "$as_required") 2>/dev/null; then :
202 as_have_required=yes 202 as_have_required=yes
203 else 203 else
204 as_have_required=no 204 as_have_required=no
205 fi 205 fi
206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
207   207  
208 else 208 else
209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210 as_found=false 210 as_found=false
211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 211 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
212 do 212 do
213 IFS=$as_save_IFS 213 IFS=$as_save_IFS
214 test -z "$as_dir" && as_dir=. 214 test -z "$as_dir" && as_dir=.
215 as_found=: 215 as_found=:
216 case $as_dir in #( 216 case $as_dir in #(
217 /*) 217 /*)
218 for as_base in sh bash ksh sh5; do 218 for as_base in sh bash ksh sh5; do
219 # Try only shells that exist, to save several forks. 219 # Try only shells that exist, to save several forks.
220 as_shell=$as_dir/$as_base 220 as_shell=$as_dir/$as_base
221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
222 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 222 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 CONFIG_SHELL=$as_shell as_have_required=yes 223 CONFIG_SHELL=$as_shell as_have_required=yes
224 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 224 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225 break 2 225 break 2
226 fi 226 fi
227 fi 227 fi
228 done;; 228 done;;
229 esac 229 esac
230 as_found=false 230 as_found=false
231 done 231 done
232 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 232 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 233 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234 CONFIG_SHELL=$SHELL as_have_required=yes 234 CONFIG_SHELL=$SHELL as_have_required=yes
235 fi; } 235 fi; }
236 IFS=$as_save_IFS 236 IFS=$as_save_IFS
237   237  
238   238  
239 if test "x$CONFIG_SHELL" != x; then : 239 if test "x$CONFIG_SHELL" != x; then :
240 export CONFIG_SHELL 240 export CONFIG_SHELL
241 # We cannot yet assume a decent shell, so we have to provide a 241 # We cannot yet assume a decent shell, so we have to provide a
242 # neutralization value for shells without unset; and this also 242 # neutralization value for shells without unset; and this also
243 # works around shells that cannot unset nonexistent variables. 243 # works around shells that cannot unset nonexistent variables.
244 # Preserve -v and -x to the replacement shell. 244 # Preserve -v and -x to the replacement shell.
245 BASH_ENV=/dev/null 245 BASH_ENV=/dev/null
246 ENV=/dev/null 246 ENV=/dev/null
247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248 case $- in # (((( 248 case $- in # ((((
249 *v*x* | *x*v* ) as_opts=-vx ;; 249 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v* ) as_opts=-v ;; 250 *v* ) as_opts=-v ;;
251 *x* ) as_opts=-x ;; 251 *x* ) as_opts=-x ;;
252 * ) as_opts= ;; 252 * ) as_opts= ;;
253 esac 253 esac
254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255 # Admittedly, this is quite paranoid, since all the known shells bail 255 # Admittedly, this is quite paranoid, since all the known shells bail
256 # out after a failed `exec'. 256 # out after a failed `exec'.
257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258 exit 255 258 exit 255
259 fi 259 fi
260   260  
261 if test x$as_have_required = xno; then : 261 if test x$as_have_required = xno; then :
262 $as_echo "$0: This script requires a shell more modern than all" 262 $as_echo "$0: This script requires a shell more modern than all"
263 $as_echo "$0: the shells that I found on your system." 263 $as_echo "$0: the shells that I found on your system."
264 if test x${ZSH_VERSION+set} = xset ; then 264 if test x${ZSH_VERSION+set} = xset ; then
265 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 265 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 266 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 else 267 else
268 $as_echo "$0: Please tell bug-autoconf@gnu.org and 268 $as_echo "$0: Please tell bug-autoconf@gnu.org and
269 $0: mikem@airspayce.com about your system, including any 269 $0: mikem@airspayce.com about your system, including any
270 $0: error possibly output before this message. Then install 270 $0: error possibly output before this message. Then install
271 $0: a modern shell, or manually run the script under such a 271 $0: a modern shell, or manually run the script under such a
272 $0: shell if you do have one." 272 $0: shell if you do have one."
273 fi 273 fi
274 exit 1 274 exit 1
275 fi 275 fi
276 fi 276 fi
277 fi 277 fi
278 SHELL=${CONFIG_SHELL-/bin/sh} 278 SHELL=${CONFIG_SHELL-/bin/sh}
279 export SHELL 279 export SHELL
280 # Unset more variables known to interfere with behavior of common tools. 280 # Unset more variables known to interfere with behavior of common tools.
281 CLICOLOR_FORCE= GREP_OPTIONS= 281 CLICOLOR_FORCE= GREP_OPTIONS=
282 unset CLICOLOR_FORCE GREP_OPTIONS 282 unset CLICOLOR_FORCE GREP_OPTIONS
283   283  
284 ## --------------------- ## 284 ## --------------------- ##
285 ## M4sh Shell Functions. ## 285 ## M4sh Shell Functions. ##
286 ## --------------------- ## 286 ## --------------------- ##
287 # as_fn_unset VAR 287 # as_fn_unset VAR
288 # --------------- 288 # ---------------
289 # Portably unset VAR. 289 # Portably unset VAR.
290 as_fn_unset () 290 as_fn_unset ()
291 { 291 {
292 { eval $1=; unset $1;} 292 { eval $1=; unset $1;}
293 } 293 }
294 as_unset=as_fn_unset 294 as_unset=as_fn_unset
295   295  
296 # as_fn_set_status STATUS 296 # as_fn_set_status STATUS
297 # ----------------------- 297 # -----------------------
298 # Set $? to STATUS, without forking. 298 # Set $? to STATUS, without forking.
299 as_fn_set_status () 299 as_fn_set_status ()
300 { 300 {
301 return $1 301 return $1
302 } # as_fn_set_status 302 } # as_fn_set_status
303   303  
304 # as_fn_exit STATUS 304 # as_fn_exit STATUS
305 # ----------------- 305 # -----------------
306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 306 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307 as_fn_exit () 307 as_fn_exit ()
308 { 308 {
309 set +e 309 set +e
310 as_fn_set_status $1 310 as_fn_set_status $1
311 exit $1 311 exit $1
312 } # as_fn_exit 312 } # as_fn_exit
313   313  
314 # as_fn_mkdir_p 314 # as_fn_mkdir_p
315 # ------------- 315 # -------------
316 # Create "$as_dir" as a directory, including parents if necessary. 316 # Create "$as_dir" as a directory, including parents if necessary.
317 as_fn_mkdir_p () 317 as_fn_mkdir_p ()
318 { 318 {
319   319  
320 case $as_dir in #( 320 case $as_dir in #(
321 -*) as_dir=./$as_dir;; 321 -*) as_dir=./$as_dir;;
322 esac 322 esac
323 test -d "$as_dir" || eval $as_mkdir_p || { 323 test -d "$as_dir" || eval $as_mkdir_p || {
324 as_dirs= 324 as_dirs=
325 while :; do 325 while :; do
326 case $as_dir in #( 326 case $as_dir in #(
327 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 327 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 *) as_qdir=$as_dir;; 328 *) as_qdir=$as_dir;;
329 esac 329 esac
330 as_dirs="'$as_qdir' $as_dirs" 330 as_dirs="'$as_qdir' $as_dirs"
331 as_dir=`$as_dirname -- "$as_dir" || 331 as_dir=`$as_dirname -- "$as_dir" ||
332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 332 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
333 X"$as_dir" : 'X\(//\)[^/]' \| \ 333 X"$as_dir" : 'X\(//\)[^/]' \| \
334 X"$as_dir" : 'X\(//\)$' \| \ 334 X"$as_dir" : 'X\(//\)$' \| \
335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
336 $as_echo X"$as_dir" | 336 $as_echo X"$as_dir" |
337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
338 s//\1/ 338 s//\1/
339 q 339 q
340 } 340 }
341 /^X\(\/\/\)[^/].*/{ 341 /^X\(\/\/\)[^/].*/{
342 s//\1/ 342 s//\1/
343 q 343 q
344 } 344 }
345 /^X\(\/\/\)$/{ 345 /^X\(\/\/\)$/{
346 s//\1/ 346 s//\1/
347 q 347 q
348 } 348 }
349 /^X\(\/\).*/{ 349 /^X\(\/\).*/{
350 s//\1/ 350 s//\1/
351 q 351 q
352 } 352 }
353 s/.*/./; q'` 353 s/.*/./; q'`
354 test -d "$as_dir" && break 354 test -d "$as_dir" && break
355 done 355 done
356 test -z "$as_dirs" || eval "mkdir $as_dirs" 356 test -z "$as_dirs" || eval "mkdir $as_dirs"
357 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 357 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
358   358  
359   359  
360 } # as_fn_mkdir_p 360 } # as_fn_mkdir_p
361   361  
362 # as_fn_executable_p FILE 362 # as_fn_executable_p FILE
363 # ----------------------- 363 # -----------------------
364 # Test if FILE is an executable regular file. 364 # Test if FILE is an executable regular file.
365 as_fn_executable_p () 365 as_fn_executable_p ()
366 { 366 {
367 test -f "$1" && test -x "$1" 367 test -f "$1" && test -x "$1"
368 } # as_fn_executable_p 368 } # as_fn_executable_p
369 # as_fn_append VAR VALUE 369 # as_fn_append VAR VALUE
370 # ---------------------- 370 # ----------------------
371 # Append the text in VALUE to the end of the definition contained in VAR. Take 371 # Append the text in VALUE to the end of the definition contained in VAR. Take
372 # advantage of any shell optimizations that allow amortized linear growth over 372 # advantage of any shell optimizations that allow amortized linear growth over
373 # repeated appends, instead of the typical quadratic growth present in naive 373 # repeated appends, instead of the typical quadratic growth present in naive
374 # implementations. 374 # implementations.
375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 375 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
376 eval 'as_fn_append () 376 eval 'as_fn_append ()
377 { 377 {
378 eval $1+=\$2 378 eval $1+=\$2
379 }' 379 }'
380 else 380 else
381 as_fn_append () 381 as_fn_append ()
382 { 382 {
383 eval $1=\$$1\$2 383 eval $1=\$$1\$2
384 } 384 }
385 fi # as_fn_append 385 fi # as_fn_append
386   386  
387 # as_fn_arith ARG... 387 # as_fn_arith ARG...
388 # ------------------ 388 # ------------------
389 # Perform arithmetic evaluation on the ARGs, and store the result in the 389 # Perform arithmetic evaluation on the ARGs, and store the result in the
390 # global $as_val. Take advantage of shells that can avoid forks. The arguments 390 # global $as_val. Take advantage of shells that can avoid forks. The arguments
391 # must be portable across $(()) and expr. 391 # must be portable across $(()) and expr.
392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 392 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393 eval 'as_fn_arith () 393 eval 'as_fn_arith ()
394 { 394 {
395 as_val=$(( $* )) 395 as_val=$(( $* ))
396 }' 396 }'
397 else 397 else
398 as_fn_arith () 398 as_fn_arith ()
399 { 399 {
400 as_val=`expr "$@" || test $? -eq 1` 400 as_val=`expr "$@" || test $? -eq 1`
401 } 401 }
402 fi # as_fn_arith 402 fi # as_fn_arith
403   403  
404   404  
405 # as_fn_error STATUS ERROR [LINENO LOG_FD] 405 # as_fn_error STATUS ERROR [LINENO LOG_FD]
406 # ---------------------------------------- 406 # ----------------------------------------
407 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 407 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
408 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 408 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
409 # script with STATUS, using 1 if that was 0. 409 # script with STATUS, using 1 if that was 0.
410 as_fn_error () 410 as_fn_error ()
411 { 411 {
412 as_status=$1; test $as_status -eq 0 && as_status=1 412 as_status=$1; test $as_status -eq 0 && as_status=1
413 if test "$4"; then 413 if test "$4"; then
414 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 414 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
415 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 415 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
416 fi 416 fi
417 $as_echo "$as_me: error: $2" >&2 417 $as_echo "$as_me: error: $2" >&2
418 as_fn_exit $as_status 418 as_fn_exit $as_status
419 } # as_fn_error 419 } # as_fn_error
420   420  
421 if expr a : '\(a\)' >/dev/null 2>&1 && 421 if expr a : '\(a\)' >/dev/null 2>&1 &&
422 test "X`expr 00001 : '.*\(...\)'`" = X001; then 422 test "X`expr 00001 : '.*\(...\)'`" = X001; then
423 as_expr=expr 423 as_expr=expr
424 else 424 else
425 as_expr=false 425 as_expr=false
426 fi 426 fi
427   427  
428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 428 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429 as_basename=basename 429 as_basename=basename
430 else 430 else
431 as_basename=false 431 as_basename=false
432 fi 432 fi
433   433  
434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 434 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435 as_dirname=dirname 435 as_dirname=dirname
436 else 436 else
437 as_dirname=false 437 as_dirname=false
438 fi 438 fi
439   439  
440 as_me=`$as_basename -- "$0" || 440 as_me=`$as_basename -- "$0" ||
441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 441 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442 X"$0" : 'X\(//\)$' \| \ 442 X"$0" : 'X\(//\)$' \| \
443 X"$0" : 'X\(/\)' \| . 2>/dev/null || 443 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
444 $as_echo X/"$0" | 444 $as_echo X/"$0" |
445 sed '/^.*\/\([^/][^/]*\)\/*$/{ 445 sed '/^.*\/\([^/][^/]*\)\/*$/{
446 s//\1/ 446 s//\1/
447 q 447 q
448 } 448 }
449 /^X\/\(\/\/\)$/{ 449 /^X\/\(\/\/\)$/{
450 s//\1/ 450 s//\1/
451 q 451 q
452 } 452 }
453 /^X\/\(\/\).*/{ 453 /^X\/\(\/\).*/{
454 s//\1/ 454 s//\1/
455 q 455 q
456 } 456 }
457 s/.*/./; q'` 457 s/.*/./; q'`
458   458  
459 # Avoid depending upon Character Ranges. 459 # Avoid depending upon Character Ranges.
460 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 460 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 461 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 462 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463 as_cr_digits='0123456789' 463 as_cr_digits='0123456789'
464 as_cr_alnum=$as_cr_Letters$as_cr_digits 464 as_cr_alnum=$as_cr_Letters$as_cr_digits
465   465  
466   466  
467 as_lineno_1=$LINENO as_lineno_1a=$LINENO 467 as_lineno_1=$LINENO as_lineno_1a=$LINENO
468 as_lineno_2=$LINENO as_lineno_2a=$LINENO 468 as_lineno_2=$LINENO as_lineno_2a=$LINENO
469 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 469 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
470 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 470 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
471 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 471 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
472 sed -n ' 472 sed -n '
473 p 473 p
474 /[$]LINENO/= 474 /[$]LINENO/=
475 ' <$as_myself | 475 ' <$as_myself |
476 sed ' 476 sed '
477 s/[$]LINENO.*/&-/ 477 s/[$]LINENO.*/&-/
478 t lineno 478 t lineno
479 b 479 b
480 :lineno 480 :lineno
481 N 481 N
482 :loop 482 :loop
483 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 483 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484 t loop 484 t loop
485 s/-\n.*// 485 s/-\n.*//
486 ' >$as_me.lineno && 486 ' >$as_me.lineno &&
487 chmod +x "$as_me.lineno" || 487 chmod +x "$as_me.lineno" ||
488 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 488 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
489   489  
490 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 490 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
491 # already done that, so ensure we don't try to do so again and fall 491 # already done that, so ensure we don't try to do so again and fall
492 # in an infinite loop. This has already happened in practice. 492 # in an infinite loop. This has already happened in practice.
493 _as_can_reexec=no; export _as_can_reexec 493 _as_can_reexec=no; export _as_can_reexec
494 # Don't try to exec as it changes $[0], causing all sort of problems 494 # Don't try to exec as it changes $[0], causing all sort of problems
495 # (the dirname of $[0] is not the place where we might find the 495 # (the dirname of $[0] is not the place where we might find the
496 # original and so on. Autoconf is especially sensitive to this). 496 # original and so on. Autoconf is especially sensitive to this).
497 . "./$as_me.lineno" 497 . "./$as_me.lineno"
498 # Exit status is that of the last command. 498 # Exit status is that of the last command.
499 exit 499 exit
500 } 500 }
501   501  
502 ECHO_C= ECHO_N= ECHO_T= 502 ECHO_C= ECHO_N= ECHO_T=
503 case `echo -n x` in #((((( 503 case `echo -n x` in #(((((
504 -n*) 504 -n*)
505 case `echo 'xy\c'` in 505 case `echo 'xy\c'` in
506 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 506 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
507 xy) ECHO_C='\c';; 507 xy) ECHO_C='\c';;
508 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 508 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
509 ECHO_T=' ';; 509 ECHO_T=' ';;
510 esac;; 510 esac;;
511 *) 511 *)
512 ECHO_N='-n';; 512 ECHO_N='-n';;
513 esac 513 esac
514   514  
515 rm -f conf$$ conf$$.exe conf$$.file 515 rm -f conf$$ conf$$.exe conf$$.file
516 if test -d conf$$.dir; then 516 if test -d conf$$.dir; then
517 rm -f conf$$.dir/conf$$.file 517 rm -f conf$$.dir/conf$$.file
518 else 518 else
519 rm -f conf$$.dir 519 rm -f conf$$.dir
520 mkdir conf$$.dir 2>/dev/null 520 mkdir conf$$.dir 2>/dev/null
521 fi 521 fi
522 if (echo >conf$$.file) 2>/dev/null; then 522 if (echo >conf$$.file) 2>/dev/null; then
523 if ln -s conf$$.file conf$$ 2>/dev/null; then 523 if ln -s conf$$.file conf$$ 2>/dev/null; then
524 as_ln_s='ln -s' 524 as_ln_s='ln -s'
525 # ... but there are two gotchas: 525 # ... but there are two gotchas:
526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528 # In both cases, we have to default to `cp -pR'. 528 # In both cases, we have to default to `cp -pR'.
529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530 as_ln_s='cp -pR' 530 as_ln_s='cp -pR'
531 elif ln conf$$.file conf$$ 2>/dev/null; then 531 elif ln conf$$.file conf$$ 2>/dev/null; then
532 as_ln_s=ln 532 as_ln_s=ln
533 else 533 else
534 as_ln_s='cp -pR' 534 as_ln_s='cp -pR'
535 fi 535 fi
536 else 536 else
537 as_ln_s='cp -pR' 537 as_ln_s='cp -pR'
538 fi 538 fi
539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540 rmdir conf$$.dir 2>/dev/null 540 rmdir conf$$.dir 2>/dev/null
541   541  
542 if mkdir -p . 2>/dev/null; then 542 if mkdir -p . 2>/dev/null; then
543 as_mkdir_p='mkdir -p "$as_dir"' 543 as_mkdir_p='mkdir -p "$as_dir"'
544 else 544 else
545 test -d ./-p && rmdir ./-p 545 test -d ./-p && rmdir ./-p
546 as_mkdir_p=false 546 as_mkdir_p=false
547 fi 547 fi
548   548  
549 as_test_x='test -x' 549 as_test_x='test -x'
550 as_executable_p=as_fn_executable_p 550 as_executable_p=as_fn_executable_p
551   551  
552 # Sed expression to map a string onto a valid CPP name. 552 # Sed expression to map a string onto a valid CPP name.
553 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 553 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
554   554  
555 # Sed expression to map a string onto a valid variable name. 555 # Sed expression to map a string onto a valid variable name.
556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 556 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557   557  
558   558  
559 test -n "$DJDIR" || exec 7<&0 </dev/null 559 test -n "$DJDIR" || exec 7<&0 </dev/null
560 exec 6>&1 560 exec 6>&1
561   561  
562 # Name of the host. 562 # Name of the host.
563 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 563 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
564 # so uname gets run too. 564 # so uname gets run too.
565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 565 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
566   566  
567 # 567 #
568 # Initializations. 568 # Initializations.
569 # 569 #
570 ac_default_prefix=/usr/local 570 ac_default_prefix=/usr/local
571 ac_clean_files= 571 ac_clean_files=
572 ac_config_libobj_dir=. 572 ac_config_libobj_dir=.
573 LIBOBJS= 573 LIBOBJS=
574 cross_compiling=no 574 cross_compiling=no
575 subdirs= 575 subdirs=
576 MFLAGS= 576 MFLAGS=
577 MAKEFLAGS= 577 MAKEFLAGS=
578   578  
579 # Identity of this package. 579 # Identity of this package.
580 PACKAGE_NAME='bcm2835' 580 PACKAGE_NAME='bcm2835'
581 PACKAGE_TARNAME='bcm2835' 581 PACKAGE_TARNAME='bcm2835'
582 PACKAGE_VERSION='1.71' 582 PACKAGE_VERSION='1.71'
583 PACKAGE_STRING='bcm2835 1.71' 583 PACKAGE_STRING='bcm2835 1.71'
584 PACKAGE_BUGREPORT='mikem@airspayce.com' 584 PACKAGE_BUGREPORT='mikem@airspayce.com'
585 PACKAGE_URL='' 585 PACKAGE_URL=''
586   586  
587 ac_subst_vars='am__EXEEXT_FALSE 587 ac_subst_vars='am__EXEEXT_FALSE
588 am__EXEEXT_TRUE 588 am__EXEEXT_TRUE
589 LTLIBOBJS 589 LTLIBOBJS
590 LIBOBJS 590 LIBOBJS
591 HAVE_DOXYGEN_FALSE 591 HAVE_DOXYGEN_FALSE
592 HAVE_DOXYGEN_TRUE 592 HAVE_DOXYGEN_TRUE
593 RANLIB 593 RANLIB
594 DOXYGEN 594 DOXYGEN
595 am__fastdepCC_FALSE 595 am__fastdepCC_FALSE
596 am__fastdepCC_TRUE 596 am__fastdepCC_TRUE
597 CCDEPMODE 597 CCDEPMODE
598 am__nodep 598 am__nodep
599 AMDEPBACKSLASH 599 AMDEPBACKSLASH
600 AMDEP_FALSE 600 AMDEP_FALSE
601 AMDEP_TRUE 601 AMDEP_TRUE
602 am__include 602 am__include
603 DEPDIR 603 DEPDIR
604 OBJEXT 604 OBJEXT
605 EXEEXT 605 EXEEXT
606 ac_ct_CC 606 ac_ct_CC
607 CPPFLAGS 607 CPPFLAGS
608 LDFLAGS 608 LDFLAGS
609 CFLAGS 609 CFLAGS
610 CC 610 CC
611 AM_BACKSLASH 611 AM_BACKSLASH
612 AM_DEFAULT_VERBOSITY 612 AM_DEFAULT_VERBOSITY
613 AM_DEFAULT_V 613 AM_DEFAULT_V
614 AM_V 614 AM_V
615 am__untar 615 am__untar
616 am__tar 616 am__tar
617 AMTAR 617 AMTAR
618 am__leading_dot 618 am__leading_dot
619 SET_MAKE 619 SET_MAKE
620 AWK 620 AWK
621 mkdir_p 621 mkdir_p
622 MKDIR_P 622 MKDIR_P
623 INSTALL_STRIP_PROGRAM 623 INSTALL_STRIP_PROGRAM
624 STRIP 624 STRIP
625 install_sh 625 install_sh
626 MAKEINFO 626 MAKEINFO
627 AUTOHEADER 627 AUTOHEADER
628 AUTOMAKE 628 AUTOMAKE
629 AUTOCONF 629 AUTOCONF
630 ACLOCAL 630 ACLOCAL
631 VERSION 631 VERSION
632 PACKAGE 632 PACKAGE
633 CYGPATH_W 633 CYGPATH_W
634 am__isrc 634 am__isrc
635 INSTALL_DATA 635 INSTALL_DATA
636 INSTALL_SCRIPT 636 INSTALL_SCRIPT
637 INSTALL_PROGRAM 637 INSTALL_PROGRAM
638 target_alias 638 target_alias
639 host_alias 639 host_alias
640 build_alias 640 build_alias
641 LIBS 641 LIBS
642 ECHO_T 642 ECHO_T
643 ECHO_N 643 ECHO_N
644 ECHO_C 644 ECHO_C
645 DEFS 645 DEFS
646 mandir 646 mandir
647 localedir 647 localedir
648 libdir 648 libdir
649 psdir 649 psdir
650 pdfdir 650 pdfdir
651 dvidir 651 dvidir
652 htmldir 652 htmldir
653 infodir 653 infodir
654 docdir 654 docdir
655 oldincludedir 655 oldincludedir
656 includedir 656 includedir
657 runstatedir 657 runstatedir
658 localstatedir 658 localstatedir
659 sharedstatedir 659 sharedstatedir
660 sysconfdir 660 sysconfdir
661 datadir 661 datadir
662 datarootdir 662 datarootdir
663 libexecdir 663 libexecdir
664 sbindir 664 sbindir
665 bindir 665 bindir
666 program_transform_name 666 program_transform_name
667 prefix 667 prefix
668 exec_prefix 668 exec_prefix
669 PACKAGE_URL 669 PACKAGE_URL
670 PACKAGE_BUGREPORT 670 PACKAGE_BUGREPORT
671 PACKAGE_STRING 671 PACKAGE_STRING
672 PACKAGE_VERSION 672 PACKAGE_VERSION
673 PACKAGE_TARNAME 673 PACKAGE_TARNAME
674 PACKAGE_NAME 674 PACKAGE_NAME
675 PATH_SEPARATOR 675 PATH_SEPARATOR
676 SHELL 676 SHELL
677 am__quote' 677 am__quote'
678 ac_subst_files='' 678 ac_subst_files=''
679 ac_user_opts=' 679 ac_user_opts='
680 enable_option_checking 680 enable_option_checking
681 enable_silent_rules 681 enable_silent_rules
682 enable_dependency_tracking 682 enable_dependency_tracking
683 ' 683 '
684 ac_precious_vars='build_alias 684 ac_precious_vars='build_alias
685 host_alias 685 host_alias
686 target_alias 686 target_alias
687 CC 687 CC
688 CFLAGS 688 CFLAGS
689 LDFLAGS 689 LDFLAGS
690 LIBS 690 LIBS
691 CPPFLAGS' 691 CPPFLAGS'
692   692  
693   693  
694 # Initialize some variables set by options. 694 # Initialize some variables set by options.
695 ac_init_help= 695 ac_init_help=
696 ac_init_version=false 696 ac_init_version=false
697 ac_unrecognized_opts= 697 ac_unrecognized_opts=
698 ac_unrecognized_sep= 698 ac_unrecognized_sep=
699 # The variables have the same names as the options, with 699 # The variables have the same names as the options, with
700 # dashes changed to underlines. 700 # dashes changed to underlines.
701 cache_file=/dev/null 701 cache_file=/dev/null
702 exec_prefix=NONE 702 exec_prefix=NONE
703 no_create= 703 no_create=
704 no_recursion= 704 no_recursion=
705 prefix=NONE 705 prefix=NONE
706 program_prefix=NONE 706 program_prefix=NONE
707 program_suffix=NONE 707 program_suffix=NONE
708 program_transform_name=s,x,x, 708 program_transform_name=s,x,x,
709 silent= 709 silent=
710 site= 710 site=
711 srcdir= 711 srcdir=
712 verbose= 712 verbose=
713 x_includes=NONE 713 x_includes=NONE
714 x_libraries=NONE 714 x_libraries=NONE
715   715  
716 # Installation directory options. 716 # Installation directory options.
717 # These are left unexpanded so users can "make install exec_prefix=/foo" 717 # These are left unexpanded so users can "make install exec_prefix=/foo"
718 # and all the variables that are supposed to be based on exec_prefix 718 # and all the variables that are supposed to be based on exec_prefix
719 # by default will actually change. 719 # by default will actually change.
720 # Use braces instead of parens because sh, perl, etc. also accept them. 720 # Use braces instead of parens because sh, perl, etc. also accept them.
721 # (The list follows the same order as the GNU Coding Standards.) 721 # (The list follows the same order as the GNU Coding Standards.)
722 bindir='${exec_prefix}/bin' 722 bindir='${exec_prefix}/bin'
723 sbindir='${exec_prefix}/sbin' 723 sbindir='${exec_prefix}/sbin'
724 libexecdir='${exec_prefix}/libexec' 724 libexecdir='${exec_prefix}/libexec'
725 datarootdir='${prefix}/share' 725 datarootdir='${prefix}/share'
726 datadir='${datarootdir}' 726 datadir='${datarootdir}'
727 sysconfdir='${prefix}/etc' 727 sysconfdir='${prefix}/etc'
728 sharedstatedir='${prefix}/com' 728 sharedstatedir='${prefix}/com'
729 localstatedir='${prefix}/var' 729 localstatedir='${prefix}/var'
730 runstatedir='${localstatedir}/run' 730 runstatedir='${localstatedir}/run'
731 includedir='${prefix}/include' 731 includedir='${prefix}/include'
732 oldincludedir='/usr/include' 732 oldincludedir='/usr/include'
733 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 733 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
734 infodir='${datarootdir}/info' 734 infodir='${datarootdir}/info'
735 htmldir='${docdir}' 735 htmldir='${docdir}'
736 dvidir='${docdir}' 736 dvidir='${docdir}'
737 pdfdir='${docdir}' 737 pdfdir='${docdir}'
738 psdir='${docdir}' 738 psdir='${docdir}'
739 libdir='${exec_prefix}/lib' 739 libdir='${exec_prefix}/lib'
740 localedir='${datarootdir}/locale' 740 localedir='${datarootdir}/locale'
741 mandir='${datarootdir}/man' 741 mandir='${datarootdir}/man'
742   742  
743 ac_prev= 743 ac_prev=
744 ac_dashdash= 744 ac_dashdash=
745 for ac_option 745 for ac_option
746 do 746 do
747 # If the previous option needs an argument, assign it. 747 # If the previous option needs an argument, assign it.
748 if test -n "$ac_prev"; then 748 if test -n "$ac_prev"; then
749 eval $ac_prev=\$ac_option 749 eval $ac_prev=\$ac_option
750 ac_prev= 750 ac_prev=
751 continue 751 continue
752 fi 752 fi
753   753  
754 case $ac_option in 754 case $ac_option in
755 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 755 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
756 *=) ac_optarg= ;; 756 *=) ac_optarg= ;;
757 *) ac_optarg=yes ;; 757 *) ac_optarg=yes ;;
758 esac 758 esac
759   759  
760 # Accept the important Cygnus configure options, so we can diagnose typos. 760 # Accept the important Cygnus configure options, so we can diagnose typos.
761   761  
762 case $ac_dashdash$ac_option in 762 case $ac_dashdash$ac_option in
763 --) 763 --)
764 ac_dashdash=yes ;; 764 ac_dashdash=yes ;;
765   765  
766 -bindir | --bindir | --bindi | --bind | --bin | --bi) 766 -bindir | --bindir | --bindi | --bind | --bin | --bi)
767 ac_prev=bindir ;; 767 ac_prev=bindir ;;
768 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 768 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
769 bindir=$ac_optarg ;; 769 bindir=$ac_optarg ;;
770   770  
771 -build | --build | --buil | --bui | --bu) 771 -build | --build | --buil | --bui | --bu)
772 ac_prev=build_alias ;; 772 ac_prev=build_alias ;;
773 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 773 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
774 build_alias=$ac_optarg ;; 774 build_alias=$ac_optarg ;;
775   775  
776 -cache-file | --cache-file | --cache-fil | --cache-fi \ 776 -cache-file | --cache-file | --cache-fil | --cache-fi \
777 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 777 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
778 ac_prev=cache_file ;; 778 ac_prev=cache_file ;;
779 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 779 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
780 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 780 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
781 cache_file=$ac_optarg ;; 781 cache_file=$ac_optarg ;;
782   782  
783 --config-cache | -C) 783 --config-cache | -C)
784 cache_file=config.cache ;; 784 cache_file=config.cache ;;
785   785  
786 -datadir | --datadir | --datadi | --datad) 786 -datadir | --datadir | --datadi | --datad)
787 ac_prev=datadir ;; 787 ac_prev=datadir ;;
788 -datadir=* | --datadir=* | --datadi=* | --datad=*) 788 -datadir=* | --datadir=* | --datadi=* | --datad=*)
789 datadir=$ac_optarg ;; 789 datadir=$ac_optarg ;;
790   790  
791 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 791 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
792 | --dataroo | --dataro | --datar) 792 | --dataroo | --dataro | --datar)
793 ac_prev=datarootdir ;; 793 ac_prev=datarootdir ;;
794 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 794 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
795 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 795 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
796 datarootdir=$ac_optarg ;; 796 datarootdir=$ac_optarg ;;
797   797  
798 -disable-* | --disable-*) 798 -disable-* | --disable-*)
799 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 799 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
800 # Reject names that are not valid shell variable names. 800 # Reject names that are not valid shell variable names.
801 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 801 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
802 as_fn_error $? "invalid feature name: $ac_useropt" 802 as_fn_error $? "invalid feature name: $ac_useropt"
803 ac_useropt_orig=$ac_useropt 803 ac_useropt_orig=$ac_useropt
804 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 804 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
805 case $ac_user_opts in 805 case $ac_user_opts in
806 *" 806 *"
807 "enable_$ac_useropt" 807 "enable_$ac_useropt"
808 "*) ;; 808 "*) ;;
809 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 809 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
810 ac_unrecognized_sep=', ';; 810 ac_unrecognized_sep=', ';;
811 esac 811 esac
812 eval enable_$ac_useropt=no ;; 812 eval enable_$ac_useropt=no ;;
813   813  
814 -docdir | --docdir | --docdi | --doc | --do) 814 -docdir | --docdir | --docdi | --doc | --do)
815 ac_prev=docdir ;; 815 ac_prev=docdir ;;
816 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 816 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
817 docdir=$ac_optarg ;; 817 docdir=$ac_optarg ;;
818   818  
819 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 819 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
820 ac_prev=dvidir ;; 820 ac_prev=dvidir ;;
821 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 821 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
822 dvidir=$ac_optarg ;; 822 dvidir=$ac_optarg ;;
823   823  
824 -enable-* | --enable-*) 824 -enable-* | --enable-*)
825 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 825 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
826 # Reject names that are not valid shell variable names. 826 # Reject names that are not valid shell variable names.
827 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 827 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
828 as_fn_error $? "invalid feature name: $ac_useropt" 828 as_fn_error $? "invalid feature name: $ac_useropt"
829 ac_useropt_orig=$ac_useropt 829 ac_useropt_orig=$ac_useropt
830 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 830 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
831 case $ac_user_opts in 831 case $ac_user_opts in
832 *" 832 *"
833 "enable_$ac_useropt" 833 "enable_$ac_useropt"
834 "*) ;; 834 "*) ;;
835 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 835 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
836 ac_unrecognized_sep=', ';; 836 ac_unrecognized_sep=', ';;
837 esac 837 esac
838 eval enable_$ac_useropt=\$ac_optarg ;; 838 eval enable_$ac_useropt=\$ac_optarg ;;
839   839  
840 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 840 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
841 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 841 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
842 | --exec | --exe | --ex) 842 | --exec | --exe | --ex)
843 ac_prev=exec_prefix ;; 843 ac_prev=exec_prefix ;;
844 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 844 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
845 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 845 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
846 | --exec=* | --exe=* | --ex=*) 846 | --exec=* | --exe=* | --ex=*)
847 exec_prefix=$ac_optarg ;; 847 exec_prefix=$ac_optarg ;;
848   848  
849 -gas | --gas | --ga | --g) 849 -gas | --gas | --ga | --g)
850 # Obsolete; use --with-gas. 850 # Obsolete; use --with-gas.
851 with_gas=yes ;; 851 with_gas=yes ;;
852   852  
853 -help | --help | --hel | --he | -h) 853 -help | --help | --hel | --he | -h)
854 ac_init_help=long ;; 854 ac_init_help=long ;;
855 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 855 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
856 ac_init_help=recursive ;; 856 ac_init_help=recursive ;;
857 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 857 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
858 ac_init_help=short ;; 858 ac_init_help=short ;;
859   859  
860 -host | --host | --hos | --ho) 860 -host | --host | --hos | --ho)
861 ac_prev=host_alias ;; 861 ac_prev=host_alias ;;
862 -host=* | --host=* | --hos=* | --ho=*) 862 -host=* | --host=* | --hos=* | --ho=*)
863 host_alias=$ac_optarg ;; 863 host_alias=$ac_optarg ;;
864   864  
865 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 865 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
866 ac_prev=htmldir ;; 866 ac_prev=htmldir ;;
867 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 867 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
868 | --ht=*) 868 | --ht=*)
869 htmldir=$ac_optarg ;; 869 htmldir=$ac_optarg ;;
870   870  
871 -includedir | --includedir | --includedi | --included | --include \ 871 -includedir | --includedir | --includedi | --included | --include \
872 | --includ | --inclu | --incl | --inc) 872 | --includ | --inclu | --incl | --inc)
873 ac_prev=includedir ;; 873 ac_prev=includedir ;;
874 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 874 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
875 | --includ=* | --inclu=* | --incl=* | --inc=*) 875 | --includ=* | --inclu=* | --incl=* | --inc=*)
876 includedir=$ac_optarg ;; 876 includedir=$ac_optarg ;;
877   877  
878 -infodir | --infodir | --infodi | --infod | --info | --inf) 878 -infodir | --infodir | --infodi | --infod | --info | --inf)
879 ac_prev=infodir ;; 879 ac_prev=infodir ;;
880 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 880 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
881 infodir=$ac_optarg ;; 881 infodir=$ac_optarg ;;
882   882  
883 -libdir | --libdir | --libdi | --libd) 883 -libdir | --libdir | --libdi | --libd)
884 ac_prev=libdir ;; 884 ac_prev=libdir ;;
885 -libdir=* | --libdir=* | --libdi=* | --libd=*) 885 -libdir=* | --libdir=* | --libdi=* | --libd=*)
886 libdir=$ac_optarg ;; 886 libdir=$ac_optarg ;;
887   887  
888 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 888 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
889 | --libexe | --libex | --libe) 889 | --libexe | --libex | --libe)
890 ac_prev=libexecdir ;; 890 ac_prev=libexecdir ;;
891 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 891 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
892 | --libexe=* | --libex=* | --libe=*) 892 | --libexe=* | --libex=* | --libe=*)
893 libexecdir=$ac_optarg ;; 893 libexecdir=$ac_optarg ;;
894   894  
895 -localedir | --localedir | --localedi | --localed | --locale) 895 -localedir | --localedir | --localedi | --localed | --locale)
896 ac_prev=localedir ;; 896 ac_prev=localedir ;;
897 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 897 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
898 localedir=$ac_optarg ;; 898 localedir=$ac_optarg ;;
899   899  
900 -localstatedir | --localstatedir | --localstatedi | --localstated \ 900 -localstatedir | --localstatedir | --localstatedi | --localstated \
901 | --localstate | --localstat | --localsta | --localst | --locals) 901 | --localstate | --localstat | --localsta | --localst | --locals)
902 ac_prev=localstatedir ;; 902 ac_prev=localstatedir ;;
903 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 903 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
904 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 904 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
905 localstatedir=$ac_optarg ;; 905 localstatedir=$ac_optarg ;;
906   906  
907 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 907 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
908 ac_prev=mandir ;; 908 ac_prev=mandir ;;
909 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 909 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
910 mandir=$ac_optarg ;; 910 mandir=$ac_optarg ;;
911   911  
912 -nfp | --nfp | --nf) 912 -nfp | --nfp | --nf)
913 # Obsolete; use --without-fp. 913 # Obsolete; use --without-fp.
914 with_fp=no ;; 914 with_fp=no ;;
915   915  
916 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 916 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
917 | --no-cr | --no-c | -n) 917 | --no-cr | --no-c | -n)
918 no_create=yes ;; 918 no_create=yes ;;
919   919  
920 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 920 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
921 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 921 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
922 no_recursion=yes ;; 922 no_recursion=yes ;;
923   923  
924 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 924 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
925 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 925 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
926 | --oldin | --oldi | --old | --ol | --o) 926 | --oldin | --oldi | --old | --ol | --o)
927 ac_prev=oldincludedir ;; 927 ac_prev=oldincludedir ;;
928 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 928 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
929 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 929 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
930 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 930 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
931 oldincludedir=$ac_optarg ;; 931 oldincludedir=$ac_optarg ;;
932   932  
933 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 933 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
934 ac_prev=prefix ;; 934 ac_prev=prefix ;;
935 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 935 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
936 prefix=$ac_optarg ;; 936 prefix=$ac_optarg ;;
937   937  
938 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 938 -program-prefix | --program-prefix | --program-prefi | --program-pref \
939 | --program-pre | --program-pr | --program-p) 939 | --program-pre | --program-pr | --program-p)
940 ac_prev=program_prefix ;; 940 ac_prev=program_prefix ;;
941 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 941 -program-prefix=* | --program-prefix=* | --program-prefi=* \
942 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 942 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
943 program_prefix=$ac_optarg ;; 943 program_prefix=$ac_optarg ;;
944   944  
945 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 945 -program-suffix | --program-suffix | --program-suffi | --program-suff \
946 | --program-suf | --program-su | --program-s) 946 | --program-suf | --program-su | --program-s)
947 ac_prev=program_suffix ;; 947 ac_prev=program_suffix ;;
948 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 948 -program-suffix=* | --program-suffix=* | --program-suffi=* \
949 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 949 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
950 program_suffix=$ac_optarg ;; 950 program_suffix=$ac_optarg ;;
951   951  
952 -program-transform-name | --program-transform-name \ 952 -program-transform-name | --program-transform-name \
953 | --program-transform-nam | --program-transform-na \ 953 | --program-transform-nam | --program-transform-na \
954 | --program-transform-n | --program-transform- \ 954 | --program-transform-n | --program-transform- \
955 | --program-transform | --program-transfor \ 955 | --program-transform | --program-transfor \
956 | --program-transfo | --program-transf \ 956 | --program-transfo | --program-transf \
957 | --program-trans | --program-tran \ 957 | --program-trans | --program-tran \
958 | --progr-tra | --program-tr | --program-t) 958 | --progr-tra | --program-tr | --program-t)
959 ac_prev=program_transform_name ;; 959 ac_prev=program_transform_name ;;
960 -program-transform-name=* | --program-transform-name=* \ 960 -program-transform-name=* | --program-transform-name=* \
961 | --program-transform-nam=* | --program-transform-na=* \ 961 | --program-transform-nam=* | --program-transform-na=* \
962 | --program-transform-n=* | --program-transform-=* \ 962 | --program-transform-n=* | --program-transform-=* \
963 | --program-transform=* | --program-transfor=* \ 963 | --program-transform=* | --program-transfor=* \
964 | --program-transfo=* | --program-transf=* \ 964 | --program-transfo=* | --program-transf=* \
965 | --program-trans=* | --program-tran=* \ 965 | --program-trans=* | --program-tran=* \
966 | --progr-tra=* | --program-tr=* | --program-t=*) 966 | --progr-tra=* | --program-tr=* | --program-t=*)
967 program_transform_name=$ac_optarg ;; 967 program_transform_name=$ac_optarg ;;
968   968  
969 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 969 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
970 ac_prev=pdfdir ;; 970 ac_prev=pdfdir ;;
971 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 971 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
972 pdfdir=$ac_optarg ;; 972 pdfdir=$ac_optarg ;;
973   973  
974 -psdir | --psdir | --psdi | --psd | --ps) 974 -psdir | --psdir | --psdi | --psd | --ps)
975 ac_prev=psdir ;; 975 ac_prev=psdir ;;
976 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 976 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
977 psdir=$ac_optarg ;; 977 psdir=$ac_optarg ;;
978   978  
979 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 979 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
980 | -silent | --silent | --silen | --sile | --sil) 980 | -silent | --silent | --silen | --sile | --sil)
981 silent=yes ;; 981 silent=yes ;;
982   982  
983 -runstatedir | --runstatedir | --runstatedi | --runstated \ 983 -runstatedir | --runstatedir | --runstatedi | --runstated \
984 | --runstate | --runstat | --runsta | --runst | --runs \ 984 | --runstate | --runstat | --runsta | --runst | --runs \
985 | --run | --ru | --r) 985 | --run | --ru | --r)
986 ac_prev=runstatedir ;; 986 ac_prev=runstatedir ;;
987 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ 987 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
988 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ 988 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
989 | --run=* | --ru=* | --r=*) 989 | --run=* | --ru=* | --r=*)
990 runstatedir=$ac_optarg ;; 990 runstatedir=$ac_optarg ;;
991   991  
992 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 992 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
993 ac_prev=sbindir ;; 993 ac_prev=sbindir ;;
994 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 994 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
995 | --sbi=* | --sb=*) 995 | --sbi=* | --sb=*)
996 sbindir=$ac_optarg ;; 996 sbindir=$ac_optarg ;;
997   997  
998 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 998 -sharedstatedir | --sharedstatedir | --sharedstatedi \
999 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 999 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1000 | --sharedst | --shareds | --shared | --share | --shar \ 1000 | --sharedst | --shareds | --shared | --share | --shar \
1001 | --sha | --sh) 1001 | --sha | --sh)
1002 ac_prev=sharedstatedir ;; 1002 ac_prev=sharedstatedir ;;
1003 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1003 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1004 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1004 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1005 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1005 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1006 | --sha=* | --sh=*) 1006 | --sha=* | --sh=*)
1007 sharedstatedir=$ac_optarg ;; 1007 sharedstatedir=$ac_optarg ;;
1008   1008  
1009 -site | --site | --sit) 1009 -site | --site | --sit)
1010 ac_prev=site ;; 1010 ac_prev=site ;;
1011 -site=* | --site=* | --sit=*) 1011 -site=* | --site=* | --sit=*)
1012 site=$ac_optarg ;; 1012 site=$ac_optarg ;;
1013   1013  
1014 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1014 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1015 ac_prev=srcdir ;; 1015 ac_prev=srcdir ;;
1016 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1016 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1017 srcdir=$ac_optarg ;; 1017 srcdir=$ac_optarg ;;
1018   1018  
1019 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1019 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1020 | --syscon | --sysco | --sysc | --sys | --sy) 1020 | --syscon | --sysco | --sysc | --sys | --sy)
1021 ac_prev=sysconfdir ;; 1021 ac_prev=sysconfdir ;;
1022 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1022 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1023 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1023 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1024 sysconfdir=$ac_optarg ;; 1024 sysconfdir=$ac_optarg ;;
1025   1025  
1026 -target | --target | --targe | --targ | --tar | --ta | --t) 1026 -target | --target | --targe | --targ | --tar | --ta | --t)
1027 ac_prev=target_alias ;; 1027 ac_prev=target_alias ;;
1028 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1028 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1029 target_alias=$ac_optarg ;; 1029 target_alias=$ac_optarg ;;
1030   1030  
1031 -v | -verbose | --verbose | --verbos | --verbo | --verb) 1031 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1032 verbose=yes ;; 1032 verbose=yes ;;
1033   1033  
1034 -version | --version | --versio | --versi | --vers | -V) 1034 -version | --version | --versio | --versi | --vers | -V)
1035 ac_init_version=: ;; 1035 ac_init_version=: ;;
1036   1036  
1037 -with-* | --with-*) 1037 -with-* | --with-*)
1038 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1038 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1039 # Reject names that are not valid shell variable names. 1039 # Reject names that are not valid shell variable names.
1040 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1040 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1041 as_fn_error $? "invalid package name: $ac_useropt" 1041 as_fn_error $? "invalid package name: $ac_useropt"
1042 ac_useropt_orig=$ac_useropt 1042 ac_useropt_orig=$ac_useropt
1043 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1043 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1044 case $ac_user_opts in 1044 case $ac_user_opts in
1045 *" 1045 *"
1046 "with_$ac_useropt" 1046 "with_$ac_useropt"
1047 "*) ;; 1047 "*) ;;
1048 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1048 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1049 ac_unrecognized_sep=', ';; 1049 ac_unrecognized_sep=', ';;
1050 esac 1050 esac
1051 eval with_$ac_useropt=\$ac_optarg ;; 1051 eval with_$ac_useropt=\$ac_optarg ;;
1052   1052  
1053 -without-* | --without-*) 1053 -without-* | --without-*)
1054 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1054 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1055 # Reject names that are not valid shell variable names. 1055 # Reject names that are not valid shell variable names.
1056 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1056 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1057 as_fn_error $? "invalid package name: $ac_useropt" 1057 as_fn_error $? "invalid package name: $ac_useropt"
1058 ac_useropt_orig=$ac_useropt 1058 ac_useropt_orig=$ac_useropt
1059 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1059 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1060 case $ac_user_opts in 1060 case $ac_user_opts in
1061 *" 1061 *"
1062 "with_$ac_useropt" 1062 "with_$ac_useropt"
1063 "*) ;; 1063 "*) ;;
1064 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1064 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1065 ac_unrecognized_sep=', ';; 1065 ac_unrecognized_sep=', ';;
1066 esac 1066 esac
1067 eval with_$ac_useropt=no ;; 1067 eval with_$ac_useropt=no ;;
1068   1068  
1069 --x) 1069 --x)
1070 # Obsolete; use --with-x. 1070 # Obsolete; use --with-x.
1071 with_x=yes ;; 1071 with_x=yes ;;
1072   1072  
1073 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1073 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1074 | --x-incl | --x-inc | --x-in | --x-i) 1074 | --x-incl | --x-inc | --x-in | --x-i)
1075 ac_prev=x_includes ;; 1075 ac_prev=x_includes ;;
1076 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1076 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1077 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1077 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1078 x_includes=$ac_optarg ;; 1078 x_includes=$ac_optarg ;;
1079   1079  
1080 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1080 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1081 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1081 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1082 ac_prev=x_libraries ;; 1082 ac_prev=x_libraries ;;
1083 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1083 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1084 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1084 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1085 x_libraries=$ac_optarg ;; 1085 x_libraries=$ac_optarg ;;
1086   1086  
1087 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1087 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1088 Try \`$0 --help' for more information" 1088 Try \`$0 --help' for more information"
1089 ;; 1089 ;;
1090   1090  
1091 *=*) 1091 *=*)
1092 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1092 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1093 # Reject names that are not valid shell variable names. 1093 # Reject names that are not valid shell variable names.
1094 case $ac_envvar in #( 1094 case $ac_envvar in #(
1095 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1095 '' | [0-9]* | *[!_$as_cr_alnum]* )
1096 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1096 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1097 esac 1097 esac
1098 eval $ac_envvar=\$ac_optarg 1098 eval $ac_envvar=\$ac_optarg
1099 export $ac_envvar ;; 1099 export $ac_envvar ;;
1100   1100  
1101 *) 1101 *)
1102 # FIXME: should be removed in autoconf 3.0. 1102 # FIXME: should be removed in autoconf 3.0.
1103 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1103 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1104 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1104 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1105 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1105 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1106 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1106 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1107 ;; 1107 ;;
1108   1108  
1109 esac 1109 esac
1110 done 1110 done
1111   1111  
1112 if test -n "$ac_prev"; then 1112 if test -n "$ac_prev"; then
1113 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1113 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1114 as_fn_error $? "missing argument to $ac_option" 1114 as_fn_error $? "missing argument to $ac_option"
1115 fi 1115 fi
1116   1116  
1117 if test -n "$ac_unrecognized_opts"; then 1117 if test -n "$ac_unrecognized_opts"; then
1118 case $enable_option_checking in 1118 case $enable_option_checking in
1119 no) ;; 1119 no) ;;
1120 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1120 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1121 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1121 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1122 esac 1122 esac
1123 fi 1123 fi
1124   1124  
1125 # Check all directory arguments for consistency. 1125 # Check all directory arguments for consistency.
1126 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1126 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1127 datadir sysconfdir sharedstatedir localstatedir includedir \ 1127 datadir sysconfdir sharedstatedir localstatedir includedir \
1128 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1128 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1129 libdir localedir mandir runstatedir 1129 libdir localedir mandir runstatedir
1130 do 1130 do
1131 eval ac_val=\$$ac_var 1131 eval ac_val=\$$ac_var
1132 # Remove trailing slashes. 1132 # Remove trailing slashes.
1133 case $ac_val in 1133 case $ac_val in
1134 */ ) 1134 */ )
1135 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1135 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1136 eval $ac_var=\$ac_val;; 1136 eval $ac_var=\$ac_val;;
1137 esac 1137 esac
1138 # Be sure to have absolute directory names. 1138 # Be sure to have absolute directory names.
1139 case $ac_val in 1139 case $ac_val in
1140 [\\/$]* | ?:[\\/]* ) continue;; 1140 [\\/$]* | ?:[\\/]* ) continue;;
1141 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1141 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1142 esac 1142 esac
1143 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1143 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1144 done 1144 done
1145   1145  
1146 # There might be people who depend on the old broken behavior: `$host' 1146 # There might be people who depend on the old broken behavior: `$host'
1147 # used to hold the argument of --host etc. 1147 # used to hold the argument of --host etc.
1148 # FIXME: To remove some day. 1148 # FIXME: To remove some day.
1149 build=$build_alias 1149 build=$build_alias
1150 host=$host_alias 1150 host=$host_alias
1151 target=$target_alias 1151 target=$target_alias
1152   1152  
1153 # FIXME: To remove some day. 1153 # FIXME: To remove some day.
1154 if test "x$host_alias" != x; then 1154 if test "x$host_alias" != x; then
1155 if test "x$build_alias" = x; then 1155 if test "x$build_alias" = x; then
1156 cross_compiling=maybe 1156 cross_compiling=maybe
1157 elif test "x$build_alias" != "x$host_alias"; then 1157 elif test "x$build_alias" != "x$host_alias"; then
1158 cross_compiling=yes 1158 cross_compiling=yes
1159 fi 1159 fi
1160 fi 1160 fi
1161   1161  
1162 ac_tool_prefix= 1162 ac_tool_prefix=
1163 test -n "$host_alias" && ac_tool_prefix=$host_alias- 1163 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1164   1164  
1165 test "$silent" = yes && exec 6>/dev/null 1165 test "$silent" = yes && exec 6>/dev/null
1166   1166  
1167   1167  
1168 ac_pwd=`pwd` && test -n "$ac_pwd" && 1168 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1169 ac_ls_di=`ls -di .` && 1169 ac_ls_di=`ls -di .` &&
1170 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1170 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1171 as_fn_error $? "working directory cannot be determined" 1171 as_fn_error $? "working directory cannot be determined"
1172 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1172 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1173 as_fn_error $? "pwd does not report name of working directory" 1173 as_fn_error $? "pwd does not report name of working directory"
1174   1174  
1175   1175  
1176 # Find the source files, if location was not specified. 1176 # Find the source files, if location was not specified.
1177 if test -z "$srcdir"; then 1177 if test -z "$srcdir"; then
1178 ac_srcdir_defaulted=yes 1178 ac_srcdir_defaulted=yes
1179 # Try the directory containing this script, then the parent directory. 1179 # Try the directory containing this script, then the parent directory.
1180 ac_confdir=`$as_dirname -- "$as_myself" || 1180 ac_confdir=`$as_dirname -- "$as_myself" ||
1181 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1181 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1182 X"$as_myself" : 'X\(//\)[^/]' \| \ 1182 X"$as_myself" : 'X\(//\)[^/]' \| \
1183 X"$as_myself" : 'X\(//\)$' \| \ 1183 X"$as_myself" : 'X\(//\)$' \| \
1184 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1184 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1185 $as_echo X"$as_myself" | 1185 $as_echo X"$as_myself" |
1186 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1186 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1187 s//\1/ 1187 s//\1/
1188 q 1188 q
1189 } 1189 }
1190 /^X\(\/\/\)[^/].*/{ 1190 /^X\(\/\/\)[^/].*/{
1191 s//\1/ 1191 s//\1/
1192 q 1192 q
1193 } 1193 }
1194 /^X\(\/\/\)$/{ 1194 /^X\(\/\/\)$/{
1195 s//\1/ 1195 s//\1/
1196 q 1196 q
1197 } 1197 }
1198 /^X\(\/\).*/{ 1198 /^X\(\/\).*/{
1199 s//\1/ 1199 s//\1/
1200 q 1200 q
1201 } 1201 }
1202 s/.*/./; q'` 1202 s/.*/./; q'`
1203 srcdir=$ac_confdir 1203 srcdir=$ac_confdir
1204 if test ! -r "$srcdir/$ac_unique_file"; then 1204 if test ! -r "$srcdir/$ac_unique_file"; then
1205 srcdir=.. 1205 srcdir=..
1206 fi 1206 fi
1207 else 1207 else
1208 ac_srcdir_defaulted=no 1208 ac_srcdir_defaulted=no
1209 fi 1209 fi
1210 if test ! -r "$srcdir/$ac_unique_file"; then 1210 if test ! -r "$srcdir/$ac_unique_file"; then
1211 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1211 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1212 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1212 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1213 fi 1213 fi
1214 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1214 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1215 ac_abs_confdir=`( 1215 ac_abs_confdir=`(
1216 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1216 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1217 pwd)` 1217 pwd)`
1218 # When building in place, set srcdir=. 1218 # When building in place, set srcdir=.
1219 if test "$ac_abs_confdir" = "$ac_pwd"; then 1219 if test "$ac_abs_confdir" = "$ac_pwd"; then
1220 srcdir=. 1220 srcdir=.
1221 fi 1221 fi
1222 # Remove unnecessary trailing slashes from srcdir. 1222 # Remove unnecessary trailing slashes from srcdir.
1223 # Double slashes in file names in object file debugging info 1223 # Double slashes in file names in object file debugging info
1224 # mess up M-x gdb in Emacs. 1224 # mess up M-x gdb in Emacs.
1225 case $srcdir in 1225 case $srcdir in
1226 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1226 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1227 esac 1227 esac
1228 for ac_var in $ac_precious_vars; do 1228 for ac_var in $ac_precious_vars; do
1229 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1229 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1230 eval ac_env_${ac_var}_value=\$${ac_var} 1230 eval ac_env_${ac_var}_value=\$${ac_var}
1231 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1231 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1232 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1232 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1233 done 1233 done
1234   1234  
1235 # 1235 #
1236 # Report the --help message. 1236 # Report the --help message.
1237 # 1237 #
1238 if test "$ac_init_help" = "long"; then 1238 if test "$ac_init_help" = "long"; then
1239 # Omit some internal or obsolete options to make the list less imposing. 1239 # Omit some internal or obsolete options to make the list less imposing.
1240 # This message is too long to be a string in the A/UX 3.1 sh. 1240 # This message is too long to be a string in the A/UX 3.1 sh.
1241 cat <<_ACEOF 1241 cat <<_ACEOF
1242 \`configure' configures bcm2835 1.71 to adapt to many kinds of systems. 1242 \`configure' configures bcm2835 1.71 to adapt to many kinds of systems.
1243   1243  
1244 Usage: $0 [OPTION]... [VAR=VALUE]... 1244 Usage: $0 [OPTION]... [VAR=VALUE]...
1245   1245  
1246 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1246 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1247 VAR=VALUE. See below for descriptions of some of the useful variables. 1247 VAR=VALUE. See below for descriptions of some of the useful variables.
1248   1248  
1249 Defaults for the options are specified in brackets. 1249 Defaults for the options are specified in brackets.
1250   1250  
1251 Configuration: 1251 Configuration:
1252 -h, --help display this help and exit 1252 -h, --help display this help and exit
1253 --help=short display options specific to this package 1253 --help=short display options specific to this package
1254 --help=recursive display the short help of all the included packages 1254 --help=recursive display the short help of all the included packages
1255 -V, --version display version information and exit 1255 -V, --version display version information and exit
1256 -q, --quiet, --silent do not print \`checking ...' messages 1256 -q, --quiet, --silent do not print \`checking ...' messages
1257 --cache-file=FILE cache test results in FILE [disabled] 1257 --cache-file=FILE cache test results in FILE [disabled]
1258 -C, --config-cache alias for \`--cache-file=config.cache' 1258 -C, --config-cache alias for \`--cache-file=config.cache'
1259 -n, --no-create do not create output files 1259 -n, --no-create do not create output files
1260 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1260 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1261   1261  
1262 Installation directories: 1262 Installation directories:
1263 --prefix=PREFIX install architecture-independent files in PREFIX 1263 --prefix=PREFIX install architecture-independent files in PREFIX
1264 [$ac_default_prefix] 1264 [$ac_default_prefix]
1265 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1265 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1266 [PREFIX] 1266 [PREFIX]
1267   1267  
1268 By default, \`make install' will install all the files in 1268 By default, \`make install' will install all the files in
1269 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1269 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1270 an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1270 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1271 for instance \`--prefix=\$HOME'. 1271 for instance \`--prefix=\$HOME'.
1272   1272  
1273 For better control, use the options below. 1273 For better control, use the options below.
1274   1274  
1275 Fine tuning of the installation directories: 1275 Fine tuning of the installation directories:
1276 --bindir=DIR user executables [EPREFIX/bin] 1276 --bindir=DIR user executables [EPREFIX/bin]
1277 --sbindir=DIR system admin executables [EPREFIX/sbin] 1277 --sbindir=DIR system admin executables [EPREFIX/sbin]
1278 --libexecdir=DIR program executables [EPREFIX/libexec] 1278 --libexecdir=DIR program executables [EPREFIX/libexec]
1279 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1279 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1280 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1280 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1281 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1281 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1282 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] 1282 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1283 --libdir=DIR object code libraries [EPREFIX/lib] 1283 --libdir=DIR object code libraries [EPREFIX/lib]
1284 --includedir=DIR C header files [PREFIX/include] 1284 --includedir=DIR C header files [PREFIX/include]
1285 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1285 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1286 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1286 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1287 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1287 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1288 --infodir=DIR info documentation [DATAROOTDIR/info] 1288 --infodir=DIR info documentation [DATAROOTDIR/info]
1289 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1289 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1290 --mandir=DIR man documentation [DATAROOTDIR/man] 1290 --mandir=DIR man documentation [DATAROOTDIR/man]
1291 --docdir=DIR documentation root [DATAROOTDIR/doc/bcm2835] 1291 --docdir=DIR documentation root [DATAROOTDIR/doc/bcm2835]
1292 --htmldir=DIR html documentation [DOCDIR] 1292 --htmldir=DIR html documentation [DOCDIR]
1293 --dvidir=DIR dvi documentation [DOCDIR] 1293 --dvidir=DIR dvi documentation [DOCDIR]
1294 --pdfdir=DIR pdf documentation [DOCDIR] 1294 --pdfdir=DIR pdf documentation [DOCDIR]
1295 --psdir=DIR ps documentation [DOCDIR] 1295 --psdir=DIR ps documentation [DOCDIR]
1296 _ACEOF 1296 _ACEOF
1297   1297  
1298 cat <<\_ACEOF 1298 cat <<\_ACEOF
1299   1299  
1300 Program names: 1300 Program names:
1301 --program-prefix=PREFIX prepend PREFIX to installed program names 1301 --program-prefix=PREFIX prepend PREFIX to installed program names
1302 --program-suffix=SUFFIX append SUFFIX to installed program names 1302 --program-suffix=SUFFIX append SUFFIX to installed program names
1303 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1303 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1304 _ACEOF 1304 _ACEOF
1305 fi 1305 fi
1306   1306  
1307 if test -n "$ac_init_help"; then 1307 if test -n "$ac_init_help"; then
1308 case $ac_init_help in 1308 case $ac_init_help in
1309 short | recursive ) echo "Configuration of bcm2835 1.71:";; 1309 short | recursive ) echo "Configuration of bcm2835 1.71:";;
1310 esac 1310 esac
1311 cat <<\_ACEOF 1311 cat <<\_ACEOF
1312   1312  
1313 Optional Features: 1313 Optional Features:
1314 --disable-option-checking ignore unrecognized --enable/--with options 1314 --disable-option-checking ignore unrecognized --enable/--with options
1315 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1315 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1316 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1316 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1317 --enable-silent-rules less verbose build output (undo: "make V=1") 1317 --enable-silent-rules less verbose build output (undo: "make V=1")
1318 --disable-silent-rules verbose build output (undo: "make V=0") 1318 --disable-silent-rules verbose build output (undo: "make V=0")
1319 --enable-dependency-tracking 1319 --enable-dependency-tracking
1320 do not reject slow dependency extractors 1320 do not reject slow dependency extractors
1321 --disable-dependency-tracking 1321 --disable-dependency-tracking
1322 speeds up one-time build 1322 speeds up one-time build
1323   1323  
1324 Some influential environment variables: 1324 Some influential environment variables:
1325 CC C compiler command 1325 CC C compiler command
1326 CFLAGS C compiler flags 1326 CFLAGS C compiler flags
1327 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1327 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1328 nonstandard directory <lib dir> 1328 nonstandard directory <lib dir>
1329 LIBS libraries to pass to the linker, e.g. -l<library> 1329 LIBS libraries to pass to the linker, e.g. -l<library>
1330 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 1330 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1331 you have headers in a nonstandard directory <include dir> 1331 you have headers in a nonstandard directory <include dir>
1332   1332  
1333 Use these variables to override the choices made by `configure' or to help 1333 Use these variables to override the choices made by `configure' or to help
1334 it to find libraries and programs with nonstandard names/locations. 1334 it to find libraries and programs with nonstandard names/locations.
1335   1335  
1336 Report bugs to <mikem@airspayce.com>. 1336 Report bugs to <mikem@airspayce.com>.
1337 _ACEOF 1337 _ACEOF
1338 ac_status=$? 1338 ac_status=$?
1339 fi 1339 fi
1340   1340  
1341 if test "$ac_init_help" = "recursive"; then 1341 if test "$ac_init_help" = "recursive"; then
1342 # If there are subdirs, report their specific --help. 1342 # If there are subdirs, report their specific --help.
1343 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1343 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1344 test -d "$ac_dir" || 1344 test -d "$ac_dir" ||
1345 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1345 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1346 continue 1346 continue
1347 ac_builddir=. 1347 ac_builddir=.
1348   1348  
1349 case "$ac_dir" in 1349 case "$ac_dir" in
1350 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1350 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1351 *) 1351 *)
1352 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 1352 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1353 # A ".." for each directory in $ac_dir_suffix. 1353 # A ".." for each directory in $ac_dir_suffix.
1354 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1354 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1355 case $ac_top_builddir_sub in 1355 case $ac_top_builddir_sub in
1356 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1356 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1357 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1357 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1358 esac ;; 1358 esac ;;
1359 esac 1359 esac
1360 ac_abs_top_builddir=$ac_pwd 1360 ac_abs_top_builddir=$ac_pwd
1361 ac_abs_builddir=$ac_pwd$ac_dir_suffix 1361 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1362 # for backward compatibility: 1362 # for backward compatibility:
1363 ac_top_builddir=$ac_top_build_prefix 1363 ac_top_builddir=$ac_top_build_prefix
1364   1364  
1365 case $srcdir in 1365 case $srcdir in
1366 .) # We are building in place. 1366 .) # We are building in place.
1367 ac_srcdir=. 1367 ac_srcdir=.
1368 ac_top_srcdir=$ac_top_builddir_sub 1368 ac_top_srcdir=$ac_top_builddir_sub
1369 ac_abs_top_srcdir=$ac_pwd ;; 1369 ac_abs_top_srcdir=$ac_pwd ;;
1370 [\\/]* | ?:[\\/]* ) # Absolute name. 1370 [\\/]* | ?:[\\/]* ) # Absolute name.
1371 ac_srcdir=$srcdir$ac_dir_suffix; 1371 ac_srcdir=$srcdir$ac_dir_suffix;
1372 ac_top_srcdir=$srcdir 1372 ac_top_srcdir=$srcdir
1373 ac_abs_top_srcdir=$srcdir ;; 1373 ac_abs_top_srcdir=$srcdir ;;
1374 *) # Relative name. 1374 *) # Relative name.
1375 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1375 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1376 ac_top_srcdir=$ac_top_build_prefix$srcdir 1376 ac_top_srcdir=$ac_top_build_prefix$srcdir
1377 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1377 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1378 esac 1378 esac
1379 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1379 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1380   1380  
1381 cd "$ac_dir" || { ac_status=$?; continue; } 1381 cd "$ac_dir" || { ac_status=$?; continue; }
1382 # Check for guested configure. 1382 # Check for guested configure.
1383 if test -f "$ac_srcdir/configure.gnu"; then 1383 if test -f "$ac_srcdir/configure.gnu"; then
1384 echo && 1384 echo &&
1385 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1385 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1386 elif test -f "$ac_srcdir/configure"; then 1386 elif test -f "$ac_srcdir/configure"; then
1387 echo && 1387 echo &&
1388 $SHELL "$ac_srcdir/configure" --help=recursive 1388 $SHELL "$ac_srcdir/configure" --help=recursive
1389 else 1389 else
1390 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1390 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1391 fi || ac_status=$? 1391 fi || ac_status=$?
1392 cd "$ac_pwd" || { ac_status=$?; break; } 1392 cd "$ac_pwd" || { ac_status=$?; break; }
1393 done 1393 done
1394 fi 1394 fi
1395   1395  
1396 test -n "$ac_init_help" && exit $ac_status 1396 test -n "$ac_init_help" && exit $ac_status
1397 if $ac_init_version; then 1397 if $ac_init_version; then
1398 cat <<\_ACEOF 1398 cat <<\_ACEOF
1399 bcm2835 configure 1.71 1399 bcm2835 configure 1.71
1400 generated by GNU Autoconf 2.69 1400 generated by GNU Autoconf 2.69
1401   1401  
1402 Copyright (C) 2012 Free Software Foundation, Inc. 1402 Copyright (C) 2012 Free Software Foundation, Inc.
1403 This configure script is free software; the Free Software Foundation 1403 This configure script is free software; the Free Software Foundation
1404 gives unlimited permission to copy, distribute and modify it. 1404 gives unlimited permission to copy, distribute and modify it.
1405 _ACEOF 1405 _ACEOF
1406 exit 1406 exit
1407 fi 1407 fi
1408   1408  
1409 ## ------------------------ ## 1409 ## ------------------------ ##
1410 ## Autoconf initialization. ## 1410 ## Autoconf initialization. ##
1411 ## ------------------------ ## 1411 ## ------------------------ ##
1412   1412  
1413 # ac_fn_c_try_compile LINENO 1413 # ac_fn_c_try_compile LINENO
1414 # -------------------------- 1414 # --------------------------
1415 # Try to compile conftest.$ac_ext, and return whether this succeeded. 1415 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1416 ac_fn_c_try_compile () 1416 ac_fn_c_try_compile ()
1417 { 1417 {
1418 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1418 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1419 rm -f conftest.$ac_objext 1419 rm -f conftest.$ac_objext
1420 if { { ac_try="$ac_compile" 1420 if { { ac_try="$ac_compile"
1421 case "(($ac_try" in 1421 case "(($ac_try" in
1422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1423 *) ac_try_echo=$ac_try;; 1423 *) ac_try_echo=$ac_try;;
1424 esac 1424 esac
1425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1426 $as_echo "$ac_try_echo"; } >&5 1426 $as_echo "$ac_try_echo"; } >&5
1427 (eval "$ac_compile") 2>conftest.err 1427 (eval "$ac_compile") 2>conftest.err
1428 ac_status=$? 1428 ac_status=$?
1429 if test -s conftest.err; then 1429 if test -s conftest.err; then
1430 grep -v '^ *+' conftest.err >conftest.er1 1430 grep -v '^ *+' conftest.err >conftest.er1
1431 cat conftest.er1 >&5 1431 cat conftest.er1 >&5
1432 mv -f conftest.er1 conftest.err 1432 mv -f conftest.er1 conftest.err
1433 fi 1433 fi
1434 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1434 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1435 test $ac_status = 0; } && { 1435 test $ac_status = 0; } && {
1436 test -z "$ac_c_werror_flag" || 1436 test -z "$ac_c_werror_flag" ||
1437 test ! -s conftest.err 1437 test ! -s conftest.err
1438 } && test -s conftest.$ac_objext; then : 1438 } && test -s conftest.$ac_objext; then :
1439 ac_retval=0 1439 ac_retval=0
1440 else 1440 else
1441 $as_echo "$as_me: failed program was:" >&5 1441 $as_echo "$as_me: failed program was:" >&5
1442 sed 's/^/| /' conftest.$ac_ext >&5 1442 sed 's/^/| /' conftest.$ac_ext >&5
1443   1443  
1444 ac_retval=1 1444 ac_retval=1
1445 fi 1445 fi
1446 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1446 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1447 as_fn_set_status $ac_retval 1447 as_fn_set_status $ac_retval
1448   1448  
1449 } # ac_fn_c_try_compile 1449 } # ac_fn_c_try_compile
1450   1450  
1451 # ac_fn_c_try_link LINENO 1451 # ac_fn_c_try_link LINENO
1452 # ----------------------- 1452 # -----------------------
1453 # Try to link conftest.$ac_ext, and return whether this succeeded. 1453 # Try to link conftest.$ac_ext, and return whether this succeeded.
1454 ac_fn_c_try_link () 1454 ac_fn_c_try_link ()
1455 { 1455 {
1456 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1456 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1457 rm -f conftest.$ac_objext conftest$ac_exeext 1457 rm -f conftest.$ac_objext conftest$ac_exeext
1458 if { { ac_try="$ac_link" 1458 if { { ac_try="$ac_link"
1459 case "(($ac_try" in 1459 case "(($ac_try" in
1460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1461 *) ac_try_echo=$ac_try;; 1461 *) ac_try_echo=$ac_try;;
1462 esac 1462 esac
1463 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1463 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1464 $as_echo "$ac_try_echo"; } >&5 1464 $as_echo "$ac_try_echo"; } >&5
1465 (eval "$ac_link") 2>conftest.err 1465 (eval "$ac_link") 2>conftest.err
1466 ac_status=$? 1466 ac_status=$?
1467 if test -s conftest.err; then 1467 if test -s conftest.err; then
1468 grep -v '^ *+' conftest.err >conftest.er1 1468 grep -v '^ *+' conftest.err >conftest.er1
1469 cat conftest.er1 >&5 1469 cat conftest.er1 >&5
1470 mv -f conftest.er1 conftest.err 1470 mv -f conftest.er1 conftest.err
1471 fi 1471 fi
1472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1473 test $ac_status = 0; } && { 1473 test $ac_status = 0; } && {
1474 test -z "$ac_c_werror_flag" || 1474 test -z "$ac_c_werror_flag" ||
1475 test ! -s conftest.err 1475 test ! -s conftest.err
1476 } && test -s conftest$ac_exeext && { 1476 } && test -s conftest$ac_exeext && {
1477 test "$cross_compiling" = yes || 1477 test "$cross_compiling" = yes ||
1478 test -x conftest$ac_exeext 1478 test -x conftest$ac_exeext
1479 }; then : 1479 }; then :
1480 ac_retval=0 1480 ac_retval=0
1481 else 1481 else
1482 $as_echo "$as_me: failed program was:" >&5 1482 $as_echo "$as_me: failed program was:" >&5
1483 sed 's/^/| /' conftest.$ac_ext >&5 1483 sed 's/^/| /' conftest.$ac_ext >&5
1484   1484  
1485 ac_retval=1 1485 ac_retval=1
1486 fi 1486 fi
1487 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1487 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1488 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1488 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1489 # interfere with the next link command; also delete a directory that is 1489 # interfere with the next link command; also delete a directory that is
1490 # left behind by Apple's compiler. We do this before executing the actions. 1490 # left behind by Apple's compiler. We do this before executing the actions.
1491 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1491 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1492 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 1492 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1493 as_fn_set_status $ac_retval 1493 as_fn_set_status $ac_retval
1494   1494  
1495 } # ac_fn_c_try_link 1495 } # ac_fn_c_try_link
1496 cat >config.log <<_ACEOF 1496 cat >config.log <<_ACEOF
1497 This file contains any messages produced by compilers while 1497 This file contains any messages produced by compilers while
1498 running configure, to aid debugging if configure makes a mistake. 1498 running configure, to aid debugging if configure makes a mistake.
1499   1499  
1500 It was created by bcm2835 $as_me 1.71, which was 1500 It was created by bcm2835 $as_me 1.71, which was
1501 generated by GNU Autoconf 2.69. Invocation command line was 1501 generated by GNU Autoconf 2.69. Invocation command line was
1502   1502  
1503 $ $0 $@ 1503 $ $0 $@
1504   1504  
1505 _ACEOF 1505 _ACEOF
1506 exec 5>>config.log 1506 exec 5>>config.log
1507 { 1507 {
1508 cat <<_ASUNAME 1508 cat <<_ASUNAME
1509 ## --------- ## 1509 ## --------- ##
1510 ## Platform. ## 1510 ## Platform. ##
1511 ## --------- ## 1511 ## --------- ##
1512   1512  
1513 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1513 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1514 uname -m = `(uname -m) 2>/dev/null || echo unknown` 1514 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1515 uname -r = `(uname -r) 2>/dev/null || echo unknown` 1515 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1516 uname -s = `(uname -s) 2>/dev/null || echo unknown` 1516 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1517 uname -v = `(uname -v) 2>/dev/null || echo unknown` 1517 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1518   1518  
1519 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1519 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1520 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1520 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1521   1521  
1522 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1522 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1523 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1523 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1524 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1524 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1525 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1525 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1526 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1526 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1527 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1527 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1528 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1528 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1529   1529  
1530 _ASUNAME 1530 _ASUNAME
1531   1531  
1532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1533 for as_dir in $PATH 1533 for as_dir in $PATH
1534 do 1534 do
1535 IFS=$as_save_IFS 1535 IFS=$as_save_IFS
1536 test -z "$as_dir" && as_dir=. 1536 test -z "$as_dir" && as_dir=.
1537 $as_echo "PATH: $as_dir" 1537 $as_echo "PATH: $as_dir"
1538 done 1538 done
1539 IFS=$as_save_IFS 1539 IFS=$as_save_IFS
1540   1540  
1541 } >&5 1541 } >&5
1542   1542  
1543 cat >&5 <<_ACEOF 1543 cat >&5 <<_ACEOF
1544   1544  
1545   1545  
1546 ## ----------- ## 1546 ## ----------- ##
1547 ## Core tests. ## 1547 ## Core tests. ##
1548 ## ----------- ## 1548 ## ----------- ##
1549   1549  
1550 _ACEOF 1550 _ACEOF
1551   1551  
1552   1552  
1553 # Keep a trace of the command line. 1553 # Keep a trace of the command line.
1554 # Strip out --no-create and --no-recursion so they do not pile up. 1554 # Strip out --no-create and --no-recursion so they do not pile up.
1555 # Strip out --silent because we don't want to record it for future runs. 1555 # Strip out --silent because we don't want to record it for future runs.
1556 # Also quote any args containing shell meta-characters. 1556 # Also quote any args containing shell meta-characters.
1557 # Make two passes to allow for proper duplicate-argument suppression. 1557 # Make two passes to allow for proper duplicate-argument suppression.
1558 ac_configure_args= 1558 ac_configure_args=
1559 ac_configure_args0= 1559 ac_configure_args0=
1560 ac_configure_args1= 1560 ac_configure_args1=
1561 ac_must_keep_next=false 1561 ac_must_keep_next=false
1562 for ac_pass in 1 2 1562 for ac_pass in 1 2
1563 do 1563 do
1564 for ac_arg 1564 for ac_arg
1565 do 1565 do
1566 case $ac_arg in 1566 case $ac_arg in
1567 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1567 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1568 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1568 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1569 | -silent | --silent | --silen | --sile | --sil) 1569 | -silent | --silent | --silen | --sile | --sil)
1570 continue ;; 1570 continue ;;
1571 *\'*) 1571 *\'*)
1572 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1572 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1573 esac 1573 esac
1574 case $ac_pass in 1574 case $ac_pass in
1575 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1575 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1576 2) 1576 2)
1577 as_fn_append ac_configure_args1 " '$ac_arg'" 1577 as_fn_append ac_configure_args1 " '$ac_arg'"
1578 if test $ac_must_keep_next = true; then 1578 if test $ac_must_keep_next = true; then
1579 ac_must_keep_next=false # Got value, back to normal. 1579 ac_must_keep_next=false # Got value, back to normal.
1580 else 1580 else
1581 case $ac_arg in 1581 case $ac_arg in
1582 *=* | --config-cache | -C | -disable-* | --disable-* \ 1582 *=* | --config-cache | -C | -disable-* | --disable-* \
1583 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1583 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1584 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1584 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1585 | -with-* | --with-* | -without-* | --without-* | --x) 1585 | -with-* | --with-* | -without-* | --without-* | --x)
1586 case "$ac_configure_args0 " in 1586 case "$ac_configure_args0 " in
1587 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1587 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1588 esac 1588 esac
1589 ;; 1589 ;;
1590 -* ) ac_must_keep_next=true ;; 1590 -* ) ac_must_keep_next=true ;;
1591 esac 1591 esac
1592 fi 1592 fi
1593 as_fn_append ac_configure_args " '$ac_arg'" 1593 as_fn_append ac_configure_args " '$ac_arg'"
1594 ;; 1594 ;;
1595 esac 1595 esac
1596 done 1596 done
1597 done 1597 done
1598 { ac_configure_args0=; unset ac_configure_args0;} 1598 { ac_configure_args0=; unset ac_configure_args0;}
1599 { ac_configure_args1=; unset ac_configure_args1;} 1599 { ac_configure_args1=; unset ac_configure_args1;}
1600   1600  
1601 # When interrupted or exit'd, cleanup temporary files, and complete 1601 # When interrupted or exit'd, cleanup temporary files, and complete
1602 # config.log. We remove comments because anyway the quotes in there 1602 # config.log. We remove comments because anyway the quotes in there
1603 # would cause problems or look ugly. 1603 # would cause problems or look ugly.
1604 # WARNING: Use '\'' to represent an apostrophe within the trap. 1604 # WARNING: Use '\'' to represent an apostrophe within the trap.
1605 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1605 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1606 trap 'exit_status=$? 1606 trap 'exit_status=$?
1607 # Save into config.log some information that might help in debugging. 1607 # Save into config.log some information that might help in debugging.
1608 { 1608 {
1609 echo 1609 echo
1610   1610  
1611 $as_echo "## ---------------- ## 1611 $as_echo "## ---------------- ##
1612 ## Cache variables. ## 1612 ## Cache variables. ##
1613 ## ---------------- ##" 1613 ## ---------------- ##"
1614 echo 1614 echo
1615 # The following way of writing the cache mishandles newlines in values, 1615 # The following way of writing the cache mishandles newlines in values,
1616 ( 1616 (
1617 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1617 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1618 eval ac_val=\$$ac_var 1618 eval ac_val=\$$ac_var
1619 case $ac_val in #( 1619 case $ac_val in #(
1620 *${as_nl}*) 1620 *${as_nl}*)
1621 case $ac_var in #( 1621 case $ac_var in #(
1622 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1622 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1623 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1623 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1624 esac 1624 esac
1625 case $ac_var in #( 1625 case $ac_var in #(
1626 _ | IFS | as_nl) ;; #( 1626 _ | IFS | as_nl) ;; #(
1627 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1627 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1628 *) { eval $ac_var=; unset $ac_var;} ;; 1628 *) { eval $ac_var=; unset $ac_var;} ;;
1629 esac ;; 1629 esac ;;
1630 esac 1630 esac
1631 done 1631 done
1632 (set) 2>&1 | 1632 (set) 2>&1 |
1633 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1633 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1634 *${as_nl}ac_space=\ *) 1634 *${as_nl}ac_space=\ *)
1635 sed -n \ 1635 sed -n \
1636 "s/'\''/'\''\\\\'\'''\''/g; 1636 "s/'\''/'\''\\\\'\'''\''/g;
1637 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1637 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1638 ;; #( 1638 ;; #(
1639 *) 1639 *)
1640 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1640 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1641 ;; 1641 ;;
1642 esac | 1642 esac |
1643 sort 1643 sort
1644 ) 1644 )
1645 echo 1645 echo
1646   1646  
1647 $as_echo "## ----------------- ## 1647 $as_echo "## ----------------- ##
1648 ## Output variables. ## 1648 ## Output variables. ##
1649 ## ----------------- ##" 1649 ## ----------------- ##"
1650 echo 1650 echo
1651 for ac_var in $ac_subst_vars 1651 for ac_var in $ac_subst_vars
1652 do 1652 do
1653 eval ac_val=\$$ac_var 1653 eval ac_val=\$$ac_var
1654 case $ac_val in 1654 case $ac_val in
1655 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1655 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1656 esac 1656 esac
1657 $as_echo "$ac_var='\''$ac_val'\''" 1657 $as_echo "$ac_var='\''$ac_val'\''"
1658 done | sort 1658 done | sort
1659 echo 1659 echo
1660   1660  
1661 if test -n "$ac_subst_files"; then 1661 if test -n "$ac_subst_files"; then
1662 $as_echo "## ------------------- ## 1662 $as_echo "## ------------------- ##
1663 ## File substitutions. ## 1663 ## File substitutions. ##
1664 ## ------------------- ##" 1664 ## ------------------- ##"
1665 echo 1665 echo
1666 for ac_var in $ac_subst_files 1666 for ac_var in $ac_subst_files
1667 do 1667 do
1668 eval ac_val=\$$ac_var 1668 eval ac_val=\$$ac_var
1669 case $ac_val in 1669 case $ac_val in
1670 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1670 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1671 esac 1671 esac
1672 $as_echo "$ac_var='\''$ac_val'\''" 1672 $as_echo "$ac_var='\''$ac_val'\''"
1673 done | sort 1673 done | sort
1674 echo 1674 echo
1675 fi 1675 fi
1676   1676  
1677 if test -s confdefs.h; then 1677 if test -s confdefs.h; then
1678 $as_echo "## ----------- ## 1678 $as_echo "## ----------- ##
1679 ## confdefs.h. ## 1679 ## confdefs.h. ##
1680 ## ----------- ##" 1680 ## ----------- ##"
1681 echo 1681 echo
1682 cat confdefs.h 1682 cat confdefs.h
1683 echo 1683 echo
1684 fi 1684 fi
1685 test "$ac_signal" != 0 && 1685 test "$ac_signal" != 0 &&
1686 $as_echo "$as_me: caught signal $ac_signal" 1686 $as_echo "$as_me: caught signal $ac_signal"
1687 $as_echo "$as_me: exit $exit_status" 1687 $as_echo "$as_me: exit $exit_status"
1688 } >&5 1688 } >&5
1689 rm -f core *.core core.conftest.* && 1689 rm -f core *.core core.conftest.* &&
1690 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1690 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1691 exit $exit_status 1691 exit $exit_status
1692 ' 0 1692 ' 0
1693 for ac_signal in 1 2 13 15; do 1693 for ac_signal in 1 2 13 15; do
1694 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1694 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1695 done 1695 done
1696 ac_signal=0 1696 ac_signal=0
1697   1697  
1698 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1698 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1699 rm -f -r conftest* confdefs.h 1699 rm -f -r conftest* confdefs.h
1700   1700  
1701 $as_echo "/* confdefs.h */" > confdefs.h 1701 $as_echo "/* confdefs.h */" > confdefs.h
1702   1702  
1703 # Predefined preprocessor variables. 1703 # Predefined preprocessor variables.
1704   1704  
1705 cat >>confdefs.h <<_ACEOF 1705 cat >>confdefs.h <<_ACEOF
1706 #define PACKAGE_NAME "$PACKAGE_NAME" 1706 #define PACKAGE_NAME "$PACKAGE_NAME"
1707 _ACEOF 1707 _ACEOF
1708   1708  
1709 cat >>confdefs.h <<_ACEOF 1709 cat >>confdefs.h <<_ACEOF
1710 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1710 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1711 _ACEOF 1711 _ACEOF
1712   1712  
1713 cat >>confdefs.h <<_ACEOF 1713 cat >>confdefs.h <<_ACEOF
1714 #define PACKAGE_VERSION "$PACKAGE_VERSION" 1714 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1715 _ACEOF 1715 _ACEOF
1716   1716  
1717 cat >>confdefs.h <<_ACEOF 1717 cat >>confdefs.h <<_ACEOF
1718 #define PACKAGE_STRING "$PACKAGE_STRING" 1718 #define PACKAGE_STRING "$PACKAGE_STRING"
1719 _ACEOF 1719 _ACEOF
1720   1720  
1721 cat >>confdefs.h <<_ACEOF 1721 cat >>confdefs.h <<_ACEOF
1722 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1722 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1723 _ACEOF 1723 _ACEOF
1724   1724  
1725 cat >>confdefs.h <<_ACEOF 1725 cat >>confdefs.h <<_ACEOF
1726 #define PACKAGE_URL "$PACKAGE_URL" 1726 #define PACKAGE_URL "$PACKAGE_URL"
1727 _ACEOF 1727 _ACEOF
1728   1728  
1729   1729  
1730 # Let the site file select an alternate cache file if it wants to. 1730 # Let the site file select an alternate cache file if it wants to.
1731 # Prefer an explicitly selected file to automatically selected ones. 1731 # Prefer an explicitly selected file to automatically selected ones.
1732 ac_site_file1=NONE 1732 ac_site_file1=NONE
1733 ac_site_file2=NONE 1733 ac_site_file2=NONE
1734 if test -n "$CONFIG_SITE"; then 1734 if test -n "$CONFIG_SITE"; then
1735 # We do not want a PATH search for config.site. 1735 # We do not want a PATH search for config.site.
1736 case $CONFIG_SITE in #(( 1736 case $CONFIG_SITE in #((
1737 -*) ac_site_file1=./$CONFIG_SITE;; 1737 -*) ac_site_file1=./$CONFIG_SITE;;
1738 */*) ac_site_file1=$CONFIG_SITE;; 1738 */*) ac_site_file1=$CONFIG_SITE;;
1739 *) ac_site_file1=./$CONFIG_SITE;; 1739 *) ac_site_file1=./$CONFIG_SITE;;
1740 esac 1740 esac
1741 elif test "x$prefix" != xNONE; then 1741 elif test "x$prefix" != xNONE; then
1742 ac_site_file1=$prefix/share/config.site 1742 ac_site_file1=$prefix/share/config.site
1743 ac_site_file2=$prefix/etc/config.site 1743 ac_site_file2=$prefix/etc/config.site
1744 else 1744 else
1745 ac_site_file1=$ac_default_prefix/share/config.site 1745 ac_site_file1=$ac_default_prefix/share/config.site
1746 ac_site_file2=$ac_default_prefix/etc/config.site 1746 ac_site_file2=$ac_default_prefix/etc/config.site
1747 fi 1747 fi
1748 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 1748 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1749 do 1749 do
1750 test "x$ac_site_file" = xNONE && continue 1750 test "x$ac_site_file" = xNONE && continue
1751 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 1751 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1752 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1753 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1753 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1754 sed 's/^/| /' "$ac_site_file" >&5 1754 sed 's/^/| /' "$ac_site_file" >&5
1755 . "$ac_site_file" \ 1755 . "$ac_site_file" \
1756 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1756 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1757 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1757 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1758 as_fn_error $? "failed to load site script $ac_site_file 1758 as_fn_error $? "failed to load site script $ac_site_file
1759 See \`config.log' for more details" "$LINENO" 5; } 1759 See \`config.log' for more details" "$LINENO" 5; }
1760 fi 1760 fi
1761 done 1761 done
1762   1762  
1763 if test -r "$cache_file"; then 1763 if test -r "$cache_file"; then
1764 # Some versions of bash will fail to source /dev/null (special files 1764 # Some versions of bash will fail to source /dev/null (special files
1765 # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1765 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1766 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 1766 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1767 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1768 $as_echo "$as_me: loading cache $cache_file" >&6;} 1768 $as_echo "$as_me: loading cache $cache_file" >&6;}
1769 case $cache_file in 1769 case $cache_file in
1770 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1770 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1771 *) . "./$cache_file";; 1771 *) . "./$cache_file";;
1772 esac 1772 esac
1773 fi 1773 fi
1774 else 1774 else
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 1775 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1776 $as_echo "$as_me: creating cache $cache_file" >&6;} 1776 $as_echo "$as_me: creating cache $cache_file" >&6;}
1777 >$cache_file 1777 >$cache_file
1778 fi 1778 fi
1779   1779  
1780 # Check that the precious variables saved in the cache have kept the same 1780 # Check that the precious variables saved in the cache have kept the same
1781 # value. 1781 # value.
1782 ac_cache_corrupted=false 1782 ac_cache_corrupted=false
1783 for ac_var in $ac_precious_vars; do 1783 for ac_var in $ac_precious_vars; do
1784 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1784 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1785 eval ac_new_set=\$ac_env_${ac_var}_set 1785 eval ac_new_set=\$ac_env_${ac_var}_set
1786 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1786 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1787 eval ac_new_val=\$ac_env_${ac_var}_value 1787 eval ac_new_val=\$ac_env_${ac_var}_value
1788 case $ac_old_set,$ac_new_set in 1788 case $ac_old_set,$ac_new_set in
1789 set,) 1789 set,)
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1790 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1791 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1791 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1792 ac_cache_corrupted=: ;; 1792 ac_cache_corrupted=: ;;
1793 ,set) 1793 ,set)
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 1794 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1795 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1795 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1796 ac_cache_corrupted=: ;; 1796 ac_cache_corrupted=: ;;
1797 ,);; 1797 ,);;
1798 *) 1798 *)
1799 if test "x$ac_old_val" != "x$ac_new_val"; then 1799 if test "x$ac_old_val" != "x$ac_new_val"; then
1800 # differences in whitespace do not lead to failure. 1800 # differences in whitespace do not lead to failure.
1801 ac_old_val_w=`echo x $ac_old_val` 1801 ac_old_val_w=`echo x $ac_old_val`
1802 ac_new_val_w=`echo x $ac_new_val` 1802 ac_new_val_w=`echo x $ac_new_val`
1803 if test "$ac_old_val_w" != "$ac_new_val_w"; then 1803 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 1804 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1805 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1805 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1806 ac_cache_corrupted=: 1806 ac_cache_corrupted=:
1807 else 1807 else
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1808 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1809 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1809 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1810 eval $ac_var=\$ac_old_val 1810 eval $ac_var=\$ac_old_val
1811 fi 1811 fi
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 1812 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1813 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 1813 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 1814 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1815 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1815 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1816 fi;; 1816 fi;;
1817 esac 1817 esac
1818 # Pass precious variables to config.status. 1818 # Pass precious variables to config.status.
1819 if test "$ac_new_set" = set; then 1819 if test "$ac_new_set" = set; then
1820 case $ac_new_val in 1820 case $ac_new_val in
1821 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1821 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1822 *) ac_arg=$ac_var=$ac_new_val ;; 1822 *) ac_arg=$ac_var=$ac_new_val ;;
1823 esac 1823 esac
1824 case " $ac_configure_args " in 1824 case " $ac_configure_args " in
1825 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1825 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1826 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1826 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1827 esac 1827 esac
1828 fi 1828 fi
1829 done 1829 done
1830 if $ac_cache_corrupted; then 1830 if $ac_cache_corrupted; then
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1831 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1832 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1832 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 1833 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1834 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1834 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1835 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 1835 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1836 fi 1836 fi
1837 ## -------------------- ## 1837 ## -------------------- ##
1838 ## Main body of script. ## 1838 ## Main body of script. ##
1839 ## -------------------- ## 1839 ## -------------------- ##
1840   1840  
1841 ac_ext=c 1841 ac_ext=c
1842 ac_cpp='$CPP $CPPFLAGS' 1842 ac_cpp='$CPP $CPPFLAGS'
1843 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1843 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1844 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1844 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1845 ac_compiler_gnu=$ac_cv_c_compiler_gnu 1845 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1846   1846  
1847   1847  
1848   1848  
1849 ac_config_headers="$ac_config_headers config.h" 1849 ac_config_headers="$ac_config_headers config.h"
1850   1850  
1851 am__api_version='1.16' 1851 am__api_version='1.16'
1852   1852  
1853 ac_aux_dir= 1853 ac_aux_dir=
1854 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1854 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1855 if test -f "$ac_dir/install-sh"; then 1855 if test -f "$ac_dir/install-sh"; then
1856 ac_aux_dir=$ac_dir 1856 ac_aux_dir=$ac_dir
1857 ac_install_sh="$ac_aux_dir/install-sh -c" 1857 ac_install_sh="$ac_aux_dir/install-sh -c"
1858 break 1858 break
1859 elif test -f "$ac_dir/install.sh"; then 1859 elif test -f "$ac_dir/install.sh"; then
1860 ac_aux_dir=$ac_dir 1860 ac_aux_dir=$ac_dir
1861 ac_install_sh="$ac_aux_dir/install.sh -c" 1861 ac_install_sh="$ac_aux_dir/install.sh -c"
1862 break 1862 break
1863 elif test -f "$ac_dir/shtool"; then 1863 elif test -f "$ac_dir/shtool"; then
1864 ac_aux_dir=$ac_dir 1864 ac_aux_dir=$ac_dir
1865 ac_install_sh="$ac_aux_dir/shtool install -c" 1865 ac_install_sh="$ac_aux_dir/shtool install -c"
1866 break 1866 break
1867 fi 1867 fi
1868 done 1868 done
1869 if test -z "$ac_aux_dir"; then 1869 if test -z "$ac_aux_dir"; then
1870 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 1870 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1871 fi 1871 fi
1872   1872  
1873 # These three variables are undocumented and unsupported, 1873 # These three variables are undocumented and unsupported,
1874 # and are intended to be withdrawn in a future Autoconf release. 1874 # and are intended to be withdrawn in a future Autoconf release.
1875 # They can cause serious problems if a builder's source tree is in a directory 1875 # They can cause serious problems if a builder's source tree is in a directory
1876 # whose full name contains unusual characters. 1876 # whose full name contains unusual characters.
1877 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1877 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1878 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1878 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1879 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1879 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1880   1880  
1881   1881  
1882 # Find a good install program. We prefer a C program (faster), 1882 # Find a good install program. We prefer a C program (faster),
1883 # so one script is as good as another. But avoid the broken or 1883 # so one script is as good as another. But avoid the broken or
1884 # incompatible versions: 1884 # incompatible versions:
1885 # SysV /etc/install, /usr/sbin/install 1885 # SysV /etc/install, /usr/sbin/install
1886 # SunOS /usr/etc/install 1886 # SunOS /usr/etc/install
1887 # IRIX /sbin/install 1887 # IRIX /sbin/install
1888 # AIX /bin/install 1888 # AIX /bin/install
1889 # AmigaOS /C/install, which installs bootblocks on floppy discs 1889 # AmigaOS /C/install, which installs bootblocks on floppy discs
1890 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1890 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1891 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1891 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1892 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1892 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1893 # OS/2's system install, which has a completely different semantic 1893 # OS/2's system install, which has a completely different semantic
1894 # ./install, which can be erroneously created by make from ./install.sh. 1894 # ./install, which can be erroneously created by make from ./install.sh.
1895 # Reject install programs that cannot install multiple files. 1895 # Reject install programs that cannot install multiple files.
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1897 $as_echo_n "checking for a BSD-compatible install... " >&6; } 1897 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1898 if test -z "$INSTALL"; then 1898 if test -z "$INSTALL"; then
1899 if ${ac_cv_path_install+:} false; then : 1899 if ${ac_cv_path_install+:} false; then :
1900 $as_echo_n "(cached) " >&6 1900 $as_echo_n "(cached) " >&6
1901 else 1901 else
1902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1903 for as_dir in $PATH 1903 for as_dir in $PATH
1904 do 1904 do
1905 IFS=$as_save_IFS 1905 IFS=$as_save_IFS
1906 test -z "$as_dir" && as_dir=. 1906 test -z "$as_dir" && as_dir=.
1907 # Account for people who put trailing slashes in PATH elements. 1907 # Account for people who put trailing slashes in PATH elements.
1908 case $as_dir/ in #(( 1908 case $as_dir/ in #((
1909 ./ | .// | /[cC]/* | \ 1909 ./ | .// | /[cC]/* | \
1910 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1910 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1911 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 1911 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1912 /usr/ucb/* ) ;; 1912 /usr/ucb/* ) ;;
1913 *) 1913 *)
1914 # OSF1 and SCO ODT 3.0 have their own names for install. 1914 # OSF1 and SCO ODT 3.0 have their own names for install.
1915 # Don't use installbsd from OSF since it installs stuff as root 1915 # Don't use installbsd from OSF since it installs stuff as root
1916 # by default. 1916 # by default.
1917 for ac_prog in ginstall scoinst install; do 1917 for ac_prog in ginstall scoinst install; do
1918 for ac_exec_ext in '' $ac_executable_extensions; do 1918 for ac_exec_ext in '' $ac_executable_extensions; do
1919 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1919 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1920 if test $ac_prog = install && 1920 if test $ac_prog = install &&
1921 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1921 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1922 # AIX install. It has an incompatible calling convention. 1922 # AIX install. It has an incompatible calling convention.
1923 : 1923 :
1924 elif test $ac_prog = install && 1924 elif test $ac_prog = install &&
1925 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1925 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1926 # program-specific install script used by HP pwplus--don't use. 1926 # program-specific install script used by HP pwplus--don't use.
1927 : 1927 :
1928 else 1928 else
1929 rm -rf conftest.one conftest.two conftest.dir 1929 rm -rf conftest.one conftest.two conftest.dir
1930 echo one > conftest.one 1930 echo one > conftest.one
1931 echo two > conftest.two 1931 echo two > conftest.two
1932 mkdir conftest.dir 1932 mkdir conftest.dir
1933 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 1933 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1934 test -s conftest.one && test -s conftest.two && 1934 test -s conftest.one && test -s conftest.two &&
1935 test -s conftest.dir/conftest.one && 1935 test -s conftest.dir/conftest.one &&
1936 test -s conftest.dir/conftest.two 1936 test -s conftest.dir/conftest.two
1937 then 1937 then
1938 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1938 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1939 break 3 1939 break 3
1940 fi 1940 fi
1941 fi 1941 fi
1942 fi 1942 fi
1943 done 1943 done
1944 done 1944 done
1945 ;; 1945 ;;
1946 esac 1946 esac
1947   1947  
1948 done 1948 done
1949 IFS=$as_save_IFS 1949 IFS=$as_save_IFS
1950   1950  
1951 rm -rf conftest.one conftest.two conftest.dir 1951 rm -rf conftest.one conftest.two conftest.dir
1952   1952  
1953 fi 1953 fi
1954 if test "${ac_cv_path_install+set}" = set; then 1954 if test "${ac_cv_path_install+set}" = set; then
1955 INSTALL=$ac_cv_path_install 1955 INSTALL=$ac_cv_path_install
1956 else 1956 else
1957 # As a last resort, use the slow shell script. Don't cache a 1957 # As a last resort, use the slow shell script. Don't cache a
1958 # value for INSTALL within a source directory, because that will 1958 # value for INSTALL within a source directory, because that will
1959 # break other packages using the cache if that directory is 1959 # break other packages using the cache if that directory is
1960 # removed, or if the value is a relative name. 1960 # removed, or if the value is a relative name.
1961 INSTALL=$ac_install_sh 1961 INSTALL=$ac_install_sh
1962 fi 1962 fi
1963 fi 1963 fi
1964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 1964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1965 $as_echo "$INSTALL" >&6; } 1965 $as_echo "$INSTALL" >&6; }
1966   1966  
1967 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1967 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1968 # It thinks the first close brace ends the variable substitution. 1968 # It thinks the first close brace ends the variable substitution.
1969 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1969 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1970   1970  
1971 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1971 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1972   1972  
1973 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1973 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1974   1974  
1975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 1975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1976 $as_echo_n "checking whether build environment is sane... " >&6; } 1976 $as_echo_n "checking whether build environment is sane... " >&6; }
1977 # Reject unsafe characters in $srcdir or the absolute working directory 1977 # Reject unsafe characters in $srcdir or the absolute working directory
1978 # name. Accept space and tab only in the latter. 1978 # name. Accept space and tab only in the latter.
1979 am_lf=' 1979 am_lf='
1980 ' 1980 '
1981 case `pwd` in 1981 case `pwd` in
1982 *[\\\"\#\$\&\'\`$am_lf]*) 1982 *[\\\"\#\$\&\'\`$am_lf]*)
1983 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 1983 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1984 esac 1984 esac
1985 case $srcdir in 1985 case $srcdir in
1986 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 1986 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
1987 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; 1987 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1988 esac 1988 esac
1989   1989  
1990 # Do 'set' in a subshell so we don't clobber the current shell's 1990 # Do 'set' in a subshell so we don't clobber the current shell's
1991 # arguments. Must try -L first in case configure is actually a 1991 # arguments. Must try -L first in case configure is actually a
1992 # symlink; some systems play weird games with the mod time of symlinks 1992 # symlink; some systems play weird games with the mod time of symlinks
1993 # (eg FreeBSD returns the mod time of the symlink's containing 1993 # (eg FreeBSD returns the mod time of the symlink's containing
1994 # directory). 1994 # directory).
1995 if ( 1995 if (
1996 am_has_slept=no 1996 am_has_slept=no
1997 for am_try in 1 2; do 1997 for am_try in 1 2; do
1998 echo "timestamp, slept: $am_has_slept" > conftest.file 1998 echo "timestamp, slept: $am_has_slept" > conftest.file
1999 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 1999 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2000 if test "$*" = "X"; then 2000 if test "$*" = "X"; then
2001 # -L didn't work. 2001 # -L didn't work.
2002 set X `ls -t "$srcdir/configure" conftest.file` 2002 set X `ls -t "$srcdir/configure" conftest.file`
2003 fi 2003 fi
2004 if test "$*" != "X $srcdir/configure conftest.file" \ 2004 if test "$*" != "X $srcdir/configure conftest.file" \
2005 && test "$*" != "X conftest.file $srcdir/configure"; then 2005 && test "$*" != "X conftest.file $srcdir/configure"; then
2006   2006  
2007 # If neither matched, then we have a broken ls. This can happen 2007 # If neither matched, then we have a broken ls. This can happen
2008 # if, for instance, CONFIG_SHELL is bash and it inherits a 2008 # if, for instance, CONFIG_SHELL is bash and it inherits a
2009 # broken ls alias from the environment. This has actually 2009 # broken ls alias from the environment. This has actually
2010 # happened. Such a system could not be considered "sane". 2010 # happened. Such a system could not be considered "sane".
2011 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2011 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2012 alias in your environment" "$LINENO" 5 2012 alias in your environment" "$LINENO" 5
2013 fi 2013 fi
2014 if test "$2" = conftest.file || test $am_try -eq 2; then 2014 if test "$2" = conftest.file || test $am_try -eq 2; then
2015 break 2015 break
2016 fi 2016 fi
2017 # Just in case. 2017 # Just in case.
2018 sleep 1 2018 sleep 1
2019 am_has_slept=yes 2019 am_has_slept=yes
2020 done 2020 done
2021 test "$2" = conftest.file 2021 test "$2" = conftest.file
2022 ) 2022 )
2023 then 2023 then
2024 # Ok. 2024 # Ok.
2025 : 2025 :
2026 else 2026 else
2027 as_fn_error $? "newly created file is older than distributed files! 2027 as_fn_error $? "newly created file is older than distributed files!
2028 Check your system clock" "$LINENO" 5 2028 Check your system clock" "$LINENO" 5
2029 fi 2029 fi
2030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2031 $as_echo "yes" >&6; } 2031 $as_echo "yes" >&6; }
2032 # If we didn't sleep, we still need to ensure time stamps of config.status and 2032 # If we didn't sleep, we still need to ensure time stamps of config.status and
2033 # generated files are strictly newer. 2033 # generated files are strictly newer.
2034 am_sleep_pid= 2034 am_sleep_pid=
2035 if grep 'slept: no' conftest.file >/dev/null 2>&1; then 2035 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2036 ( sleep 1 ) & 2036 ( sleep 1 ) &
2037 am_sleep_pid=$! 2037 am_sleep_pid=$!
2038 fi 2038 fi
2039   2039  
2040 rm -f conftest.file 2040 rm -f conftest.file
2041   2041  
2042 test "$program_prefix" != NONE && 2042 test "$program_prefix" != NONE &&
2043 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2043 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2044 # Use a double $ so make ignores it. 2044 # Use a double $ so make ignores it.
2045 test "$program_suffix" != NONE && 2045 test "$program_suffix" != NONE &&
2046 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2046 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2047 # Double any \ or $. 2047 # Double any \ or $.
2048 # By default was `s,x,x', remove it if useless. 2048 # By default was `s,x,x', remove it if useless.
2049 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2049 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2050 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 2050 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2051   2051  
2052 # Expand $ac_aux_dir to an absolute path. 2052 # Expand $ac_aux_dir to an absolute path.
2053 am_aux_dir=`cd "$ac_aux_dir" && pwd` 2053 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2054   2054  
2055 if test x"${MISSING+set}" != xset; then 2055 if test x"${MISSING+set}" != xset; then
2056 case $am_aux_dir in -  
2057 *\ * | *\ *) -  
2058 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; -  
2059 *) -  
2060 MISSING="\${SHELL} $am_aux_dir/missing" ;; 2056 MISSING="\${SHELL} '$am_aux_dir/missing'"
2061 esac -  
2062 fi 2057 fi
2063 # Use eval to expand $SHELL 2058 # Use eval to expand $SHELL
2064 if eval "$MISSING --is-lightweight"; then 2059 if eval "$MISSING --is-lightweight"; then
2065 am_missing_run="$MISSING " 2060 am_missing_run="$MISSING "
2066 else 2061 else
2067 am_missing_run= 2062 am_missing_run=
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 2063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2069 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} 2064 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2070 fi 2065 fi
2071   2066  
2072 if test x"${install_sh+set}" != xset; then 2067 if test x"${install_sh+set}" != xset; then
2073 case $am_aux_dir in 2068 case $am_aux_dir in
2074 *\ * | *\ *) 2069 *\ * | *\ *)
2075 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2070 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2076 *) 2071 *)
2077 install_sh="\${SHELL} $am_aux_dir/install-sh" 2072 install_sh="\${SHELL} $am_aux_dir/install-sh"
2078 esac 2073 esac
2079 fi 2074 fi
2080   2075  
2081 # Installed binaries are usually stripped using 'strip' when the user 2076 # Installed binaries are usually stripped using 'strip' when the user
2082 # run "make install-strip". However 'strip' might not be the right 2077 # run "make install-strip". However 'strip' might not be the right
2083 # tool to use in cross-compilation environments, therefore Automake 2078 # tool to use in cross-compilation environments, therefore Automake
2084 # will honor the 'STRIP' environment variable to overrule this program. 2079 # will honor the 'STRIP' environment variable to overrule this program.
2085 if test "$cross_compiling" != no; then 2080 if test "$cross_compiling" != no; then
2086 if test -n "$ac_tool_prefix"; then 2081 if test -n "$ac_tool_prefix"; then
2087 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2082 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2088 set dummy ${ac_tool_prefix}strip; ac_word=$2 2083 set dummy ${ac_tool_prefix}strip; ac_word=$2
2089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2090 $as_echo_n "checking for $ac_word... " >&6; } 2085 $as_echo_n "checking for $ac_word... " >&6; }
2091 if ${ac_cv_prog_STRIP+:} false; then : 2086 if ${ac_cv_prog_STRIP+:} false; then :
2092 $as_echo_n "(cached) " >&6 2087 $as_echo_n "(cached) " >&6
2093 else 2088 else
2094 if test -n "$STRIP"; then 2089 if test -n "$STRIP"; then
2095 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2090 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2096 else 2091 else
2097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2098 for as_dir in $PATH 2093 for as_dir in $PATH
2099 do 2094 do
2100 IFS=$as_save_IFS 2095 IFS=$as_save_IFS
2101 test -z "$as_dir" && as_dir=. 2096 test -z "$as_dir" && as_dir=.
2102 for ac_exec_ext in '' $ac_executable_extensions; do 2097 for ac_exec_ext in '' $ac_executable_extensions; do
2103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2104 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2099 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2106 break 2 2101 break 2
2107 fi 2102 fi
2108 done 2103 done
2109 done 2104 done
2110 IFS=$as_save_IFS 2105 IFS=$as_save_IFS
2111   2106  
2112 fi 2107 fi
2113 fi 2108 fi
2114 STRIP=$ac_cv_prog_STRIP 2109 STRIP=$ac_cv_prog_STRIP
2115 if test -n "$STRIP"; then 2110 if test -n "$STRIP"; then
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2117 $as_echo "$STRIP" >&6; } 2112 $as_echo "$STRIP" >&6; }
2118 else 2113 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2120 $as_echo "no" >&6; } 2115 $as_echo "no" >&6; }
2121 fi 2116 fi
2122   2117  
2123   2118  
2124 fi 2119 fi
2125 if test -z "$ac_cv_prog_STRIP"; then 2120 if test -z "$ac_cv_prog_STRIP"; then
2126 ac_ct_STRIP=$STRIP 2121 ac_ct_STRIP=$STRIP
2127 # Extract the first word of "strip", so it can be a program name with args. 2122 # Extract the first word of "strip", so it can be a program name with args.
2128 set dummy strip; ac_word=$2 2123 set dummy strip; ac_word=$2
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2130 $as_echo_n "checking for $ac_word... " >&6; } 2125 $as_echo_n "checking for $ac_word... " >&6; }
2131 if ${ac_cv_prog_ac_ct_STRIP+:} false; then : 2126 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2132 $as_echo_n "(cached) " >&6 2127 $as_echo_n "(cached) " >&6
2133 else 2128 else
2134 if test -n "$ac_ct_STRIP"; then 2129 if test -n "$ac_ct_STRIP"; then
2135 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2130 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2136 else 2131 else
2137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2138 for as_dir in $PATH 2133 for as_dir in $PATH
2139 do 2134 do
2140 IFS=$as_save_IFS 2135 IFS=$as_save_IFS
2141 test -z "$as_dir" && as_dir=. 2136 test -z "$as_dir" && as_dir=.
2142 for ac_exec_ext in '' $ac_executable_extensions; do 2137 for ac_exec_ext in '' $ac_executable_extensions; do
2143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2144 ac_cv_prog_ac_ct_STRIP="strip" 2139 ac_cv_prog_ac_ct_STRIP="strip"
2145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2146 break 2 2141 break 2
2147 fi 2142 fi
2148 done 2143 done
2149 done 2144 done
2150 IFS=$as_save_IFS 2145 IFS=$as_save_IFS
2151   2146  
2152 fi 2147 fi
2153 fi 2148 fi
2154 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2149 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2155 if test -n "$ac_ct_STRIP"; then 2150 if test -n "$ac_ct_STRIP"; then
2156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2157 $as_echo "$ac_ct_STRIP" >&6; } 2152 $as_echo "$ac_ct_STRIP" >&6; }
2158 else 2153 else
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2160 $as_echo "no" >&6; } 2155 $as_echo "no" >&6; }
2161 fi 2156 fi
2162   2157  
2163 if test "x$ac_ct_STRIP" = x; then 2158 if test "x$ac_ct_STRIP" = x; then
2164 STRIP=":" 2159 STRIP=":"
2165 else 2160 else
2166 case $cross_compiling:$ac_tool_warned in 2161 case $cross_compiling:$ac_tool_warned in
2167 yes:) 2162 yes:)
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2169 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2170 ac_tool_warned=yes ;; 2165 ac_tool_warned=yes ;;
2171 esac 2166 esac
2172 STRIP=$ac_ct_STRIP 2167 STRIP=$ac_ct_STRIP
2173 fi 2168 fi
2174 else 2169 else
2175 STRIP="$ac_cv_prog_STRIP" 2170 STRIP="$ac_cv_prog_STRIP"
2176 fi 2171 fi
2177   2172  
2178 fi 2173 fi
2179 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2174 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2180   2175  
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 2176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2182 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2177 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2183 if test -z "$MKDIR_P"; then 2178 if test -z "$MKDIR_P"; then
2184 if ${ac_cv_path_mkdir+:} false; then : 2179 if ${ac_cv_path_mkdir+:} false; then :
2185 $as_echo_n "(cached) " >&6 2180 $as_echo_n "(cached) " >&6
2186 else 2181 else
2187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2188 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2183 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2189 do 2184 do
2190 IFS=$as_save_IFS 2185 IFS=$as_save_IFS
2191 test -z "$as_dir" && as_dir=. 2186 test -z "$as_dir" && as_dir=.
2192 for ac_prog in mkdir gmkdir; do 2187 for ac_prog in mkdir gmkdir; do
2193 for ac_exec_ext in '' $ac_executable_extensions; do 2188 for ac_exec_ext in '' $ac_executable_extensions; do
2194 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue 2189 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2195 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2190 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2196 'mkdir (GNU coreutils) '* | \ 2191 'mkdir (GNU coreutils) '* | \
2197 'mkdir (coreutils) '* | \ 2192 'mkdir (coreutils) '* | \
2198 'mkdir (fileutils) '4.1*) 2193 'mkdir (fileutils) '4.1*)
2199 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 2194 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2200 break 3;; 2195 break 3;;
2201 esac 2196 esac
2202 done 2197 done
2203 done 2198 done
2204 done 2199 done
2205 IFS=$as_save_IFS 2200 IFS=$as_save_IFS
2206   2201  
2207 fi 2202 fi
2208   2203  
2209 test -d ./--version && rmdir ./--version 2204 test -d ./--version && rmdir ./--version
2210 if test "${ac_cv_path_mkdir+set}" = set; then 2205 if test "${ac_cv_path_mkdir+set}" = set; then
2211 MKDIR_P="$ac_cv_path_mkdir -p" 2206 MKDIR_P="$ac_cv_path_mkdir -p"
2212 else 2207 else
2213 # As a last resort, use the slow shell script. Don't cache a 2208 # As a last resort, use the slow shell script. Don't cache a
2214 # value for MKDIR_P within a source directory, because that will 2209 # value for MKDIR_P within a source directory, because that will
2215 # break other packages using the cache if that directory is 2210 # break other packages using the cache if that directory is
2216 # removed, or if the value is a relative name. 2211 # removed, or if the value is a relative name.
2217 MKDIR_P="$ac_install_sh -d" 2212 MKDIR_P="$ac_install_sh -d"
2218 fi 2213 fi
2219 fi 2214 fi
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2221 $as_echo "$MKDIR_P" >&6; } 2216 $as_echo "$MKDIR_P" >&6; }
2222   2217  
2223 for ac_prog in gawk mawk nawk awk 2218 for ac_prog in gawk mawk nawk awk
2224 do 2219 do
2225 # Extract the first word of "$ac_prog", so it can be a program name with args. 2220 # Extract the first word of "$ac_prog", so it can be a program name with args.
2226 set dummy $ac_prog; ac_word=$2 2221 set dummy $ac_prog; ac_word=$2
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2228 $as_echo_n "checking for $ac_word... " >&6; } 2223 $as_echo_n "checking for $ac_word... " >&6; }
2229 if ${ac_cv_prog_AWK+:} false; then : 2224 if ${ac_cv_prog_AWK+:} false; then :
2230 $as_echo_n "(cached) " >&6 2225 $as_echo_n "(cached) " >&6
2231 else 2226 else
2232 if test -n "$AWK"; then 2227 if test -n "$AWK"; then
2233 ac_cv_prog_AWK="$AWK" # Let the user override the test. 2228 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2234 else 2229 else
2235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2236 for as_dir in $PATH 2231 for as_dir in $PATH
2237 do 2232 do
2238 IFS=$as_save_IFS 2233 IFS=$as_save_IFS
2239 test -z "$as_dir" && as_dir=. 2234 test -z "$as_dir" && as_dir=.
2240 for ac_exec_ext in '' $ac_executable_extensions; do 2235 for ac_exec_ext in '' $ac_executable_extensions; do
2241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2236 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2242 ac_cv_prog_AWK="$ac_prog" 2237 ac_cv_prog_AWK="$ac_prog"
2243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2244 break 2 2239 break 2
2245 fi 2240 fi
2246 done 2241 done
2247 done 2242 done
2248 IFS=$as_save_IFS 2243 IFS=$as_save_IFS
2249   2244  
2250 fi 2245 fi
2251 fi 2246 fi
2252 AWK=$ac_cv_prog_AWK 2247 AWK=$ac_cv_prog_AWK
2253 if test -n "$AWK"; then 2248 if test -n "$AWK"; then
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2255 $as_echo "$AWK" >&6; } 2250 $as_echo "$AWK" >&6; }
2256 else 2251 else
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2258 $as_echo "no" >&6; } 2253 $as_echo "no" >&6; }
2259 fi 2254 fi
2260   2255  
2261   2256  
2262 test -n "$AWK" && break 2257 test -n "$AWK" && break
2263 done 2258 done
2264   2259  
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2266 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2261 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2267 set x ${MAKE-make} 2262 set x ${MAKE-make}
2268 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2263 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2269 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : 2264 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2270 $as_echo_n "(cached) " >&6 2265 $as_echo_n "(cached) " >&6
2271 else 2266 else
2272 cat >conftest.make <<\_ACEOF 2267 cat >conftest.make <<\_ACEOF
2273 SHELL = /bin/sh 2268 SHELL = /bin/sh
2274 all: 2269 all:
2275 @echo '@@@%%%=$(MAKE)=@@@%%%' 2270 @echo '@@@%%%=$(MAKE)=@@@%%%'
2276 _ACEOF 2271 _ACEOF
2277 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 2272 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2278 case `${MAKE-make} -f conftest.make 2>/dev/null` in 2273 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2279 *@@@%%%=?*=@@@%%%*) 2274 *@@@%%%=?*=@@@%%%*)
2280 eval ac_cv_prog_make_${ac_make}_set=yes;; 2275 eval ac_cv_prog_make_${ac_make}_set=yes;;
2281 *) 2276 *)
2282 eval ac_cv_prog_make_${ac_make}_set=no;; 2277 eval ac_cv_prog_make_${ac_make}_set=no;;
2283 esac 2278 esac
2284 rm -f conftest.make 2279 rm -f conftest.make
2285 fi 2280 fi
2286 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2281 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2288 $as_echo "yes" >&6; } 2283 $as_echo "yes" >&6; }
2289 SET_MAKE= 2284 SET_MAKE=
2290 else 2285 else
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2292 $as_echo "no" >&6; } 2287 $as_echo "no" >&6; }
2293 SET_MAKE="MAKE=${MAKE-make}" 2288 SET_MAKE="MAKE=${MAKE-make}"
2294 fi 2289 fi
2295   2290  
2296 rm -rf .tst 2>/dev/null 2291 rm -rf .tst 2>/dev/null
2297 mkdir .tst 2>/dev/null 2292 mkdir .tst 2>/dev/null
2298 if test -d .tst; then 2293 if test -d .tst; then
2299 am__leading_dot=. 2294 am__leading_dot=.
2300 else 2295 else
2301 am__leading_dot=_ 2296 am__leading_dot=_
2302 fi 2297 fi
2303 rmdir .tst 2>/dev/null 2298 rmdir .tst 2>/dev/null
2304   2299  
2305 # Check whether --enable-silent-rules was given. 2300 # Check whether --enable-silent-rules was given.
2306 if test "${enable_silent_rules+set}" = set; then : 2301 if test "${enable_silent_rules+set}" = set; then :
2307 enableval=$enable_silent_rules; 2302 enableval=$enable_silent_rules;
2308 fi 2303 fi
2309   2304  
2310 case $enable_silent_rules in # ((( 2305 case $enable_silent_rules in # (((
2311 yes) AM_DEFAULT_VERBOSITY=0;; 2306 yes) AM_DEFAULT_VERBOSITY=0;;
2312 no) AM_DEFAULT_VERBOSITY=1;; 2307 no) AM_DEFAULT_VERBOSITY=1;;
2313 *) AM_DEFAULT_VERBOSITY=1;; 2308 *) AM_DEFAULT_VERBOSITY=1;;
2314 esac 2309 esac
2315 am_make=${MAKE-make} 2310 am_make=${MAKE-make}
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 2311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2317 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } 2312 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2318 if ${am_cv_make_support_nested_variables+:} false; then : 2313 if ${am_cv_make_support_nested_variables+:} false; then :
2319 $as_echo_n "(cached) " >&6 2314 $as_echo_n "(cached) " >&6
2320 else 2315 else
2321 if $as_echo 'TRUE=$(BAR$(V)) 2316 if $as_echo 'TRUE=$(BAR$(V))
2322 BAR0=false 2317 BAR0=false
2323 BAR1=true 2318 BAR1=true
2324 V=1 2319 V=1
2325 am__doit: 2320 am__doit:
2326 @$(TRUE) 2321 @$(TRUE)
2327 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 2322 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2328 am_cv_make_support_nested_variables=yes 2323 am_cv_make_support_nested_variables=yes
2329 else 2324 else
2330 am_cv_make_support_nested_variables=no 2325 am_cv_make_support_nested_variables=no
2331 fi 2326 fi
2332 fi 2327 fi
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 2328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2334 $as_echo "$am_cv_make_support_nested_variables" >&6; } 2329 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2335 if test $am_cv_make_support_nested_variables = yes; then 2330 if test $am_cv_make_support_nested_variables = yes; then
2336 AM_V='$(V)' 2331 AM_V='$(V)'
2337 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 2332 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2338 else 2333 else
2339 AM_V=$AM_DEFAULT_VERBOSITY 2334 AM_V=$AM_DEFAULT_VERBOSITY
2340 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 2335 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2341 fi 2336 fi
2342 AM_BACKSLASH='\' 2337 AM_BACKSLASH='\'
2343   2338  
2344 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2339 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2345 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2340 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2346 # is not polluted with repeated "-I." 2341 # is not polluted with repeated "-I."
2347 am__isrc=' -I$(srcdir)' 2342 am__isrc=' -I$(srcdir)'
2348 # test to see if srcdir already configured 2343 # test to see if srcdir already configured
2349 if test -f $srcdir/config.status; then 2344 if test -f $srcdir/config.status; then
2350 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2345 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2351 fi 2346 fi
2352 fi 2347 fi
2353   2348  
2354 # test whether we have cygpath 2349 # test whether we have cygpath
2355 if test -z "$CYGPATH_W"; then 2350 if test -z "$CYGPATH_W"; then
2356 if (cygpath --version) >/dev/null 2>/dev/null; then 2351 if (cygpath --version) >/dev/null 2>/dev/null; then
2357 CYGPATH_W='cygpath -w' 2352 CYGPATH_W='cygpath -w'
2358 else 2353 else
2359 CYGPATH_W=echo 2354 CYGPATH_W=echo
2360 fi 2355 fi
2361 fi 2356 fi
2362   2357  
2363   2358  
2364 # Define the identity of the package. 2359 # Define the identity of the package.
2365 PACKAGE='bcm2835' 2360 PACKAGE='bcm2835'
2366 VERSION='1.71' 2361 VERSION='1.71'
2367   2362  
2368   2363  
2369 cat >>confdefs.h <<_ACEOF 2364 cat >>confdefs.h <<_ACEOF
2370 #define PACKAGE "$PACKAGE" 2365 #define PACKAGE "$PACKAGE"
2371 _ACEOF 2366 _ACEOF
2372   2367  
2373   2368  
2374 cat >>confdefs.h <<_ACEOF 2369 cat >>confdefs.h <<_ACEOF
2375 #define VERSION "$VERSION" 2370 #define VERSION "$VERSION"
2376 _ACEOF 2371 _ACEOF
2377   2372  
2378 # Some tools Automake needs. 2373 # Some tools Automake needs.
2379   2374  
2380 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2375 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2381   2376  
2382   2377  
2383 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2378 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2384   2379  
2385   2380  
2386 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2381 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2387   2382  
2388   2383  
2389 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2384 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2390   2385  
2391   2386  
2392 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2387 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2393   2388  
2394 # For better backward compatibility. To be removed once Automake 1.9.x 2389 # For better backward compatibility. To be removed once Automake 1.9.x
2395 # dies out for good. For more background, see: 2390 # dies out for good. For more background, see:
2396 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 2391 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2397 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 2392 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2398 mkdir_p='$(MKDIR_P)' 2393 mkdir_p='$(MKDIR_P)'
2399   2394  
2400 # We need awk for the "check" target (and possibly the TAP driver). The 2395 # We need awk for the "check" target (and possibly the TAP driver). The
2401 # system "awk" is bad on some platforms. 2396 # system "awk" is bad on some platforms.
2402 # Always define AMTAR for backward compatibility. Yes, it's still used 2397 # Always define AMTAR for backward compatibility. Yes, it's still used
2403 # in the wild :-( We should find a proper way to deprecate it ... 2398 # in the wild :-( We should find a proper way to deprecate it ...
2404 AMTAR='$${TAR-tar}' 2399 AMTAR='$${TAR-tar}'
2405   2400  
2406   2401  
2407 # We'll loop over all known methods to create a tar archive until one works. 2402 # We'll loop over all known methods to create a tar archive until one works.
2408 _am_tools='gnutar pax cpio none' 2403 _am_tools='gnutar pax cpio none'
2409   2404  
2410 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 2405 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2411   2406  
2412   2407  
2413   2408  
2414   2409  
2415   2410  
2416   2411  
2417 # POSIX will say in a future version that running "rm -f" with no argument 2412 # POSIX will say in a future version that running "rm -f" with no argument
2418 # is OK; and we want to be able to make that assumption in our Makefile 2413 # is OK; and we want to be able to make that assumption in our Makefile
2419 # recipes. So use an aggressive probe to check that the usage we want is 2414 # recipes. So use an aggressive probe to check that the usage we want is
2420 # actually supported "in the wild" to an acceptable degree. 2415 # actually supported "in the wild" to an acceptable degree.
2421 # See automake bug#10828. 2416 # See automake bug#10828.
2422 # To make any issue more visible, cause the running configure to be aborted 2417 # To make any issue more visible, cause the running configure to be aborted
2423 # by default if the 'rm' program in use doesn't match our expectations; the 2418 # by default if the 'rm' program in use doesn't match our expectations; the
2424 # user can still override this though. 2419 # user can still override this though.
2425 if rm -f && rm -fr && rm -rf; then : OK; else 2420 if rm -f && rm -fr && rm -rf; then : OK; else
2426 cat >&2 <<'END' 2421 cat >&2 <<'END'
2427 Oops! 2422 Oops!
2428   2423  
2429 Your 'rm' program seems unable to run without file operands specified 2424 Your 'rm' program seems unable to run without file operands specified
2430 on the command line, even when the '-f' option is present. This is contrary 2425 on the command line, even when the '-f' option is present. This is contrary
2431 to the behaviour of most rm programs out there, and not conforming with 2426 to the behaviour of most rm programs out there, and not conforming with
2432 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> 2427 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2433   2428  
2434 Please tell bug-automake@gnu.org about your system, including the value 2429 Please tell bug-automake@gnu.org about your system, including the value
2435 of your $PATH and any error possibly output before this message. This 2430 of your $PATH and any error possibly output before this message. This
2436 can help us improve future automake versions. 2431 can help us improve future automake versions.
2437   2432  
2438 END 2433 END
2439 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then 2434 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2440 echo 'Configuration will proceed anyway, since you have set the' >&2 2435 echo 'Configuration will proceed anyway, since you have set the' >&2
2441 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 2436 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2442 echo >&2 2437 echo >&2
2443 else 2438 else
2444 cat >&2 <<'END' 2439 cat >&2 <<'END'
2445 Aborting the configuration process, to ensure you take notice of the issue. 2440 Aborting the configuration process, to ensure you take notice of the issue.
2446   2441  
2447 You can download and install GNU coreutils to get an 'rm' implementation 2442 You can download and install GNU coreutils to get an 'rm' implementation
2448 that behaves properly: <https://www.gnu.org/software/coreutils/>. 2443 that behaves properly: <https://www.gnu.org/software/coreutils/>.
2449   2444  
2450 If you want to complete the configuration process using your problematic 2445 If you want to complete the configuration process using your problematic
2451 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 2446 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2452 to "yes", and re-run configure. 2447 to "yes", and re-run configure.
2453   2448  
2454 END 2449 END
2455 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 2450 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2456 fi 2451 fi
2457 fi 2452 fi
2458   2453  
2459 DEPDIR="${am__leading_dot}deps" 2454 DEPDIR="${am__leading_dot}deps"
2460   2455  
2461 ac_config_commands="$ac_config_commands depfiles" 2456 ac_config_commands="$ac_config_commands depfiles"
2462   2457  
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 2458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
2464 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } 2459 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
2465 cat > confinc.mk << 'END' 2460 cat > confinc.mk << 'END'
2466 am__doit: 2461 am__doit:
2467 @echo this is the am__doit target >confinc.out 2462 @echo this is the am__doit target >confinc.out
2468 .PHONY: am__doit 2463 .PHONY: am__doit
2469 END 2464 END
2470 am__include="#" 2465 am__include="#"
2471 am__quote= 2466 am__quote=
2472 # BSD make does it like this. 2467 # BSD make does it like this.
2473 echo '.include "confinc.mk" # ignored' > confmf.BSD 2468 echo '.include "confinc.mk" # ignored' > confmf.BSD
2474 # Other make implementations (GNU, Solaris 10, AIX) do it like this. 2469 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
2475 echo 'include confinc.mk # ignored' > confmf.GNU 2470 echo 'include confinc.mk # ignored' > confmf.GNU
2476 _am_result=no 2471 _am_result=no
2477 for s in GNU BSD; do 2472 for s in GNU BSD; do
2478 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 2473 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
2479 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 2474 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
2480 ac_status=$? 2475 ac_status=$?
2481 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482 (exit $ac_status); } 2477 (exit $ac_status); }
2483 case $?:`cat confinc.out 2>/dev/null` in #( 2478 case $?:`cat confinc.out 2>/dev/null` in #(
2484 '0:this is the am__doit target') : 2479 '0:this is the am__doit target') :
2485 case $s in #( 2480 case $s in #(
2486 BSD) : 2481 BSD) :
2487 am__include='.include' am__quote='"' ;; #( 2482 am__include='.include' am__quote='"' ;; #(
2488 *) : 2483 *) :
2489 am__include='include' am__quote='' ;; 2484 am__include='include' am__quote='' ;;
2490 esac ;; #( 2485 esac ;; #(
2491 *) : 2486 *) :
2492 ;; 2487 ;;
2493 esac 2488 esac
2494 if test "$am__include" != "#"; then 2489 if test "$am__include" != "#"; then
2495 _am_result="yes ($s style)" 2490 _am_result="yes ($s style)"
2496 break 2491 break
2497 fi 2492 fi
2498 done 2493 done
2499 rm -f confinc.* confmf.* 2494 rm -f confinc.* confmf.*
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
2501 $as_echo "${_am_result}" >&6; } 2496 $as_echo "${_am_result}" >&6; }
2502   2497  
2503 # Check whether --enable-dependency-tracking was given. 2498 # Check whether --enable-dependency-tracking was given.
2504 if test "${enable_dependency_tracking+set}" = set; then : 2499 if test "${enable_dependency_tracking+set}" = set; then :
2505 enableval=$enable_dependency_tracking; 2500 enableval=$enable_dependency_tracking;
2506 fi 2501 fi
2507   2502  
2508 if test "x$enable_dependency_tracking" != xno; then 2503 if test "x$enable_dependency_tracking" != xno; then
2509 am_depcomp="$ac_aux_dir/depcomp" 2504 am_depcomp="$ac_aux_dir/depcomp"
2510 AMDEPBACKSLASH='\' 2505 AMDEPBACKSLASH='\'
2511 am__nodep='_no' 2506 am__nodep='_no'
2512 fi 2507 fi
2513 if test "x$enable_dependency_tracking" != xno; then 2508 if test "x$enable_dependency_tracking" != xno; then
2514 AMDEP_TRUE= 2509 AMDEP_TRUE=
2515 AMDEP_FALSE='#' 2510 AMDEP_FALSE='#'
2516 else 2511 else
2517 AMDEP_TRUE='#' 2512 AMDEP_TRUE='#'
2518 AMDEP_FALSE= 2513 AMDEP_FALSE=
2519 fi 2514 fi
2520   2515  
2521   2516  
2522 ac_ext=c 2517 ac_ext=c
2523 ac_cpp='$CPP $CPPFLAGS' 2518 ac_cpp='$CPP $CPPFLAGS'
2524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2519 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2520 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2526 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2521 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2527 if test -n "$ac_tool_prefix"; then 2522 if test -n "$ac_tool_prefix"; then
2528 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2523 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2529 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2524 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2531 $as_echo_n "checking for $ac_word... " >&6; } 2526 $as_echo_n "checking for $ac_word... " >&6; }
2532 if ${ac_cv_prog_CC+:} false; then : 2527 if ${ac_cv_prog_CC+:} false; then :
2533 $as_echo_n "(cached) " >&6 2528 $as_echo_n "(cached) " >&6
2534 else 2529 else
2535 if test -n "$CC"; then 2530 if test -n "$CC"; then
2536 ac_cv_prog_CC="$CC" # Let the user override the test. 2531 ac_cv_prog_CC="$CC" # Let the user override the test.
2537 else 2532 else
2538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2539 for as_dir in $PATH 2534 for as_dir in $PATH
2540 do 2535 do
2541 IFS=$as_save_IFS 2536 IFS=$as_save_IFS
2542 test -z "$as_dir" && as_dir=. 2537 test -z "$as_dir" && as_dir=.
2543 for ac_exec_ext in '' $ac_executable_extensions; do 2538 for ac_exec_ext in '' $ac_executable_extensions; do
2544 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2545 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2540 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2547 break 2 2542 break 2
2548 fi 2543 fi
2549 done 2544 done
2550 done 2545 done
2551 IFS=$as_save_IFS 2546 IFS=$as_save_IFS
2552   2547  
2553 fi 2548 fi
2554 fi 2549 fi
2555 CC=$ac_cv_prog_CC 2550 CC=$ac_cv_prog_CC
2556 if test -n "$CC"; then 2551 if test -n "$CC"; then
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2558 $as_echo "$CC" >&6; } 2553 $as_echo "$CC" >&6; }
2559 else 2554 else
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2561 $as_echo "no" >&6; } 2556 $as_echo "no" >&6; }
2562 fi 2557 fi
2563   2558  
2564   2559  
2565 fi 2560 fi
2566 if test -z "$ac_cv_prog_CC"; then 2561 if test -z "$ac_cv_prog_CC"; then
2567 ac_ct_CC=$CC 2562 ac_ct_CC=$CC
2568 # Extract the first word of "gcc", so it can be a program name with args. 2563 # Extract the first word of "gcc", so it can be a program name with args.
2569 set dummy gcc; ac_word=$2 2564 set dummy gcc; ac_word=$2
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2571 $as_echo_n "checking for $ac_word... " >&6; } 2566 $as_echo_n "checking for $ac_word... " >&6; }
2572 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2567 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2573 $as_echo_n "(cached) " >&6 2568 $as_echo_n "(cached) " >&6
2574 else 2569 else
2575 if test -n "$ac_ct_CC"; then 2570 if test -n "$ac_ct_CC"; then
2576 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2571 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2577 else 2572 else
2578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2579 for as_dir in $PATH 2574 for as_dir in $PATH
2580 do 2575 do
2581 IFS=$as_save_IFS 2576 IFS=$as_save_IFS
2582 test -z "$as_dir" && as_dir=. 2577 test -z "$as_dir" && as_dir=.
2583 for ac_exec_ext in '' $ac_executable_extensions; do 2578 for ac_exec_ext in '' $ac_executable_extensions; do
2584 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2585 ac_cv_prog_ac_ct_CC="gcc" 2580 ac_cv_prog_ac_ct_CC="gcc"
2586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2587 break 2 2582 break 2
2588 fi 2583 fi
2589 done 2584 done
2590 done 2585 done
2591 IFS=$as_save_IFS 2586 IFS=$as_save_IFS
2592   2587  
2593 fi 2588 fi
2594 fi 2589 fi
2595 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2590 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2596 if test -n "$ac_ct_CC"; then 2591 if test -n "$ac_ct_CC"; then
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2598 $as_echo "$ac_ct_CC" >&6; } 2593 $as_echo "$ac_ct_CC" >&6; }
2599 else 2594 else
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2601 $as_echo "no" >&6; } 2596 $as_echo "no" >&6; }
2602 fi 2597 fi
2603   2598  
2604 if test "x$ac_ct_CC" = x; then 2599 if test "x$ac_ct_CC" = x; then
2605 CC="" 2600 CC=""
2606 else 2601 else
2607 case $cross_compiling:$ac_tool_warned in 2602 case $cross_compiling:$ac_tool_warned in
2608 yes:) 2603 yes:)
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2605 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2611 ac_tool_warned=yes ;; 2606 ac_tool_warned=yes ;;
2612 esac 2607 esac
2613 CC=$ac_ct_CC 2608 CC=$ac_ct_CC
2614 fi 2609 fi
2615 else 2610 else
2616 CC="$ac_cv_prog_CC" 2611 CC="$ac_cv_prog_CC"
2617 fi 2612 fi
2618   2613  
2619 if test -z "$CC"; then 2614 if test -z "$CC"; then
2620 if test -n "$ac_tool_prefix"; then 2615 if test -n "$ac_tool_prefix"; then
2621 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2616 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2622 set dummy ${ac_tool_prefix}cc; ac_word=$2 2617 set dummy ${ac_tool_prefix}cc; ac_word=$2
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624 $as_echo_n "checking for $ac_word... " >&6; } 2619 $as_echo_n "checking for $ac_word... " >&6; }
2625 if ${ac_cv_prog_CC+:} false; then : 2620 if ${ac_cv_prog_CC+:} false; then :
2626 $as_echo_n "(cached) " >&6 2621 $as_echo_n "(cached) " >&6
2627 else 2622 else
2628 if test -n "$CC"; then 2623 if test -n "$CC"; then
2629 ac_cv_prog_CC="$CC" # Let the user override the test. 2624 ac_cv_prog_CC="$CC" # Let the user override the test.
2630 else 2625 else
2631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632 for as_dir in $PATH 2627 for as_dir in $PATH
2633 do 2628 do
2634 IFS=$as_save_IFS 2629 IFS=$as_save_IFS
2635 test -z "$as_dir" && as_dir=. 2630 test -z "$as_dir" && as_dir=.
2636 for ac_exec_ext in '' $ac_executable_extensions; do 2631 for ac_exec_ext in '' $ac_executable_extensions; do
2637 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2632 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2638 ac_cv_prog_CC="${ac_tool_prefix}cc" 2633 ac_cv_prog_CC="${ac_tool_prefix}cc"
2639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2640 break 2 2635 break 2
2641 fi 2636 fi
2642 done 2637 done
2643 done 2638 done
2644 IFS=$as_save_IFS 2639 IFS=$as_save_IFS
2645   2640  
2646 fi 2641 fi
2647 fi 2642 fi
2648 CC=$ac_cv_prog_CC 2643 CC=$ac_cv_prog_CC
2649 if test -n "$CC"; then 2644 if test -n "$CC"; then
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2651 $as_echo "$CC" >&6; } 2646 $as_echo "$CC" >&6; }
2652 else 2647 else
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654 $as_echo "no" >&6; } 2649 $as_echo "no" >&6; }
2655 fi 2650 fi
2656   2651  
2657   2652  
2658 fi 2653 fi
2659 fi 2654 fi
2660 if test -z "$CC"; then 2655 if test -z "$CC"; then
2661 # Extract the first word of "cc", so it can be a program name with args. 2656 # Extract the first word of "cc", so it can be a program name with args.
2662 set dummy cc; ac_word=$2 2657 set dummy cc; ac_word=$2
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2664 $as_echo_n "checking for $ac_word... " >&6; } 2659 $as_echo_n "checking for $ac_word... " >&6; }
2665 if ${ac_cv_prog_CC+:} false; then : 2660 if ${ac_cv_prog_CC+:} false; then :
2666 $as_echo_n "(cached) " >&6 2661 $as_echo_n "(cached) " >&6
2667 else 2662 else
2668 if test -n "$CC"; then 2663 if test -n "$CC"; then
2669 ac_cv_prog_CC="$CC" # Let the user override the test. 2664 ac_cv_prog_CC="$CC" # Let the user override the test.
2670 else 2665 else
2671 ac_prog_rejected=no 2666 ac_prog_rejected=no
2672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2673 for as_dir in $PATH 2668 for as_dir in $PATH
2674 do 2669 do
2675 IFS=$as_save_IFS 2670 IFS=$as_save_IFS
2676 test -z "$as_dir" && as_dir=. 2671 test -z "$as_dir" && as_dir=.
2677 for ac_exec_ext in '' $ac_executable_extensions; do 2672 for ac_exec_ext in '' $ac_executable_extensions; do
2678 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2673 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2679 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2674 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2680 ac_prog_rejected=yes 2675 ac_prog_rejected=yes
2681 continue 2676 continue
2682 fi 2677 fi
2683 ac_cv_prog_CC="cc" 2678 ac_cv_prog_CC="cc"
2684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2685 break 2 2680 break 2
2686 fi 2681 fi
2687 done 2682 done
2688 done 2683 done
2689 IFS=$as_save_IFS 2684 IFS=$as_save_IFS
2690   2685  
2691 if test $ac_prog_rejected = yes; then 2686 if test $ac_prog_rejected = yes; then
2692 # We found a bogon in the path, so make sure we never use it. 2687 # We found a bogon in the path, so make sure we never use it.
2693 set dummy $ac_cv_prog_CC 2688 set dummy $ac_cv_prog_CC
2694 shift 2689 shift
2695 if test $# != 0; then 2690 if test $# != 0; then
2696 # We chose a different compiler from the bogus one. 2691 # We chose a different compiler from the bogus one.
2697 # However, it has the same basename, so the bogon will be chosen 2692 # However, it has the same basename, so the bogon will be chosen
2698 # first if we set CC to just the basename; use the full file name. 2693 # first if we set CC to just the basename; use the full file name.
2699 shift 2694 shift
2700 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 2695 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2701 fi 2696 fi
2702 fi 2697 fi
2703 fi 2698 fi
2704 fi 2699 fi
2705 CC=$ac_cv_prog_CC 2700 CC=$ac_cv_prog_CC
2706 if test -n "$CC"; then 2701 if test -n "$CC"; then
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2708 $as_echo "$CC" >&6; } 2703 $as_echo "$CC" >&6; }
2709 else 2704 else
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2711 $as_echo "no" >&6; } 2706 $as_echo "no" >&6; }
2712 fi 2707 fi
2713   2708  
2714   2709  
2715 fi 2710 fi
2716 if test -z "$CC"; then 2711 if test -z "$CC"; then
2717 if test -n "$ac_tool_prefix"; then 2712 if test -n "$ac_tool_prefix"; then
2718 for ac_prog in cl.exe 2713 for ac_prog in cl.exe
2719 do 2714 do
2720 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2715 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2721 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2716 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2723 $as_echo_n "checking for $ac_word... " >&6; } 2718 $as_echo_n "checking for $ac_word... " >&6; }
2724 if ${ac_cv_prog_CC+:} false; then : 2719 if ${ac_cv_prog_CC+:} false; then :
2725 $as_echo_n "(cached) " >&6 2720 $as_echo_n "(cached) " >&6
2726 else 2721 else
2727 if test -n "$CC"; then 2722 if test -n "$CC"; then
2728 ac_cv_prog_CC="$CC" # Let the user override the test. 2723 ac_cv_prog_CC="$CC" # Let the user override the test.
2729 else 2724 else
2730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2731 for as_dir in $PATH 2726 for as_dir in $PATH
2732 do 2727 do
2733 IFS=$as_save_IFS 2728 IFS=$as_save_IFS
2734 test -z "$as_dir" && as_dir=. 2729 test -z "$as_dir" && as_dir=.
2735 for ac_exec_ext in '' $ac_executable_extensions; do 2730 for ac_exec_ext in '' $ac_executable_extensions; do
2736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2737 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2732 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2739 break 2 2734 break 2
2740 fi 2735 fi
2741 done 2736 done
2742 done 2737 done
2743 IFS=$as_save_IFS 2738 IFS=$as_save_IFS
2744   2739  
2745 fi 2740 fi
2746 fi 2741 fi
2747 CC=$ac_cv_prog_CC 2742 CC=$ac_cv_prog_CC
2748 if test -n "$CC"; then 2743 if test -n "$CC"; then
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2750 $as_echo "$CC" >&6; } 2745 $as_echo "$CC" >&6; }
2751 else 2746 else
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2753 $as_echo "no" >&6; } 2748 $as_echo "no" >&6; }
2754 fi 2749 fi
2755   2750  
2756   2751  
2757 test -n "$CC" && break 2752 test -n "$CC" && break
2758 done 2753 done
2759 fi 2754 fi
2760 if test -z "$CC"; then 2755 if test -z "$CC"; then
2761 ac_ct_CC=$CC 2756 ac_ct_CC=$CC
2762 for ac_prog in cl.exe 2757 for ac_prog in cl.exe
2763 do 2758 do
2764 # Extract the first word of "$ac_prog", so it can be a program name with args. 2759 # Extract the first word of "$ac_prog", so it can be a program name with args.
2765 set dummy $ac_prog; ac_word=$2 2760 set dummy $ac_prog; ac_word=$2
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2767 $as_echo_n "checking for $ac_word... " >&6; } 2762 $as_echo_n "checking for $ac_word... " >&6; }
2768 if ${ac_cv_prog_ac_ct_CC+:} false; then : 2763 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2769 $as_echo_n "(cached) " >&6 2764 $as_echo_n "(cached) " >&6
2770 else 2765 else
2771 if test -n "$ac_ct_CC"; then 2766 if test -n "$ac_ct_CC"; then
2772 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2767 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2773 else 2768 else
2774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2775 for as_dir in $PATH 2770 for as_dir in $PATH
2776 do 2771 do
2777 IFS=$as_save_IFS 2772 IFS=$as_save_IFS
2778 test -z "$as_dir" && as_dir=. 2773 test -z "$as_dir" && as_dir=.
2779 for ac_exec_ext in '' $ac_executable_extensions; do 2774 for ac_exec_ext in '' $ac_executable_extensions; do
2780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2781 ac_cv_prog_ac_ct_CC="$ac_prog" 2776 ac_cv_prog_ac_ct_CC="$ac_prog"
2782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2783 break 2 2778 break 2
2784 fi 2779 fi
2785 done 2780 done
2786 done 2781 done
2787 IFS=$as_save_IFS 2782 IFS=$as_save_IFS
2788   2783  
2789 fi 2784 fi
2790 fi 2785 fi
2791 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2786 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2792 if test -n "$ac_ct_CC"; then 2787 if test -n "$ac_ct_CC"; then
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2794 $as_echo "$ac_ct_CC" >&6; } 2789 $as_echo "$ac_ct_CC" >&6; }
2795 else 2790 else
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2797 $as_echo "no" >&6; } 2792 $as_echo "no" >&6; }
2798 fi 2793 fi
2799   2794  
2800   2795  
2801 test -n "$ac_ct_CC" && break 2796 test -n "$ac_ct_CC" && break
2802 done 2797 done
2803   2798  
2804 if test "x$ac_ct_CC" = x; then 2799 if test "x$ac_ct_CC" = x; then
2805 CC="" 2800 CC=""
2806 else 2801 else
2807 case $cross_compiling:$ac_tool_warned in 2802 case $cross_compiling:$ac_tool_warned in
2808 yes:) 2803 yes:)
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2810 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2805 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2811 ac_tool_warned=yes ;; 2806 ac_tool_warned=yes ;;
2812 esac 2807 esac
2813 CC=$ac_ct_CC 2808 CC=$ac_ct_CC
2814 fi 2809 fi
2815 fi 2810 fi
2816   2811  
2817 fi 2812 fi
2818   2813  
2819   2814  
2820 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2815 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2821 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2816 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2822 as_fn_error $? "no acceptable C compiler found in \$PATH 2817 as_fn_error $? "no acceptable C compiler found in \$PATH
2823 See \`config.log' for more details" "$LINENO" 5; } 2818 See \`config.log' for more details" "$LINENO" 5; }
2824   2819  
2825 # Provide some information about the compiler. 2820 # Provide some information about the compiler.
2826 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2821 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2827 set X $ac_compile 2822 set X $ac_compile
2828 ac_compiler=$2 2823 ac_compiler=$2
2829 for ac_option in --version -v -V -qversion; do 2824 for ac_option in --version -v -V -qversion; do
2830 { { ac_try="$ac_compiler $ac_option >&5" 2825 { { ac_try="$ac_compiler $ac_option >&5"
2831 case "(($ac_try" in 2826 case "(($ac_try" in
2832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2833 *) ac_try_echo=$ac_try;; 2828 *) ac_try_echo=$ac_try;;
2834 esac 2829 esac
2835 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2830 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2836 $as_echo "$ac_try_echo"; } >&5 2831 $as_echo "$ac_try_echo"; } >&5
2837 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 2832 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2838 ac_status=$? 2833 ac_status=$?
2839 if test -s conftest.err; then 2834 if test -s conftest.err; then
2840 sed '10a\ 2835 sed '10a\
2841 ... rest of stderr output deleted ... 2836 ... rest of stderr output deleted ...
2842 10q' conftest.err >conftest.er1 2837 10q' conftest.err >conftest.er1
2843 cat conftest.er1 >&5 2838 cat conftest.er1 >&5
2844 fi 2839 fi
2845 rm -f conftest.er1 conftest.err 2840 rm -f conftest.er1 conftest.err
2846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2847 test $ac_status = 0; } 2842 test $ac_status = 0; }
2848 done 2843 done
2849   2844  
2850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2851 /* end confdefs.h. */ 2846 /* end confdefs.h. */
2852   2847  
2853 int 2848 int
2854 main () 2849 main ()
2855 { 2850 {
2856   2851  
2857 ; 2852 ;
2858 return 0; 2853 return 0;
2859 } 2854 }
2860 _ACEOF 2855 _ACEOF
2861 ac_clean_files_save=$ac_clean_files 2856 ac_clean_files_save=$ac_clean_files
2862 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 2857 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2863 # Try to create an executable without -o first, disregard a.out. 2858 # Try to create an executable without -o first, disregard a.out.
2864 # It will help us diagnose broken compilers, and finding out an intuition 2859 # It will help us diagnose broken compilers, and finding out an intuition
2865 # of exeext. 2860 # of exeext.
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 2861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2867 $as_echo_n "checking whether the C compiler works... " >&6; } 2862 $as_echo_n "checking whether the C compiler works... " >&6; }
2868 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2863 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2869   2864  
2870 # The possible output files: 2865 # The possible output files:
2871 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2866 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2872   2867  
2873 ac_rmfiles= 2868 ac_rmfiles=
2874 for ac_file in $ac_files 2869 for ac_file in $ac_files
2875 do 2870 do
2876 case $ac_file in 2871 case $ac_file in
2877 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2872 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2878 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2873 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2879 esac 2874 esac
2880 done 2875 done
2881 rm -f $ac_rmfiles 2876 rm -f $ac_rmfiles
2882   2877  
2883 if { { ac_try="$ac_link_default" 2878 if { { ac_try="$ac_link_default"
2884 case "(($ac_try" in 2879 case "(($ac_try" in
2885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2886 *) ac_try_echo=$ac_try;; 2881 *) ac_try_echo=$ac_try;;
2887 esac 2882 esac
2888 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2883 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2889 $as_echo "$ac_try_echo"; } >&5 2884 $as_echo "$ac_try_echo"; } >&5
2890 (eval "$ac_link_default") 2>&5 2885 (eval "$ac_link_default") 2>&5
2891 ac_status=$? 2886 ac_status=$?
2892 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2893 test $ac_status = 0; }; then : 2888 test $ac_status = 0; }; then :
2894 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2889 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2895 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2890 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2896 # in a Makefile. We should not override ac_cv_exeext if it was cached, 2891 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2897 # so that the user can short-circuit this test for compilers unknown to 2892 # so that the user can short-circuit this test for compilers unknown to
2898 # Autoconf. 2893 # Autoconf.
2899 for ac_file in $ac_files '' 2894 for ac_file in $ac_files ''
2900 do 2895 do
2901 test -f "$ac_file" || continue 2896 test -f "$ac_file" || continue
2902 case $ac_file in 2897 case $ac_file in
2903 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2904 ;; 2899 ;;
2905 [ab].out ) 2900 [ab].out )
2906 # We found the default executable, but exeext='' is most 2901 # We found the default executable, but exeext='' is most
2907 # certainly right. 2902 # certainly right.
2908 break;; 2903 break;;
2909 *.* ) 2904 *.* )
2910 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2905 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2911 then :; else 2906 then :; else
2912 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2907 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2913 fi 2908 fi
2914 # We set ac_cv_exeext here because the later test for it is not 2909 # We set ac_cv_exeext here because the later test for it is not
2915 # safe: cross compilers may not add the suffix if given an `-o' 2910 # safe: cross compilers may not add the suffix if given an `-o'
2916 # argument, so we may need to know it at that point already. 2911 # argument, so we may need to know it at that point already.
2917 # Even if this section looks crufty: it has the advantage of 2912 # Even if this section looks crufty: it has the advantage of
2918 # actually working. 2913 # actually working.
2919 break;; 2914 break;;
2920 * ) 2915 * )
2921 break;; 2916 break;;
2922 esac 2917 esac
2923 done 2918 done
2924 test "$ac_cv_exeext" = no && ac_cv_exeext= 2919 test "$ac_cv_exeext" = no && ac_cv_exeext=
2925   2920  
2926 else 2921 else
2927 ac_file='' 2922 ac_file=''
2928 fi 2923 fi
2929 if test -z "$ac_file"; then : 2924 if test -z "$ac_file"; then :
2930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2931 $as_echo "no" >&6; } 2926 $as_echo "no" >&6; }
2932 $as_echo "$as_me: failed program was:" >&5 2927 $as_echo "$as_me: failed program was:" >&5
2933 sed 's/^/| /' conftest.$ac_ext >&5 2928 sed 's/^/| /' conftest.$ac_ext >&5
2934   2929  
2935 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2930 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2936 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2937 as_fn_error 77 "C compiler cannot create executables 2932 as_fn_error 77 "C compiler cannot create executables
2938 See \`config.log' for more details" "$LINENO" 5; } 2933 See \`config.log' for more details" "$LINENO" 5; }
2939 else 2934 else
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2941 $as_echo "yes" >&6; } 2936 $as_echo "yes" >&6; }
2942 fi 2937 fi
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2944 $as_echo_n "checking for C compiler default output file name... " >&6; } 2939 $as_echo_n "checking for C compiler default output file name... " >&6; }
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2946 $as_echo "$ac_file" >&6; } 2941 $as_echo "$ac_file" >&6; }
2947 ac_exeext=$ac_cv_exeext 2942 ac_exeext=$ac_cv_exeext
2948   2943  
2949 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2944 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2950 ac_clean_files=$ac_clean_files_save 2945 ac_clean_files=$ac_clean_files_save
2951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 2946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2952 $as_echo_n "checking for suffix of executables... " >&6; } 2947 $as_echo_n "checking for suffix of executables... " >&6; }
2953 if { { ac_try="$ac_link" 2948 if { { ac_try="$ac_link"
2954 case "(($ac_try" in 2949 case "(($ac_try" in
2955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2956 *) ac_try_echo=$ac_try;; 2951 *) ac_try_echo=$ac_try;;
2957 esac 2952 esac
2958 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2953 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2959 $as_echo "$ac_try_echo"; } >&5 2954 $as_echo "$ac_try_echo"; } >&5
2960 (eval "$ac_link") 2>&5 2955 (eval "$ac_link") 2>&5
2961 ac_status=$? 2956 ac_status=$?
2962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2957 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2963 test $ac_status = 0; }; then : 2958 test $ac_status = 0; }; then :
2964 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2959 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2965 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2960 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2966 # work properly (i.e., refer to `conftest.exe'), while it won't with 2961 # work properly (i.e., refer to `conftest.exe'), while it won't with
2967 # `rm'. 2962 # `rm'.
2968 for ac_file in conftest.exe conftest conftest.*; do 2963 for ac_file in conftest.exe conftest conftest.*; do
2969 test -f "$ac_file" || continue 2964 test -f "$ac_file" || continue
2970 case $ac_file in 2965 case $ac_file in
2971 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 2966 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2972 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2967 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2973 break;; 2968 break;;
2974 * ) break;; 2969 * ) break;;
2975 esac 2970 esac
2976 done 2971 done
2977 else 2972 else
2978 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2973 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2979 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2974 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2980 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2975 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2981 See \`config.log' for more details" "$LINENO" 5; } 2976 See \`config.log' for more details" "$LINENO" 5; }
2982 fi 2977 fi
2983 rm -f conftest conftest$ac_cv_exeext 2978 rm -f conftest conftest$ac_cv_exeext
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2985 $as_echo "$ac_cv_exeext" >&6; } 2980 $as_echo "$ac_cv_exeext" >&6; }
2986   2981  
2987 rm -f conftest.$ac_ext 2982 rm -f conftest.$ac_ext
2988 EXEEXT=$ac_cv_exeext 2983 EXEEXT=$ac_cv_exeext
2989 ac_exeext=$EXEEXT 2984 ac_exeext=$EXEEXT
2990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2991 /* end confdefs.h. */ 2986 /* end confdefs.h. */
2992 #include <stdio.h> 2987 #include <stdio.h>
2993 int 2988 int
2994 main () 2989 main ()
2995 { 2990 {
2996 FILE *f = fopen ("conftest.out", "w"); 2991 FILE *f = fopen ("conftest.out", "w");
2997 return ferror (f) || fclose (f) != 0; 2992 return ferror (f) || fclose (f) != 0;
2998   2993  
2999 ; 2994 ;
3000 return 0; 2995 return 0;
3001 } 2996 }
3002 _ACEOF 2997 _ACEOF
3003 ac_clean_files="$ac_clean_files conftest.out" 2998 ac_clean_files="$ac_clean_files conftest.out"
3004 # Check that the compiler produces executables we can run. If not, either 2999 # Check that the compiler produces executables we can run. If not, either
3005 # the compiler is broken, or we cross compile. 3000 # the compiler is broken, or we cross compile.
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3007 $as_echo_n "checking whether we are cross compiling... " >&6; } 3002 $as_echo_n "checking whether we are cross compiling... " >&6; }
3008 if test "$cross_compiling" != yes; then 3003 if test "$cross_compiling" != yes; then
3009 { { ac_try="$ac_link" 3004 { { ac_try="$ac_link"
3010 case "(($ac_try" in 3005 case "(($ac_try" in
3011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3012 *) ac_try_echo=$ac_try;; 3007 *) ac_try_echo=$ac_try;;
3013 esac 3008 esac
3014 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3009 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3015 $as_echo "$ac_try_echo"; } >&5 3010 $as_echo "$ac_try_echo"; } >&5
3016 (eval "$ac_link") 2>&5 3011 (eval "$ac_link") 2>&5
3017 ac_status=$? 3012 ac_status=$?
3018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3019 test $ac_status = 0; } 3014 test $ac_status = 0; }
3020 if { ac_try='./conftest$ac_cv_exeext' 3015 if { ac_try='./conftest$ac_cv_exeext'
3021 { { case "(($ac_try" in 3016 { { case "(($ac_try" in
3022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3023 *) ac_try_echo=$ac_try;; 3018 *) ac_try_echo=$ac_try;;
3024 esac 3019 esac
3025 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3020 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3026 $as_echo "$ac_try_echo"; } >&5 3021 $as_echo "$ac_try_echo"; } >&5
3027 (eval "$ac_try") 2>&5 3022 (eval "$ac_try") 2>&5
3028 ac_status=$? 3023 ac_status=$?
3029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3024 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3030 test $ac_status = 0; }; }; then 3025 test $ac_status = 0; }; }; then
3031 cross_compiling=no 3026 cross_compiling=no
3032 else 3027 else
3033 if test "$cross_compiling" = maybe; then 3028 if test "$cross_compiling" = maybe; then
3034 cross_compiling=yes 3029 cross_compiling=yes
3035 else 3030 else
3036 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3031 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3037 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3032 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3038 as_fn_error $? "cannot run C compiled programs. 3033 as_fn_error $? "cannot run C compiled programs.
3039 If you meant to cross compile, use \`--host'. 3034 If you meant to cross compile, use \`--host'.
3040 See \`config.log' for more details" "$LINENO" 5; } 3035 See \`config.log' for more details" "$LINENO" 5; }
3041 fi 3036 fi
3042 fi 3037 fi
3043 fi 3038 fi
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3045 $as_echo "$cross_compiling" >&6; } 3040 $as_echo "$cross_compiling" >&6; }
3046   3041  
3047 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3042 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3048 ac_clean_files=$ac_clean_files_save 3043 ac_clean_files=$ac_clean_files_save
3049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3050 $as_echo_n "checking for suffix of object files... " >&6; } 3045 $as_echo_n "checking for suffix of object files... " >&6; }
3051 if ${ac_cv_objext+:} false; then : 3046 if ${ac_cv_objext+:} false; then :
3052 $as_echo_n "(cached) " >&6 3047 $as_echo_n "(cached) " >&6
3053 else 3048 else
3054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3055 /* end confdefs.h. */ 3050 /* end confdefs.h. */
3056   3051  
3057 int 3052 int
3058 main () 3053 main ()
3059 { 3054 {
3060   3055  
3061 ; 3056 ;
3062 return 0; 3057 return 0;
3063 } 3058 }
3064 _ACEOF 3059 _ACEOF
3065 rm -f conftest.o conftest.obj 3060 rm -f conftest.o conftest.obj
3066 if { { ac_try="$ac_compile" 3061 if { { ac_try="$ac_compile"
3067 case "(($ac_try" in 3062 case "(($ac_try" in
3068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3069 *) ac_try_echo=$ac_try;; 3064 *) ac_try_echo=$ac_try;;
3070 esac 3065 esac
3071 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3066 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3072 $as_echo "$ac_try_echo"; } >&5 3067 $as_echo "$ac_try_echo"; } >&5
3073 (eval "$ac_compile") 2>&5 3068 (eval "$ac_compile") 2>&5
3074 ac_status=$? 3069 ac_status=$?
3075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3076 test $ac_status = 0; }; then : 3071 test $ac_status = 0; }; then :
3077 for ac_file in conftest.o conftest.obj conftest.*; do 3072 for ac_file in conftest.o conftest.obj conftest.*; do
3078 test -f "$ac_file" || continue; 3073 test -f "$ac_file" || continue;
3079 case $ac_file in 3074 case $ac_file in
3080 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 3075 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3081 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3076 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3082 break;; 3077 break;;
3083 esac 3078 esac
3084 done 3079 done
3085 else 3080 else
3086 $as_echo "$as_me: failed program was:" >&5 3081 $as_echo "$as_me: failed program was:" >&5
3087 sed 's/^/| /' conftest.$ac_ext >&5 3082 sed 's/^/| /' conftest.$ac_ext >&5
3088   3083  
3089 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3084 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3090 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3085 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3091 as_fn_error $? "cannot compute suffix of object files: cannot compile 3086 as_fn_error $? "cannot compute suffix of object files: cannot compile
3092 See \`config.log' for more details" "$LINENO" 5; } 3087 See \`config.log' for more details" "$LINENO" 5; }
3093 fi 3088 fi
3094 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3089 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3095 fi 3090 fi
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3097 $as_echo "$ac_cv_objext" >&6; } 3092 $as_echo "$ac_cv_objext" >&6; }
3098 OBJEXT=$ac_cv_objext 3093 OBJEXT=$ac_cv_objext
3099 ac_objext=$OBJEXT 3094 ac_objext=$OBJEXT
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3101 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3096 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3102 if ${ac_cv_c_compiler_gnu+:} false; then : 3097 if ${ac_cv_c_compiler_gnu+:} false; then :
3103 $as_echo_n "(cached) " >&6 3098 $as_echo_n "(cached) " >&6
3104 else 3099 else
3105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3106 /* end confdefs.h. */ 3101 /* end confdefs.h. */
3107   3102  
3108 int 3103 int
3109 main () 3104 main ()
3110 { 3105 {
3111 #ifndef __GNUC__ 3106 #ifndef __GNUC__
3112 choke me 3107 choke me
3113 #endif 3108 #endif
3114   3109  
3115 ; 3110 ;
3116 return 0; 3111 return 0;
3117 } 3112 }
3118 _ACEOF 3113 _ACEOF
3119 if ac_fn_c_try_compile "$LINENO"; then : 3114 if ac_fn_c_try_compile "$LINENO"; then :
3120 ac_compiler_gnu=yes 3115 ac_compiler_gnu=yes
3121 else 3116 else
3122 ac_compiler_gnu=no 3117 ac_compiler_gnu=no
3123 fi 3118 fi
3124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3125 ac_cv_c_compiler_gnu=$ac_compiler_gnu 3120 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3126   3121  
3127 fi 3122 fi
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 3123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3129 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 3124 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3130 if test $ac_compiler_gnu = yes; then 3125 if test $ac_compiler_gnu = yes; then
3131 GCC=yes 3126 GCC=yes
3132 else 3127 else
3133 GCC= 3128 GCC=
3134 fi 3129 fi
3135 ac_test_CFLAGS=${CFLAGS+set} 3130 ac_test_CFLAGS=${CFLAGS+set}
3136 ac_save_CFLAGS=$CFLAGS 3131 ac_save_CFLAGS=$CFLAGS
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 3132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3138 $as_echo_n "checking whether $CC accepts -g... " >&6; } 3133 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3139 if ${ac_cv_prog_cc_g+:} false; then : 3134 if ${ac_cv_prog_cc_g+:} false; then :
3140 $as_echo_n "(cached) " >&6 3135 $as_echo_n "(cached) " >&6
3141 else 3136 else
3142 ac_save_c_werror_flag=$ac_c_werror_flag 3137 ac_save_c_werror_flag=$ac_c_werror_flag
3143 ac_c_werror_flag=yes 3138 ac_c_werror_flag=yes
3144 ac_cv_prog_cc_g=no 3139 ac_cv_prog_cc_g=no
3145 CFLAGS="-g" 3140 CFLAGS="-g"
3146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3147 /* end confdefs.h. */ 3142 /* end confdefs.h. */
3148   3143  
3149 int 3144 int
3150 main () 3145 main ()
3151 { 3146 {
3152   3147  
3153 ; 3148 ;
3154 return 0; 3149 return 0;
3155 } 3150 }
3156 _ACEOF 3151 _ACEOF
3157 if ac_fn_c_try_compile "$LINENO"; then : 3152 if ac_fn_c_try_compile "$LINENO"; then :
3158 ac_cv_prog_cc_g=yes 3153 ac_cv_prog_cc_g=yes
3159 else 3154 else
3160 CFLAGS="" 3155 CFLAGS=""
3161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3162 /* end confdefs.h. */ 3157 /* end confdefs.h. */
3163   3158  
3164 int 3159 int
3165 main () 3160 main ()
3166 { 3161 {
3167   3162  
3168 ; 3163 ;
3169 return 0; 3164 return 0;
3170 } 3165 }
3171 _ACEOF 3166 _ACEOF
3172 if ac_fn_c_try_compile "$LINENO"; then : 3167 if ac_fn_c_try_compile "$LINENO"; then :
3173   3168  
3174 else 3169 else
3175 ac_c_werror_flag=$ac_save_c_werror_flag 3170 ac_c_werror_flag=$ac_save_c_werror_flag
3176 CFLAGS="-g" 3171 CFLAGS="-g"
3177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3178 /* end confdefs.h. */ 3173 /* end confdefs.h. */
3179   3174  
3180 int 3175 int
3181 main () 3176 main ()
3182 { 3177 {
3183   3178  
3184 ; 3179 ;
3185 return 0; 3180 return 0;
3186 } 3181 }
3187 _ACEOF 3182 _ACEOF
3188 if ac_fn_c_try_compile "$LINENO"; then : 3183 if ac_fn_c_try_compile "$LINENO"; then :
3189 ac_cv_prog_cc_g=yes 3184 ac_cv_prog_cc_g=yes
3190 fi 3185 fi
3191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3192 fi 3187 fi
3193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3194 fi 3189 fi
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196 ac_c_werror_flag=$ac_save_c_werror_flag 3191 ac_c_werror_flag=$ac_save_c_werror_flag
3197 fi 3192 fi
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3199 $as_echo "$ac_cv_prog_cc_g" >&6; } 3194 $as_echo "$ac_cv_prog_cc_g" >&6; }
3200 if test "$ac_test_CFLAGS" = set; then 3195 if test "$ac_test_CFLAGS" = set; then
3201 CFLAGS=$ac_save_CFLAGS 3196 CFLAGS=$ac_save_CFLAGS
3202 elif test $ac_cv_prog_cc_g = yes; then 3197 elif test $ac_cv_prog_cc_g = yes; then
3203 if test "$GCC" = yes; then 3198 if test "$GCC" = yes; then
3204 CFLAGS="-g -O2" 3199 CFLAGS="-g -O2"
3205 else 3200 else
3206 CFLAGS="-g" 3201 CFLAGS="-g"
3207 fi 3202 fi
3208 else 3203 else
3209 if test "$GCC" = yes; then 3204 if test "$GCC" = yes; then
3210 CFLAGS="-O2" 3205 CFLAGS="-O2"
3211 else 3206 else
3212 CFLAGS= 3207 CFLAGS=
3213 fi 3208 fi
3214 fi 3209 fi
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3216 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 3211 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3217 if ${ac_cv_prog_cc_c89+:} false; then : 3212 if ${ac_cv_prog_cc_c89+:} false; then :
3218 $as_echo_n "(cached) " >&6 3213 $as_echo_n "(cached) " >&6
3219 else 3214 else
3220 ac_cv_prog_cc_c89=no 3215 ac_cv_prog_cc_c89=no
3221 ac_save_CC=$CC 3216 ac_save_CC=$CC
3222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3223 /* end confdefs.h. */ 3218 /* end confdefs.h. */
3224 #include <stdarg.h> 3219 #include <stdarg.h>
3225 #include <stdio.h> 3220 #include <stdio.h>
3226 struct stat; 3221 struct stat;
3227 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3222 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3228 struct buf { int x; }; 3223 struct buf { int x; };
3229 FILE * (*rcsopen) (struct buf *, struct stat *, int); 3224 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3230 static char *e (p, i) 3225 static char *e (p, i)
3231 char **p; 3226 char **p;
3232 int i; 3227 int i;
3233 { 3228 {
3234 return p[i]; 3229 return p[i];
3235 } 3230 }
3236 static char *f (char * (*g) (char **, int), char **p, ...) 3231 static char *f (char * (*g) (char **, int), char **p, ...)
3237 { 3232 {
3238 char *s; 3233 char *s;
3239 va_list v; 3234 va_list v;
3240 va_start (v,p); 3235 va_start (v,p);
3241 s = g (p, va_arg (v,int)); 3236 s = g (p, va_arg (v,int));
3242 va_end (v); 3237 va_end (v);
3243 return s; 3238 return s;
3244 } 3239 }
3245   3240  
3246 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 3241 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3247 function prototypes and stuff, but not '\xHH' hex character constants. 3242 function prototypes and stuff, but not '\xHH' hex character constants.
3248 These don't provoke an error unfortunately, instead are silently treated 3243 These don't provoke an error unfortunately, instead are silently treated
3249 as 'x'. The following induces an error, until -std is added to get 3244 as 'x'. The following induces an error, until -std is added to get
3250 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 3245 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3251 array size at least. It's necessary to write '\x00'==0 to get something 3246 array size at least. It's necessary to write '\x00'==0 to get something
3252 that's true only with -std. */ 3247 that's true only with -std. */
3253 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 3248 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3254   3249  
3255 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 3250 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3256 inside strings and character constants. */ 3251 inside strings and character constants. */
3257 #define FOO(x) 'x' 3252 #define FOO(x) 'x'
3258 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 3253 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3259   3254  
3260 int test (int i, double x); 3255 int test (int i, double x);
3261 struct s1 {int (*f) (int a);}; 3256 struct s1 {int (*f) (int a);};
3262 struct s2 {int (*f) (double a);}; 3257 struct s2 {int (*f) (double a);};
3263 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 3258 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3264 int argc; 3259 int argc;
3265 char **argv; 3260 char **argv;
3266 int 3261 int
3267 main () 3262 main ()
3268 { 3263 {
3269 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 3264 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3270 ; 3265 ;
3271 return 0; 3266 return 0;
3272 } 3267 }
3273 _ACEOF 3268 _ACEOF
3274 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 3269 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3275 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 3270 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3276 do 3271 do
3277 CC="$ac_save_CC $ac_arg" 3272 CC="$ac_save_CC $ac_arg"
3278 if ac_fn_c_try_compile "$LINENO"; then : 3273 if ac_fn_c_try_compile "$LINENO"; then :
3279 ac_cv_prog_cc_c89=$ac_arg 3274 ac_cv_prog_cc_c89=$ac_arg
3280 fi 3275 fi
3281 rm -f core conftest.err conftest.$ac_objext 3276 rm -f core conftest.err conftest.$ac_objext
3282 test "x$ac_cv_prog_cc_c89" != "xno" && break 3277 test "x$ac_cv_prog_cc_c89" != "xno" && break
3283 done 3278 done
3284 rm -f conftest.$ac_ext 3279 rm -f conftest.$ac_ext
3285 CC=$ac_save_CC 3280 CC=$ac_save_CC
3286   3281  
3287 fi 3282 fi
3288 # AC_CACHE_VAL 3283 # AC_CACHE_VAL
3289 case "x$ac_cv_prog_cc_c89" in 3284 case "x$ac_cv_prog_cc_c89" in
3290 x) 3285 x)
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3292 $as_echo "none needed" >&6; } ;; 3287 $as_echo "none needed" >&6; } ;;
3293 xno) 3288 xno)
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3295 $as_echo "unsupported" >&6; } ;; 3290 $as_echo "unsupported" >&6; } ;;
3296 *) 3291 *)
3297 CC="$CC $ac_cv_prog_cc_c89" 3292 CC="$CC $ac_cv_prog_cc_c89"
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3299 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3294 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3300 esac 3295 esac
3301 if test "x$ac_cv_prog_cc_c89" != xno; then : 3296 if test "x$ac_cv_prog_cc_c89" != xno; then :
3302   3297  
3303 fi 3298 fi
3304   3299  
3305 ac_ext=c 3300 ac_ext=c
3306 ac_cpp='$CPP $CPPFLAGS' 3301 ac_cpp='$CPP $CPPFLAGS'
3307 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3302 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3308 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3303 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3309 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3304 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3310   3305  
3311 ac_ext=c 3306 ac_ext=c
3312 ac_cpp='$CPP $CPPFLAGS' 3307 ac_cpp='$CPP $CPPFLAGS'
3313 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3314 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3315 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 3311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3317 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } 3312 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3318 if ${am_cv_prog_cc_c_o+:} false; then : 3313 if ${am_cv_prog_cc_c_o+:} false; then :
3319 $as_echo_n "(cached) " >&6 3314 $as_echo_n "(cached) " >&6
3320 else 3315 else
3321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3322 /* end confdefs.h. */ 3317 /* end confdefs.h. */
3323   3318  
3324 int 3319 int
3325 main () 3320 main ()
3326 { 3321 {
3327   3322  
3328 ; 3323 ;
3329 return 0; 3324 return 0;
3330 } 3325 }
3331 _ACEOF 3326 _ACEOF
3332 # Make sure it works both with $CC and with simple cc. 3327 # Make sure it works both with $CC and with simple cc.
3333 # Following AC_PROG_CC_C_O, we do the test twice because some 3328 # Following AC_PROG_CC_C_O, we do the test twice because some
3334 # compilers refuse to overwrite an existing .o file with -o, 3329 # compilers refuse to overwrite an existing .o file with -o,
3335 # though they will create one. 3330 # though they will create one.
3336 am_cv_prog_cc_c_o=yes 3331 am_cv_prog_cc_c_o=yes
3337 for am_i in 1 2; do 3332 for am_i in 1 2; do
3338 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 3333 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3339 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 3334 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3340 ac_status=$? 3335 ac_status=$?
3341 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3342 (exit $ac_status); } \ 3337 (exit $ac_status); } \
3343 && test -f conftest2.$ac_objext; then 3338 && test -f conftest2.$ac_objext; then
3344 : OK 3339 : OK
3345 else 3340 else
3346 am_cv_prog_cc_c_o=no 3341 am_cv_prog_cc_c_o=no
3347 break 3342 break
3348 fi 3343 fi
3349 done 3344 done
3350 rm -f core conftest* 3345 rm -f core conftest*
3351 unset am_i 3346 unset am_i
3352 fi 3347 fi
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 3348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3354 $as_echo "$am_cv_prog_cc_c_o" >&6; } 3349 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3355 if test "$am_cv_prog_cc_c_o" != yes; then 3350 if test "$am_cv_prog_cc_c_o" != yes; then
3356 # Losing compiler, so override with the script. 3351 # Losing compiler, so override with the script.
3357 # FIXME: It is wrong to rewrite CC. 3352 # FIXME: It is wrong to rewrite CC.
3358 # But if we don't then we get into trouble of one sort or another. 3353 # But if we don't then we get into trouble of one sort or another.
3359 # A longer-term fix would be to have automake use am__CC in this case, 3354 # A longer-term fix would be to have automake use am__CC in this case,
3360 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" 3355 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3361 CC="$am_aux_dir/compile $CC" 3356 CC="$am_aux_dir/compile $CC"
3362 fi 3357 fi
3363 ac_ext=c 3358 ac_ext=c
3364 ac_cpp='$CPP $CPPFLAGS' 3359 ac_cpp='$CPP $CPPFLAGS'
3365 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3360 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3366 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3361 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3367 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3362 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3368   3363  
3369   3364  
3370 depcc="$CC" am_compiler_list= 3365 depcc="$CC" am_compiler_list=
3371   3366  
3372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 3367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3373 $as_echo_n "checking dependency style of $depcc... " >&6; } 3368 $as_echo_n "checking dependency style of $depcc... " >&6; }
3374 if ${am_cv_CC_dependencies_compiler_type+:} false; then : 3369 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3375 $as_echo_n "(cached) " >&6 3370 $as_echo_n "(cached) " >&6
3376 else 3371 else
3377 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 3372 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3378 # We make a subdir and do the tests there. Otherwise we can end up 3373 # We make a subdir and do the tests there. Otherwise we can end up
3379 # making bogus files that we don't know about and never remove. For 3374 # making bogus files that we don't know about and never remove. For
3380 # instance it was reported that on HP-UX the gcc test will end up 3375 # instance it was reported that on HP-UX the gcc test will end up
3381 # making a dummy file named 'D' -- because '-MD' means "put the output 3376 # making a dummy file named 'D' -- because '-MD' means "put the output
3382 # in D". 3377 # in D".
3383 rm -rf conftest.dir 3378 rm -rf conftest.dir
3384 mkdir conftest.dir 3379 mkdir conftest.dir
3385 # Copy depcomp to subdir because otherwise we won't find it if we're 3380 # Copy depcomp to subdir because otherwise we won't find it if we're
3386 # using a relative directory. 3381 # using a relative directory.
3387 cp "$am_depcomp" conftest.dir 3382 cp "$am_depcomp" conftest.dir
3388 cd conftest.dir 3383 cd conftest.dir
3389 # We will build objects and dependencies in a subdirectory because 3384 # We will build objects and dependencies in a subdirectory because
3390 # it helps to detect inapplicable dependency modes. For instance 3385 # it helps to detect inapplicable dependency modes. For instance
3391 # both Tru64's cc and ICC support -MD to output dependencies as a 3386 # both Tru64's cc and ICC support -MD to output dependencies as a
3392 # side effect of compilation, but ICC will put the dependencies in 3387 # side effect of compilation, but ICC will put the dependencies in
3393 # the current directory while Tru64 will put them in the object 3388 # the current directory while Tru64 will put them in the object
3394 # directory. 3389 # directory.
3395 mkdir sub 3390 mkdir sub
3396   3391  
3397 am_cv_CC_dependencies_compiler_type=none 3392 am_cv_CC_dependencies_compiler_type=none
3398 if test "$am_compiler_list" = ""; then 3393 if test "$am_compiler_list" = ""; then
3399 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 3394 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3400 fi 3395 fi
3401 am__universal=false 3396 am__universal=false
3402 case " $depcc " in #( 3397 case " $depcc " in #(
3403 *\ -arch\ *\ -arch\ *) am__universal=true ;; 3398 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3404 esac 3399 esac
3405   3400  
3406 for depmode in $am_compiler_list; do 3401 for depmode in $am_compiler_list; do
3407 # Setup a source with many dependencies, because some compilers 3402 # Setup a source with many dependencies, because some compilers
3408 # like to wrap large dependency lists on column 80 (with \), and 3403 # like to wrap large dependency lists on column 80 (with \), and
3409 # we should not choose a depcomp mode which is confused by this. 3404 # we should not choose a depcomp mode which is confused by this.
3410 # 3405 #
3411 # We need to recreate these files for each test, as the compiler may 3406 # We need to recreate these files for each test, as the compiler may
3412 # overwrite some of them when testing with obscure command lines. 3407 # overwrite some of them when testing with obscure command lines.
3413 # This happens at least with the AIX C compiler. 3408 # This happens at least with the AIX C compiler.
3414 : > sub/conftest.c 3409 : > sub/conftest.c
3415 for i in 1 2 3 4 5 6; do 3410 for i in 1 2 3 4 5 6; do
3416 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3411 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3417 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with 3412 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3418 # Solaris 10 /bin/sh. 3413 # Solaris 10 /bin/sh.
3419 echo '/* dummy */' > sub/conftst$i.h 3414 echo '/* dummy */' > sub/conftst$i.h
3420 done 3415 done
3421 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3416 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3422   3417  
3423 # We check with '-c' and '-o' for the sake of the "dashmstdout" 3418 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3424 # mode. It turns out that the SunPro C++ compiler does not properly 3419 # mode. It turns out that the SunPro C++ compiler does not properly
3425 # handle '-M -o', and we need to detect this. Also, some Intel 3420 # handle '-M -o', and we need to detect this. Also, some Intel
3426 # versions had trouble with output in subdirs. 3421 # versions had trouble with output in subdirs.
3427 am__obj=sub/conftest.${OBJEXT-o} 3422 am__obj=sub/conftest.${OBJEXT-o}
3428 am__minus_obj="-o $am__obj" 3423 am__minus_obj="-o $am__obj"
3429 case $depmode in 3424 case $depmode in
3430 gcc) 3425 gcc)
3431 # This depmode causes a compiler race in universal mode. 3426 # This depmode causes a compiler race in universal mode.
3432 test "$am__universal" = false || continue 3427 test "$am__universal" = false || continue
3433 ;; 3428 ;;
3434 nosideeffect) 3429 nosideeffect)
3435 # After this tag, mechanisms are not by side-effect, so they'll 3430 # After this tag, mechanisms are not by side-effect, so they'll
3436 # only be used when explicitly requested. 3431 # only be used when explicitly requested.
3437 if test "x$enable_dependency_tracking" = xyes; then 3432 if test "x$enable_dependency_tracking" = xyes; then
3438 continue 3433 continue
3439 else 3434 else
3440 break 3435 break
3441 fi 3436 fi
3442 ;; 3437 ;;
3443 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3438 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3444 # This compiler won't grok '-c -o', but also, the minuso test has 3439 # This compiler won't grok '-c -o', but also, the minuso test has
3445 # not run yet. These depmodes are late enough in the game, and 3440 # not run yet. These depmodes are late enough in the game, and
3446 # so weak that their functioning should not be impacted. 3441 # so weak that their functioning should not be impacted.
3447 am__obj=conftest.${OBJEXT-o} 3442 am__obj=conftest.${OBJEXT-o}
3448 am__minus_obj= 3443 am__minus_obj=
3449 ;; 3444 ;;
3450 none) break ;; 3445 none) break ;;
3451 esac 3446 esac
3452 if depmode=$depmode \ 3447 if depmode=$depmode \
3453 source=sub/conftest.c object=$am__obj \ 3448 source=sub/conftest.c object=$am__obj \
3454 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 3449 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3455 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 3450 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3456 >/dev/null 2>conftest.err && 3451 >/dev/null 2>conftest.err &&
3457 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 3452 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3458 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 3453 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3459 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 3454 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3460 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3455 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3461 # icc doesn't choke on unknown options, it will just issue warnings 3456 # icc doesn't choke on unknown options, it will just issue warnings
3462 # or remarks (even with -Werror). So we grep stderr for any message 3457 # or remarks (even with -Werror). So we grep stderr for any message
3463 # that says an option was ignored or not supported. 3458 # that says an option was ignored or not supported.
3464 # When given -MP, icc 7.0 and 7.1 complain thusly: 3459 # When given -MP, icc 7.0 and 7.1 complain thusly:
3465 # icc: Command line warning: ignoring option '-M'; no argument required 3460 # icc: Command line warning: ignoring option '-M'; no argument required
3466 # The diagnosis changed in icc 8.0: 3461 # The diagnosis changed in icc 8.0:
3467 # icc: Command line remark: option '-MP' not supported 3462 # icc: Command line remark: option '-MP' not supported
3468 if (grep 'ignoring option' conftest.err || 3463 if (grep 'ignoring option' conftest.err ||
3469 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3464 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3470 am_cv_CC_dependencies_compiler_type=$depmode 3465 am_cv_CC_dependencies_compiler_type=$depmode
3471 break 3466 break
3472 fi 3467 fi
3473 fi 3468 fi
3474 done 3469 done
3475   3470  
3476 cd .. 3471 cd ..
3477 rm -rf conftest.dir 3472 rm -rf conftest.dir
3478 else 3473 else
3479 am_cv_CC_dependencies_compiler_type=none 3474 am_cv_CC_dependencies_compiler_type=none
3480 fi 3475 fi
3481   3476  
3482 fi 3477 fi
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 3478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3484 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 3479 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3485 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3480 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3486   3481  
3487 if 3482 if
3488 test "x$enable_dependency_tracking" != xno \ 3483 test "x$enable_dependency_tracking" != xno \
3489 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 3484 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3490 am__fastdepCC_TRUE= 3485 am__fastdepCC_TRUE=
3491 am__fastdepCC_FALSE='#' 3486 am__fastdepCC_FALSE='#'
3492 else 3487 else
3493 am__fastdepCC_TRUE='#' 3488 am__fastdepCC_TRUE='#'
3494 am__fastdepCC_FALSE= 3489 am__fastdepCC_FALSE=
3495 fi 3490 fi
3496   3491  
3497   3492  
3498   3493  
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5 3494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
3500 $as_echo_n "checking for clock_gettime in -lrt... " >&6; } 3495 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
3501 if ${ac_cv_lib_rt_clock_gettime+:} false; then : 3496 if ${ac_cv_lib_rt_clock_gettime+:} false; then :
3502 $as_echo_n "(cached) " >&6 3497 $as_echo_n "(cached) " >&6
3503 else 3498 else
3504 ac_check_lib_save_LIBS=$LIBS 3499 ac_check_lib_save_LIBS=$LIBS
3505 LIBS="-lrt $LIBS" 3500 LIBS="-lrt $LIBS"
3506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3507 /* end confdefs.h. */ 3502 /* end confdefs.h. */
3508   3503  
3509 /* Override any GCC internal prototype to avoid an error. 3504 /* Override any GCC internal prototype to avoid an error.
3510 Use char because int might match the return type of a GCC 3505 Use char because int might match the return type of a GCC
3511 builtin and then its argument prototype would still apply. */ 3506 builtin and then its argument prototype would still apply. */
3512 #ifdef __cplusplus 3507 #ifdef __cplusplus
3513 extern "C" 3508 extern "C"
3514 #endif 3509 #endif
3515 char clock_gettime (); 3510 char clock_gettime ();
3516 int 3511 int
3517 main () 3512 main ()
3518 { 3513 {
3519 return clock_gettime (); 3514 return clock_gettime ();
3520 ; 3515 ;
3521 return 0; 3516 return 0;
3522 } 3517 }
3523 _ACEOF 3518 _ACEOF
3524 if ac_fn_c_try_link "$LINENO"; then : 3519 if ac_fn_c_try_link "$LINENO"; then :
3525 ac_cv_lib_rt_clock_gettime=yes 3520 ac_cv_lib_rt_clock_gettime=yes
3526 else 3521 else
3527 ac_cv_lib_rt_clock_gettime=no 3522 ac_cv_lib_rt_clock_gettime=no
3528 fi 3523 fi
3529 rm -f core conftest.err conftest.$ac_objext \ 3524 rm -f core conftest.err conftest.$ac_objext \
3530 conftest$ac_exeext conftest.$ac_ext 3525 conftest$ac_exeext conftest.$ac_ext
3531 LIBS=$ac_check_lib_save_LIBS 3526 LIBS=$ac_check_lib_save_LIBS
3532 fi 3527 fi
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5 3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
3534 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } 3529 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
3535 if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then : 3530 if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then :
3536 cat >>confdefs.h <<_ACEOF 3531 cat >>confdefs.h <<_ACEOF
3537 #define HAVE_LIBRT 1 3532 #define HAVE_LIBRT 1
3538 _ACEOF 3533 _ACEOF
3539   3534  
3540 LIBS="-lrt $LIBS" 3535 LIBS="-lrt $LIBS"
3541   3536  
3542 fi 3537 fi
3543   3538  
3544 for ac_prog in doxygen 3539 for ac_prog in doxygen
3545 do 3540 do
3546 # Extract the first word of "$ac_prog", so it can be a program name with args. 3541 # Extract the first word of "$ac_prog", so it can be a program name with args.
3547 set dummy $ac_prog; ac_word=$2 3542 set dummy $ac_prog; ac_word=$2
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3549 $as_echo_n "checking for $ac_word... " >&6; } 3544 $as_echo_n "checking for $ac_word... " >&6; }
3550 if ${ac_cv_prog_DOXYGEN+:} false; then : 3545 if ${ac_cv_prog_DOXYGEN+:} false; then :
3551 $as_echo_n "(cached) " >&6 3546 $as_echo_n "(cached) " >&6
3552 else 3547 else
3553 if test -n "$DOXYGEN"; then 3548 if test -n "$DOXYGEN"; then
3554 ac_cv_prog_DOXYGEN="$DOXYGEN" # Let the user override the test. 3549 ac_cv_prog_DOXYGEN="$DOXYGEN" # Let the user override the test.
3555 else 3550 else
3556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3557 for as_dir in $PATH 3552 for as_dir in $PATH
3558 do 3553 do
3559 IFS=$as_save_IFS 3554 IFS=$as_save_IFS
3560 test -z "$as_dir" && as_dir=. 3555 test -z "$as_dir" && as_dir=.
3561 for ac_exec_ext in '' $ac_executable_extensions; do 3556 for ac_exec_ext in '' $ac_executable_extensions; do
3562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3557 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3563 ac_cv_prog_DOXYGEN="$ac_prog" 3558 ac_cv_prog_DOXYGEN="$ac_prog"
3564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3565 break 2 3560 break 2
3566 fi 3561 fi
3567 done 3562 done
3568 done 3563 done
3569 IFS=$as_save_IFS 3564 IFS=$as_save_IFS
3570   3565  
3571 fi 3566 fi
3572 fi 3567 fi
3573 DOXYGEN=$ac_cv_prog_DOXYGEN 3568 DOXYGEN=$ac_cv_prog_DOXYGEN
3574 if test -n "$DOXYGEN"; then 3569 if test -n "$DOXYGEN"; then
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5 3570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5
3576 $as_echo "$DOXYGEN" >&6; } 3571 $as_echo "$DOXYGEN" >&6; }
3577 else 3572 else
3578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3579 $as_echo "no" >&6; } 3574 $as_echo "no" >&6; }
3580 fi 3575 fi
3581   3576  
3582   3577  
3583 test -n "$DOXYGEN" && break 3578 test -n "$DOXYGEN" && break
3584 done 3579 done
3585   3580  
3586 if test -z "$DOXYGEN"; 3581 if test -z "$DOXYGEN";
3587 then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Doxygen not found - continuing without Doxygen support" >&5 3582 then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Doxygen not found - continuing without Doxygen support" >&5
3588 $as_echo "$as_me: WARNING: Doxygen not found - continuing without Doxygen support" >&2;} 3583 $as_echo "$as_me: WARNING: Doxygen not found - continuing without Doxygen support" >&2;}
3589 fi 3584 fi
3590 if test -n "$ac_tool_prefix"; then 3585 if test -n "$ac_tool_prefix"; then
3591 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3586 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3592 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3587 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3594 $as_echo_n "checking for $ac_word... " >&6; } 3589 $as_echo_n "checking for $ac_word... " >&6; }
3595 if ${ac_cv_prog_RANLIB+:} false; then : 3590 if ${ac_cv_prog_RANLIB+:} false; then :
3596 $as_echo_n "(cached) " >&6 3591 $as_echo_n "(cached) " >&6
3597 else 3592 else
3598 if test -n "$RANLIB"; then 3593 if test -n "$RANLIB"; then
3599 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 3594 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3600 else 3595 else
3601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3602 for as_dir in $PATH 3597 for as_dir in $PATH
3603 do 3598 do
3604 IFS=$as_save_IFS 3599 IFS=$as_save_IFS
3605 test -z "$as_dir" && as_dir=. 3600 test -z "$as_dir" && as_dir=.
3606 for ac_exec_ext in '' $ac_executable_extensions; do 3601 for ac_exec_ext in '' $ac_executable_extensions; do
3607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3608 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3603 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3610 break 2 3605 break 2
3611 fi 3606 fi
3612 done 3607 done
3613 done 3608 done
3614 IFS=$as_save_IFS 3609 IFS=$as_save_IFS
3615   3610  
3616 fi 3611 fi
3617 fi 3612 fi
3618 RANLIB=$ac_cv_prog_RANLIB 3613 RANLIB=$ac_cv_prog_RANLIB
3619 if test -n "$RANLIB"; then 3614 if test -n "$RANLIB"; then
3620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 3615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3621 $as_echo "$RANLIB" >&6; } 3616 $as_echo "$RANLIB" >&6; }
3622 else 3617 else
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3624 $as_echo "no" >&6; } 3619 $as_echo "no" >&6; }
3625 fi 3620 fi
3626   3621  
3627   3622  
3628 fi 3623 fi
3629 if test -z "$ac_cv_prog_RANLIB"; then 3624 if test -z "$ac_cv_prog_RANLIB"; then
3630 ac_ct_RANLIB=$RANLIB 3625 ac_ct_RANLIB=$RANLIB
3631 # Extract the first word of "ranlib", so it can be a program name with args. 3626 # Extract the first word of "ranlib", so it can be a program name with args.
3632 set dummy ranlib; ac_word=$2 3627 set dummy ranlib; ac_word=$2
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3634 $as_echo_n "checking for $ac_word... " >&6; } 3629 $as_echo_n "checking for $ac_word... " >&6; }
3635 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : 3630 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3636 $as_echo_n "(cached) " >&6 3631 $as_echo_n "(cached) " >&6
3637 else 3632 else
3638 if test -n "$ac_ct_RANLIB"; then 3633 if test -n "$ac_ct_RANLIB"; then
3639 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 3634 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3640 else 3635 else
3641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3642 for as_dir in $PATH 3637 for as_dir in $PATH
3643 do 3638 do
3644 IFS=$as_save_IFS 3639 IFS=$as_save_IFS
3645 test -z "$as_dir" && as_dir=. 3640 test -z "$as_dir" && as_dir=.
3646 for ac_exec_ext in '' $ac_executable_extensions; do 3641 for ac_exec_ext in '' $ac_executable_extensions; do
3647 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3642 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3648 ac_cv_prog_ac_ct_RANLIB="ranlib" 3643 ac_cv_prog_ac_ct_RANLIB="ranlib"
3649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3650 break 2 3645 break 2
3651 fi 3646 fi
3652 done 3647 done
3653 done 3648 done
3654 IFS=$as_save_IFS 3649 IFS=$as_save_IFS
3655   3650  
3656 fi 3651 fi
3657 fi 3652 fi
3658 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3653 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3659 if test -n "$ac_ct_RANLIB"; then 3654 if test -n "$ac_ct_RANLIB"; then
3660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 3655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3661 $as_echo "$ac_ct_RANLIB" >&6; } 3656 $as_echo "$ac_ct_RANLIB" >&6; }
3662 else 3657 else
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3664 $as_echo "no" >&6; } 3659 $as_echo "no" >&6; }
3665 fi 3660 fi
3666   3661  
3667 if test "x$ac_ct_RANLIB" = x; then 3662 if test "x$ac_ct_RANLIB" = x; then
3668 RANLIB=":" 3663 RANLIB=":"
3669 else 3664 else
3670 case $cross_compiling:$ac_tool_warned in 3665 case $cross_compiling:$ac_tool_warned in
3671 yes:) 3666 yes:)
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3673 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3668 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3674 ac_tool_warned=yes ;; 3669 ac_tool_warned=yes ;;
3675 esac 3670 esac
3676 RANLIB=$ac_ct_RANLIB 3671 RANLIB=$ac_ct_RANLIB
3677 fi 3672 fi
3678 else 3673 else
3679 RANLIB="$ac_cv_prog_RANLIB" 3674 RANLIB="$ac_cv_prog_RANLIB"
3680 fi 3675 fi
3681   3676  
3682 ac_ext=c 3677 ac_ext=c
3683 ac_cpp='$CPP $CPPFLAGS' 3678 ac_cpp='$CPP $CPPFLAGS'
3684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3679 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3680 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3686 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3681 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3687 if test -n "$ac_tool_prefix"; then 3682 if test -n "$ac_tool_prefix"; then
3688 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3683 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3689 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3684 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691 $as_echo_n "checking for $ac_word... " >&6; } 3686 $as_echo_n "checking for $ac_word... " >&6; }
3692 if ${ac_cv_prog_CC+:} false; then : 3687 if ${ac_cv_prog_CC+:} false; then :
3693 $as_echo_n "(cached) " >&6 3688 $as_echo_n "(cached) " >&6
3694 else 3689 else
3695 if test -n "$CC"; then 3690 if test -n "$CC"; then
3696 ac_cv_prog_CC="$CC" # Let the user override the test. 3691 ac_cv_prog_CC="$CC" # Let the user override the test.
3697 else 3692 else
3698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699 for as_dir in $PATH 3694 for as_dir in $PATH
3700 do 3695 do
3701 IFS=$as_save_IFS 3696 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=. 3697 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do 3698 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3699 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3705 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3700 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2 3702 break 2
3708 fi 3703 fi
3709 done 3704 done
3710 done 3705 done
3711 IFS=$as_save_IFS 3706 IFS=$as_save_IFS
3712   3707  
3713 fi 3708 fi
3714 fi 3709 fi
3715 CC=$ac_cv_prog_CC 3710 CC=$ac_cv_prog_CC
3716 if test -n "$CC"; then 3711 if test -n "$CC"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3718 $as_echo "$CC" >&6; } 3713 $as_echo "$CC" >&6; }
3719 else 3714 else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721 $as_echo "no" >&6; } 3716 $as_echo "no" >&6; }
3722 fi 3717 fi
3723   3718  
3724   3719  
3725 fi 3720 fi
3726 if test -z "$ac_cv_prog_CC"; then 3721 if test -z "$ac_cv_prog_CC"; then
3727 ac_ct_CC=$CC 3722 ac_ct_CC=$CC
3728 # Extract the first word of "gcc", so it can be a program name with args. 3723 # Extract the first word of "gcc", so it can be a program name with args.
3729 set dummy gcc; ac_word=$2 3724 set dummy gcc; ac_word=$2
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3731 $as_echo_n "checking for $ac_word... " >&6; } 3726 $as_echo_n "checking for $ac_word... " >&6; }
3732 if ${ac_cv_prog_ac_ct_CC+:} false; then : 3727 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3733 $as_echo_n "(cached) " >&6 3728 $as_echo_n "(cached) " >&6
3734 else 3729 else
3735 if test -n "$ac_ct_CC"; then 3730 if test -n "$ac_ct_CC"; then
3736 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3731 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3737 else 3732 else
3738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3739 for as_dir in $PATH 3734 for as_dir in $PATH
3740 do 3735 do
3741 IFS=$as_save_IFS 3736 IFS=$as_save_IFS
3742 test -z "$as_dir" && as_dir=. 3737 test -z "$as_dir" && as_dir=.
3743 for ac_exec_ext in '' $ac_executable_extensions; do 3738 for ac_exec_ext in '' $ac_executable_extensions; do
3744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3739 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3745 ac_cv_prog_ac_ct_CC="gcc" 3740 ac_cv_prog_ac_ct_CC="gcc"
3746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3747 break 2 3742 break 2
3748 fi 3743 fi
3749 done 3744 done
3750 done 3745 done
3751 IFS=$as_save_IFS 3746 IFS=$as_save_IFS
3752   3747  
3753 fi 3748 fi
3754 fi 3749 fi
3755 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3750 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3756 if test -n "$ac_ct_CC"; then 3751 if test -n "$ac_ct_CC"; then
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 3752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3758 $as_echo "$ac_ct_CC" >&6; } 3753 $as_echo "$ac_ct_CC" >&6; }
3759 else 3754 else
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3761 $as_echo "no" >&6; } 3756 $as_echo "no" >&6; }
3762 fi 3757 fi
3763   3758  
3764 if test "x$ac_ct_CC" = x; then 3759 if test "x$ac_ct_CC" = x; then
3765 CC="" 3760 CC=""
3766 else 3761 else
3767 case $cross_compiling:$ac_tool_warned in 3762 case $cross_compiling:$ac_tool_warned in
3768 yes:) 3763 yes:)
3769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3765 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771 ac_tool_warned=yes ;; 3766 ac_tool_warned=yes ;;
3772 esac 3767 esac
3773 CC=$ac_ct_CC 3768 CC=$ac_ct_CC
3774 fi 3769 fi
3775 else 3770 else
3776 CC="$ac_cv_prog_CC" 3771 CC="$ac_cv_prog_CC"
3777 fi 3772 fi
3778   3773  
3779 if test -z "$CC"; then 3774 if test -z "$CC"; then
3780 if test -n "$ac_tool_prefix"; then 3775 if test -n "$ac_tool_prefix"; then
3781 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3776 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3782 set dummy ${ac_tool_prefix}cc; ac_word=$2 3777 set dummy ${ac_tool_prefix}cc; ac_word=$2
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3784 $as_echo_n "checking for $ac_word... " >&6; } 3779 $as_echo_n "checking for $ac_word... " >&6; }
3785 if ${ac_cv_prog_CC+:} false; then : 3780 if ${ac_cv_prog_CC+:} false; then :
3786 $as_echo_n "(cached) " >&6 3781 $as_echo_n "(cached) " >&6
3787 else 3782 else
3788 if test -n "$CC"; then 3783 if test -n "$CC"; then
3789 ac_cv_prog_CC="$CC" # Let the user override the test. 3784 ac_cv_prog_CC="$CC" # Let the user override the test.
3790 else 3785 else
3791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3792 for as_dir in $PATH 3787 for as_dir in $PATH
3793 do 3788 do
3794 IFS=$as_save_IFS 3789 IFS=$as_save_IFS
3795 test -z "$as_dir" && as_dir=. 3790 test -z "$as_dir" && as_dir=.
3796 for ac_exec_ext in '' $ac_executable_extensions; do 3791 for ac_exec_ext in '' $ac_executable_extensions; do
3797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3798 ac_cv_prog_CC="${ac_tool_prefix}cc" 3793 ac_cv_prog_CC="${ac_tool_prefix}cc"
3799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3800 break 2 3795 break 2
3801 fi 3796 fi
3802 done 3797 done
3803 done 3798 done
3804 IFS=$as_save_IFS 3799 IFS=$as_save_IFS
3805   3800  
3806 fi 3801 fi
3807 fi 3802 fi
3808 CC=$ac_cv_prog_CC 3803 CC=$ac_cv_prog_CC
3809 if test -n "$CC"; then 3804 if test -n "$CC"; then
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3811 $as_echo "$CC" >&6; } 3806 $as_echo "$CC" >&6; }
3812 else 3807 else
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3814 $as_echo "no" >&6; } 3809 $as_echo "no" >&6; }
3815 fi 3810 fi
3816   3811  
3817   3812  
3818 fi 3813 fi
3819 fi 3814 fi
3820 if test -z "$CC"; then 3815 if test -z "$CC"; then
3821 # Extract the first word of "cc", so it can be a program name with args. 3816 # Extract the first word of "cc", so it can be a program name with args.
3822 set dummy cc; ac_word=$2 3817 set dummy cc; ac_word=$2
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3824 $as_echo_n "checking for $ac_word... " >&6; } 3819 $as_echo_n "checking for $ac_word... " >&6; }
3825 if ${ac_cv_prog_CC+:} false; then : 3820 if ${ac_cv_prog_CC+:} false; then :
3826 $as_echo_n "(cached) " >&6 3821 $as_echo_n "(cached) " >&6
3827 else 3822 else
3828 if test -n "$CC"; then 3823 if test -n "$CC"; then
3829 ac_cv_prog_CC="$CC" # Let the user override the test. 3824 ac_cv_prog_CC="$CC" # Let the user override the test.
3830 else 3825 else
3831 ac_prog_rejected=no 3826 ac_prog_rejected=no
3832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3833 for as_dir in $PATH 3828 for as_dir in $PATH
3834 do 3829 do
3835 IFS=$as_save_IFS 3830 IFS=$as_save_IFS
3836 test -z "$as_dir" && as_dir=. 3831 test -z "$as_dir" && as_dir=.
3837 for ac_exec_ext in '' $ac_executable_extensions; do 3832 for ac_exec_ext in '' $ac_executable_extensions; do
3838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3839 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3834 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3840 ac_prog_rejected=yes 3835 ac_prog_rejected=yes
3841 continue 3836 continue
3842 fi 3837 fi
3843 ac_cv_prog_CC="cc" 3838 ac_cv_prog_CC="cc"
3844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3845 break 2 3840 break 2
3846 fi 3841 fi
3847 done 3842 done
3848 done 3843 done
3849 IFS=$as_save_IFS 3844 IFS=$as_save_IFS
3850   3845  
3851 if test $ac_prog_rejected = yes; then 3846 if test $ac_prog_rejected = yes; then
3852 # We found a bogon in the path, so make sure we never use it. 3847 # We found a bogon in the path, so make sure we never use it.
3853 set dummy $ac_cv_prog_CC 3848 set dummy $ac_cv_prog_CC
3854 shift 3849 shift
3855 if test $# != 0; then 3850 if test $# != 0; then
3856 # We chose a different compiler from the bogus one. 3851 # We chose a different compiler from the bogus one.
3857 # However, it has the same basename, so the bogon will be chosen 3852 # However, it has the same basename, so the bogon will be chosen
3858 # first if we set CC to just the basename; use the full file name. 3853 # first if we set CC to just the basename; use the full file name.
3859 shift 3854 shift
3860 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 3855 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3861 fi 3856 fi
3862 fi 3857 fi
3863 fi 3858 fi
3864 fi 3859 fi
3865 CC=$ac_cv_prog_CC 3860 CC=$ac_cv_prog_CC
3866 if test -n "$CC"; then 3861 if test -n "$CC"; then
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3868 $as_echo "$CC" >&6; } 3863 $as_echo "$CC" >&6; }
3869 else 3864 else
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3871 $as_echo "no" >&6; } 3866 $as_echo "no" >&6; }
3872 fi 3867 fi
3873   3868  
3874   3869  
3875 fi 3870 fi
3876 if test -z "$CC"; then 3871 if test -z "$CC"; then
3877 if test -n "$ac_tool_prefix"; then 3872 if test -n "$ac_tool_prefix"; then
3878 for ac_prog in cl.exe 3873 for ac_prog in cl.exe
3879 do 3874 do
3880 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3875 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3881 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3876 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3883 $as_echo_n "checking for $ac_word... " >&6; } 3878 $as_echo_n "checking for $ac_word... " >&6; }
3884 if ${ac_cv_prog_CC+:} false; then : 3879 if ${ac_cv_prog_CC+:} false; then :
3885 $as_echo_n "(cached) " >&6 3880 $as_echo_n "(cached) " >&6
3886 else 3881 else
3887 if test -n "$CC"; then 3882 if test -n "$CC"; then
3888 ac_cv_prog_CC="$CC" # Let the user override the test. 3883 ac_cv_prog_CC="$CC" # Let the user override the test.
3889 else 3884 else
3890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3891 for as_dir in $PATH 3886 for as_dir in $PATH
3892 do 3887 do
3893 IFS=$as_save_IFS 3888 IFS=$as_save_IFS
3894 test -z "$as_dir" && as_dir=. 3889 test -z "$as_dir" && as_dir=.
3895 for ac_exec_ext in '' $ac_executable_extensions; do 3890 for ac_exec_ext in '' $ac_executable_extensions; do
3896 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3897 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3892 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3899 break 2 3894 break 2
3900 fi 3895 fi
3901 done 3896 done
3902 done 3897 done
3903 IFS=$as_save_IFS 3898 IFS=$as_save_IFS
3904   3899  
3905 fi 3900 fi
3906 fi 3901 fi
3907 CC=$ac_cv_prog_CC 3902 CC=$ac_cv_prog_CC
3908 if test -n "$CC"; then 3903 if test -n "$CC"; then
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3910 $as_echo "$CC" >&6; } 3905 $as_echo "$CC" >&6; }
3911 else 3906 else
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3913 $as_echo "no" >&6; } 3908 $as_echo "no" >&6; }
3914 fi 3909 fi
3915   3910  
3916   3911  
3917 test -n "$CC" && break 3912 test -n "$CC" && break
3918 done 3913 done
3919 fi 3914 fi
3920 if test -z "$CC"; then 3915 if test -z "$CC"; then
3921 ac_ct_CC=$CC 3916 ac_ct_CC=$CC
3922 for ac_prog in cl.exe 3917 for ac_prog in cl.exe
3923 do 3918 do
3924 # Extract the first word of "$ac_prog", so it can be a program name with args. 3919 # Extract the first word of "$ac_prog", so it can be a program name with args.
3925 set dummy $ac_prog; ac_word=$2 3920 set dummy $ac_prog; ac_word=$2
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927 $as_echo_n "checking for $ac_word... " >&6; } 3922 $as_echo_n "checking for $ac_word... " >&6; }
3928 if ${ac_cv_prog_ac_ct_CC+:} false; then : 3923 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3929 $as_echo_n "(cached) " >&6 3924 $as_echo_n "(cached) " >&6
3930 else 3925 else
3931 if test -n "$ac_ct_CC"; then 3926 if test -n "$ac_ct_CC"; then
3932 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 3927 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3933 else 3928 else
3934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935 for as_dir in $PATH 3930 for as_dir in $PATH
3936 do 3931 do
3937 IFS=$as_save_IFS 3932 IFS=$as_save_IFS
3938 test -z "$as_dir" && as_dir=. 3933 test -z "$as_dir" && as_dir=.
3939 for ac_exec_ext in '' $ac_executable_extensions; do 3934 for ac_exec_ext in '' $ac_executable_extensions; do
3940 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3941 ac_cv_prog_ac_ct_CC="$ac_prog" 3936 ac_cv_prog_ac_ct_CC="$ac_prog"
3942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3943 break 2 3938 break 2
3944 fi 3939 fi
3945 done 3940 done
3946 done 3941 done
3947 IFS=$as_save_IFS 3942 IFS=$as_save_IFS
3948   3943  
3949 fi 3944 fi
3950 fi 3945 fi
3951 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3946 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3952 if test -n "$ac_ct_CC"; then 3947 if test -n "$ac_ct_CC"; then
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3954 $as_echo "$ac_ct_CC" >&6; } 3949 $as_echo "$ac_ct_CC" >&6; }
3955 else 3950 else
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957 $as_echo "no" >&6; } 3952 $as_echo "no" >&6; }
3958 fi 3953 fi
3959   3954  
3960   3955  
3961 test -n "$ac_ct_CC" && break 3956 test -n "$ac_ct_CC" && break
3962 done 3957 done
3963   3958  
3964 if test "x$ac_ct_CC" = x; then 3959 if test "x$ac_ct_CC" = x; then
3965 CC="" 3960 CC=""
3966 else 3961 else
3967 case $cross_compiling:$ac_tool_warned in 3962 case $cross_compiling:$ac_tool_warned in
3968 yes:) 3963 yes:)
3969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3970 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3965 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3971 ac_tool_warned=yes ;; 3966 ac_tool_warned=yes ;;
3972 esac 3967 esac
3973 CC=$ac_ct_CC 3968 CC=$ac_ct_CC
3974 fi 3969 fi
3975 fi 3970 fi
3976   3971  
3977 fi 3972 fi
3978   3973  
3979   3974  
3980 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3975 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3981 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3976 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3982 as_fn_error $? "no acceptable C compiler found in \$PATH 3977 as_fn_error $? "no acceptable C compiler found in \$PATH
3983 See \`config.log' for more details" "$LINENO" 5; } 3978 See \`config.log' for more details" "$LINENO" 5; }
3984   3979  
3985 # Provide some information about the compiler. 3980 # Provide some information about the compiler.
3986 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3981 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3987 set X $ac_compile 3982 set X $ac_compile
3988 ac_compiler=$2 3983 ac_compiler=$2
3989 for ac_option in --version -v -V -qversion; do 3984 for ac_option in --version -v -V -qversion; do
3990 { { ac_try="$ac_compiler $ac_option >&5" 3985 { { ac_try="$ac_compiler $ac_option >&5"
3991 case "(($ac_try" in 3986 case "(($ac_try" in
3992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3993 *) ac_try_echo=$ac_try;; 3988 *) ac_try_echo=$ac_try;;
3994 esac 3989 esac
3995 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3990 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3996 $as_echo "$ac_try_echo"; } >&5 3991 $as_echo "$ac_try_echo"; } >&5
3997 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3992 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3998 ac_status=$? 3993 ac_status=$?
3999 if test -s conftest.err; then 3994 if test -s conftest.err; then
4000 sed '10a\ 3995 sed '10a\
4001 ... rest of stderr output deleted ... 3996 ... rest of stderr output deleted ...
4002 10q' conftest.err >conftest.er1 3997 10q' conftest.err >conftest.er1
4003 cat conftest.er1 >&5 3998 cat conftest.er1 >&5
4004 fi 3999 fi
4005 rm -f conftest.er1 conftest.err 4000 rm -f conftest.er1 conftest.err
4006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4007 test $ac_status = 0; } 4002 test $ac_status = 0; }
4008 done 4003 done
4009   4004  
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 4005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4011 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 4006 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4012 if ${ac_cv_c_compiler_gnu+:} false; then : 4007 if ${ac_cv_c_compiler_gnu+:} false; then :
4013 $as_echo_n "(cached) " >&6 4008 $as_echo_n "(cached) " >&6
4014 else 4009 else
4015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4016 /* end confdefs.h. */ 4011 /* end confdefs.h. */
4017   4012  
4018 int 4013 int
4019 main () 4014 main ()
4020 { 4015 {
4021 #ifndef __GNUC__ 4016 #ifndef __GNUC__
4022 choke me 4017 choke me
4023 #endif 4018 #endif
4024   4019  
4025 ; 4020 ;
4026 return 0; 4021 return 0;
4027 } 4022 }
4028 _ACEOF 4023 _ACEOF
4029 if ac_fn_c_try_compile "$LINENO"; then : 4024 if ac_fn_c_try_compile "$LINENO"; then :
4030 ac_compiler_gnu=yes 4025 ac_compiler_gnu=yes
4031 else 4026 else
4032 ac_compiler_gnu=no 4027 ac_compiler_gnu=no
4033 fi 4028 fi
4034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4035 ac_cv_c_compiler_gnu=$ac_compiler_gnu 4030 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4036   4031  
4037 fi 4032 fi
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 4033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4039 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 4034 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4040 if test $ac_compiler_gnu = yes; then 4035 if test $ac_compiler_gnu = yes; then
4041 GCC=yes 4036 GCC=yes
4042 else 4037 else
4043 GCC= 4038 GCC=
4044 fi 4039 fi
4045 ac_test_CFLAGS=${CFLAGS+set} 4040 ac_test_CFLAGS=${CFLAGS+set}
4046 ac_save_CFLAGS=$CFLAGS 4041 ac_save_CFLAGS=$CFLAGS
4047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4048 $as_echo_n "checking whether $CC accepts -g... " >&6; } 4043 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4049 if ${ac_cv_prog_cc_g+:} false; then : 4044 if ${ac_cv_prog_cc_g+:} false; then :
4050 $as_echo_n "(cached) " >&6 4045 $as_echo_n "(cached) " >&6
4051 else 4046 else
4052 ac_save_c_werror_flag=$ac_c_werror_flag 4047 ac_save_c_werror_flag=$ac_c_werror_flag
4053 ac_c_werror_flag=yes 4048 ac_c_werror_flag=yes
4054 ac_cv_prog_cc_g=no 4049 ac_cv_prog_cc_g=no
4055 CFLAGS="-g" 4050 CFLAGS="-g"
4056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4057 /* end confdefs.h. */ 4052 /* end confdefs.h. */
4058   4053  
4059 int 4054 int
4060 main () 4055 main ()
4061 { 4056 {
4062   4057  
4063 ; 4058 ;
4064 return 0; 4059 return 0;
4065 } 4060 }
4066 _ACEOF 4061 _ACEOF
4067 if ac_fn_c_try_compile "$LINENO"; then : 4062 if ac_fn_c_try_compile "$LINENO"; then :
4068 ac_cv_prog_cc_g=yes 4063 ac_cv_prog_cc_g=yes
4069 else 4064 else
4070 CFLAGS="" 4065 CFLAGS=""
4071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4072 /* end confdefs.h. */ 4067 /* end confdefs.h. */
4073   4068  
4074 int 4069 int
4075 main () 4070 main ()
4076 { 4071 {
4077   4072  
4078 ; 4073 ;
4079 return 0; 4074 return 0;
4080 } 4075 }
4081 _ACEOF 4076 _ACEOF
4082 if ac_fn_c_try_compile "$LINENO"; then : 4077 if ac_fn_c_try_compile "$LINENO"; then :
4083   4078  
4084 else 4079 else
4085 ac_c_werror_flag=$ac_save_c_werror_flag 4080 ac_c_werror_flag=$ac_save_c_werror_flag
4086 CFLAGS="-g" 4081 CFLAGS="-g"
4087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4088 /* end confdefs.h. */ 4083 /* end confdefs.h. */
4089   4084  
4090 int 4085 int
4091 main () 4086 main ()
4092 { 4087 {
4093   4088  
4094 ; 4089 ;
4095 return 0; 4090 return 0;
4096 } 4091 }
4097 _ACEOF 4092 _ACEOF
4098 if ac_fn_c_try_compile "$LINENO"; then : 4093 if ac_fn_c_try_compile "$LINENO"; then :
4099 ac_cv_prog_cc_g=yes 4094 ac_cv_prog_cc_g=yes
4100 fi 4095 fi
4101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4102 fi 4097 fi
4103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4104 fi 4099 fi
4105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4106 ac_c_werror_flag=$ac_save_c_werror_flag 4101 ac_c_werror_flag=$ac_save_c_werror_flag
4107 fi 4102 fi
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 4103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4109 $as_echo "$ac_cv_prog_cc_g" >&6; } 4104 $as_echo "$ac_cv_prog_cc_g" >&6; }
4110 if test "$ac_test_CFLAGS" = set; then 4105 if test "$ac_test_CFLAGS" = set; then
4111 CFLAGS=$ac_save_CFLAGS 4106 CFLAGS=$ac_save_CFLAGS
4112 elif test $ac_cv_prog_cc_g = yes; then 4107 elif test $ac_cv_prog_cc_g = yes; then
4113 if test "$GCC" = yes; then 4108 if test "$GCC" = yes; then
4114 CFLAGS="-g -O2" 4109 CFLAGS="-g -O2"
4115 else 4110 else
4116 CFLAGS="-g" 4111 CFLAGS="-g"
4117 fi 4112 fi
4118 else 4113 else
4119 if test "$GCC" = yes; then 4114 if test "$GCC" = yes; then
4120 CFLAGS="-O2" 4115 CFLAGS="-O2"
4121 else 4116 else
4122 CFLAGS= 4117 CFLAGS=
4123 fi 4118 fi
4124 fi 4119 fi
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 4120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4126 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 4121 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4127 if ${ac_cv_prog_cc_c89+:} false; then : 4122 if ${ac_cv_prog_cc_c89+:} false; then :
4128 $as_echo_n "(cached) " >&6 4123 $as_echo_n "(cached) " >&6
4129 else 4124 else
4130 ac_cv_prog_cc_c89=no 4125 ac_cv_prog_cc_c89=no
4131 ac_save_CC=$CC 4126 ac_save_CC=$CC
4132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4133 /* end confdefs.h. */ 4128 /* end confdefs.h. */
4134 #include <stdarg.h> 4129 #include <stdarg.h>
4135 #include <stdio.h> 4130 #include <stdio.h>
4136 struct stat; 4131 struct stat;
4137 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4132 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4138 struct buf { int x; }; 4133 struct buf { int x; };
4139 FILE * (*rcsopen) (struct buf *, struct stat *, int); 4134 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4140 static char *e (p, i) 4135 static char *e (p, i)
4141 char **p; 4136 char **p;
4142 int i; 4137 int i;
4143 { 4138 {
4144 return p[i]; 4139 return p[i];
4145 } 4140 }
4146 static char *f (char * (*g) (char **, int), char **p, ...) 4141 static char *f (char * (*g) (char **, int), char **p, ...)
4147 { 4142 {
4148 char *s; 4143 char *s;
4149 va_list v; 4144 va_list v;
4150 va_start (v,p); 4145 va_start (v,p);
4151 s = g (p, va_arg (v,int)); 4146 s = g (p, va_arg (v,int));
4152 va_end (v); 4147 va_end (v);
4153 return s; 4148 return s;
4154 } 4149 }
4155   4150  
4156 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 4151 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4157 function prototypes and stuff, but not '\xHH' hex character constants. 4152 function prototypes and stuff, but not '\xHH' hex character constants.
4158 These don't provoke an error unfortunately, instead are silently treated 4153 These don't provoke an error unfortunately, instead are silently treated
4159 as 'x'. The following induces an error, until -std is added to get 4154 as 'x'. The following induces an error, until -std is added to get
4160 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 4155 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4161 array size at least. It's necessary to write '\x00'==0 to get something 4156 array size at least. It's necessary to write '\x00'==0 to get something
4162 that's true only with -std. */ 4157 that's true only with -std. */
4163 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 4158 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4164   4159  
4165 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 4160 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4166 inside strings and character constants. */ 4161 inside strings and character constants. */
4167 #define FOO(x) 'x' 4162 #define FOO(x) 'x'
4168 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 4163 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4169   4164  
4170 int test (int i, double x); 4165 int test (int i, double x);
4171 struct s1 {int (*f) (int a);}; 4166 struct s1 {int (*f) (int a);};
4172 struct s2 {int (*f) (double a);}; 4167 struct s2 {int (*f) (double a);};
4173 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 4168 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4174 int argc; 4169 int argc;
4175 char **argv; 4170 char **argv;
4176 int 4171 int
4177 main () 4172 main ()
4178 { 4173 {
4179 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 4174 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4180 ; 4175 ;
4181 return 0; 4176 return 0;
4182 } 4177 }
4183 _ACEOF 4178 _ACEOF
4184 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 4179 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4185 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 4180 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4186 do 4181 do
4187 CC="$ac_save_CC $ac_arg" 4182 CC="$ac_save_CC $ac_arg"
4188 if ac_fn_c_try_compile "$LINENO"; then : 4183 if ac_fn_c_try_compile "$LINENO"; then :
4189 ac_cv_prog_cc_c89=$ac_arg 4184 ac_cv_prog_cc_c89=$ac_arg
4190 fi 4185 fi
4191 rm -f core conftest.err conftest.$ac_objext 4186 rm -f core conftest.err conftest.$ac_objext
4192 test "x$ac_cv_prog_cc_c89" != "xno" && break 4187 test "x$ac_cv_prog_cc_c89" != "xno" && break
4193 done 4188 done
4194 rm -f conftest.$ac_ext 4189 rm -f conftest.$ac_ext
4195 CC=$ac_save_CC 4190 CC=$ac_save_CC
4196   4191  
4197 fi 4192 fi
4198 # AC_CACHE_VAL 4193 # AC_CACHE_VAL
4199 case "x$ac_cv_prog_cc_c89" in 4194 case "x$ac_cv_prog_cc_c89" in
4200 x) 4195 x)
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4202 $as_echo "none needed" >&6; } ;; 4197 $as_echo "none needed" >&6; } ;;
4203 xno) 4198 xno)
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4205 $as_echo "unsupported" >&6; } ;; 4200 $as_echo "unsupported" >&6; } ;;
4206 *) 4201 *)
4207 CC="$CC $ac_cv_prog_cc_c89" 4202 CC="$CC $ac_cv_prog_cc_c89"
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4209 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 4204 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4210 esac 4205 esac
4211 if test "x$ac_cv_prog_cc_c89" != xno; then : 4206 if test "x$ac_cv_prog_cc_c89" != xno; then :
4212   4207  
4213 fi 4208 fi
4214   4209  
4215 ac_ext=c 4210 ac_ext=c
4216 ac_cpp='$CPP $CPPFLAGS' 4211 ac_cpp='$CPP $CPPFLAGS'
4217 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4212 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4218 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4213 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4219 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4214 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4220   4215  
4221 ac_ext=c 4216 ac_ext=c
4222 ac_cpp='$CPP $CPPFLAGS' 4217 ac_cpp='$CPP $CPPFLAGS'
4223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4218 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4219 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4225 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4220 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4227 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } 4222 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4228 if ${am_cv_prog_cc_c_o+:} false; then : 4223 if ${am_cv_prog_cc_c_o+:} false; then :
4229 $as_echo_n "(cached) " >&6 4224 $as_echo_n "(cached) " >&6
4230 else 4225 else
4231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4232 /* end confdefs.h. */ 4227 /* end confdefs.h. */
4233   4228  
4234 int 4229 int
4235 main () 4230 main ()
4236 { 4231 {
4237   4232  
4238 ; 4233 ;
4239 return 0; 4234 return 0;
4240 } 4235 }
4241 _ACEOF 4236 _ACEOF
4242 # Make sure it works both with $CC and with simple cc. 4237 # Make sure it works both with $CC and with simple cc.
4243 # Following AC_PROG_CC_C_O, we do the test twice because some 4238 # Following AC_PROG_CC_C_O, we do the test twice because some
4244 # compilers refuse to overwrite an existing .o file with -o, 4239 # compilers refuse to overwrite an existing .o file with -o,
4245 # though they will create one. 4240 # though they will create one.
4246 am_cv_prog_cc_c_o=yes 4241 am_cv_prog_cc_c_o=yes
4247 for am_i in 1 2; do 4242 for am_i in 1 2; do
4248 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 4243 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4249 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 4244 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4250 ac_status=$? 4245 ac_status=$?
4251 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4252 (exit $ac_status); } \ 4247 (exit $ac_status); } \
4253 && test -f conftest2.$ac_objext; then 4248 && test -f conftest2.$ac_objext; then
4254 : OK 4249 : OK
4255 else 4250 else
4256 am_cv_prog_cc_c_o=no 4251 am_cv_prog_cc_c_o=no
4257 break 4252 break
4258 fi 4253 fi
4259 done 4254 done
4260 rm -f core conftest* 4255 rm -f core conftest*
4261 unset am_i 4256 unset am_i
4262 fi 4257 fi
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4264 $as_echo "$am_cv_prog_cc_c_o" >&6; } 4259 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4265 if test "$am_cv_prog_cc_c_o" != yes; then 4260 if test "$am_cv_prog_cc_c_o" != yes; then
4266 # Losing compiler, so override with the script. 4261 # Losing compiler, so override with the script.
4267 # FIXME: It is wrong to rewrite CC. 4262 # FIXME: It is wrong to rewrite CC.
4268 # But if we don't then we get into trouble of one sort or another. 4263 # But if we don't then we get into trouble of one sort or another.
4269 # A longer-term fix would be to have automake use am__CC in this case, 4264 # A longer-term fix would be to have automake use am__CC in this case,
4270 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" 4265 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4271 CC="$am_aux_dir/compile $CC" 4266 CC="$am_aux_dir/compile $CC"
4272 fi 4267 fi
4273 ac_ext=c 4268 ac_ext=c
4274 ac_cpp='$CPP $CPPFLAGS' 4269 ac_cpp='$CPP $CPPFLAGS'
4275 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4270 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4276 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4271 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4277 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4272 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4278   4273  
4279   4274  
4280 depcc="$CC" am_compiler_list= 4275 depcc="$CC" am_compiler_list=
4281   4276  
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 4277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4283 $as_echo_n "checking dependency style of $depcc... " >&6; } 4278 $as_echo_n "checking dependency style of $depcc... " >&6; }
4284 if ${am_cv_CC_dependencies_compiler_type+:} false; then : 4279 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4285 $as_echo_n "(cached) " >&6 4280 $as_echo_n "(cached) " >&6
4286 else 4281 else
4287 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 4282 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4288 # We make a subdir and do the tests there. Otherwise we can end up 4283 # We make a subdir and do the tests there. Otherwise we can end up
4289 # making bogus files that we don't know about and never remove. For 4284 # making bogus files that we don't know about and never remove. For
4290 # instance it was reported that on HP-UX the gcc test will end up 4285 # instance it was reported that on HP-UX the gcc test will end up
4291 # making a dummy file named 'D' -- because '-MD' means "put the output 4286 # making a dummy file named 'D' -- because '-MD' means "put the output
4292 # in D". 4287 # in D".
4293 rm -rf conftest.dir 4288 rm -rf conftest.dir
4294 mkdir conftest.dir 4289 mkdir conftest.dir
4295 # Copy depcomp to subdir because otherwise we won't find it if we're 4290 # Copy depcomp to subdir because otherwise we won't find it if we're
4296 # using a relative directory. 4291 # using a relative directory.
4297 cp "$am_depcomp" conftest.dir 4292 cp "$am_depcomp" conftest.dir
4298 cd conftest.dir 4293 cd conftest.dir
4299 # We will build objects and dependencies in a subdirectory because 4294 # We will build objects and dependencies in a subdirectory because
4300 # it helps to detect inapplicable dependency modes. For instance 4295 # it helps to detect inapplicable dependency modes. For instance
4301 # both Tru64's cc and ICC support -MD to output dependencies as a 4296 # both Tru64's cc and ICC support -MD to output dependencies as a
4302 # side effect of compilation, but ICC will put the dependencies in 4297 # side effect of compilation, but ICC will put the dependencies in
4303 # the current directory while Tru64 will put them in the object 4298 # the current directory while Tru64 will put them in the object
4304 # directory. 4299 # directory.
4305 mkdir sub 4300 mkdir sub
4306   4301  
4307 am_cv_CC_dependencies_compiler_type=none 4302 am_cv_CC_dependencies_compiler_type=none
4308 if test "$am_compiler_list" = ""; then 4303 if test "$am_compiler_list" = ""; then
4309 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 4304 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4310 fi 4305 fi
4311 am__universal=false 4306 am__universal=false
4312 case " $depcc " in #( 4307 case " $depcc " in #(
4313 *\ -arch\ *\ -arch\ *) am__universal=true ;; 4308 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4314 esac 4309 esac
4315   4310  
4316 for depmode in $am_compiler_list; do 4311 for depmode in $am_compiler_list; do
4317 # Setup a source with many dependencies, because some compilers 4312 # Setup a source with many dependencies, because some compilers
4318 # like to wrap large dependency lists on column 80 (with \), and 4313 # like to wrap large dependency lists on column 80 (with \), and
4319 # we should not choose a depcomp mode which is confused by this. 4314 # we should not choose a depcomp mode which is confused by this.
4320 # 4315 #
4321 # We need to recreate these files for each test, as the compiler may 4316 # We need to recreate these files for each test, as the compiler may
4322 # overwrite some of them when testing with obscure command lines. 4317 # overwrite some of them when testing with obscure command lines.
4323 # This happens at least with the AIX C compiler. 4318 # This happens at least with the AIX C compiler.
4324 : > sub/conftest.c 4319 : > sub/conftest.c
4325 for i in 1 2 3 4 5 6; do 4320 for i in 1 2 3 4 5 6; do
4326 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4321 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4327 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with 4322 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4328 # Solaris 10 /bin/sh. 4323 # Solaris 10 /bin/sh.
4329 echo '/* dummy */' > sub/conftst$i.h 4324 echo '/* dummy */' > sub/conftst$i.h
4330 done 4325 done
4331 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4326 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4332   4327  
4333 # We check with '-c' and '-o' for the sake of the "dashmstdout" 4328 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4334 # mode. It turns out that the SunPro C++ compiler does not properly 4329 # mode. It turns out that the SunPro C++ compiler does not properly
4335 # handle '-M -o', and we need to detect this. Also, some Intel 4330 # handle '-M -o', and we need to detect this. Also, some Intel
4336 # versions had trouble with output in subdirs. 4331 # versions had trouble with output in subdirs.
4337 am__obj=sub/conftest.${OBJEXT-o} 4332 am__obj=sub/conftest.${OBJEXT-o}
4338 am__minus_obj="-o $am__obj" 4333 am__minus_obj="-o $am__obj"
4339 case $depmode in 4334 case $depmode in
4340 gcc) 4335 gcc)
4341 # This depmode causes a compiler race in universal mode. 4336 # This depmode causes a compiler race in universal mode.
4342 test "$am__universal" = false || continue 4337 test "$am__universal" = false || continue
4343 ;; 4338 ;;
4344 nosideeffect) 4339 nosideeffect)
4345 # After this tag, mechanisms are not by side-effect, so they'll 4340 # After this tag, mechanisms are not by side-effect, so they'll
4346 # only be used when explicitly requested. 4341 # only be used when explicitly requested.
4347 if test "x$enable_dependency_tracking" = xyes; then 4342 if test "x$enable_dependency_tracking" = xyes; then
4348 continue 4343 continue
4349 else 4344 else
4350 break 4345 break
4351 fi 4346 fi
4352 ;; 4347 ;;
4353 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4348 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4354 # This compiler won't grok '-c -o', but also, the minuso test has 4349 # This compiler won't grok '-c -o', but also, the minuso test has
4355 # not run yet. These depmodes are late enough in the game, and 4350 # not run yet. These depmodes are late enough in the game, and
4356 # so weak that their functioning should not be impacted. 4351 # so weak that their functioning should not be impacted.
4357 am__obj=conftest.${OBJEXT-o} 4352 am__obj=conftest.${OBJEXT-o}
4358 am__minus_obj= 4353 am__minus_obj=
4359 ;; 4354 ;;
4360 none) break ;; 4355 none) break ;;
4361 esac 4356 esac
4362 if depmode=$depmode \ 4357 if depmode=$depmode \
4363 source=sub/conftest.c object=$am__obj \ 4358 source=sub/conftest.c object=$am__obj \
4364 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 4359 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4365 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 4360 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4366 >/dev/null 2>conftest.err && 4361 >/dev/null 2>conftest.err &&
4367 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 4362 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4368 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 4363 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4369 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 4364 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4370 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 4365 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4371 # icc doesn't choke on unknown options, it will just issue warnings 4366 # icc doesn't choke on unknown options, it will just issue warnings
4372 # or remarks (even with -Werror). So we grep stderr for any message 4367 # or remarks (even with -Werror). So we grep stderr for any message
4373 # that says an option was ignored or not supported. 4368 # that says an option was ignored or not supported.
4374 # When given -MP, icc 7.0 and 7.1 complain thusly: 4369 # When given -MP, icc 7.0 and 7.1 complain thusly:
4375 # icc: Command line warning: ignoring option '-M'; no argument required 4370 # icc: Command line warning: ignoring option '-M'; no argument required
4376 # The diagnosis changed in icc 8.0: 4371 # The diagnosis changed in icc 8.0:
4377 # icc: Command line remark: option '-MP' not supported 4372 # icc: Command line remark: option '-MP' not supported
4378 if (grep 'ignoring option' conftest.err || 4373 if (grep 'ignoring option' conftest.err ||
4379 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 4374 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4380 am_cv_CC_dependencies_compiler_type=$depmode 4375 am_cv_CC_dependencies_compiler_type=$depmode
4381 break 4376 break
4382 fi 4377 fi
4383 fi 4378 fi
4384 done 4379 done
4385   4380  
4386 cd .. 4381 cd ..
4387 rm -rf conftest.dir 4382 rm -rf conftest.dir
4388 else 4383 else
4389 am_cv_CC_dependencies_compiler_type=none 4384 am_cv_CC_dependencies_compiler_type=none
4390 fi 4385 fi
4391   4386  
4392 fi 4387 fi
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 4388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4394 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 4389 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4395 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 4390 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4396   4391  
4397 if 4392 if
4398 test "x$enable_dependency_tracking" != xno \ 4393 test "x$enable_dependency_tracking" != xno \
4399 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 4394 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4400 am__fastdepCC_TRUE= 4395 am__fastdepCC_TRUE=
4401 am__fastdepCC_FALSE='#' 4396 am__fastdepCC_FALSE='#'
4402 else 4397 else
4403 am__fastdepCC_TRUE='#' 4398 am__fastdepCC_TRUE='#'
4404 am__fastdepCC_FALSE= 4399 am__fastdepCC_FALSE=
4405 fi 4400 fi
4406   4401  
4407   4402  
4408   4403  
4409 if test -n "$DOXYGEN"; then 4404 if test -n "$DOXYGEN"; then
4410 HAVE_DOXYGEN_TRUE= 4405 HAVE_DOXYGEN_TRUE=
4411 HAVE_DOXYGEN_FALSE='#' 4406 HAVE_DOXYGEN_FALSE='#'
4412 else 4407 else
4413 HAVE_DOXYGEN_TRUE='#' 4408 HAVE_DOXYGEN_TRUE='#'
4414 HAVE_DOXYGEN_FALSE= 4409 HAVE_DOXYGEN_FALSE=
4415 fi 4410 fi
4416   4411  
4417 if test -z "$HAVE_DOXYGEN_TRUE"; then : 4412 if test -z "$HAVE_DOXYGEN_TRUE"; then :
4418 ac_config_files="$ac_config_files doc/Doxyfile" 4413 ac_config_files="$ac_config_files doc/Doxyfile"
4419   4414  
4420 fi 4415 fi
4421 ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile" 4416 ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile"
4422   4417  
4423 cat >confcache <<\_ACEOF 4418 cat >confcache <<\_ACEOF
4424 # This file is a shell script that caches the results of configure 4419 # This file is a shell script that caches the results of configure
4425 # tests run on this system so they can be shared between configure 4420 # tests run on this system so they can be shared between configure
4426 # scripts and configure runs, see configure's option --config-cache. 4421 # scripts and configure runs, see configure's option --config-cache.
4427 # It is not useful on other systems. If it contains results you don't 4422 # It is not useful on other systems. If it contains results you don't
4428 # want to keep, you may remove or edit it. 4423 # want to keep, you may remove or edit it.
4429 # 4424 #
4430 # config.status only pays attention to the cache file if you give it 4425 # config.status only pays attention to the cache file if you give it
4431 # the --recheck option to rerun configure. 4426 # the --recheck option to rerun configure.
4432 # 4427 #
4433 # `ac_cv_env_foo' variables (set or unset) will be overridden when 4428 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4434 # loading this file, other *unset* `ac_cv_foo' will be assigned the 4429 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4435 # following values. 4430 # following values.
4436   4431  
4437 _ACEOF 4432 _ACEOF
4438   4433  
4439 # The following way of writing the cache mishandles newlines in values, 4434 # The following way of writing the cache mishandles newlines in values,
4440 # but we know of no workaround that is simple, portable, and efficient. 4435 # but we know of no workaround that is simple, portable, and efficient.
4441 # So, we kill variables containing newlines. 4436 # So, we kill variables containing newlines.
4442 # Ultrix sh set writes to stderr and can't be redirected directly, 4437 # Ultrix sh set writes to stderr and can't be redirected directly,
4443 # and sets the high bit in the cache file unless we assign to the vars. 4438 # and sets the high bit in the cache file unless we assign to the vars.
4444 ( 4439 (
4445 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 4440 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4446 eval ac_val=\$$ac_var 4441 eval ac_val=\$$ac_var
4447 case $ac_val in #( 4442 case $ac_val in #(
4448 *${as_nl}*) 4443 *${as_nl}*)
4449 case $ac_var in #( 4444 case $ac_var in #(
4450 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 4445 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4451 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 4446 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4452 esac 4447 esac
4453 case $ac_var in #( 4448 case $ac_var in #(
4454 _ | IFS | as_nl) ;; #( 4449 _ | IFS | as_nl) ;; #(
4455 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 4450 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4456 *) { eval $ac_var=; unset $ac_var;} ;; 4451 *) { eval $ac_var=; unset $ac_var;} ;;
4457 esac ;; 4452 esac ;;
4458 esac 4453 esac
4459 done 4454 done
4460   4455  
4461 (set) 2>&1 | 4456 (set) 2>&1 |
4462 case $as_nl`(ac_space=' '; set) 2>&1` in #( 4457 case $as_nl`(ac_space=' '; set) 2>&1` in #(
4463 *${as_nl}ac_space=\ *) 4458 *${as_nl}ac_space=\ *)
4464 # `set' does not quote correctly, so add quotes: double-quote 4459 # `set' does not quote correctly, so add quotes: double-quote
4465 # substitution turns \\\\ into \\, and sed turns \\ into \. 4460 # substitution turns \\\\ into \\, and sed turns \\ into \.
4466 sed -n \ 4461 sed -n \
4467 "s/'/'\\\\''/g; 4462 "s/'/'\\\\''/g;
4468 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 4463 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4469 ;; #( 4464 ;; #(
4470 *) 4465 *)
4471 # `set' quotes correctly as required by POSIX, so do not add quotes. 4466 # `set' quotes correctly as required by POSIX, so do not add quotes.
4472 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 4467 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4473 ;; 4468 ;;
4474 esac | 4469 esac |
4475 sort 4470 sort
4476 ) | 4471 ) |
4477 sed ' 4472 sed '
4478 /^ac_cv_env_/b end 4473 /^ac_cv_env_/b end
4479 t clear 4474 t clear
4480 :clear 4475 :clear
4481 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 4476 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4482 t end 4477 t end
4483 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 4478 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4484 :end' >>confcache 4479 :end' >>confcache
4485 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 4480 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4486 if test -w "$cache_file"; then 4481 if test -w "$cache_file"; then
4487 if test "x$cache_file" != "x/dev/null"; then 4482 if test "x$cache_file" != "x/dev/null"; then
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 4483 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4489 $as_echo "$as_me: updating cache $cache_file" >&6;} 4484 $as_echo "$as_me: updating cache $cache_file" >&6;}
4490 if test ! -f "$cache_file" || test -h "$cache_file"; then 4485 if test ! -f "$cache_file" || test -h "$cache_file"; then
4491 cat confcache >"$cache_file" 4486 cat confcache >"$cache_file"
4492 else 4487 else
4493 case $cache_file in #( 4488 case $cache_file in #(
4494 */* | ?:*) 4489 */* | ?:*)
4495 mv -f confcache "$cache_file"$$ && 4490 mv -f confcache "$cache_file"$$ &&
4496 mv -f "$cache_file"$$ "$cache_file" ;; #( 4491 mv -f "$cache_file"$$ "$cache_file" ;; #(
4497 *) 4492 *)
4498 mv -f confcache "$cache_file" ;; 4493 mv -f confcache "$cache_file" ;;
4499 esac 4494 esac
4500 fi 4495 fi
4501 fi 4496 fi
4502 else 4497 else
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 4498 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4504 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 4499 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4505 fi 4500 fi
4506 fi 4501 fi
4507 rm -f confcache 4502 rm -f confcache
4508   4503  
4509 test "x$prefix" = xNONE && prefix=$ac_default_prefix 4504 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4510 # Let make expand exec_prefix. 4505 # Let make expand exec_prefix.
4511 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 4506 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4512   4507  
4513 DEFS=-DHAVE_CONFIG_H 4508 DEFS=-DHAVE_CONFIG_H
4514   4509  
4515 ac_libobjs= 4510 ac_libobjs=
4516 ac_ltlibobjs= 4511 ac_ltlibobjs=
4517 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 4512 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4518 # 1. Remove the extension, and $U if already installed. 4513 # 1. Remove the extension, and $U if already installed.
4519 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 4514 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4520 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 4515 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4521 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 4516 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4522 # will be set to the directory where LIBOBJS objects are built. 4517 # will be set to the directory where LIBOBJS objects are built.
4523 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 4518 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4524 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 4519 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4525 done 4520 done
4526 LIBOBJS=$ac_libobjs 4521 LIBOBJS=$ac_libobjs
4527   4522  
4528 LTLIBOBJS=$ac_ltlibobjs 4523 LTLIBOBJS=$ac_ltlibobjs
4529   4524  
4530   4525  
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
4532 $as_echo_n "checking that generated files are newer than configure... " >&6; } 4527 $as_echo_n "checking that generated files are newer than configure... " >&6; }
4533 if test -n "$am_sleep_pid"; then 4528 if test -n "$am_sleep_pid"; then
4534 # Hide warnings about reused PIDs. 4529 # Hide warnings about reused PIDs.
4535 wait $am_sleep_pid 2>/dev/null 4530 wait $am_sleep_pid 2>/dev/null
4536 fi 4531 fi
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 4532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
4538 $as_echo "done" >&6; } 4533 $as_echo "done" >&6; }
4539 if test -n "$EXEEXT"; then 4534 if test -n "$EXEEXT"; then
4540 am__EXEEXT_TRUE= 4535 am__EXEEXT_TRUE=
4541 am__EXEEXT_FALSE='#' 4536 am__EXEEXT_FALSE='#'
4542 else 4537 else
4543 am__EXEEXT_TRUE='#' 4538 am__EXEEXT_TRUE='#'
4544 am__EXEEXT_FALSE= 4539 am__EXEEXT_FALSE=
4545 fi 4540 fi
4546   4541  
4547 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 4542 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
4548 as_fn_error $? "conditional \"AMDEP\" was never defined. 4543 as_fn_error $? "conditional \"AMDEP\" was never defined.
4549 Usually this means the macro was only invoked conditionally." "$LINENO" 5 4544 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4550 fi 4545 fi
4551 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 4546 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
4552 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 4547 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
4553 Usually this means the macro was only invoked conditionally." "$LINENO" 5 4548 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4554 fi 4549 fi
4555 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 4550 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
4556 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. 4551 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
4557 Usually this means the macro was only invoked conditionally." "$LINENO" 5 4552 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4558 fi 4553 fi
4559 if test -z "${HAVE_DOXYGEN_TRUE}" && test -z "${HAVE_DOXYGEN_FALSE}"; then 4554 if test -z "${HAVE_DOXYGEN_TRUE}" && test -z "${HAVE_DOXYGEN_FALSE}"; then
4560 as_fn_error $? "conditional \"HAVE_DOXYGEN\" was never defined. 4555 as_fn_error $? "conditional \"HAVE_DOXYGEN\" was never defined.
4561 Usually this means the macro was only invoked conditionally." "$LINENO" 5 4556 Usually this means the macro was only invoked conditionally." "$LINENO" 5
4562 fi 4557 fi
4563   4558  
4564 : "${CONFIG_STATUS=./config.status}" 4559 : "${CONFIG_STATUS=./config.status}"
4565 ac_write_fail=0 4560 ac_write_fail=0
4566 ac_clean_files_save=$ac_clean_files 4561 ac_clean_files_save=$ac_clean_files
4567 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 4562 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 4563 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4569 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 4564 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4570 as_write_fail=0 4565 as_write_fail=0
4571 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 4566 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4572 #! $SHELL 4567 #! $SHELL
4573 # Generated by $as_me. 4568 # Generated by $as_me.
4574 # Run this file to recreate the current configuration. 4569 # Run this file to recreate the current configuration.
4575 # Compiler output produced by configure, useful for debugging 4570 # Compiler output produced by configure, useful for debugging
4576 # configure, is in config.log if it exists. 4571 # configure, is in config.log if it exists.
4577   4572  
4578 debug=false 4573 debug=false
4579 ac_cs_recheck=false 4574 ac_cs_recheck=false
4580 ac_cs_silent=false 4575 ac_cs_silent=false
4581   4576  
4582 SHELL=\${CONFIG_SHELL-$SHELL} 4577 SHELL=\${CONFIG_SHELL-$SHELL}
4583 export SHELL 4578 export SHELL
4584 _ASEOF 4579 _ASEOF
4585 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 4580 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4586 ## -------------------- ## 4581 ## -------------------- ##
4587 ## M4sh Initialization. ## 4582 ## M4sh Initialization. ##
4588 ## -------------------- ## 4583 ## -------------------- ##
4589   4584  
4590 # Be more Bourne compatible 4585 # Be more Bourne compatible
4591 DUALCASE=1; export DUALCASE # for MKS sh 4586 DUALCASE=1; export DUALCASE # for MKS sh
4592 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 4587 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4593 emulate sh 4588 emulate sh
4594 NULLCMD=: 4589 NULLCMD=:
4595 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 4590 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4596 # is contrary to our usage. Disable this feature. 4591 # is contrary to our usage. Disable this feature.
4597 alias -g '${1+"$@"}'='"$@"' 4592 alias -g '${1+"$@"}'='"$@"'
4598 setopt NO_GLOB_SUBST 4593 setopt NO_GLOB_SUBST
4599 else 4594 else
4600 case `(set -o) 2>/dev/null` in #( 4595 case `(set -o) 2>/dev/null` in #(
4601 *posix*) : 4596 *posix*) :
4602 set -o posix ;; #( 4597 set -o posix ;; #(
4603 *) : 4598 *) :
4604 ;; 4599 ;;
4605 esac 4600 esac
4606 fi 4601 fi
4607   4602  
4608   4603  
4609 as_nl=' 4604 as_nl='
4610 ' 4605 '
4611 export as_nl 4606 export as_nl
4612 # Printing a long string crashes Solaris 7 /usr/bin/printf. 4607 # Printing a long string crashes Solaris 7 /usr/bin/printf.
4613 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 4608 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4614 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 4609 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4615 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 4610 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4616 # Prefer a ksh shell builtin over an external printf program on Solaris, 4611 # Prefer a ksh shell builtin over an external printf program on Solaris,
4617 # but without wasting forks for bash or zsh. 4612 # but without wasting forks for bash or zsh.
4618 if test -z "$BASH_VERSION$ZSH_VERSION" \ 4613 if test -z "$BASH_VERSION$ZSH_VERSION" \
4619 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 4614 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4620 as_echo='print -r --' 4615 as_echo='print -r --'
4621 as_echo_n='print -rn --' 4616 as_echo_n='print -rn --'
4622 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 4617 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4623 as_echo='printf %s\n' 4618 as_echo='printf %s\n'
4624 as_echo_n='printf %s' 4619 as_echo_n='printf %s'
4625 else 4620 else
4626 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 4621 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4627 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 4622 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4628 as_echo_n='/usr/ucb/echo -n' 4623 as_echo_n='/usr/ucb/echo -n'
4629 else 4624 else
4630 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 4625 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4631 as_echo_n_body='eval 4626 as_echo_n_body='eval
4632 arg=$1; 4627 arg=$1;
4633 case $arg in #( 4628 case $arg in #(
4634 *"$as_nl"*) 4629 *"$as_nl"*)
4635 expr "X$arg" : "X\\(.*\\)$as_nl"; 4630 expr "X$arg" : "X\\(.*\\)$as_nl";
4636 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 4631 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4637 esac; 4632 esac;
4638 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 4633 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4639 ' 4634 '
4640 export as_echo_n_body 4635 export as_echo_n_body
4641 as_echo_n='sh -c $as_echo_n_body as_echo' 4636 as_echo_n='sh -c $as_echo_n_body as_echo'
4642 fi 4637 fi
4643 export as_echo_body 4638 export as_echo_body
4644 as_echo='sh -c $as_echo_body as_echo' 4639 as_echo='sh -c $as_echo_body as_echo'
4645 fi 4640 fi
4646   4641  
4647 # The user is always right. 4642 # The user is always right.
4648 if test "${PATH_SEPARATOR+set}" != set; then 4643 if test "${PATH_SEPARATOR+set}" != set; then
4649 PATH_SEPARATOR=: 4644 PATH_SEPARATOR=:
4650 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 4645 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4651 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 4646 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4652 PATH_SEPARATOR=';' 4647 PATH_SEPARATOR=';'
4653 } 4648 }
4654 fi 4649 fi
4655   4650  
4656   4651  
4657 # IFS 4652 # IFS
4658 # We need space, tab and new line, in precisely that order. Quoting is 4653 # We need space, tab and new line, in precisely that order. Quoting is
4659 # there to prevent editors from complaining about space-tab. 4654 # there to prevent editors from complaining about space-tab.
4660 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 4655 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4661 # splitting by setting IFS to empty value.) 4656 # splitting by setting IFS to empty value.)
4662 IFS=" "" $as_nl" 4657 IFS=" "" $as_nl"
4663   4658  
4664 # Find who we are. Look in the path if we contain no directory separator. 4659 # Find who we are. Look in the path if we contain no directory separator.
4665 as_myself= 4660 as_myself=
4666 case $0 in #(( 4661 case $0 in #((
4667 *[\\/]* ) as_myself=$0 ;; 4662 *[\\/]* ) as_myself=$0 ;;
4668 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4663 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669 for as_dir in $PATH 4664 for as_dir in $PATH
4670 do 4665 do
4671 IFS=$as_save_IFS 4666 IFS=$as_save_IFS
4672 test -z "$as_dir" && as_dir=. 4667 test -z "$as_dir" && as_dir=.
4673 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 4668 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4674 done 4669 done
4675 IFS=$as_save_IFS 4670 IFS=$as_save_IFS
4676   4671  
4677 ;; 4672 ;;
4678 esac 4673 esac
4679 # We did not find ourselves, most probably we were run as `sh COMMAND' 4674 # We did not find ourselves, most probably we were run as `sh COMMAND'
4680 # in which case we are not to be found in the path. 4675 # in which case we are not to be found in the path.
4681 if test "x$as_myself" = x; then 4676 if test "x$as_myself" = x; then
4682 as_myself=$0 4677 as_myself=$0
4683 fi 4678 fi
4684 if test ! -f "$as_myself"; then 4679 if test ! -f "$as_myself"; then
4685 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 4680 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4686 exit 1 4681 exit 1
4687 fi 4682 fi
4688   4683  
4689 # Unset variables that we do not need and which cause bugs (e.g. in 4684 # Unset variables that we do not need and which cause bugs (e.g. in
4690 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 4685 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4691 # suppresses any "Segmentation fault" message there. '((' could 4686 # suppresses any "Segmentation fault" message there. '((' could
4692 # trigger a bug in pdksh 5.2.14. 4687 # trigger a bug in pdksh 5.2.14.
4693 for as_var in BASH_ENV ENV MAIL MAILPATH 4688 for as_var in BASH_ENV ENV MAIL MAILPATH
4694 do eval test x\${$as_var+set} = xset \ 4689 do eval test x\${$as_var+set} = xset \
4695 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 4690 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4696 done 4691 done
4697 PS1='$ ' 4692 PS1='$ '
4698 PS2='> ' 4693 PS2='> '
4699 PS4='+ ' 4694 PS4='+ '
4700   4695  
4701 # NLS nuisances. 4696 # NLS nuisances.
4702 LC_ALL=C 4697 LC_ALL=C
4703 export LC_ALL 4698 export LC_ALL
4704 LANGUAGE=C 4699 LANGUAGE=C
4705 export LANGUAGE 4700 export LANGUAGE
4706   4701  
4707 # CDPATH. 4702 # CDPATH.
4708 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 4703 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4709   4704  
4710   4705  
4711 # as_fn_error STATUS ERROR [LINENO LOG_FD] 4706 # as_fn_error STATUS ERROR [LINENO LOG_FD]
4712 # ---------------------------------------- 4707 # ----------------------------------------
4713 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 4708 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4714 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 4709 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4715 # script with STATUS, using 1 if that was 0. 4710 # script with STATUS, using 1 if that was 0.
4716 as_fn_error () 4711 as_fn_error ()
4717 { 4712 {
4718 as_status=$1; test $as_status -eq 0 && as_status=1 4713 as_status=$1; test $as_status -eq 0 && as_status=1
4719 if test "$4"; then 4714 if test "$4"; then
4720 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 4715 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4721 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 4716 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4722 fi 4717 fi
4723 $as_echo "$as_me: error: $2" >&2 4718 $as_echo "$as_me: error: $2" >&2
4724 as_fn_exit $as_status 4719 as_fn_exit $as_status
4725 } # as_fn_error 4720 } # as_fn_error
4726   4721  
4727   4722  
4728 # as_fn_set_status STATUS 4723 # as_fn_set_status STATUS
4729 # ----------------------- 4724 # -----------------------
4730 # Set $? to STATUS, without forking. 4725 # Set $? to STATUS, without forking.
4731 as_fn_set_status () 4726 as_fn_set_status ()
4732 { 4727 {
4733 return $1 4728 return $1
4734 } # as_fn_set_status 4729 } # as_fn_set_status
4735   4730  
4736 # as_fn_exit STATUS 4731 # as_fn_exit STATUS
4737 # ----------------- 4732 # -----------------
4738 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 4733 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4739 as_fn_exit () 4734 as_fn_exit ()
4740 { 4735 {
4741 set +e 4736 set +e
4742 as_fn_set_status $1 4737 as_fn_set_status $1
4743 exit $1 4738 exit $1
4744 } # as_fn_exit 4739 } # as_fn_exit
4745   4740  
4746 # as_fn_unset VAR 4741 # as_fn_unset VAR
4747 # --------------- 4742 # ---------------
4748 # Portably unset VAR. 4743 # Portably unset VAR.
4749 as_fn_unset () 4744 as_fn_unset ()
4750 { 4745 {
4751 { eval $1=; unset $1;} 4746 { eval $1=; unset $1;}
4752 } 4747 }
4753 as_unset=as_fn_unset 4748 as_unset=as_fn_unset
4754 # as_fn_append VAR VALUE 4749 # as_fn_append VAR VALUE
4755 # ---------------------- 4750 # ----------------------
4756 # Append the text in VALUE to the end of the definition contained in VAR. Take 4751 # Append the text in VALUE to the end of the definition contained in VAR. Take
4757 # advantage of any shell optimizations that allow amortized linear growth over 4752 # advantage of any shell optimizations that allow amortized linear growth over
4758 # repeated appends, instead of the typical quadratic growth present in naive 4753 # repeated appends, instead of the typical quadratic growth present in naive
4759 # implementations. 4754 # implementations.
4760 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 4755 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4761 eval 'as_fn_append () 4756 eval 'as_fn_append ()
4762 { 4757 {
4763 eval $1+=\$2 4758 eval $1+=\$2
4764 }' 4759 }'
4765 else 4760 else
4766 as_fn_append () 4761 as_fn_append ()
4767 { 4762 {
4768 eval $1=\$$1\$2 4763 eval $1=\$$1\$2
4769 } 4764 }
4770 fi # as_fn_append 4765 fi # as_fn_append
4771   4766  
4772 # as_fn_arith ARG... 4767 # as_fn_arith ARG...
4773 # ------------------ 4768 # ------------------
4774 # Perform arithmetic evaluation on the ARGs, and store the result in the 4769 # Perform arithmetic evaluation on the ARGs, and store the result in the
4775 # global $as_val. Take advantage of shells that can avoid forks. The arguments 4770 # global $as_val. Take advantage of shells that can avoid forks. The arguments
4776 # must be portable across $(()) and expr. 4771 # must be portable across $(()) and expr.
4777 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 4772 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4778 eval 'as_fn_arith () 4773 eval 'as_fn_arith ()
4779 { 4774 {
4780 as_val=$(( $* )) 4775 as_val=$(( $* ))
4781 }' 4776 }'
4782 else 4777 else
4783 as_fn_arith () 4778 as_fn_arith ()
4784 { 4779 {
4785 as_val=`expr "$@" || test $? -eq 1` 4780 as_val=`expr "$@" || test $? -eq 1`
4786 } 4781 }
4787 fi # as_fn_arith 4782 fi # as_fn_arith
4788   4783  
4789   4784  
4790 if expr a : '\(a\)' >/dev/null 2>&1 && 4785 if expr a : '\(a\)' >/dev/null 2>&1 &&
4791 test "X`expr 00001 : '.*\(...\)'`" = X001; then 4786 test "X`expr 00001 : '.*\(...\)'`" = X001; then
4792 as_expr=expr 4787 as_expr=expr
4793 else 4788 else
4794 as_expr=false 4789 as_expr=false
4795 fi 4790 fi
4796   4791  
4797 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 4792 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4798 as_basename=basename 4793 as_basename=basename
4799 else 4794 else
4800 as_basename=false 4795 as_basename=false
4801 fi 4796 fi
4802   4797  
4803 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 4798 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4804 as_dirname=dirname 4799 as_dirname=dirname
4805 else 4800 else
4806 as_dirname=false 4801 as_dirname=false
4807 fi 4802 fi
4808   4803  
4809 as_me=`$as_basename -- "$0" || 4804 as_me=`$as_basename -- "$0" ||
4810 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 4805 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4811 X"$0" : 'X\(//\)$' \| \ 4806 X"$0" : 'X\(//\)$' \| \
4812 X"$0" : 'X\(/\)' \| . 2>/dev/null || 4807 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4813 $as_echo X/"$0" | 4808 $as_echo X/"$0" |
4814 sed '/^.*\/\([^/][^/]*\)\/*$/{ 4809 sed '/^.*\/\([^/][^/]*\)\/*$/{
4815 s//\1/ 4810 s//\1/
4816 q 4811 q
4817 } 4812 }
4818 /^X\/\(\/\/\)$/{ 4813 /^X\/\(\/\/\)$/{
4819 s//\1/ 4814 s//\1/
4820 q 4815 q
4821 } 4816 }
4822 /^X\/\(\/\).*/{ 4817 /^X\/\(\/\).*/{
4823 s//\1/ 4818 s//\1/
4824 q 4819 q
4825 } 4820 }
4826 s/.*/./; q'` 4821 s/.*/./; q'`
4827   4822  
4828 # Avoid depending upon Character Ranges. 4823 # Avoid depending upon Character Ranges.
4829 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 4824 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4830 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 4825 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4831 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 4826 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4832 as_cr_digits='0123456789' 4827 as_cr_digits='0123456789'
4833 as_cr_alnum=$as_cr_Letters$as_cr_digits 4828 as_cr_alnum=$as_cr_Letters$as_cr_digits
4834   4829  
4835 ECHO_C= ECHO_N= ECHO_T= 4830 ECHO_C= ECHO_N= ECHO_T=
4836 case `echo -n x` in #((((( 4831 case `echo -n x` in #(((((
4837 -n*) 4832 -n*)
4838 case `echo 'xy\c'` in 4833 case `echo 'xy\c'` in
4839 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 4834 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
4840 xy) ECHO_C='\c';; 4835 xy) ECHO_C='\c';;
4841 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 4836 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
4842 ECHO_T=' ';; 4837 ECHO_T=' ';;
4843 esac;; 4838 esac;;
4844 *) 4839 *)
4845 ECHO_N='-n';; 4840 ECHO_N='-n';;
4846 esac 4841 esac
4847   4842  
4848 rm -f conf$$ conf$$.exe conf$$.file 4843 rm -f conf$$ conf$$.exe conf$$.file
4849 if test -d conf$$.dir; then 4844 if test -d conf$$.dir; then
4850 rm -f conf$$.dir/conf$$.file 4845 rm -f conf$$.dir/conf$$.file
4851 else 4846 else
4852 rm -f conf$$.dir 4847 rm -f conf$$.dir
4853 mkdir conf$$.dir 2>/dev/null 4848 mkdir conf$$.dir 2>/dev/null
4854 fi 4849 fi
4855 if (echo >conf$$.file) 2>/dev/null; then 4850 if (echo >conf$$.file) 2>/dev/null; then
4856 if ln -s conf$$.file conf$$ 2>/dev/null; then 4851 if ln -s conf$$.file conf$$ 2>/dev/null; then
4857 as_ln_s='ln -s' 4852 as_ln_s='ln -s'
4858 # ... but there are two gotchas: 4853 # ... but there are two gotchas:
4859 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4854 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4860 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4855 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4861 # In both cases, we have to default to `cp -pR'. 4856 # In both cases, we have to default to `cp -pR'.
4862 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4857 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4863 as_ln_s='cp -pR' 4858 as_ln_s='cp -pR'
4864 elif ln conf$$.file conf$$ 2>/dev/null; then 4859 elif ln conf$$.file conf$$ 2>/dev/null; then
4865 as_ln_s=ln 4860 as_ln_s=ln
4866 else 4861 else
4867 as_ln_s='cp -pR' 4862 as_ln_s='cp -pR'
4868 fi 4863 fi
4869 else 4864 else
4870 as_ln_s='cp -pR' 4865 as_ln_s='cp -pR'
4871 fi 4866 fi
4872 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 4867 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4873 rmdir conf$$.dir 2>/dev/null 4868 rmdir conf$$.dir 2>/dev/null
4874   4869  
4875   4870  
4876 # as_fn_mkdir_p 4871 # as_fn_mkdir_p
4877 # ------------- 4872 # -------------
4878 # Create "$as_dir" as a directory, including parents if necessary. 4873 # Create "$as_dir" as a directory, including parents if necessary.
4879 as_fn_mkdir_p () 4874 as_fn_mkdir_p ()
4880 { 4875 {
4881   4876  
4882 case $as_dir in #( 4877 case $as_dir in #(
4883 -*) as_dir=./$as_dir;; 4878 -*) as_dir=./$as_dir;;
4884 esac 4879 esac
4885 test -d "$as_dir" || eval $as_mkdir_p || { 4880 test -d "$as_dir" || eval $as_mkdir_p || {
4886 as_dirs= 4881 as_dirs=
4887 while :; do 4882 while :; do
4888 case $as_dir in #( 4883 case $as_dir in #(
4889 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 4884 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4890 *) as_qdir=$as_dir;; 4885 *) as_qdir=$as_dir;;
4891 esac 4886 esac
4892 as_dirs="'$as_qdir' $as_dirs" 4887 as_dirs="'$as_qdir' $as_dirs"
4893 as_dir=`$as_dirname -- "$as_dir" || 4888 as_dir=`$as_dirname -- "$as_dir" ||
4894 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4889 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4895 X"$as_dir" : 'X\(//\)[^/]' \| \ 4890 X"$as_dir" : 'X\(//\)[^/]' \| \
4896 X"$as_dir" : 'X\(//\)$' \| \ 4891 X"$as_dir" : 'X\(//\)$' \| \
4897 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 4892 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4898 $as_echo X"$as_dir" | 4893 $as_echo X"$as_dir" |
4899 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4894 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4900 s//\1/ 4895 s//\1/
4901 q 4896 q
4902 } 4897 }
4903 /^X\(\/\/\)[^/].*/{ 4898 /^X\(\/\/\)[^/].*/{
4904 s//\1/ 4899 s//\1/
4905 q 4900 q
4906 } 4901 }
4907 /^X\(\/\/\)$/{ 4902 /^X\(\/\/\)$/{
4908 s//\1/ 4903 s//\1/
4909 q 4904 q
4910 } 4905 }
4911 /^X\(\/\).*/{ 4906 /^X\(\/\).*/{
4912 s//\1/ 4907 s//\1/
4913 q 4908 q
4914 } 4909 }
4915 s/.*/./; q'` 4910 s/.*/./; q'`
4916 test -d "$as_dir" && break 4911 test -d "$as_dir" && break
4917 done 4912 done
4918 test -z "$as_dirs" || eval "mkdir $as_dirs" 4913 test -z "$as_dirs" || eval "mkdir $as_dirs"
4919 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 4914 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4920   4915  
4921   4916  
4922 } # as_fn_mkdir_p 4917 } # as_fn_mkdir_p
4923 if mkdir -p . 2>/dev/null; then 4918 if mkdir -p . 2>/dev/null; then
4924 as_mkdir_p='mkdir -p "$as_dir"' 4919 as_mkdir_p='mkdir -p "$as_dir"'
4925 else 4920 else
4926 test -d ./-p && rmdir ./-p 4921 test -d ./-p && rmdir ./-p
4927 as_mkdir_p=false 4922 as_mkdir_p=false
4928 fi 4923 fi
4929   4924  
4930   4925  
4931 # as_fn_executable_p FILE 4926 # as_fn_executable_p FILE
4932 # ----------------------- 4927 # -----------------------
4933 # Test if FILE is an executable regular file. 4928 # Test if FILE is an executable regular file.
4934 as_fn_executable_p () 4929 as_fn_executable_p ()
4935 { 4930 {
4936 test -f "$1" && test -x "$1" 4931 test -f "$1" && test -x "$1"
4937 } # as_fn_executable_p 4932 } # as_fn_executable_p
4938 as_test_x='test -x' 4933 as_test_x='test -x'
4939 as_executable_p=as_fn_executable_p 4934 as_executable_p=as_fn_executable_p
4940   4935  
4941 # Sed expression to map a string onto a valid CPP name. 4936 # Sed expression to map a string onto a valid CPP name.
4942 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 4937 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4943   4938  
4944 # Sed expression to map a string onto a valid variable name. 4939 # Sed expression to map a string onto a valid variable name.
4945 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 4940 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4946   4941  
4947   4942  
4948 exec 6>&1 4943 exec 6>&1
4949 ## ----------------------------------- ## 4944 ## ----------------------------------- ##
4950 ## Main body of $CONFIG_STATUS script. ## 4945 ## Main body of $CONFIG_STATUS script. ##
4951 ## ----------------------------------- ## 4946 ## ----------------------------------- ##
4952 _ASEOF 4947 _ASEOF
4953 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 4948 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4954   4949  
4955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4950 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4956 # Save the log message, to keep $0 and so on meaningful, and to 4951 # Save the log message, to keep $0 and so on meaningful, and to
4957 # report actual input values of CONFIG_FILES etc. instead of their 4952 # report actual input values of CONFIG_FILES etc. instead of their
4958 # values after options handling. 4953 # values after options handling.
4959 ac_log=" 4954 ac_log="
4960 This file was extended by bcm2835 $as_me 1.71, which was 4955 This file was extended by bcm2835 $as_me 1.71, which was
4961 generated by GNU Autoconf 2.69. Invocation command line was 4956 generated by GNU Autoconf 2.69. Invocation command line was
4962   4957  
4963 CONFIG_FILES = $CONFIG_FILES 4958 CONFIG_FILES = $CONFIG_FILES
4964 CONFIG_HEADERS = $CONFIG_HEADERS 4959 CONFIG_HEADERS = $CONFIG_HEADERS
4965 CONFIG_LINKS = $CONFIG_LINKS 4960 CONFIG_LINKS = $CONFIG_LINKS
4966 CONFIG_COMMANDS = $CONFIG_COMMANDS 4961 CONFIG_COMMANDS = $CONFIG_COMMANDS
4967 $ $0 $@ 4962 $ $0 $@
4968   4963  
4969 on `(hostname || uname -n) 2>/dev/null | sed 1q` 4964 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4970 " 4965 "
4971   4966  
4972 _ACEOF 4967 _ACEOF
4973   4968  
4974 case $ac_config_files in *" 4969 case $ac_config_files in *"
4975 "*) set x $ac_config_files; shift; ac_config_files=$*;; 4970 "*) set x $ac_config_files; shift; ac_config_files=$*;;
4976 esac 4971 esac
4977   4972  
4978 case $ac_config_headers in *" 4973 case $ac_config_headers in *"
4979 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; 4974 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
4980 esac 4975 esac
4981   4976  
4982   4977  
4983 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4978 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4984 # Files that config.status was made for. 4979 # Files that config.status was made for.
4985 config_files="$ac_config_files" 4980 config_files="$ac_config_files"
4986 config_headers="$ac_config_headers" 4981 config_headers="$ac_config_headers"
4987 config_commands="$ac_config_commands" 4982 config_commands="$ac_config_commands"
4988   4983  
4989 _ACEOF 4984 _ACEOF
4990   4985  
4991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4986 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4992 ac_cs_usage="\ 4987 ac_cs_usage="\
4993 \`$as_me' instantiates files and other configuration actions 4988 \`$as_me' instantiates files and other configuration actions
4994 from templates according to the current configuration. Unless the files 4989 from templates according to the current configuration. Unless the files
4995 and actions are specified as TAGs, all are instantiated by default. 4990 and actions are specified as TAGs, all are instantiated by default.
4996   4991  
4997 Usage: $0 [OPTION]... [TAG]... 4992 Usage: $0 [OPTION]... [TAG]...
4998   4993  
4999 -h, --help print this help, then exit 4994 -h, --help print this help, then exit
5000 -V, --version print version number and configuration settings, then exit 4995 -V, --version print version number and configuration settings, then exit
5001 --config print configuration, then exit 4996 --config print configuration, then exit
5002 -q, --quiet, --silent 4997 -q, --quiet, --silent
5003 do not print progress messages 4998 do not print progress messages
5004 -d, --debug don't remove temporary files 4999 -d, --debug don't remove temporary files
5005 --recheck update $as_me by reconfiguring in the same conditions 5000 --recheck update $as_me by reconfiguring in the same conditions
5006 --file=FILE[:TEMPLATE] 5001 --file=FILE[:TEMPLATE]
5007 instantiate the configuration file FILE 5002 instantiate the configuration file FILE
5008 --header=FILE[:TEMPLATE] 5003 --header=FILE[:TEMPLATE]
5009 instantiate the configuration header FILE 5004 instantiate the configuration header FILE
5010   5005  
5011 Configuration files: 5006 Configuration files:
5012 $config_files 5007 $config_files
5013   5008  
5014 Configuration headers: 5009 Configuration headers:
5015 $config_headers 5010 $config_headers
5016   5011  
5017 Configuration commands: 5012 Configuration commands:
5018 $config_commands 5013 $config_commands
5019   5014  
5020 Report bugs to <mikem@airspayce.com>." 5015 Report bugs to <mikem@airspayce.com>."
5021   5016  
5022 _ACEOF 5017 _ACEOF
5023 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5018 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5024 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5019 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5025 ac_cs_version="\\ 5020 ac_cs_version="\\
5026 bcm2835 config.status 1.71 5021 bcm2835 config.status 1.71
5027 configured by $0, generated by GNU Autoconf 2.69, 5022 configured by $0, generated by GNU Autoconf 2.69,
5028 with options \\"\$ac_cs_config\\" 5023 with options \\"\$ac_cs_config\\"
5029   5024  
5030 Copyright (C) 2012 Free Software Foundation, Inc. 5025 Copyright (C) 2012 Free Software Foundation, Inc.
5031 This config.status script is free software; the Free Software Foundation 5026 This config.status script is free software; the Free Software Foundation
5032 gives unlimited permission to copy, distribute and modify it." 5027 gives unlimited permission to copy, distribute and modify it."
5033   5028  
5034 ac_pwd='$ac_pwd' 5029 ac_pwd='$ac_pwd'
5035 srcdir='$srcdir' 5030 srcdir='$srcdir'
5036 INSTALL='$INSTALL' 5031 INSTALL='$INSTALL'
5037 MKDIR_P='$MKDIR_P' 5032 MKDIR_P='$MKDIR_P'
5038 AWK='$AWK' 5033 AWK='$AWK'
5039 test -n "\$AWK" || AWK=awk 5034 test -n "\$AWK" || AWK=awk
5040 _ACEOF 5035 _ACEOF
5041   5036  
5042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5037 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5043 # The default lists apply if the user does not specify any file. 5038 # The default lists apply if the user does not specify any file.
5044 ac_need_defaults=: 5039 ac_need_defaults=:
5045 while test $# != 0 5040 while test $# != 0
5046 do 5041 do
5047 case $1 in 5042 case $1 in
5048 --*=?*) 5043 --*=?*)
5049 ac_option=`expr "X$1" : 'X\([^=]*\)='` 5044 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5050 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 5045 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5051 ac_shift=: 5046 ac_shift=:
5052 ;; 5047 ;;
5053 --*=) 5048 --*=)
5054 ac_option=`expr "X$1" : 'X\([^=]*\)='` 5049 ac_option=`expr "X$1" : 'X\([^=]*\)='`
5055 ac_optarg= 5050 ac_optarg=
5056 ac_shift=: 5051 ac_shift=:
5057 ;; 5052 ;;
5058 *) 5053 *)
5059 ac_option=$1 5054 ac_option=$1
5060 ac_optarg=$2 5055 ac_optarg=$2
5061 ac_shift=shift 5056 ac_shift=shift
5062 ;; 5057 ;;
5063 esac 5058 esac
5064   5059  
5065 case $ac_option in 5060 case $ac_option in
5066 # Handling of the options. 5061 # Handling of the options.
5067 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 5062 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5068 ac_cs_recheck=: ;; 5063 ac_cs_recheck=: ;;
5069 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 5064 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5070 $as_echo "$ac_cs_version"; exit ;; 5065 $as_echo "$ac_cs_version"; exit ;;
5071 --config | --confi | --conf | --con | --co | --c ) 5066 --config | --confi | --conf | --con | --co | --c )
5072 $as_echo "$ac_cs_config"; exit ;; 5067 $as_echo "$ac_cs_config"; exit ;;
5073 --debug | --debu | --deb | --de | --d | -d ) 5068 --debug | --debu | --deb | --de | --d | -d )
5074 debug=: ;; 5069 debug=: ;;
5075 --file | --fil | --fi | --f ) 5070 --file | --fil | --fi | --f )
5076 $ac_shift 5071 $ac_shift
5077 case $ac_optarg in 5072 case $ac_optarg in
5078 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 5073 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5079 '') as_fn_error $? "missing file argument" ;; 5074 '') as_fn_error $? "missing file argument" ;;
5080 esac 5075 esac
5081 as_fn_append CONFIG_FILES " '$ac_optarg'" 5076 as_fn_append CONFIG_FILES " '$ac_optarg'"
5082 ac_need_defaults=false;; 5077 ac_need_defaults=false;;
5083 --header | --heade | --head | --hea ) 5078 --header | --heade | --head | --hea )
5084 $ac_shift 5079 $ac_shift
5085 case $ac_optarg in 5080 case $ac_optarg in
5086 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 5081 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5087 esac 5082 esac
5088 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 5083 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5089 ac_need_defaults=false;; 5084 ac_need_defaults=false;;
5090 --he | --h) 5085 --he | --h)
5091 # Conflict between --help and --header 5086 # Conflict between --help and --header
5092 as_fn_error $? "ambiguous option: \`$1' 5087 as_fn_error $? "ambiguous option: \`$1'
5093 Try \`$0 --help' for more information.";; 5088 Try \`$0 --help' for more information.";;
5094 --help | --hel | -h ) 5089 --help | --hel | -h )
5095 $as_echo "$ac_cs_usage"; exit ;; 5090 $as_echo "$ac_cs_usage"; exit ;;
5096 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5091 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5097 | -silent | --silent | --silen | --sile | --sil | --si | --s) 5092 | -silent | --silent | --silen | --sile | --sil | --si | --s)
5098 ac_cs_silent=: ;; 5093 ac_cs_silent=: ;;
5099   5094  
5100 # This is an error. 5095 # This is an error.
5101 -*) as_fn_error $? "unrecognized option: \`$1' 5096 -*) as_fn_error $? "unrecognized option: \`$1'
5102 Try \`$0 --help' for more information." ;; 5097 Try \`$0 --help' for more information." ;;
5103   5098  
5104 *) as_fn_append ac_config_targets " $1" 5099 *) as_fn_append ac_config_targets " $1"
5105 ac_need_defaults=false ;; 5100 ac_need_defaults=false ;;
5106   5101  
5107 esac 5102 esac
5108 shift 5103 shift
5109 done 5104 done
5110   5105  
5111 ac_configure_extra_args= 5106 ac_configure_extra_args=
5112   5107  
5113 if $ac_cs_silent; then 5108 if $ac_cs_silent; then
5114 exec 6>/dev/null 5109 exec 6>/dev/null
5115 ac_configure_extra_args="$ac_configure_extra_args --silent" 5110 ac_configure_extra_args="$ac_configure_extra_args --silent"
5116 fi 5111 fi
5117   5112  
5118 _ACEOF 5113 _ACEOF
5119 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5114 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5120 if \$ac_cs_recheck; then 5115 if \$ac_cs_recheck; then
5121 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5116 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5122 shift 5117 shift
5123 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 5118 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5124 CONFIG_SHELL='$SHELL' 5119 CONFIG_SHELL='$SHELL'
5125 export CONFIG_SHELL 5120 export CONFIG_SHELL
5126 exec "\$@" 5121 exec "\$@"
5127 fi 5122 fi
5128   5123  
5129 _ACEOF 5124 _ACEOF
5130 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5125 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5131 exec 5>>config.log 5126 exec 5>>config.log
5132 { 5127 {
5133 echo 5128 echo
5134 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 5129 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5135 ## Running $as_me. ## 5130 ## Running $as_me. ##
5136 _ASBOX 5131 _ASBOX
5137 $as_echo "$ac_log" 5132 $as_echo "$ac_log"
5138 } >&5 5133 } >&5
5139   5134  
5140 _ACEOF 5135 _ACEOF
5141 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5136 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5142 # 5137 #
5143 # INIT-COMMANDS 5138 # INIT-COMMANDS
5144 # 5139 #
5145 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" 5140 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
5146   5141  
5147 _ACEOF 5142 _ACEOF
5148   5143  
5149 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5144 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5150   5145  
5151 # Handling of arguments. 5146 # Handling of arguments.
5152 for ac_config_target in $ac_config_targets 5147 for ac_config_target in $ac_config_targets
5153 do 5148 do
5154 case $ac_config_target in 5149 case $ac_config_target in
5155 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 5150 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
5156 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 5151 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
5157 "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;; 5152 "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;;
5158 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5153 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5159 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 5154 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5160 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 5155 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
5161   5156  
5162 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 5157 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5163 esac 5158 esac
5164 done 5159 done
5165   5160  
5166   5161  
5167 # If the user did not use the arguments to specify the items to instantiate, 5162 # If the user did not use the arguments to specify the items to instantiate,
5168 # then the envvar interface is used. Set only those that are not. 5163 # then the envvar interface is used. Set only those that are not.
5169 # We use the long form for the default assignment because of an extremely 5164 # We use the long form for the default assignment because of an extremely
5170 # bizarre bug on SunOS 4.1.3. 5165 # bizarre bug on SunOS 4.1.3.
5171 if $ac_need_defaults; then 5166 if $ac_need_defaults; then
5172 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 5167 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5173 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 5168 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5174 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 5169 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5175 fi 5170 fi
5176   5171  
5177 # Have a temporary directory for convenience. Make it in the build tree 5172 # Have a temporary directory for convenience. Make it in the build tree
5178 # simply because there is no reason against having it here, and in addition, 5173 # simply because there is no reason against having it here, and in addition,
5179 # creating and moving files from /tmp can sometimes cause problems. 5174 # creating and moving files from /tmp can sometimes cause problems.
5180 # Hook for its removal unless debugging. 5175 # Hook for its removal unless debugging.
5181 # Note that there is a small window in which the directory will not be cleaned: 5176 # Note that there is a small window in which the directory will not be cleaned:
5182 # after its creation but before its name has been assigned to `$tmp'. 5177 # after its creation but before its name has been assigned to `$tmp'.
5183 $debug || 5178 $debug ||
5184 { 5179 {
5185 tmp= ac_tmp= 5180 tmp= ac_tmp=
5186 trap 'exit_status=$? 5181 trap 'exit_status=$?
5187 : "${ac_tmp:=$tmp}" 5182 : "${ac_tmp:=$tmp}"
5188 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 5183 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5189 ' 0 5184 ' 0
5190 trap 'as_fn_exit 1' 1 2 13 15 5185 trap 'as_fn_exit 1' 1 2 13 15
5191 } 5186 }
5192 # Create a (secure) tmp directory for tmp files. 5187 # Create a (secure) tmp directory for tmp files.
5193   5188  
5194 { 5189 {
5195 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 5190 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5196 test -d "$tmp" 5191 test -d "$tmp"
5197 } || 5192 } ||
5198 { 5193 {
5199 tmp=./conf$$-$RANDOM 5194 tmp=./conf$$-$RANDOM
5200 (umask 077 && mkdir "$tmp") 5195 (umask 077 && mkdir "$tmp")
5201 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 5196 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5202 ac_tmp=$tmp 5197 ac_tmp=$tmp
5203   5198  
5204 # Set up the scripts for CONFIG_FILES section. 5199 # Set up the scripts for CONFIG_FILES section.
5205 # No need to generate them if there are no CONFIG_FILES. 5200 # No need to generate them if there are no CONFIG_FILES.
5206 # This happens for instance with `./config.status config.h'. 5201 # This happens for instance with `./config.status config.h'.
5207 if test -n "$CONFIG_FILES"; then 5202 if test -n "$CONFIG_FILES"; then
5208   5203  
5209   5204  
5210 ac_cr=`echo X | tr X '\015'` 5205 ac_cr=`echo X | tr X '\015'`
5211 # On cygwin, bash can eat \r inside `` if the user requested igncr. 5206 # On cygwin, bash can eat \r inside `` if the user requested igncr.
5212 # But we know of no other shell where ac_cr would be empty at this 5207 # But we know of no other shell where ac_cr would be empty at this
5213 # point, so we can use a bashism as a fallback. 5208 # point, so we can use a bashism as a fallback.
5214 if test "x$ac_cr" = x; then 5209 if test "x$ac_cr" = x; then
5215 eval ac_cr=\$\'\\r\' 5210 eval ac_cr=\$\'\\r\'
5216 fi 5211 fi
5217 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 5212 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5218 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 5213 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5219 ac_cs_awk_cr='\\r' 5214 ac_cs_awk_cr='\\r'
5220 else 5215 else
5221 ac_cs_awk_cr=$ac_cr 5216 ac_cs_awk_cr=$ac_cr
5222 fi 5217 fi
5223   5218  
5224 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 5219 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5225 _ACEOF 5220 _ACEOF
5226   5221  
5227   5222  
5228 { 5223 {
5229 echo "cat >conf$$subs.awk <<_ACEOF" && 5224 echo "cat >conf$$subs.awk <<_ACEOF" &&
5230 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 5225 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5231 echo "_ACEOF" 5226 echo "_ACEOF"
5232 } >conf$$subs.sh || 5227 } >conf$$subs.sh ||
5233 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 5228 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5234 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 5229 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5235 ac_delim='%!_!# ' 5230 ac_delim='%!_!# '
5236 for ac_last_try in false false false false false :; do 5231 for ac_last_try in false false false false false :; do
5237 . ./conf$$subs.sh || 5232 . ./conf$$subs.sh ||
5238 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 5233 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5239   5234  
5240 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 5235 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5241 if test $ac_delim_n = $ac_delim_num; then 5236 if test $ac_delim_n = $ac_delim_num; then
5242 break 5237 break
5243 elif $ac_last_try; then 5238 elif $ac_last_try; then
5244 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 5239 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5245 else 5240 else
5246 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5241 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5247 fi 5242 fi
5248 done 5243 done
5249 rm -f conf$$subs.sh 5244 rm -f conf$$subs.sh
5250   5245  
5251 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5246 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5252 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 5247 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5253 _ACEOF 5248 _ACEOF
5254 sed -n ' 5249 sed -n '
5255 h 5250 h
5256 s/^/S["/; s/!.*/"]=/ 5251 s/^/S["/; s/!.*/"]=/
5257 p 5252 p
5258 g 5253 g
5259 s/^[^!]*!// 5254 s/^[^!]*!//
5260 :repl 5255 :repl
5261 t repl 5256 t repl
5262 s/'"$ac_delim"'$// 5257 s/'"$ac_delim"'$//
5263 t delim 5258 t delim
5264 :nl 5259 :nl
5265 h 5260 h
5266 s/\(.\{148\}\)..*/\1/ 5261 s/\(.\{148\}\)..*/\1/
5267 t more1 5262 t more1
5268 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 5263 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5269 p 5264 p
5270 n 5265 n
5271 b repl 5266 b repl
5272 :more1 5267 :more1
5273 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5268 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5274 p 5269 p
5275 g 5270 g
5276 s/.\{148\}// 5271 s/.\{148\}//
5277 t nl 5272 t nl
5278 :delim 5273 :delim
5279 h 5274 h
5280 s/\(.\{148\}\)..*/\1/ 5275 s/\(.\{148\}\)..*/\1/
5281 t more2 5276 t more2
5282 s/["\\]/\\&/g; s/^/"/; s/$/"/ 5277 s/["\\]/\\&/g; s/^/"/; s/$/"/
5283 p 5278 p
5284 b 5279 b
5285 :more2 5280 :more2
5286 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5281 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5287 p 5282 p
5288 g 5283 g
5289 s/.\{148\}// 5284 s/.\{148\}//
5290 t delim 5285 t delim
5291 ' <conf$$subs.awk | sed ' 5286 ' <conf$$subs.awk | sed '
5292 /^[^""]/{ 5287 /^[^""]/{
5293 N 5288 N
5294 s/\n// 5289 s/\n//
5295 } 5290 }
5296 ' >>$CONFIG_STATUS || ac_write_fail=1 5291 ' >>$CONFIG_STATUS || ac_write_fail=1
5297 rm -f conf$$subs.awk 5292 rm -f conf$$subs.awk
5298 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5293 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5299 _ACAWK 5294 _ACAWK
5300 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 5295 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5301 for (key in S) S_is_set[key] = 1 5296 for (key in S) S_is_set[key] = 1
5302 FS = "" 5297 FS = ""
5303   5298  
5304 } 5299 }
5305 { 5300 {
5306 line = $ 0 5301 line = $ 0
5307 nfields = split(line, field, "@") 5302 nfields = split(line, field, "@")
5308 substed = 0 5303 substed = 0
5309 len = length(field[1]) 5304 len = length(field[1])
5310 for (i = 2; i < nfields; i++) { 5305 for (i = 2; i < nfields; i++) {
5311 key = field[i] 5306 key = field[i]
5312 keylen = length(key) 5307 keylen = length(key)
5313 if (S_is_set[key]) { 5308 if (S_is_set[key]) {
5314 value = S[key] 5309 value = S[key]
5315 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 5310 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5316 len += length(value) + length(field[++i]) 5311 len += length(value) + length(field[++i])
5317 substed = 1 5312 substed = 1
5318 } else 5313 } else
5319 len += 1 + keylen 5314 len += 1 + keylen
5320 } 5315 }
5321   5316  
5322 print line 5317 print line
5323 } 5318 }
5324   5319  
5325 _ACAWK 5320 _ACAWK
5326 _ACEOF 5321 _ACEOF
5327 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5322 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5328 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 5323 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5329 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 5324 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5330 else 5325 else
5331 cat 5326 cat
5332 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 5327 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
5333 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 5328 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5334 _ACEOF 5329 _ACEOF
5335   5330  
5336 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 5331 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5337 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 5332 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5338 # trailing colons and then remove the whole line if VPATH becomes empty 5333 # trailing colons and then remove the whole line if VPATH becomes empty
5339 # (actually we leave an empty line to preserve line numbers). 5334 # (actually we leave an empty line to preserve line numbers).
5340 if test "x$srcdir" = x.; then 5335 if test "x$srcdir" = x.; then
5341 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 5336 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5342 h 5337 h
5343 s/// 5338 s///
5344 s/^/:/ 5339 s/^/:/
5345 s/[ ]*$/:/ 5340 s/[ ]*$/:/
5346 s/:\$(srcdir):/:/g 5341 s/:\$(srcdir):/:/g
5347 s/:\${srcdir}:/:/g 5342 s/:\${srcdir}:/:/g
5348 s/:@srcdir@:/:/g 5343 s/:@srcdir@:/:/g
5349 s/^:*// 5344 s/^:*//
5350 s/:*$// 5345 s/:*$//
5351 x 5346 x
5352 s/\(=[ ]*\).*/\1/ 5347 s/\(=[ ]*\).*/\1/
5353 G 5348 G
5354 s/\n// 5349 s/\n//
5355 s/^[^=]*=[ ]*$// 5350 s/^[^=]*=[ ]*$//
5356 }' 5351 }'
5357 fi 5352 fi
5358   5353  
5359 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5360 fi # test -n "$CONFIG_FILES" 5355 fi # test -n "$CONFIG_FILES"
5361   5356  
5362 # Set up the scripts for CONFIG_HEADERS section. 5357 # Set up the scripts for CONFIG_HEADERS section.
5363 # No need to generate them if there are no CONFIG_HEADERS. 5358 # No need to generate them if there are no CONFIG_HEADERS.
5364 # This happens for instance with `./config.status Makefile'. 5359 # This happens for instance with `./config.status Makefile'.
5365 if test -n "$CONFIG_HEADERS"; then 5360 if test -n "$CONFIG_HEADERS"; then
5366 cat >"$ac_tmp/defines.awk" <<\_ACAWK || 5361 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
5367 BEGIN { 5362 BEGIN {
5368 _ACEOF 5363 _ACEOF
5369   5364  
5370 # Transform confdefs.h into an awk script `defines.awk', embedded as 5365 # Transform confdefs.h into an awk script `defines.awk', embedded as
5371 # here-document in config.status, that substitutes the proper values into 5366 # here-document in config.status, that substitutes the proper values into
5372 # config.h.in to produce config.h. 5367 # config.h.in to produce config.h.
5373   5368  
5374 # Create a delimiter string that does not exist in confdefs.h, to ease 5369 # Create a delimiter string that does not exist in confdefs.h, to ease
5375 # handling of long lines. 5370 # handling of long lines.
5376 ac_delim='%!_!# ' 5371 ac_delim='%!_!# '
5377 for ac_last_try in false false :; do 5372 for ac_last_try in false false :; do
5378 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` 5373 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
5379 if test -z "$ac_tt"; then 5374 if test -z "$ac_tt"; then
5380 break 5375 break
5381 elif $ac_last_try; then 5376 elif $ac_last_try; then
5382 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 5377 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
5383 else 5378 else
5384 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5379 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5385 fi 5380 fi
5386 done 5381 done
5387   5382  
5388 # For the awk script, D is an array of macro values keyed by name, 5383 # For the awk script, D is an array of macro values keyed by name,
5389 # likewise P contains macro parameters if any. Preserve backslash 5384 # likewise P contains macro parameters if any. Preserve backslash
5390 # newline sequences. 5385 # newline sequences.
5391   5386  
5392 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 5387 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
5393 sed -n ' 5388 sed -n '
5394 s/.\{148\}/&'"$ac_delim"'/g 5389 s/.\{148\}/&'"$ac_delim"'/g
5395 t rset 5390 t rset
5396 :rset 5391 :rset
5397 s/^[ ]*#[ ]*define[ ][ ]*/ / 5392 s/^[ ]*#[ ]*define[ ][ ]*/ /
5398 t def 5393 t def
5399 d 5394 d
5400 :def 5395 :def
5401 s/\\$// 5396 s/\\$//
5402 t bsnl 5397 t bsnl
5403 s/["\\]/\\&/g 5398 s/["\\]/\\&/g
5404 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5399 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
5405 D["\1"]=" \3"/p 5400 D["\1"]=" \3"/p
5406 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 5401 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
5407 d 5402 d
5408 :bsnl 5403 :bsnl
5409 s/["\\]/\\&/g 5404 s/["\\]/\\&/g
5410 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5405 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
5411 D["\1"]=" \3\\\\\\n"\\/p 5406 D["\1"]=" \3\\\\\\n"\\/p
5412 t cont 5407 t cont
5413 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 5408 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
5414 t cont 5409 t cont
5415 d 5410 d
5416 :cont 5411 :cont
5417 n 5412 n
5418 s/.\{148\}/&'"$ac_delim"'/g 5413 s/.\{148\}/&'"$ac_delim"'/g
5419 t clear 5414 t clear
5420 :clear 5415 :clear
5421 s/\\$// 5416 s/\\$//
5422 t bsnlc 5417 t bsnlc
5423 s/["\\]/\\&/g; s/^/"/; s/$/"/p 5418 s/["\\]/\\&/g; s/^/"/; s/$/"/p
5424 d 5419 d
5425 :bsnlc 5420 :bsnlc
5426 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 5421 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
5427 b cont 5422 b cont
5428 ' <confdefs.h | sed ' 5423 ' <confdefs.h | sed '
5429 s/'"$ac_delim"'/"\\\ 5424 s/'"$ac_delim"'/"\\\
5430 "/g' >>$CONFIG_STATUS || ac_write_fail=1 5425 "/g' >>$CONFIG_STATUS || ac_write_fail=1
5431   5426  
5432 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5427 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5433 for (key in D) D_is_set[key] = 1 5428 for (key in D) D_is_set[key] = 1
5434 FS = "" 5429 FS = ""
5435 } 5430 }
5436 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 5431 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
5437 line = \$ 0 5432 line = \$ 0
5438 split(line, arg, " ") 5433 split(line, arg, " ")
5439 if (arg[1] == "#") { 5434 if (arg[1] == "#") {
5440 defundef = arg[2] 5435 defundef = arg[2]
5441 mac1 = arg[3] 5436 mac1 = arg[3]
5442 } else { 5437 } else {
5443 defundef = substr(arg[1], 2) 5438 defundef = substr(arg[1], 2)
5444 mac1 = arg[2] 5439 mac1 = arg[2]
5445 } 5440 }
5446 split(mac1, mac2, "(") #) 5441 split(mac1, mac2, "(") #)
5447 macro = mac2[1] 5442 macro = mac2[1]
5448 prefix = substr(line, 1, index(line, defundef) - 1) 5443 prefix = substr(line, 1, index(line, defundef) - 1)
5449 if (D_is_set[macro]) { 5444 if (D_is_set[macro]) {
5450 # Preserve the white space surrounding the "#". 5445 # Preserve the white space surrounding the "#".
5451 print prefix "define", macro P[macro] D[macro] 5446 print prefix "define", macro P[macro] D[macro]
5452 next 5447 next
5453 } else { 5448 } else {
5454 # Replace #undef with comments. This is necessary, for example, 5449 # Replace #undef with comments. This is necessary, for example,
5455 # in the case of _POSIX_SOURCE, which is predefined and required 5450 # in the case of _POSIX_SOURCE, which is predefined and required
5456 # on some systems where configure will not decide to define it. 5451 # on some systems where configure will not decide to define it.
5457 if (defundef == "undef") { 5452 if (defundef == "undef") {
5458 print "/*", prefix defundef, macro, "*/" 5453 print "/*", prefix defundef, macro, "*/"
5459 next 5454 next
5460 } 5455 }
5461 } 5456 }
5462 } 5457 }
5463 { print } 5458 { print }
5464 _ACAWK 5459 _ACAWK
5465 _ACEOF 5460 _ACEOF
5466 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5461 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5467 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 5462 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
5468 fi # test -n "$CONFIG_HEADERS" 5463 fi # test -n "$CONFIG_HEADERS"
5469   5464  
5470   5465  
5471 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 5466 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
5472 shift 5467 shift
5473 for ac_tag 5468 for ac_tag
5474 do 5469 do
5475 case $ac_tag in 5470 case $ac_tag in
5476 :[FHLC]) ac_mode=$ac_tag; continue;; 5471 :[FHLC]) ac_mode=$ac_tag; continue;;
5477 esac 5472 esac
5478 case $ac_mode$ac_tag in 5473 case $ac_mode$ac_tag in
5479 :[FHL]*:*);; 5474 :[FHL]*:*);;
5480 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 5475 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5481 :[FH]-) ac_tag=-:-;; 5476 :[FH]-) ac_tag=-:-;;
5482 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 5477 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5483 esac 5478 esac
5484 ac_save_IFS=$IFS 5479 ac_save_IFS=$IFS
5485 IFS=: 5480 IFS=:
5486 set x $ac_tag 5481 set x $ac_tag
5487 IFS=$ac_save_IFS 5482 IFS=$ac_save_IFS
5488 shift 5483 shift
5489 ac_file=$1 5484 ac_file=$1
5490 shift 5485 shift
5491   5486  
5492 case $ac_mode in 5487 case $ac_mode in
5493 :L) ac_source=$1;; 5488 :L) ac_source=$1;;
5494 :[FH]) 5489 :[FH])
5495 ac_file_inputs= 5490 ac_file_inputs=
5496 for ac_f 5491 for ac_f
5497 do 5492 do
5498 case $ac_f in 5493 case $ac_f in
5499 -) ac_f="$ac_tmp/stdin";; 5494 -) ac_f="$ac_tmp/stdin";;
5500 *) # Look for the file first in the build tree, then in the source tree 5495 *) # Look for the file first in the build tree, then in the source tree
5501 # (if the path is not absolute). The absolute path cannot be DOS-style, 5496 # (if the path is not absolute). The absolute path cannot be DOS-style,
5502 # because $ac_f cannot contain `:'. 5497 # because $ac_f cannot contain `:'.
5503 test -f "$ac_f" || 5498 test -f "$ac_f" ||
5504 case $ac_f in 5499 case $ac_f in
5505 [\\/$]*) false;; 5500 [\\/$]*) false;;
5506 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 5501 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5507 esac || 5502 esac ||
5508 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 5503 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5509 esac 5504 esac
5510 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 5505 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5511 as_fn_append ac_file_inputs " '$ac_f'" 5506 as_fn_append ac_file_inputs " '$ac_f'"
5512 done 5507 done
5513   5508  
5514 # Let's still pretend it is `configure' which instantiates (i.e., don't 5509 # Let's still pretend it is `configure' which instantiates (i.e., don't
5515 # use $as_me), people would be surprised to read: 5510 # use $as_me), people would be surprised to read:
5516 # /* config.h. Generated by config.status. */ 5511 # /* config.h. Generated by config.status. */
5517 configure_input='Generated from '` 5512 configure_input='Generated from '`
5518 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 5513 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5519 `' by configure.' 5514 `' by configure.'
5520 if test x"$ac_file" != x-; then 5515 if test x"$ac_file" != x-; then
5521 configure_input="$ac_file. $configure_input" 5516 configure_input="$ac_file. $configure_input"
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 5517 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5523 $as_echo "$as_me: creating $ac_file" >&6;} 5518 $as_echo "$as_me: creating $ac_file" >&6;}
5524 fi 5519 fi
5525 # Neutralize special characters interpreted by sed in replacement strings. 5520 # Neutralize special characters interpreted by sed in replacement strings.
5526 case $configure_input in #( 5521 case $configure_input in #(
5527 *\&* | *\|* | *\\* ) 5522 *\&* | *\|* | *\\* )
5528 ac_sed_conf_input=`$as_echo "$configure_input" | 5523 ac_sed_conf_input=`$as_echo "$configure_input" |
5529 sed 's/[\\\\&|]/\\\\&/g'`;; #( 5524 sed 's/[\\\\&|]/\\\\&/g'`;; #(
5530 *) ac_sed_conf_input=$configure_input;; 5525 *) ac_sed_conf_input=$configure_input;;
5531 esac 5526 esac
5532   5527  
5533 case $ac_tag in 5528 case $ac_tag in
5534 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 5529 *:-:* | *:-) cat >"$ac_tmp/stdin" \
5535 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 5530 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5536 esac 5531 esac
5537 ;; 5532 ;;
5538 esac 5533 esac
5539   5534  
5540 ac_dir=`$as_dirname -- "$ac_file" || 5535 ac_dir=`$as_dirname -- "$ac_file" ||
5541 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5536 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5542 X"$ac_file" : 'X\(//\)[^/]' \| \ 5537 X"$ac_file" : 'X\(//\)[^/]' \| \
5543 X"$ac_file" : 'X\(//\)$' \| \ 5538 X"$ac_file" : 'X\(//\)$' \| \
5544 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 5539 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5545 $as_echo X"$ac_file" | 5540 $as_echo X"$ac_file" |
5546 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5541 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5547 s//\1/ 5542 s//\1/
5548 q 5543 q
5549 } 5544 }
5550 /^X\(\/\/\)[^/].*/{ 5545 /^X\(\/\/\)[^/].*/{
5551 s//\1/ 5546 s//\1/
5552 q 5547 q
5553 } 5548 }
5554 /^X\(\/\/\)$/{ 5549 /^X\(\/\/\)$/{
5555 s//\1/ 5550 s//\1/
5556 q 5551 q
5557 } 5552 }
5558 /^X\(\/\).*/{ 5553 /^X\(\/\).*/{
5559 s//\1/ 5554 s//\1/
5560 q 5555 q
5561 } 5556 }
5562 s/.*/./; q'` 5557 s/.*/./; q'`
5563 as_dir="$ac_dir"; as_fn_mkdir_p 5558 as_dir="$ac_dir"; as_fn_mkdir_p
5564 ac_builddir=. 5559 ac_builddir=.
5565   5560  
5566 case "$ac_dir" in 5561 case "$ac_dir" in
5567 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 5562 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5568 *) 5563 *)
5569 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 5564 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5570 # A ".." for each directory in $ac_dir_suffix. 5565 # A ".." for each directory in $ac_dir_suffix.
5571 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 5566 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5572 case $ac_top_builddir_sub in 5567 case $ac_top_builddir_sub in
5573 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 5568 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5574 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 5569 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5575 esac ;; 5570 esac ;;
5576 esac 5571 esac
5577 ac_abs_top_builddir=$ac_pwd 5572 ac_abs_top_builddir=$ac_pwd
5578 ac_abs_builddir=$ac_pwd$ac_dir_suffix 5573 ac_abs_builddir=$ac_pwd$ac_dir_suffix
5579 # for backward compatibility: 5574 # for backward compatibility:
5580 ac_top_builddir=$ac_top_build_prefix 5575 ac_top_builddir=$ac_top_build_prefix
5581   5576  
5582 case $srcdir in 5577 case $srcdir in
5583 .) # We are building in place. 5578 .) # We are building in place.
5584 ac_srcdir=. 5579 ac_srcdir=.
5585 ac_top_srcdir=$ac_top_builddir_sub 5580 ac_top_srcdir=$ac_top_builddir_sub
5586 ac_abs_top_srcdir=$ac_pwd ;; 5581 ac_abs_top_srcdir=$ac_pwd ;;
5587 [\\/]* | ?:[\\/]* ) # Absolute name. 5582 [\\/]* | ?:[\\/]* ) # Absolute name.
5588 ac_srcdir=$srcdir$ac_dir_suffix; 5583 ac_srcdir=$srcdir$ac_dir_suffix;
5589 ac_top_srcdir=$srcdir 5584 ac_top_srcdir=$srcdir
5590 ac_abs_top_srcdir=$srcdir ;; 5585 ac_abs_top_srcdir=$srcdir ;;
5591 *) # Relative name. 5586 *) # Relative name.
5592 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 5587 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5593 ac_top_srcdir=$ac_top_build_prefix$srcdir 5588 ac_top_srcdir=$ac_top_build_prefix$srcdir
5594 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 5589 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5595 esac 5590 esac
5596 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 5591 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5597   5592  
5598   5593  
5599 case $ac_mode in 5594 case $ac_mode in
5600 :F) 5595 :F)
5601 # 5596 #
5602 # CONFIG_FILE 5597 # CONFIG_FILE
5603 # 5598 #
5604   5599  
5605 case $INSTALL in 5600 case $INSTALL in
5606 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 5601 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5607 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 5602 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5608 esac 5603 esac
5609 ac_MKDIR_P=$MKDIR_P 5604 ac_MKDIR_P=$MKDIR_P
5610 case $MKDIR_P in 5605 case $MKDIR_P in
5611 [\\/$]* | ?:[\\/]* ) ;; 5606 [\\/$]* | ?:[\\/]* ) ;;
5612 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 5607 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
5613 esac 5608 esac
5614 _ACEOF 5609 _ACEOF
5615   5610  
5616 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5617 # If the template does not know about datarootdir, expand it. 5612 # If the template does not know about datarootdir, expand it.
5618 # FIXME: This hack should be removed a few years after 2.60. 5613 # FIXME: This hack should be removed a few years after 2.60.
5619 ac_datarootdir_hack=; ac_datarootdir_seen= 5614 ac_datarootdir_hack=; ac_datarootdir_seen=
5620 ac_sed_dataroot=' 5615 ac_sed_dataroot='
5621 /datarootdir/ { 5616 /datarootdir/ {
5622 p 5617 p
5623 q 5618 q
5624 } 5619 }
5625 /@datadir@/p 5620 /@datadir@/p
5626 /@docdir@/p 5621 /@docdir@/p
5627 /@infodir@/p 5622 /@infodir@/p
5628 /@localedir@/p 5623 /@localedir@/p
5629 /@mandir@/p' 5624 /@mandir@/p'
5630 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 5625 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5631 *datarootdir*) ac_datarootdir_seen=yes;; 5626 *datarootdir*) ac_datarootdir_seen=yes;;
5632 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 5627 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 5628 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5634 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 5629 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5635 _ACEOF 5630 _ACEOF
5636 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5631 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5637 ac_datarootdir_hack=' 5632 ac_datarootdir_hack='
5638 s&@datadir@&$datadir&g 5633 s&@datadir@&$datadir&g
5639 s&@docdir@&$docdir&g 5634 s&@docdir@&$docdir&g
5640 s&@infodir@&$infodir&g 5635 s&@infodir@&$infodir&g
5641 s&@localedir@&$localedir&g 5636 s&@localedir@&$localedir&g
5642 s&@mandir@&$mandir&g 5637 s&@mandir@&$mandir&g
5643 s&\\\${datarootdir}&$datarootdir&g' ;; 5638 s&\\\${datarootdir}&$datarootdir&g' ;;
5644 esac 5639 esac
5645 _ACEOF 5640 _ACEOF
5646   5641  
5647 # Neutralize VPATH when `$srcdir' = `.'. 5642 # Neutralize VPATH when `$srcdir' = `.'.
5648 # Shell code in configure.ac might set extrasub. 5643 # Shell code in configure.ac might set extrasub.
5649 # FIXME: do we really want to maintain this feature? 5644 # FIXME: do we really want to maintain this feature?
5650 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5645 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5651 ac_sed_extra="$ac_vpsub 5646 ac_sed_extra="$ac_vpsub
5652 $extrasub 5647 $extrasub
5653 _ACEOF 5648 _ACEOF
5654 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5649 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5655 :t 5650 :t
5656 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 5651 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5657 s|@configure_input@|$ac_sed_conf_input|;t t 5652 s|@configure_input@|$ac_sed_conf_input|;t t
5658 s&@top_builddir@&$ac_top_builddir_sub&;t t 5653 s&@top_builddir@&$ac_top_builddir_sub&;t t
5659 s&@top_build_prefix@&$ac_top_build_prefix&;t t 5654 s&@top_build_prefix@&$ac_top_build_prefix&;t t
5660 s&@srcdir@&$ac_srcdir&;t t 5655 s&@srcdir@&$ac_srcdir&;t t
5661 s&@abs_srcdir@&$ac_abs_srcdir&;t t 5656 s&@abs_srcdir@&$ac_abs_srcdir&;t t
5662 s&@top_srcdir@&$ac_top_srcdir&;t t 5657 s&@top_srcdir@&$ac_top_srcdir&;t t
5663 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 5658 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5664 s&@builddir@&$ac_builddir&;t t 5659 s&@builddir@&$ac_builddir&;t t
5665 s&@abs_builddir@&$ac_abs_builddir&;t t 5660 s&@abs_builddir@&$ac_abs_builddir&;t t
5666 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 5661 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5667 s&@INSTALL@&$ac_INSTALL&;t t 5662 s&@INSTALL@&$ac_INSTALL&;t t
5668 s&@MKDIR_P@&$ac_MKDIR_P&;t t 5663 s&@MKDIR_P@&$ac_MKDIR_P&;t t
5669 $ac_datarootdir_hack 5664 $ac_datarootdir_hack
5670 " 5665 "
5671 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 5666 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5672 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5667 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5673   5668  
5674 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 5669 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5675 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 5670 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5676 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 5671 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5677 "$ac_tmp/out"`; test -z "$ac_out"; } && 5672 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5679 which seems to be undefined. Please make sure it is defined" >&5 5674 which seems to be undefined. Please make sure it is defined" >&5
5680 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5675 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5681 which seems to be undefined. Please make sure it is defined" >&2;} 5676 which seems to be undefined. Please make sure it is defined" >&2;}
5682   5677  
5683 rm -f "$ac_tmp/stdin" 5678 rm -f "$ac_tmp/stdin"
5684 case $ac_file in 5679 case $ac_file in
5685 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 5680 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5686 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 5681 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5687 esac \ 5682 esac \
5688 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5683 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5689 ;; 5684 ;;
5690 :H) 5685 :H)
5691 # 5686 #
5692 # CONFIG_HEADER 5687 # CONFIG_HEADER
5693 # 5688 #
5694 if test x"$ac_file" != x-; then 5689 if test x"$ac_file" != x-; then
5695 { 5690 {
5696 $as_echo "/* $configure_input */" \ 5691 $as_echo "/* $configure_input */" \
5697 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 5692 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
5698 } >"$ac_tmp/config.h" \ 5693 } >"$ac_tmp/config.h" \
5699 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5694 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5700 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 5695 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 5696 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
5702 $as_echo "$as_me: $ac_file is unchanged" >&6;} 5697 $as_echo "$as_me: $ac_file is unchanged" >&6;}
5703 else 5698 else
5704 rm -f "$ac_file" 5699 rm -f "$ac_file"
5705 mv "$ac_tmp/config.h" "$ac_file" \ 5700 mv "$ac_tmp/config.h" "$ac_file" \
5706 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5701 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5707 fi 5702 fi
5708 else 5703 else
5709 $as_echo "/* $configure_input */" \ 5704 $as_echo "/* $configure_input */" \
5710 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 5705 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
5711 || as_fn_error $? "could not create -" "$LINENO" 5 5706 || as_fn_error $? "could not create -" "$LINENO" 5
5712 fi 5707 fi
5713 # Compute "$ac_file"'s index in $config_headers. 5708 # Compute "$ac_file"'s index in $config_headers.
5714 _am_arg="$ac_file" 5709 _am_arg="$ac_file"
5715 _am_stamp_count=1 5710 _am_stamp_count=1
5716 for _am_header in $config_headers :; do 5711 for _am_header in $config_headers :; do
5717 case $_am_header in 5712 case $_am_header in
5718 $_am_arg | $_am_arg:* ) 5713 $_am_arg | $_am_arg:* )
5719 break ;; 5714 break ;;
5720 * ) 5715 * )
5721 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 5716 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
5722 esac 5717 esac
5723 done 5718 done
5724 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 5719 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
5725 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5720 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5726 X"$_am_arg" : 'X\(//\)[^/]' \| \ 5721 X"$_am_arg" : 'X\(//\)[^/]' \| \
5727 X"$_am_arg" : 'X\(//\)$' \| \ 5722 X"$_am_arg" : 'X\(//\)$' \| \
5728 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 5723 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
5729 $as_echo X"$_am_arg" | 5724 $as_echo X"$_am_arg" |
5730 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5725 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5731 s//\1/ 5726 s//\1/
5732 q 5727 q
5733 } 5728 }
5734 /^X\(\/\/\)[^/].*/{ 5729 /^X\(\/\/\)[^/].*/{
5735 s//\1/ 5730 s//\1/
5736 q 5731 q
5737 } 5732 }
5738 /^X\(\/\/\)$/{ 5733 /^X\(\/\/\)$/{
5739 s//\1/ 5734 s//\1/
5740 q 5735 q
5741 } 5736 }
5742 /^X\(\/\).*/{ 5737 /^X\(\/\).*/{
5743 s//\1/ 5738 s//\1/
5744 q 5739 q
5745 } 5740 }
5746 s/.*/./; q'`/stamp-h$_am_stamp_count 5741 s/.*/./; q'`/stamp-h$_am_stamp_count
5747 ;; 5742 ;;
5748   5743  
5749 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 5744 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5750 $as_echo "$as_me: executing $ac_file commands" >&6;} 5745 $as_echo "$as_me: executing $ac_file commands" >&6;}
5751 ;; 5746 ;;
5752 esac 5747 esac
5753   5748  
5754   5749  
5755 case $ac_file$ac_mode in 5750 case $ac_file$ac_mode in
5756 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 5751 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
5757 # Older Autoconf quotes --file arguments for eval, but not when files 5752 # Older Autoconf quotes --file arguments for eval, but not when files
5758 # are listed without --file. Let's play safe and only enable the eval 5753 # are listed without --file. Let's play safe and only enable the eval
5759 # if we detect the quoting. 5754 # if we detect the quoting.
5760 # TODO: see whether this extra hack can be removed once we start 5755 # TODO: see whether this extra hack can be removed once we start
5761 # requiring Autoconf 2.70 or later. 5756 # requiring Autoconf 2.70 or later.
5762 case $CONFIG_FILES in #( 5757 case $CONFIG_FILES in #(
5763 *\'*) : 5758 *\'*) :
5764 eval set x "$CONFIG_FILES" ;; #( 5759 eval set x "$CONFIG_FILES" ;; #(
5765 *) : 5760 *) :
5766 set x $CONFIG_FILES ;; #( 5761 set x $CONFIG_FILES ;; #(
5767 *) : 5762 *) :
5768 ;; 5763 ;;
5769 esac 5764 esac
5770 shift 5765 shift
5771 # Used to flag and report bootstrapping failures. 5766 # Used to flag and report bootstrapping failures.
5772 am_rc=0 5767 am_rc=0
5773 for am_mf 5768 for am_mf
5774 do 5769 do
5775 # Strip MF so we end up with the name of the file. 5770 # Strip MF so we end up with the name of the file.
5776 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` 5771 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
5777 # Check whether this is an Automake generated Makefile which includes 5772 # Check whether this is an Automake generated Makefile which includes
5778 # dependency-tracking related rules and includes. 5773 # dependency-tracking related rules and includes.
5779 # Grep'ing the whole file directly is not great: AIX grep has a line 5774 # Grep'ing the whole file directly is not great: AIX grep has a line
5780 # limit of 2048, but all sed's we know have understand at least 4000. 5775 # limit of 2048, but all sed's we know have understand at least 4000.
5781 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ 5776 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
5782 || continue 5777 || continue
5783 am_dirpart=`$as_dirname -- "$am_mf" || 5778 am_dirpart=`$as_dirname -- "$am_mf" ||
5784 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5779 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5785 X"$am_mf" : 'X\(//\)[^/]' \| \ 5780 X"$am_mf" : 'X\(//\)[^/]' \| \
5786 X"$am_mf" : 'X\(//\)$' \| \ 5781 X"$am_mf" : 'X\(//\)$' \| \
5787 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 5782 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
5788 $as_echo X"$am_mf" | 5783 $as_echo X"$am_mf" |
5789 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5784 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5790 s//\1/ 5785 s//\1/
5791 q 5786 q
5792 } 5787 }
5793 /^X\(\/\/\)[^/].*/{ 5788 /^X\(\/\/\)[^/].*/{
5794 s//\1/ 5789 s//\1/
5795 q 5790 q
5796 } 5791 }
5797 /^X\(\/\/\)$/{ 5792 /^X\(\/\/\)$/{
5798 s//\1/ 5793 s//\1/
5799 q 5794 q
5800 } 5795 }
5801 /^X\(\/\).*/{ 5796 /^X\(\/\).*/{
5802 s//\1/ 5797 s//\1/
5803 q 5798 q
5804 } 5799 }
5805 s/.*/./; q'` 5800 s/.*/./; q'`
5806 am_filepart=`$as_basename -- "$am_mf" || 5801 am_filepart=`$as_basename -- "$am_mf" ||
5807 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ 5802 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
5808 X"$am_mf" : 'X\(//\)$' \| \ 5803 X"$am_mf" : 'X\(//\)$' \| \
5809 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 5804 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
5810 $as_echo X/"$am_mf" | 5805 $as_echo X/"$am_mf" |
5811 sed '/^.*\/\([^/][^/]*\)\/*$/{ 5806 sed '/^.*\/\([^/][^/]*\)\/*$/{
5812 s//\1/ 5807 s//\1/
5813 q 5808 q
5814 } 5809 }
5815 /^X\/\(\/\/\)$/{ 5810 /^X\/\(\/\/\)$/{
5816 s//\1/ 5811 s//\1/
5817 q 5812 q
5818 } 5813 }
5819 /^X\/\(\/\).*/{ 5814 /^X\/\(\/\).*/{
5820 s//\1/ 5815 s//\1/
5821 q 5816 q
5822 } 5817 }
5823 s/.*/./; q'` 5818 s/.*/./; q'`
5824 { echo "$as_me:$LINENO: cd "$am_dirpart" \ 5819 { echo "$as_me:$LINENO: cd "$am_dirpart" \
5825 && sed -e '/# am--include-marker/d' "$am_filepart" \ 5820 && sed -e '/# am--include-marker/d' "$am_filepart" \
5826 | $MAKE -f - am--depfiles" >&5 5821 | $MAKE -f - am--depfiles" >&5
5827 (cd "$am_dirpart" \ 5822 (cd "$am_dirpart" \
5828 && sed -e '/# am--include-marker/d' "$am_filepart" \ 5823 && sed -e '/# am--include-marker/d' "$am_filepart" \
5829 | $MAKE -f - am--depfiles) >&5 2>&5 5824 | $MAKE -f - am--depfiles) >&5 2>&5
5830 ac_status=$? 5825 ac_status=$?
5831 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832 (exit $ac_status); } || am_rc=$? 5827 (exit $ac_status); } || am_rc=$?
5833 done 5828 done
5834 if test $am_rc -ne 0; then 5829 if test $am_rc -ne 0; then
5835 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5830 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5836 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5831 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5837 as_fn_error $? "Something went wrong bootstrapping makefile fragments 5832 as_fn_error $? "Something went wrong bootstrapping makefile fragments
5838 for automatic dependency tracking. Try re-running configure with the 5833 for automatic dependency tracking. If GNU make was not used, consider
-   5834 re-running the configure script with MAKE=\"gmake\" (or whatever is
-   5835 necessary). You can also try re-running configure with the
5839 '--disable-dependency-tracking' option to at least be able to build 5836 '--disable-dependency-tracking' option to at least be able to build
5840 the package (albeit without support for automatic dependency tracking). 5837 the package (albeit without support for automatic dependency tracking).
5841 See \`config.log' for more details" "$LINENO" 5; } 5838 See \`config.log' for more details" "$LINENO" 5; }
5842 fi 5839 fi
5843 { am_dirpart=; unset am_dirpart;} 5840 { am_dirpart=; unset am_dirpart;}
5844 { am_filepart=; unset am_filepart;} 5841 { am_filepart=; unset am_filepart;}
5845 { am_mf=; unset am_mf;} 5842 { am_mf=; unset am_mf;}
5846 { am_rc=; unset am_rc;} 5843 { am_rc=; unset am_rc;}
5847 rm -f conftest-deps.mk 5844 rm -f conftest-deps.mk
5848 } 5845 }
5849 ;; 5846 ;;
5850   5847  
5851 esac 5848 esac
5852 done # for ac_tag 5849 done # for ac_tag
5853   5850  
5854   5851  
5855 as_fn_exit 0 5852 as_fn_exit 0
5856 _ACEOF 5853 _ACEOF
5857 ac_clean_files=$ac_clean_files_save 5854 ac_clean_files=$ac_clean_files_save
5858   5855  
5859 test $ac_write_fail = 0 || 5856 test $ac_write_fail = 0 ||
5860 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 5857 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5861   5858  
5862   5859  
5863 # configure is writing to config.log, and then calls config.status. 5860 # configure is writing to config.log, and then calls config.status.
5864 # config.status does its own redirection, appending to config.log. 5861 # config.status does its own redirection, appending to config.log.
5865 # Unfortunately, on DOS this fails, as config.log is still kept open 5862 # Unfortunately, on DOS this fails, as config.log is still kept open
5866 # by configure, so config.status won't be able to write to it; its 5863 # by configure, so config.status won't be able to write to it; its
5867 # output is simply discarded. So we exec the FD to /dev/null, 5864 # output is simply discarded. So we exec the FD to /dev/null,
5868 # effectively closing config.log, so it can be properly (re)opened and 5865 # effectively closing config.log, so it can be properly (re)opened and
5869 # appended to by config.status. When coming back to configure, we 5866 # appended to by config.status. When coming back to configure, we
5870 # need to make the FD available again. 5867 # need to make the FD available again.
5871 if test "$no_create" != yes; then 5868 if test "$no_create" != yes; then
5872 ac_cs_success=: 5869 ac_cs_success=:
5873 ac_config_status_args= 5870 ac_config_status_args=
5874 test "$silent" = yes && 5871 test "$silent" = yes &&
5875 ac_config_status_args="$ac_config_status_args --quiet" 5872 ac_config_status_args="$ac_config_status_args --quiet"
5876 exec 5>/dev/null 5873 exec 5>/dev/null
5877 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 5874 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5878 exec 5>>config.log 5875 exec 5>>config.log
5879 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 5876 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5880 # would make configure fail if this is the last instruction. 5877 # would make configure fail if this is the last instruction.
5881 $ac_cs_success || as_fn_exit 1 5878 $ac_cs_success || as_fn_exit 1
5882 fi 5879 fi
5883 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 5880 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 5881 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5885 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 5882 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5886 fi 5883 fi
5887   5884  
5888   5885