0 | 0 |
#! /bin/sh
|
1 | 1 |
# Guess values for system-dependent variables and create Makefiles.
|
2 | |
# Generated by GNU Autoconf 2.59.
|
|
2 |
# Generated by GNU Autoconf 2.59e.
|
3 | 3 |
#
|
4 | |
# Copyright (C) 2003 Free Software Foundation, Inc.
|
|
4 |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
|
5 |
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
5 | 6 |
# This configure script is free software; the Free Software Foundation
|
6 | 7 |
# gives unlimited permission to copy, distribute and modify it.
|
7 | 8 |
## --------------------- ##
|
|
15 | 16 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
16 | 17 |
# is contrary to our usage. Disable this feature.
|
17 | 18 |
alias -g '${1+"$@"}'='"$@"'
|
18 | |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
19 | |
set -o posix
|
20 | |
fi
|
|
19 |
setopt NO_GLOB_SUBST
|
|
20 |
else
|
|
21 |
case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
|
|
22 |
fi
|
|
23 |
BIN_SH=xpg4; export BIN_SH # for Tru64
|
21 | 24 |
DUALCASE=1; export DUALCASE # for MKS sh
|
22 | 25 |
|
23 | |
# Support unset when possible.
|
24 | |
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
25 | |
as_unset=unset
|
26 | |
else
|
27 | |
as_unset=false
|
28 | |
fi
|
29 | |
|
30 | |
|
31 | |
# Work around bugs in pre-3.0 UWIN ksh.
|
32 | |
$as_unset ENV MAIL MAILPATH
|
33 | |
PS1='$ '
|
34 | |
PS2='> '
|
35 | |
PS4='+ '
|
36 | |
|
37 | |
# NLS nuisances.
|
38 | |
for as_var in \
|
39 | |
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
40 | |
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
41 | |
LC_TELEPHONE LC_TIME
|
42 | |
do
|
43 | |
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
44 | |
eval $as_var=C; export $as_var
|
45 | |
else
|
46 | |
$as_unset $as_var
|
47 | |
fi
|
48 | |
done
|
49 | |
|
50 | |
# Required to use basename.
|
51 | |
if expr a : '\(a\)' >/dev/null 2>&1; then
|
52 | |
as_expr=expr
|
53 | |
else
|
54 | |
as_expr=false
|
55 | |
fi
|
56 | |
|
57 | |
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
|
58 | |
as_basename=basename
|
59 | |
else
|
60 | |
as_basename=false
|
61 | |
fi
|
62 | |
|
63 | |
|
64 | |
# Name of the executable.
|
65 | |
as_me=`$as_basename "$0" ||
|
66 | |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
67 | |
X"$0" : 'X\(//\)$' \| \
|
68 | |
X"$0" : 'X\(/\)$' \| \
|
69 | |
. : '\(.\)' 2>/dev/null ||
|
70 | |
echo X/"$0" |
|
71 | |
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
|
72 | |
/^X\/\(\/\/\)$/{ s//\1/; q; }
|
73 | |
/^X\/\(\/\).*/{ s//\1/; q; }
|
74 | |
s/.*/./; q'`
|
75 | |
|
76 | |
|
77 | |
# PATH needs CR, and LINENO needs CR and PATH.
|
|
26 |
|
|
27 |
# PATH needs CR
|
78 | 28 |
# Avoid depending upon Character Ranges.
|
79 | 29 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
80 | 30 |
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
|
95 | 45 |
rm -f conf$$.sh
|
96 | 46 |
fi
|
97 | 47 |
|
98 | |
|
99 | |
as_lineno_1=$LINENO
|
100 | |
as_lineno_2=$LINENO
|
101 | |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
102 | |
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
103 | |
test "x$as_lineno_3" = "x$as_lineno_2" || {
|
104 | |
# Find who we are. Look in the path if we contain no path at all
|
105 | |
# relative or not.
|
106 | |
case $0 in
|
107 | |
*[\\/]* ) as_myself=$0 ;;
|
108 | |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
48 |
# Support unset when possible.
|
|
49 |
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
|
50 |
as_unset=unset
|
|
51 |
else
|
|
52 |
as_unset=false
|
|
53 |
fi
|
|
54 |
|
|
55 |
|
|
56 |
# IFS
|
|
57 |
# We need space, tab and new line, in precisely that order. Quoting is
|
|
58 |
# there to prevent editors from complaining about space-tab.
|
|
59 |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
|
60 |
# splitting by setting IFS to empty value.)
|
|
61 |
as_nl='
|
|
62 |
'
|
|
63 |
IFS=" "" $as_nl"
|
|
64 |
|
|
65 |
# Find who we are. Look in the path if we contain no directory separator.
|
|
66 |
case $0 in
|
|
67 |
*[\\/]* ) as_myself=$0 ;;
|
|
68 |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
109 | 69 |
for as_dir in $PATH
|
110 | 70 |
do
|
111 | 71 |
IFS=$as_save_IFS
|
112 | 72 |
test -z "$as_dir" && as_dir=.
|
113 | 73 |
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
114 | 74 |
done
|
115 | |
|
116 | |
;;
|
117 | |
esac
|
118 | |
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
119 | |
# in which case we are not to be found in the path.
|
120 | |
if test "x$as_myself" = x; then
|
121 | |
as_myself=$0
|
|
75 |
IFS=$as_save_IFS
|
|
76 |
|
|
77 |
;;
|
|
78 |
esac
|
|
79 |
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
|
80 |
# in which case we are not to be found in the path.
|
|
81 |
if test "x$as_myself" = x; then
|
|
82 |
as_myself=$0
|
|
83 |
fi
|
|
84 |
if test ! -f "$as_myself"; then
|
|
85 |
echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
|
86 |
{ (exit 1); exit 1; }
|
|
87 |
fi
|
|
88 |
|
|
89 |
# Work around bugs in pre-3.0 UWIN ksh.
|
|
90 |
for as_var in ENV MAIL MAILPATH
|
|
91 |
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
|
92 |
done
|
|
93 |
PS1='$ '
|
|
94 |
PS2='> '
|
|
95 |
PS4='+ '
|
|
96 |
|
|
97 |
# NLS nuisances.
|
|
98 |
for as_var in \
|
|
99 |
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
|
100 |
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
|
101 |
LC_TELEPHONE LC_TIME
|
|
102 |
do
|
|
103 |
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
|
104 |
eval $as_var=C; export $as_var
|
|
105 |
else
|
|
106 |
($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
122 | 107 |
fi
|
123 | |
if test ! -f "$as_myself"; then
|
124 | |
{ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
|
125 | |
{ (exit 1); exit 1; }; }
|
126 | |
fi
|
127 | |
case $CONFIG_SHELL in
|
128 | |
'')
|
|
108 |
done
|
|
109 |
|
|
110 |
# Required to use basename.
|
|
111 |
if expr a : '\(a\)' >/dev/null 2>&1 &&
|
|
112 |
test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
|
113 |
as_expr=expr
|
|
114 |
else
|
|
115 |
as_expr=false
|
|
116 |
fi
|
|
117 |
|
|
118 |
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
|
119 |
as_basename=basename
|
|
120 |
else
|
|
121 |
as_basename=false
|
|
122 |
fi
|
|
123 |
|
|
124 |
|
|
125 |
# Name of the executable.
|
|
126 |
as_me=`$as_basename -- "$0" ||
|
|
127 |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
|
128 |
X"$0" : 'X\(//\)$' \| \
|
|
129 |
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
|
130 |
echo X/"$0" |
|
|
131 |
sed '/^.*\/\([^/][^/]*\)\/*$/{
|
|
132 |
s//\1/
|
|
133 |
q
|
|
134 |
}
|
|
135 |
/^X\/\(\/\/\)$/{
|
|
136 |
s//\1/
|
|
137 |
q
|
|
138 |
}
|
|
139 |
/^X\/\(\/\).*/{
|
|
140 |
s//\1/
|
|
141 |
q
|
|
142 |
}
|
|
143 |
s/.*/./; q'`
|
|
144 |
|
|
145 |
# CDPATH.
|
|
146 |
$as_unset CDPATH
|
|
147 |
|
|
148 |
|
|
149 |
if test "x$CONFIG_SHELL" = x; then
|
|
150 |
if (eval ":") 2>/dev/null; then
|
|
151 |
as_have_required=yes
|
|
152 |
else
|
|
153 |
as_have_required=no
|
|
154 |
fi
|
|
155 |
|
|
156 |
if test $as_have_required = yes && (eval ":
|
|
157 |
(as_func_return () {
|
|
158 |
(exit \$1)
|
|
159 |
}
|
|
160 |
as_func_success () {
|
|
161 |
as_func_return 0
|
|
162 |
}
|
|
163 |
as_func_failure () {
|
|
164 |
as_func_return 1
|
|
165 |
}
|
|
166 |
as_func_ret_success () {
|
|
167 |
return 0
|
|
168 |
}
|
|
169 |
as_func_ret_failure () {
|
|
170 |
return 1
|
|
171 |
}
|
|
172 |
|
|
173 |
exitcode=0
|
|
174 |
if as_func_success; then
|
|
175 |
:
|
|
176 |
else
|
|
177 |
exitcode=1
|
|
178 |
echo as_func_success failed.
|
|
179 |
fi
|
|
180 |
|
|
181 |
if as_func_failure; then
|
|
182 |
exitcode=1
|
|
183 |
echo as_func_failure succeeded.
|
|
184 |
fi
|
|
185 |
|
|
186 |
if as_func_ret_success; then
|
|
187 |
:
|
|
188 |
else
|
|
189 |
exitcode=1
|
|
190 |
echo as_func_ret_success failed.
|
|
191 |
fi
|
|
192 |
|
|
193 |
if as_func_ret_failure; then
|
|
194 |
exitcode=1
|
|
195 |
echo as_func_ret_failure succeeded.
|
|
196 |
fi
|
|
197 |
|
|
198 |
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
|
|
199 |
:
|
|
200 |
else
|
|
201 |
exitcode=1
|
|
202 |
echo positional parameters were not saved.
|
|
203 |
fi
|
|
204 |
|
|
205 |
test \$exitcode = 0) || { (exit 1); exit 1; }
|
|
206 |
|
|
207 |
(
|
|
208 |
as_lineno_1=\$LINENO
|
|
209 |
as_lineno_2=\$LINENO
|
|
210 |
test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
|
|
211 |
test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
|
|
212 |
") 2> /dev/null; then
|
|
213 |
:
|
|
214 |
else
|
|
215 |
as_candidate_shells=
|
129 | 216 |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
130 | |
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
|
217 |
for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
131 | 218 |
do
|
132 | 219 |
IFS=$as_save_IFS
|
133 | 220 |
test -z "$as_dir" && as_dir=.
|
134 | |
for as_base in sh bash ksh sh5; do
|
135 | |
case $as_dir in
|
|
221 |
case $as_dir in
|
136 | 222 |
/*)
|
137 | |
if ("$as_dir/$as_base" -c '
|
|
223 |
for as_base in sh bash ksh sh5; do
|
|
224 |
as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
|
|
225 |
done;;
|
|
226 |
esac
|
|
227 |
done
|
|
228 |
IFS=$as_save_IFS
|
|
229 |
|
|
230 |
|
|
231 |
for as_shell in $as_candidate_shells $SHELL; do
|
|
232 |
# Try only shells which exist, to save several forks.
|
|
233 |
if test -f "$as_shell" &&
|
|
234 |
{ ("$as_shell") 2> /dev/null <<\_ASEOF
|
|
235 |
# Be Bourne compatible
|
|
236 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
|
237 |
emulate sh
|
|
238 |
NULLCMD=:
|
|
239 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
|
240 |
# is contrary to our usage. Disable this feature.
|
|
241 |
alias -g '${1+"$@"}'='"$@"'
|
|
242 |
setopt NO_GLOB_SUBST
|
|
243 |
else
|
|
244 |
case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
|
|
245 |
fi
|
|
246 |
BIN_SH=xpg4; export BIN_SH # for Tru64
|
|
247 |
DUALCASE=1; export DUALCASE # for MKS sh
|
|
248 |
|
|
249 |
:
|
|
250 |
_ASEOF
|
|
251 |
}; then
|
|
252 |
CONFIG_SHELL=$as_shell
|
|
253 |
as_have_required=yes
|
|
254 |
if { "$as_shell" 2> /dev/null <<\_ASEOF
|
|
255 |
# Be Bourne compatible
|
|
256 |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
|
257 |
emulate sh
|
|
258 |
NULLCMD=:
|
|
259 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
|
260 |
# is contrary to our usage. Disable this feature.
|
|
261 |
alias -g '${1+"$@"}'='"$@"'
|
|
262 |
setopt NO_GLOB_SUBST
|
|
263 |
else
|
|
264 |
case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
|
|
265 |
fi
|
|
266 |
BIN_SH=xpg4; export BIN_SH # for Tru64
|
|
267 |
DUALCASE=1; export DUALCASE # for MKS sh
|
|
268 |
|
|
269 |
:
|
|
270 |
(as_func_return () {
|
|
271 |
(exit $1)
|
|
272 |
}
|
|
273 |
as_func_success () {
|
|
274 |
as_func_return 0
|
|
275 |
}
|
|
276 |
as_func_failure () {
|
|
277 |
as_func_return 1
|
|
278 |
}
|
|
279 |
as_func_ret_success () {
|
|
280 |
return 0
|
|
281 |
}
|
|
282 |
as_func_ret_failure () {
|
|
283 |
return 1
|
|
284 |
}
|
|
285 |
|
|
286 |
exitcode=0
|
|
287 |
if as_func_success; then
|
|
288 |
:
|
|
289 |
else
|
|
290 |
exitcode=1
|
|
291 |
echo as_func_success failed.
|
|
292 |
fi
|
|
293 |
|
|
294 |
if as_func_failure; then
|
|
295 |
exitcode=1
|
|
296 |
echo as_func_failure succeeded.
|
|
297 |
fi
|
|
298 |
|
|
299 |
if as_func_ret_success; then
|
|
300 |
:
|
|
301 |
else
|
|
302 |
exitcode=1
|
|
303 |
echo as_func_ret_success failed.
|
|
304 |
fi
|
|
305 |
|
|
306 |
if as_func_ret_failure; then
|
|
307 |
exitcode=1
|
|
308 |
echo as_func_ret_failure succeeded.
|
|
309 |
fi
|
|
310 |
|
|
311 |
if ( set x; as_func_ret_success y && test x = "$1" ); then
|
|
312 |
:
|
|
313 |
else
|
|
314 |
exitcode=1
|
|
315 |
echo positional parameters were not saved.
|
|
316 |
fi
|
|
317 |
|
|
318 |
test $exitcode = 0) || { (exit 1); exit 1; }
|
|
319 |
|
|
320 |
(
|
138 | 321 |
as_lineno_1=$LINENO
|
139 | 322 |
as_lineno_2=$LINENO
|
140 | |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
141 | 323 |
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
142 | |
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
143 | |
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
|
144 | |
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
|
145 | |
CONFIG_SHELL=$as_dir/$as_base
|
146 | |
export CONFIG_SHELL
|
147 | |
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
148 | |
fi;;
|
149 | |
esac
|
150 | |
done
|
151 | |
done
|
152 | |
;;
|
153 | |
esac
|
|
324 |
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
|
|
325 |
|
|
326 |
_ASEOF
|
|
327 |
}; then
|
|
328 |
break
|
|
329 |
fi
|
|
330 |
|
|
331 |
fi
|
|
332 |
|
|
333 |
done
|
|
334 |
|
|
335 |
if test "x$CONFIG_SHELL" != x; then
|
|
336 |
for as_var in BASH_ENV ENV
|
|
337 |
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
|
338 |
done
|
|
339 |
export CONFIG_SHELL
|
|
340 |
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
|
|
341 |
fi
|
|
342 |
|
|
343 |
|
|
344 |
if test $as_have_required = no; then
|
|
345 |
echo This script requires a shell more modern than all the
|
|
346 |
echo shells that I found on your system. Please install a
|
|
347 |
echo modern shell, or manually run the script under such a
|
|
348 |
echo shell if you do have one.
|
|
349 |
{ (exit 1); exit 1; }
|
|
350 |
fi
|
|
351 |
|
|
352 |
|
|
353 |
fi
|
|
354 |
|
|
355 |
fi
|
|
356 |
|
|
357 |
|
|
358 |
|
|
359 |
(eval "as_func_return () {
|
|
360 |
(exit \$1)
|
|
361 |
}
|
|
362 |
as_func_success () {
|
|
363 |
as_func_return 0
|
|
364 |
}
|
|
365 |
as_func_failure () {
|
|
366 |
as_func_return 1
|
|
367 |
}
|
|
368 |
as_func_ret_success () {
|
|
369 |
return 0
|
|
370 |
}
|
|
371 |
as_func_ret_failure () {
|
|
372 |
return 1
|
|
373 |
}
|
|
374 |
|
|
375 |
exitcode=0
|
|
376 |
if as_func_success; then
|
|
377 |
:
|
|
378 |
else
|
|
379 |
exitcode=1
|
|
380 |
echo as_func_success failed.
|
|
381 |
fi
|
|
382 |
|
|
383 |
if as_func_failure; then
|
|
384 |
exitcode=1
|
|
385 |
echo as_func_failure succeeded.
|
|
386 |
fi
|
|
387 |
|
|
388 |
if as_func_ret_success; then
|
|
389 |
:
|
|
390 |
else
|
|
391 |
exitcode=1
|
|
392 |
echo as_func_ret_success failed.
|
|
393 |
fi
|
|
394 |
|
|
395 |
if as_func_ret_failure; then
|
|
396 |
exitcode=1
|
|
397 |
echo as_func_ret_failure succeeded.
|
|
398 |
fi
|
|
399 |
|
|
400 |
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
|
|
401 |
:
|
|
402 |
else
|
|
403 |
exitcode=1
|
|
404 |
echo positional parameters were not saved.
|
|
405 |
fi
|
|
406 |
|
|
407 |
test \$exitcode = 0") || {
|
|
408 |
echo No shell found that supports shell functions.
|
|
409 |
echo Please tell autoconf@gnu.org about your system,
|
|
410 |
echo including any error possibly output before this
|
|
411 |
echo message
|
|
412 |
}
|
|
413 |
|
|
414 |
|
|
415 |
|
|
416 |
as_lineno_1=$LINENO
|
|
417 |
as_lineno_2=$LINENO
|
|
418 |
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
|
419 |
test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
|
154 | 420 |
|
155 | 421 |
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
|
156 | 422 |
# uniformly replaced by the line number. The first 'sed' inserts a
|
157 | |
# line-number line before each line; the second 'sed' does the real
|
158 | |
# work. The second script uses 'N' to pair each line-number line
|
159 | |
# with the numbered line, and appends trailing '-' during
|
160 | |
# substitution so that $LINENO is not a special case at line end.
|
|
423 |
# line-number line after each line using $LINENO; the second 'sed'
|
|
424 |
# does the real work. The second script uses 'N' to pair each
|
|
425 |
# line-number line with the line containing $LINENO, and appends
|
|
426 |
# trailing '-' during substitution so that $LINENO is not a special
|
|
427 |
# case at line end.
|
161 | 428 |
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
|
162 | |
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
|
163 | |
sed '=' <$as_myself |
|
|
429 |
# scripts with optimization help from Paolo Bonzini. Blame Lee
|
|
430 |
# E. McMahon (1931-1989) for sed's syntax. :-)
|
|
431 |
sed -n '
|
|
432 |
p
|
|
433 |
/[$]LINENO/=
|
|
434 |
' <$as_myself |
|
164 | 435 |
sed '
|
|
436 |
s/[$]LINENO.*/&-/
|
|
437 |
t lineno
|
|
438 |
b
|
|
439 |
:lineno
|
165 | 440 |
N
|
166 | |
s,$,-,
|
167 | |
: loop
|
168 | |
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
|
|
441 |
:loop
|
|
442 |
s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
|
169 | 443 |
t loop
|
170 | |
s,-$,,
|
171 | |
s,^['$as_cr_digits']*\n,,
|
|
444 |
s/-\n.*//
|
172 | 445 |
' >$as_me.lineno &&
|
173 | |
chmod +x $as_me.lineno ||
|
|
446 |
chmod +x "$as_me.lineno" ||
|
174 | 447 |
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
|
175 | 448 |
{ (exit 1); exit 1; }; }
|
176 | 449 |
|
177 | 450 |
# Don't try to exec as it changes $[0], causing all sort of problems
|
178 | 451 |
# (the dirname of $[0] is not the place where we might find the
|
179 | |
# original and so on. Autoconf is especially sensible to this).
|
180 | |
. ./$as_me.lineno
|
|
452 |
# original and so on. Autoconf is especially sensitive to this).
|
|
453 |
. "./$as_me.lineno"
|
181 | 454 |
# Exit status is that of the last command.
|
182 | 455 |
exit
|
183 | 456 |
}
|
184 | 457 |
|
185 | 458 |
|
186 | |
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
|
187 | |
*c*,-n*) ECHO_N= ECHO_C='
|
188 | |
' ECHO_T=' ' ;;
|
189 | |
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
|
190 | |
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
|
|
459 |
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
|
460 |
as_dirname=dirname
|
|
461 |
else
|
|
462 |
as_dirname=false
|
|
463 |
fi
|
|
464 |
|
|
465 |
ECHO_C= ECHO_N= ECHO_T=
|
|
466 |
case `echo -n x` in
|
|
467 |
-n*)
|
|
468 |
case `echo 'x\c'` in
|
|
469 |
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
|
470 |
*) ECHO_C='\c';;
|
|
471 |
esac;;
|
|
472 |
*)
|
|
473 |
ECHO_N='-n';;
|
191 | 474 |
esac
|
192 | 475 |
|
193 | |
if expr a : '\(a\)' >/dev/null 2>&1; then
|
|
476 |
if expr a : '\(a\)' >/dev/null 2>&1 &&
|
|
477 |
test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
194 | 478 |
as_expr=expr
|
195 | 479 |
else
|
196 | 480 |
as_expr=false
|
197 | 481 |
fi
|
198 | 482 |
|
199 | 483 |
rm -f conf$$ conf$$.exe conf$$.file
|
|
484 |
if test -d conf$$.dir; then
|
|
485 |
rm -f conf$$.dir/conf$$.file
|
|
486 |
else
|
|
487 |
rm -f conf$$.dir
|
|
488 |
mkdir conf$$.dir
|
|
489 |
fi
|
200 | 490 |
echo >conf$$.file
|
201 | 491 |
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
202 | |
# We could just check for DJGPP; but this test a) works b) is more generic
|
203 | |
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
|
204 | |
if test -f conf$$.exe; then
|
205 | |
# Don't use ln at all; we don't have any links
|
|
492 |
as_ln_s='ln -s'
|
|
493 |
# ... but there are two gotchas:
|
|
494 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
|
495 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
|
496 |
# In both cases, we have to default to `cp -p'.
|
|
497 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
206 | 498 |
as_ln_s='cp -p'
|
207 | |
else
|
208 | |
as_ln_s='ln -s'
|
209 | |
fi
|
210 | 499 |
elif ln conf$$.file conf$$ 2>/dev/null; then
|
211 | 500 |
as_ln_s=ln
|
212 | 501 |
else
|
213 | 502 |
as_ln_s='cp -p'
|
214 | 503 |
fi
|
215 | |
rm -f conf$$ conf$$.exe conf$$.file
|
|
504 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
|
505 |
rmdir conf$$.dir 2>/dev/null
|
216 | 506 |
|
217 | 507 |
if mkdir -p . 2>/dev/null; then
|
218 | 508 |
as_mkdir_p=:
|
|
221 | 511 |
as_mkdir_p=false
|
222 | 512 |
fi
|
223 | 513 |
|
224 | |
as_executable_p="test -f"
|
|
514 |
# Find out whether ``test -x'' works. Don't use a zero-byte file, as
|
|
515 |
# systems may use methods other than mode bits to determine executability.
|
|
516 |
cat >conf$$.file <<_ASEOF
|
|
517 |
#! /bin/sh
|
|
518 |
exit 0
|
|
519 |
_ASEOF
|
|
520 |
chmod +x conf$$.file
|
|
521 |
if test -x conf$$.file >/dev/null 2>&1; then
|
|
522 |
as_executable_p="test -x"
|
|
523 |
else
|
|
524 |
as_executable_p=:
|
|
525 |
fi
|
|
526 |
rm -f conf$$.file
|
225 | 527 |
|
226 | 528 |
# Sed expression to map a string onto a valid CPP name.
|
227 | 529 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
|
230 | 532 |
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
231 | 533 |
|
232 | 534 |
|
233 | |
# IFS
|
234 | |
# We need space, tab and new line, in precisely that order.
|
235 | |
as_nl='
|
236 | |
'
|
237 | |
IFS=" $as_nl"
|
238 | |
|
239 | |
# CDPATH.
|
240 | |
$as_unset CDPATH
|
241 | |
|
|
535 |
|
|
536 |
exec 7<&0 </dev/null 6>&1
|
242 | 537 |
|
243 | 538 |
# Name of the host.
|
244 | 539 |
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
245 | 540 |
# so uname gets run too.
|
246 | 541 |
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
|
247 | 542 |
|
248 | |
exec 6>&1
|
249 | |
|
250 | 543 |
#
|
251 | 544 |
# Initializations.
|
252 | 545 |
#
|
253 | 546 |
ac_default_prefix=/usr/local
|
|
547 |
ac_clean_files=
|
254 | 548 |
ac_config_libobj_dir=.
|
|
549 |
LIBOBJS=
|
255 | 550 |
cross_compiling=no
|
256 | 551 |
subdirs=
|
257 | 552 |
MFLAGS=
|
258 | 553 |
MAKEFLAGS=
|
259 | 554 |
SHELL=${CONFIG_SHELL-/bin/sh}
|
260 | |
|
261 | |
# Maximum number of lines to put in a shell here document.
|
262 | |
# This variable seems obsolete. It should probably be removed, and
|
263 | |
# only ac_max_sed_lines should be used.
|
264 | |
: ${ac_max_here_lines=38}
|
265 | 555 |
|
266 | 556 |
# Identity of this package.
|
267 | 557 |
PACKAGE_NAME=
|
|
270 | 560 |
PACKAGE_STRING=
|
271 | 561 |
PACKAGE_BUGREPORT=
|
272 | 562 |
|
273 | |
ac_default_prefix=/usr
|
274 | |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBOBJS LTLIBOBJS'
|
|
563 |
ac_default_prefix=
|
|
564 |
ac_subst_vars='SHELL
|
|
565 |
PATH_SEPARATOR
|
|
566 |
PACKAGE_NAME
|
|
567 |
PACKAGE_TARNAME
|
|
568 |
PACKAGE_VERSION
|
|
569 |
PACKAGE_STRING
|
|
570 |
PACKAGE_BUGREPORT
|
|
571 |
exec_prefix
|
|
572 |
prefix
|
|
573 |
program_transform_name
|
|
574 |
bindir
|
|
575 |
sbindir
|
|
576 |
libexecdir
|
|
577 |
datarootdir
|
|
578 |
datadir
|
|
579 |
sysconfdir
|
|
580 |
sharedstatedir
|
|
581 |
localstatedir
|
|
582 |
includedir
|
|
583 |
oldincludedir
|
|
584 |
docdir
|
|
585 |
infodir
|
|
586 |
htmldir
|
|
587 |
dvidir
|
|
588 |
pdfdir
|
|
589 |
psdir
|
|
590 |
libdir
|
|
591 |
localedir
|
|
592 |
mandir
|
|
593 |
DEFS
|
|
594 |
ECHO_C
|
|
595 |
ECHO_N
|
|
596 |
ECHO_T
|
|
597 |
LIBS
|
|
598 |
build_alias
|
|
599 |
host_alias
|
|
600 |
target_alias
|
|
601 |
INSTALL_PROGRAM
|
|
602 |
INSTALL_SCRIPT
|
|
603 |
INSTALL_DATA
|
|
604 |
CYGPATH_W
|
|
605 |
PACKAGE
|
|
606 |
VERSION
|
|
607 |
ACLOCAL
|
|
608 |
AUTOCONF
|
|
609 |
AUTOMAKE
|
|
610 |
AUTOHEADER
|
|
611 |
MAKEINFO
|
|
612 |
AMTAR
|
|
613 |
install_sh
|
|
614 |
STRIP
|
|
615 |
INSTALL_STRIP_PROGRAM
|
|
616 |
AWK
|
|
617 |
SET_MAKE
|
|
618 |
am__leading_dot
|
|
619 |
MAINTAINER_MODE_TRUE
|
|
620 |
MAINTAINER_MODE_FALSE
|
|
621 |
MAINT
|
|
622 |
LIBOBJS
|
|
623 |
LTLIBOBJS'
|
275 | 624 |
ac_subst_files=''
|
|
625 |
ac_precious_vars='build_alias
|
|
626 |
host_alias
|
|
627 |
target_alias'
|
|
628 |
|
276 | 629 |
|
277 | 630 |
# Initialize some variables set by options.
|
278 | 631 |
ac_init_help=
|
|
299 | 652 |
# and all the variables that are supposed to be based on exec_prefix
|
300 | 653 |
# by default will actually change.
|
301 | 654 |
# Use braces instead of parens because sh, perl, etc. also accept them.
|
|
655 |
# (The list follows the same order as the GNU Coding Standards.)
|
302 | 656 |
bindir='${exec_prefix}/bin'
|
303 | 657 |
sbindir='${exec_prefix}/sbin'
|
304 | 658 |
libexecdir='${exec_prefix}/libexec'
|
305 | |
datadir='${prefix}/share'
|
|
659 |
datarootdir='${prefix}/share'
|
|
660 |
datadir='${datarootdir}'
|
306 | 661 |
sysconfdir='${prefix}/etc'
|
307 | 662 |
sharedstatedir='${prefix}/com'
|
308 | 663 |
localstatedir='${prefix}/var'
|
309 | |
libdir='${exec_prefix}/lib'
|
310 | 664 |
includedir='${prefix}/include'
|
311 | 665 |
oldincludedir='/usr/include'
|
312 | |
infodir='${prefix}/info'
|
313 | |
mandir='${prefix}/man'
|
|
666 |
docdir='${datarootdir}/doc/${PACKAGE}'
|
|
667 |
infodir='${datarootdir}/info'
|
|
668 |
htmldir='${docdir}'
|
|
669 |
dvidir='${docdir}'
|
|
670 |
pdfdir='${docdir}'
|
|
671 |
psdir='${docdir}'
|
|
672 |
libdir='${exec_prefix}/lib'
|
|
673 |
localedir='${datarootdir}/locale'
|
|
674 |
mandir='${datarootdir}/man'
|
314 | 675 |
|
315 | 676 |
ac_prev=
|
|
677 |
ac_dashdash=
|
316 | 678 |
for ac_option
|
317 | 679 |
do
|
318 | 680 |
# If the previous option needs an argument, assign it.
|
319 | 681 |
if test -n "$ac_prev"; then
|
320 | |
eval "$ac_prev=\$ac_option"
|
|
682 |
eval $ac_prev=\$ac_option
|
321 | 683 |
ac_prev=
|
322 | 684 |
continue
|
323 | 685 |
fi
|
324 | 686 |
|
325 | |
ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
|
|
687 |
case $ac_option in
|
|
688 |
*=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
|
|
689 |
*) ac_optarg=yes ;;
|
|
690 |
esac
|
326 | 691 |
|
327 | 692 |
# Accept the important Cygnus configure options, so we can diagnose typos.
|
328 | 693 |
|
329 | |
case $ac_option in
|
|
694 |
case $ac_dashdash$ac_option in
|
|
695 |
--)
|
|
696 |
ac_dashdash=yes ;;
|
330 | 697 |
|
331 | 698 |
-bindir | --bindir | --bindi | --bind | --bin | --bi)
|
332 | 699 |
ac_prev=bindir ;;
|
|
348 | 715 |
--config-cache | -C)
|
349 | 716 |
cache_file=config.cache ;;
|
350 | 717 |
|
351 | |
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
|
|
718 |
-datadir | --datadir | --datadi | --datad)
|
352 | 719 |
ac_prev=datadir ;;
|
353 | |
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
|
354 | |
| --da=*)
|
|
720 |
-datadir=* | --datadir=* | --datadi=* | --datad=*)
|
355 | 721 |
datadir=$ac_optarg ;;
|
|
722 |
|
|
723 |
-datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
|
|
724 |
| --dataroo | --dataro | --datar)
|
|
725 |
ac_prev=datarootdir ;;
|
|
726 |
-datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
|
|
727 |
| --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
|
|
728 |
datarootdir=$ac_optarg ;;
|
356 | 729 |
|
357 | 730 |
-disable-* | --disable-*)
|
358 | 731 |
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
|
|
361 | 734 |
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
|
362 | 735 |
{ (exit 1); exit 1; }; }
|
363 | 736 |
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
|
364 | |
eval "enable_$ac_feature=no" ;;
|
|
737 |
eval enable_$ac_feature=no ;;
|
|
738 |
|
|
739 |
-docdir | --docdir | --docdi | --doc | --do)
|
|
740 |
ac_prev=docdir ;;
|
|
741 |
-docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
|
|
742 |
docdir=$ac_optarg ;;
|
|
743 |
|
|
744 |
-dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
|
|
745 |
ac_prev=dvidir ;;
|
|
746 |
-dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
|
|
747 |
dvidir=$ac_optarg ;;
|
365 | 748 |
|
366 | 749 |
-enable-* | --enable-*)
|
367 | 750 |
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
|
370 | 753 |
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
|
371 | 754 |
{ (exit 1); exit 1; }; }
|
372 | 755 |
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
|
373 | |
case $ac_option in
|
374 | |
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
|
375 | |
*) ac_optarg=yes ;;
|
376 | |
esac
|
377 | |
eval "enable_$ac_feature='$ac_optarg'" ;;
|
|
756 |
eval enable_$ac_feature=\$ac_optarg ;;
|
378 | 757 |
|
379 | 758 |
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
|
380 | 759 |
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
|
|
401 | 780 |
-host=* | --host=* | --hos=* | --ho=*)
|
402 | 781 |
host_alias=$ac_optarg ;;
|
403 | 782 |
|
|
783 |
-htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
|
|
784 |
ac_prev=htmldir ;;
|
|
785 |
-htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
|
|
786 |
| --ht=*)
|
|
787 |
htmldir=$ac_optarg ;;
|
|
788 |
|
404 | 789 |
-includedir | --includedir | --includedi | --included | --include \
|
405 | 790 |
| --includ | --inclu | --incl | --inc)
|
406 | 791 |
ac_prev=includedir ;;
|
|
425 | 810 |
| --libexe=* | --libex=* | --libe=*)
|
426 | 811 |
libexecdir=$ac_optarg ;;
|
427 | 812 |
|
|
813 |
-localedir | --localedir | --localedi | --localed | --locale)
|
|
814 |
ac_prev=localedir ;;
|
|
815 |
-localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
|
|
816 |
localedir=$ac_optarg ;;
|
|
817 |
|
428 | 818 |
-localstatedir | --localstatedir | --localstatedi | --localstated \
|
429 | |
| --localstate | --localstat | --localsta | --localst \
|
430 | |
| --locals | --local | --loca | --loc | --lo)
|
|
819 |
| --localstate | --localstat | --localsta | --localst | --locals)
|
431 | 820 |
ac_prev=localstatedir ;;
|
432 | 821 |
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
|
433 | |
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
|
434 | |
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
|
|
822 |
| --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
|
435 | 823 |
localstatedir=$ac_optarg ;;
|
436 | 824 |
|
437 | 825 |
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
|
|
496 | 884 |
| --progr-tra=* | --program-tr=* | --program-t=*)
|
497 | 885 |
program_transform_name=$ac_optarg ;;
|
498 | 886 |
|
|
887 |
-pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
|
|
888 |
ac_prev=pdfdir ;;
|
|
889 |
-pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
|
|
890 |
pdfdir=$ac_optarg ;;
|
|
891 |
|
|
892 |
-psdir | --psdir | --psdi | --psd | --ps)
|
|
893 |
ac_prev=psdir ;;
|
|
894 |
-psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
|
|
895 |
psdir=$ac_optarg ;;
|
|
896 |
|
499 | 897 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
500 | 898 |
| -silent | --silent | --silen | --sile | --sil)
|
501 | 899 |
silent=yes ;;
|
|
552 | 950 |
{ echo "$as_me: error: invalid package name: $ac_package" >&2
|
553 | 951 |
{ (exit 1); exit 1; }; }
|
554 | 952 |
ac_package=`echo $ac_package| sed 's/-/_/g'`
|
555 | |
case $ac_option in
|
556 | |
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
|
557 | |
*) ac_optarg=yes ;;
|
558 | |
esac
|
559 | |
eval "with_$ac_package='$ac_optarg'" ;;
|
|
953 |
eval with_$ac_package=\$ac_optarg ;;
|
560 | 954 |
|
561 | 955 |
-without-* | --without-*)
|
562 | 956 |
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
|
|
565 | 959 |
{ echo "$as_me: error: invalid package name: $ac_package" >&2
|
566 | 960 |
{ (exit 1); exit 1; }; }
|
567 | 961 |
ac_package=`echo $ac_package | sed 's/-/_/g'`
|
568 | |
eval "with_$ac_package=no" ;;
|
|
962 |
eval with_$ac_package=no ;;
|
569 | 963 |
|
570 | 964 |
--x)
|
571 | 965 |
# Obsolete; use --with-x.
|
|
596 | 990 |
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
|
597 | 991 |
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2
|
598 | 992 |
{ (exit 1); exit 1; }; }
|
599 | |
ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
|
600 | |
eval "$ac_envvar='$ac_optarg'"
|
|
993 |
eval $ac_envvar=\$ac_optarg
|
601 | 994 |
export $ac_envvar ;;
|
602 | 995 |
|
603 | 996 |
*)
|
|
617 | 1010 |
{ (exit 1); exit 1; }; }
|
618 | 1011 |
fi
|
619 | 1012 |
|
620 | |
# Be sure to have absolute paths.
|
621 | |
for ac_var in exec_prefix prefix
|
|
1013 |
# Be sure to have absolute directory names.
|
|
1014 |
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
|
1015 |
datadir sysconfdir sharedstatedir localstatedir includedir \
|
|
1016 |
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
|
1017 |
libdir localedir mandir
|
622 | 1018 |
do
|
623 | |
eval ac_val=$`echo $ac_var`
|
|
1019 |
eval ac_val=\$$ac_var
|
624 | 1020 |
case $ac_val in
|
625 | |
[\\/$]* | ?:[\\/]* | NONE | '' ) ;;
|
626 | |
*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
|
627 | |
{ (exit 1); exit 1; }; };;
|
|
1021 |
[\\/$]* | ?:[\\/]* ) continue;;
|
|
1022 |
NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
|
628 | 1023 |
esac
|
629 | |
done
|
630 | |
|
631 | |
# Be sure to have absolute paths.
|
632 | |
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
|
633 | |
localstatedir libdir includedir oldincludedir infodir mandir
|
634 | |
do
|
635 | |
eval ac_val=$`echo $ac_var`
|
636 | |
case $ac_val in
|
637 | |
[\\/$]* | ?:[\\/]* ) ;;
|
638 | |
*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
|
639 | |
{ (exit 1); exit 1; }; };;
|
640 | |
esac
|
|
1024 |
{ echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
|
|
1025 |
{ (exit 1); exit 1; }; }
|
641 | 1026 |
done
|
642 | 1027 |
|
643 | 1028 |
# There might be people who depend on the old broken behavior: `$host'
|
|
664 | 1049 |
test "$silent" = yes && exec 6>/dev/null
|
665 | 1050 |
|
666 | 1051 |
|
|
1052 |
ac_pwd=`pwd` && test -n "$ac_pwd" &&
|
|
1053 |
ac_ls_di=`ls -di .` &&
|
|
1054 |
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
|
|
1055 |
{ echo "$as_me: error: Working directory cannot be determined" >&2
|
|
1056 |
{ (exit 1); exit 1; }; }
|
|
1057 |
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
|
|
1058 |
{ echo "$as_me: error: pwd does not report name of working directory" >&2
|
|
1059 |
{ (exit 1); exit 1; }; }
|
|
1060 |
|
|
1061 |
|
667 | 1062 |
# Find the source files, if location was not specified.
|
668 | 1063 |
if test -z "$srcdir"; then
|
669 | 1064 |
ac_srcdir_defaulted=yes
|
670 | |
# Try the directory containing this script, then its parent.
|
671 | |
ac_confdir=`(dirname "$0") 2>/dev/null ||
|
|
1065 |
# Try the directory containing this script, then the parent directory.
|
|
1066 |
ac_confdir=`$as_dirname -- "$0" ||
|
672 | 1067 |
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
673 | 1068 |
X"$0" : 'X\(//\)[^/]' \| \
|
674 | 1069 |
X"$0" : 'X\(//\)$' \| \
|
675 | |
X"$0" : 'X\(/\)' \| \
|
676 | |
. : '\(.\)' 2>/dev/null ||
|
|
1070 |
X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
677 | 1071 |
echo X"$0" |
|
678 | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
679 | |
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
680 | |
/^X\(\/\/\)$/{ s//\1/; q; }
|
681 | |
/^X\(\/\).*/{ s//\1/; q; }
|
682 | |
s/.*/./; q'`
|
|
1072 |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
|
1073 |
s//\1/
|
|
1074 |
q
|
|
1075 |
}
|
|
1076 |
/^X\(\/\/\)[^/].*/{
|
|
1077 |
s//\1/
|
|
1078 |
q
|
|
1079 |
}
|
|
1080 |
/^X\(\/\/\)$/{
|
|
1081 |
s//\1/
|
|
1082 |
q
|
|
1083 |
}
|
|
1084 |
/^X\(\/\).*/{
|
|
1085 |
s//\1/
|
|
1086 |
q
|
|
1087 |
}
|
|
1088 |
s/.*/./; q'`
|
683 | 1089 |
srcdir=$ac_confdir
|
684 | |
if test ! -r $srcdir/$ac_unique_file; then
|
|
1090 |
if test ! -r "$srcdir/$ac_unique_file"; then
|
685 | 1091 |
srcdir=..
|
686 | 1092 |
fi
|
687 | 1093 |
else
|
688 | 1094 |
ac_srcdir_defaulted=no
|
689 | 1095 |
fi
|
690 | |
if test ! -r $srcdir/$ac_unique_file; then
|
691 | |
if test "$ac_srcdir_defaulted" = yes; then
|
692 | |
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
|
|
1096 |
if test ! -r "$srcdir/$ac_unique_file"; then
|
|
1097 |
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
|
|
1098 |
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
|
693 | 1099 |
{ (exit 1); exit 1; }; }
|
694 | |
else
|
695 | |
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
|
|
1100 |
fi
|
|
1101 |
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
|
|
1102 |
ac_abs_confdir=`(
|
|
1103 |
cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
|
696 | 1104 |
{ (exit 1); exit 1; }; }
|
697 | |
fi
|
698 | |
fi
|
699 | |
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
|
700 | |
{ echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
|
701 | |
{ (exit 1); exit 1; }; }
|
702 | |
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
|
703 | |
ac_env_build_alias_set=${build_alias+set}
|
704 | |
ac_env_build_alias_value=$build_alias
|
705 | |
ac_cv_env_build_alias_set=${build_alias+set}
|
706 | |
ac_cv_env_build_alias_value=$build_alias
|
707 | |
ac_env_host_alias_set=${host_alias+set}
|
708 | |
ac_env_host_alias_value=$host_alias
|
709 | |
ac_cv_env_host_alias_set=${host_alias+set}
|
710 | |
ac_cv_env_host_alias_value=$host_alias
|
711 | |
ac_env_target_alias_set=${target_alias+set}
|
712 | |
ac_env_target_alias_value=$target_alias
|
713 | |
ac_cv_env_target_alias_set=${target_alias+set}
|
714 | |
ac_cv_env_target_alias_value=$target_alias
|
|
1105 |
pwd)`
|
|
1106 |
# When building in place, set srcdir=.
|
|
1107 |
if test "$ac_abs_confdir" = "$ac_pwd"; then
|
|
1108 |
srcdir=.
|
|
1109 |
fi
|
|
1110 |
# Remove unnecessary trailing slashes from srcdir.
|
|
1111 |
# Double slashes in file names in object file debugging info
|
|
1112 |
# mess up M-x gdb in Emacs.
|
|
1113 |
case $srcdir in
|
|
1114 |
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
|
|
1115 |
esac
|
|
1116 |
for ac_var in $ac_precious_vars; do
|
|
1117 |
eval ac_env_${ac_var}_set=\${${ac_var}+set}
|
|
1118 |
eval ac_env_${ac_var}_value=\$${ac_var}
|
|
1119 |
eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
|
|
1120 |
eval ac_cv_env_${ac_var}_value=\$${ac_var}
|
|
1121 |
done
|
715 | 1122 |
|
716 | 1123 |
#
|
717 | 1124 |
# Report the --help message.
|
|
740 | 1147 |
-n, --no-create do not create output files
|
741 | 1148 |
--srcdir=DIR find the sources in DIR [configure dir or \`..']
|
742 | 1149 |
|
743 | |
_ACEOF
|
744 | |
|
745 | |
cat <<_ACEOF
|
746 | 1150 |
Installation directories:
|
747 | 1151 |
--prefix=PREFIX install architecture-independent files in PREFIX
|
748 | 1152 |
[$ac_default_prefix]
|
|
760 | 1164 |
--bindir=DIR user executables [EPREFIX/bin]
|
761 | 1165 |
--sbindir=DIR system admin executables [EPREFIX/sbin]
|
762 | 1166 |
--libexecdir=DIR program executables [EPREFIX/libexec]
|
763 | |
--datadir=DIR read-only architecture-independent data [PREFIX/share]
|
764 | 1167 |
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
765 | 1168 |
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
766 | 1169 |
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
767 | 1170 |
--libdir=DIR object code libraries [EPREFIX/lib]
|
768 | 1171 |
--includedir=DIR C header files [PREFIX/include]
|
769 | 1172 |
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
770 | |
--infodir=DIR info documentation [PREFIX/info]
|
771 | |
--mandir=DIR man documentation [PREFIX/man]
|
|
1173 |
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
|
|
1174 |
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
|
|
1175 |
--infodir=DIR info documentation [DATAROOTDIR/info]
|
|
1176 |
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
|
|
1177 |
--mandir=DIR man documentation [DATAROOTDIR/man]
|
|
1178 |
--docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
|
|
1179 |
--htmldir=DIR html documentation [DOCDIR]
|
|
1180 |
--dvidir=DIR dvi documentation [DOCDIR]
|
|
1181 |
--pdfdir=DIR pdf documentation [DOCDIR]
|
|
1182 |
--psdir=DIR ps documentation [DOCDIR]
|
772 | 1183 |
_ACEOF
|
773 | 1184 |
|
774 | 1185 |
cat <<\_ACEOF
|
|
791 | 1202 |
(and sometimes confusing) to the casual installer
|
792 | 1203 |
|
793 | 1204 |
_ACEOF
|
|
1205 |
ac_status=$?
|
794 | 1206 |
fi
|
795 | 1207 |
|
796 | 1208 |
if test "$ac_init_help" = "recursive"; then
|
797 | 1209 |
# If there are subdirs, report their specific --help.
|
798 | |
ac_popdir=`pwd`
|
799 | 1210 |
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
|
800 | |
test -d $ac_dir || continue
|
|
1211 |
test -d "$ac_dir" || continue
|
801 | 1212 |
ac_builddir=.
|
802 | 1213 |
|
803 | |
if test "$ac_dir" != .; then
|
|
1214 |
case "$ac_dir" in
|
|
1215 |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
|
1216 |
*)
|
804 | 1217 |
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
805 | |
# A "../" for each directory in $ac_dir_suffix.
|
806 | |
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
807 | |
else
|
808 | |
ac_dir_suffix= ac_top_builddir=
|
809 | |
fi
|
|
1218 |
# A ".." for each directory in $ac_dir_suffix.
|
|
1219 |
ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
|
|
1220 |
case $ac_top_builddir_sub in
|
|
1221 |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
|
1222 |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
|
1223 |
esac ;;
|
|
1224 |
esac
|
|
1225 |
ac_abs_top_builddir=$ac_pwd
|
|
1226 |
ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
|
1227 |
# for backward compatibility:
|
|
1228 |
ac_top_builddir=$ac_top_build_prefix
|
810 | 1229 |
|
811 | 1230 |
case $srcdir in
|
812 | |
.) # No --srcdir option. We are building in place.
|
|
1231 |
.) # We are building in place.
|
813 | 1232 |
ac_srcdir=.
|
814 | |
if test -z "$ac_top_builddir"; then
|
815 | |
ac_top_srcdir=.
|
816 | |
else
|
817 | |
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
|
818 | |
fi ;;
|
819 | |
[\\/]* | ?:[\\/]* ) # Absolute path.
|
|
1233 |
ac_top_srcdir=$ac_top_builddir_sub
|
|
1234 |
ac_abs_top_srcdir=$ac_pwd ;;
|
|
1235 |
[\\/]* | ?:[\\/]* ) # Absolute name.
|
820 | 1236 |
ac_srcdir=$srcdir$ac_dir_suffix;
|
821 | |
ac_top_srcdir=$srcdir ;;
|
822 | |
*) # Relative path.
|
823 | |
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
824 | |
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
|
1237 |
ac_top_srcdir=$srcdir
|
|
1238 |
ac_abs_top_srcdir=$srcdir ;;
|
|
1239 |
*) # Relative name.
|
|
1240 |
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
|
1241 |
ac_top_srcdir=$ac_top_build_prefix$srcdir
|
|
1242 |
ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
825 | 1243 |
esac
|
826 | |
|
827 | |
# Do not use `cd foo && pwd` to compute absolute paths, because
|
828 | |
# the directories may not exist.
|
829 | |
case `pwd` in
|
830 | |
.) ac_abs_builddir="$ac_dir";;
|
831 | |
*)
|
832 | |
case "$ac_dir" in
|
833 | |
.) ac_abs_builddir=`pwd`;;
|
834 | |
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
835 | |
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
836 | |
esac;;
|
837 | |
esac
|
838 | |
case $ac_abs_builddir in
|
839 | |
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
840 | |
*)
|
841 | |
case ${ac_top_builddir}. in
|
842 | |
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
843 | |
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
844 | |
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
845 | |
esac;;
|
846 | |
esac
|
847 | |
case $ac_abs_builddir in
|
848 | |
.) ac_abs_srcdir=$ac_srcdir;;
|
849 | |
*)
|
850 | |
case $ac_srcdir in
|
851 | |
.) ac_abs_srcdir=$ac_abs_builddir;;
|
852 | |
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
853 | |
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
854 | |
esac;;
|
855 | |
esac
|
856 | |
case $ac_abs_builddir in
|
857 | |
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
858 | |
*)
|
859 | |
case $ac_top_srcdir in
|
860 | |
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
861 | |
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
862 | |
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
863 | |
esac;;
|
864 | |
esac
|
865 | |
|
866 | |
cd $ac_dir
|
867 | |
# Check for guested configure; otherwise get Cygnus style configure.
|
868 | |
if test -f $ac_srcdir/configure.gnu; then
|
869 | |
echo
|
870 | |
$SHELL $ac_srcdir/configure.gnu --help=recursive
|
871 | |
elif test -f $ac_srcdir/configure; then
|
872 | |
echo
|
873 | |
$SHELL $ac_srcdir/configure --help=recursive
|
874 | |
elif test -f $ac_srcdir/configure.ac ||
|
875 | |
test -f $ac_srcdir/configure.in; then
|
876 | |
echo
|
877 | |
$ac_configure --help
|
|
1244 |
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
|
1245 |
|
|
1246 |
cd "$ac_dir" || { ac_status=$?; continue; }
|
|
1247 |
# Check for guested configure.
|
|
1248 |
if test -f "$ac_srcdir/configure.gnu"; then
|
|
1249 |
echo &&
|
|
1250 |
$SHELL "$ac_srcdir/configure.gnu" --help=recursive
|
|
1251 |
elif test -f "$ac_srcdir/configure"; then
|
|
1252 |
echo &&
|
|
1253 |
$SHELL "$ac_srcdir/configure" --help=recursive
|
878 | 1254 |
else
|
879 | 1255 |
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
880 | |
fi
|
881 | |
cd "$ac_popdir"
|
|
1256 |
fi || ac_status=$?
|
|
1257 |
cd "$ac_pwd" || { ac_status=$?; break; }
|
882 | 1258 |
done
|
883 | 1259 |
fi
|
884 | 1260 |
|
885 | |
test -n "$ac_init_help" && exit 0
|
|
1261 |
test -n "$ac_init_help" && exit $ac_status
|
886 | 1262 |
if $ac_init_version; then
|
887 | 1263 |
cat <<\_ACEOF
|
888 | |
|
889 | |
Copyright (C) 2003 Free Software Foundation, Inc.
|
|
1264 |
configure
|
|
1265 |
generated by GNU Autoconf 2.59e
|
|
1266 |
|
|
1267 |
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
|
1268 |
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
890 | 1269 |
This configure script is free software; the Free Software Foundation
|
891 | 1270 |
gives unlimited permission to copy, distribute and modify it.
|
892 | 1271 |
_ACEOF
|
893 | |
exit 0
|
894 | |
fi
|
895 | |
exec 5>config.log
|
896 | |
cat >&5 <<_ACEOF
|
|
1272 |
exit
|
|
1273 |
fi
|
|
1274 |
cat >config.log <<_ACEOF
|
897 | 1275 |
This file contains any messages produced by compilers while
|
898 | 1276 |
running configure, to aid debugging if configure makes a mistake.
|
899 | 1277 |
|
900 | 1278 |
It was created by $as_me, which was
|
901 | |
generated by GNU Autoconf 2.59. Invocation command line was
|
|
1279 |
generated by GNU Autoconf 2.59e. Invocation command line was
|
902 | 1280 |
|
903 | 1281 |
$ $0 $@
|
904 | 1282 |
|
905 | 1283 |
_ACEOF
|
|
1284 |
exec 5>>config.log
|
906 | 1285 |
{
|
907 | 1286 |
cat <<_ASUNAME
|
908 | 1287 |
## --------- ##
|
|
921 | 1300 |
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
|
922 | 1301 |
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
|
923 | 1302 |
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
|
924 | |
hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
|
|
1303 |
/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
925 | 1304 |
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
|
926 | 1305 |
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
|
927 | 1306 |
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
|
|
935 | 1314 |
test -z "$as_dir" && as_dir=.
|
936 | 1315 |
echo "PATH: $as_dir"
|
937 | 1316 |
done
|
|
1317 |
IFS=$as_save_IFS
|
938 | 1318 |
|
939 | 1319 |
} >&5
|
940 | 1320 |
|
|
956 | 1336 |
ac_configure_args=
|
957 | 1337 |
ac_configure_args0=
|
958 | 1338 |
ac_configure_args1=
|
959 | |
ac_sep=
|
960 | 1339 |
ac_must_keep_next=false
|
961 | 1340 |
for ac_pass in 1 2
|
962 | 1341 |
do
|
|
967 | 1346 |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
968 | 1347 |
| -silent | --silent | --silen | --sile | --sil)
|
969 | 1348 |
continue ;;
|
970 | |
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
|
1349 |
*\'*)
|
971 | 1350 |
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
972 | 1351 |
esac
|
973 | 1352 |
case $ac_pass in
|
|
989 | 1368 |
-* ) ac_must_keep_next=true ;;
|
990 | 1369 |
esac
|
991 | 1370 |
fi
|
992 | |
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
|
993 | |
# Get rid of the leading space.
|
994 | |
ac_sep=" "
|
|
1371 |
ac_configure_args="$ac_configure_args '$ac_arg'"
|
995 | 1372 |
;;
|
996 | 1373 |
esac
|
997 | 1374 |
done
|
|
1002 | 1379 |
# When interrupted or exit'd, cleanup temporary files, and complete
|
1003 | 1380 |
# config.log. We remove comments because anyway the quotes in there
|
1004 | 1381 |
# would cause problems or look ugly.
|
1005 | |
# WARNING: Be sure not to use single quotes in there, as some shells,
|
1006 | |
# such as our DU 5.0 friend, will then `close' the trap.
|
|
1382 |
# WARNING: Use '\'' to represent an apostrophe within the trap.
|
|
1383 |
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
|
1007 | 1384 |
trap 'exit_status=$?
|
1008 | 1385 |
# Save into config.log some information that might help in debugging.
|
1009 | 1386 |
{
|
|
1016 | 1393 |
_ASBOX
|
1017 | 1394 |
echo
|
1018 | 1395 |
# The following way of writing the cache mishandles newlines in values,
|
1019 | |
{
|
|
1396 |
(
|
|
1397 |
for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
|
|
1398 |
eval ac_val=\$$ac_var
|
|
1399 |
case $ac_val in #(
|
|
1400 |
*${as_nl}*)
|
|
1401 |
case $ac_var in #(
|
|
1402 |
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
|
|
1403 |
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
|
|
1404 |
esac
|
|
1405 |
case $ac_var in #(
|
|
1406 |
_ | IFS | as_nl) ;; #(
|
|
1407 |
*) $as_unset $ac_var ;;
|
|
1408 |
esac ;;
|
|
1409 |
esac
|
|
1410 |
done
|
1020 | 1411 |
(set) 2>&1 |
|
1021 | |
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
|
1022 | |
*ac_space=\ *)
|
|
1412 |
case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
|
|
1413 |
*${as_nl}ac_space=\ *)
|
1023 | 1414 |
sed -n \
|
1024 | |
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
|
1025 | |
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
|
|
1415 |
"s/'\''/'\''\\\\'\'''\''/g;
|
|
1416 |
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
|
|
1417 |
;; #(
|
|
1418 |
*)
|
|
1419 |
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
1026 | 1420 |
;;
|
1027 | |
*)
|
1028 | |
sed -n \
|
1029 | |
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
1030 | |
;;
|
1031 | |
esac;
|
1032 | |
}
|
|
1421 |
esac |
|
|
1422 |
sort
|
|
1423 |
)
|
1033 | 1424 |
echo
|
1034 | 1425 |
|
1035 | 1426 |
cat <<\_ASBOX
|
|
1040 | 1431 |
echo
|
1041 | 1432 |
for ac_var in $ac_subst_vars
|
1042 | 1433 |
do
|
1043 | |
eval ac_val=$`echo $ac_var`
|
1044 | |
echo "$ac_var='"'"'$ac_val'"'"'"
|
|
1434 |
eval ac_val=\$$ac_var
|
|
1435 |
case $ac_val in
|
|
1436 |
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
|
1437 |
esac
|
|
1438 |
echo "$ac_var='\''$ac_val'\''"
|
1045 | 1439 |
done | sort
|
1046 | 1440 |
echo
|
1047 | 1441 |
|
1048 | 1442 |
if test -n "$ac_subst_files"; then
|
1049 | 1443 |
cat <<\_ASBOX
|
1050 | |
## ------------- ##
|
1051 | |
## Output files. ##
|
1052 | |
## ------------- ##
|
|
1444 |
## ------------------- ##
|
|
1445 |
## File substitutions. ##
|
|
1446 |
## ------------------- ##
|
1053 | 1447 |
_ASBOX
|
1054 | 1448 |
echo
|
1055 | 1449 |
for ac_var in $ac_subst_files
|
1056 | 1450 |
do
|
1057 | |
eval ac_val=$`echo $ac_var`
|
1058 | |
echo "$ac_var='"'"'$ac_val'"'"'"
|
|
1451 |
eval ac_val=\$$ac_var
|
|
1452 |
case $ac_val in
|
|
1453 |
*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
|
|
1454 |
esac
|
|
1455 |
echo "$ac_var='\''$ac_val'\''"
|
1059 | 1456 |
done | sort
|
1060 | 1457 |
echo
|
1061 | 1458 |
fi
|
|
1067 | 1464 |
## ----------- ##
|
1068 | 1465 |
_ASBOX
|
1069 | 1466 |
echo
|
1070 | |
sed "/^$/d" confdefs.h | sort
|
|
1467 |
cat confdefs.h
|
1071 | 1468 |
echo
|
1072 | 1469 |
fi
|
1073 | 1470 |
test "$ac_signal" != 0 &&
|
1074 | 1471 |
echo "$as_me: caught signal $ac_signal"
|
1075 | 1472 |
echo "$as_me: exit $exit_status"
|
1076 | 1473 |
} >&5
|
1077 | |
rm -f core *.core &&
|
1078 | |
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
|
1474 |
rm -f core *.core core.conftest.* &&
|
|
1475 |
rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
|
1079 | 1476 |
exit $exit_status
|
1080 | |
' 0
|
|
1477 |
' 0
|
1081 | 1478 |
for ac_signal in 1 2 13 15; do
|
1082 | 1479 |
trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
|
1083 | 1480 |
done
|
1084 | 1481 |
ac_signal=0
|
1085 | 1482 |
|
1086 | 1483 |
# confdefs.h avoids OS command line length limits that DEFS can exceed.
|
1087 | |
rm -rf conftest* confdefs.h
|
1088 | |
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
|
1089 | |
echo >confdefs.h
|
|
1484 |
rm -f -r conftest* confdefs.h
|
1090 | 1485 |
|
1091 | 1486 |
# Predefined preprocessor variables.
|
1092 | 1487 |
|
|
1117 | 1512 |
|
1118 | 1513 |
# Let the site file select an alternate cache file if it wants to.
|
1119 | 1514 |
# Prefer explicitly selected file to automatically selected ones.
|
1120 | |
if test -z "$CONFIG_SITE"; then
|
1121 | |
if test "x$prefix" != xNONE; then
|
1122 | |
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
|
1123 | |
else
|
1124 | |
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
|
1125 | |
fi
|
1126 | |
fi
|
1127 | |
for ac_site_file in $CONFIG_SITE; do
|
|
1515 |
if test -n "$CONFIG_SITE"; then
|
|
1516 |
set x "$CONFIG_SITE"
|
|
1517 |
elif test "x$prefix" != xNONE; then
|
|
1518 |
set x "$prefix/share/config.site" "$prefix/etc/config.site"
|
|
1519 |
else
|
|
1520 |
set x "$ac_default_prefix/share/config.site" \
|
|
1521 |
"$ac_default_prefix/etc/config.site"
|
|
1522 |
fi
|
|
1523 |
shift
|
|
1524 |
for ac_site_file
|
|
1525 |
do
|
1128 | 1526 |
if test -r "$ac_site_file"; then
|
1129 | 1527 |
{ echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
|
1130 | 1528 |
echo "$as_me: loading site script $ac_site_file" >&6;}
|
|
1140 | 1538 |
{ echo "$as_me:$LINENO: loading cache $cache_file" >&5
|
1141 | 1539 |
echo "$as_me: loading cache $cache_file" >&6;}
|
1142 | 1540 |
case $cache_file in
|
1143 | |
[\\/]* | ?:[\\/]* ) . $cache_file;;
|
1144 | |
*) . ./$cache_file;;
|
|
1541 |
[\\/]* | ?:[\\/]* ) . "$cache_file";;
|
|
1542 |
*) . "./$cache_file";;
|
1145 | 1543 |
esac
|
1146 | 1544 |
fi
|
1147 | 1545 |
else
|
|
1153 | 1551 |
# Check that the precious variables saved in the cache have kept the same
|
1154 | 1552 |
# value.
|
1155 | 1553 |
ac_cache_corrupted=false
|
1156 | |
for ac_var in `(set) 2>&1 |
|
1157 | |
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
|
|
1554 |
for ac_var in $ac_precious_vars; do
|
1158 | 1555 |
eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
1159 | 1556 |
eval ac_new_set=\$ac_env_${ac_var}_set
|
1160 | |
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
|
1161 | |
eval ac_new_val="\$ac_env_${ac_var}_value"
|
|
1557 |
eval ac_old_val=\$ac_cv_env_${ac_var}_value
|
|
1558 |
eval ac_new_val=\$ac_env_${ac_var}_value
|
1162 | 1559 |
case $ac_old_set,$ac_new_set in
|
1163 | 1560 |
set,)
|
1164 | 1561 |
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
|
|
1183 | 1580 |
# Pass precious variables to config.status.
|
1184 | 1581 |
if test "$ac_new_set" = set; then
|
1185 | 1582 |
case $ac_new_val in
|
1186 | |
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
1187 | |
ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
|
|
1583 |
*\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
|
1188 | 1584 |
*) ac_arg=$ac_var=$ac_new_val ;;
|
1189 | 1585 |
esac
|
1190 | 1586 |
case " $ac_configure_args " in
|
|
1201 | 1597 |
{ (exit 1); exit 1; }; }
|
1202 | 1598 |
fi
|
1203 | 1599 |
|
|
1600 |
|
|
1601 |
|
|
1602 |
|
|
1603 |
|
|
1604 |
|
|
1605 |
|
|
1606 |
|
|
1607 |
|
|
1608 |
|
|
1609 |
|
|
1610 |
|
|
1611 |
|
|
1612 |
|
|
1613 |
|
|
1614 |
|
|
1615 |
|
1204 | 1616 |
ac_ext=c
|
1205 | 1617 |
ac_cpp='$CPP $CPPFLAGS'
|
1206 | 1618 |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
|
1209 | 1621 |
|
1210 | 1622 |
|
1211 | 1623 |
|
1212 | |
|
1213 | |
|
1214 | |
|
1215 | |
|
1216 | |
|
1217 | |
|
1218 | |
|
1219 | |
|
1220 | |
|
1221 | |
|
1222 | |
|
1223 | |
|
1224 | |
|
1225 | |
|
1226 | |
|
1227 | |
|
1228 | |
|
1229 | 1624 |
am__api_version="1.7"
|
1230 | 1625 |
ac_aux_dir=
|
1231 | |
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
1232 | |
if test -f $ac_dir/install-sh; then
|
|
1626 |
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
|
|
1627 |
if test -f "$ac_dir/install-sh"; then
|
1233 | 1628 |
ac_aux_dir=$ac_dir
|
1234 | 1629 |
ac_install_sh="$ac_aux_dir/install-sh -c"
|
1235 | 1630 |
break
|
1236 | |
elif test -f $ac_dir/install.sh; then
|
|
1631 |
elif test -f "$ac_dir/install.sh"; then
|
1237 | 1632 |
ac_aux_dir=$ac_dir
|
1238 | 1633 |
ac_install_sh="$ac_aux_dir/install.sh -c"
|
1239 | 1634 |
break
|
1240 | |
elif test -f $ac_dir/shtool; then
|
|
1635 |
elif test -f "$ac_dir/shtool"; then
|
1241 | 1636 |
ac_aux_dir=$ac_dir
|
1242 | 1637 |
ac_install_sh="$ac_aux_dir/shtool install -c"
|
1243 | 1638 |
break
|
1244 | 1639 |
fi
|
1245 | 1640 |
done
|
1246 | 1641 |
if test -z "$ac_aux_dir"; then
|
1247 | |
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
|
1248 | |
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
|
|
1642 |
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
|
|
1643 |
echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
|
1249 | 1644 |
{ (exit 1); exit 1; }; }
|
1250 | 1645 |
fi
|
1251 | |
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
|
1252 | |
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
|
1253 | |
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
|
|
1646 |
|
|
1647 |
# These three variables are undocumented and unsupported,
|
|
1648 |
# and are intended to be withdrawn in a future Autoconf release.
|
|
1649 |
# They can cause serious problems if a builder's source tree is in a directory
|
|
1650 |
# whose full name contains unusual characters.
|
|
1651 |
ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
|
|
1652 |
ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
|
|
1653 |
ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
|
1654 |
|
1254 | 1655 |
|
1255 | 1656 |
# Find a good install program. We prefer a C program (faster),
|
1256 | 1657 |
# so one script is as good as another. But avoid the broken or
|
|
1265 | 1666 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
1266 | 1667 |
# OS/2's system install, which has a completely different semantic
|
1267 | 1668 |
# ./install, which can be erroneously created by make from ./install.sh.
|
1268 | |
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
1269 | |
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
|
|
1669 |
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
|
1670 |
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
|
1270 | 1671 |
if test -z "$INSTALL"; then
|
1271 | 1672 |
if test "${ac_cv_path_install+set}" = set; then
|
1272 | 1673 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
1288 | 1689 |
# by default.
|
1289 | 1690 |
for ac_prog in ginstall scoinst install; do
|
1290 | 1691 |
for ac_exec_ext in '' $ac_executable_extensions; do
|
1291 | |
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
|
1692 |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
|
1292 | 1693 |
if test $ac_prog = install &&
|
1293 | 1694 |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
1294 | 1695 |
# AIX install. It has an incompatible calling convention.
|
|
1307 | 1708 |
;;
|
1308 | 1709 |
esac
|
1309 | 1710 |
done
|
|
1711 |
IFS=$as_save_IFS
|
1310 | 1712 |
|
1311 | 1713 |
|
1312 | 1714 |
fi
|
1313 | 1715 |
if test "${ac_cv_path_install+set}" = set; then
|
1314 | 1716 |
INSTALL=$ac_cv_path_install
|
1315 | 1717 |
else
|
1316 | |
# As a last resort, use the slow shell script. We don't cache a
|
1317 | |
# path for INSTALL within a source directory, because that will
|
|
1718 |
# As a last resort, use the slow shell script. Don't cache a
|
|
1719 |
# value for INSTALL within a source directory, because that will
|
1318 | 1720 |
# break other packages using the cache if that directory is
|
1319 | |
# removed, or if the path is relative.
|
|
1721 |
# removed, or if the value is a relative name.
|
1320 | 1722 |
INSTALL=$ac_install_sh
|
1321 | 1723 |
fi
|
1322 | 1724 |
fi
|
1323 | |
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
1324 | |
echo "${ECHO_T}$INSTALL" >&6
|
|
1725 |
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
|
|
1726 |
echo "${ECHO_T}$INSTALL" >&6; }
|
1325 | 1727 |
|
1326 | 1728 |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
1327 | 1729 |
# It thinks the first close brace ends the variable substitution.
|
|
1331 | 1733 |
|
1332 | 1734 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
1333 | 1735 |
|
1334 | |
echo "$as_me:$LINENO: checking whether build environment is sane" >&5
|
1335 | |
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
|
|
1736 |
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
|
|
1737 |
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
|
1336 | 1738 |
# Just in case
|
1337 | 1739 |
sleep 1
|
1338 | 1740 |
echo timestamp > conftest.file
|
|
1374 | 1776 |
Check your system clock" >&2;}
|
1375 | 1777 |
{ (exit 1); exit 1; }; }
|
1376 | 1778 |
fi
|
1377 | |
echo "$as_me:$LINENO: result: yes" >&5
|
1378 | |
echo "${ECHO_T}yes" >&6
|
|
1779 |
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
1780 |
echo "${ECHO_T}yes" >&6; }
|
1379 | 1781 |
test "$program_prefix" != NONE &&
|
1380 | |
program_transform_name="s,^,$program_prefix,;$program_transform_name"
|
|
1782 |
program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
1381 | 1783 |
# Use a double $ so make ignores it.
|
1382 | 1784 |
test "$program_suffix" != NONE &&
|
1383 | |
program_transform_name="s,\$,$program_suffix,;$program_transform_name"
|
|
1785 |
program_transform_name="s&\$&$program_suffix&;$program_transform_name"
|
1384 | 1786 |
# Double any \ or $. echo might interpret backslashes.
|
1385 | 1787 |
# By default was `s,x,x', remove it if useless.
|
1386 | 1788 |
cat <<\_ACEOF >conftest.sed
|
1387 | 1789 |
s/[\\$]/&&/g;s/;s,x,x,$//
|
1388 | 1790 |
_ACEOF
|
1389 | 1791 |
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
|
1390 | |
rm conftest.sed
|
|
1792 |
rm -f conftest.sed
|
1391 | 1793 |
|
1392 | 1794 |
|
1393 | 1795 |
# expand $ac_aux_dir to an absolute path
|
|
1407 | 1809 |
do
|
1408 | 1810 |
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
1409 | 1811 |
set dummy $ac_prog; ac_word=$2
|
1410 | |
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
1411 | |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
1812 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
1813 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
1412 | 1814 |
if test "${ac_cv_prog_AWK+set}" = set; then
|
1413 | 1815 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1414 | 1816 |
else
|
|
1421 | 1823 |
IFS=$as_save_IFS
|
1422 | 1824 |
test -z "$as_dir" && as_dir=.
|
1423 | 1825 |
for ac_exec_ext in '' $ac_executable_extensions; do
|
1424 | |
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
1826 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
|
1425 | 1827 |
ac_cv_prog_AWK="$ac_prog"
|
1426 | 1828 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
1427 | 1829 |
break 2
|
1428 | 1830 |
fi
|
1429 | 1831 |
done
|
1430 | 1832 |
done
|
|
1833 |
IFS=$as_save_IFS
|
1431 | 1834 |
|
1432 | 1835 |
fi
|
1433 | 1836 |
fi
|
1434 | 1837 |
AWK=$ac_cv_prog_AWK
|
1435 | 1838 |
if test -n "$AWK"; then
|
1436 | |
echo "$as_me:$LINENO: result: $AWK" >&5
|
1437 | |
echo "${ECHO_T}$AWK" >&6
|
1438 | |
else
|
1439 | |
echo "$as_me:$LINENO: result: no" >&5
|
1440 | |
echo "${ECHO_T}no" >&6
|
1441 | |
fi
|
|
1839 |
{ echo "$as_me:$LINENO: result: $AWK" >&5
|
|
1840 |
echo "${ECHO_T}$AWK" >&6; }
|
|
1841 |
else
|
|
1842 |
{ echo "$as_me:$LINENO: result: no" >&5
|
|
1843 |
echo "${ECHO_T}no" >&6; }
|
|
1844 |
fi
|
|
1845 |
|
1442 | 1846 |
|
1443 | 1847 |
test -n "$AWK" && break
|
1444 | 1848 |
done
|
1445 | 1849 |
|
1446 | |
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
1447 | |
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
|
1448 | |
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
|
1449 | |
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
|
|
1850 |
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
|
1851 |
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
|
|
1852 |
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/^a-zA-Z0-9_/_/g'`
|
|
1853 |
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
|
1450 | 1854 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1451 | 1855 |
else
|
1452 | 1856 |
cat >conftest.make <<\_ACEOF
|
|
1857 |
SHELL = /bin/sh
|
1453 | 1858 |
all:
|
1454 | |
@echo 'ac_maketemp="$(MAKE)"'
|
|
1859 |
@echo '@@@%%%=$(MAKE)=@@@%%%'
|
1455 | 1860 |
_ACEOF
|
1456 | 1861 |
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
1457 | |
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
|
1458 | |
if test -n "$ac_maketemp"; then
|
1459 | |
eval ac_cv_prog_make_${ac_make}_set=yes
|
1460 | |
else
|
1461 | |
eval ac_cv_prog_make_${ac_make}_set=no
|
1462 | |
fi
|
|
1862 |
case `${MAKE-make} -f conftest.make 2>/dev/null` in
|
|
1863 |
*@@@%%%=?*=@@@%%%*)
|
|
1864 |
eval ac_cv_prog_make_${ac_make}_set=yes;;
|
|
1865 |
*)
|
|
1866 |
eval ac_cv_prog_make_${ac_make}_set=no;;
|
|
1867 |
esac
|
1463 | 1868 |
rm -f conftest.make
|
1464 | 1869 |
fi
|
1465 | |
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
|
1466 | |
echo "$as_me:$LINENO: result: yes" >&5
|
1467 | |
echo "${ECHO_T}yes" >&6
|
|
1870 |
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
|
|
1871 |
{ echo "$as_me:$LINENO: result: yes" >&5
|
|
1872 |
echo "${ECHO_T}yes" >&6; }
|
1468 | 1873 |
SET_MAKE=
|
1469 | 1874 |
else
|
1470 | |
echo "$as_me:$LINENO: result: no" >&5
|
1471 | |
echo "${ECHO_T}no" >&6
|
|
1875 |
{ echo "$as_me:$LINENO: result: no" >&5
|
|
1876 |
echo "${ECHO_T}no" >&6; }
|
1472 | 1877 |
SET_MAKE="MAKE=${MAKE-make}"
|
1473 | 1878 |
fi
|
1474 | 1879 |
|
|
1501 | 1906 |
|
1502 | 1907 |
# Define the identity of the package.
|
1503 | 1908 |
PACKAGE=bluez-firmware
|
1504 | |
VERSION=1.0
|
|
1909 |
VERSION=1.2
|
1505 | 1910 |
|
1506 | 1911 |
|
1507 | 1912 |
cat >>confdefs.h <<_ACEOF
|
|
1542 | 1947 |
if test -n "$ac_tool_prefix"; then
|
1543 | 1948 |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
1544 | 1949 |
set dummy ${ac_tool_prefix}strip; ac_word=$2
|
1545 | |
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
1546 | |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
1950 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
1951 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
1547 | 1952 |
if test "${ac_cv_prog_STRIP+set}" = set; then
|
1548 | 1953 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1549 | 1954 |
else
|
|
1556 | 1961 |
IFS=$as_save_IFS
|
1557 | 1962 |
test -z "$as_dir" && as_dir=.
|
1558 | 1963 |
for ac_exec_ext in '' $ac_executable_extensions; do
|
1559 | |
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
1964 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
|
1560 | 1965 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
1561 | 1966 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
1562 | 1967 |
break 2
|
1563 | 1968 |
fi
|
1564 | 1969 |
done
|
1565 | 1970 |
done
|
|
1971 |
IFS=$as_save_IFS
|
1566 | 1972 |
|
1567 | 1973 |
fi
|
1568 | 1974 |
fi
|
1569 | 1975 |
STRIP=$ac_cv_prog_STRIP
|
1570 | 1976 |
if test -n "$STRIP"; then
|
1571 | |
echo "$as_me:$LINENO: result: $STRIP" >&5
|
1572 | |
echo "${ECHO_T}$STRIP" >&6
|
1573 | |
else
|
1574 | |
echo "$as_me:$LINENO: result: no" >&5
|
1575 | |
echo "${ECHO_T}no" >&6
|
1576 | |
fi
|
|
1977 |
{ echo "$as_me:$LINENO: result: $STRIP" >&5
|
|
1978 |
echo "${ECHO_T}$STRIP" >&6; }
|
|
1979 |
else
|
|
1980 |
{ echo "$as_me:$LINENO: result: no" >&5
|
|
1981 |
echo "${ECHO_T}no" >&6; }
|
|
1982 |
fi
|
|
1983 |
|
1577 | 1984 |
|
1578 | 1985 |
fi
|
1579 | 1986 |
if test -z "$ac_cv_prog_STRIP"; then
|
1580 | 1987 |
ac_ct_STRIP=$STRIP
|
1581 | 1988 |
# Extract the first word of "strip", so it can be a program name with args.
|
1582 | 1989 |
set dummy strip; ac_word=$2
|
1583 | |
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
1584 | |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
1990 |
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
1991 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
1585 | 1992 |
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
|
1586 | 1993 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1587 | 1994 |
else
|
|
1594 | 2001 |
IFS=$as_save_IFS
|
1595 | 2002 |
test -z "$as_dir" && as_dir=.
|
1596 | 2003 |
for ac_exec_ext in '' $ac_executable_extensions; do
|
1597 | |
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
|
2004 |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
|
1598 | 2005 |
ac_cv_prog_ac_ct_STRIP="strip"
|
1599 | 2006 |
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
1600 | 2007 |
break 2
|
1601 | 2008 |
fi
|
1602 | 2009 |
done
|
1603 | 2010 |
done
|
1604 | |
|
1605 | |
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
|
|
2011 |
IFS=$as_save_IFS
|
|
2012 |
|
1606 | 2013 |
fi
|
1607 | 2014 |
fi
|
1608 | 2015 |
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
|
1609 | 2016 |
if test -n "$ac_ct_STRIP"; then
|
1610 | |
echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
|
1611 | |
echo "${ECHO_T}$ac_ct_STRIP" >&6
|
1612 | |
else
|
1613 | |
echo "$as_me:$LINENO: result: no" >&5
|
1614 | |
echo "${ECHO_T}no" >&6
|
1615 | |
fi
|
1616 | |
|
1617 | |
STRIP=$ac_ct_STRIP
|
|
2017 |
{ echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
|
|
2018 |
echo "${ECHO_T}$ac_ct_STRIP" >&6; }
|
|
2019 |
else
|
|
2020 |
{ echo "$as_me:$LINENO: result: no" >&5
|
|
2021 |
echo "${ECHO_T}no" >&6; }
|
|
2022 |
fi
|
|
2023 |
|
|
2024 |
if test "x$ac_ct_STRIP" = x; then
|
|
2025 |
STRIP=":"
|
|
2026 |
else
|
|
2027 |
case $cross_compiling:$ac_tool_warned in
|
|
2028 |
yes:)
|
|
2029 |
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
|
|
2030 |
whose name does not start with the host triplet. If you think this
|
|
2031 |
configuration is useful to you, please write to autoconf@gnu.org." >&5
|
|
2032 |
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
|
|
2033 |
whose name does not start with the host triplet. If you think this
|
|
2034 |
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
|
|
2035 |
ac_tool_warned=yes ;;
|
|
2036 |
esac
|
|
2037 |
STRIP=$ac_ct_STRIP
|
|
2038 |
fi
|
1618 | 2039 |
else
|
1619 | 2040 |
STRIP="$ac_cv_prog_STRIP"
|
1620 | 2041 |
fi
|
|
1628 | 2049 |
|
1629 | 2050 |
|
1630 | 2051 |
|
1631 | |
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
1632 | |
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
|
1633 | |
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
|
|
2052 |
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
|
2053 |
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
|
|
2054 |
# Check whether --enable-maintainer-mode was given.
|
1634 | 2055 |
if test "${enable_maintainer_mode+set}" = set; then
|
1635 | |
enableval="$enable_maintainer_mode"
|
1636 | |
USE_MAINTAINER_MODE=$enableval
|
|
2056 |
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
|
1637 | 2057 |
else
|
1638 | 2058 |
USE_MAINTAINER_MODE=no
|
1639 | |
fi;
|
1640 | |
echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
|
1641 | |
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
|
|
2059 |
fi
|
|
2060 |
|
|
2061 |
{ echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
|
|
2062 |
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
|
1642 | 2063 |
|
1643 | 2064 |
|
1644 | 2065 |
if test $USE_MAINTAINER_MODE = yes; then
|
|
1668 | 2089 |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
1669 | 2090 |
# OS/2's system install, which has a completely different semantic
|
1670 | 2091 |
# ./install, which can be erroneously created by make from ./install.sh.
|
1671 | |
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
1672 | |
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
|
|
2092 |
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
|
2093 |
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
|
1673 | 2094 |
if test -z "$INSTALL"; then
|
1674 | 2095 |
if test "${ac_cv_path_install+set}" = set; then
|
1675 | 2096 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
1691 | 2112 |
# by default.
|
1692 | 2113 |
for ac_prog in ginstall scoinst install; do
|
1693 | 2114 |
for ac_exec_ext in '' $ac_executable_extensions; do
|
1694 | |
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
|
2115 |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
|
1695 | 2116 |
if test $ac_prog = install &&
|
1696 | 2117 |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
1697 | 2118 |
# AIX install. It has an incompatible calling convention.
|
|
1710 | 2131 |
;;
|
1711 | 2132 |
esac
|
1712 | 2133 |
done
|
|
2134 |
IFS=$as_save_IFS
|
1713 | 2135 |
|
1714 | 2136 |
|
1715 | 2137 |
fi
|
1716 | 2138 |
if test "${ac_cv_path_install+set}" = set; then
|
1717 | 2139 |
INSTALL=$ac_cv_path_install
|
1718 | 2140 |
else
|
1719 | |
# As a last resort, use the slow shell script. We don't cache a
|
1720 | |
# path for INSTALL within a source directory, because that will
|
|
2141 |
# As a last resort, use the slow shell script. Don't cache a
|
|
2142 |
# value for INSTALL within a source directory, because that will
|
1721 | 2143 |
# break other packages using the cache if that directory is
|
1722 | |
# removed, or if the path is relative.
|
|
2144 |
# removed, or if the value is a relative name.
|
1723 | 2145 |
INSTALL=$ac_install_sh
|
1724 | 2146 |
fi
|
1725 | 2147 |
fi
|
1726 | |
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
1727 | |
echo "${ECHO_T}$INSTALL" >&6
|
|
2148 |
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
|
|
2149 |
echo "${ECHO_T}$INSTALL" >&6; }
|
1728 | 2150 |
|
1729 | 2151 |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
1730 | 2152 |
# It thinks the first close brace ends the variable substitution.
|
|
1735 | 2157 |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
1736 | 2158 |
|
1737 | 2159 |
|
1738 | |
ac_config_files="$ac_config_files Makefile"
|
|
2160 |
ac_config_files="$ac_config_files Makefile"
|
|
2161 |
|
1739 | 2162 |
cat >confcache <<\_ACEOF
|
1740 | 2163 |
# This file is a shell script that caches the results of configure
|
1741 | 2164 |
# tests run on this system so they can be shared between configure
|
|
1754 | 2177 |
|
1755 | 2178 |
# The following way of writing the cache mishandles newlines in values,
|
1756 | 2179 |
# but we know of no workaround that is simple, portable, and efficient.
|
1757 | |
# So, don't put newlines in cache variables' values.
|
|
2180 |
# So, we kill variables containing newlines.
|
1758 | 2181 |
# Ultrix sh set writes to stderr and can't be redirected directly,
|
1759 | 2182 |
# and sets the high bit in the cache file unless we assign to the vars.
|
1760 | |
{
|
|
2183 |
(
|
|
2184 |
for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
|
|
2185 |
eval ac_val=\$$ac_var
|
|
2186 |
case $ac_val in #(
|
|
2187 |
*${as_nl}*)
|
|
2188 |
case $ac_var in #(
|
|
2189 |
*_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
|
|
2190 |
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
|
|
2191 |
esac
|
|
2192 |
case $ac_var in #(
|
|
2193 |
_ | IFS | as_nl) ;; #(
|
|
2194 |
*) $as_unset $ac_var ;;
|
|
2195 |
esac ;;
|
|
2196 |
esac
|
|
2197 |
done
|
|
2198 |
|
1761 | 2199 |
(set) 2>&1 |
|
1762 | |
case `(ac_space=' '; set | grep ac_space) 2>&1` in
|
1763 | |
*ac_space=\ *)
|
|
2200 |
case $as_nl`(ac_space=' '; set) 2>&1` in #(
|
|
2201 |
*${as_nl}ac_space=\ *)
|
1764 | 2202 |
# `set' does not quote correctly, so add quotes (double-quote
|
1765 | 2203 |
# substitution turns \\\\ into \\, and sed turns \\ into \).
|
1766 | 2204 |
sed -n \
|
1767 | 2205 |
"s/'/'\\\\''/g;
|
1768 | 2206 |
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
1769 | |
;;
|
|
2207 |
;; #(
|
1770 | 2208 |
*)
|
1771 | 2209 |
# `set' quotes correctly as required by POSIX, so do not add quotes.
|
1772 | |
sed -n \
|
1773 | |
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
|
2210 |
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
|
1774 | 2211 |
;;
|
1775 | |
esac;
|
1776 | |
} |
|
|
2212 |
esac |
|
|
2213 |
sort
|
|
2214 |
) |
|
1777 | 2215 |
sed '
|
|
2216 |
/^ac_cv_env_/b end
|
1778 | 2217 |
t clear
|
1779 | |
: clear
|
|
2218 |
:clear
|
1780 | 2219 |
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
|
1781 | 2220 |
t end
|
1782 | |
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
1783 | |
: end' >>confcache
|
1784 | |
if diff $cache_file confcache >/dev/null 2>&1; then :; else
|
1785 | |
if test -w $cache_file; then
|
1786 | |
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
|
|
2221 |
s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
|
2222 |
:end' >>confcache
|
|
2223 |
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
|
|
2224 |
if test -w "$cache_file"; then
|
|
2225 |
test "x$cache_file" != "x/dev/null" &&
|
|
2226 |
{ echo "$as_me:$LINENO: updating cache $cache_file" >&5
|
|
2227 |
echo "$as_me: updating cache $cache_file" >&6;}
|
1787 | 2228 |
cat confcache >$cache_file
|
1788 | 2229 |
else
|
1789 | |
echo "not updating unwritable cache $cache_file"
|
|
2230 |
{ echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
|
|
2231 |
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
|
1790 | 2232 |
fi
|
1791 | 2233 |
fi
|
1792 | 2234 |
rm -f confcache
|
|
1794 | 2236 |
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
1795 | 2237 |
# Let make expand exec_prefix.
|
1796 | 2238 |
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
1797 | |
|
1798 | |
# VPATH may cause trouble with some makes, so we remove $(srcdir),
|
1799 | |
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
|
1800 | |
# trailing colons and then remove the whole line if VPATH becomes empty
|
1801 | |
# (actually we leave an empty line to preserve line numbers).
|
1802 | |
if test "x$srcdir" = x.; then
|
1803 | |
ac_vpsub='/^[ ]*VPATH[ ]*=/{
|
1804 | |
s/:*\$(srcdir):*/:/;
|
1805 | |
s/:*\${srcdir}:*/:/;
|
1806 | |
s/:*@srcdir@:*/:/;
|
1807 | |
s/^\([^=]*=[ ]*\):*/\1/;
|
1808 | |
s/:*$//;
|
1809 | |
s/^[^=]*=[ ]*$//;
|
1810 | |
}'
|
1811 | |
fi
|
1812 | 2239 |
|
1813 | 2240 |
# Transform confdefs.h into DEFS.
|
1814 | 2241 |
# Protect against shell expansion while executing Makefile rules.
|
1815 | 2242 |
# Protect against Makefile macro expansion.
|
1816 | 2243 |
#
|
1817 | 2244 |
# If the first sed substitution is executed (which looks for macros that
|
1818 | |
# take arguments), then we branch to the quote section. Otherwise,
|
|
2245 |
# take arguments), then branch to the quote section. Otherwise,
|
1819 | 2246 |
# look for a macro that doesn't take arguments.
|
1820 | |
cat >confdef2opt.sed <<\_ACEOF
|
|
2247 |
ac_script='
|
1821 | 2248 |
t clear
|
1822 | |
: clear
|
1823 | |
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
|
|
2249 |
:clear
|
|
2250 |
s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
|
1824 | 2251 |
t quote
|
1825 | |
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
|
|
2252 |
s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
|
1826 | 2253 |
t quote
|
1827 | |
d
|
1828 | |
: quote
|
1829 | |
s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
|
1830 | |
s,\[,\\&,g
|
1831 | |
s,\],\\&,g
|
1832 | |
s,\$,$$,g
|
1833 | |
p
|
1834 | |
_ACEOF
|
1835 | |
# We use echo to avoid assuming a particular line-breaking character.
|
1836 | |
# The extra dot is to prevent the shell from consuming trailing
|
1837 | |
# line-breaks from the sub-command output. A line-break within
|
1838 | |
# single-quotes doesn't work because, if this script is created in a
|
1839 | |
# platform that uses two characters for line-breaks (e.g., DOS), tr
|
1840 | |
# would break.
|
1841 | |
ac_LF_and_DOT=`echo; echo .`
|
1842 | |
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
|
1843 | |
rm -f confdef2opt.sed
|
|
2254 |
b any
|
|
2255 |
:quote
|
|
2256 |
s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
|
|
2257 |
s/\[/\\&/g
|
|
2258 |
s/\]/\\&/g
|
|
2259 |
s/\$/$$/g
|
|
2260 |
H
|
|
2261 |
:any
|
|
2262 |
${
|
|
2263 |
g
|
|
2264 |
s/^\n//
|
|
2265 |
s/\n/ /g
|
|
2266 |
p
|
|
2267 |
}
|
|
2268 |
'
|
|
2269 |
DEFS=`sed -n "$ac_script" confdefs.h`
|
1844 | 2270 |
|
1845 | 2271 |
|
1846 | 2272 |
ac_libobjs=
|
1847 | 2273 |
ac_ltlibobjs=
|
1848 | 2274 |
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
|
1849 | 2275 |
# 1. Remove the extension, and $U if already installed.
|
1850 | |
ac_i=`echo "$ac_i" |
|
1851 | |
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
|
1852 | |
# 2. Add them.
|
1853 | |
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
|
1854 | |
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
|
|
2276 |
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
|
|
2277 |
ac_i=`echo "$ac_i" | sed "$ac_script"`
|
|
2278 |
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
|
|
2279 |
# will be set to the directory where LIBOBJS objects are built.
|
|
2280 |
ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
|
|
2281 |
ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
|
1855 | 2282 |
done
|
1856 | 2283 |
LIBOBJS=$ac_libobjs
|
1857 | 2284 |
|
|
1896 | 2323 |
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
1897 | 2324 |
# is contrary to our usage. Disable this feature.
|
1898 | 2325 |
alias -g '${1+"$@"}'='"$@"'
|
1899 | |
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
1900 | |
set -o posix
|
1901 | |
fi
|
|
2326 |
setopt NO_GLOB_SUBST
|
|
2327 |
else
|
|
2328 |
case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
|
|
2329 |
fi
|
|
2330 |
BIN_SH=xpg4; export BIN_SH # for Tru64
|
1902 | 2331 |
DUALCASE=1; export DUALCASE # for MKS sh
|
1903 | 2332 |
|
1904 | |
# Support unset when possible.
|
1905 | |
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
1906 | |
as_unset=unset
|
1907 | |
else
|
1908 | |
as_unset=false
|
1909 | |
fi
|
1910 | |
|
1911 | |
|
1912 | |
# Work around bugs in pre-3.0 UWIN ksh.
|
1913 | |
$as_unset ENV MAIL MAILPATH
|
1914 | |
PS1='$ '
|
1915 | |
PS2='> '
|
1916 | |
PS4='+ '
|
1917 | |
|
1918 | |
# NLS nuisances.
|
1919 | |
for as_var in \
|
1920 | |
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
1921 | |
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
1922 | |
LC_TELEPHONE LC_TIME
|
1923 | |
do
|
1924 | |
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
1925 | |
eval $as_var=C; export $as_var
|
1926 | |
else
|
1927 | |
$as_unset $as_var
|
1928 | |
fi
|
1929 | |
done
|
1930 | |
|
1931 | |
# Required to use basename.
|
1932 | |
if expr a : '\(a\)' >/dev/null 2>&1; then
|
1933 | |
as_expr=expr
|
1934 | |
else
|
1935 | |
as_expr=false
|
1936 | |
fi
|
1937 | |
|
1938 | |
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
|
1939 | |
as_basename=basename
|
1940 | |
else
|
1941 | |
as_basename=false
|
1942 | |
fi
|
1943 | |
|
1944 | |
|
1945 | |
# Name of the executable.
|
1946 | |
as_me=`$as_basename "$0" ||
|
1947 | |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
1948 | |
X"$0" : 'X\(//\)$' \| \
|
1949 | |
X"$0" : 'X\(/\)$' \| \
|
1950 | |
. : '\(.\)' 2>/dev/null ||
|
1951 | |
echo X/"$0" |
|
1952 | |
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
|
1953 | |
/^X\/\(\/\/\)$/{ s//\1/; q; }
|
1954 | |
/^X\/\(\/\).*/{ s//\1/; q; }
|
1955 | |
s/.*/./; q'`
|
1956 | |
|
1957 | |
|
1958 | |
# PATH needs CR, and LINENO needs CR and PATH.
|
|
2333 |
|
|
2334 |
# PATH needs CR
|
1959 | 2335 |
# Avoid depending upon Character Ranges.
|
1960 | 2336 |
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
1961 | 2337 |
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
|
1976 | 2352 |
rm -f conf$$.sh
|
1977 | 2353 |
fi
|
1978 | 2354 |
|
1979 | |
|
1980 | |
as_lineno_1=$LINENO
|
1981 | |
as_lineno_2=$LINENO
|
1982 | |
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
1983 | |
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
1984 | |
test "x$as_lineno_3" = "x$as_lineno_2" || {
|
1985 | |
# Find who we are. Look in the path if we contain no path at all
|
1986 | |
# relative or not.
|
1987 | |
case $0 in
|
1988 | |
*[\\/]* ) as_myself=$0 ;;
|
1989 | |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
|
2355 |
# Support unset when possible.
|
|
2356 |
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
|
2357 |
as_unset=unset
|
|
2358 |
else
|
|
2359 |
as_unset=false
|
|
2360 |
fi
|
|
2361 |
|
|
2362 |
|
|
2363 |
# IFS
|
|
2364 |
# We need space, tab and new line, in precisely that order. Quoting is
|
|
2365 |
# there to prevent editors from complaining about space-tab.
|
|
2366 |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
|
2367 |
# splitting by setting IFS to empty value.)
|
|
2368 |
as_nl='
|
|
2369 |
'
|
|
2370 |
IFS=" "" $as_nl"
|
|
2371 |
|
|
2372 |
# Find who we are. Look in the path if we contain no directory separator.
|
|
2373 |
case $0 in
|
|
2374 |
*[\\/]* ) as_myself=$0 ;;
|
|
2375 |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
1990 | 2376 |
for as_dir in $PATH
|
1991 | 2377 |
do
|
1992 | 2378 |
IFS=$as_save_IFS
|
1993 | 2379 |
test -z "$as_dir" && as_dir=.
|
1994 | 2380 |
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
1995 | 2381 |
done
|
1996 | |
|
1997 | |
;;
|
1998 | |
esac
|
1999 | |
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
2000 | |
# in which case we are not to be found in the path.
|
2001 | |
if test "x$as_myself" = x; then
|
2002 | |
as_myself=$0
|
|
2382 |
IFS=$as_save_IFS
|
|
2383 |
|
|
2384 |
;;
|
|
2385 |
esac
|
|
2386 |
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
|
2387 |
# in which case we are not to be found in the path.
|
|
2388 |
if test "x$as_myself" = x; then
|
|
2389 |
as_myself=$0
|
|
2390 |
fi
|
|
2391 |
if test ! -f "$as_myself"; then
|
|
2392 |
echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
|
2393 |
{ (exit 1); exit 1; }
|
|
2394 |
fi
|
|
2395 |
|
|
2396 |
# Work around bugs in pre-3.0 UWIN ksh.
|
|
2397 |
for as_var in ENV MAIL MAILPATH
|
|
2398 |
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
|
2399 |
done
|
|
2400 |
PS1='$ '
|
|
2401 |
PS2='> '
|