1 |
148 |
jeremybenn |
#! /bin/sh
|
2 |
|
|
# Guess values for system-dependent variables and create Makefiles.
|
3 |
|
|
# Generated by GNU Autoconf 2.59 for newlib 1.17.0.
|
4 |
|
|
#
|
5 |
|
|
# Copyright (C) 2003 Free Software Foundation, Inc.
|
6 |
|
|
# This configure script is free software; the Free Software Foundation
|
7 |
|
|
# gives unlimited permission to copy, distribute and modify it.
|
8 |
|
|
## --------------------- ##
|
9 |
|
|
## M4sh Initialization. ##
|
10 |
|
|
## --------------------- ##
|
11 |
|
|
|
12 |
|
|
# Be Bourne compatible
|
13 |
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
14 |
|
|
emulate sh
|
15 |
|
|
NULLCMD=:
|
16 |
|
|
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
17 |
|
|
# is contrary to our usage. Disable this feature.
|
18 |
|
|
alias -g '${1+"$@"}'='"$@"'
|
19 |
|
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
20 |
|
|
set -o posix
|
21 |
|
|
fi
|
22 |
|
|
DUALCASE=1; export DUALCASE # for MKS sh
|
23 |
|
|
|
24 |
|
|
# Support unset when possible.
|
25 |
|
|
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
26 |
|
|
as_unset=unset
|
27 |
|
|
else
|
28 |
|
|
as_unset=false
|
29 |
|
|
fi
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
# Work around bugs in pre-3.0 UWIN ksh.
|
33 |
|
|
$as_unset ENV MAIL MAILPATH
|
34 |
|
|
PS1='$ '
|
35 |
|
|
PS2='> '
|
36 |
|
|
PS4='+ '
|
37 |
|
|
|
38 |
|
|
# NLS nuisances.
|
39 |
|
|
for as_var in \
|
40 |
|
|
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
41 |
|
|
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
42 |
|
|
LC_TELEPHONE LC_TIME
|
43 |
|
|
do
|
44 |
|
|
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
45 |
|
|
eval $as_var=C; export $as_var
|
46 |
|
|
else
|
47 |
|
|
$as_unset $as_var
|
48 |
|
|
fi
|
49 |
|
|
done
|
50 |
|
|
|
51 |
|
|
# Required to use basename.
|
52 |
|
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
53 |
|
|
as_expr=expr
|
54 |
|
|
else
|
55 |
|
|
as_expr=false
|
56 |
|
|
fi
|
57 |
|
|
|
58 |
|
|
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
|
59 |
|
|
as_basename=basename
|
60 |
|
|
else
|
61 |
|
|
as_basename=false
|
62 |
|
|
fi
|
63 |
|
|
|
64 |
|
|
|
65 |
|
|
# Name of the executable.
|
66 |
|
|
as_me=`$as_basename "$0" ||
|
67 |
|
|
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
68 |
|
|
X"$0" : 'X\(//\)$' \| \
|
69 |
|
|
X"$0" : 'X\(/\)$' \| \
|
70 |
|
|
. : '\(.\)' 2>/dev/null ||
|
71 |
|
|
echo X/"$0" |
|
72 |
|
|
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
|
73 |
|
|
/^X\/\(\/\/\)$/{ s//\1/; q; }
|
74 |
|
|
/^X\/\(\/\).*/{ s//\1/; q; }
|
75 |
|
|
s/.*/./; q'`
|
76 |
|
|
|
77 |
|
|
|
78 |
|
|
# PATH needs CR, and LINENO needs CR and PATH.
|
79 |
|
|
# Avoid depending upon Character Ranges.
|
80 |
|
|
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
81 |
|
|
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
82 |
|
|
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
83 |
|
|
as_cr_digits='0123456789'
|
84 |
|
|
as_cr_alnum=$as_cr_Letters$as_cr_digits
|
85 |
|
|
|
86 |
|
|
# The user is always right.
|
87 |
|
|
if test "${PATH_SEPARATOR+set}" != set; then
|
88 |
|
|
echo "#! /bin/sh" >conf$$.sh
|
89 |
|
|
echo "exit 0" >>conf$$.sh
|
90 |
|
|
chmod +x conf$$.sh
|
91 |
|
|
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
|
92 |
|
|
PATH_SEPARATOR=';'
|
93 |
|
|
else
|
94 |
|
|
PATH_SEPARATOR=:
|
95 |
|
|
fi
|
96 |
|
|
rm -f conf$$.sh
|
97 |
|
|
fi
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
as_lineno_1=$LINENO
|
101 |
|
|
as_lineno_2=$LINENO
|
102 |
|
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
103 |
|
|
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
104 |
|
|
test "x$as_lineno_3" = "x$as_lineno_2" || {
|
105 |
|
|
# Find who we are. Look in the path if we contain no path at all
|
106 |
|
|
# relative or not.
|
107 |
|
|
case $0 in
|
108 |
|
|
*[\\/]* ) as_myself=$0 ;;
|
109 |
|
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
110 |
|
|
for as_dir in $PATH
|
111 |
|
|
do
|
112 |
|
|
IFS=$as_save_IFS
|
113 |
|
|
test -z "$as_dir" && as_dir=.
|
114 |
|
|
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
115 |
|
|
done
|
116 |
|
|
|
117 |
|
|
;;
|
118 |
|
|
esac
|
119 |
|
|
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
120 |
|
|
# in which case we are not to be found in the path.
|
121 |
|
|
if test "x$as_myself" = x; then
|
122 |
|
|
as_myself=$0
|
123 |
|
|
fi
|
124 |
|
|
if test ! -f "$as_myself"; then
|
125 |
|
|
{ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
|
126 |
|
|
{ (exit 1); exit 1; }; }
|
127 |
|
|
fi
|
128 |
|
|
case $CONFIG_SHELL in
|
129 |
|
|
'')
|
130 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
131 |
|
|
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
132 |
|
|
do
|
133 |
|
|
IFS=$as_save_IFS
|
134 |
|
|
test -z "$as_dir" && as_dir=.
|
135 |
|
|
for as_base in sh bash ksh sh5; do
|
136 |
|
|
case $as_dir in
|
137 |
|
|
/*)
|
138 |
|
|
if ("$as_dir/$as_base" -c '
|
139 |
|
|
as_lineno_1=$LINENO
|
140 |
|
|
as_lineno_2=$LINENO
|
141 |
|
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
142 |
|
|
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
143 |
|
|
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
144 |
|
|
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
|
145 |
|
|
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
|
146 |
|
|
CONFIG_SHELL=$as_dir/$as_base
|
147 |
|
|
export CONFIG_SHELL
|
148 |
|
|
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
149 |
|
|
fi;;
|
150 |
|
|
esac
|
151 |
|
|
done
|
152 |
|
|
done
|
153 |
|
|
;;
|
154 |
|
|
esac
|
155 |
|
|
|
156 |
|
|
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
|
157 |
|
|
# uniformly replaced by the line number. The first 'sed' inserts a
|
158 |
|
|
# line-number line before each line; the second 'sed' does the real
|
159 |
|
|
# work. The second script uses 'N' to pair each line-number line
|
160 |
|
|
# with the numbered line, and appends trailing '-' during
|
161 |
|
|
# substitution so that $LINENO is not a special case at line end.
|
162 |
|
|
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
|
163 |
|
|
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
|
164 |
|
|
sed '=' <$as_myself |
|
165 |
|
|
sed '
|
166 |
|
|
N
|
167 |
|
|
s,$,-,
|
168 |
|
|
: loop
|
169 |
|
|
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
|
170 |
|
|
t loop
|
171 |
|
|
s,-$,,
|
172 |
|
|
s,^['$as_cr_digits']*\n,,
|
173 |
|
|
' >$as_me.lineno &&
|
174 |
|
|
chmod +x $as_me.lineno ||
|
175 |
|
|
{ echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
|
176 |
|
|
{ (exit 1); exit 1; }; }
|
177 |
|
|
|
178 |
|
|
# Don't try to exec as it changes $[0], causing all sort of problems
|
179 |
|
|
# (the dirname of $[0] is not the place where we might find the
|
180 |
|
|
# original and so on. Autoconf is especially sensible to this).
|
181 |
|
|
. ./$as_me.lineno
|
182 |
|
|
# Exit status is that of the last command.
|
183 |
|
|
exit
|
184 |
|
|
}
|
185 |
|
|
|
186 |
|
|
|
187 |
|
|
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
|
188 |
|
|
*c*,-n*) ECHO_N= ECHO_C='
|
189 |
|
|
' ECHO_T=' ' ;;
|
190 |
|
|
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
|
191 |
|
|
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
|
192 |
|
|
esac
|
193 |
|
|
|
194 |
|
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
195 |
|
|
as_expr=expr
|
196 |
|
|
else
|
197 |
|
|
as_expr=false
|
198 |
|
|
fi
|
199 |
|
|
|
200 |
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
201 |
|
|
echo >conf$$.file
|
202 |
|
|
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
203 |
|
|
# We could just check for DJGPP; but this test a) works b) is more generic
|
204 |
|
|
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
|
205 |
|
|
if test -f conf$$.exe; then
|
206 |
|
|
# Don't use ln at all; we don't have any links
|
207 |
|
|
as_ln_s='cp -p'
|
208 |
|
|
else
|
209 |
|
|
as_ln_s='ln -s'
|
210 |
|
|
fi
|
211 |
|
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
212 |
|
|
as_ln_s=ln
|
213 |
|
|
else
|
214 |
|
|
as_ln_s='cp -p'
|
215 |
|
|
fi
|
216 |
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
217 |
|
|
|
218 |
|
|
if mkdir -p . 2>/dev/null; then
|
219 |
|
|
as_mkdir_p=:
|
220 |
|
|
else
|
221 |
|
|
test -d ./-p && rmdir ./-p
|
222 |
|
|
as_mkdir_p=false
|
223 |
|
|
fi
|
224 |
|
|
|
225 |
|
|
as_executable_p="test -f"
|
226 |
|
|
|
227 |
|
|
# Sed expression to map a string onto a valid CPP name.
|
228 |
|
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
229 |
|
|
|
230 |
|
|
# Sed expression to map a string onto a valid variable name.
|
231 |
|
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
232 |
|
|
|
233 |
|
|
|
234 |
|
|
# IFS
|
235 |
|
|
# We need space, tab and new line, in precisely that order.
|
236 |
|
|
as_nl='
|
237 |
|
|
'
|
238 |
|
|
IFS=" $as_nl"
|
239 |
|
|
|
240 |
|
|
# CDPATH.
|
241 |
|
|
$as_unset CDPATH
|
242 |
|
|
|
243 |
|
|
|
244 |
|
|
# Name of the host.
|
245 |
|
|
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
|
246 |
|
|
# so uname gets run too.
|
247 |
|
|
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
|
248 |
|
|
|
249 |
|
|
exec 6>&1
|
250 |
|
|
|
251 |
|
|
#
|
252 |
|
|
# Initializations.
|
253 |
|
|
#
|
254 |
|
|
ac_default_prefix=/usr/local
|
255 |
|
|
ac_config_libobj_dir=.
|
256 |
|
|
cross_compiling=no
|
257 |
|
|
subdirs=
|
258 |
|
|
MFLAGS=
|
259 |
|
|
MAKEFLAGS=
|
260 |
|
|
SHELL=${CONFIG_SHELL-/bin/sh}
|
261 |
|
|
|
262 |
|
|
# Maximum number of lines to put in a shell here document.
|
263 |
|
|
# This variable seems obsolete. It should probably be removed, and
|
264 |
|
|
# only ac_max_sed_lines should be used.
|
265 |
|
|
: ${ac_max_here_lines=38}
|
266 |
|
|
|
267 |
|
|
# Identity of this package.
|
268 |
|
|
PACKAGE_NAME='newlib'
|
269 |
|
|
PACKAGE_TARNAME='newlib'
|
270 |
|
|
PACKAGE_VERSION='1.17.0'
|
271 |
|
|
PACKAGE_STRING='newlib 1.17.0'
|
272 |
|
|
PACKAGE_BUGREPORT=''
|
273 |
|
|
|
274 |
|
|
ac_unique_file="misc.c"
|
275 |
|
|
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 MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB READELF ac_ct_READELF MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir LIBOBJS LTLIBOBJS'
|
276 |
|
|
ac_subst_files=''
|
277 |
|
|
|
278 |
|
|
# Initialize some variables set by options.
|
279 |
|
|
ac_init_help=
|
280 |
|
|
ac_init_version=false
|
281 |
|
|
# The variables have the same names as the options, with
|
282 |
|
|
# dashes changed to underlines.
|
283 |
|
|
cache_file=/dev/null
|
284 |
|
|
exec_prefix=NONE
|
285 |
|
|
no_create=
|
286 |
|
|
no_recursion=
|
287 |
|
|
prefix=NONE
|
288 |
|
|
program_prefix=NONE
|
289 |
|
|
program_suffix=NONE
|
290 |
|
|
program_transform_name=s,x,x,
|
291 |
|
|
silent=
|
292 |
|
|
site=
|
293 |
|
|
srcdir=
|
294 |
|
|
verbose=
|
295 |
|
|
x_includes=NONE
|
296 |
|
|
x_libraries=NONE
|
297 |
|
|
|
298 |
|
|
# Installation directory options.
|
299 |
|
|
# These are left unexpanded so users can "make install exec_prefix=/foo"
|
300 |
|
|
# and all the variables that are supposed to be based on exec_prefix
|
301 |
|
|
# by default will actually change.
|
302 |
|
|
# Use braces instead of parens because sh, perl, etc. also accept them.
|
303 |
|
|
bindir='${exec_prefix}/bin'
|
304 |
|
|
sbindir='${exec_prefix}/sbin'
|
305 |
|
|
libexecdir='${exec_prefix}/libexec'
|
306 |
|
|
datadir='${prefix}/share'
|
307 |
|
|
sysconfdir='${prefix}/etc'
|
308 |
|
|
sharedstatedir='${prefix}/com'
|
309 |
|
|
localstatedir='${prefix}/var'
|
310 |
|
|
libdir='${exec_prefix}/lib'
|
311 |
|
|
includedir='${prefix}/include'
|
312 |
|
|
oldincludedir='/usr/include'
|
313 |
|
|
infodir='${prefix}/info'
|
314 |
|
|
mandir='${prefix}/man'
|
315 |
|
|
|
316 |
|
|
ac_prev=
|
317 |
|
|
for ac_option
|
318 |
|
|
do
|
319 |
|
|
# If the previous option needs an argument, assign it.
|
320 |
|
|
if test -n "$ac_prev"; then
|
321 |
|
|
eval "$ac_prev=\$ac_option"
|
322 |
|
|
ac_prev=
|
323 |
|
|
continue
|
324 |
|
|
fi
|
325 |
|
|
|
326 |
|
|
ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
|
327 |
|
|
|
328 |
|
|
# Accept the important Cygnus configure options, so we can diagnose typos.
|
329 |
|
|
|
330 |
|
|
case $ac_option in
|
331 |
|
|
|
332 |
|
|
-bindir | --bindir | --bindi | --bind | --bin | --bi)
|
333 |
|
|
ac_prev=bindir ;;
|
334 |
|
|
-bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|
335 |
|
|
bindir=$ac_optarg ;;
|
336 |
|
|
|
337 |
|
|
-build | --build | --buil | --bui | --bu)
|
338 |
|
|
ac_prev=build_alias ;;
|
339 |
|
|
-build=* | --build=* | --buil=* | --bui=* | --bu=*)
|
340 |
|
|
build_alias=$ac_optarg ;;
|
341 |
|
|
|
342 |
|
|
-cache-file | --cache-file | --cache-fil | --cache-fi \
|
343 |
|
|
| --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
|
344 |
|
|
ac_prev=cache_file ;;
|
345 |
|
|
-cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
|
346 |
|
|
| --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
|
347 |
|
|
cache_file=$ac_optarg ;;
|
348 |
|
|
|
349 |
|
|
--config-cache | -C)
|
350 |
|
|
cache_file=config.cache ;;
|
351 |
|
|
|
352 |
|
|
-datadir | --datadir | --datadi | --datad | --data | --dat | --da)
|
353 |
|
|
ac_prev=datadir ;;
|
354 |
|
|
-datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
|
355 |
|
|
| --da=*)
|
356 |
|
|
datadir=$ac_optarg ;;
|
357 |
|
|
|
358 |
|
|
-disable-* | --disable-*)
|
359 |
|
|
ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
|
360 |
|
|
# Reject names that are not valid shell variable names.
|
361 |
|
|
expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
|
362 |
|
|
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
|
363 |
|
|
{ (exit 1); exit 1; }; }
|
364 |
|
|
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
|
365 |
|
|
eval "enable_$ac_feature=no" ;;
|
366 |
|
|
|
367 |
|
|
-enable-* | --enable-*)
|
368 |
|
|
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
369 |
|
|
# Reject names that are not valid shell variable names.
|
370 |
|
|
expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
|
371 |
|
|
{ echo "$as_me: error: invalid feature name: $ac_feature" >&2
|
372 |
|
|
{ (exit 1); exit 1; }; }
|
373 |
|
|
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
|
374 |
|
|
case $ac_option in
|
375 |
|
|
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
|
376 |
|
|
*) ac_optarg=yes ;;
|
377 |
|
|
esac
|
378 |
|
|
eval "enable_$ac_feature='$ac_optarg'" ;;
|
379 |
|
|
|
380 |
|
|
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
|
381 |
|
|
| --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
|
382 |
|
|
| --exec | --exe | --ex)
|
383 |
|
|
ac_prev=exec_prefix ;;
|
384 |
|
|
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
|
385 |
|
|
| --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
|
386 |
|
|
| --exec=* | --exe=* | --ex=*)
|
387 |
|
|
exec_prefix=$ac_optarg ;;
|
388 |
|
|
|
389 |
|
|
-gas | --gas | --ga | --g)
|
390 |
|
|
# Obsolete; use --with-gas.
|
391 |
|
|
with_gas=yes ;;
|
392 |
|
|
|
393 |
|
|
-help | --help | --hel | --he | -h)
|
394 |
|
|
ac_init_help=long ;;
|
395 |
|
|
-help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
|
396 |
|
|
ac_init_help=recursive ;;
|
397 |
|
|
-help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
|
398 |
|
|
ac_init_help=short ;;
|
399 |
|
|
|
400 |
|
|
-host | --host | --hos | --ho)
|
401 |
|
|
ac_prev=host_alias ;;
|
402 |
|
|
-host=* | --host=* | --hos=* | --ho=*)
|
403 |
|
|
host_alias=$ac_optarg ;;
|
404 |
|
|
|
405 |
|
|
-includedir | --includedir | --includedi | --included | --include \
|
406 |
|
|
| --includ | --inclu | --incl | --inc)
|
407 |
|
|
ac_prev=includedir ;;
|
408 |
|
|
-includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
|
409 |
|
|
| --includ=* | --inclu=* | --incl=* | --inc=*)
|
410 |
|
|
includedir=$ac_optarg ;;
|
411 |
|
|
|
412 |
|
|
-infodir | --infodir | --infodi | --infod | --info | --inf)
|
413 |
|
|
ac_prev=infodir ;;
|
414 |
|
|
-infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
|
415 |
|
|
infodir=$ac_optarg ;;
|
416 |
|
|
|
417 |
|
|
-libdir | --libdir | --libdi | --libd)
|
418 |
|
|
ac_prev=libdir ;;
|
419 |
|
|
-libdir=* | --libdir=* | --libdi=* | --libd=*)
|
420 |
|
|
libdir=$ac_optarg ;;
|
421 |
|
|
|
422 |
|
|
-libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
|
423 |
|
|
| --libexe | --libex | --libe)
|
424 |
|
|
ac_prev=libexecdir ;;
|
425 |
|
|
-libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
|
426 |
|
|
| --libexe=* | --libex=* | --libe=*)
|
427 |
|
|
libexecdir=$ac_optarg ;;
|
428 |
|
|
|
429 |
|
|
-localstatedir | --localstatedir | --localstatedi | --localstated \
|
430 |
|
|
| --localstate | --localstat | --localsta | --localst \
|
431 |
|
|
| --locals | --local | --loca | --loc | --lo)
|
432 |
|
|
ac_prev=localstatedir ;;
|
433 |
|
|
-localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
|
434 |
|
|
| --localstate=* | --localstat=* | --localsta=* | --localst=* \
|
435 |
|
|
| --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
|
436 |
|
|
localstatedir=$ac_optarg ;;
|
437 |
|
|
|
438 |
|
|
-mandir | --mandir | --mandi | --mand | --man | --ma | --m)
|
439 |
|
|
ac_prev=mandir ;;
|
440 |
|
|
-mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
|
441 |
|
|
mandir=$ac_optarg ;;
|
442 |
|
|
|
443 |
|
|
-nfp | --nfp | --nf)
|
444 |
|
|
# Obsolete; use --without-fp.
|
445 |
|
|
with_fp=no ;;
|
446 |
|
|
|
447 |
|
|
-no-create | --no-create | --no-creat | --no-crea | --no-cre \
|
448 |
|
|
| --no-cr | --no-c | -n)
|
449 |
|
|
no_create=yes ;;
|
450 |
|
|
|
451 |
|
|
-no-recursion | --no-recursion | --no-recursio | --no-recursi \
|
452 |
|
|
| --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
|
453 |
|
|
no_recursion=yes ;;
|
454 |
|
|
|
455 |
|
|
-oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
|
456 |
|
|
| --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
|
457 |
|
|
| --oldin | --oldi | --old | --ol | --o)
|
458 |
|
|
ac_prev=oldincludedir ;;
|
459 |
|
|
-oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
|
460 |
|
|
| --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
|
461 |
|
|
| --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
|
462 |
|
|
oldincludedir=$ac_optarg ;;
|
463 |
|
|
|
464 |
|
|
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
|
465 |
|
|
ac_prev=prefix ;;
|
466 |
|
|
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
|
467 |
|
|
prefix=$ac_optarg ;;
|
468 |
|
|
|
469 |
|
|
-program-prefix | --program-prefix | --program-prefi | --program-pref \
|
470 |
|
|
| --program-pre | --program-pr | --program-p)
|
471 |
|
|
ac_prev=program_prefix ;;
|
472 |
|
|
-program-prefix=* | --program-prefix=* | --program-prefi=* \
|
473 |
|
|
| --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
|
474 |
|
|
program_prefix=$ac_optarg ;;
|
475 |
|
|
|
476 |
|
|
-program-suffix | --program-suffix | --program-suffi | --program-suff \
|
477 |
|
|
| --program-suf | --program-su | --program-s)
|
478 |
|
|
ac_prev=program_suffix ;;
|
479 |
|
|
-program-suffix=* | --program-suffix=* | --program-suffi=* \
|
480 |
|
|
| --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
|
481 |
|
|
program_suffix=$ac_optarg ;;
|
482 |
|
|
|
483 |
|
|
-program-transform-name | --program-transform-name \
|
484 |
|
|
| --program-transform-nam | --program-transform-na \
|
485 |
|
|
| --program-transform-n | --program-transform- \
|
486 |
|
|
| --program-transform | --program-transfor \
|
487 |
|
|
| --program-transfo | --program-transf \
|
488 |
|
|
| --program-trans | --program-tran \
|
489 |
|
|
| --progr-tra | --program-tr | --program-t)
|
490 |
|
|
ac_prev=program_transform_name ;;
|
491 |
|
|
-program-transform-name=* | --program-transform-name=* \
|
492 |
|
|
| --program-transform-nam=* | --program-transform-na=* \
|
493 |
|
|
| --program-transform-n=* | --program-transform-=* \
|
494 |
|
|
| --program-transform=* | --program-transfor=* \
|
495 |
|
|
| --program-transfo=* | --program-transf=* \
|
496 |
|
|
| --program-trans=* | --program-tran=* \
|
497 |
|
|
| --progr-tra=* | --program-tr=* | --program-t=*)
|
498 |
|
|
program_transform_name=$ac_optarg ;;
|
499 |
|
|
|
500 |
|
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
501 |
|
|
| -silent | --silent | --silen | --sile | --sil)
|
502 |
|
|
silent=yes ;;
|
503 |
|
|
|
504 |
|
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
505 |
|
|
ac_prev=sbindir ;;
|
506 |
|
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
507 |
|
|
| --sbi=* | --sb=*)
|
508 |
|
|
sbindir=$ac_optarg ;;
|
509 |
|
|
|
510 |
|
|
-sharedstatedir | --sharedstatedir | --sharedstatedi \
|
511 |
|
|
| --sharedstated | --sharedstate | --sharedstat | --sharedsta \
|
512 |
|
|
| --sharedst | --shareds | --shared | --share | --shar \
|
513 |
|
|
| --sha | --sh)
|
514 |
|
|
ac_prev=sharedstatedir ;;
|
515 |
|
|
-sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
|
516 |
|
|
| --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
|
517 |
|
|
| --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
|
518 |
|
|
| --sha=* | --sh=*)
|
519 |
|
|
sharedstatedir=$ac_optarg ;;
|
520 |
|
|
|
521 |
|
|
-site | --site | --sit)
|
522 |
|
|
ac_prev=site ;;
|
523 |
|
|
-site=* | --site=* | --sit=*)
|
524 |
|
|
site=$ac_optarg ;;
|
525 |
|
|
|
526 |
|
|
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
|
527 |
|
|
ac_prev=srcdir ;;
|
528 |
|
|
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
|
529 |
|
|
srcdir=$ac_optarg ;;
|
530 |
|
|
|
531 |
|
|
-sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
|
532 |
|
|
| --syscon | --sysco | --sysc | --sys | --sy)
|
533 |
|
|
ac_prev=sysconfdir ;;
|
534 |
|
|
-sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
|
535 |
|
|
| --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
|
536 |
|
|
sysconfdir=$ac_optarg ;;
|
537 |
|
|
|
538 |
|
|
-target | --target | --targe | --targ | --tar | --ta | --t)
|
539 |
|
|
ac_prev=target_alias ;;
|
540 |
|
|
-target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
541 |
|
|
target_alias=$ac_optarg ;;
|
542 |
|
|
|
543 |
|
|
-v | -verbose | --verbose | --verbos | --verbo | --verb)
|
544 |
|
|
verbose=yes ;;
|
545 |
|
|
|
546 |
|
|
-version | --version | --versio | --versi | --vers | -V)
|
547 |
|
|
ac_init_version=: ;;
|
548 |
|
|
|
549 |
|
|
-with-* | --with-*)
|
550 |
|
|
ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
|
551 |
|
|
# Reject names that are not valid shell variable names.
|
552 |
|
|
expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
|
553 |
|
|
{ echo "$as_me: error: invalid package name: $ac_package" >&2
|
554 |
|
|
{ (exit 1); exit 1; }; }
|
555 |
|
|
ac_package=`echo $ac_package| sed 's/-/_/g'`
|
556 |
|
|
case $ac_option in
|
557 |
|
|
*=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
|
558 |
|
|
*) ac_optarg=yes ;;
|
559 |
|
|
esac
|
560 |
|
|
eval "with_$ac_package='$ac_optarg'" ;;
|
561 |
|
|
|
562 |
|
|
-without-* | --without-*)
|
563 |
|
|
ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
|
564 |
|
|
# Reject names that are not valid shell variable names.
|
565 |
|
|
expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
|
566 |
|
|
{ echo "$as_me: error: invalid package name: $ac_package" >&2
|
567 |
|
|
{ (exit 1); exit 1; }; }
|
568 |
|
|
ac_package=`echo $ac_package | sed 's/-/_/g'`
|
569 |
|
|
eval "with_$ac_package=no" ;;
|
570 |
|
|
|
571 |
|
|
--x)
|
572 |
|
|
# Obsolete; use --with-x.
|
573 |
|
|
with_x=yes ;;
|
574 |
|
|
|
575 |
|
|
-x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
|
576 |
|
|
| --x-incl | --x-inc | --x-in | --x-i)
|
577 |
|
|
ac_prev=x_includes ;;
|
578 |
|
|
-x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
|
579 |
|
|
| --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
|
580 |
|
|
x_includes=$ac_optarg ;;
|
581 |
|
|
|
582 |
|
|
-x-libraries | --x-libraries | --x-librarie | --x-librari \
|
583 |
|
|
| --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
|
584 |
|
|
ac_prev=x_libraries ;;
|
585 |
|
|
-x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
|
586 |
|
|
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
|
587 |
|
|
x_libraries=$ac_optarg ;;
|
588 |
|
|
|
589 |
|
|
-*) { echo "$as_me: error: unrecognized option: $ac_option
|
590 |
|
|
Try \`$0 --help' for more information." >&2
|
591 |
|
|
{ (exit 1); exit 1; }; }
|
592 |
|
|
;;
|
593 |
|
|
|
594 |
|
|
*=*)
|
595 |
|
|
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
|
596 |
|
|
# Reject names that are not valid shell variable names.
|
597 |
|
|
expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
|
598 |
|
|
{ echo "$as_me: error: invalid variable name: $ac_envvar" >&2
|
599 |
|
|
{ (exit 1); exit 1; }; }
|
600 |
|
|
ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
|
601 |
|
|
eval "$ac_envvar='$ac_optarg'"
|
602 |
|
|
export $ac_envvar ;;
|
603 |
|
|
|
604 |
|
|
*)
|
605 |
|
|
# FIXME: should be removed in autoconf 3.0.
|
606 |
|
|
echo "$as_me: WARNING: you should use --build, --host, --target" >&2
|
607 |
|
|
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
|
608 |
|
|
echo "$as_me: WARNING: invalid host type: $ac_option" >&2
|
609 |
|
|
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
|
610 |
|
|
;;
|
611 |
|
|
|
612 |
|
|
esac
|
613 |
|
|
done
|
614 |
|
|
|
615 |
|
|
if test -n "$ac_prev"; then
|
616 |
|
|
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
|
617 |
|
|
{ echo "$as_me: error: missing argument to $ac_option" >&2
|
618 |
|
|
{ (exit 1); exit 1; }; }
|
619 |
|
|
fi
|
620 |
|
|
|
621 |
|
|
# Be sure to have absolute paths.
|
622 |
|
|
for ac_var in exec_prefix prefix
|
623 |
|
|
do
|
624 |
|
|
eval ac_val=$`echo $ac_var`
|
625 |
|
|
case $ac_val in
|
626 |
|
|
[\\/$]* | ?:[\\/]* | NONE | '' ) ;;
|
627 |
|
|
*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
|
628 |
|
|
{ (exit 1); exit 1; }; };;
|
629 |
|
|
esac
|
630 |
|
|
done
|
631 |
|
|
|
632 |
|
|
# Be sure to have absolute paths.
|
633 |
|
|
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
|
634 |
|
|
localstatedir libdir includedir oldincludedir infodir mandir
|
635 |
|
|
do
|
636 |
|
|
eval ac_val=$`echo $ac_var`
|
637 |
|
|
case $ac_val in
|
638 |
|
|
[\\/$]* | ?:[\\/]* ) ;;
|
639 |
|
|
*) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
|
640 |
|
|
{ (exit 1); exit 1; }; };;
|
641 |
|
|
esac
|
642 |
|
|
done
|
643 |
|
|
|
644 |
|
|
# There might be people who depend on the old broken behavior: `$host'
|
645 |
|
|
# used to hold the argument of --host etc.
|
646 |
|
|
# FIXME: To remove some day.
|
647 |
|
|
build=$build_alias
|
648 |
|
|
host=$host_alias
|
649 |
|
|
target=$target_alias
|
650 |
|
|
|
651 |
|
|
# FIXME: To remove some day.
|
652 |
|
|
if test "x$host_alias" != x; then
|
653 |
|
|
if test "x$build_alias" = x; then
|
654 |
|
|
cross_compiling=maybe
|
655 |
|
|
echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
|
656 |
|
|
If a cross compiler is detected then cross compile mode will be used." >&2
|
657 |
|
|
elif test "x$build_alias" != "x$host_alias"; then
|
658 |
|
|
cross_compiling=yes
|
659 |
|
|
fi
|
660 |
|
|
fi
|
661 |
|
|
|
662 |
|
|
ac_tool_prefix=
|
663 |
|
|
test -n "$host_alias" && ac_tool_prefix=$host_alias-
|
664 |
|
|
|
665 |
|
|
test "$silent" = yes && exec 6>/dev/null
|
666 |
|
|
|
667 |
|
|
|
668 |
|
|
# Find the source files, if location was not specified.
|
669 |
|
|
if test -z "$srcdir"; then
|
670 |
|
|
ac_srcdir_defaulted=yes
|
671 |
|
|
# Try the directory containing this script, then its parent.
|
672 |
|
|
ac_confdir=`(dirname "$0") 2>/dev/null ||
|
673 |
|
|
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
674 |
|
|
X"$0" : 'X\(//\)[^/]' \| \
|
675 |
|
|
X"$0" : 'X\(//\)$' \| \
|
676 |
|
|
X"$0" : 'X\(/\)' \| \
|
677 |
|
|
. : '\(.\)' 2>/dev/null ||
|
678 |
|
|
echo X"$0" |
|
679 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
680 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
681 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
682 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
683 |
|
|
s/.*/./; q'`
|
684 |
|
|
srcdir=$ac_confdir
|
685 |
|
|
if test ! -r $srcdir/$ac_unique_file; then
|
686 |
|
|
srcdir=..
|
687 |
|
|
fi
|
688 |
|
|
else
|
689 |
|
|
ac_srcdir_defaulted=no
|
690 |
|
|
fi
|
691 |
|
|
if test ! -r $srcdir/$ac_unique_file; then
|
692 |
|
|
if test "$ac_srcdir_defaulted" = yes; then
|
693 |
|
|
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
|
694 |
|
|
{ (exit 1); exit 1; }; }
|
695 |
|
|
else
|
696 |
|
|
{ echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
|
697 |
|
|
{ (exit 1); exit 1; }; }
|
698 |
|
|
fi
|
699 |
|
|
fi
|
700 |
|
|
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
|
701 |
|
|
{ echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
|
702 |
|
|
{ (exit 1); exit 1; }; }
|
703 |
|
|
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
|
704 |
|
|
ac_env_build_alias_set=${build_alias+set}
|
705 |
|
|
ac_env_build_alias_value=$build_alias
|
706 |
|
|
ac_cv_env_build_alias_set=${build_alias+set}
|
707 |
|
|
ac_cv_env_build_alias_value=$build_alias
|
708 |
|
|
ac_env_host_alias_set=${host_alias+set}
|
709 |
|
|
ac_env_host_alias_value=$host_alias
|
710 |
|
|
ac_cv_env_host_alias_set=${host_alias+set}
|
711 |
|
|
ac_cv_env_host_alias_value=$host_alias
|
712 |
|
|
ac_env_target_alias_set=${target_alias+set}
|
713 |
|
|
ac_env_target_alias_value=$target_alias
|
714 |
|
|
ac_cv_env_target_alias_set=${target_alias+set}
|
715 |
|
|
ac_cv_env_target_alias_value=$target_alias
|
716 |
|
|
ac_env_CCAS_set=${CCAS+set}
|
717 |
|
|
ac_env_CCAS_value=$CCAS
|
718 |
|
|
ac_cv_env_CCAS_set=${CCAS+set}
|
719 |
|
|
ac_cv_env_CCAS_value=$CCAS
|
720 |
|
|
ac_env_CCASFLAGS_set=${CCASFLAGS+set}
|
721 |
|
|
ac_env_CCASFLAGS_value=$CCASFLAGS
|
722 |
|
|
ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
|
723 |
|
|
ac_cv_env_CCASFLAGS_value=$CCASFLAGS
|
724 |
|
|
|
725 |
|
|
#
|
726 |
|
|
# Report the --help message.
|
727 |
|
|
#
|
728 |
|
|
if test "$ac_init_help" = "long"; then
|
729 |
|
|
# Omit some internal or obsolete options to make the list less imposing.
|
730 |
|
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
731 |
|
|
cat <<_ACEOF
|
732 |
|
|
\`configure' configures newlib 1.17.0 to adapt to many kinds of systems.
|
733 |
|
|
|
734 |
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
735 |
|
|
|
736 |
|
|
To assign environment variables (e.g., CC, CFLAGS...), specify them as
|
737 |
|
|
VAR=VALUE. See below for descriptions of some of the useful variables.
|
738 |
|
|
|
739 |
|
|
Defaults for the options are specified in brackets.
|
740 |
|
|
|
741 |
|
|
Configuration:
|
742 |
|
|
-h, --help display this help and exit
|
743 |
|
|
--help=short display options specific to this package
|
744 |
|
|
--help=recursive display the short help of all the included packages
|
745 |
|
|
-V, --version display version information and exit
|
746 |
|
|
-q, --quiet, --silent do not print \`checking...' messages
|
747 |
|
|
--cache-file=FILE cache test results in FILE [disabled]
|
748 |
|
|
-C, --config-cache alias for \`--cache-file=config.cache'
|
749 |
|
|
-n, --no-create do not create output files
|
750 |
|
|
--srcdir=DIR find the sources in DIR [configure dir or \`..']
|
751 |
|
|
|
752 |
|
|
_ACEOF
|
753 |
|
|
|
754 |
|
|
cat <<_ACEOF
|
755 |
|
|
Installation directories:
|
756 |
|
|
--prefix=PREFIX install architecture-independent files in PREFIX
|
757 |
|
|
[$ac_default_prefix]
|
758 |
|
|
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
|
759 |
|
|
[PREFIX]
|
760 |
|
|
|
761 |
|
|
By default, \`make install' will install all the files in
|
762 |
|
|
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
|
763 |
|
|
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
|
764 |
|
|
for instance \`--prefix=\$HOME'.
|
765 |
|
|
|
766 |
|
|
For better control, use the options below.
|
767 |
|
|
|
768 |
|
|
Fine tuning of the installation directories:
|
769 |
|
|
--bindir=DIR user executables [EPREFIX/bin]
|
770 |
|
|
--sbindir=DIR system admin executables [EPREFIX/sbin]
|
771 |
|
|
--libexecdir=DIR program executables [EPREFIX/libexec]
|
772 |
|
|
--datadir=DIR read-only architecture-independent data [PREFIX/share]
|
773 |
|
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
774 |
|
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
775 |
|
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
776 |
|
|
--libdir=DIR object code libraries [EPREFIX/lib]
|
777 |
|
|
--includedir=DIR C header files [PREFIX/include]
|
778 |
|
|
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
779 |
|
|
--infodir=DIR info documentation [PREFIX/info]
|
780 |
|
|
--mandir=DIR man documentation [PREFIX/man]
|
781 |
|
|
_ACEOF
|
782 |
|
|
|
783 |
|
|
cat <<\_ACEOF
|
784 |
|
|
|
785 |
|
|
Program names:
|
786 |
|
|
--program-prefix=PREFIX prepend PREFIX to installed program names
|
787 |
|
|
--program-suffix=SUFFIX append SUFFIX to installed program names
|
788 |
|
|
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
|
789 |
|
|
|
790 |
|
|
System types:
|
791 |
|
|
--build=BUILD configure for building on BUILD [guessed]
|
792 |
|
|
--host=HOST cross-compile to build programs to run on HOST [BUILD]
|
793 |
|
|
_ACEOF
|
794 |
|
|
fi
|
795 |
|
|
|
796 |
|
|
if test -n "$ac_init_help"; then
|
797 |
|
|
case $ac_init_help in
|
798 |
|
|
short | recursive ) echo "Configuration of newlib 1.17.0:";;
|
799 |
|
|
esac
|
800 |
|
|
cat <<\_ACEOF
|
801 |
|
|
|
802 |
|
|
Optional Features:
|
803 |
|
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
804 |
|
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
805 |
|
|
--enable-multilib build many library versions (default)
|
806 |
|
|
--enable-target-optspace optimize for space
|
807 |
|
|
--enable-malloc-debugging indicate malloc debugging requested
|
808 |
|
|
--enable-newlib-multithread enable support for multiple threads
|
809 |
|
|
--enable-newlib-iconv enable iconv library support
|
810 |
|
|
--enable-newlib-elix-level supply desired elix library level (1-4)
|
811 |
|
|
--disable-newlib-io-float disable printf/scanf family float support
|
812 |
|
|
--disable-newlib-supplied-syscalls disable newlib from supplying syscalls
|
813 |
|
|
--disable-dependency-tracking speeds up one-time build
|
814 |
|
|
--enable-dependency-tracking do not reject slow dependency extractors
|
815 |
|
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
816 |
|
|
(and sometimes confusing) to the casual installer
|
817 |
|
|
|
818 |
|
|
Some influential environment variables:
|
819 |
|
|
CCAS assembler compiler command (defaults to CC)
|
820 |
|
|
CCASFLAGS assembler compiler flags (defaults to CFLAGS)
|
821 |
|
|
|
822 |
|
|
Use these variables to override the choices made by `configure' or to help
|
823 |
|
|
it to find libraries and programs with nonstandard names/locations.
|
824 |
|
|
|
825 |
|
|
_ACEOF
|
826 |
|
|
fi
|
827 |
|
|
|
828 |
|
|
if test "$ac_init_help" = "recursive"; then
|
829 |
|
|
# If there are subdirs, report their specific --help.
|
830 |
|
|
ac_popdir=`pwd`
|
831 |
|
|
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
|
832 |
|
|
test -d $ac_dir || continue
|
833 |
|
|
ac_builddir=.
|
834 |
|
|
|
835 |
|
|
if test "$ac_dir" != .; then
|
836 |
|
|
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
837 |
|
|
# A "../" for each directory in $ac_dir_suffix.
|
838 |
|
|
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
839 |
|
|
else
|
840 |
|
|
ac_dir_suffix= ac_top_builddir=
|
841 |
|
|
fi
|
842 |
|
|
|
843 |
|
|
case $srcdir in
|
844 |
|
|
.) # No --srcdir option. We are building in place.
|
845 |
|
|
ac_srcdir=.
|
846 |
|
|
if test -z "$ac_top_builddir"; then
|
847 |
|
|
ac_top_srcdir=.
|
848 |
|
|
else
|
849 |
|
|
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
|
850 |
|
|
fi ;;
|
851 |
|
|
[\\/]* | ?:[\\/]* ) # Absolute path.
|
852 |
|
|
ac_srcdir=$srcdir$ac_dir_suffix;
|
853 |
|
|
ac_top_srcdir=$srcdir ;;
|
854 |
|
|
*) # Relative path.
|
855 |
|
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
856 |
|
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
857 |
|
|
esac
|
858 |
|
|
|
859 |
|
|
# Do not use `cd foo && pwd` to compute absolute paths, because
|
860 |
|
|
# the directories may not exist.
|
861 |
|
|
case `pwd` in
|
862 |
|
|
.) ac_abs_builddir="$ac_dir";;
|
863 |
|
|
*)
|
864 |
|
|
case "$ac_dir" in
|
865 |
|
|
.) ac_abs_builddir=`pwd`;;
|
866 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
867 |
|
|
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
868 |
|
|
esac;;
|
869 |
|
|
esac
|
870 |
|
|
case $ac_abs_builddir in
|
871 |
|
|
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
872 |
|
|
*)
|
873 |
|
|
case ${ac_top_builddir}. in
|
874 |
|
|
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
875 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
876 |
|
|
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
877 |
|
|
esac;;
|
878 |
|
|
esac
|
879 |
|
|
case $ac_abs_builddir in
|
880 |
|
|
.) ac_abs_srcdir=$ac_srcdir;;
|
881 |
|
|
*)
|
882 |
|
|
case $ac_srcdir in
|
883 |
|
|
.) ac_abs_srcdir=$ac_abs_builddir;;
|
884 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
885 |
|
|
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
886 |
|
|
esac;;
|
887 |
|
|
esac
|
888 |
|
|
case $ac_abs_builddir in
|
889 |
|
|
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
890 |
|
|
*)
|
891 |
|
|
case $ac_top_srcdir in
|
892 |
|
|
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
893 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
894 |
|
|
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
895 |
|
|
esac;;
|
896 |
|
|
esac
|
897 |
|
|
|
898 |
|
|
cd $ac_dir
|
899 |
|
|
# Check for guested configure; otherwise get Cygnus style configure.
|
900 |
|
|
if test -f $ac_srcdir/configure.gnu; then
|
901 |
|
|
echo
|
902 |
|
|
$SHELL $ac_srcdir/configure.gnu --help=recursive
|
903 |
|
|
elif test -f $ac_srcdir/configure; then
|
904 |
|
|
echo
|
905 |
|
|
$SHELL $ac_srcdir/configure --help=recursive
|
906 |
|
|
elif test -f $ac_srcdir/configure.ac ||
|
907 |
|
|
test -f $ac_srcdir/configure.in; then
|
908 |
|
|
echo
|
909 |
|
|
$ac_configure --help
|
910 |
|
|
else
|
911 |
|
|
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
912 |
|
|
fi
|
913 |
|
|
cd $ac_popdir
|
914 |
|
|
done
|
915 |
|
|
fi
|
916 |
|
|
|
917 |
|
|
test -n "$ac_init_help" && exit 0
|
918 |
|
|
if $ac_init_version; then
|
919 |
|
|
cat <<\_ACEOF
|
920 |
|
|
newlib configure 1.17.0
|
921 |
|
|
generated by GNU Autoconf 2.59
|
922 |
|
|
|
923 |
|
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
924 |
|
|
This configure script is free software; the Free Software Foundation
|
925 |
|
|
gives unlimited permission to copy, distribute and modify it.
|
926 |
|
|
_ACEOF
|
927 |
|
|
exit 0
|
928 |
|
|
fi
|
929 |
|
|
exec 5>config.log
|
930 |
|
|
cat >&5 <<_ACEOF
|
931 |
|
|
This file contains any messages produced by compilers while
|
932 |
|
|
running configure, to aid debugging if configure makes a mistake.
|
933 |
|
|
|
934 |
|
|
It was created by newlib $as_me 1.17.0, which was
|
935 |
|
|
generated by GNU Autoconf 2.59. Invocation command line was
|
936 |
|
|
|
937 |
|
|
$ $0 $@
|
938 |
|
|
|
939 |
|
|
_ACEOF
|
940 |
|
|
{
|
941 |
|
|
cat <<_ASUNAME
|
942 |
|
|
## --------- ##
|
943 |
|
|
## Platform. ##
|
944 |
|
|
## --------- ##
|
945 |
|
|
|
946 |
|
|
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
|
947 |
|
|
uname -m = `(uname -m) 2>/dev/null || echo unknown`
|
948 |
|
|
uname -r = `(uname -r) 2>/dev/null || echo unknown`
|
949 |
|
|
uname -s = `(uname -s) 2>/dev/null || echo unknown`
|
950 |
|
|
uname -v = `(uname -v) 2>/dev/null || echo unknown`
|
951 |
|
|
|
952 |
|
|
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
|
953 |
|
|
/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
|
954 |
|
|
|
955 |
|
|
/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
|
956 |
|
|
/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
|
957 |
|
|
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
|
958 |
|
|
hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
|
959 |
|
|
/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
|
960 |
|
|
/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
|
961 |
|
|
/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
|
962 |
|
|
|
963 |
|
|
_ASUNAME
|
964 |
|
|
|
965 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
966 |
|
|
for as_dir in $PATH
|
967 |
|
|
do
|
968 |
|
|
IFS=$as_save_IFS
|
969 |
|
|
test -z "$as_dir" && as_dir=.
|
970 |
|
|
echo "PATH: $as_dir"
|
971 |
|
|
done
|
972 |
|
|
|
973 |
|
|
} >&5
|
974 |
|
|
|
975 |
|
|
cat >&5 <<_ACEOF
|
976 |
|
|
|
977 |
|
|
|
978 |
|
|
## ----------- ##
|
979 |
|
|
## Core tests. ##
|
980 |
|
|
## ----------- ##
|
981 |
|
|
|
982 |
|
|
_ACEOF
|
983 |
|
|
|
984 |
|
|
|
985 |
|
|
# Keep a trace of the command line.
|
986 |
|
|
# Strip out --no-create and --no-recursion so they do not pile up.
|
987 |
|
|
# Strip out --silent because we don't want to record it for future runs.
|
988 |
|
|
# Also quote any args containing shell meta-characters.
|
989 |
|
|
# Make two passes to allow for proper duplicate-argument suppression.
|
990 |
|
|
ac_configure_args=
|
991 |
|
|
ac_configure_args0=
|
992 |
|
|
ac_configure_args1=
|
993 |
|
|
ac_sep=
|
994 |
|
|
ac_must_keep_next=false
|
995 |
|
|
for ac_pass in 1 2
|
996 |
|
|
do
|
997 |
|
|
for ac_arg
|
998 |
|
|
do
|
999 |
|
|
case $ac_arg in
|
1000 |
|
|
-no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
|
1001 |
|
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
1002 |
|
|
| -silent | --silent | --silen | --sile | --sil)
|
1003 |
|
|
continue ;;
|
1004 |
|
|
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
1005 |
|
|
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
1006 |
|
|
esac
|
1007 |
|
|
case $ac_pass in
|
1008 |
|
|
1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
|
1009 |
|
|
2)
|
1010 |
|
|
ac_configure_args1="$ac_configure_args1 '$ac_arg'"
|
1011 |
|
|
if test $ac_must_keep_next = true; then
|
1012 |
|
|
ac_must_keep_next=false # Got value, back to normal.
|
1013 |
|
|
else
|
1014 |
|
|
case $ac_arg in
|
1015 |
|
|
*=* | --config-cache | -C | -disable-* | --disable-* \
|
1016 |
|
|
| -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
1017 |
|
|
| -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
|
1018 |
|
|
| -with-* | --with-* | -without-* | --without-* | --x)
|
1019 |
|
|
case "$ac_configure_args0 " in
|
1020 |
|
|
"$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
|
1021 |
|
|
esac
|
1022 |
|
|
;;
|
1023 |
|
|
-* ) ac_must_keep_next=true ;;
|
1024 |
|
|
esac
|
1025 |
|
|
fi
|
1026 |
|
|
ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
|
1027 |
|
|
# Get rid of the leading space.
|
1028 |
|
|
ac_sep=" "
|
1029 |
|
|
;;
|
1030 |
|
|
esac
|
1031 |
|
|
done
|
1032 |
|
|
done
|
1033 |
|
|
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
|
1034 |
|
|
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
|
1035 |
|
|
|
1036 |
|
|
# When interrupted or exit'd, cleanup temporary files, and complete
|
1037 |
|
|
# config.log. We remove comments because anyway the quotes in there
|
1038 |
|
|
# would cause problems or look ugly.
|
1039 |
|
|
# WARNING: Be sure not to use single quotes in there, as some shells,
|
1040 |
|
|
# such as our DU 5.0 friend, will then `close' the trap.
|
1041 |
|
|
trap 'exit_status=$?
|
1042 |
|
|
# Save into config.log some information that might help in debugging.
|
1043 |
|
|
{
|
1044 |
|
|
echo
|
1045 |
|
|
|
1046 |
|
|
cat <<\_ASBOX
|
1047 |
|
|
## ---------------- ##
|
1048 |
|
|
## Cache variables. ##
|
1049 |
|
|
## ---------------- ##
|
1050 |
|
|
_ASBOX
|
1051 |
|
|
echo
|
1052 |
|
|
# The following way of writing the cache mishandles newlines in values,
|
1053 |
|
|
{
|
1054 |
|
|
(set) 2>&1 |
|
1055 |
|
|
case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
|
1056 |
|
|
*ac_space=\ *)
|
1057 |
|
|
sed -n \
|
1058 |
|
|
"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
|
1059 |
|
|
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
|
1060 |
|
|
;;
|
1061 |
|
|
*)
|
1062 |
|
|
sed -n \
|
1063 |
|
|
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
1064 |
|
|
;;
|
1065 |
|
|
esac;
|
1066 |
|
|
}
|
1067 |
|
|
echo
|
1068 |
|
|
|
1069 |
|
|
cat <<\_ASBOX
|
1070 |
|
|
## ----------------- ##
|
1071 |
|
|
## Output variables. ##
|
1072 |
|
|
## ----------------- ##
|
1073 |
|
|
_ASBOX
|
1074 |
|
|
echo
|
1075 |
|
|
for ac_var in $ac_subst_vars
|
1076 |
|
|
do
|
1077 |
|
|
eval ac_val=$`echo $ac_var`
|
1078 |
|
|
echo "$ac_var='"'"'$ac_val'"'"'"
|
1079 |
|
|
done | sort
|
1080 |
|
|
echo
|
1081 |
|
|
|
1082 |
|
|
if test -n "$ac_subst_files"; then
|
1083 |
|
|
cat <<\_ASBOX
|
1084 |
|
|
## ------------- ##
|
1085 |
|
|
## Output files. ##
|
1086 |
|
|
## ------------- ##
|
1087 |
|
|
_ASBOX
|
1088 |
|
|
echo
|
1089 |
|
|
for ac_var in $ac_subst_files
|
1090 |
|
|
do
|
1091 |
|
|
eval ac_val=$`echo $ac_var`
|
1092 |
|
|
echo "$ac_var='"'"'$ac_val'"'"'"
|
1093 |
|
|
done | sort
|
1094 |
|
|
echo
|
1095 |
|
|
fi
|
1096 |
|
|
|
1097 |
|
|
if test -s confdefs.h; then
|
1098 |
|
|
cat <<\_ASBOX
|
1099 |
|
|
## ----------- ##
|
1100 |
|
|
## confdefs.h. ##
|
1101 |
|
|
## ----------- ##
|
1102 |
|
|
_ASBOX
|
1103 |
|
|
echo
|
1104 |
|
|
sed "/^$/d" confdefs.h | sort
|
1105 |
|
|
echo
|
1106 |
|
|
fi
|
1107 |
|
|
test "$ac_signal" != 0 &&
|
1108 |
|
|
echo "$as_me: caught signal $ac_signal"
|
1109 |
|
|
echo "$as_me: exit $exit_status"
|
1110 |
|
|
} >&5
|
1111 |
|
|
rm -f core *.core &&
|
1112 |
|
|
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
1113 |
|
|
exit $exit_status
|
1114 |
|
|
' 0
|
1115 |
|
|
for ac_signal in 1 2 13 15; do
|
1116 |
|
|
trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
|
1117 |
|
|
done
|
1118 |
|
|
ac_signal=0
|
1119 |
|
|
|
1120 |
|
|
# confdefs.h avoids OS command line length limits that DEFS can exceed.
|
1121 |
|
|
rm -rf conftest* confdefs.h
|
1122 |
|
|
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
|
1123 |
|
|
echo >confdefs.h
|
1124 |
|
|
|
1125 |
|
|
# Predefined preprocessor variables.
|
1126 |
|
|
|
1127 |
|
|
cat >>confdefs.h <<_ACEOF
|
1128 |
|
|
#define PACKAGE_NAME "$PACKAGE_NAME"
|
1129 |
|
|
_ACEOF
|
1130 |
|
|
|
1131 |
|
|
|
1132 |
|
|
cat >>confdefs.h <<_ACEOF
|
1133 |
|
|
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
|
1134 |
|
|
_ACEOF
|
1135 |
|
|
|
1136 |
|
|
|
1137 |
|
|
cat >>confdefs.h <<_ACEOF
|
1138 |
|
|
#define PACKAGE_VERSION "$PACKAGE_VERSION"
|
1139 |
|
|
_ACEOF
|
1140 |
|
|
|
1141 |
|
|
|
1142 |
|
|
cat >>confdefs.h <<_ACEOF
|
1143 |
|
|
#define PACKAGE_STRING "$PACKAGE_STRING"
|
1144 |
|
|
_ACEOF
|
1145 |
|
|
|
1146 |
|
|
|
1147 |
|
|
cat >>confdefs.h <<_ACEOF
|
1148 |
|
|
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
|
1149 |
|
|
_ACEOF
|
1150 |
|
|
|
1151 |
|
|
|
1152 |
|
|
# Let the site file select an alternate cache file if it wants to.
|
1153 |
|
|
# Prefer explicitly selected file to automatically selected ones.
|
1154 |
|
|
if test -z "$CONFIG_SITE"; then
|
1155 |
|
|
if test "x$prefix" != xNONE; then
|
1156 |
|
|
CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
|
1157 |
|
|
else
|
1158 |
|
|
CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
|
1159 |
|
|
fi
|
1160 |
|
|
fi
|
1161 |
|
|
for ac_site_file in $CONFIG_SITE; do
|
1162 |
|
|
if test -r "$ac_site_file"; then
|
1163 |
|
|
{ echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
|
1164 |
|
|
echo "$as_me: loading site script $ac_site_file" >&6;}
|
1165 |
|
|
sed 's/^/| /' "$ac_site_file" >&5
|
1166 |
|
|
. "$ac_site_file"
|
1167 |
|
|
fi
|
1168 |
|
|
done
|
1169 |
|
|
|
1170 |
|
|
if test -r "$cache_file"; then
|
1171 |
|
|
# Some versions of bash will fail to source /dev/null (special
|
1172 |
|
|
# files actually), so we avoid doing that.
|
1173 |
|
|
if test -f "$cache_file"; then
|
1174 |
|
|
{ echo "$as_me:$LINENO: loading cache $cache_file" >&5
|
1175 |
|
|
echo "$as_me: loading cache $cache_file" >&6;}
|
1176 |
|
|
case $cache_file in
|
1177 |
|
|
[\\/]* | ?:[\\/]* ) . $cache_file;;
|
1178 |
|
|
*) . ./$cache_file;;
|
1179 |
|
|
esac
|
1180 |
|
|
fi
|
1181 |
|
|
else
|
1182 |
|
|
{ echo "$as_me:$LINENO: creating cache $cache_file" >&5
|
1183 |
|
|
echo "$as_me: creating cache $cache_file" >&6;}
|
1184 |
|
|
>$cache_file
|
1185 |
|
|
fi
|
1186 |
|
|
|
1187 |
|
|
# Check that the precious variables saved in the cache have kept the same
|
1188 |
|
|
# value.
|
1189 |
|
|
ac_cache_corrupted=false
|
1190 |
|
|
for ac_var in `(set) 2>&1 |
|
1191 |
|
|
sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
|
1192 |
|
|
eval ac_old_set=\$ac_cv_env_${ac_var}_set
|
1193 |
|
|
eval ac_new_set=\$ac_env_${ac_var}_set
|
1194 |
|
|
eval ac_old_val="\$ac_cv_env_${ac_var}_value"
|
1195 |
|
|
eval ac_new_val="\$ac_env_${ac_var}_value"
|
1196 |
|
|
case $ac_old_set,$ac_new_set in
|
1197 |
|
|
set,)
|
1198 |
|
|
{ echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
|
1199 |
|
|
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
|
1200 |
|
|
ac_cache_corrupted=: ;;
|
1201 |
|
|
,set)
|
1202 |
|
|
{ echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
|
1203 |
|
|
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
|
1204 |
|
|
ac_cache_corrupted=: ;;
|
1205 |
|
|
,);;
|
1206 |
|
|
*)
|
1207 |
|
|
if test "x$ac_old_val" != "x$ac_new_val"; then
|
1208 |
|
|
{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
|
1209 |
|
|
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
|
1210 |
|
|
{ echo "$as_me:$LINENO: former value: $ac_old_val" >&5
|
1211 |
|
|
echo "$as_me: former value: $ac_old_val" >&2;}
|
1212 |
|
|
{ echo "$as_me:$LINENO: current value: $ac_new_val" >&5
|
1213 |
|
|
echo "$as_me: current value: $ac_new_val" >&2;}
|
1214 |
|
|
ac_cache_corrupted=:
|
1215 |
|
|
fi;;
|
1216 |
|
|
esac
|
1217 |
|
|
# Pass precious variables to config.status.
|
1218 |
|
|
if test "$ac_new_set" = set; then
|
1219 |
|
|
case $ac_new_val in
|
1220 |
|
|
*" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
|
1221 |
|
|
ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
|
1222 |
|
|
*) ac_arg=$ac_var=$ac_new_val ;;
|
1223 |
|
|
esac
|
1224 |
|
|
case " $ac_configure_args " in
|
1225 |
|
|
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
|
1226 |
|
|
*) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
|
1227 |
|
|
esac
|
1228 |
|
|
fi
|
1229 |
|
|
done
|
1230 |
|
|
if $ac_cache_corrupted; then
|
1231 |
|
|
{ echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
|
1232 |
|
|
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
|
1233 |
|
|
{ { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
|
1234 |
|
|
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
|
1235 |
|
|
{ (exit 1); exit 1; }; }
|
1236 |
|
|
fi
|
1237 |
|
|
|
1238 |
|
|
ac_ext=c
|
1239 |
|
|
ac_cpp='$CPP $CPPFLAGS'
|
1240 |
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
1241 |
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
1242 |
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
1243 |
|
|
|
1244 |
|
|
|
1245 |
|
|
|
1246 |
|
|
|
1247 |
|
|
|
1248 |
|
|
|
1249 |
|
|
|
1250 |
|
|
|
1251 |
|
|
|
1252 |
|
|
|
1253 |
|
|
|
1254 |
|
|
|
1255 |
|
|
|
1256 |
|
|
|
1257 |
|
|
|
1258 |
|
|
|
1259 |
|
|
|
1260 |
|
|
|
1261 |
|
|
|
1262 |
|
|
|
1263 |
|
|
|
1264 |
|
|
|
1265 |
|
|
|
1266 |
|
|
|
1267 |
|
|
|
1268 |
|
|
|
1269 |
|
|
|
1270 |
|
|
|
1271 |
|
|
|
1272 |
|
|
ac_aux_dir=
|
1273 |
|
|
for ac_dir in ../../../.. $srcdir/../../../..; do
|
1274 |
|
|
if test -f $ac_dir/install-sh; then
|
1275 |
|
|
ac_aux_dir=$ac_dir
|
1276 |
|
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
1277 |
|
|
break
|
1278 |
|
|
elif test -f $ac_dir/install.sh; then
|
1279 |
|
|
ac_aux_dir=$ac_dir
|
1280 |
|
|
ac_install_sh="$ac_aux_dir/install.sh -c"
|
1281 |
|
|
break
|
1282 |
|
|
elif test -f $ac_dir/shtool; then
|
1283 |
|
|
ac_aux_dir=$ac_dir
|
1284 |
|
|
ac_install_sh="$ac_aux_dir/shtool install -c"
|
1285 |
|
|
break
|
1286 |
|
|
fi
|
1287 |
|
|
done
|
1288 |
|
|
if test -z "$ac_aux_dir"; then
|
1289 |
|
|
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. $srcdir/../../../.." >&5
|
1290 |
|
|
echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. $srcdir/../../../.." >&2;}
|
1291 |
|
|
{ (exit 1); exit 1; }; }
|
1292 |
|
|
fi
|
1293 |
|
|
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
|
1294 |
|
|
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
|
1295 |
|
|
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
|
1296 |
|
|
|
1297 |
|
|
|
1298 |
|
|
|
1299 |
|
|
# Make sure we can run config.sub.
|
1300 |
|
|
$ac_config_sub sun4 >/dev/null 2>&1 ||
|
1301 |
|
|
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
|
1302 |
|
|
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
|
1303 |
|
|
{ (exit 1); exit 1; }; }
|
1304 |
|
|
|
1305 |
|
|
echo "$as_me:$LINENO: checking build system type" >&5
|
1306 |
|
|
echo $ECHO_N "checking build system type... $ECHO_C" >&6
|
1307 |
|
|
if test "${ac_cv_build+set}" = set; then
|
1308 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1309 |
|
|
else
|
1310 |
|
|
ac_cv_build_alias=$build_alias
|
1311 |
|
|
test -z "$ac_cv_build_alias" &&
|
1312 |
|
|
ac_cv_build_alias=`$ac_config_guess`
|
1313 |
|
|
test -z "$ac_cv_build_alias" &&
|
1314 |
|
|
{ { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
|
1315 |
|
|
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
|
1316 |
|
|
{ (exit 1); exit 1; }; }
|
1317 |
|
|
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
|
1318 |
|
|
{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
|
1319 |
|
|
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
|
1320 |
|
|
{ (exit 1); exit 1; }; }
|
1321 |
|
|
|
1322 |
|
|
fi
|
1323 |
|
|
echo "$as_me:$LINENO: result: $ac_cv_build" >&5
|
1324 |
|
|
echo "${ECHO_T}$ac_cv_build" >&6
|
1325 |
|
|
build=$ac_cv_build
|
1326 |
|
|
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
1327 |
|
|
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
1328 |
|
|
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
1329 |
|
|
|
1330 |
|
|
|
1331 |
|
|
am__api_version="1.9"
|
1332 |
|
|
# Find a good install program. We prefer a C program (faster),
|
1333 |
|
|
# so one script is as good as another. But avoid the broken or
|
1334 |
|
|
# incompatible versions:
|
1335 |
|
|
# SysV /etc/install, /usr/sbin/install
|
1336 |
|
|
# SunOS /usr/etc/install
|
1337 |
|
|
# IRIX /sbin/install
|
1338 |
|
|
# AIX /bin/install
|
1339 |
|
|
# AmigaOS /C/install, which installs bootblocks on floppy discs
|
1340 |
|
|
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
|
1341 |
|
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
1342 |
|
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
1343 |
|
|
# OS/2's system install, which has a completely different semantic
|
1344 |
|
|
# ./install, which can be erroneously created by make from ./install.sh.
|
1345 |
|
|
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
1346 |
|
|
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
|
1347 |
|
|
if test -z "$INSTALL"; then
|
1348 |
|
|
if test "${ac_cv_path_install+set}" = set; then
|
1349 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1350 |
|
|
else
|
1351 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
1352 |
|
|
for as_dir in $PATH
|
1353 |
|
|
do
|
1354 |
|
|
IFS=$as_save_IFS
|
1355 |
|
|
test -z "$as_dir" && as_dir=.
|
1356 |
|
|
# Account for people who put trailing slashes in PATH elements.
|
1357 |
|
|
case $as_dir/ in
|
1358 |
|
|
./ | .// | /cC/* | \
|
1359 |
|
|
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
|
1360 |
|
|
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
|
1361 |
|
|
/usr/ucb/* ) ;;
|
1362 |
|
|
*)
|
1363 |
|
|
# OSF1 and SCO ODT 3.0 have their own names for install.
|
1364 |
|
|
# Don't use installbsd from OSF since it installs stuff as root
|
1365 |
|
|
# by default.
|
1366 |
|
|
for ac_prog in ginstall scoinst install; do
|
1367 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
1368 |
|
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
1369 |
|
|
if test $ac_prog = install &&
|
1370 |
|
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
1371 |
|
|
# AIX install. It has an incompatible calling convention.
|
1372 |
|
|
:
|
1373 |
|
|
elif test $ac_prog = install &&
|
1374 |
|
|
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
1375 |
|
|
# program-specific install script used by HP pwplus--don't use.
|
1376 |
|
|
:
|
1377 |
|
|
else
|
1378 |
|
|
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
|
1379 |
|
|
break 3
|
1380 |
|
|
fi
|
1381 |
|
|
fi
|
1382 |
|
|
done
|
1383 |
|
|
done
|
1384 |
|
|
;;
|
1385 |
|
|
esac
|
1386 |
|
|
done
|
1387 |
|
|
|
1388 |
|
|
|
1389 |
|
|
fi
|
1390 |
|
|
if test "${ac_cv_path_install+set}" = set; then
|
1391 |
|
|
INSTALL=$ac_cv_path_install
|
1392 |
|
|
else
|
1393 |
|
|
# As a last resort, use the slow shell script. We don't cache a
|
1394 |
|
|
# path for INSTALL within a source directory, because that will
|
1395 |
|
|
# break other packages using the cache if that directory is
|
1396 |
|
|
# removed, or if the path is relative.
|
1397 |
|
|
INSTALL=$ac_install_sh
|
1398 |
|
|
fi
|
1399 |
|
|
fi
|
1400 |
|
|
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
1401 |
|
|
echo "${ECHO_T}$INSTALL" >&6
|
1402 |
|
|
|
1403 |
|
|
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
1404 |
|
|
# It thinks the first close brace ends the variable substitution.
|
1405 |
|
|
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
1406 |
|
|
|
1407 |
|
|
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
1408 |
|
|
|
1409 |
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
1410 |
|
|
|
1411 |
|
|
echo "$as_me:$LINENO: checking whether build environment is sane" >&5
|
1412 |
|
|
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
|
1413 |
|
|
# Just in case
|
1414 |
|
|
sleep 1
|
1415 |
|
|
echo timestamp > conftest.file
|
1416 |
|
|
# Do `set' in a subshell so we don't clobber the current shell's
|
1417 |
|
|
# arguments. Must try -L first in case configure is actually a
|
1418 |
|
|
# symlink; some systems play weird games with the mod time of symlinks
|
1419 |
|
|
# (eg FreeBSD returns the mod time of the symlink's containing
|
1420 |
|
|
# directory).
|
1421 |
|
|
if (
|
1422 |
|
|
set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
|
1423 |
|
|
if test "$*" = "X"; then
|
1424 |
|
|
# -L didn't work.
|
1425 |
|
|
set X `ls -t $srcdir/configure conftest.file`
|
1426 |
|
|
fi
|
1427 |
|
|
rm -f conftest.file
|
1428 |
|
|
if test "$*" != "X $srcdir/configure conftest.file" \
|
1429 |
|
|
&& test "$*" != "X conftest.file $srcdir/configure"; then
|
1430 |
|
|
|
1431 |
|
|
# If neither matched, then we have a broken ls. This can happen
|
1432 |
|
|
# if, for instance, CONFIG_SHELL is bash and it inherits a
|
1433 |
|
|
# broken ls alias from the environment. This has actually
|
1434 |
|
|
# happened. Such a system could not be considered "sane".
|
1435 |
|
|
{ { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
|
1436 |
|
|
alias in your environment" >&5
|
1437 |
|
|
echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
|
1438 |
|
|
alias in your environment" >&2;}
|
1439 |
|
|
{ (exit 1); exit 1; }; }
|
1440 |
|
|
fi
|
1441 |
|
|
|
1442 |
|
|
test "$2" = conftest.file
|
1443 |
|
|
)
|
1444 |
|
|
then
|
1445 |
|
|
# Ok.
|
1446 |
|
|
:
|
1447 |
|
|
else
|
1448 |
|
|
{ { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
|
1449 |
|
|
Check your system clock" >&5
|
1450 |
|
|
echo "$as_me: error: newly created file is older than distributed files!
|
1451 |
|
|
Check your system clock" >&2;}
|
1452 |
|
|
{ (exit 1); exit 1; }; }
|
1453 |
|
|
fi
|
1454 |
|
|
echo "$as_me:$LINENO: result: yes" >&5
|
1455 |
|
|
echo "${ECHO_T}yes" >&6
|
1456 |
|
|
test "$program_prefix" != NONE &&
|
1457 |
|
|
program_transform_name="s,^,$program_prefix,;$program_transform_name"
|
1458 |
|
|
# Use a double $ so make ignores it.
|
1459 |
|
|
test "$program_suffix" != NONE &&
|
1460 |
|
|
program_transform_name="s,\$,$program_suffix,;$program_transform_name"
|
1461 |
|
|
# Double any \ or $. echo might interpret backslashes.
|
1462 |
|
|
# By default was `s,x,x', remove it if useless.
|
1463 |
|
|
cat <<\_ACEOF >conftest.sed
|
1464 |
|
|
s/[\\$]/&&/g;s/;s,x,x,$//
|
1465 |
|
|
_ACEOF
|
1466 |
|
|
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
|
1467 |
|
|
rm conftest.sed
|
1468 |
|
|
|
1469 |
|
|
# expand $ac_aux_dir to an absolute path
|
1470 |
|
|
am_aux_dir=`cd $ac_aux_dir && pwd`
|
1471 |
|
|
|
1472 |
|
|
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
|
1473 |
|
|
# Use eval to expand $SHELL
|
1474 |
|
|
if eval "$MISSING --run true"; then
|
1475 |
|
|
am_missing_run="$MISSING --run "
|
1476 |
|
|
else
|
1477 |
|
|
am_missing_run=
|
1478 |
|
|
{ echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
|
1479 |
|
|
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
|
1480 |
|
|
fi
|
1481 |
|
|
|
1482 |
|
|
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
|
1483 |
|
|
# We used to keeping the `.' as first argument, in order to
|
1484 |
|
|
# allow $(mkdir_p) to be used without argument. As in
|
1485 |
|
|
# $(mkdir_p) $(somedir)
|
1486 |
|
|
# where $(somedir) is conditionally defined. However this is wrong
|
1487 |
|
|
# for two reasons:
|
1488 |
|
|
# 1. if the package is installed by a user who cannot write `.'
|
1489 |
|
|
# make install will fail,
|
1490 |
|
|
# 2. the above comment should most certainly read
|
1491 |
|
|
# $(mkdir_p) $(DESTDIR)$(somedir)
|
1492 |
|
|
# so it does not work when $(somedir) is undefined and
|
1493 |
|
|
# $(DESTDIR) is not.
|
1494 |
|
|
# To support the latter case, we have to write
|
1495 |
|
|
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
|
1496 |
|
|
# so the `.' trick is pointless.
|
1497 |
|
|
mkdir_p='mkdir -p --'
|
1498 |
|
|
else
|
1499 |
|
|
# On NextStep and OpenStep, the `mkdir' command does not
|
1500 |
|
|
# recognize any option. It will interpret all options as
|
1501 |
|
|
# directories to create, and then abort because `.' already
|
1502 |
|
|
# exists.
|
1503 |
|
|
for d in ./-p ./--version;
|
1504 |
|
|
do
|
1505 |
|
|
test -d $d && rmdir $d
|
1506 |
|
|
done
|
1507 |
|
|
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
|
1508 |
|
|
if test -f "$ac_aux_dir/mkinstalldirs"; then
|
1509 |
|
|
mkdir_p='$(mkinstalldirs)'
|
1510 |
|
|
else
|
1511 |
|
|
mkdir_p='$(install_sh) -d'
|
1512 |
|
|
fi
|
1513 |
|
|
fi
|
1514 |
|
|
|
1515 |
|
|
for ac_prog in gawk mawk nawk awk
|
1516 |
|
|
do
|
1517 |
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
1518 |
|
|
set dummy $ac_prog; ac_word=$2
|
1519 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
1520 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
1521 |
|
|
if test "${ac_cv_prog_AWK+set}" = set; then
|
1522 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1523 |
|
|
else
|
1524 |
|
|
if test -n "$AWK"; then
|
1525 |
|
|
ac_cv_prog_AWK="$AWK" # Let the user override the test.
|
1526 |
|
|
else
|
1527 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
1528 |
|
|
for as_dir in $PATH
|
1529 |
|
|
do
|
1530 |
|
|
IFS=$as_save_IFS
|
1531 |
|
|
test -z "$as_dir" && as_dir=.
|
1532 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
1533 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
1534 |
|
|
ac_cv_prog_AWK="$ac_prog"
|
1535 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
1536 |
|
|
break 2
|
1537 |
|
|
fi
|
1538 |
|
|
done
|
1539 |
|
|
done
|
1540 |
|
|
|
1541 |
|
|
fi
|
1542 |
|
|
fi
|
1543 |
|
|
AWK=$ac_cv_prog_AWK
|
1544 |
|
|
if test -n "$AWK"; then
|
1545 |
|
|
echo "$as_me:$LINENO: result: $AWK" >&5
|
1546 |
|
|
echo "${ECHO_T}$AWK" >&6
|
1547 |
|
|
else
|
1548 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
1549 |
|
|
echo "${ECHO_T}no" >&6
|
1550 |
|
|
fi
|
1551 |
|
|
|
1552 |
|
|
test -n "$AWK" && break
|
1553 |
|
|
done
|
1554 |
|
|
|
1555 |
|
|
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
|
1556 |
|
|
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
|
1557 |
|
|
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
|
1558 |
|
|
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
|
1559 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1560 |
|
|
else
|
1561 |
|
|
cat >conftest.make <<\_ACEOF
|
1562 |
|
|
all:
|
1563 |
|
|
@echo 'ac_maketemp="$(MAKE)"'
|
1564 |
|
|
_ACEOF
|
1565 |
|
|
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
1566 |
|
|
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
|
1567 |
|
|
if test -n "$ac_maketemp"; then
|
1568 |
|
|
eval ac_cv_prog_make_${ac_make}_set=yes
|
1569 |
|
|
else
|
1570 |
|
|
eval ac_cv_prog_make_${ac_make}_set=no
|
1571 |
|
|
fi
|
1572 |
|
|
rm -f conftest.make
|
1573 |
|
|
fi
|
1574 |
|
|
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
|
1575 |
|
|
echo "$as_me:$LINENO: result: yes" >&5
|
1576 |
|
|
echo "${ECHO_T}yes" >&6
|
1577 |
|
|
SET_MAKE=
|
1578 |
|
|
else
|
1579 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
1580 |
|
|
echo "${ECHO_T}no" >&6
|
1581 |
|
|
SET_MAKE="MAKE=${MAKE-make}"
|
1582 |
|
|
fi
|
1583 |
|
|
|
1584 |
|
|
rm -rf .tst 2>/dev/null
|
1585 |
|
|
mkdir .tst 2>/dev/null
|
1586 |
|
|
if test -d .tst; then
|
1587 |
|
|
am__leading_dot=.
|
1588 |
|
|
else
|
1589 |
|
|
am__leading_dot=_
|
1590 |
|
|
fi
|
1591 |
|
|
rmdir .tst 2>/dev/null
|
1592 |
|
|
|
1593 |
|
|
DEPDIR="${am__leading_dot}deps"
|
1594 |
|
|
|
1595 |
|
|
ac_config_commands="$ac_config_commands depfiles"
|
1596 |
|
|
|
1597 |
|
|
|
1598 |
|
|
am_make=${MAKE-make}
|
1599 |
|
|
cat > confinc << 'END'
|
1600 |
|
|
am__doit:
|
1601 |
|
|
@echo done
|
1602 |
|
|
.PHONY: am__doit
|
1603 |
|
|
END
|
1604 |
|
|
# If we don't find an include directive, just comment out the code.
|
1605 |
|
|
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
|
1606 |
|
|
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
|
1607 |
|
|
am__include="#"
|
1608 |
|
|
am__quote=
|
1609 |
|
|
_am_result=none
|
1610 |
|
|
# First try GNU make style include.
|
1611 |
|
|
echo "include confinc" > confmf
|
1612 |
|
|
# We grep out `Entering directory' and `Leaving directory'
|
1613 |
|
|
# messages which can occur if `w' ends up in MAKEFLAGS.
|
1614 |
|
|
# In particular we don't look at `^make:' because GNU make might
|
1615 |
|
|
# be invoked under some other name (usually "gmake"), in which
|
1616 |
|
|
# case it prints its new name instead of `make'.
|
1617 |
|
|
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
|
1618 |
|
|
am__include=include
|
1619 |
|
|
am__quote=
|
1620 |
|
|
_am_result=GNU
|
1621 |
|
|
fi
|
1622 |
|
|
# Now try BSD make style include.
|
1623 |
|
|
if test "$am__include" = "#"; then
|
1624 |
|
|
echo '.include "confinc"' > confmf
|
1625 |
|
|
if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
|
1626 |
|
|
am__include=.include
|
1627 |
|
|
am__quote="\""
|
1628 |
|
|
_am_result=BSD
|
1629 |
|
|
fi
|
1630 |
|
|
fi
|
1631 |
|
|
|
1632 |
|
|
|
1633 |
|
|
echo "$as_me:$LINENO: result: $_am_result" >&5
|
1634 |
|
|
echo "${ECHO_T}$_am_result" >&6
|
1635 |
|
|
rm -f confinc confmf
|
1636 |
|
|
|
1637 |
|
|
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
|
1638 |
|
|
if test "${enable_dependency_tracking+set}" = set; then
|
1639 |
|
|
enableval="$enable_dependency_tracking"
|
1640 |
|
|
|
1641 |
|
|
fi;
|
1642 |
|
|
if test "x$enable_dependency_tracking" != xno; then
|
1643 |
|
|
am_depcomp="$ac_aux_dir/depcomp"
|
1644 |
|
|
AMDEPBACKSLASH='\'
|
1645 |
|
|
fi
|
1646 |
|
|
|
1647 |
|
|
|
1648 |
|
|
if test "x$enable_dependency_tracking" != xno; then
|
1649 |
|
|
AMDEP_TRUE=
|
1650 |
|
|
AMDEP_FALSE='#'
|
1651 |
|
|
else
|
1652 |
|
|
AMDEP_TRUE='#'
|
1653 |
|
|
AMDEP_FALSE=
|
1654 |
|
|
fi
|
1655 |
|
|
|
1656 |
|
|
|
1657 |
|
|
|
1658 |
|
|
|
1659 |
|
|
# Check whether --enable-multilib or --disable-multilib was given.
|
1660 |
|
|
if test "${enable_multilib+set}" = set; then
|
1661 |
|
|
enableval="$enable_multilib"
|
1662 |
|
|
case "${enableval}" in
|
1663 |
|
|
yes) multilib=yes ;;
|
1664 |
|
|
no) multilib=no ;;
|
1665 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
|
1666 |
|
|
echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
|
1667 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1668 |
|
|
esac
|
1669 |
|
|
else
|
1670 |
|
|
multilib=yes
|
1671 |
|
|
fi;
|
1672 |
|
|
# Check whether --enable-target-optspace or --disable-target-optspace was given.
|
1673 |
|
|
if test "${enable_target_optspace+set}" = set; then
|
1674 |
|
|
enableval="$enable_target_optspace"
|
1675 |
|
|
case "${enableval}" in
|
1676 |
|
|
yes) target_optspace=yes ;;
|
1677 |
|
|
no) target_optspace=no ;;
|
1678 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
|
1679 |
|
|
echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
|
1680 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1681 |
|
|
esac
|
1682 |
|
|
else
|
1683 |
|
|
target_optspace=
|
1684 |
|
|
fi;
|
1685 |
|
|
# Check whether --enable-malloc-debugging or --disable-malloc-debugging was given.
|
1686 |
|
|
if test "${enable_malloc_debugging+set}" = set; then
|
1687 |
|
|
enableval="$enable_malloc_debugging"
|
1688 |
|
|
case "${enableval}" in
|
1689 |
|
|
yes) malloc_debugging=yes ;;
|
1690 |
|
|
no) malloc_debugging=no ;;
|
1691 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
|
1692 |
|
|
echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
|
1693 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1694 |
|
|
esac
|
1695 |
|
|
else
|
1696 |
|
|
malloc_debugging=
|
1697 |
|
|
fi;
|
1698 |
|
|
# Check whether --enable-newlib-multithread or --disable-newlib-multithread was given.
|
1699 |
|
|
if test "${enable_newlib_multithread+set}" = set; then
|
1700 |
|
|
enableval="$enable_newlib_multithread"
|
1701 |
|
|
case "${enableval}" in
|
1702 |
|
|
yes) newlib_multithread=yes ;;
|
1703 |
|
|
no) newlib_multithread=no ;;
|
1704 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
|
1705 |
|
|
echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
|
1706 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1707 |
|
|
esac
|
1708 |
|
|
else
|
1709 |
|
|
newlib_multithread=yes
|
1710 |
|
|
fi;
|
1711 |
|
|
# Check whether --enable-newlib-iconv or --disable-newlib-iconv was given.
|
1712 |
|
|
if test "${enable_newlib_iconv+set}" = set; then
|
1713 |
|
|
enableval="$enable_newlib_iconv"
|
1714 |
|
|
if test "${newlib_iconv+set}" != set; then
|
1715 |
|
|
case "${enableval}" in
|
1716 |
|
|
yes) newlib_iconv=yes ;;
|
1717 |
|
|
no) newlib_iconv=no ;;
|
1718 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
|
1719 |
|
|
echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
|
1720 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1721 |
|
|
esac
|
1722 |
|
|
fi
|
1723 |
|
|
else
|
1724 |
|
|
newlib_iconv=${newlib_iconv}
|
1725 |
|
|
fi;
|
1726 |
|
|
# Check whether --enable-newlib-elix-level or --disable-newlib-elix-level was given.
|
1727 |
|
|
if test "${enable_newlib_elix_level+set}" = set; then
|
1728 |
|
|
enableval="$enable_newlib_elix_level"
|
1729 |
|
|
case "${enableval}" in
|
1730 |
|
|
0) newlib_elix_level=0 ;;
|
1731 |
|
|
1) newlib_elix_level=1 ;;
|
1732 |
|
|
2) newlib_elix_level=2 ;;
|
1733 |
|
|
3) newlib_elix_level=3 ;;
|
1734 |
|
|
4) newlib_elix_level=4 ;;
|
1735 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
|
1736 |
|
|
echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
|
1737 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1738 |
|
|
esac
|
1739 |
|
|
else
|
1740 |
|
|
newlib_elix_level=0
|
1741 |
|
|
fi;
|
1742 |
|
|
# Check whether --enable-newlib-io-float or --disable-newlib-io-float was given.
|
1743 |
|
|
if test "${enable_newlib_io_float+set}" = set; then
|
1744 |
|
|
enableval="$enable_newlib_io_float"
|
1745 |
|
|
case "${enableval}" in
|
1746 |
|
|
yes) newlib_io_float=yes ;;
|
1747 |
|
|
no) newlib_io_float=no ;;
|
1748 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
|
1749 |
|
|
echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
|
1750 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1751 |
|
|
esac
|
1752 |
|
|
else
|
1753 |
|
|
newlib_io_float=yes
|
1754 |
|
|
fi;
|
1755 |
|
|
# Check whether --enable-newlib-supplied-syscalls or --disable-newlib-supplied-syscalls was given.
|
1756 |
|
|
if test "${enable_newlib_supplied_syscalls+set}" = set; then
|
1757 |
|
|
enableval="$enable_newlib_supplied_syscalls"
|
1758 |
|
|
case "${enableval}" in
|
1759 |
|
|
yes) newlib_may_supply_syscalls=yes ;;
|
1760 |
|
|
no) newlib_may_supply_syscalls=no ;;
|
1761 |
|
|
*) { { echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
|
1762 |
|
|
echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
|
1763 |
|
|
{ (exit 1); exit 1; }; } ;;
|
1764 |
|
|
esac
|
1765 |
|
|
else
|
1766 |
|
|
newlib_may_supply_syscalls=yes
|
1767 |
|
|
fi;
|
1768 |
|
|
|
1769 |
|
|
|
1770 |
|
|
if test x${newlib_may_supply_syscalls} = xyes; then
|
1771 |
|
|
MAY_SUPPLY_SYSCALLS_TRUE=
|
1772 |
|
|
MAY_SUPPLY_SYSCALLS_FALSE='#'
|
1773 |
|
|
else
|
1774 |
|
|
MAY_SUPPLY_SYSCALLS_TRUE='#'
|
1775 |
|
|
MAY_SUPPLY_SYSCALLS_FALSE=
|
1776 |
|
|
fi
|
1777 |
|
|
|
1778 |
|
|
|
1779 |
|
|
|
1780 |
|
|
test -z "${with_target_subdir}" && with_target_subdir=.
|
1781 |
|
|
|
1782 |
|
|
if test "${srcdir}" = "."; then
|
1783 |
|
|
if test "${with_target_subdir}" != "."; then
|
1784 |
|
|
newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
|
1785 |
|
|
else
|
1786 |
|
|
newlib_basedir="${srcdir}/${with_multisrctop}../../.."
|
1787 |
|
|
fi
|
1788 |
|
|
else
|
1789 |
|
|
newlib_basedir="${srcdir}/../../.."
|
1790 |
|
|
fi
|
1791 |
|
|
|
1792 |
|
|
|
1793 |
|
|
echo "$as_me:$LINENO: checking host system type" >&5
|
1794 |
|
|
echo $ECHO_N "checking host system type... $ECHO_C" >&6
|
1795 |
|
|
if test "${ac_cv_host+set}" = set; then
|
1796 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1797 |
|
|
else
|
1798 |
|
|
ac_cv_host_alias=$host_alias
|
1799 |
|
|
test -z "$ac_cv_host_alias" &&
|
1800 |
|
|
ac_cv_host_alias=$ac_cv_build_alias
|
1801 |
|
|
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
|
1802 |
|
|
{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
|
1803 |
|
|
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
|
1804 |
|
|
{ (exit 1); exit 1; }; }
|
1805 |
|
|
|
1806 |
|
|
fi
|
1807 |
|
|
echo "$as_me:$LINENO: result: $ac_cv_host" >&5
|
1808 |
|
|
echo "${ECHO_T}$ac_cv_host" >&6
|
1809 |
|
|
host=$ac_cv_host
|
1810 |
|
|
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
|
1811 |
|
|
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
|
1812 |
|
|
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
|
1813 |
|
|
|
1814 |
|
|
|
1815 |
|
|
|
1816 |
|
|
# test to see if srcdir already configured
|
1817 |
|
|
if test "`cd $srcdir && pwd`" != "`pwd`" &&
|
1818 |
|
|
test -f $srcdir/config.status; then
|
1819 |
|
|
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
|
1820 |
|
|
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
|
1821 |
|
|
{ (exit 1); exit 1; }; }
|
1822 |
|
|
fi
|
1823 |
|
|
|
1824 |
|
|
# test whether we have cygpath
|
1825 |
|
|
if test -z "$CYGPATH_W"; then
|
1826 |
|
|
if (cygpath --version) >/dev/null 2>/dev/null; then
|
1827 |
|
|
CYGPATH_W='cygpath -w'
|
1828 |
|
|
else
|
1829 |
|
|
CYGPATH_W=echo
|
1830 |
|
|
fi
|
1831 |
|
|
fi
|
1832 |
|
|
|
1833 |
|
|
|
1834 |
|
|
# Define the identity of the package.
|
1835 |
|
|
PACKAGE='newlib'
|
1836 |
|
|
VERSION='1.17.0'
|
1837 |
|
|
|
1838 |
|
|
|
1839 |
|
|
# Some tools Automake needs.
|
1840 |
|
|
|
1841 |
|
|
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
|
1842 |
|
|
|
1843 |
|
|
|
1844 |
|
|
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
|
1845 |
|
|
|
1846 |
|
|
|
1847 |
|
|
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
|
1848 |
|
|
|
1849 |
|
|
|
1850 |
|
|
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
|
1851 |
|
|
|
1852 |
|
|
|
1853 |
|
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
1854 |
|
|
|
1855 |
|
|
install_sh=${install_sh-"$am_aux_dir/install-sh"}
|
1856 |
|
|
|
1857 |
|
|
# Installed binaries are usually stripped using `strip' when the user
|
1858 |
|
|
# run `make install-strip'. However `strip' might not be the right
|
1859 |
|
|
# tool to use in cross-compilation environments, therefore Automake
|
1860 |
|
|
# will honor the `STRIP' environment variable to overrule this program.
|
1861 |
|
|
if test "$cross_compiling" != no; then
|
1862 |
|
|
if test -n "$ac_tool_prefix"; then
|
1863 |
|
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
1864 |
|
|
set dummy ${ac_tool_prefix}strip; ac_word=$2
|
1865 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
1866 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
1867 |
|
|
if test "${ac_cv_prog_STRIP+set}" = set; then
|
1868 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1869 |
|
|
else
|
1870 |
|
|
if test -n "$STRIP"; then
|
1871 |
|
|
ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
|
1872 |
|
|
else
|
1873 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
1874 |
|
|
for as_dir in $PATH
|
1875 |
|
|
do
|
1876 |
|
|
IFS=$as_save_IFS
|
1877 |
|
|
test -z "$as_dir" && as_dir=.
|
1878 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
1879 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
1880 |
|
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
1881 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
1882 |
|
|
break 2
|
1883 |
|
|
fi
|
1884 |
|
|
done
|
1885 |
|
|
done
|
1886 |
|
|
|
1887 |
|
|
fi
|
1888 |
|
|
fi
|
1889 |
|
|
STRIP=$ac_cv_prog_STRIP
|
1890 |
|
|
if test -n "$STRIP"; then
|
1891 |
|
|
echo "$as_me:$LINENO: result: $STRIP" >&5
|
1892 |
|
|
echo "${ECHO_T}$STRIP" >&6
|
1893 |
|
|
else
|
1894 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
1895 |
|
|
echo "${ECHO_T}no" >&6
|
1896 |
|
|
fi
|
1897 |
|
|
|
1898 |
|
|
fi
|
1899 |
|
|
if test -z "$ac_cv_prog_STRIP"; then
|
1900 |
|
|
ac_ct_STRIP=$STRIP
|
1901 |
|
|
# Extract the first word of "strip", so it can be a program name with args.
|
1902 |
|
|
set dummy strip; ac_word=$2
|
1903 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
1904 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
1905 |
|
|
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
|
1906 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1907 |
|
|
else
|
1908 |
|
|
if test -n "$ac_ct_STRIP"; then
|
1909 |
|
|
ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
|
1910 |
|
|
else
|
1911 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
1912 |
|
|
for as_dir in $PATH
|
1913 |
|
|
do
|
1914 |
|
|
IFS=$as_save_IFS
|
1915 |
|
|
test -z "$as_dir" && as_dir=.
|
1916 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
1917 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
1918 |
|
|
ac_cv_prog_ac_ct_STRIP="strip"
|
1919 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
1920 |
|
|
break 2
|
1921 |
|
|
fi
|
1922 |
|
|
done
|
1923 |
|
|
done
|
1924 |
|
|
|
1925 |
|
|
test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
|
1926 |
|
|
fi
|
1927 |
|
|
fi
|
1928 |
|
|
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
|
1929 |
|
|
if test -n "$ac_ct_STRIP"; then
|
1930 |
|
|
echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
|
1931 |
|
|
echo "${ECHO_T}$ac_ct_STRIP" >&6
|
1932 |
|
|
else
|
1933 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
1934 |
|
|
echo "${ECHO_T}no" >&6
|
1935 |
|
|
fi
|
1936 |
|
|
|
1937 |
|
|
STRIP=$ac_ct_STRIP
|
1938 |
|
|
else
|
1939 |
|
|
STRIP="$ac_cv_prog_STRIP"
|
1940 |
|
|
fi
|
1941 |
|
|
|
1942 |
|
|
fi
|
1943 |
|
|
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
1944 |
|
|
|
1945 |
|
|
# We need awk for the "check" target. The system "awk" is bad on
|
1946 |
|
|
# some platforms.
|
1947 |
|
|
# Always define AMTAR for backward compatibility.
|
1948 |
|
|
|
1949 |
|
|
AMTAR=${AMTAR-"${am_missing_run}tar"}
|
1950 |
|
|
|
1951 |
|
|
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
|
1952 |
|
|
|
1953 |
|
|
|
1954 |
|
|
|
1955 |
|
|
|
1956 |
|
|
|
1957 |
|
|
|
1958 |
|
|
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
1959 |
|
|
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
1960 |
|
|
# are probably using a cross compiler, which will not be able to fully
|
1961 |
|
|
# link an executable. This should really be fixed in autoconf
|
1962 |
|
|
# itself.
|
1963 |
|
|
|
1964 |
|
|
|
1965 |
|
|
|
1966 |
|
|
|
1967 |
|
|
|
1968 |
|
|
|
1969 |
|
|
|
1970 |
|
|
# Extract the first word of "gcc", so it can be a program name with args.
|
1971 |
|
|
set dummy gcc; ac_word=$2
|
1972 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
1973 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
1974 |
|
|
if test "${ac_cv_prog_CC+set}" = set; then
|
1975 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
1976 |
|
|
else
|
1977 |
|
|
if test -n "$CC"; then
|
1978 |
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
1979 |
|
|
else
|
1980 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
1981 |
|
|
for as_dir in $PATH
|
1982 |
|
|
do
|
1983 |
|
|
IFS=$as_save_IFS
|
1984 |
|
|
test -z "$as_dir" && as_dir=.
|
1985 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
1986 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
1987 |
|
|
ac_cv_prog_CC="gcc"
|
1988 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
1989 |
|
|
break 2
|
1990 |
|
|
fi
|
1991 |
|
|
done
|
1992 |
|
|
done
|
1993 |
|
|
|
1994 |
|
|
fi
|
1995 |
|
|
fi
|
1996 |
|
|
CC=$ac_cv_prog_CC
|
1997 |
|
|
if test -n "$CC"; then
|
1998 |
|
|
echo "$as_me:$LINENO: result: $CC" >&5
|
1999 |
|
|
echo "${ECHO_T}$CC" >&6
|
2000 |
|
|
else
|
2001 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2002 |
|
|
echo "${ECHO_T}no" >&6
|
2003 |
|
|
fi
|
2004 |
|
|
|
2005 |
|
|
|
2006 |
|
|
depcc="$CC" am_compiler_list=
|
2007 |
|
|
|
2008 |
|
|
echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
|
2009 |
|
|
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
|
2010 |
|
|
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
|
2011 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2012 |
|
|
else
|
2013 |
|
|
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
2014 |
|
|
# We make a subdir and do the tests there. Otherwise we can end up
|
2015 |
|
|
# making bogus files that we don't know about and never remove. For
|
2016 |
|
|
# instance it was reported that on HP-UX the gcc test will end up
|
2017 |
|
|
# making a dummy file named `D' -- because `-MD' means `put the output
|
2018 |
|
|
# in D'.
|
2019 |
|
|
mkdir conftest.dir
|
2020 |
|
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
2021 |
|
|
# using a relative directory.
|
2022 |
|
|
cp "$am_depcomp" conftest.dir
|
2023 |
|
|
cd conftest.dir
|
2024 |
|
|
# We will build objects and dependencies in a subdirectory because
|
2025 |
|
|
# it helps to detect inapplicable dependency modes. For instance
|
2026 |
|
|
# both Tru64's cc and ICC support -MD to output dependencies as a
|
2027 |
|
|
# side effect of compilation, but ICC will put the dependencies in
|
2028 |
|
|
# the current directory while Tru64 will put them in the object
|
2029 |
|
|
# directory.
|
2030 |
|
|
mkdir sub
|
2031 |
|
|
|
2032 |
|
|
am_cv_CC_dependencies_compiler_type=none
|
2033 |
|
|
if test "$am_compiler_list" = ""; then
|
2034 |
|
|
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
|
2035 |
|
|
fi
|
2036 |
|
|
for depmode in $am_compiler_list; do
|
2037 |
|
|
# Setup a source with many dependencies, because some compilers
|
2038 |
|
|
# like to wrap large dependency lists on column 80 (with \), and
|
2039 |
|
|
# we should not choose a depcomp mode which is confused by this.
|
2040 |
|
|
#
|
2041 |
|
|
# We need to recreate these files for each test, as the compiler may
|
2042 |
|
|
# overwrite some of them when testing with obscure command lines.
|
2043 |
|
|
# This happens at least with the AIX C compiler.
|
2044 |
|
|
: > sub/conftest.c
|
2045 |
|
|
for i in 1 2 3 4 5 6; do
|
2046 |
|
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
2047 |
|
|
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
2048 |
|
|
# Solaris 8's {/usr,}/bin/sh.
|
2049 |
|
|
touch sub/conftst$i.h
|
2050 |
|
|
done
|
2051 |
|
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
2052 |
|
|
|
2053 |
|
|
case $depmode in
|
2054 |
|
|
nosideeffect)
|
2055 |
|
|
# after this tag, mechanisms are not by side-effect, so they'll
|
2056 |
|
|
# only be used when explicitly requested
|
2057 |
|
|
if test "x$enable_dependency_tracking" = xyes; then
|
2058 |
|
|
continue
|
2059 |
|
|
else
|
2060 |
|
|
break
|
2061 |
|
|
fi
|
2062 |
|
|
;;
|
2063 |
|
|
none) break ;;
|
2064 |
|
|
esac
|
2065 |
|
|
# We check with `-c' and `-o' for the sake of the "dashmstdout"
|
2066 |
|
|
# mode. It turns out that the SunPro C++ compiler does not properly
|
2067 |
|
|
# handle `-M -o', and we need to detect this.
|
2068 |
|
|
if depmode=$depmode \
|
2069 |
|
|
source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
|
2070 |
|
|
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
2071 |
|
|
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
|
2072 |
|
|
>/dev/null 2>conftest.err &&
|
2073 |
|
|
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
2074 |
|
|
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
|
2075 |
|
|
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
2076 |
|
|
# icc doesn't choke on unknown options, it will just issue warnings
|
2077 |
|
|
# or remarks (even with -Werror). So we grep stderr for any message
|
2078 |
|
|
# that says an option was ignored or not supported.
|
2079 |
|
|
# When given -MP, icc 7.0 and 7.1 complain thusly:
|
2080 |
|
|
# icc: Command line warning: ignoring option '-M'; no argument required
|
2081 |
|
|
# The diagnosis changed in icc 8.0:
|
2082 |
|
|
# icc: Command line remark: option '-MP' not supported
|
2083 |
|
|
if (grep 'ignoring option' conftest.err ||
|
2084 |
|
|
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
2085 |
|
|
am_cv_CC_dependencies_compiler_type=$depmode
|
2086 |
|
|
break
|
2087 |
|
|
fi
|
2088 |
|
|
fi
|
2089 |
|
|
done
|
2090 |
|
|
|
2091 |
|
|
cd ..
|
2092 |
|
|
rm -rf conftest.dir
|
2093 |
|
|
else
|
2094 |
|
|
am_cv_CC_dependencies_compiler_type=none
|
2095 |
|
|
fi
|
2096 |
|
|
|
2097 |
|
|
fi
|
2098 |
|
|
echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
|
2099 |
|
|
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
|
2100 |
|
|
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
|
2101 |
|
|
|
2102 |
|
|
|
2103 |
|
|
|
2104 |
|
|
if
|
2105 |
|
|
test "x$enable_dependency_tracking" != xno \
|
2106 |
|
|
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
|
2107 |
|
|
am__fastdepCC_TRUE=
|
2108 |
|
|
am__fastdepCC_FALSE='#'
|
2109 |
|
|
else
|
2110 |
|
|
am__fastdepCC_TRUE='#'
|
2111 |
|
|
am__fastdepCC_FALSE=
|
2112 |
|
|
fi
|
2113 |
|
|
|
2114 |
|
|
|
2115 |
|
|
if test -z "$CC"; then
|
2116 |
|
|
# Extract the first word of "cc", so it can be a program name with args.
|
2117 |
|
|
set dummy cc; ac_word=$2
|
2118 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2119 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2120 |
|
|
if test "${ac_cv_prog_CC+set}" = set; then
|
2121 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2122 |
|
|
else
|
2123 |
|
|
if test -n "$CC"; then
|
2124 |
|
|
ac_cv_prog_CC="$CC" # Let the user override the test.
|
2125 |
|
|
else
|
2126 |
|
|
ac_prog_rejected=no
|
2127 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2128 |
|
|
for as_dir in $PATH
|
2129 |
|
|
do
|
2130 |
|
|
IFS=$as_save_IFS
|
2131 |
|
|
test -z "$as_dir" && as_dir=.
|
2132 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2133 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2134 |
|
|
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
|
2135 |
|
|
ac_prog_rejected=yes
|
2136 |
|
|
continue
|
2137 |
|
|
fi
|
2138 |
|
|
ac_cv_prog_CC="cc"
|
2139 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2140 |
|
|
break 2
|
2141 |
|
|
fi
|
2142 |
|
|
done
|
2143 |
|
|
done
|
2144 |
|
|
|
2145 |
|
|
if test $ac_prog_rejected = yes; then
|
2146 |
|
|
# We found a bogon in the path, so make sure we never use it.
|
2147 |
|
|
set dummy $ac_cv_prog_CC
|
2148 |
|
|
shift
|
2149 |
|
|
if test $# != 0; then
|
2150 |
|
|
# We chose a different compiler from the bogus one.
|
2151 |
|
|
# However, it has the same basename, so the bogon will be chosen
|
2152 |
|
|
# first if we set CC to just the basename; use the full file name.
|
2153 |
|
|
shift
|
2154 |
|
|
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
|
2155 |
|
|
fi
|
2156 |
|
|
fi
|
2157 |
|
|
fi
|
2158 |
|
|
fi
|
2159 |
|
|
CC=$ac_cv_prog_CC
|
2160 |
|
|
if test -n "$CC"; then
|
2161 |
|
|
echo "$as_me:$LINENO: result: $CC" >&5
|
2162 |
|
|
echo "${ECHO_T}$CC" >&6
|
2163 |
|
|
else
|
2164 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2165 |
|
|
echo "${ECHO_T}no" >&6
|
2166 |
|
|
fi
|
2167 |
|
|
|
2168 |
|
|
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
|
2169 |
|
|
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
|
2170 |
|
|
{ (exit 1); exit 1; }; }
|
2171 |
|
|
fi
|
2172 |
|
|
|
2173 |
|
|
echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
|
2174 |
|
|
echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
|
2175 |
|
|
if test "${ac_cv_c_compiler_gnu+set}" = set; then
|
2176 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2177 |
|
|
else
|
2178 |
|
|
cat > conftest.c <
|
2179 |
|
|
#ifdef __GNUC__
|
2180 |
|
|
yes;
|
2181 |
|
|
#endif
|
2182 |
|
|
EOF
|
2183 |
|
|
if { ac_try='${CC-cc} -E conftest.c'
|
2184 |
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
2185 |
|
|
(eval $ac_try) 2>&5
|
2186 |
|
|
ac_status=$?
|
2187 |
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
2188 |
|
|
(exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
|
2189 |
|
|
ac_cv_c_compiler_gnu=yes
|
2190 |
|
|
else
|
2191 |
|
|
ac_cv_c_compiler_gnu=no
|
2192 |
|
|
fi
|
2193 |
|
|
fi
|
2194 |
|
|
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
|
2195 |
|
|
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
|
2196 |
|
|
|
2197 |
|
|
if test $ac_cv_c_compiler_gnu = yes; then
|
2198 |
|
|
GCC=yes
|
2199 |
|
|
ac_test_CFLAGS="${CFLAGS+set}"
|
2200 |
|
|
ac_save_CFLAGS="$CFLAGS"
|
2201 |
|
|
CFLAGS=
|
2202 |
|
|
ac_test_CFLAGS=${CFLAGS+set}
|
2203 |
|
|
ac_save_CFLAGS=$CFLAGS
|
2204 |
|
|
CFLAGS="-g"
|
2205 |
|
|
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
|
2206 |
|
|
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
|
2207 |
|
|
if test "${ac_cv_prog_cc_g+set}" = set; then
|
2208 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2209 |
|
|
else
|
2210 |
|
|
cat >conftest.$ac_ext <<_ACEOF
|
2211 |
|
|
/* confdefs.h. */
|
2212 |
|
|
_ACEOF
|
2213 |
|
|
cat confdefs.h >>conftest.$ac_ext
|
2214 |
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
2215 |
|
|
/* end confdefs.h. */
|
2216 |
|
|
|
2217 |
|
|
int
|
2218 |
|
|
main ()
|
2219 |
|
|
{
|
2220 |
|
|
|
2221 |
|
|
;
|
2222 |
|
|
return 0;
|
2223 |
|
|
}
|
2224 |
|
|
_ACEOF
|
2225 |
|
|
rm -f conftest.$ac_objext
|
2226 |
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
2227 |
|
|
(eval $ac_compile) 2>conftest.er1
|
2228 |
|
|
ac_status=$?
|
2229 |
|
|
grep -v '^ *+' conftest.er1 >conftest.err
|
2230 |
|
|
rm -f conftest.er1
|
2231 |
|
|
cat conftest.err >&5
|
2232 |
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
2233 |
|
|
(exit $ac_status); } &&
|
2234 |
|
|
{ ac_try='test -z "$ac_c_werror_flag"
|
2235 |
|
|
|| test ! -s conftest.err'
|
2236 |
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
2237 |
|
|
(eval $ac_try) 2>&5
|
2238 |
|
|
ac_status=$?
|
2239 |
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
2240 |
|
|
(exit $ac_status); }; } &&
|
2241 |
|
|
{ ac_try='test -s conftest.$ac_objext'
|
2242 |
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
2243 |
|
|
(eval $ac_try) 2>&5
|
2244 |
|
|
ac_status=$?
|
2245 |
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
2246 |
|
|
(exit $ac_status); }; }; then
|
2247 |
|
|
ac_cv_prog_cc_g=yes
|
2248 |
|
|
else
|
2249 |
|
|
echo "$as_me: failed program was:" >&5
|
2250 |
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
2251 |
|
|
|
2252 |
|
|
ac_cv_prog_cc_g=no
|
2253 |
|
|
fi
|
2254 |
|
|
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
|
2255 |
|
|
fi
|
2256 |
|
|
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
|
2257 |
|
|
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
|
2258 |
|
|
if test "$ac_test_CFLAGS" = set; then
|
2259 |
|
|
CFLAGS=$ac_save_CFLAGS
|
2260 |
|
|
elif test $ac_cv_prog_cc_g = yes; then
|
2261 |
|
|
if test "$GCC" = yes; then
|
2262 |
|
|
CFLAGS="-g -O2"
|
2263 |
|
|
else
|
2264 |
|
|
CFLAGS="-g"
|
2265 |
|
|
fi
|
2266 |
|
|
else
|
2267 |
|
|
if test "$GCC" = yes; then
|
2268 |
|
|
CFLAGS="-O2"
|
2269 |
|
|
else
|
2270 |
|
|
CFLAGS=
|
2271 |
|
|
fi
|
2272 |
|
|
fi
|
2273 |
|
|
if test "$ac_test_CFLAGS" = set; then
|
2274 |
|
|
CFLAGS="$ac_save_CFLAGS"
|
2275 |
|
|
elif test $ac_cv_prog_cc_g = yes; then
|
2276 |
|
|
CFLAGS="-g -O2"
|
2277 |
|
|
else
|
2278 |
|
|
CFLAGS="-O2"
|
2279 |
|
|
fi
|
2280 |
|
|
else
|
2281 |
|
|
GCC=
|
2282 |
|
|
test "${CFLAGS+set}" = set || CFLAGS="-g"
|
2283 |
|
|
fi
|
2284 |
|
|
|
2285 |
|
|
|
2286 |
|
|
if test -n "$ac_tool_prefix"; then
|
2287 |
|
|
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
|
2288 |
|
|
set dummy ${ac_tool_prefix}as; ac_word=$2
|
2289 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2290 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2291 |
|
|
if test "${ac_cv_prog_AS+set}" = set; then
|
2292 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2293 |
|
|
else
|
2294 |
|
|
if test -n "$AS"; then
|
2295 |
|
|
ac_cv_prog_AS="$AS" # Let the user override the test.
|
2296 |
|
|
else
|
2297 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2298 |
|
|
for as_dir in $PATH
|
2299 |
|
|
do
|
2300 |
|
|
IFS=$as_save_IFS
|
2301 |
|
|
test -z "$as_dir" && as_dir=.
|
2302 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2303 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2304 |
|
|
ac_cv_prog_AS="${ac_tool_prefix}as"
|
2305 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2306 |
|
|
break 2
|
2307 |
|
|
fi
|
2308 |
|
|
done
|
2309 |
|
|
done
|
2310 |
|
|
|
2311 |
|
|
fi
|
2312 |
|
|
fi
|
2313 |
|
|
AS=$ac_cv_prog_AS
|
2314 |
|
|
if test -n "$AS"; then
|
2315 |
|
|
echo "$as_me:$LINENO: result: $AS" >&5
|
2316 |
|
|
echo "${ECHO_T}$AS" >&6
|
2317 |
|
|
else
|
2318 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2319 |
|
|
echo "${ECHO_T}no" >&6
|
2320 |
|
|
fi
|
2321 |
|
|
|
2322 |
|
|
fi
|
2323 |
|
|
if test -z "$ac_cv_prog_AS"; then
|
2324 |
|
|
ac_ct_AS=$AS
|
2325 |
|
|
# Extract the first word of "as", so it can be a program name with args.
|
2326 |
|
|
set dummy as; ac_word=$2
|
2327 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2328 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2329 |
|
|
if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
|
2330 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2331 |
|
|
else
|
2332 |
|
|
if test -n "$ac_ct_AS"; then
|
2333 |
|
|
ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
|
2334 |
|
|
else
|
2335 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2336 |
|
|
for as_dir in $PATH
|
2337 |
|
|
do
|
2338 |
|
|
IFS=$as_save_IFS
|
2339 |
|
|
test -z "$as_dir" && as_dir=.
|
2340 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2341 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2342 |
|
|
ac_cv_prog_ac_ct_AS="as"
|
2343 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2344 |
|
|
break 2
|
2345 |
|
|
fi
|
2346 |
|
|
done
|
2347 |
|
|
done
|
2348 |
|
|
|
2349 |
|
|
fi
|
2350 |
|
|
fi
|
2351 |
|
|
ac_ct_AS=$ac_cv_prog_ac_ct_AS
|
2352 |
|
|
if test -n "$ac_ct_AS"; then
|
2353 |
|
|
echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
|
2354 |
|
|
echo "${ECHO_T}$ac_ct_AS" >&6
|
2355 |
|
|
else
|
2356 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2357 |
|
|
echo "${ECHO_T}no" >&6
|
2358 |
|
|
fi
|
2359 |
|
|
|
2360 |
|
|
AS=$ac_ct_AS
|
2361 |
|
|
else
|
2362 |
|
|
AS="$ac_cv_prog_AS"
|
2363 |
|
|
fi
|
2364 |
|
|
|
2365 |
|
|
if test -n "$ac_tool_prefix"; then
|
2366 |
|
|
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
|
2367 |
|
|
set dummy ${ac_tool_prefix}ar; ac_word=$2
|
2368 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2369 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2370 |
|
|
if test "${ac_cv_prog_AR+set}" = set; then
|
2371 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2372 |
|
|
else
|
2373 |
|
|
if test -n "$AR"; then
|
2374 |
|
|
ac_cv_prog_AR="$AR" # Let the user override the test.
|
2375 |
|
|
else
|
2376 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2377 |
|
|
for as_dir in $PATH
|
2378 |
|
|
do
|
2379 |
|
|
IFS=$as_save_IFS
|
2380 |
|
|
test -z "$as_dir" && as_dir=.
|
2381 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2382 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2383 |
|
|
ac_cv_prog_AR="${ac_tool_prefix}ar"
|
2384 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2385 |
|
|
break 2
|
2386 |
|
|
fi
|
2387 |
|
|
done
|
2388 |
|
|
done
|
2389 |
|
|
|
2390 |
|
|
fi
|
2391 |
|
|
fi
|
2392 |
|
|
AR=$ac_cv_prog_AR
|
2393 |
|
|
if test -n "$AR"; then
|
2394 |
|
|
echo "$as_me:$LINENO: result: $AR" >&5
|
2395 |
|
|
echo "${ECHO_T}$AR" >&6
|
2396 |
|
|
else
|
2397 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2398 |
|
|
echo "${ECHO_T}no" >&6
|
2399 |
|
|
fi
|
2400 |
|
|
|
2401 |
|
|
fi
|
2402 |
|
|
if test -z "$ac_cv_prog_AR"; then
|
2403 |
|
|
ac_ct_AR=$AR
|
2404 |
|
|
# Extract the first word of "ar", so it can be a program name with args.
|
2405 |
|
|
set dummy ar; ac_word=$2
|
2406 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2407 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2408 |
|
|
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
|
2409 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2410 |
|
|
else
|
2411 |
|
|
if test -n "$ac_ct_AR"; then
|
2412 |
|
|
ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
|
2413 |
|
|
else
|
2414 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2415 |
|
|
for as_dir in $PATH
|
2416 |
|
|
do
|
2417 |
|
|
IFS=$as_save_IFS
|
2418 |
|
|
test -z "$as_dir" && as_dir=.
|
2419 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2420 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2421 |
|
|
ac_cv_prog_ac_ct_AR="ar"
|
2422 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2423 |
|
|
break 2
|
2424 |
|
|
fi
|
2425 |
|
|
done
|
2426 |
|
|
done
|
2427 |
|
|
|
2428 |
|
|
fi
|
2429 |
|
|
fi
|
2430 |
|
|
ac_ct_AR=$ac_cv_prog_ac_ct_AR
|
2431 |
|
|
if test -n "$ac_ct_AR"; then
|
2432 |
|
|
echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
|
2433 |
|
|
echo "${ECHO_T}$ac_ct_AR" >&6
|
2434 |
|
|
else
|
2435 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2436 |
|
|
echo "${ECHO_T}no" >&6
|
2437 |
|
|
fi
|
2438 |
|
|
|
2439 |
|
|
AR=$ac_ct_AR
|
2440 |
|
|
else
|
2441 |
|
|
AR="$ac_cv_prog_AR"
|
2442 |
|
|
fi
|
2443 |
|
|
|
2444 |
|
|
if test -n "$ac_tool_prefix"; then
|
2445 |
|
|
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
|
2446 |
|
|
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
|
2447 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2448 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2449 |
|
|
if test "${ac_cv_prog_RANLIB+set}" = set; then
|
2450 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2451 |
|
|
else
|
2452 |
|
|
if test -n "$RANLIB"; then
|
2453 |
|
|
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
|
2454 |
|
|
else
|
2455 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2456 |
|
|
for as_dir in $PATH
|
2457 |
|
|
do
|
2458 |
|
|
IFS=$as_save_IFS
|
2459 |
|
|
test -z "$as_dir" && as_dir=.
|
2460 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2461 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2462 |
|
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
2463 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2464 |
|
|
break 2
|
2465 |
|
|
fi
|
2466 |
|
|
done
|
2467 |
|
|
done
|
2468 |
|
|
|
2469 |
|
|
fi
|
2470 |
|
|
fi
|
2471 |
|
|
RANLIB=$ac_cv_prog_RANLIB
|
2472 |
|
|
if test -n "$RANLIB"; then
|
2473 |
|
|
echo "$as_me:$LINENO: result: $RANLIB" >&5
|
2474 |
|
|
echo "${ECHO_T}$RANLIB" >&6
|
2475 |
|
|
else
|
2476 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2477 |
|
|
echo "${ECHO_T}no" >&6
|
2478 |
|
|
fi
|
2479 |
|
|
|
2480 |
|
|
fi
|
2481 |
|
|
if test -z "$ac_cv_prog_RANLIB"; then
|
2482 |
|
|
ac_ct_RANLIB=$RANLIB
|
2483 |
|
|
# Extract the first word of "ranlib", so it can be a program name with args.
|
2484 |
|
|
set dummy ranlib; ac_word=$2
|
2485 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2486 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2487 |
|
|
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
|
2488 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2489 |
|
|
else
|
2490 |
|
|
if test -n "$ac_ct_RANLIB"; then
|
2491 |
|
|
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
|
2492 |
|
|
else
|
2493 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2494 |
|
|
for as_dir in $PATH
|
2495 |
|
|
do
|
2496 |
|
|
IFS=$as_save_IFS
|
2497 |
|
|
test -z "$as_dir" && as_dir=.
|
2498 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2499 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2500 |
|
|
ac_cv_prog_ac_ct_RANLIB="ranlib"
|
2501 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2502 |
|
|
break 2
|
2503 |
|
|
fi
|
2504 |
|
|
done
|
2505 |
|
|
done
|
2506 |
|
|
|
2507 |
|
|
test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
|
2508 |
|
|
fi
|
2509 |
|
|
fi
|
2510 |
|
|
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
|
2511 |
|
|
if test -n "$ac_ct_RANLIB"; then
|
2512 |
|
|
echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
|
2513 |
|
|
echo "${ECHO_T}$ac_ct_RANLIB" >&6
|
2514 |
|
|
else
|
2515 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2516 |
|
|
echo "${ECHO_T}no" >&6
|
2517 |
|
|
fi
|
2518 |
|
|
|
2519 |
|
|
RANLIB=$ac_ct_RANLIB
|
2520 |
|
|
else
|
2521 |
|
|
RANLIB="$ac_cv_prog_RANLIB"
|
2522 |
|
|
fi
|
2523 |
|
|
|
2524 |
|
|
if test -n "$ac_tool_prefix"; then
|
2525 |
|
|
# Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
|
2526 |
|
|
set dummy ${ac_tool_prefix}readelf; ac_word=$2
|
2527 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2528 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2529 |
|
|
if test "${ac_cv_prog_READELF+set}" = set; then
|
2530 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2531 |
|
|
else
|
2532 |
|
|
if test -n "$READELF"; then
|
2533 |
|
|
ac_cv_prog_READELF="$READELF" # Let the user override the test.
|
2534 |
|
|
else
|
2535 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2536 |
|
|
for as_dir in $PATH
|
2537 |
|
|
do
|
2538 |
|
|
IFS=$as_save_IFS
|
2539 |
|
|
test -z "$as_dir" && as_dir=.
|
2540 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2541 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2542 |
|
|
ac_cv_prog_READELF="${ac_tool_prefix}readelf"
|
2543 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2544 |
|
|
break 2
|
2545 |
|
|
fi
|
2546 |
|
|
done
|
2547 |
|
|
done
|
2548 |
|
|
|
2549 |
|
|
fi
|
2550 |
|
|
fi
|
2551 |
|
|
READELF=$ac_cv_prog_READELF
|
2552 |
|
|
if test -n "$READELF"; then
|
2553 |
|
|
echo "$as_me:$LINENO: result: $READELF" >&5
|
2554 |
|
|
echo "${ECHO_T}$READELF" >&6
|
2555 |
|
|
else
|
2556 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2557 |
|
|
echo "${ECHO_T}no" >&6
|
2558 |
|
|
fi
|
2559 |
|
|
|
2560 |
|
|
fi
|
2561 |
|
|
if test -z "$ac_cv_prog_READELF"; then
|
2562 |
|
|
ac_ct_READELF=$READELF
|
2563 |
|
|
# Extract the first word of "readelf", so it can be a program name with args.
|
2564 |
|
|
set dummy readelf; ac_word=$2
|
2565 |
|
|
echo "$as_me:$LINENO: checking for $ac_word" >&5
|
2566 |
|
|
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
2567 |
|
|
if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
|
2568 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2569 |
|
|
else
|
2570 |
|
|
if test -n "$ac_ct_READELF"; then
|
2571 |
|
|
ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
|
2572 |
|
|
else
|
2573 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2574 |
|
|
for as_dir in $PATH
|
2575 |
|
|
do
|
2576 |
|
|
IFS=$as_save_IFS
|
2577 |
|
|
test -z "$as_dir" && as_dir=.
|
2578 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2579 |
|
|
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2580 |
|
|
ac_cv_prog_ac_ct_READELF="readelf"
|
2581 |
|
|
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2582 |
|
|
break 2
|
2583 |
|
|
fi
|
2584 |
|
|
done
|
2585 |
|
|
done
|
2586 |
|
|
|
2587 |
|
|
test -z "$ac_cv_prog_ac_ct_READELF" && ac_cv_prog_ac_ct_READELF=":"
|
2588 |
|
|
fi
|
2589 |
|
|
fi
|
2590 |
|
|
ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
|
2591 |
|
|
if test -n "$ac_ct_READELF"; then
|
2592 |
|
|
echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
|
2593 |
|
|
echo "${ECHO_T}$ac_ct_READELF" >&6
|
2594 |
|
|
else
|
2595 |
|
|
echo "$as_me:$LINENO: result: no" >&5
|
2596 |
|
|
echo "${ECHO_T}no" >&6
|
2597 |
|
|
fi
|
2598 |
|
|
|
2599 |
|
|
READELF=$ac_ct_READELF
|
2600 |
|
|
else
|
2601 |
|
|
READELF="$ac_cv_prog_READELF"
|
2602 |
|
|
fi
|
2603 |
|
|
|
2604 |
|
|
|
2605 |
|
|
# Find a good install program. We prefer a C program (faster),
|
2606 |
|
|
# so one script is as good as another. But avoid the broken or
|
2607 |
|
|
# incompatible versions:
|
2608 |
|
|
# SysV /etc/install, /usr/sbin/install
|
2609 |
|
|
# SunOS /usr/etc/install
|
2610 |
|
|
# IRIX /sbin/install
|
2611 |
|
|
# AIX /bin/install
|
2612 |
|
|
# AmigaOS /C/install, which installs bootblocks on floppy discs
|
2613 |
|
|
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
|
2614 |
|
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
2615 |
|
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
2616 |
|
|
# OS/2's system install, which has a completely different semantic
|
2617 |
|
|
# ./install, which can be erroneously created by make from ./install.sh.
|
2618 |
|
|
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
|
2619 |
|
|
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
|
2620 |
|
|
if test -z "$INSTALL"; then
|
2621 |
|
|
if test "${ac_cv_path_install+set}" = set; then
|
2622 |
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
2623 |
|
|
else
|
2624 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
2625 |
|
|
for as_dir in $PATH
|
2626 |
|
|
do
|
2627 |
|
|
IFS=$as_save_IFS
|
2628 |
|
|
test -z "$as_dir" && as_dir=.
|
2629 |
|
|
# Account for people who put trailing slashes in PATH elements.
|
2630 |
|
|
case $as_dir/ in
|
2631 |
|
|
./ | .// | /cC/* | \
|
2632 |
|
|
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
|
2633 |
|
|
?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
|
2634 |
|
|
/usr/ucb/* ) ;;
|
2635 |
|
|
*)
|
2636 |
|
|
# OSF1 and SCO ODT 3.0 have their own names for install.
|
2637 |
|
|
# Don't use installbsd from OSF since it installs stuff as root
|
2638 |
|
|
# by default.
|
2639 |
|
|
for ac_prog in ginstall scoinst install; do
|
2640 |
|
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2641 |
|
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
2642 |
|
|
if test $ac_prog = install &&
|
2643 |
|
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
2644 |
|
|
# AIX install. It has an incompatible calling convention.
|
2645 |
|
|
:
|
2646 |
|
|
elif test $ac_prog = install &&
|
2647 |
|
|
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
2648 |
|
|
# program-specific install script used by HP pwplus--don't use.
|
2649 |
|
|
:
|
2650 |
|
|
else
|
2651 |
|
|
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
|
2652 |
|
|
break 3
|
2653 |
|
|
fi
|
2654 |
|
|
fi
|
2655 |
|
|
done
|
2656 |
|
|
done
|
2657 |
|
|
;;
|
2658 |
|
|
esac
|
2659 |
|
|
done
|
2660 |
|
|
|
2661 |
|
|
|
2662 |
|
|
fi
|
2663 |
|
|
if test "${ac_cv_path_install+set}" = set; then
|
2664 |
|
|
INSTALL=$ac_cv_path_install
|
2665 |
|
|
else
|
2666 |
|
|
# As a last resort, use the slow shell script. We don't cache a
|
2667 |
|
|
# path for INSTALL within a source directory, because that will
|
2668 |
|
|
# break other packages using the cache if that directory is
|
2669 |
|
|
# removed, or if the path is relative.
|
2670 |
|
|
INSTALL=$ac_install_sh
|
2671 |
|
|
fi
|
2672 |
|
|
fi
|
2673 |
|
|
echo "$as_me:$LINENO: result: $INSTALL" >&5
|
2674 |
|
|
echo "${ECHO_T}$INSTALL" >&6
|
2675 |
|
|
|
2676 |
|
|
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
2677 |
|
|
# It thinks the first close brace ends the variable substitution.
|
2678 |
|
|
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
2679 |
|
|
|
2680 |
|
|
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
|
2681 |
|
|
|
2682 |
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
2683 |
|
|
|
2684 |
|
|
|
2685 |
|
|
# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
|
2686 |
|
|
ac_given_INSTALL=$INSTALL
|
2687 |
|
|
|
2688 |
|
|
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
2689 |
|
|
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
|
2690 |
|
|
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
|
2691 |
|
|
if test "${enable_maintainer_mode+set}" = set; then
|
2692 |
|
|
enableval="$enable_maintainer_mode"
|
2693 |
|
|
USE_MAINTAINER_MODE=$enableval
|
2694 |
|
|
else
|
2695 |
|
|
USE_MAINTAINER_MODE=no
|
2696 |
|
|
fi;
|
2697 |
|
|
echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
|
2698 |
|
|
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
|
2699 |
|
|
|
2700 |
|
|
|
2701 |
|
|
if test $USE_MAINTAINER_MODE = yes; then
|
2702 |
|
|
MAINTAINER_MODE_TRUE=
|
2703 |
|
|
MAINTAINER_MODE_FALSE='#'
|
2704 |
|
|
else
|
2705 |
|
|
MAINTAINER_MODE_TRUE='#'
|
2706 |
|
|
MAINTAINER_MODE_FALSE=
|
2707 |
|
|
fi
|
2708 |
|
|
|
2709 |
|
|
MAINT=$MAINTAINER_MODE_TRUE
|
2710 |
|
|
|
2711 |
|
|
|
2712 |
|
|
# By default we simply use the C compiler to build assembly code.
|
2713 |
|
|
|
2714 |
|
|
test "${CCAS+set}" = set || CCAS=$CC
|
2715 |
|
|
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
|
2716 |
|
|
|
2717 |
|
|
|
2718 |
|
|
|
2719 |
|
|
|
2720 |
|
|
# We need AC_EXEEXT to keep automake happy in cygnus mode. However,
|
2721 |
|
|
# at least currently, we never actually build a program, so we never
|
2722 |
|
|
# need to use $(EXEEXT). Moreover, the test for EXEEXT normally
|
2723 |
|
|
# fails, because we are probably configuring with a cross compiler
|
2724 |
|
|
# which can't create executables. So we include AC_EXEEXT to keep
|
2725 |
|
|
# automake happy, but we don't execute it, since we don't care about
|
2726 |
|
|
# the result.
|
2727 |
|
|
if false; then
|
2728 |
|
|
|
2729 |
|
|
dummy_var=1
|
2730 |
|
|
fi
|
2731 |
|
|
|
2732 |
|
|
. ${newlib_basedir}/configure.host
|
2733 |
|
|
|
2734 |
|
|
newlib_cflags="${newlib_cflags} -fno-builtin"
|
2735 |
|
|
|
2736 |
|
|
NEWLIB_CFLAGS=${newlib_cflags}
|
2737 |
|
|
|
2738 |
|
|
|
2739 |
|
|
LDFLAGS=${ldflags}
|
2740 |
|
|
|
2741 |
|
|
|
2742 |
|
|
|
2743 |
|
|
|
2744 |
|
|
if test x${newlib_elix_level} = x0; then
|
2745 |
|
|
ELIX_LEVEL_0_TRUE=
|
2746 |
|
|
ELIX_LEVEL_0_FALSE='#'
|
2747 |
|
|
else
|
2748 |
|
|
ELIX_LEVEL_0_TRUE='#'
|
2749 |
|
|
ELIX_LEVEL_0_FALSE=
|
2750 |
|
|
fi
|
2751 |
|
|
|
2752 |
|
|
|
2753 |
|
|
|
2754 |
|
|
if test x${newlib_elix_level} = x1; then
|
2755 |
|
|
ELIX_LEVEL_1_TRUE=
|
2756 |
|
|
ELIX_LEVEL_1_FALSE='#'
|
2757 |
|
|
else
|
2758 |
|
|
ELIX_LEVEL_1_TRUE='#'
|
2759 |
|
|
ELIX_LEVEL_1_FALSE=
|
2760 |
|
|
fi
|
2761 |
|
|
|
2762 |
|
|
|
2763 |
|
|
|
2764 |
|
|
if test x${newlib_elix_level} = x2; then
|
2765 |
|
|
ELIX_LEVEL_2_TRUE=
|
2766 |
|
|
ELIX_LEVEL_2_FALSE='#'
|
2767 |
|
|
else
|
2768 |
|
|
ELIX_LEVEL_2_TRUE='#'
|
2769 |
|
|
ELIX_LEVEL_2_FALSE=
|
2770 |
|
|
fi
|
2771 |
|
|
|
2772 |
|
|
|
2773 |
|
|
|
2774 |
|
|
if test x${newlib_elix_level} = x3; then
|
2775 |
|
|
ELIX_LEVEL_3_TRUE=
|
2776 |
|
|
ELIX_LEVEL_3_FALSE='#'
|
2777 |
|
|
else
|
2778 |
|
|
ELIX_LEVEL_3_TRUE='#'
|
2779 |
|
|
ELIX_LEVEL_3_FALSE=
|
2780 |
|
|
fi
|
2781 |
|
|
|
2782 |
|
|
|
2783 |
|
|
|
2784 |
|
|
if test x${newlib_elix_level} = x4; then
|
2785 |
|
|
ELIX_LEVEL_4_TRUE=
|
2786 |
|
|
ELIX_LEVEL_4_FALSE='#'
|
2787 |
|
|
else
|
2788 |
|
|
ELIX_LEVEL_4_TRUE='#'
|
2789 |
|
|
ELIX_LEVEL_4_FALSE=
|
2790 |
|
|
fi
|
2791 |
|
|
|
2792 |
|
|
|
2793 |
|
|
|
2794 |
|
|
|
2795 |
|
|
if test x${use_libtool} = xyes; then
|
2796 |
|
|
USE_LIBTOOL_TRUE=
|
2797 |
|
|
USE_LIBTOOL_FALSE='#'
|
2798 |
|
|
else
|
2799 |
|
|
USE_LIBTOOL_TRUE='#'
|
2800 |
|
|
USE_LIBTOOL_FALSE=
|
2801 |
|
|
fi
|
2802 |
|
|
|
2803 |
|
|
|
2804 |
|
|
# Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we
|
2805 |
|
|
# use oext, which is set in configure.host based on the target platform.
|
2806 |
|
|
OBJEXT=${oext}
|
2807 |
|
|
|
2808 |
|
|
|
2809 |
|
|
|
2810 |
|
|
|
2811 |
|
|
|
2812 |
|
|
|
2813 |
|
|
|
2814 |
|
|
|
2815 |
|
|
|
2816 |
|
|
|
2817 |
|
|
|
2818 |
|
|
ac_config_files="$ac_config_files Makefile"
|
2819 |
|
|
|
2820 |
|
|
cat >confcache <<\_ACEOF
|
2821 |
|
|
# This file is a shell script that caches the results of configure
|
2822 |
|
|
# tests run on this system so they can be shared between configure
|
2823 |
|
|
# scripts and configure runs, see configure's option --config-cache.
|
2824 |
|
|
# It is not useful on other systems. If it contains results you don't
|
2825 |
|
|
# want to keep, you may remove or edit it.
|
2826 |
|
|
#
|
2827 |
|
|
# config.status only pays attention to the cache file if you give it
|
2828 |
|
|
# the --recheck option to rerun configure.
|
2829 |
|
|
#
|
2830 |
|
|
# `ac_cv_env_foo' variables (set or unset) will be overridden when
|
2831 |
|
|
# loading this file, other *unset* `ac_cv_foo' will be assigned the
|
2832 |
|
|
# following values.
|
2833 |
|
|
|
2834 |
|
|
_ACEOF
|
2835 |
|
|
|
2836 |
|
|
# The following way of writing the cache mishandles newlines in values,
|
2837 |
|
|
# but we know of no workaround that is simple, portable, and efficient.
|
2838 |
|
|
# So, don't put newlines in cache variables' values.
|
2839 |
|
|
# Ultrix sh set writes to stderr and can't be redirected directly,
|
2840 |
|
|
# and sets the high bit in the cache file unless we assign to the vars.
|
2841 |
|
|
{
|
2842 |
|
|
(set) 2>&1 |
|
2843 |
|
|
case `(ac_space=' '; set | grep ac_space) 2>&1` in
|
2844 |
|
|
*ac_space=\ *)
|
2845 |
|
|
# `set' does not quote correctly, so add quotes (double-quote
|
2846 |
|
|
# substitution turns \\\\ into \\, and sed turns \\ into \).
|
2847 |
|
|
sed -n \
|
2848 |
|
|
"s/'/'\\\\''/g;
|
2849 |
|
|
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
|
2850 |
|
|
;;
|
2851 |
|
|
*)
|
2852 |
|
|
# `set' quotes correctly as required by POSIX, so do not add quotes.
|
2853 |
|
|
sed -n \
|
2854 |
|
|
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
|
2855 |
|
|
;;
|
2856 |
|
|
esac;
|
2857 |
|
|
} |
|
2858 |
|
|
sed '
|
2859 |
|
|
t clear
|
2860 |
|
|
: clear
|
2861 |
|
|
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
|
2862 |
|
|
t end
|
2863 |
|
|
/^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
|
2864 |
|
|
: end' >>confcache
|
2865 |
|
|
if diff $cache_file confcache >/dev/null 2>&1; then :; else
|
2866 |
|
|
if test -w $cache_file; then
|
2867 |
|
|
test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
|
2868 |
|
|
cat confcache >$cache_file
|
2869 |
|
|
else
|
2870 |
|
|
echo "not updating unwritable cache $cache_file"
|
2871 |
|
|
fi
|
2872 |
|
|
fi
|
2873 |
|
|
rm -f confcache
|
2874 |
|
|
|
2875 |
|
|
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
2876 |
|
|
# Let make expand exec_prefix.
|
2877 |
|
|
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
2878 |
|
|
|
2879 |
|
|
# VPATH may cause trouble with some makes, so we remove $(srcdir),
|
2880 |
|
|
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
|
2881 |
|
|
# trailing colons and then remove the whole line if VPATH becomes empty
|
2882 |
|
|
# (actually we leave an empty line to preserve line numbers).
|
2883 |
|
|
if test "x$srcdir" = x.; then
|
2884 |
|
|
ac_vpsub='/^[ ]*VPATH[ ]*=/{
|
2885 |
|
|
s/:*\$(srcdir):*/:/;
|
2886 |
|
|
s/:*\${srcdir}:*/:/;
|
2887 |
|
|
s/:*@srcdir@:*/:/;
|
2888 |
|
|
s/^\([^=]*=[ ]*\):*/\1/;
|
2889 |
|
|
s/:*$//;
|
2890 |
|
|
s/^[^=]*=[ ]*$//;
|
2891 |
|
|
}'
|
2892 |
|
|
fi
|
2893 |
|
|
|
2894 |
|
|
# Transform confdefs.h into DEFS.
|
2895 |
|
|
# Protect against shell expansion while executing Makefile rules.
|
2896 |
|
|
# Protect against Makefile macro expansion.
|
2897 |
|
|
#
|
2898 |
|
|
# If the first sed substitution is executed (which looks for macros that
|
2899 |
|
|
# take arguments), then we branch to the quote section. Otherwise,
|
2900 |
|
|
# look for a macro that doesn't take arguments.
|
2901 |
|
|
cat >confdef2opt.sed <<\_ACEOF
|
2902 |
|
|
t clear
|
2903 |
|
|
: clear
|
2904 |
|
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
|
2905 |
|
|
t quote
|
2906 |
|
|
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
|
2907 |
|
|
t quote
|
2908 |
|
|
d
|
2909 |
|
|
: quote
|
2910 |
|
|
s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
|
2911 |
|
|
s,\[,\\&,g
|
2912 |
|
|
s,\],\\&,g
|
2913 |
|
|
s,\$,$$,g
|
2914 |
|
|
p
|
2915 |
|
|
_ACEOF
|
2916 |
|
|
# We use echo to avoid assuming a particular line-breaking character.
|
2917 |
|
|
# The extra dot is to prevent the shell from consuming trailing
|
2918 |
|
|
# line-breaks from the sub-command output. A line-break within
|
2919 |
|
|
# single-quotes doesn't work because, if this script is created in a
|
2920 |
|
|
# platform that uses two characters for line-breaks (e.g., DOS), tr
|
2921 |
|
|
# would break.
|
2922 |
|
|
ac_LF_and_DOT=`echo; echo .`
|
2923 |
|
|
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
|
2924 |
|
|
rm -f confdef2opt.sed
|
2925 |
|
|
|
2926 |
|
|
|
2927 |
|
|
ac_libobjs=
|
2928 |
|
|
ac_ltlibobjs=
|
2929 |
|
|
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
|
2930 |
|
|
# 1. Remove the extension, and $U if already installed.
|
2931 |
|
|
ac_i=`echo "$ac_i" |
|
2932 |
|
|
sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
|
2933 |
|
|
# 2. Add them.
|
2934 |
|
|
ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
|
2935 |
|
|
ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
|
2936 |
|
|
done
|
2937 |
|
|
LIBOBJS=$ac_libobjs
|
2938 |
|
|
|
2939 |
|
|
LTLIBOBJS=$ac_ltlibobjs
|
2940 |
|
|
|
2941 |
|
|
|
2942 |
|
|
if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
|
2943 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
|
2944 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2945 |
|
|
echo "$as_me: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
|
2946 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2947 |
|
|
{ (exit 1); exit 1; }; }
|
2948 |
|
|
fi
|
2949 |
|
|
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
|
2950 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
|
2951 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2952 |
|
|
echo "$as_me: error: conditional \"AMDEP\" was never defined.
|
2953 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2954 |
|
|
{ (exit 1); exit 1; }; }
|
2955 |
|
|
fi
|
2956 |
|
|
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
|
2957 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
|
2958 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2959 |
|
|
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
|
2960 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2961 |
|
|
{ (exit 1); exit 1; }; }
|
2962 |
|
|
fi
|
2963 |
|
|
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
|
2964 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
|
2965 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2966 |
|
|
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
|
2967 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2968 |
|
|
{ (exit 1); exit 1; }; }
|
2969 |
|
|
fi
|
2970 |
|
|
if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
|
2971 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_0\" was never defined.
|
2972 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2973 |
|
|
echo "$as_me: error: conditional \"ELIX_LEVEL_0\" was never defined.
|
2974 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2975 |
|
|
{ (exit 1); exit 1; }; }
|
2976 |
|
|
fi
|
2977 |
|
|
if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
|
2978 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_1\" was never defined.
|
2979 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2980 |
|
|
echo "$as_me: error: conditional \"ELIX_LEVEL_1\" was never defined.
|
2981 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2982 |
|
|
{ (exit 1); exit 1; }; }
|
2983 |
|
|
fi
|
2984 |
|
|
if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
|
2985 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_2\" was never defined.
|
2986 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2987 |
|
|
echo "$as_me: error: conditional \"ELIX_LEVEL_2\" was never defined.
|
2988 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2989 |
|
|
{ (exit 1); exit 1; }; }
|
2990 |
|
|
fi
|
2991 |
|
|
if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
|
2992 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_3\" was never defined.
|
2993 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
2994 |
|
|
echo "$as_me: error: conditional \"ELIX_LEVEL_3\" was never defined.
|
2995 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
2996 |
|
|
{ (exit 1); exit 1; }; }
|
2997 |
|
|
fi
|
2998 |
|
|
if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
|
2999 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_4\" was never defined.
|
3000 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
3001 |
|
|
echo "$as_me: error: conditional \"ELIX_LEVEL_4\" was never defined.
|
3002 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
3003 |
|
|
{ (exit 1); exit 1; }; }
|
3004 |
|
|
fi
|
3005 |
|
|
if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
|
3006 |
|
|
{ { echo "$as_me:$LINENO: error: conditional \"USE_LIBTOOL\" was never defined.
|
3007 |
|
|
Usually this means the macro was only invoked conditionally." >&5
|
3008 |
|
|
echo "$as_me: error: conditional \"USE_LIBTOOL\" was never defined.
|
3009 |
|
|
Usually this means the macro was only invoked conditionally." >&2;}
|
3010 |
|
|
{ (exit 1); exit 1; }; }
|
3011 |
|
|
fi
|
3012 |
|
|
|
3013 |
|
|
: ${CONFIG_STATUS=./config.status}
|
3014 |
|
|
ac_clean_files_save=$ac_clean_files
|
3015 |
|
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
3016 |
|
|
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
|
3017 |
|
|
echo "$as_me: creating $CONFIG_STATUS" >&6;}
|
3018 |
|
|
cat >$CONFIG_STATUS <<_ACEOF
|
3019 |
|
|
#! $SHELL
|
3020 |
|
|
# Generated by $as_me.
|
3021 |
|
|
# Run this file to recreate the current configuration.
|
3022 |
|
|
# Compiler output produced by configure, useful for debugging
|
3023 |
|
|
# configure, is in config.log if it exists.
|
3024 |
|
|
|
3025 |
|
|
debug=false
|
3026 |
|
|
ac_cs_recheck=false
|
3027 |
|
|
ac_cs_silent=false
|
3028 |
|
|
SHELL=\${CONFIG_SHELL-$SHELL}
|
3029 |
|
|
_ACEOF
|
3030 |
|
|
|
3031 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3032 |
|
|
## --------------------- ##
|
3033 |
|
|
## M4sh Initialization. ##
|
3034 |
|
|
## --------------------- ##
|
3035 |
|
|
|
3036 |
|
|
# Be Bourne compatible
|
3037 |
|
|
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
|
3038 |
|
|
emulate sh
|
3039 |
|
|
NULLCMD=:
|
3040 |
|
|
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
3041 |
|
|
# is contrary to our usage. Disable this feature.
|
3042 |
|
|
alias -g '${1+"$@"}'='"$@"'
|
3043 |
|
|
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
|
3044 |
|
|
set -o posix
|
3045 |
|
|
fi
|
3046 |
|
|
DUALCASE=1; export DUALCASE # for MKS sh
|
3047 |
|
|
|
3048 |
|
|
# Support unset when possible.
|
3049 |
|
|
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
3050 |
|
|
as_unset=unset
|
3051 |
|
|
else
|
3052 |
|
|
as_unset=false
|
3053 |
|
|
fi
|
3054 |
|
|
|
3055 |
|
|
|
3056 |
|
|
# Work around bugs in pre-3.0 UWIN ksh.
|
3057 |
|
|
$as_unset ENV MAIL MAILPATH
|
3058 |
|
|
PS1='$ '
|
3059 |
|
|
PS2='> '
|
3060 |
|
|
PS4='+ '
|
3061 |
|
|
|
3062 |
|
|
# NLS nuisances.
|
3063 |
|
|
for as_var in \
|
3064 |
|
|
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
3065 |
|
|
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
3066 |
|
|
LC_TELEPHONE LC_TIME
|
3067 |
|
|
do
|
3068 |
|
|
if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
|
3069 |
|
|
eval $as_var=C; export $as_var
|
3070 |
|
|
else
|
3071 |
|
|
$as_unset $as_var
|
3072 |
|
|
fi
|
3073 |
|
|
done
|
3074 |
|
|
|
3075 |
|
|
# Required to use basename.
|
3076 |
|
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
3077 |
|
|
as_expr=expr
|
3078 |
|
|
else
|
3079 |
|
|
as_expr=false
|
3080 |
|
|
fi
|
3081 |
|
|
|
3082 |
|
|
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
|
3083 |
|
|
as_basename=basename
|
3084 |
|
|
else
|
3085 |
|
|
as_basename=false
|
3086 |
|
|
fi
|
3087 |
|
|
|
3088 |
|
|
|
3089 |
|
|
# Name of the executable.
|
3090 |
|
|
as_me=`$as_basename "$0" ||
|
3091 |
|
|
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
3092 |
|
|
X"$0" : 'X\(//\)$' \| \
|
3093 |
|
|
X"$0" : 'X\(/\)$' \| \
|
3094 |
|
|
. : '\(.\)' 2>/dev/null ||
|
3095 |
|
|
echo X/"$0" |
|
3096 |
|
|
sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
|
3097 |
|
|
/^X\/\(\/\/\)$/{ s//\1/; q; }
|
3098 |
|
|
/^X\/\(\/\).*/{ s//\1/; q; }
|
3099 |
|
|
s/.*/./; q'`
|
3100 |
|
|
|
3101 |
|
|
|
3102 |
|
|
# PATH needs CR, and LINENO needs CR and PATH.
|
3103 |
|
|
# Avoid depending upon Character Ranges.
|
3104 |
|
|
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
|
3105 |
|
|
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
3106 |
|
|
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
|
3107 |
|
|
as_cr_digits='0123456789'
|
3108 |
|
|
as_cr_alnum=$as_cr_Letters$as_cr_digits
|
3109 |
|
|
|
3110 |
|
|
# The user is always right.
|
3111 |
|
|
if test "${PATH_SEPARATOR+set}" != set; then
|
3112 |
|
|
echo "#! /bin/sh" >conf$$.sh
|
3113 |
|
|
echo "exit 0" >>conf$$.sh
|
3114 |
|
|
chmod +x conf$$.sh
|
3115 |
|
|
if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
|
3116 |
|
|
PATH_SEPARATOR=';'
|
3117 |
|
|
else
|
3118 |
|
|
PATH_SEPARATOR=:
|
3119 |
|
|
fi
|
3120 |
|
|
rm -f conf$$.sh
|
3121 |
|
|
fi
|
3122 |
|
|
|
3123 |
|
|
|
3124 |
|
|
as_lineno_1=$LINENO
|
3125 |
|
|
as_lineno_2=$LINENO
|
3126 |
|
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
3127 |
|
|
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
3128 |
|
|
test "x$as_lineno_3" = "x$as_lineno_2" || {
|
3129 |
|
|
# Find who we are. Look in the path if we contain no path at all
|
3130 |
|
|
# relative or not.
|
3131 |
|
|
case $0 in
|
3132 |
|
|
*[\\/]* ) as_myself=$0 ;;
|
3133 |
|
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
3134 |
|
|
for as_dir in $PATH
|
3135 |
|
|
do
|
3136 |
|
|
IFS=$as_save_IFS
|
3137 |
|
|
test -z "$as_dir" && as_dir=.
|
3138 |
|
|
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
3139 |
|
|
done
|
3140 |
|
|
|
3141 |
|
|
;;
|
3142 |
|
|
esac
|
3143 |
|
|
# We did not find ourselves, most probably we were run as `sh COMMAND'
|
3144 |
|
|
# in which case we are not to be found in the path.
|
3145 |
|
|
if test "x$as_myself" = x; then
|
3146 |
|
|
as_myself=$0
|
3147 |
|
|
fi
|
3148 |
|
|
if test ! -f "$as_myself"; then
|
3149 |
|
|
{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
|
3150 |
|
|
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
|
3151 |
|
|
{ (exit 1); exit 1; }; }
|
3152 |
|
|
fi
|
3153 |
|
|
case $CONFIG_SHELL in
|
3154 |
|
|
'')
|
3155 |
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
3156 |
|
|
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
|
3157 |
|
|
do
|
3158 |
|
|
IFS=$as_save_IFS
|
3159 |
|
|
test -z "$as_dir" && as_dir=.
|
3160 |
|
|
for as_base in sh bash ksh sh5; do
|
3161 |
|
|
case $as_dir in
|
3162 |
|
|
/*)
|
3163 |
|
|
if ("$as_dir/$as_base" -c '
|
3164 |
|
|
as_lineno_1=$LINENO
|
3165 |
|
|
as_lineno_2=$LINENO
|
3166 |
|
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
3167 |
|
|
test "x$as_lineno_1" != "x$as_lineno_2" &&
|
3168 |
|
|
test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
|
3169 |
|
|
$as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
|
3170 |
|
|
$as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
|
3171 |
|
|
CONFIG_SHELL=$as_dir/$as_base
|
3172 |
|
|
export CONFIG_SHELL
|
3173 |
|
|
exec "$CONFIG_SHELL" "$0" ${1+"$@"}
|
3174 |
|
|
fi;;
|
3175 |
|
|
esac
|
3176 |
|
|
done
|
3177 |
|
|
done
|
3178 |
|
|
;;
|
3179 |
|
|
esac
|
3180 |
|
|
|
3181 |
|
|
# Create $as_me.lineno as a copy of $as_myself, but with $LINENO
|
3182 |
|
|
# uniformly replaced by the line number. The first 'sed' inserts a
|
3183 |
|
|
# line-number line before each line; the second 'sed' does the real
|
3184 |
|
|
# work. The second script uses 'N' to pair each line-number line
|
3185 |
|
|
# with the numbered line, and appends trailing '-' during
|
3186 |
|
|
# substitution so that $LINENO is not a special case at line end.
|
3187 |
|
|
# (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
|
3188 |
|
|
# second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
|
3189 |
|
|
sed '=' <$as_myself |
|
3190 |
|
|
sed '
|
3191 |
|
|
N
|
3192 |
|
|
s,$,-,
|
3193 |
|
|
: loop
|
3194 |
|
|
s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
|
3195 |
|
|
t loop
|
3196 |
|
|
s,-$,,
|
3197 |
|
|
s,^['$as_cr_digits']*\n,,
|
3198 |
|
|
' >$as_me.lineno &&
|
3199 |
|
|
chmod +x $as_me.lineno ||
|
3200 |
|
|
{ { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
|
3201 |
|
|
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
|
3202 |
|
|
{ (exit 1); exit 1; }; }
|
3203 |
|
|
|
3204 |
|
|
# Don't try to exec as it changes $[0], causing all sort of problems
|
3205 |
|
|
# (the dirname of $[0] is not the place where we might find the
|
3206 |
|
|
# original and so on. Autoconf is especially sensible to this).
|
3207 |
|
|
. ./$as_me.lineno
|
3208 |
|
|
# Exit status is that of the last command.
|
3209 |
|
|
exit
|
3210 |
|
|
}
|
3211 |
|
|
|
3212 |
|
|
|
3213 |
|
|
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
|
3214 |
|
|
*c*,-n*) ECHO_N= ECHO_C='
|
3215 |
|
|
' ECHO_T=' ' ;;
|
3216 |
|
|
*c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
|
3217 |
|
|
*) ECHO_N= ECHO_C='\c' ECHO_T= ;;
|
3218 |
|
|
esac
|
3219 |
|
|
|
3220 |
|
|
if expr a : '\(a\)' >/dev/null 2>&1; then
|
3221 |
|
|
as_expr=expr
|
3222 |
|
|
else
|
3223 |
|
|
as_expr=false
|
3224 |
|
|
fi
|
3225 |
|
|
|
3226 |
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
3227 |
|
|
echo >conf$$.file
|
3228 |
|
|
if ln -s conf$$.file conf$$ 2>/dev/null; then
|
3229 |
|
|
# We could just check for DJGPP; but this test a) works b) is more generic
|
3230 |
|
|
# and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
|
3231 |
|
|
if test -f conf$$.exe; then
|
3232 |
|
|
# Don't use ln at all; we don't have any links
|
3233 |
|
|
as_ln_s='cp -p'
|
3234 |
|
|
else
|
3235 |
|
|
as_ln_s='ln -s'
|
3236 |
|
|
fi
|
3237 |
|
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
3238 |
|
|
as_ln_s=ln
|
3239 |
|
|
else
|
3240 |
|
|
as_ln_s='cp -p'
|
3241 |
|
|
fi
|
3242 |
|
|
rm -f conf$$ conf$$.exe conf$$.file
|
3243 |
|
|
|
3244 |
|
|
if mkdir -p . 2>/dev/null; then
|
3245 |
|
|
as_mkdir_p=:
|
3246 |
|
|
else
|
3247 |
|
|
test -d ./-p && rmdir ./-p
|
3248 |
|
|
as_mkdir_p=false
|
3249 |
|
|
fi
|
3250 |
|
|
|
3251 |
|
|
as_executable_p="test -f"
|
3252 |
|
|
|
3253 |
|
|
# Sed expression to map a string onto a valid CPP name.
|
3254 |
|
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
3255 |
|
|
|
3256 |
|
|
# Sed expression to map a string onto a valid variable name.
|
3257 |
|
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
3258 |
|
|
|
3259 |
|
|
|
3260 |
|
|
# IFS
|
3261 |
|
|
# We need space, tab and new line, in precisely that order.
|
3262 |
|
|
as_nl='
|
3263 |
|
|
'
|
3264 |
|
|
IFS=" $as_nl"
|
3265 |
|
|
|
3266 |
|
|
# CDPATH.
|
3267 |
|
|
$as_unset CDPATH
|
3268 |
|
|
|
3269 |
|
|
exec 6>&1
|
3270 |
|
|
|
3271 |
|
|
# Open the log real soon, to keep \$[0] and so on meaningful, and to
|
3272 |
|
|
# report actual input values of CONFIG_FILES etc. instead of their
|
3273 |
|
|
# values after options handling. Logging --version etc. is OK.
|
3274 |
|
|
exec 5>>config.log
|
3275 |
|
|
{
|
3276 |
|
|
echo
|
3277 |
|
|
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
3278 |
|
|
## Running $as_me. ##
|
3279 |
|
|
_ASBOX
|
3280 |
|
|
} >&5
|
3281 |
|
|
cat >&5 <<_CSEOF
|
3282 |
|
|
|
3283 |
|
|
This file was extended by newlib $as_me 1.17.0, which was
|
3284 |
|
|
generated by GNU Autoconf 2.59. Invocation command line was
|
3285 |
|
|
|
3286 |
|
|
CONFIG_FILES = $CONFIG_FILES
|
3287 |
|
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
3288 |
|
|
CONFIG_LINKS = $CONFIG_LINKS
|
3289 |
|
|
CONFIG_COMMANDS = $CONFIG_COMMANDS
|
3290 |
|
|
$ $0 $@
|
3291 |
|
|
|
3292 |
|
|
_CSEOF
|
3293 |
|
|
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
|
3294 |
|
|
echo >&5
|
3295 |
|
|
_ACEOF
|
3296 |
|
|
|
3297 |
|
|
# Files that config.status was made for.
|
3298 |
|
|
if test -n "$ac_config_files"; then
|
3299 |
|
|
echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
|
3300 |
|
|
fi
|
3301 |
|
|
|
3302 |
|
|
if test -n "$ac_config_headers"; then
|
3303 |
|
|
echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
|
3304 |
|
|
fi
|
3305 |
|
|
|
3306 |
|
|
if test -n "$ac_config_links"; then
|
3307 |
|
|
echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
|
3308 |
|
|
fi
|
3309 |
|
|
|
3310 |
|
|
if test -n "$ac_config_commands"; then
|
3311 |
|
|
echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
|
3312 |
|
|
fi
|
3313 |
|
|
|
3314 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3315 |
|
|
|
3316 |
|
|
ac_cs_usage="\
|
3317 |
|
|
\`$as_me' instantiates files from templates according to the
|
3318 |
|
|
current configuration.
|
3319 |
|
|
|
3320 |
|
|
Usage: $0 [OPTIONS] [FILE]...
|
3321 |
|
|
|
3322 |
|
|
-h, --help print this help, then exit
|
3323 |
|
|
-V, --version print version number, then exit
|
3324 |
|
|
-q, --quiet do not print progress messages
|
3325 |
|
|
-d, --debug don't remove temporary files
|
3326 |
|
|
--recheck update $as_me by reconfiguring in the same conditions
|
3327 |
|
|
--file=FILE[:TEMPLATE]
|
3328 |
|
|
instantiate the configuration file FILE
|
3329 |
|
|
|
3330 |
|
|
Configuration files:
|
3331 |
|
|
$config_files
|
3332 |
|
|
|
3333 |
|
|
Configuration commands:
|
3334 |
|
|
$config_commands
|
3335 |
|
|
|
3336 |
|
|
Report bugs to ."
|
3337 |
|
|
_ACEOF
|
3338 |
|
|
|
3339 |
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
3340 |
|
|
ac_cs_version="\\
|
3341 |
|
|
newlib config.status 1.17.0
|
3342 |
|
|
configured by $0, generated by GNU Autoconf 2.59,
|
3343 |
|
|
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
3344 |
|
|
|
3345 |
|
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
3346 |
|
|
This config.status script is free software; the Free Software Foundation
|
3347 |
|
|
gives unlimited permission to copy, distribute and modify it."
|
3348 |
|
|
srcdir=$srcdir
|
3349 |
|
|
INSTALL="$INSTALL"
|
3350 |
|
|
_ACEOF
|
3351 |
|
|
|
3352 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3353 |
|
|
# If no file are specified by the user, then we need to provide default
|
3354 |
|
|
# value. By we need to know if files were specified by the user.
|
3355 |
|
|
ac_need_defaults=:
|
3356 |
|
|
while test $# != 0
|
3357 |
|
|
do
|
3358 |
|
|
case $1 in
|
3359 |
|
|
--*=*)
|
3360 |
|
|
ac_option=`expr "x$1" : 'x\([^=]*\)='`
|
3361 |
|
|
ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
|
3362 |
|
|
ac_shift=:
|
3363 |
|
|
;;
|
3364 |
|
|
-*)
|
3365 |
|
|
ac_option=$1
|
3366 |
|
|
ac_optarg=$2
|
3367 |
|
|
ac_shift=shift
|
3368 |
|
|
;;
|
3369 |
|
|
*) # This is not an option, so the user has probably given explicit
|
3370 |
|
|
# arguments.
|
3371 |
|
|
ac_option=$1
|
3372 |
|
|
ac_need_defaults=false;;
|
3373 |
|
|
esac
|
3374 |
|
|
|
3375 |
|
|
case $ac_option in
|
3376 |
|
|
# Handling of the options.
|
3377 |
|
|
_ACEOF
|
3378 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3379 |
|
|
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
3380 |
|
|
ac_cs_recheck=: ;;
|
3381 |
|
|
--version | --vers* | -V )
|
3382 |
|
|
echo "$ac_cs_version"; exit 0 ;;
|
3383 |
|
|
--he | --h)
|
3384 |
|
|
# Conflict between --help and --header
|
3385 |
|
|
{ { echo "$as_me:$LINENO: error: ambiguous option: $1
|
3386 |
|
|
Try \`$0 --help' for more information." >&5
|
3387 |
|
|
echo "$as_me: error: ambiguous option: $1
|
3388 |
|
|
Try \`$0 --help' for more information." >&2;}
|
3389 |
|
|
{ (exit 1); exit 1; }; };;
|
3390 |
|
|
--help | --hel | -h )
|
3391 |
|
|
echo "$ac_cs_usage"; exit 0 ;;
|
3392 |
|
|
--debug | --d* | -d )
|
3393 |
|
|
debug=: ;;
|
3394 |
|
|
--file | --fil | --fi | --f )
|
3395 |
|
|
$ac_shift
|
3396 |
|
|
CONFIG_FILES="$CONFIG_FILES $ac_optarg"
|
3397 |
|
|
ac_need_defaults=false;;
|
3398 |
|
|
--header | --heade | --head | --hea )
|
3399 |
|
|
$ac_shift
|
3400 |
|
|
CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
|
3401 |
|
|
ac_need_defaults=false;;
|
3402 |
|
|
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
3403 |
|
|
| -silent | --silent | --silen | --sile | --sil | --si | --s)
|
3404 |
|
|
ac_cs_silent=: ;;
|
3405 |
|
|
|
3406 |
|
|
# This is an error.
|
3407 |
|
|
-*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
|
3408 |
|
|
Try \`$0 --help' for more information." >&5
|
3409 |
|
|
echo "$as_me: error: unrecognized option: $1
|
3410 |
|
|
Try \`$0 --help' for more information." >&2;}
|
3411 |
|
|
{ (exit 1); exit 1; }; } ;;
|
3412 |
|
|
|
3413 |
|
|
*) ac_config_targets="$ac_config_targets $1" ;;
|
3414 |
|
|
|
3415 |
|
|
esac
|
3416 |
|
|
shift
|
3417 |
|
|
done
|
3418 |
|
|
|
3419 |
|
|
ac_configure_extra_args=
|
3420 |
|
|
|
3421 |
|
|
if $ac_cs_silent; then
|
3422 |
|
|
exec 6>/dev/null
|
3423 |
|
|
ac_configure_extra_args="$ac_configure_extra_args --silent"
|
3424 |
|
|
fi
|
3425 |
|
|
|
3426 |
|
|
_ACEOF
|
3427 |
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
3428 |
|
|
if \$ac_cs_recheck; then
|
3429 |
|
|
echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
|
3430 |
|
|
exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
3431 |
|
|
fi
|
3432 |
|
|
|
3433 |
|
|
_ACEOF
|
3434 |
|
|
|
3435 |
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
3436 |
|
|
#
|
3437 |
|
|
# INIT-COMMANDS section.
|
3438 |
|
|
#
|
3439 |
|
|
|
3440 |
|
|
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
|
3441 |
|
|
|
3442 |
|
|
_ACEOF
|
3443 |
|
|
|
3444 |
|
|
|
3445 |
|
|
|
3446 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3447 |
|
|
for ac_config_target in $ac_config_targets
|
3448 |
|
|
do
|
3449 |
|
|
case "$ac_config_target" in
|
3450 |
|
|
# Handling of arguments.
|
3451 |
|
|
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
3452 |
|
|
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
3453 |
|
|
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
3454 |
|
|
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
3455 |
|
|
{ (exit 1); exit 1; }; };;
|
3456 |
|
|
esac
|
3457 |
|
|
done
|
3458 |
|
|
|
3459 |
|
|
# If the user did not use the arguments to specify the items to instantiate,
|
3460 |
|
|
# then the envvar interface is used. Set only those that are not.
|
3461 |
|
|
# We use the long form for the default assignment because of an extremely
|
3462 |
|
|
# bizarre bug on SunOS 4.1.3.
|
3463 |
|
|
if $ac_need_defaults; then
|
3464 |
|
|
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
|
3465 |
|
|
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
|
3466 |
|
|
fi
|
3467 |
|
|
|
3468 |
|
|
# Have a temporary directory for convenience. Make it in the build tree
|
3469 |
|
|
# simply because there is no reason to put it here, and in addition,
|
3470 |
|
|
# creating and moving files from /tmp can sometimes cause problems.
|
3471 |
|
|
# Create a temporary directory, and hook for its removal unless debugging.
|
3472 |
|
|
$debug ||
|
3473 |
|
|
{
|
3474 |
|
|
trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
|
3475 |
|
|
trap '{ (exit 1); exit 1; }' 1 2 13 15
|
3476 |
|
|
}
|
3477 |
|
|
|
3478 |
|
|
# Create a (secure) tmp directory for tmp files.
|
3479 |
|
|
|
3480 |
|
|
{
|
3481 |
|
|
tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
|
3482 |
|
|
test -n "$tmp" && test -d "$tmp"
|
3483 |
|
|
} ||
|
3484 |
|
|
{
|
3485 |
|
|
tmp=./confstat$$-$RANDOM
|
3486 |
|
|
(umask 077 && mkdir $tmp)
|
3487 |
|
|
} ||
|
3488 |
|
|
{
|
3489 |
|
|
echo "$me: cannot create a temporary directory in ." >&2
|
3490 |
|
|
{ (exit 1); exit 1; }
|
3491 |
|
|
}
|
3492 |
|
|
|
3493 |
|
|
_ACEOF
|
3494 |
|
|
|
3495 |
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
3496 |
|
|
|
3497 |
|
|
#
|
3498 |
|
|
# CONFIG_FILES section.
|
3499 |
|
|
#
|
3500 |
|
|
|
3501 |
|
|
# No need to generate the scripts if there are no CONFIG_FILES.
|
3502 |
|
|
# This happens for instance when ./config.status config.h
|
3503 |
|
|
if test -n "\$CONFIG_FILES"; then
|
3504 |
|
|
# Protect against being on the right side of a sed subst in config.status.
|
3505 |
|
|
sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
|
3506 |
|
|
s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
|
3507 |
|
|
s,@SHELL@,$SHELL,;t t
|
3508 |
|
|
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
|
3509 |
|
|
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
|
3510 |
|
|
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
|
3511 |
|
|
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
|
3512 |
|
|
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
|
3513 |
|
|
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
|
3514 |
|
|
s,@exec_prefix@,$exec_prefix,;t t
|
3515 |
|
|
s,@prefix@,$prefix,;t t
|
3516 |
|
|
s,@program_transform_name@,$program_transform_name,;t t
|
3517 |
|
|
s,@bindir@,$bindir,;t t
|
3518 |
|
|
s,@sbindir@,$sbindir,;t t
|
3519 |
|
|
s,@libexecdir@,$libexecdir,;t t
|
3520 |
|
|
s,@datadir@,$datadir,;t t
|
3521 |
|
|
s,@sysconfdir@,$sysconfdir,;t t
|
3522 |
|
|
s,@sharedstatedir@,$sharedstatedir,;t t
|
3523 |
|
|
s,@localstatedir@,$localstatedir,;t t
|
3524 |
|
|
s,@libdir@,$libdir,;t t
|
3525 |
|
|
s,@includedir@,$includedir,;t t
|
3526 |
|
|
s,@oldincludedir@,$oldincludedir,;t t
|
3527 |
|
|
s,@infodir@,$infodir,;t t
|
3528 |
|
|
s,@mandir@,$mandir,;t t
|
3529 |
|
|
s,@build_alias@,$build_alias,;t t
|
3530 |
|
|
s,@host_alias@,$host_alias,;t t
|
3531 |
|
|
s,@target_alias@,$target_alias,;t t
|
3532 |
|
|
s,@DEFS@,$DEFS,;t t
|
3533 |
|
|
s,@ECHO_C@,$ECHO_C,;t t
|
3534 |
|
|
s,@ECHO_N@,$ECHO_N,;t t
|
3535 |
|
|
s,@ECHO_T@,$ECHO_T,;t t
|
3536 |
|
|
s,@LIBS@,$LIBS,;t t
|
3537 |
|
|
s,@MAY_SUPPLY_SYSCALLS_TRUE@,$MAY_SUPPLY_SYSCALLS_TRUE,;t t
|
3538 |
|
|
s,@MAY_SUPPLY_SYSCALLS_FALSE@,$MAY_SUPPLY_SYSCALLS_FALSE,;t t
|
3539 |
|
|
s,@newlib_basedir@,$newlib_basedir,;t t
|
3540 |
|
|
s,@build@,$build,;t t
|
3541 |
|
|
s,@build_cpu@,$build_cpu,;t t
|
3542 |
|
|
s,@build_vendor@,$build_vendor,;t t
|
3543 |
|
|
s,@build_os@,$build_os,;t t
|
3544 |
|
|
s,@host@,$host,;t t
|
3545 |
|
|
s,@host_cpu@,$host_cpu,;t t
|
3546 |
|
|
s,@host_vendor@,$host_vendor,;t t
|
3547 |
|
|
s,@host_os@,$host_os,;t t
|
3548 |
|
|
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
|
3549 |
|
|
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
|
3550 |
|
|
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
|
3551 |
|
|
s,@CYGPATH_W@,$CYGPATH_W,;t t
|
3552 |
|
|
s,@PACKAGE@,$PACKAGE,;t t
|
3553 |
|
|
s,@VERSION@,$VERSION,;t t
|
3554 |
|
|
s,@ACLOCAL@,$ACLOCAL,;t t
|
3555 |
|
|
s,@AUTOCONF@,$AUTOCONF,;t t
|
3556 |
|
|
s,@AUTOMAKE@,$AUTOMAKE,;t t
|
3557 |
|
|
s,@AUTOHEADER@,$AUTOHEADER,;t t
|
3558 |
|
|
s,@MAKEINFO@,$MAKEINFO,;t t
|
3559 |
|
|
s,@install_sh@,$install_sh,;t t
|
3560 |
|
|
s,@STRIP@,$STRIP,;t t
|
3561 |
|
|
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
|
3562 |
|
|
s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
|
3563 |
|
|
s,@mkdir_p@,$mkdir_p,;t t
|
3564 |
|
|
s,@AWK@,$AWK,;t t
|
3565 |
|
|
s,@SET_MAKE@,$SET_MAKE,;t t
|
3566 |
|
|
s,@am__leading_dot@,$am__leading_dot,;t t
|
3567 |
|
|
s,@AMTAR@,$AMTAR,;t t
|
3568 |
|
|
s,@am__tar@,$am__tar,;t t
|
3569 |
|
|
s,@am__untar@,$am__untar,;t t
|
3570 |
|
|
s,@CC@,$CC,;t t
|
3571 |
|
|
s,@DEPDIR@,$DEPDIR,;t t
|
3572 |
|
|
s,@am__include@,$am__include,;t t
|
3573 |
|
|
s,@am__quote@,$am__quote,;t t
|
3574 |
|
|
s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
|
3575 |
|
|
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
|
3576 |
|
|
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
|
3577 |
|
|
s,@CCDEPMODE@,$CCDEPMODE,;t t
|
3578 |
|
|
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
|
3579 |
|
|
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
|
3580 |
|
|
s,@AS@,$AS,;t t
|
3581 |
|
|
s,@ac_ct_AS@,$ac_ct_AS,;t t
|
3582 |
|
|
s,@AR@,$AR,;t t
|
3583 |
|
|
s,@ac_ct_AR@,$ac_ct_AR,;t t
|
3584 |
|
|
s,@RANLIB@,$RANLIB,;t t
|
3585 |
|
|
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
|
3586 |
|
|
s,@READELF@,$READELF,;t t
|
3587 |
|
|
s,@ac_ct_READELF@,$ac_ct_READELF,;t t
|
3588 |
|
|
s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
|
3589 |
|
|
s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
|
3590 |
|
|
s,@MAINT@,$MAINT,;t t
|
3591 |
|
|
s,@CCAS@,$CCAS,;t t
|
3592 |
|
|
s,@CCASFLAGS@,$CCASFLAGS,;t t
|
3593 |
|
|
s,@NEWLIB_CFLAGS@,$NEWLIB_CFLAGS,;t t
|
3594 |
|
|
s,@LDFLAGS@,$LDFLAGS,;t t
|
3595 |
|
|
s,@ELIX_LEVEL_0_TRUE@,$ELIX_LEVEL_0_TRUE,;t t
|
3596 |
|
|
s,@ELIX_LEVEL_0_FALSE@,$ELIX_LEVEL_0_FALSE,;t t
|
3597 |
|
|
s,@ELIX_LEVEL_1_TRUE@,$ELIX_LEVEL_1_TRUE,;t t
|
3598 |
|
|
s,@ELIX_LEVEL_1_FALSE@,$ELIX_LEVEL_1_FALSE,;t t
|
3599 |
|
|
s,@ELIX_LEVEL_2_TRUE@,$ELIX_LEVEL_2_TRUE,;t t
|
3600 |
|
|
s,@ELIX_LEVEL_2_FALSE@,$ELIX_LEVEL_2_FALSE,;t t
|
3601 |
|
|
s,@ELIX_LEVEL_3_TRUE@,$ELIX_LEVEL_3_TRUE,;t t
|
3602 |
|
|
s,@ELIX_LEVEL_3_FALSE@,$ELIX_LEVEL_3_FALSE,;t t
|
3603 |
|
|
s,@ELIX_LEVEL_4_TRUE@,$ELIX_LEVEL_4_TRUE,;t t
|
3604 |
|
|
s,@ELIX_LEVEL_4_FALSE@,$ELIX_LEVEL_4_FALSE,;t t
|
3605 |
|
|
s,@USE_LIBTOOL_TRUE@,$USE_LIBTOOL_TRUE,;t t
|
3606 |
|
|
s,@USE_LIBTOOL_FALSE@,$USE_LIBTOOL_FALSE,;t t
|
3607 |
|
|
s,@OBJEXT@,$OBJEXT,;t t
|
3608 |
|
|
s,@oext@,$oext,;t t
|
3609 |
|
|
s,@aext@,$aext,;t t
|
3610 |
|
|
s,@lpfx@,$lpfx,;t t
|
3611 |
|
|
s,@libm_machine_dir@,$libm_machine_dir,;t t
|
3612 |
|
|
s,@machine_dir@,$machine_dir,;t t
|
3613 |
|
|
s,@sys_dir@,$sys_dir,;t t
|
3614 |
|
|
s,@LIBOBJS@,$LIBOBJS,;t t
|
3615 |
|
|
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
|
3616 |
|
|
CEOF
|
3617 |
|
|
|
3618 |
|
|
_ACEOF
|
3619 |
|
|
|
3620 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3621 |
|
|
# Split the substitutions into bite-sized pieces for seds with
|
3622 |
|
|
# small command number limits, like on Digital OSF/1 and HP-UX.
|
3623 |
|
|
ac_max_sed_lines=48
|
3624 |
|
|
ac_sed_frag=1 # Number of current file.
|
3625 |
|
|
ac_beg=1 # First line for current file.
|
3626 |
|
|
ac_end=$ac_max_sed_lines # Line after last line for current file.
|
3627 |
|
|
ac_more_lines=:
|
3628 |
|
|
ac_sed_cmds=
|
3629 |
|
|
while $ac_more_lines; do
|
3630 |
|
|
if test $ac_beg -gt 1; then
|
3631 |
|
|
sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
|
3632 |
|
|
else
|
3633 |
|
|
sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
|
3634 |
|
|
fi
|
3635 |
|
|
if test ! -s $tmp/subs.frag; then
|
3636 |
|
|
ac_more_lines=false
|
3637 |
|
|
else
|
3638 |
|
|
# The purpose of the label and of the branching condition is to
|
3639 |
|
|
# speed up the sed processing (if there are no `@' at all, there
|
3640 |
|
|
# is no need to browse any of the substitutions).
|
3641 |
|
|
# These are the two extra sed commands mentioned above.
|
3642 |
|
|
(echo ':t
|
3643 |
|
|
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
|
3644 |
|
|
if test -z "$ac_sed_cmds"; then
|
3645 |
|
|
ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
|
3646 |
|
|
else
|
3647 |
|
|
ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
|
3648 |
|
|
fi
|
3649 |
|
|
ac_sed_frag=`expr $ac_sed_frag + 1`
|
3650 |
|
|
ac_beg=$ac_end
|
3651 |
|
|
ac_end=`expr $ac_end + $ac_max_sed_lines`
|
3652 |
|
|
fi
|
3653 |
|
|
done
|
3654 |
|
|
if test -z "$ac_sed_cmds"; then
|
3655 |
|
|
ac_sed_cmds=cat
|
3656 |
|
|
fi
|
3657 |
|
|
fi # test -n "$CONFIG_FILES"
|
3658 |
|
|
|
3659 |
|
|
_ACEOF
|
3660 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3661 |
|
|
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
|
3662 |
|
|
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
3663 |
|
|
case $ac_file in
|
3664 |
|
|
- | *:- | *:-:* ) # input from stdin
|
3665 |
|
|
cat >$tmp/stdin
|
3666 |
|
|
ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
3667 |
|
|
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
3668 |
|
|
*:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
3669 |
|
|
ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
|
3670 |
|
|
* ) ac_file_in=$ac_file.in ;;
|
3671 |
|
|
esac
|
3672 |
|
|
|
3673 |
|
|
# Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
|
3674 |
|
|
ac_dir=`(dirname "$ac_file") 2>/dev/null ||
|
3675 |
|
|
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
3676 |
|
|
X"$ac_file" : 'X\(//\)[^/]' \| \
|
3677 |
|
|
X"$ac_file" : 'X\(//\)$' \| \
|
3678 |
|
|
X"$ac_file" : 'X\(/\)' \| \
|
3679 |
|
|
. : '\(.\)' 2>/dev/null ||
|
3680 |
|
|
echo X"$ac_file" |
|
3681 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
3682 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
3683 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
3684 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
3685 |
|
|
s/.*/./; q'`
|
3686 |
|
|
{ if $as_mkdir_p; then
|
3687 |
|
|
mkdir -p "$ac_dir"
|
3688 |
|
|
else
|
3689 |
|
|
as_dir="$ac_dir"
|
3690 |
|
|
as_dirs=
|
3691 |
|
|
while test ! -d "$as_dir"; do
|
3692 |
|
|
as_dirs="$as_dir $as_dirs"
|
3693 |
|
|
as_dir=`(dirname "$as_dir") 2>/dev/null ||
|
3694 |
|
|
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
3695 |
|
|
X"$as_dir" : 'X\(//\)[^/]' \| \
|
3696 |
|
|
X"$as_dir" : 'X\(//\)$' \| \
|
3697 |
|
|
X"$as_dir" : 'X\(/\)' \| \
|
3698 |
|
|
. : '\(.\)' 2>/dev/null ||
|
3699 |
|
|
echo X"$as_dir" |
|
3700 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
3701 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
3702 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
3703 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
3704 |
|
|
s/.*/./; q'`
|
3705 |
|
|
done
|
3706 |
|
|
test ! -n "$as_dirs" || mkdir $as_dirs
|
3707 |
|
|
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
|
3708 |
|
|
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
|
3709 |
|
|
{ (exit 1); exit 1; }; }; }
|
3710 |
|
|
|
3711 |
|
|
ac_builddir=.
|
3712 |
|
|
|
3713 |
|
|
if test "$ac_dir" != .; then
|
3714 |
|
|
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
3715 |
|
|
# A "../" for each directory in $ac_dir_suffix.
|
3716 |
|
|
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
3717 |
|
|
else
|
3718 |
|
|
ac_dir_suffix= ac_top_builddir=
|
3719 |
|
|
fi
|
3720 |
|
|
|
3721 |
|
|
case $srcdir in
|
3722 |
|
|
.) # No --srcdir option. We are building in place.
|
3723 |
|
|
ac_srcdir=.
|
3724 |
|
|
if test -z "$ac_top_builddir"; then
|
3725 |
|
|
ac_top_srcdir=.
|
3726 |
|
|
else
|
3727 |
|
|
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
|
3728 |
|
|
fi ;;
|
3729 |
|
|
[\\/]* | ?:[\\/]* ) # Absolute path.
|
3730 |
|
|
ac_srcdir=$srcdir$ac_dir_suffix;
|
3731 |
|
|
ac_top_srcdir=$srcdir ;;
|
3732 |
|
|
*) # Relative path.
|
3733 |
|
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
3734 |
|
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
3735 |
|
|
esac
|
3736 |
|
|
|
3737 |
|
|
# Do not use `cd foo && pwd` to compute absolute paths, because
|
3738 |
|
|
# the directories may not exist.
|
3739 |
|
|
case `pwd` in
|
3740 |
|
|
.) ac_abs_builddir="$ac_dir";;
|
3741 |
|
|
*)
|
3742 |
|
|
case "$ac_dir" in
|
3743 |
|
|
.) ac_abs_builddir=`pwd`;;
|
3744 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
3745 |
|
|
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
3746 |
|
|
esac;;
|
3747 |
|
|
esac
|
3748 |
|
|
case $ac_abs_builddir in
|
3749 |
|
|
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
3750 |
|
|
*)
|
3751 |
|
|
case ${ac_top_builddir}. in
|
3752 |
|
|
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
3753 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
3754 |
|
|
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
3755 |
|
|
esac;;
|
3756 |
|
|
esac
|
3757 |
|
|
case $ac_abs_builddir in
|
3758 |
|
|
.) ac_abs_srcdir=$ac_srcdir;;
|
3759 |
|
|
*)
|
3760 |
|
|
case $ac_srcdir in
|
3761 |
|
|
.) ac_abs_srcdir=$ac_abs_builddir;;
|
3762 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
3763 |
|
|
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
3764 |
|
|
esac;;
|
3765 |
|
|
esac
|
3766 |
|
|
case $ac_abs_builddir in
|
3767 |
|
|
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
3768 |
|
|
*)
|
3769 |
|
|
case $ac_top_srcdir in
|
3770 |
|
|
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
3771 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
3772 |
|
|
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
3773 |
|
|
esac;;
|
3774 |
|
|
esac
|
3775 |
|
|
|
3776 |
|
|
|
3777 |
|
|
case $INSTALL in
|
3778 |
|
|
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
|
3779 |
|
|
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
|
3780 |
|
|
esac
|
3781 |
|
|
|
3782 |
|
|
if test x"$ac_file" != x-; then
|
3783 |
|
|
{ echo "$as_me:$LINENO: creating $ac_file" >&5
|
3784 |
|
|
echo "$as_me: creating $ac_file" >&6;}
|
3785 |
|
|
rm -f "$ac_file"
|
3786 |
|
|
fi
|
3787 |
|
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
3788 |
|
|
# use $as_me), people would be surprised to read:
|
3789 |
|
|
# /* config.h. Generated by config.status. */
|
3790 |
|
|
if test x"$ac_file" = x-; then
|
3791 |
|
|
configure_input=
|
3792 |
|
|
else
|
3793 |
|
|
configure_input="$ac_file. "
|
3794 |
|
|
fi
|
3795 |
|
|
configure_input=$configure_input"Generated from `echo $ac_file_in |
|
3796 |
|
|
sed 's,.*/,,'` by configure."
|
3797 |
|
|
|
3798 |
|
|
# First look for the input files in the build tree, otherwise in the
|
3799 |
|
|
# src tree.
|
3800 |
|
|
ac_file_inputs=`IFS=:
|
3801 |
|
|
for f in $ac_file_in; do
|
3802 |
|
|
case $f in
|
3803 |
|
|
-) echo $tmp/stdin ;;
|
3804 |
|
|
[\\/$]*)
|
3805 |
|
|
# Absolute (can't be DOS-style, as IFS=:)
|
3806 |
|
|
test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
3807 |
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
3808 |
|
|
{ (exit 1); exit 1; }; }
|
3809 |
|
|
echo "$f";;
|
3810 |
|
|
*) # Relative
|
3811 |
|
|
if test -f "$f"; then
|
3812 |
|
|
# Build tree
|
3813 |
|
|
echo "$f"
|
3814 |
|
|
elif test -f "$srcdir/$f"; then
|
3815 |
|
|
# Source tree
|
3816 |
|
|
echo "$srcdir/$f"
|
3817 |
|
|
else
|
3818 |
|
|
# /dev/null tree
|
3819 |
|
|
{ { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
|
3820 |
|
|
echo "$as_me: error: cannot find input file: $f" >&2;}
|
3821 |
|
|
{ (exit 1); exit 1; }; }
|
3822 |
|
|
fi;;
|
3823 |
|
|
esac
|
3824 |
|
|
done` || { (exit 1); exit 1; }
|
3825 |
|
|
_ACEOF
|
3826 |
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
3827 |
|
|
sed "$ac_vpsub
|
3828 |
|
|
$extrasub
|
3829 |
|
|
_ACEOF
|
3830 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3831 |
|
|
:t
|
3832 |
|
|
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
3833 |
|
|
s,@configure_input@,$configure_input,;t t
|
3834 |
|
|
s,@srcdir@,$ac_srcdir,;t t
|
3835 |
|
|
s,@abs_srcdir@,$ac_abs_srcdir,;t t
|
3836 |
|
|
s,@top_srcdir@,$ac_top_srcdir,;t t
|
3837 |
|
|
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
|
3838 |
|
|
s,@builddir@,$ac_builddir,;t t
|
3839 |
|
|
s,@abs_builddir@,$ac_abs_builddir,;t t
|
3840 |
|
|
s,@top_builddir@,$ac_top_builddir,;t t
|
3841 |
|
|
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
|
3842 |
|
|
s,@INSTALL@,$ac_INSTALL,;t t
|
3843 |
|
|
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
|
3844 |
|
|
rm -f $tmp/stdin
|
3845 |
|
|
if test x"$ac_file" != x-; then
|
3846 |
|
|
mv $tmp/out $ac_file
|
3847 |
|
|
else
|
3848 |
|
|
cat $tmp/out
|
3849 |
|
|
rm -f $tmp/out
|
3850 |
|
|
fi
|
3851 |
|
|
|
3852 |
|
|
done
|
3853 |
|
|
_ACEOF
|
3854 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
3855 |
|
|
|
3856 |
|
|
#
|
3857 |
|
|
# CONFIG_COMMANDS section.
|
3858 |
|
|
#
|
3859 |
|
|
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
|
3860 |
|
|
ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
|
3861 |
|
|
ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
|
3862 |
|
|
ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
|
3863 |
|
|
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
3864 |
|
|
X"$ac_dest" : 'X\(//\)[^/]' \| \
|
3865 |
|
|
X"$ac_dest" : 'X\(//\)$' \| \
|
3866 |
|
|
X"$ac_dest" : 'X\(/\)' \| \
|
3867 |
|
|
. : '\(.\)' 2>/dev/null ||
|
3868 |
|
|
echo X"$ac_dest" |
|
3869 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
3870 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
3871 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
3872 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
3873 |
|
|
s/.*/./; q'`
|
3874 |
|
|
{ if $as_mkdir_p; then
|
3875 |
|
|
mkdir -p "$ac_dir"
|
3876 |
|
|
else
|
3877 |
|
|
as_dir="$ac_dir"
|
3878 |
|
|
as_dirs=
|
3879 |
|
|
while test ! -d "$as_dir"; do
|
3880 |
|
|
as_dirs="$as_dir $as_dirs"
|
3881 |
|
|
as_dir=`(dirname "$as_dir") 2>/dev/null ||
|
3882 |
|
|
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
3883 |
|
|
X"$as_dir" : 'X\(//\)[^/]' \| \
|
3884 |
|
|
X"$as_dir" : 'X\(//\)$' \| \
|
3885 |
|
|
X"$as_dir" : 'X\(/\)' \| \
|
3886 |
|
|
. : '\(.\)' 2>/dev/null ||
|
3887 |
|
|
echo X"$as_dir" |
|
3888 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
3889 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
3890 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
3891 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
3892 |
|
|
s/.*/./; q'`
|
3893 |
|
|
done
|
3894 |
|
|
test ! -n "$as_dirs" || mkdir $as_dirs
|
3895 |
|
|
fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
|
3896 |
|
|
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
|
3897 |
|
|
{ (exit 1); exit 1; }; }; }
|
3898 |
|
|
|
3899 |
|
|
ac_builddir=.
|
3900 |
|
|
|
3901 |
|
|
if test "$ac_dir" != .; then
|
3902 |
|
|
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
3903 |
|
|
# A "../" for each directory in $ac_dir_suffix.
|
3904 |
|
|
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
3905 |
|
|
else
|
3906 |
|
|
ac_dir_suffix= ac_top_builddir=
|
3907 |
|
|
fi
|
3908 |
|
|
|
3909 |
|
|
case $srcdir in
|
3910 |
|
|
.) # No --srcdir option. We are building in place.
|
3911 |
|
|
ac_srcdir=.
|
3912 |
|
|
if test -z "$ac_top_builddir"; then
|
3913 |
|
|
ac_top_srcdir=.
|
3914 |
|
|
else
|
3915 |
|
|
ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
|
3916 |
|
|
fi ;;
|
3917 |
|
|
[\\/]* | ?:[\\/]* ) # Absolute path.
|
3918 |
|
|
ac_srcdir=$srcdir$ac_dir_suffix;
|
3919 |
|
|
ac_top_srcdir=$srcdir ;;
|
3920 |
|
|
*) # Relative path.
|
3921 |
|
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
3922 |
|
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
3923 |
|
|
esac
|
3924 |
|
|
|
3925 |
|
|
# Do not use `cd foo && pwd` to compute absolute paths, because
|
3926 |
|
|
# the directories may not exist.
|
3927 |
|
|
case `pwd` in
|
3928 |
|
|
.) ac_abs_builddir="$ac_dir";;
|
3929 |
|
|
*)
|
3930 |
|
|
case "$ac_dir" in
|
3931 |
|
|
.) ac_abs_builddir=`pwd`;;
|
3932 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
|
3933 |
|
|
*) ac_abs_builddir=`pwd`/"$ac_dir";;
|
3934 |
|
|
esac;;
|
3935 |
|
|
esac
|
3936 |
|
|
case $ac_abs_builddir in
|
3937 |
|
|
.) ac_abs_top_builddir=${ac_top_builddir}.;;
|
3938 |
|
|
*)
|
3939 |
|
|
case ${ac_top_builddir}. in
|
3940 |
|
|
.) ac_abs_top_builddir=$ac_abs_builddir;;
|
3941 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
|
3942 |
|
|
*) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
|
3943 |
|
|
esac;;
|
3944 |
|
|
esac
|
3945 |
|
|
case $ac_abs_builddir in
|
3946 |
|
|
.) ac_abs_srcdir=$ac_srcdir;;
|
3947 |
|
|
*)
|
3948 |
|
|
case $ac_srcdir in
|
3949 |
|
|
.) ac_abs_srcdir=$ac_abs_builddir;;
|
3950 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
|
3951 |
|
|
*) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
|
3952 |
|
|
esac;;
|
3953 |
|
|
esac
|
3954 |
|
|
case $ac_abs_builddir in
|
3955 |
|
|
.) ac_abs_top_srcdir=$ac_top_srcdir;;
|
3956 |
|
|
*)
|
3957 |
|
|
case $ac_top_srcdir in
|
3958 |
|
|
.) ac_abs_top_srcdir=$ac_abs_builddir;;
|
3959 |
|
|
[\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
|
3960 |
|
|
*) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
|
3961 |
|
|
esac;;
|
3962 |
|
|
esac
|
3963 |
|
|
|
3964 |
|
|
|
3965 |
|
|
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
|
3966 |
|
|
echo "$as_me: executing $ac_dest commands" >&6;}
|
3967 |
|
|
case $ac_dest in
|
3968 |
|
|
depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
|
3969 |
|
|
# Strip MF so we end up with the name of the file.
|
3970 |
|
|
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
3971 |
|
|
# Check whether this is an Automake generated Makefile or not.
|
3972 |
|
|
# We used to match only the files named `Makefile.in', but
|
3973 |
|
|
# some people rename them; so instead we look at the file content.
|
3974 |
|
|
# Grep'ing the first line is not enough: some people post-process
|
3975 |
|
|
# each Makefile.in and add a new line on top of each file to say so.
|
3976 |
|
|
# So let's grep whole file.
|
3977 |
|
|
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
|
3978 |
|
|
dirpart=`(dirname "$mf") 2>/dev/null ||
|
3979 |
|
|
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
3980 |
|
|
X"$mf" : 'X\(//\)[^/]' \| \
|
3981 |
|
|
X"$mf" : 'X\(//\)$' \| \
|
3982 |
|
|
X"$mf" : 'X\(/\)' \| \
|
3983 |
|
|
. : '\(.\)' 2>/dev/null ||
|
3984 |
|
|
echo X"$mf" |
|
3985 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
3986 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
3987 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
3988 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
3989 |
|
|
s/.*/./; q'`
|
3990 |
|
|
else
|
3991 |
|
|
continue
|
3992 |
|
|
fi
|
3993 |
|
|
# Extract the definition of DEPDIR, am__include, and am__quote
|
3994 |
|
|
# from the Makefile without running `make'.
|
3995 |
|
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
3996 |
|
|
test -z "$DEPDIR" && continue
|
3997 |
|
|
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
3998 |
|
|
test -z "am__include" && continue
|
3999 |
|
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
4000 |
|
|
# When using ansi2knr, U may be empty or an underscore; expand it
|
4001 |
|
|
U=`sed -n 's/^U = //p' < "$mf"`
|
4002 |
|
|
# Find all dependency output files, they are included files with
|
4003 |
|
|
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
4004 |
|
|
# simplest approach to changing $(DEPDIR) to its actual value in the
|
4005 |
|
|
# expansion.
|
4006 |
|
|
for file in `sed -n "
|
4007 |
|
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
4008 |
|
|
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
4009 |
|
|
# Make sure the directory exists.
|
4010 |
|
|
test -f "$dirpart/$file" && continue
|
4011 |
|
|
fdir=`(dirname "$file") 2>/dev/null ||
|
4012 |
|
|
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
4013 |
|
|
X"$file" : 'X\(//\)[^/]' \| \
|
4014 |
|
|
X"$file" : 'X\(//\)$' \| \
|
4015 |
|
|
X"$file" : 'X\(/\)' \| \
|
4016 |
|
|
. : '\(.\)' 2>/dev/null ||
|
4017 |
|
|
echo X"$file" |
|
4018 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
4019 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
4020 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
4021 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
4022 |
|
|
s/.*/./; q'`
|
4023 |
|
|
{ if $as_mkdir_p; then
|
4024 |
|
|
mkdir -p $dirpart/$fdir
|
4025 |
|
|
else
|
4026 |
|
|
as_dir=$dirpart/$fdir
|
4027 |
|
|
as_dirs=
|
4028 |
|
|
while test ! -d "$as_dir"; do
|
4029 |
|
|
as_dirs="$as_dir $as_dirs"
|
4030 |
|
|
as_dir=`(dirname "$as_dir") 2>/dev/null ||
|
4031 |
|
|
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
4032 |
|
|
X"$as_dir" : 'X\(//\)[^/]' \| \
|
4033 |
|
|
X"$as_dir" : 'X\(//\)$' \| \
|
4034 |
|
|
X"$as_dir" : 'X\(/\)' \| \
|
4035 |
|
|
. : '\(.\)' 2>/dev/null ||
|
4036 |
|
|
echo X"$as_dir" |
|
4037 |
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
|
4038 |
|
|
/^X\(\/\/\)[^/].*/{ s//\1/; q; }
|
4039 |
|
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
4040 |
|
|
/^X\(\/\).*/{ s//\1/; q; }
|
4041 |
|
|
s/.*/./; q'`
|
4042 |
|
|
done
|
4043 |
|
|
test ! -n "$as_dirs" || mkdir $as_dirs
|
4044 |
|
|
fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
|
4045 |
|
|
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
|
4046 |
|
|
{ (exit 1); exit 1; }; }; }
|
4047 |
|
|
|
4048 |
|
|
# echo "creating $dirpart/$file"
|
4049 |
|
|
echo '# dummy' > "$dirpart/$file"
|
4050 |
|
|
done
|
4051 |
|
|
done
|
4052 |
|
|
;;
|
4053 |
|
|
esac
|
4054 |
|
|
done
|
4055 |
|
|
_ACEOF
|
4056 |
|
|
|
4057 |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF
|
4058 |
|
|
|
4059 |
|
|
{ (exit 0); exit 0; }
|
4060 |
|
|
_ACEOF
|
4061 |
|
|
chmod +x $CONFIG_STATUS
|
4062 |
|
|
ac_clean_files=$ac_clean_files_save
|
4063 |
|
|
|
4064 |
|
|
|
4065 |
|
|
# configure is writing to config.log, and then calls config.status.
|
4066 |
|
|
# config.status does its own redirection, appending to config.log.
|
4067 |
|
|
# Unfortunately, on DOS this fails, as config.log is still kept open
|
4068 |
|
|
# by configure, so config.status won't be able to write to it; its
|
4069 |
|
|
# output is simply discarded. So we exec the FD to /dev/null,
|
4070 |
|
|
# effectively closing config.log, so it can be properly (re)opened and
|
4071 |
|
|
# appended to by config.status. When coming back to configure, we
|
4072 |
|
|
# need to make the FD available again.
|
4073 |
|
|
if test "$no_create" != yes; then
|
4074 |
|
|
ac_cs_success=:
|
4075 |
|
|
ac_config_status_args=
|
4076 |
|
|
test "$silent" = yes &&
|
4077 |
|
|
ac_config_status_args="$ac_config_status_args --quiet"
|
4078 |
|
|
exec 5>/dev/null
|
4079 |
|
|
$SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
|
4080 |
|
|
exec 5>>config.log
|
4081 |
|
|
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
|
4082 |
|
|
# would make configure fail if this is the last instruction.
|
4083 |
|
|
$ac_cs_success || { (exit 1); exit 1; }
|
4084 |
|
|
fi
|
4085 |
|
|
|