sim: unify toolchain dependency logic
[deliverable/binutils-gdb.git] / sim / iq2000 / configure
CommitLineData
edece237
CV
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
edece237 8#
edece237
CV
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
edece237 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
edece237
CV
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
edece237
CV
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
edece237 31fi
edece237 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
edece237
CV
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
edece237
CV
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
d3562f83 198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
81ecdfbb
RW
199 if (eval "$as_required") 2>/dev/null; then :
200 as_have_required=yes
201else
202 as_have_required=no
203fi
204 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206else
207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208as_found=false
209for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
edece237 210do
81ecdfbb
RW
211 IFS=$as_save_IFS
212 test -z "$as_dir" && as_dir=.
213 as_found=:
214 case $as_dir in #(
215 /*)
216 for as_base in sh bash ksh sh5; do
217 # Try only shells that exist, to save several forks.
218 as_shell=$as_dir/$as_base
219 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221 CONFIG_SHELL=$as_shell as_have_required=yes
222 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223 break 2
224fi
225fi
226 done;;
227 esac
228 as_found=false
229done
230$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232 CONFIG_SHELL=$SHELL as_have_required=yes
233fi; }
234IFS=$as_save_IFS
235
236
237 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
238 export CONFIG_SHELL
239 # We cannot yet assume a decent shell, so we have to provide a
240# neutralization value for shells without unset; and this also
241# works around shells that cannot unset nonexistent variables.
242# Preserve -v and -x to the replacement shell.
243BASH_ENV=/dev/null
244ENV=/dev/null
245(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246case $- in # ((((
247 *v*x* | *x*v* ) as_opts=-vx ;;
248 *v* ) as_opts=-v ;;
249 *x* ) as_opts=-x ;;
250 * ) as_opts= ;;
251esac
252exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253# Admittedly, this is quite paranoid, since all the known shells bail
254# out after a failed `exec'.
255$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256exit 255
81ecdfbb
RW
257fi
258
259 if test x$as_have_required = xno; then :
260 $as_echo "$0: This script requires a shell more modern than all"
261 $as_echo "$0: the shells that I found on your system."
262 if test x${ZSH_VERSION+set} = xset ; then
263 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
edece237 265 else
81ecdfbb
RW
266 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267$0: including any error possibly output before this
268$0: message. Then install a modern shell, or manually run
269$0: the script under such a shell if you do have one."
edece237 270 fi
81ecdfbb
RW
271 exit 1
272fi
273fi
274fi
275SHELL=${CONFIG_SHELL-/bin/sh}
276export SHELL
277# Unset more variables known to interfere with behavior of common tools.
278CLICOLOR_FORCE= GREP_OPTIONS=
279unset CLICOLOR_FORCE GREP_OPTIONS
280
281## --------------------- ##
282## M4sh Shell Functions. ##
283## --------------------- ##
284# as_fn_unset VAR
285# ---------------
286# Portably unset VAR.
287as_fn_unset ()
288{
289 { eval $1=; unset $1;}
290}
291as_unset=as_fn_unset
292
293# as_fn_set_status STATUS
294# -----------------------
295# Set $? to STATUS, without forking.
296as_fn_set_status ()
297{
298 return $1
299} # as_fn_set_status
300
301# as_fn_exit STATUS
302# -----------------
303# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304as_fn_exit ()
305{
306 set +e
307 as_fn_set_status $1
308 exit $1
309} # as_fn_exit
310
311# as_fn_mkdir_p
312# -------------
313# Create "$as_dir" as a directory, including parents if necessary.
314as_fn_mkdir_p ()
315{
316
317 case $as_dir in #(
318 -*) as_dir=./$as_dir;;
319 esac
320 test -d "$as_dir" || eval $as_mkdir_p || {
321 as_dirs=
322 while :; do
323 case $as_dir in #(
324 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325 *) as_qdir=$as_dir;;
326 esac
327 as_dirs="'$as_qdir' $as_dirs"
328 as_dir=`$as_dirname -- "$as_dir" ||
329$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330 X"$as_dir" : 'X\(//\)[^/]' \| \
331 X"$as_dir" : 'X\(//\)$' \| \
332 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333$as_echo X"$as_dir" |
334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335 s//\1/
336 q
337 }
338 /^X\(\/\/\)[^/].*/{
339 s//\1/
340 q
341 }
342 /^X\(\/\/\)$/{
343 s//\1/
344 q
345 }
346 /^X\(\/\).*/{
347 s//\1/
348 q
349 }
350 s/.*/./; q'`
351 test -d "$as_dir" && break
352 done
353 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 354 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
355
356
357} # as_fn_mkdir_p
d0ac1c44
SM
358
359# as_fn_executable_p FILE
360# -----------------------
361# Test if FILE is an executable regular file.
362as_fn_executable_p ()
363{
364 test -f "$1" && test -x "$1"
365} # as_fn_executable_p
81ecdfbb
RW
366# as_fn_append VAR VALUE
367# ----------------------
368# Append the text in VALUE to the end of the definition contained in VAR. Take
369# advantage of any shell optimizations that allow amortized linear growth over
370# repeated appends, instead of the typical quadratic growth present in naive
371# implementations.
372if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373 eval 'as_fn_append ()
374 {
375 eval $1+=\$2
376 }'
377else
378 as_fn_append ()
379 {
380 eval $1=\$$1\$2
381 }
382fi # as_fn_append
383
384# as_fn_arith ARG...
385# ------------------
386# Perform arithmetic evaluation on the ARGs, and store the result in the
387# global $as_val. Take advantage of shells that can avoid forks. The arguments
388# must be portable across $(()) and expr.
389if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390 eval 'as_fn_arith ()
391 {
392 as_val=$(( $* ))
393 }'
394else
395 as_fn_arith ()
396 {
397 as_val=`expr "$@" || test $? -eq 1`
398 }
399fi # as_fn_arith
400
401
d0ac1c44
SM
402# as_fn_error STATUS ERROR [LINENO LOG_FD]
403# ----------------------------------------
81ecdfbb
RW
404# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 406# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
407as_fn_error ()
408{
d0ac1c44
SM
409 as_status=$1; test $as_status -eq 0 && as_status=1
410 if test "$4"; then
411 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 413 fi
d0ac1c44 414 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
415 as_fn_exit $as_status
416} # as_fn_error
edece237 417
81ecdfbb
RW
418if expr a : '\(a\)' >/dev/null 2>&1 &&
419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
edece237
CV
420 as_expr=expr
421else
422 as_expr=false
423fi
424
81ecdfbb 425if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
edece237
CV
426 as_basename=basename
427else
428 as_basename=false
429fi
430
81ecdfbb
RW
431if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432 as_dirname=dirname
433else
434 as_dirname=false
435fi
edece237 436
81ecdfbb 437as_me=`$as_basename -- "$0" ||
edece237
CV
438$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441$as_echo X/"$0" |
442 sed '/^.*\/\([^/][^/]*\)\/*$/{
443 s//\1/
444 q
445 }
446 /^X\/\(\/\/\)$/{
447 s//\1/
448 q
449 }
450 /^X\/\(\/\).*/{
451 s//\1/
452 q
453 }
454 s/.*/./; q'`
edece237 455
edece237
CV
456# Avoid depending upon Character Ranges.
457as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460as_cr_digits='0123456789'
461as_cr_alnum=$as_cr_Letters$as_cr_digits
462
edece237 463
81ecdfbb
RW
464 as_lineno_1=$LINENO as_lineno_1a=$LINENO
465 as_lineno_2=$LINENO as_lineno_2a=$LINENO
466 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
469 sed -n '
470 p
471 /[$]LINENO/=
472 ' <$as_myself |
edece237 473 sed '
81ecdfbb
RW
474 s/[$]LINENO.*/&-/
475 t lineno
476 b
477 :lineno
edece237 478 N
81ecdfbb
RW
479 :loop
480 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
edece237 481 t loop
81ecdfbb 482 s/-\n.*//
edece237 483 ' >$as_me.lineno &&
81ecdfbb
RW
484 chmod +x "$as_me.lineno" ||
485 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
edece237 486
d0ac1c44
SM
487 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488 # already done that, so ensure we don't try to do so again and fall
489 # in an infinite loop. This has already happened in practice.
490 _as_can_reexec=no; export _as_can_reexec
edece237
CV
491 # Don't try to exec as it changes $[0], causing all sort of problems
492 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
493 # original and so on. Autoconf is especially sensitive to this).
494 . "./$as_me.lineno"
edece237
CV
495 # Exit status is that of the last command.
496 exit
497}
498
81ecdfbb
RW
499ECHO_C= ECHO_N= ECHO_T=
500case `echo -n x` in #(((((
501-n*)
502 case `echo 'xy\c'` in
503 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
504 xy) ECHO_C='\c';;
505 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
506 ECHO_T=' ';;
507 esac;;
508*)
509 ECHO_N='-n';;
edece237
CV
510esac
511
81ecdfbb
RW
512rm -f conf$$ conf$$.exe conf$$.file
513if test -d conf$$.dir; then
514 rm -f conf$$.dir/conf$$.file
edece237 515else
81ecdfbb
RW
516 rm -f conf$$.dir
517 mkdir conf$$.dir 2>/dev/null
edece237 518fi
81ecdfbb
RW
519if (echo >conf$$.file) 2>/dev/null; then
520 if ln -s conf$$.file conf$$ 2>/dev/null; then
edece237 521 as_ln_s='ln -s'
81ecdfbb
RW
522 # ... but there are two gotchas:
523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 525 # In both cases, we have to default to `cp -pR'.
81ecdfbb 526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 527 as_ln_s='cp -pR'
81ecdfbb
RW
528 elif ln conf$$.file conf$$ 2>/dev/null; then
529 as_ln_s=ln
530 else
d0ac1c44 531 as_ln_s='cp -pR'
edece237 532 fi
edece237 533else
d0ac1c44 534 as_ln_s='cp -pR'
edece237 535fi
81ecdfbb
RW
536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537rmdir conf$$.dir 2>/dev/null
edece237
CV
538
539if mkdir -p . 2>/dev/null; then
81ecdfbb 540 as_mkdir_p='mkdir -p "$as_dir"'
edece237
CV
541else
542 test -d ./-p && rmdir ./-p
543 as_mkdir_p=false
544fi
545
d0ac1c44
SM
546as_test_x='test -x'
547as_executable_p=as_fn_executable_p
edece237
CV
548
549# Sed expression to map a string onto a valid CPP name.
550as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552# Sed expression to map a string onto a valid variable name.
553as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
d0ac1c44
SM
556test -n "$DJDIR" || exec 7<&0 </dev/null
557exec 6>&1
edece237
CV
558
559# Name of the host.
d0ac1c44 560# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
edece237
CV
561# so uname gets run too.
562ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
edece237
CV
564#
565# Initializations.
566#
567ac_default_prefix=/usr/local
81ecdfbb 568ac_clean_files=
edece237 569ac_config_libobj_dir=.
81ecdfbb 570LIBOBJS=
edece237
CV
571cross_compiling=no
572subdirs=
573MFLAGS=
574MAKEFLAGS=
edece237
CV
575
576# Identity of this package.
577PACKAGE_NAME=
578PACKAGE_TARNAME=
579PACKAGE_VERSION=
580PACKAGE_STRING=
581PACKAGE_BUGREPORT=
81ecdfbb 582PACKAGE_URL=
edece237
CV
583
584ac_unique_file="Makefile.in"
81ecdfbb
RW
585ac_subst_vars='LTLIBOBJS
586LIBOBJS
760b3e8b
MF
587sim_reserved_bits
588sim_float
589sim_bitsize
81ecdfbb
RW
590cgen_breaks
591cgen
592cgendir
593CGEN_MAINT
81ecdfbb 594MAINT
31e6ad7d
MF
595MAINTAINER_MODE_FALSE
596MAINTAINER_MODE_TRUE
81ecdfbb
RW
597CATOBJEXT
598GENCAT
599INSTOBJEXT
600DATADIRNAME
601CATALOGS
602POSUB
603GMSGFMT
604XGETTEXT
605INCINTL
606LIBINTL_DEP
607LIBINTL
608USE_NLS
81ecdfbb
RW
609target_alias
610host_alias
611build_alias
612LIBS
613ECHO_T
614ECHO_N
615ECHO_C
616DEFS
617mandir
618localedir
619libdir
620psdir
621pdfdir
622dvidir
623htmldir
624infodir
625docdir
626oldincludedir
627includedir
628localstatedir
629sharedstatedir
630sysconfdir
631datadir
632datarootdir
633libexecdir
634sbindir
635bindir
636program_transform_name
637prefix
638exec_prefix
639PACKAGE_URL
640PACKAGE_BUGREPORT
641PACKAGE_STRING
642PACKAGE_VERSION
643PACKAGE_TARNAME
644PACKAGE_NAME
645PATH_SEPARATOR
136da8cd 646SHELL
760b3e8b 647sim_scache
136da8cd
MF
648sim_inline
649sim_hw
650sim_hw_objs
651sim_hw_cflags
ba307cdd 652sim_default_model'
edece237 653ac_subst_files=''
81ecdfbb
RW
654ac_user_opts='
655enable_option_checking
656enable_maintainer_mode
347fe5bb 657enable_sim_inline
81ecdfbb
RW
658enable_sim_scache
659enable_sim_default_model
982c3a65 660enable_cgen_maint
94c63d78 661enable_sim_hardware
81ecdfbb
RW
662'
663 ac_precious_vars='build_alias
664host_alias
bc56166f 665target_alias'
81ecdfbb 666
edece237
CV
667
668# Initialize some variables set by options.
669ac_init_help=
670ac_init_version=false
81ecdfbb
RW
671ac_unrecognized_opts=
672ac_unrecognized_sep=
edece237
CV
673# The variables have the same names as the options, with
674# dashes changed to underlines.
675cache_file=/dev/null
676exec_prefix=NONE
677no_create=
678no_recursion=
679prefix=NONE
680program_prefix=NONE
681program_suffix=NONE
682program_transform_name=s,x,x,
683silent=
684site=
685srcdir=
686verbose=
687x_includes=NONE
688x_libraries=NONE
689
690# Installation directory options.
691# These are left unexpanded so users can "make install exec_prefix=/foo"
692# and all the variables that are supposed to be based on exec_prefix
693# by default will actually change.
694# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 695# (The list follows the same order as the GNU Coding Standards.)
edece237
CV
696bindir='${exec_prefix}/bin'
697sbindir='${exec_prefix}/sbin'
698libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
699datarootdir='${prefix}/share'
700datadir='${datarootdir}'
edece237
CV
701sysconfdir='${prefix}/etc'
702sharedstatedir='${prefix}/com'
703localstatedir='${prefix}/var'
edece237
CV
704includedir='${prefix}/include'
705oldincludedir='/usr/include'
81ecdfbb
RW
706docdir='${datarootdir}/doc/${PACKAGE}'
707infodir='${datarootdir}/info'
708htmldir='${docdir}'
709dvidir='${docdir}'
710pdfdir='${docdir}'
711psdir='${docdir}'
712libdir='${exec_prefix}/lib'
713localedir='${datarootdir}/locale'
714mandir='${datarootdir}/man'
edece237
CV
715
716ac_prev=
81ecdfbb 717ac_dashdash=
edece237
CV
718for ac_option
719do
720 # If the previous option needs an argument, assign it.
721 if test -n "$ac_prev"; then
81ecdfbb 722 eval $ac_prev=\$ac_option
edece237
CV
723 ac_prev=
724 continue
725 fi
726
81ecdfbb 727 case $ac_option in
d0ac1c44
SM
728 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
729 *=) ac_optarg= ;;
730 *) ac_optarg=yes ;;
81ecdfbb 731 esac
edece237
CV
732
733 # Accept the important Cygnus configure options, so we can diagnose typos.
734
81ecdfbb
RW
735 case $ac_dashdash$ac_option in
736 --)
737 ac_dashdash=yes ;;
edece237
CV
738
739 -bindir | --bindir | --bindi | --bind | --bin | --bi)
740 ac_prev=bindir ;;
741 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
742 bindir=$ac_optarg ;;
743
744 -build | --build | --buil | --bui | --bu)
745 ac_prev=build_alias ;;
746 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
747 build_alias=$ac_optarg ;;
748
749 -cache-file | --cache-file | --cache-fil | --cache-fi \
750 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
751 ac_prev=cache_file ;;
752 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
753 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
754 cache_file=$ac_optarg ;;
755
756 --config-cache | -C)
757 cache_file=config.cache ;;
758
81ecdfbb 759 -datadir | --datadir | --datadi | --datad)
edece237 760 ac_prev=datadir ;;
81ecdfbb 761 -datadir=* | --datadir=* | --datadi=* | --datad=*)
edece237
CV
762 datadir=$ac_optarg ;;
763
81ecdfbb
RW
764 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
765 | --dataroo | --dataro | --datar)
766 ac_prev=datarootdir ;;
767 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
768 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
769 datarootdir=$ac_optarg ;;
770
edece237 771 -disable-* | --disable-*)
81ecdfbb 772 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
edece237 773 # Reject names that are not valid shell variable names.
81ecdfbb 774 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 775 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
776 ac_useropt_orig=$ac_useropt
777 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
778 case $ac_user_opts in
779 *"
780"enable_$ac_useropt"
781"*) ;;
782 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
783 ac_unrecognized_sep=', ';;
784 esac
785 eval enable_$ac_useropt=no ;;
786
787 -docdir | --docdir | --docdi | --doc | --do)
788 ac_prev=docdir ;;
789 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
790 docdir=$ac_optarg ;;
791
792 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
793 ac_prev=dvidir ;;
794 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
795 dvidir=$ac_optarg ;;
edece237
CV
796
797 -enable-* | --enable-*)
81ecdfbb 798 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
edece237 799 # Reject names that are not valid shell variable names.
81ecdfbb 800 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 801 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
802 ac_useropt_orig=$ac_useropt
803 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
804 case $ac_user_opts in
805 *"
806"enable_$ac_useropt"
807"*) ;;
808 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
809 ac_unrecognized_sep=', ';;
edece237 810 esac
81ecdfbb 811 eval enable_$ac_useropt=\$ac_optarg ;;
edece237
CV
812
813 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
814 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
815 | --exec | --exe | --ex)
816 ac_prev=exec_prefix ;;
817 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
818 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
819 | --exec=* | --exe=* | --ex=*)
820 exec_prefix=$ac_optarg ;;
821
822 -gas | --gas | --ga | --g)
823 # Obsolete; use --with-gas.
824 with_gas=yes ;;
825
826 -help | --help | --hel | --he | -h)
827 ac_init_help=long ;;
828 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
829 ac_init_help=recursive ;;
830 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
831 ac_init_help=short ;;
832
833 -host | --host | --hos | --ho)
834 ac_prev=host_alias ;;
835 -host=* | --host=* | --hos=* | --ho=*)
836 host_alias=$ac_optarg ;;
837
81ecdfbb
RW
838 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
839 ac_prev=htmldir ;;
840 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
841 | --ht=*)
842 htmldir=$ac_optarg ;;
843
edece237
CV
844 -includedir | --includedir | --includedi | --included | --include \
845 | --includ | --inclu | --incl | --inc)
846 ac_prev=includedir ;;
847 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
848 | --includ=* | --inclu=* | --incl=* | --inc=*)
849 includedir=$ac_optarg ;;
850
851 -infodir | --infodir | --infodi | --infod | --info | --inf)
852 ac_prev=infodir ;;
853 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
854 infodir=$ac_optarg ;;
855
856 -libdir | --libdir | --libdi | --libd)
857 ac_prev=libdir ;;
858 -libdir=* | --libdir=* | --libdi=* | --libd=*)
859 libdir=$ac_optarg ;;
860
861 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
862 | --libexe | --libex | --libe)
863 ac_prev=libexecdir ;;
864 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
865 | --libexe=* | --libex=* | --libe=*)
866 libexecdir=$ac_optarg ;;
867
81ecdfbb
RW
868 -localedir | --localedir | --localedi | --localed | --locale)
869 ac_prev=localedir ;;
870 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
871 localedir=$ac_optarg ;;
872
edece237 873 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 874 | --localstate | --localstat | --localsta | --localst | --locals)
edece237
CV
875 ac_prev=localstatedir ;;
876 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 877 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
edece237
CV
878 localstatedir=$ac_optarg ;;
879
880 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
881 ac_prev=mandir ;;
882 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
883 mandir=$ac_optarg ;;
884
885 -nfp | --nfp | --nf)
886 # Obsolete; use --without-fp.
887 with_fp=no ;;
888
889 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
890 | --no-cr | --no-c | -n)
891 no_create=yes ;;
892
893 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
894 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
895 no_recursion=yes ;;
896
897 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
898 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
899 | --oldin | --oldi | --old | --ol | --o)
900 ac_prev=oldincludedir ;;
901 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
902 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
903 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
904 oldincludedir=$ac_optarg ;;
905
906 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
907 ac_prev=prefix ;;
908 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
909 prefix=$ac_optarg ;;
910
911 -program-prefix | --program-prefix | --program-prefi | --program-pref \
912 | --program-pre | --program-pr | --program-p)
913 ac_prev=program_prefix ;;
914 -program-prefix=* | --program-prefix=* | --program-prefi=* \
915 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
916 program_prefix=$ac_optarg ;;
917
918 -program-suffix | --program-suffix | --program-suffi | --program-suff \
919 | --program-suf | --program-su | --program-s)
920 ac_prev=program_suffix ;;
921 -program-suffix=* | --program-suffix=* | --program-suffi=* \
922 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
923 program_suffix=$ac_optarg ;;
924
925 -program-transform-name | --program-transform-name \
926 | --program-transform-nam | --program-transform-na \
927 | --program-transform-n | --program-transform- \
928 | --program-transform | --program-transfor \
929 | --program-transfo | --program-transf \
930 | --program-trans | --program-tran \
931 | --progr-tra | --program-tr | --program-t)
932 ac_prev=program_transform_name ;;
933 -program-transform-name=* | --program-transform-name=* \
934 | --program-transform-nam=* | --program-transform-na=* \
935 | --program-transform-n=* | --program-transform-=* \
936 | --program-transform=* | --program-transfor=* \
937 | --program-transfo=* | --program-transf=* \
938 | --program-trans=* | --program-tran=* \
939 | --progr-tra=* | --program-tr=* | --program-t=*)
940 program_transform_name=$ac_optarg ;;
941
81ecdfbb
RW
942 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
943 ac_prev=pdfdir ;;
944 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
945 pdfdir=$ac_optarg ;;
946
947 -psdir | --psdir | --psdi | --psd | --ps)
948 ac_prev=psdir ;;
949 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
950 psdir=$ac_optarg ;;
951
edece237
CV
952 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
953 | -silent | --silent | --silen | --sile | --sil)
954 silent=yes ;;
955
956 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
957 ac_prev=sbindir ;;
958 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
959 | --sbi=* | --sb=*)
960 sbindir=$ac_optarg ;;
961
962 -sharedstatedir | --sharedstatedir | --sharedstatedi \
963 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
964 | --sharedst | --shareds | --shared | --share | --shar \
965 | --sha | --sh)
966 ac_prev=sharedstatedir ;;
967 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
968 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
969 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
970 | --sha=* | --sh=*)
971 sharedstatedir=$ac_optarg ;;
972
973 -site | --site | --sit)
974 ac_prev=site ;;
975 -site=* | --site=* | --sit=*)
976 site=$ac_optarg ;;
977
978 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
979 ac_prev=srcdir ;;
980 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
981 srcdir=$ac_optarg ;;
982
983 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
984 | --syscon | --sysco | --sysc | --sys | --sy)
985 ac_prev=sysconfdir ;;
986 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
987 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
988 sysconfdir=$ac_optarg ;;
989
990 -target | --target | --targe | --targ | --tar | --ta | --t)
991 ac_prev=target_alias ;;
992 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
993 target_alias=$ac_optarg ;;
994
995 -v | -verbose | --verbose | --verbos | --verbo | --verb)
996 verbose=yes ;;
997
998 -version | --version | --versio | --versi | --vers | -V)
999 ac_init_version=: ;;
1000
1001 -with-* | --with-*)
81ecdfbb 1002 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
edece237 1003 # Reject names that are not valid shell variable names.
81ecdfbb 1004 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1005 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1006 ac_useropt_orig=$ac_useropt
1007 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1008 case $ac_user_opts in
1009 *"
1010"with_$ac_useropt"
1011"*) ;;
1012 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1013 ac_unrecognized_sep=', ';;
edece237 1014 esac
81ecdfbb 1015 eval with_$ac_useropt=\$ac_optarg ;;
edece237
CV
1016
1017 -without-* | --without-*)
81ecdfbb 1018 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
edece237 1019 # Reject names that are not valid shell variable names.
81ecdfbb 1020 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1021 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1022 ac_useropt_orig=$ac_useropt
1023 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1024 case $ac_user_opts in
1025 *"
1026"with_$ac_useropt"
1027"*) ;;
1028 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1029 ac_unrecognized_sep=', ';;
1030 esac
1031 eval with_$ac_useropt=no ;;
edece237
CV
1032
1033 --x)
1034 # Obsolete; use --with-x.
1035 with_x=yes ;;
1036
1037 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1038 | --x-incl | --x-inc | --x-in | --x-i)
1039 ac_prev=x_includes ;;
1040 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1041 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1042 x_includes=$ac_optarg ;;
1043
1044 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1045 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1046 ac_prev=x_libraries ;;
1047 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1048 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1049 x_libraries=$ac_optarg ;;
1050
d0ac1c44
SM
1051 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1052Try \`$0 --help' for more information"
edece237
CV
1053 ;;
1054
1055 *=*)
1056 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1057 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1058 case $ac_envvar in #(
1059 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1060 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1061 esac
1062 eval $ac_envvar=\$ac_optarg
edece237
CV
1063 export $ac_envvar ;;
1064
1065 *)
1066 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1067 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
edece237 1068 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1069 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1070 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
edece237
CV
1071 ;;
1072
1073 esac
1074done
1075
1076if test -n "$ac_prev"; then
1077 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1078 as_fn_error $? "missing argument to $ac_option"
edece237
CV
1079fi
1080
81ecdfbb
RW
1081if test -n "$ac_unrecognized_opts"; then
1082 case $enable_option_checking in
1083 no) ;;
d0ac1c44 1084 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1085 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
edece237 1086 esac
81ecdfbb 1087fi
edece237 1088
81ecdfbb
RW
1089# Check all directory arguments for consistency.
1090for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1091 datadir sysconfdir sharedstatedir localstatedir includedir \
1092 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1093 libdir localedir mandir
edece237 1094do
81ecdfbb
RW
1095 eval ac_val=\$$ac_var
1096 # Remove trailing slashes.
1097 case $ac_val in
1098 */ )
1099 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1100 eval $ac_var=\$ac_val;;
1101 esac
1102 # Be sure to have absolute directory names.
edece237 1103 case $ac_val in
81ecdfbb
RW
1104 [\\/$]* | ?:[\\/]* ) continue;;
1105 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
edece237 1106 esac
d0ac1c44 1107 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
edece237
CV
1108done
1109
1110# There might be people who depend on the old broken behavior: `$host'
1111# used to hold the argument of --host etc.
1112# FIXME: To remove some day.
1113build=$build_alias
1114host=$host_alias
1115target=$target_alias
1116
1117# FIXME: To remove some day.
1118if test "x$host_alias" != x; then
1119 if test "x$build_alias" = x; then
1120 cross_compiling=maybe
edece237
CV
1121 elif test "x$build_alias" != "x$host_alias"; then
1122 cross_compiling=yes
1123 fi
1124fi
1125
1126ac_tool_prefix=
1127test -n "$host_alias" && ac_tool_prefix=$host_alias-
1128
1129test "$silent" = yes && exec 6>/dev/null
1130
1131
81ecdfbb
RW
1132ac_pwd=`pwd` && test -n "$ac_pwd" &&
1133ac_ls_di=`ls -di .` &&
1134ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1135 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1136test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1137 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1138
1139
edece237
CV
1140# Find the source files, if location was not specified.
1141if test -z "$srcdir"; then
1142 ac_srcdir_defaulted=yes
81ecdfbb
RW
1143 # Try the directory containing this script, then the parent directory.
1144 ac_confdir=`$as_dirname -- "$as_myself" ||
1145$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1146 X"$as_myself" : 'X\(//\)[^/]' \| \
1147 X"$as_myself" : 'X\(//\)$' \| \
1148 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1149$as_echo X"$as_myself" |
1150 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1151 s//\1/
1152 q
1153 }
1154 /^X\(\/\/\)[^/].*/{
1155 s//\1/
1156 q
1157 }
1158 /^X\(\/\/\)$/{
1159 s//\1/
1160 q
1161 }
1162 /^X\(\/\).*/{
1163 s//\1/
1164 q
1165 }
1166 s/.*/./; q'`
edece237 1167 srcdir=$ac_confdir
81ecdfbb 1168 if test ! -r "$srcdir/$ac_unique_file"; then
edece237
CV
1169 srcdir=..
1170 fi
1171else
1172 ac_srcdir_defaulted=no
1173fi
81ecdfbb
RW
1174if test ! -r "$srcdir/$ac_unique_file"; then
1175 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1176 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1177fi
1178ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1179ac_abs_confdir=`(
d0ac1c44 1180 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1181 pwd)`
1182# When building in place, set srcdir=.
1183if test "$ac_abs_confdir" = "$ac_pwd"; then
1184 srcdir=.
1185fi
1186# Remove unnecessary trailing slashes from srcdir.
1187# Double slashes in file names in object file debugging info
1188# mess up M-x gdb in Emacs.
1189case $srcdir in
1190*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1191esac
1192for ac_var in $ac_precious_vars; do
1193 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1194 eval ac_env_${ac_var}_value=\$${ac_var}
1195 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1196 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1197done
edece237
CV
1198
1199#
1200# Report the --help message.
1201#
1202if test "$ac_init_help" = "long"; then
1203 # Omit some internal or obsolete options to make the list less imposing.
1204 # This message is too long to be a string in the A/UX 3.1 sh.
1205 cat <<_ACEOF
1206\`configure' configures this package to adapt to many kinds of systems.
1207
1208Usage: $0 [OPTION]... [VAR=VALUE]...
1209
1210To assign environment variables (e.g., CC, CFLAGS...), specify them as
1211VAR=VALUE. See below for descriptions of some of the useful variables.
1212
1213Defaults for the options are specified in brackets.
1214
1215Configuration:
1216 -h, --help display this help and exit
1217 --help=short display options specific to this package
1218 --help=recursive display the short help of all the included packages
1219 -V, --version display version information and exit
d0ac1c44 1220 -q, --quiet, --silent do not print \`checking ...' messages
edece237
CV
1221 --cache-file=FILE cache test results in FILE [disabled]
1222 -C, --config-cache alias for \`--cache-file=config.cache'
1223 -n, --no-create do not create output files
1224 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1225
edece237
CV
1226Installation directories:
1227 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1228 [$ac_default_prefix]
edece237 1229 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1230 [PREFIX]
edece237
CV
1231
1232By default, \`make install' will install all the files in
1233\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1234an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1235for instance \`--prefix=\$HOME'.
1236
1237For better control, use the options below.
1238
1239Fine tuning of the installation directories:
81ecdfbb
RW
1240 --bindir=DIR user executables [EPREFIX/bin]
1241 --sbindir=DIR system admin executables [EPREFIX/sbin]
1242 --libexecdir=DIR program executables [EPREFIX/libexec]
1243 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1244 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1245 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1246 --libdir=DIR object code libraries [EPREFIX/lib]
1247 --includedir=DIR C header files [PREFIX/include]
1248 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1249 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1250 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1251 --infodir=DIR info documentation [DATAROOTDIR/info]
1252 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1253 --mandir=DIR man documentation [DATAROOTDIR/man]
1254 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1255 --htmldir=DIR html documentation [DOCDIR]
1256 --dvidir=DIR dvi documentation [DOCDIR]
1257 --pdfdir=DIR pdf documentation [DOCDIR]
1258 --psdir=DIR ps documentation [DOCDIR]
edece237
CV
1259_ACEOF
1260
1261 cat <<\_ACEOF
edece237
CV
1262_ACEOF
1263fi
1264
1265if test -n "$ac_init_help"; then
1266
1267 cat <<\_ACEOF
1268
1269Optional Features:
81ecdfbb 1270 --disable-option-checking ignore unrecognized --enable/--with options
edece237
CV
1271 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1272 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1273 --enable-maintainer-mode
1274 enable make rules and dependencies not useful (and
1275 sometimes confusing) to the casual installer
347fe5bb
MF
1276 --enable-sim-inline=inlines
1277 Specify which functions should be inlined
8d0978fb
MF
1278 --enable-sim-scache=size
1279 Specify simulator execution cache size
1280 --enable-sim-default-model=model
1281 Specify default model to simulate
982c3a65 1282 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1283 --enable-sim-hardware=LIST
1284 Specify the hardware to be included in the build.
edece237 1285
81ecdfbb 1286Report bugs to the package provider.
edece237 1287_ACEOF
81ecdfbb 1288ac_status=$?
edece237
CV
1289fi
1290
1291if test "$ac_init_help" = "recursive"; then
1292 # If there are subdirs, report their specific --help.
edece237 1293 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1294 test -d "$ac_dir" ||
1295 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1296 continue
edece237
CV
1297 ac_builddir=.
1298
81ecdfbb
RW
1299case "$ac_dir" in
1300.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1301*)
1302 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1303 # A ".." for each directory in $ac_dir_suffix.
1304 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1305 case $ac_top_builddir_sub in
1306 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1307 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1308 esac ;;
1309esac
1310ac_abs_top_builddir=$ac_pwd
1311ac_abs_builddir=$ac_pwd$ac_dir_suffix
1312# for backward compatibility:
1313ac_top_builddir=$ac_top_build_prefix
edece237
CV
1314
1315case $srcdir in
81ecdfbb 1316 .) # We are building in place.
edece237 1317 ac_srcdir=.
81ecdfbb
RW
1318 ac_top_srcdir=$ac_top_builddir_sub
1319 ac_abs_top_srcdir=$ac_pwd ;;
1320 [\\/]* | ?:[\\/]* ) # Absolute name.
edece237 1321 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1322 ac_top_srcdir=$srcdir
1323 ac_abs_top_srcdir=$srcdir ;;
1324 *) # Relative name.
1325 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1326 ac_top_srcdir=$ac_top_build_prefix$srcdir
1327 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
edece237 1328esac
81ecdfbb
RW
1329ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1330
1331 cd "$ac_dir" || { ac_status=$?; continue; }
1332 # Check for guested configure.
1333 if test -f "$ac_srcdir/configure.gnu"; then
1334 echo &&
1335 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1336 elif test -f "$ac_srcdir/configure"; then
1337 echo &&
1338 $SHELL "$ac_srcdir/configure" --help=recursive
edece237 1339 else
81ecdfbb
RW
1340 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1341 fi || ac_status=$?
1342 cd "$ac_pwd" || { ac_status=$?; break; }
edece237
CV
1343 done
1344fi
1345
81ecdfbb 1346test -n "$ac_init_help" && exit $ac_status
edece237
CV
1347if $ac_init_version; then
1348 cat <<\_ACEOF
81ecdfbb 1349configure
d0ac1c44 1350generated by GNU Autoconf 2.69
edece237 1351
d0ac1c44 1352Copyright (C) 2012 Free Software Foundation, Inc.
edece237
CV
1353This configure script is free software; the Free Software Foundation
1354gives unlimited permission to copy, distribute and modify it.
1355_ACEOF
81ecdfbb 1356 exit
edece237 1357fi
edece237 1358
81ecdfbb
RW
1359## ------------------------ ##
1360## Autoconf initialization. ##
1361## ------------------------ ##
81ecdfbb
RW
1362cat >config.log <<_ACEOF
1363This file contains any messages produced by compilers while
1364running configure, to aid debugging if configure makes a mistake.
1365
1366It was created by $as_me, which was
d0ac1c44 1367generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1368
1369 $ $0 $@
1370
1371_ACEOF
1372exec 5>>config.log
1373{
1374cat <<_ASUNAME
1375## --------- ##
1376## Platform. ##
1377## --------- ##
1378
1379hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1380uname -m = `(uname -m) 2>/dev/null || echo unknown`
1381uname -r = `(uname -r) 2>/dev/null || echo unknown`
1382uname -s = `(uname -s) 2>/dev/null || echo unknown`
1383uname -v = `(uname -v) 2>/dev/null || echo unknown`
1384
1385/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1386/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1387
1388/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1389/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1390/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1391/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1392/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1393/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1394/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1395
1396_ASUNAME
1397
1398as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1399for as_dir in $PATH
1400do
1401 IFS=$as_save_IFS
1402 test -z "$as_dir" && as_dir=.
1403 $as_echo "PATH: $as_dir"
1404 done
1405IFS=$as_save_IFS
1406
1407} >&5
1408
1409cat >&5 <<_ACEOF
edece237
CV
1410
1411
1412## ----------- ##
1413## Core tests. ##
1414## ----------- ##
1415
1416_ACEOF
1417
1418
1419# Keep a trace of the command line.
1420# Strip out --no-create and --no-recursion so they do not pile up.
1421# Strip out --silent because we don't want to record it for future runs.
1422# Also quote any args containing shell meta-characters.
1423# Make two passes to allow for proper duplicate-argument suppression.
1424ac_configure_args=
1425ac_configure_args0=
1426ac_configure_args1=
edece237
CV
1427ac_must_keep_next=false
1428for ac_pass in 1 2
1429do
1430 for ac_arg
1431 do
1432 case $ac_arg in
1433 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1434 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1435 | -silent | --silent | --silen | --sile | --sil)
1436 continue ;;
81ecdfbb
RW
1437 *\'*)
1438 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
edece237
CV
1439 esac
1440 case $ac_pass in
81ecdfbb 1441 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
edece237 1442 2)
81ecdfbb 1443 as_fn_append ac_configure_args1 " '$ac_arg'"
edece237
CV
1444 if test $ac_must_keep_next = true; then
1445 ac_must_keep_next=false # Got value, back to normal.
1446 else
1447 case $ac_arg in
1448 *=* | --config-cache | -C | -disable-* | --disable-* \
1449 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1450 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1451 | -with-* | --with-* | -without-* | --without-* | --x)
1452 case "$ac_configure_args0 " in
1453 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1454 esac
1455 ;;
1456 -* ) ac_must_keep_next=true ;;
1457 esac
1458 fi
81ecdfbb 1459 as_fn_append ac_configure_args " '$ac_arg'"
edece237
CV
1460 ;;
1461 esac
1462 done
1463done
81ecdfbb
RW
1464{ ac_configure_args0=; unset ac_configure_args0;}
1465{ ac_configure_args1=; unset ac_configure_args1;}
edece237
CV
1466
1467# When interrupted or exit'd, cleanup temporary files, and complete
1468# config.log. We remove comments because anyway the quotes in there
1469# would cause problems or look ugly.
81ecdfbb
RW
1470# WARNING: Use '\'' to represent an apostrophe within the trap.
1471# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
edece237
CV
1472trap 'exit_status=$?
1473 # Save into config.log some information that might help in debugging.
1474 {
1475 echo
1476
d0ac1c44 1477 $as_echo "## ---------------- ##
edece237 1478## Cache variables. ##
d0ac1c44 1479## ---------------- ##"
edece237
CV
1480 echo
1481 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1482(
1483 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1484 eval ac_val=\$$ac_var
1485 case $ac_val in #(
1486 *${as_nl}*)
1487 case $ac_var in #(
1488 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1489$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1490 esac
1491 case $ac_var in #(
1492 _ | IFS | as_nl) ;; #(
1493 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1494 *) { eval $ac_var=; unset $ac_var;} ;;
1495 esac ;;
1496 esac
1497 done
edece237 1498 (set) 2>&1 |
81ecdfbb
RW
1499 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1500 *${as_nl}ac_space=\ *)
edece237 1501 sed -n \
81ecdfbb
RW
1502 "s/'\''/'\''\\\\'\'''\''/g;
1503 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1504 ;; #(
edece237 1505 *)
81ecdfbb 1506 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
edece237 1507 ;;
81ecdfbb
RW
1508 esac |
1509 sort
1510)
edece237
CV
1511 echo
1512
d0ac1c44 1513 $as_echo "## ----------------- ##
edece237 1514## Output variables. ##
d0ac1c44 1515## ----------------- ##"
edece237
CV
1516 echo
1517 for ac_var in $ac_subst_vars
1518 do
81ecdfbb
RW
1519 eval ac_val=\$$ac_var
1520 case $ac_val in
1521 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1522 esac
1523 $as_echo "$ac_var='\''$ac_val'\''"
edece237
CV
1524 done | sort
1525 echo
1526
1527 if test -n "$ac_subst_files"; then
d0ac1c44 1528 $as_echo "## ------------------- ##
81ecdfbb 1529## File substitutions. ##
d0ac1c44 1530## ------------------- ##"
edece237
CV
1531 echo
1532 for ac_var in $ac_subst_files
1533 do
81ecdfbb
RW
1534 eval ac_val=\$$ac_var
1535 case $ac_val in
1536 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1537 esac
1538 $as_echo "$ac_var='\''$ac_val'\''"
edece237
CV
1539 done | sort
1540 echo
1541 fi
1542
1543 if test -s confdefs.h; then
d0ac1c44 1544 $as_echo "## ----------- ##
edece237 1545## confdefs.h. ##
d0ac1c44 1546## ----------- ##"
edece237 1547 echo
81ecdfbb 1548 cat confdefs.h
edece237
CV
1549 echo
1550 fi
1551 test "$ac_signal" != 0 &&
81ecdfbb
RW
1552 $as_echo "$as_me: caught signal $ac_signal"
1553 $as_echo "$as_me: exit $exit_status"
edece237 1554 } >&5
81ecdfbb
RW
1555 rm -f core *.core core.conftest.* &&
1556 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
edece237 1557 exit $exit_status
81ecdfbb 1558' 0
edece237 1559for ac_signal in 1 2 13 15; do
81ecdfbb 1560 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
edece237
CV
1561done
1562ac_signal=0
1563
1564# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
1565rm -f -r conftest* confdefs.h
1566
1567$as_echo "/* confdefs.h */" > confdefs.h
edece237
CV
1568
1569# Predefined preprocessor variables.
1570
1571cat >>confdefs.h <<_ACEOF
1572#define PACKAGE_NAME "$PACKAGE_NAME"
1573_ACEOF
1574
edece237
CV
1575cat >>confdefs.h <<_ACEOF
1576#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1577_ACEOF
1578
edece237
CV
1579cat >>confdefs.h <<_ACEOF
1580#define PACKAGE_VERSION "$PACKAGE_VERSION"
1581_ACEOF
1582
edece237
CV
1583cat >>confdefs.h <<_ACEOF
1584#define PACKAGE_STRING "$PACKAGE_STRING"
1585_ACEOF
1586
edece237
CV
1587cat >>confdefs.h <<_ACEOF
1588#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1589_ACEOF
1590
81ecdfbb
RW
1591cat >>confdefs.h <<_ACEOF
1592#define PACKAGE_URL "$PACKAGE_URL"
1593_ACEOF
1594
edece237
CV
1595
1596# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
1597# Prefer an explicitly selected file to automatically selected ones.
1598ac_site_file1=NONE
1599ac_site_file2=NONE
1600if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
1601 # We do not want a PATH search for config.site.
1602 case $CONFIG_SITE in #((
1603 -*) ac_site_file1=./$CONFIG_SITE;;
1604 */*) ac_site_file1=$CONFIG_SITE;;
1605 *) ac_site_file1=./$CONFIG_SITE;;
1606 esac
81ecdfbb
RW
1607elif test "x$prefix" != xNONE; then
1608 ac_site_file1=$prefix/share/config.site
1609 ac_site_file2=$prefix/etc/config.site
1610else
1611 ac_site_file1=$ac_default_prefix/share/config.site
1612 ac_site_file2=$ac_default_prefix/etc/config.site
1613fi
1614for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1615do
1616 test "x$ac_site_file" = xNONE && continue
d0ac1c44 1617 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
1618 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1619$as_echo "$as_me: loading site script $ac_site_file" >&6;}
edece237 1620 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
1621 . "$ac_site_file" \
1622 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1623$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1624as_fn_error $? "failed to load site script $ac_site_file
1625See \`config.log' for more details" "$LINENO" 5; }
edece237
CV
1626 fi
1627done
1628
1629if test -r "$cache_file"; then
d0ac1c44
SM
1630 # Some versions of bash will fail to source /dev/null (special files
1631 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1632 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
1633 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1634$as_echo "$as_me: loading cache $cache_file" >&6;}
edece237 1635 case $cache_file in
81ecdfbb
RW
1636 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1637 *) . "./$cache_file";;
edece237
CV
1638 esac
1639 fi
1640else
81ecdfbb
RW
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1642$as_echo "$as_me: creating cache $cache_file" >&6;}
edece237
CV
1643 >$cache_file
1644fi
1645
1646# Check that the precious variables saved in the cache have kept the same
1647# value.
1648ac_cache_corrupted=false
81ecdfbb 1649for ac_var in $ac_precious_vars; do
edece237
CV
1650 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1651 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
1652 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1653 eval ac_new_val=\$ac_env_${ac_var}_value
edece237
CV
1654 case $ac_old_set,$ac_new_set in
1655 set,)
81ecdfbb
RW
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1657$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
edece237
CV
1658 ac_cache_corrupted=: ;;
1659 ,set)
81ecdfbb
RW
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1661$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
edece237
CV
1662 ac_cache_corrupted=: ;;
1663 ,);;
1664 *)
1665 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
1666 # differences in whitespace do not lead to failure.
1667 ac_old_val_w=`echo x $ac_old_val`
1668 ac_new_val_w=`echo x $ac_new_val`
1669 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1671$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1672 ac_cache_corrupted=:
1673 else
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1675$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1676 eval $ac_var=\$ac_old_val
1677 fi
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1679$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1681$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
edece237
CV
1682 fi;;
1683 esac
1684 # Pass precious variables to config.status.
1685 if test "$ac_new_set" = set; then
1686 case $ac_new_val in
81ecdfbb 1687 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
edece237
CV
1688 *) ac_arg=$ac_var=$ac_new_val ;;
1689 esac
1690 case " $ac_configure_args " in
1691 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 1692 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
edece237
CV
1693 esac
1694 fi
1695done
1696if $ac_cache_corrupted; then
81ecdfbb
RW
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1698$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1700$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 1701 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
edece237 1702fi
81ecdfbb
RW
1703## -------------------- ##
1704## Main body of script. ##
1705## -------------------- ##
edece237
CV
1706
1707ac_ext=c
1708ac_cpp='$CPP $CPPFLAGS'
1709ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1710ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1711ac_compiler_gnu=$ac_cv_c_compiler_gnu
1712
1713
6bb11ab3
L
1714
1715
1716
1717
1718
b5689863
MF
1719ALL_LINGUAS=
1720# If we haven't got the data from the intl directory,
1721# assume NLS is disabled.
1722USE_NLS=no
1723LIBINTL=
1724LIBINTL_DEP=
1725INCINTL=
1726XGETTEXT=
1727GMSGFMT=
1728POSUB=
6bb11ab3 1729
b5689863
MF
1730if test -f ../../intl/config.intl; then
1731 . ../../intl/config.intl
6bb11ab3 1732fi
b5689863
MF
1733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
1734$as_echo_n "checking whether NLS is requested... " >&6; }
1735if test x"$USE_NLS" != xyes; then
6bb11ab3
L
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1737$as_echo "no" >&6; }
b5689863
MF
1738else
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1740$as_echo "yes" >&6; }
6bb11ab3 1741
b5689863 1742$as_echo "#define ENABLE_NLS 1" >>confdefs.h
6bb11ab3 1743
6bb11ab3 1744
b5689863
MF
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
1746$as_echo_n "checking for catalogs to be installed... " >&6; }
1747 # Look for .po and .gmo files in the source directory.
1748 CATALOGS=
1749 XLINGUAS=
1750 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
1751 # If there aren't any .gmo files the shell will give us the
1752 # literal string "../path/to/srcdir/po/*.gmo" which has to be
1753 # weeded out.
1754 case "$cat" in *\**)
1755 continue;;
6bb11ab3 1756 esac
b5689863
MF
1757 # The quadruple backslash is collapsed to a double backslash
1758 # by the backticks, then collapsed again by the double quotes,
1759 # leaving us with one backslash in the sed expression (right
1760 # before the dot that mustn't act as a wildcard).
1761 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
1762 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
1763 # The user is allowed to set LINGUAS to a list of languages to
1764 # install catalogs for. If it's empty that means "all of them."
1765 if test "x$LINGUAS" = x; then
1766 CATALOGS="$CATALOGS $cat"
1767 XLINGUAS="$XLINGUAS $lang"
6bb11ab3 1768 else
b5689863
MF
1769 case "$LINGUAS" in *$lang*)
1770 CATALOGS="$CATALOGS $cat"
1771 XLINGUAS="$XLINGUAS $lang"
1772 ;;
1773 esac
1774 fi
1775 done
1776 LINGUAS="$XLINGUAS"
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
1778$as_echo "$LINGUAS" >&6; }
6bb11ab3
L
1779
1780
b5689863 1781 DATADIRNAME=share
6bb11ab3 1782
b5689863 1783 INSTOBJEXT=.mo
6bb11ab3 1784
b5689863 1785 GENCAT=gencat
6bb11ab3 1786
b5689863 1787 CATOBJEXT=.gmo
5912fadd 1788
b5689863 1789fi
b5bd9624 1790
edece237 1791
31e6ad7d
MF
1792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1793$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1794 # Check whether --enable-maintainer-mode was given.
81ecdfbb 1795if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
1796 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1797else
1798 USE_MAINTAINER_MODE=no
edece237 1799fi
31e6ad7d
MF
1800
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1802$as_echo "$USE_MAINTAINER_MODE" >&6; }
1803 if test $USE_MAINTAINER_MODE = yes; then
1804 MAINTAINER_MODE_TRUE=
1805 MAINTAINER_MODE_FALSE='#'
edece237 1806else
31e6ad7d
MF
1807 MAINTAINER_MODE_TRUE='#'
1808 MAINTAINER_MODE_FALSE=
81ecdfbb 1809fi
edece237 1810
31e6ad7d
MF
1811 MAINT=$MAINTAINER_MODE_TRUE
1812
1813
edece237 1814
81ecdfbb 1815
347fe5bb
MF
1816sim_inline="-DDEFAULT_INLINE=0"
1817# Check whether --enable-sim-inline was given.
1818if test "${enable_sim_inline+set}" = set; then :
1819 enableval=$enable_sim_inline; sim_inline=""
1820case "$enableval" in
1821 no) sim_inline="-DDEFAULT_INLINE=0";;
1822 0) sim_inline="-DDEFAULT_INLINE=0";;
1823 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
1824 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
1825 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
1826 new_flag=""
1827 case "$x" in
1828 *_INLINE=*) new_flag="-D$x";;
1829 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
1830 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
1831 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
1832 esac
1833 if test x"$sim_inline" = x""; then
1834 sim_inline="$new_flag"
1835 else
1836 sim_inline="$sim_inline $new_flag"
1837 fi
1838 done;;
1839esac
1840if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
1841 echo "Setting inline flags = $sim_inline" 6>&1
1842fi
1843fi
1844
1845
1846
6efef468 1847
edece237 1848default_sim_scache="16384"
81ecdfbb
RW
1849# Check whether --enable-sim-scache was given.
1850if test "${enable_sim_scache+set}" = set; then :
1851 enableval=$enable_sim_scache; case "${enableval}" in
edece237
CV
1852 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
1853 no) sim_scache="-DWITH_SCACHE=0" ;;
1854 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 1855 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
edece237
CV
1856 sim_scache="";;
1857esac
1858if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
1859 echo "Setting scache size = $sim_scache" 6>&1
1860fi
1861else
1862 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
1863fi
1864
edece237
CV
1865
1866
1867default_sim_default_model="iq2000"
81ecdfbb
RW
1868# Check whether --enable-sim-default-model was given.
1869if test "${enable_sim_default_model+set}" = set; then :
1870 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 1871 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
edece237
CV
1872 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
1873esac
1874if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
1875 echo "Setting default model = $sim_default_model" 6>&1
1876fi
1877else
1878 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
1879fi
1880
edece237
CV
1881
1882
982c3a65
MF
1883cgen_maint=no
1884cgen=guile
1885cgendir='$(srcdir)/../../cgen'
1886# Check whether --enable-cgen-maint was given.
1887if test "${enable_cgen_maint+set}" = set; then :
1888 enableval=$enable_cgen_maint; case "${enableval}" in
1889 yes) cgen_maint=yes ;;
1890 no) cgen_maint=no ;;
1891 *)
1892 # Argument is a directory where cgen can be found. In some
1893 # future world cgen could be installable, but right now this
1894 # is not the case. Instead we assume the directory is a path
1895 # to the cgen source tree.
1896 cgen_maint=yes
1897 if test -r ${enableval}/iformat.scm; then
1898 # This looks like a cgen source tree.
1899 cgendir=${enableval}
1900 else
1901 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
1902 fi
1903 ;;
1904esac
1905fi
1906if test x${cgen_maint} != xno ; then
1907 CGEN_MAINT=''
1908else
1909 CGEN_MAINT='#'
1910fi
1911
1912
1913
1914
1915
1916
9d903352 1917hardware="cfi core pal glue "
94c63d78
JS
1918sim_hw_cflags="-DWITH_HW=1"
1919sim_hw="$hardware"
1920sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 1921
94c63d78
JS
1922# Check whether --enable-sim-hardware was given.
1923if test "${enable_sim_hardware+set}" = set; then :
1924 enableval=$enable_sim_hardware;
30452bbe 1925else
97f478c5 1926 enable_sim_hardware="yes"
1517bd27
MF
1927fi
1928
1929case ${enable_sim_hardware} in
64dd13df
MF
1930 yes|no) ;;
1931 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
1932 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
1933 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 1934esac
1517bd27 1935
64dd13df 1936if test "$enable_sim_hardware" = no; then
94c63d78
JS
1937 sim_hw_objs=
1938 sim_hw_cflags="-DWITH_HW=0"
1939 sim_hw=
1940else
1941 sim_hw_cflags="-DWITH_HW=1"
1942 # remove duplicates
1943 sim_hw=""
1944 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
1945 for i in $hardware ; do
1946 case " $sim_hw " in
1947 *" $i "*) ;;
1948 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
1949 esac
1950 done
1951 # mingw does not support sockser
94c63d78
JS
1952 case ${host} in
1953 *mingw*) ;;
49cd1634
MF
1954 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
1955 # that you instatiate. Instead, other code will call into it directly.
1956 # At some point, we should convert it over.
1957 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 1958 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
94c63d78
JS
1959 ;;
1960 esac
1517bd27
MF
1961 if test x"$silent" != x"yes"; then
1962 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 1963 fi
1517bd27 1964fi
94c63d78
JS
1965
1966
edece237
CV
1967cgen_breaks=""
1968if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
1969cgen_breaks="break cgen_rtx_error";
1970fi
1971
81ecdfbb 1972ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
edece237 1973
81ecdfbb 1974ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
edece237 1975
81ecdfbb 1976ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
edece237 1977
81ecdfbb 1978ac_config_commands="$ac_config_commands Makefile"
edece237 1979
81ecdfbb 1980ac_config_commands="$ac_config_commands stamp-h"
edece237 1981
760b3e8b
MF
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
edece237
CV
1992cat >confcache <<\_ACEOF
1993# This file is a shell script that caches the results of configure
1994# tests run on this system so they can be shared between configure
1995# scripts and configure runs, see configure's option --config-cache.
1996# It is not useful on other systems. If it contains results you don't
1997# want to keep, you may remove or edit it.
1998#
1999# config.status only pays attention to the cache file if you give it
2000# the --recheck option to rerun configure.
2001#
2002# `ac_cv_env_foo' variables (set or unset) will be overridden when
2003# loading this file, other *unset* `ac_cv_foo' will be assigned the
2004# following values.
2005
2006_ACEOF
2007
2008# The following way of writing the cache mishandles newlines in values,
2009# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 2010# So, we kill variables containing newlines.
edece237
CV
2011# Ultrix sh set writes to stderr and can't be redirected directly,
2012# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
2013(
2014 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2015 eval ac_val=\$$ac_var
2016 case $ac_val in #(
2017 *${as_nl}*)
2018 case $ac_var in #(
2019 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2020$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2021 esac
2022 case $ac_var in #(
2023 _ | IFS | as_nl) ;; #(
2024 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2025 *) { eval $ac_var=; unset $ac_var;} ;;
2026 esac ;;
2027 esac
2028 done
2029
edece237 2030 (set) 2>&1 |
81ecdfbb
RW
2031 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2032 *${as_nl}ac_space=\ *)
2033 # `set' does not quote correctly, so add quotes: double-quote
2034 # substitution turns \\\\ into \\, and sed turns \\ into \.
edece237
CV
2035 sed -n \
2036 "s/'/'\\\\''/g;
2037 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 2038 ;; #(
edece237
CV
2039 *)
2040 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 2041 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
edece237 2042 ;;
81ecdfbb
RW
2043 esac |
2044 sort
2045) |
edece237 2046 sed '
81ecdfbb 2047 /^ac_cv_env_/b end
edece237 2048 t clear
81ecdfbb 2049 :clear
edece237
CV
2050 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2051 t end
81ecdfbb
RW
2052 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2053 :end' >>confcache
2054if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2055 if test -w "$cache_file"; then
d0ac1c44 2056 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2058$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
2059 if test ! -f "$cache_file" || test -h "$cache_file"; then
2060 cat confcache >"$cache_file"
2061 else
2062 case $cache_file in #(
2063 */* | ?:*)
2064 mv -f confcache "$cache_file"$$ &&
2065 mv -f "$cache_file"$$ "$cache_file" ;; #(
2066 *)
2067 mv -f confcache "$cache_file" ;;
2068 esac
2069 fi
2070 fi
edece237 2071 else
81ecdfbb
RW
2072 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2073$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
edece237
CV
2074 fi
2075fi
2076rm -f confcache
2077
2078test "x$prefix" = xNONE && prefix=$ac_default_prefix
2079# Let make expand exec_prefix.
2080test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2081
52d37d2c
MF
2082# Transform confdefs.h into DEFS.
2083# Protect against shell expansion while executing Makefile rules.
2084# Protect against Makefile macro expansion.
2085#
2086# If the first sed substitution is executed (which looks for macros that
2087# take arguments), then branch to the quote section. Otherwise,
2088# look for a macro that doesn't take arguments.
2089ac_script='
2090:mline
2091/\\$/{
2092 N
2093 s,\\\n,,
2094 b mline
2095}
2096t clear
2097:clear
2098s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2099t quote
2100s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2101t quote
2102b any
2103:quote
2104s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2105s/\[/\\&/g
2106s/\]/\\&/g
2107s/\$/$$/g
2108H
2109:any
2110${
2111 g
2112 s/^\n//
2113 s/\n/ /g
2114 p
2115}
2116'
2117DEFS=`sed -n "$ac_script" confdefs.h`
2118
edece237
CV
2119
2120ac_libobjs=
2121ac_ltlibobjs=
d0ac1c44 2122U=
edece237
CV
2123for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2124 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
2125 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2126 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2127 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2128 # will be set to the directory where LIBOBJS objects are built.
2129 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2130 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
edece237
CV
2131done
2132LIBOBJS=$ac_libobjs
2133
2134LTLIBOBJS=$ac_ltlibobjs
2135
2136
31e6ad7d 2137if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 2138 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
2139Usually this means the macro was only invoked conditionally." "$LINENO" 5
2140fi
edece237 2141
d0ac1c44 2142: "${CONFIG_STATUS=./config.status}"
81ecdfbb 2143ac_write_fail=0
edece237
CV
2144ac_clean_files_save=$ac_clean_files
2145ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
2146{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2147$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2148as_write_fail=0
2149cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
edece237
CV
2150#! $SHELL
2151# Generated by $as_me.
2152# Run this file to recreate the current configuration.
2153# Compiler output produced by configure, useful for debugging
2154# configure, is in config.log if it exists.
2155
2156debug=false
2157ac_cs_recheck=false
2158ac_cs_silent=false
edece237 2159
81ecdfbb
RW
2160SHELL=\${CONFIG_SHELL-$SHELL}
2161export SHELL
2162_ASEOF
2163cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2164## -------------------- ##
2165## M4sh Initialization. ##
2166## -------------------- ##
2167
2168# Be more Bourne compatible
2169DUALCASE=1; export DUALCASE # for MKS sh
2170if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
edece237
CV
2171 emulate sh
2172 NULLCMD=:
81ecdfbb 2173 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
edece237
CV
2174 # is contrary to our usage. Disable this feature.
2175 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
2176 setopt NO_GLOB_SUBST
2177else
2178 case `(set -o) 2>/dev/null` in #(
2179 *posix*) :
2180 set -o posix ;; #(
2181 *) :
2182 ;;
2183esac
edece237 2184fi
edece237 2185
81ecdfbb
RW
2186
2187as_nl='
2188'
2189export as_nl
2190# Printing a long string crashes Solaris 7 /usr/bin/printf.
2191as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2192as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2193as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2194# Prefer a ksh shell builtin over an external printf program on Solaris,
2195# but without wasting forks for bash or zsh.
2196if test -z "$BASH_VERSION$ZSH_VERSION" \
2197 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2198 as_echo='print -r --'
2199 as_echo_n='print -rn --'
2200elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2201 as_echo='printf %s\n'
2202 as_echo_n='printf %s'
2203else
2204 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2205 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2206 as_echo_n='/usr/ucb/echo -n'
2207 else
2208 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2209 as_echo_n_body='eval
2210 arg=$1;
2211 case $arg in #(
2212 *"$as_nl"*)
2213 expr "X$arg" : "X\\(.*\\)$as_nl";
2214 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2215 esac;
2216 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2217 '
2218 export as_echo_n_body
2219 as_echo_n='sh -c $as_echo_n_body as_echo'
2220 fi
2221 export as_echo_body
2222 as_echo='sh -c $as_echo_body as_echo'
2223fi
2224
2225# The user is always right.
2226if test "${PATH_SEPARATOR+set}" != set; then
2227 PATH_SEPARATOR=:
2228 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2229 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2230 PATH_SEPARATOR=';'
2231 }
edece237
CV
2232fi
2233
2234
81ecdfbb
RW
2235# IFS
2236# We need space, tab and new line, in precisely that order. Quoting is
2237# there to prevent editors from complaining about space-tab.
2238# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2239# splitting by setting IFS to empty value.)
2240IFS=" "" $as_nl"
2241
2242# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 2243as_myself=
81ecdfbb
RW
2244case $0 in #((
2245 *[\\/]* ) as_myself=$0 ;;
2246 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2247for as_dir in $PATH
2248do
2249 IFS=$as_save_IFS
2250 test -z "$as_dir" && as_dir=.
2251 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2252 done
2253IFS=$as_save_IFS
2254
2255 ;;
2256esac
2257# We did not find ourselves, most probably we were run as `sh COMMAND'
2258# in which case we are not to be found in the path.
2259if test "x$as_myself" = x; then
2260 as_myself=$0
2261fi
2262if test ! -f "$as_myself"; then
2263 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2264 exit 1
2265fi
2266
2267# Unset variables that we do not need and which cause bugs (e.g. in
2268# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2269# suppresses any "Segmentation fault" message there. '((' could
2270# trigger a bug in pdksh 5.2.14.
2271for as_var in BASH_ENV ENV MAIL MAILPATH
2272do eval test x\${$as_var+set} = xset \
2273 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2274done
edece237
CV
2275PS1='$ '
2276PS2='> '
2277PS4='+ '
2278
2279# NLS nuisances.
81ecdfbb
RW
2280LC_ALL=C
2281export LC_ALL
2282LANGUAGE=C
2283export LANGUAGE
2284
2285# CDPATH.
2286(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2287
2288
d0ac1c44
SM
2289# as_fn_error STATUS ERROR [LINENO LOG_FD]
2290# ----------------------------------------
81ecdfbb
RW
2291# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2292# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 2293# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
2294as_fn_error ()
2295{
d0ac1c44
SM
2296 as_status=$1; test $as_status -eq 0 && as_status=1
2297 if test "$4"; then
2298 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2299 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
edece237 2300 fi
d0ac1c44 2301 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
2302 as_fn_exit $as_status
2303} # as_fn_error
2304
2305
2306# as_fn_set_status STATUS
2307# -----------------------
2308# Set $? to STATUS, without forking.
2309as_fn_set_status ()
2310{
2311 return $1
2312} # as_fn_set_status
2313
2314# as_fn_exit STATUS
2315# -----------------
2316# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2317as_fn_exit ()
2318{
2319 set +e
2320 as_fn_set_status $1
2321 exit $1
2322} # as_fn_exit
2323
2324# as_fn_unset VAR
2325# ---------------
2326# Portably unset VAR.
2327as_fn_unset ()
2328{
2329 { eval $1=; unset $1;}
2330}
2331as_unset=as_fn_unset
2332# as_fn_append VAR VALUE
2333# ----------------------
2334# Append the text in VALUE to the end of the definition contained in VAR. Take
2335# advantage of any shell optimizations that allow amortized linear growth over
2336# repeated appends, instead of the typical quadratic growth present in naive
2337# implementations.
2338if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2339 eval 'as_fn_append ()
2340 {
2341 eval $1+=\$2
2342 }'
2343else
2344 as_fn_append ()
2345 {
2346 eval $1=\$$1\$2
2347 }
2348fi # as_fn_append
2349
2350# as_fn_arith ARG...
2351# ------------------
2352# Perform arithmetic evaluation on the ARGs, and store the result in the
2353# global $as_val. Take advantage of shells that can avoid forks. The arguments
2354# must be portable across $(()) and expr.
2355if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2356 eval 'as_fn_arith ()
2357 {
2358 as_val=$(( $* ))
2359 }'
2360else
2361 as_fn_arith ()
2362 {
2363 as_val=`expr "$@" || test $? -eq 1`
2364 }
2365fi # as_fn_arith
edece237 2366
81ecdfbb
RW
2367
2368if expr a : '\(a\)' >/dev/null 2>&1 &&
2369 test "X`expr 00001 : '.*\(...\)'`" = X001; then
edece237
CV
2370 as_expr=expr
2371else
2372 as_expr=false
2373fi
2374
81ecdfbb 2375if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
edece237
CV
2376 as_basename=basename
2377else
2378 as_basename=false
2379fi
2380
81ecdfbb
RW
2381if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2382 as_dirname=dirname
2383else
2384 as_dirname=false
2385fi
edece237 2386
81ecdfbb 2387as_me=`$as_basename -- "$0" ||
edece237
CV
2388$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2389 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
2390 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2391$as_echo X/"$0" |
2392 sed '/^.*\/\([^/][^/]*\)\/*$/{
2393 s//\1/
2394 q
2395 }
2396 /^X\/\(\/\/\)$/{
2397 s//\1/
2398 q
2399 }
2400 /^X\/\(\/\).*/{
2401 s//\1/
2402 q
2403 }
2404 s/.*/./; q'`
edece237 2405
edece237
CV
2406# Avoid depending upon Character Ranges.
2407as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2408as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2409as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2410as_cr_digits='0123456789'
2411as_cr_alnum=$as_cr_Letters$as_cr_digits
2412
81ecdfbb
RW
2413ECHO_C= ECHO_N= ECHO_T=
2414case `echo -n x` in #(((((
2415-n*)
2416 case `echo 'xy\c'` in
2417 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2418 xy) ECHO_C='\c';;
2419 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
2420 ECHO_T=' ';;
2421 esac;;
2422*)
2423 ECHO_N='-n';;
edece237
CV
2424esac
2425
81ecdfbb
RW
2426rm -f conf$$ conf$$.exe conf$$.file
2427if test -d conf$$.dir; then
2428 rm -f conf$$.dir/conf$$.file
edece237 2429else
81ecdfbb
RW
2430 rm -f conf$$.dir
2431 mkdir conf$$.dir 2>/dev/null
edece237 2432fi
81ecdfbb
RW
2433if (echo >conf$$.file) 2>/dev/null; then
2434 if ln -s conf$$.file conf$$ 2>/dev/null; then
edece237 2435 as_ln_s='ln -s'
81ecdfbb
RW
2436 # ... but there are two gotchas:
2437 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2438 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 2439 # In both cases, we have to default to `cp -pR'.
81ecdfbb 2440 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 2441 as_ln_s='cp -pR'
81ecdfbb
RW
2442 elif ln conf$$.file conf$$ 2>/dev/null; then
2443 as_ln_s=ln
2444 else
d0ac1c44 2445 as_ln_s='cp -pR'
edece237 2446 fi
edece237 2447else
d0ac1c44 2448 as_ln_s='cp -pR'
edece237 2449fi
81ecdfbb
RW
2450rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2451rmdir conf$$.dir 2>/dev/null
2452
2453
2454# as_fn_mkdir_p
2455# -------------
2456# Create "$as_dir" as a directory, including parents if necessary.
2457as_fn_mkdir_p ()
2458{
2459
2460 case $as_dir in #(
2461 -*) as_dir=./$as_dir;;
2462 esac
2463 test -d "$as_dir" || eval $as_mkdir_p || {
2464 as_dirs=
2465 while :; do
2466 case $as_dir in #(
2467 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2468 *) as_qdir=$as_dir;;
2469 esac
2470 as_dirs="'$as_qdir' $as_dirs"
2471 as_dir=`$as_dirname -- "$as_dir" ||
2472$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2473 X"$as_dir" : 'X\(//\)[^/]' \| \
2474 X"$as_dir" : 'X\(//\)$' \| \
2475 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2476$as_echo X"$as_dir" |
2477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2478 s//\1/
2479 q
2480 }
2481 /^X\(\/\/\)[^/].*/{
2482 s//\1/
2483 q
2484 }
2485 /^X\(\/\/\)$/{
2486 s//\1/
2487 q
2488 }
2489 /^X\(\/\).*/{
2490 s//\1/
2491 q
2492 }
2493 s/.*/./; q'`
2494 test -d "$as_dir" && break
2495 done
2496 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 2497 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
edece237 2498
81ecdfbb
RW
2499
2500} # as_fn_mkdir_p
edece237 2501if mkdir -p . 2>/dev/null; then
81ecdfbb 2502 as_mkdir_p='mkdir -p "$as_dir"'
edece237
CV
2503else
2504 test -d ./-p && rmdir ./-p
2505 as_mkdir_p=false
2506fi
2507
d0ac1c44
SM
2508
2509# as_fn_executable_p FILE
2510# -----------------------
2511# Test if FILE is an executable regular file.
2512as_fn_executable_p ()
2513{
2514 test -f "$1" && test -x "$1"
2515} # as_fn_executable_p
2516as_test_x='test -x'
2517as_executable_p=as_fn_executable_p
edece237
CV
2518
2519# Sed expression to map a string onto a valid CPP name.
2520as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2521
2522# Sed expression to map a string onto a valid variable name.
2523as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2524
2525
edece237 2526exec 6>&1
81ecdfbb
RW
2527## ----------------------------------- ##
2528## Main body of $CONFIG_STATUS script. ##
2529## ----------------------------------- ##
2530_ASEOF
2531test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2532
2533cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2534# Save the log message, to keep $0 and so on meaningful, and to
edece237 2535# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
2536# values after options handling.
2537ac_log="
edece237 2538This file was extended by $as_me, which was
d0ac1c44 2539generated by GNU Autoconf 2.69. Invocation command line was
edece237
CV
2540
2541 CONFIG_FILES = $CONFIG_FILES
2542 CONFIG_HEADERS = $CONFIG_HEADERS
2543 CONFIG_LINKS = $CONFIG_LINKS
2544 CONFIG_COMMANDS = $CONFIG_COMMANDS
2545 $ $0 $@
2546
81ecdfbb
RW
2547on `(hostname || uname -n) 2>/dev/null | sed 1q`
2548"
2549
edece237
CV
2550_ACEOF
2551
81ecdfbb
RW
2552case $ac_config_files in *"
2553"*) set x $ac_config_files; shift; ac_config_files=$*;;
2554esac
edece237 2555
edece237 2556
edece237 2557
81ecdfbb
RW
2558cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2559# Files that config.status was made for.
2560config_files="$ac_config_files"
81ecdfbb 2561config_commands="$ac_config_commands"
edece237 2562
81ecdfbb 2563_ACEOF
edece237 2564
81ecdfbb 2565cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
edece237 2566ac_cs_usage="\
81ecdfbb
RW
2567\`$as_me' instantiates files and other configuration actions
2568from templates according to the current configuration. Unless the files
2569and actions are specified as TAGs, all are instantiated by default.
edece237 2570
81ecdfbb 2571Usage: $0 [OPTION]... [TAG]...
edece237
CV
2572
2573 -h, --help print this help, then exit
81ecdfbb 2574 -V, --version print version number and configuration settings, then exit
d0ac1c44 2575 --config print configuration, then exit
81ecdfbb
RW
2576 -q, --quiet, --silent
2577 do not print progress messages
edece237
CV
2578 -d, --debug don't remove temporary files
2579 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
2580 --file=FILE[:TEMPLATE]
2581 instantiate the configuration file FILE
edece237
CV
2582
2583Configuration files:
2584$config_files
2585
edece237
CV
2586Configuration commands:
2587$config_commands
2588
81ecdfbb 2589Report bugs to the package provider."
edece237 2590
81ecdfbb
RW
2591_ACEOF
2592cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 2593ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
edece237
CV
2594ac_cs_version="\\
2595config.status
d0ac1c44
SM
2596configured by $0, generated by GNU Autoconf 2.69,
2597 with options \\"\$ac_cs_config\\"
edece237 2598
d0ac1c44 2599Copyright (C) 2012 Free Software Foundation, Inc.
edece237
CV
2600This config.status script is free software; the Free Software Foundation
2601gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
2602
2603ac_pwd='$ac_pwd'
2604srcdir='$srcdir'
81ecdfbb 2605test -n "\$AWK" || AWK=awk
edece237
CV
2606_ACEOF
2607
81ecdfbb
RW
2608cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2609# The default lists apply if the user does not specify any file.
edece237
CV
2610ac_need_defaults=:
2611while test $# != 0
2612do
2613 case $1 in
d0ac1c44 2614 --*=?*)
81ecdfbb
RW
2615 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2616 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
edece237
CV
2617 ac_shift=:
2618 ;;
d0ac1c44
SM
2619 --*=)
2620 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2621 ac_optarg=
2622 ac_shift=:
2623 ;;
81ecdfbb 2624 *)
edece237
CV
2625 ac_option=$1
2626 ac_optarg=$2
2627 ac_shift=shift
2628 ;;
edece237
CV
2629 esac
2630
2631 case $ac_option in
2632 # Handling of the options.
edece237
CV
2633 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2634 ac_cs_recheck=: ;;
81ecdfbb
RW
2635 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2636 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
2637 --config | --confi | --conf | --con | --co | --c )
2638 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 2639 --debug | --debu | --deb | --de | --d | -d )
edece237
CV
2640 debug=: ;;
2641 --file | --fil | --fi | --f )
2642 $ac_shift
81ecdfbb
RW
2643 case $ac_optarg in
2644 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 2645 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
2646 esac
2647 as_fn_append CONFIG_FILES " '$ac_optarg'"
edece237 2648 ac_need_defaults=false;;
52d37d2c 2649 --he | --h | --help | --hel | -h )
81ecdfbb 2650 $as_echo "$ac_cs_usage"; exit ;;
edece237
CV
2651 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2652 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2653 ac_cs_silent=: ;;
2654
2655 # This is an error.
d0ac1c44 2656 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 2657Try \`$0 --help' for more information." ;;
edece237 2658
81ecdfbb
RW
2659 *) as_fn_append ac_config_targets " $1"
2660 ac_need_defaults=false ;;
edece237
CV
2661
2662 esac
2663 shift
2664done
2665
2666ac_configure_extra_args=
2667
2668if $ac_cs_silent; then
2669 exec 6>/dev/null
2670 ac_configure_extra_args="$ac_configure_extra_args --silent"
2671fi
2672
2673_ACEOF
81ecdfbb 2674cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
edece237 2675if \$ac_cs_recheck; then
d0ac1c44 2676 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
2677 shift
2678 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2679 CONFIG_SHELL='$SHELL'
2680 export CONFIG_SHELL
2681 exec "\$@"
edece237
CV
2682fi
2683
2684_ACEOF
81ecdfbb
RW
2685cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2686exec 5>>config.log
2687{
2688 echo
2689 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2690## Running $as_me. ##
2691_ASBOX
2692 $as_echo "$ac_log"
2693} >&5
edece237 2694
81ecdfbb
RW
2695_ACEOF
2696cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2697_ACEOF
edece237 2698
81ecdfbb 2699cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
edece237 2700
81ecdfbb 2701# Handling of arguments.
edece237
CV
2702for ac_config_target in $ac_config_targets
2703do
81ecdfbb 2704 case $ac_config_target in
81ecdfbb
RW
2705 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
2706 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
2707 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
2708 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
2709 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
2710
d0ac1c44 2711 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
edece237
CV
2712 esac
2713done
2714
81ecdfbb 2715
edece237
CV
2716# If the user did not use the arguments to specify the items to instantiate,
2717# then the envvar interface is used. Set only those that are not.
2718# We use the long form for the default assignment because of an extremely
2719# bizarre bug on SunOS 4.1.3.
2720if $ac_need_defaults; then
2721 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
edece237
CV
2722 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
2723fi
2724
2725# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 2726# simply because there is no reason against having it here, and in addition,
edece237 2727# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
2728# Hook for its removal unless debugging.
2729# Note that there is a small window in which the directory will not be cleaned:
2730# after its creation but before its name has been assigned to `$tmp'.
edece237
CV
2731$debug ||
2732{
d0ac1c44 2733 tmp= ac_tmp=
81ecdfbb 2734 trap 'exit_status=$?
d0ac1c44
SM
2735 : "${ac_tmp:=$tmp}"
2736 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
2737' 0
2738 trap 'as_fn_exit 1' 1 2 13 15
edece237 2739}
edece237
CV
2740# Create a (secure) tmp directory for tmp files.
2741
2742{
81ecdfbb 2743 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 2744 test -d "$tmp"
edece237
CV
2745} ||
2746{
81ecdfbb
RW
2747 tmp=./conf$$-$RANDOM
2748 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
2749} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
2750ac_tmp=$tmp
edece237 2751
81ecdfbb
RW
2752# Set up the scripts for CONFIG_FILES section.
2753# No need to generate them if there are no CONFIG_FILES.
2754# This happens for instance with `./config.status config.h'.
2755if test -n "$CONFIG_FILES"; then
edece237 2756
edece237 2757
81ecdfbb
RW
2758ac_cr=`echo X | tr X '\015'`
2759# On cygwin, bash can eat \r inside `` if the user requested igncr.
2760# But we know of no other shell where ac_cr would be empty at this
2761# point, so we can use a bashism as a fallback.
2762if test "x$ac_cr" = x; then
2763 eval ac_cr=\$\'\\r\'
2764fi
2765ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2766if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 2767 ac_cs_awk_cr='\\r'
81ecdfbb
RW
2768else
2769 ac_cs_awk_cr=$ac_cr
2770fi
edece237 2771
d0ac1c44 2772echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
edece237
CV
2773_ACEOF
2774
81ecdfbb
RW
2775
2776{
2777 echo "cat >conf$$subs.awk <<_ACEOF" &&
2778 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
2779 echo "_ACEOF"
2780} >conf$$subs.sh ||
d0ac1c44
SM
2781 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2782ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
2783ac_delim='%!_!# '
2784for ac_last_try in false false false false false :; do
2785 . ./conf$$subs.sh ||
d0ac1c44 2786 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
2787
2788 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
2789 if test $ac_delim_n = $ac_delim_num; then
2790 break
2791 elif $ac_last_try; then
d0ac1c44 2792 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
2793 else
2794 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
edece237 2795 fi
81ecdfbb
RW
2796done
2797rm -f conf$$subs.sh
edece237 2798
81ecdfbb 2799cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 2800cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
edece237 2801_ACEOF
81ecdfbb
RW
2802sed -n '
2803h
2804s/^/S["/; s/!.*/"]=/
2805p
2806g
2807s/^[^!]*!//
2808:repl
2809t repl
2810s/'"$ac_delim"'$//
2811t delim
2812:nl
2813h
d0ac1c44 2814s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
2815t more1
2816s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
2817p
2818n
2819b repl
2820:more1
2821s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2822p
2823g
2824s/.\{148\}//
2825t nl
2826:delim
2827h
d0ac1c44 2828s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
2829t more2
2830s/["\\]/\\&/g; s/^/"/; s/$/"/
2831p
2832b
2833:more2
2834s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2835p
2836g
2837s/.\{148\}//
2838t delim
2839' <conf$$subs.awk | sed '
2840/^[^""]/{
2841 N
2842 s/\n//
2843}
2844' >>$CONFIG_STATUS || ac_write_fail=1
2845rm -f conf$$subs.awk
2846cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2847_ACAWK
d0ac1c44 2848cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
2849 for (key in S) S_is_set[key] = 1
2850 FS = "\a"
edece237 2851
81ecdfbb
RW
2852}
2853{
2854 line = $ 0
2855 nfields = split(line, field, "@")
2856 substed = 0
2857 len = length(field[1])
2858 for (i = 2; i < nfields; i++) {
2859 key = field[i]
2860 keylen = length(key)
2861 if (S_is_set[key]) {
2862 value = S[key]
2863 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
2864 len += length(value) + length(field[++i])
2865 substed = 1
2866 } else
2867 len += 1 + keylen
2868 }
2869
2870 print line
2871}
edece237 2872
81ecdfbb
RW
2873_ACAWK
2874_ACEOF
2875cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2876if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
2877 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
edece237 2878else
81ecdfbb 2879 cat
d0ac1c44
SM
2880fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
2881 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 2882_ACEOF
edece237 2883
d0ac1c44
SM
2884# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
2885# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
2886# trailing colons and then remove the whole line if VPATH becomes empty
2887# (actually we leave an empty line to preserve line numbers).
2888if test "x$srcdir" = x.; then
d0ac1c44
SM
2889 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
2890h
2891s///
2892s/^/:/
2893s/[ ]*$/:/
2894s/:\$(srcdir):/:/g
2895s/:\${srcdir}:/:/g
2896s/:@srcdir@:/:/g
2897s/^:*//
81ecdfbb 2898s/:*$//
d0ac1c44
SM
2899x
2900s/\(=[ ]*\).*/\1/
2901G
2902s/\n//
81ecdfbb
RW
2903s/^[^=]*=[ ]*$//
2904}'
2905fi
edece237 2906
81ecdfbb
RW
2907cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2908fi # test -n "$CONFIG_FILES"
edece237 2909
81ecdfbb 2910
52d37d2c 2911eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
2912shift
2913for ac_tag
2914do
2915 case $ac_tag in
2916 :[FHLC]) ac_mode=$ac_tag; continue;;
2917 esac
2918 case $ac_mode$ac_tag in
2919 :[FHL]*:*);;
d0ac1c44 2920 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
2921 :[FH]-) ac_tag=-:-;;
2922 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
edece237 2923 esac
81ecdfbb
RW
2924 ac_save_IFS=$IFS
2925 IFS=:
2926 set x $ac_tag
2927 IFS=$ac_save_IFS
2928 shift
2929 ac_file=$1
2930 shift
edece237 2931
81ecdfbb
RW
2932 case $ac_mode in
2933 :L) ac_source=$1;;
2934 :[FH])
2935 ac_file_inputs=
2936 for ac_f
2937 do
2938 case $ac_f in
d0ac1c44 2939 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
2940 *) # Look for the file first in the build tree, then in the source tree
2941 # (if the path is not absolute). The absolute path cannot be DOS-style,
2942 # because $ac_f cannot contain `:'.
2943 test -f "$ac_f" ||
2944 case $ac_f in
2945 [\\/$]*) false;;
2946 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2947 esac ||
d0ac1c44 2948 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
edece237 2949 esac
81ecdfbb
RW
2950 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2951 as_fn_append ac_file_inputs " '$ac_f'"
2952 done
edece237 2953
81ecdfbb
RW
2954 # Let's still pretend it is `configure' which instantiates (i.e., don't
2955 # use $as_me), people would be surprised to read:
2956 # /* config.h. Generated by config.status. */
2957 configure_input='Generated from '`
2958 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2959 `' by configure.'
2960 if test x"$ac_file" != x-; then
2961 configure_input="$ac_file. $configure_input"
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2963$as_echo "$as_me: creating $ac_file" >&6;}
2964 fi
2965 # Neutralize special characters interpreted by sed in replacement strings.
2966 case $configure_input in #(
2967 *\&* | *\|* | *\\* )
2968 ac_sed_conf_input=`$as_echo "$configure_input" |
2969 sed 's/[\\\\&|]/\\\\&/g'`;; #(
2970 *) ac_sed_conf_input=$configure_input;;
2971 esac
edece237 2972
81ecdfbb 2973 case $ac_tag in
d0ac1c44
SM
2974 *:-:* | *:-) cat >"$ac_tmp/stdin" \
2975 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
2976 esac
2977 ;;
2978 esac
edece237 2979
81ecdfbb 2980 ac_dir=`$as_dirname -- "$ac_file" ||
edece237
CV
2981$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2982 X"$ac_file" : 'X\(//\)[^/]' \| \
2983 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
2984 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2985$as_echo X"$ac_file" |
2986 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2987 s//\1/
2988 q
2989 }
2990 /^X\(\/\/\)[^/].*/{
2991 s//\1/
2992 q
2993 }
2994 /^X\(\/\/\)$/{
2995 s//\1/
2996 q
2997 }
2998 /^X\(\/\).*/{
2999 s//\1/
3000 q
3001 }
3002 s/.*/./; q'`
3003 as_dir="$ac_dir"; as_fn_mkdir_p
edece237
CV
3004 ac_builddir=.
3005
81ecdfbb
RW
3006case "$ac_dir" in
3007.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3008*)
3009 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3010 # A ".." for each directory in $ac_dir_suffix.
3011 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3012 case $ac_top_builddir_sub in
3013 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3014 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3015 esac ;;
3016esac
3017ac_abs_top_builddir=$ac_pwd
3018ac_abs_builddir=$ac_pwd$ac_dir_suffix
3019# for backward compatibility:
3020ac_top_builddir=$ac_top_build_prefix
edece237
CV
3021
3022case $srcdir in
81ecdfbb 3023 .) # We are building in place.
edece237 3024 ac_srcdir=.
81ecdfbb
RW
3025 ac_top_srcdir=$ac_top_builddir_sub
3026 ac_abs_top_srcdir=$ac_pwd ;;
3027 [\\/]* | ?:[\\/]* ) # Absolute name.
edece237 3028 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
3029 ac_top_srcdir=$srcdir
3030 ac_abs_top_srcdir=$srcdir ;;
3031 *) # Relative name.
3032 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3033 ac_top_srcdir=$ac_top_build_prefix$srcdir
3034 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
edece237 3035esac
81ecdfbb 3036ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
edece237 3037
edece237 3038
81ecdfbb
RW
3039 case $ac_mode in
3040 :F)
3041 #
3042 # CONFIG_FILE
3043 #
edece237 3044
81ecdfbb 3045_ACEOF
edece237 3046
81ecdfbb
RW
3047cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3048# If the template does not know about datarootdir, expand it.
3049# FIXME: This hack should be removed a few years after 2.60.
3050ac_datarootdir_hack=; ac_datarootdir_seen=
3051ac_sed_dataroot='
3052/datarootdir/ {
3053 p
3054 q
3055}
3056/@datadir@/p
3057/@docdir@/p
3058/@infodir@/p
3059/@localedir@/p
3060/@mandir@/p'
3061case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3062*datarootdir*) ac_datarootdir_seen=yes;;
3063*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3065$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3066_ACEOF
3067cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3068 ac_datarootdir_hack='
3069 s&@datadir@&$datadir&g
3070 s&@docdir@&$docdir&g
3071 s&@infodir@&$infodir&g
3072 s&@localedir@&$localedir&g
3073 s&@mandir@&$mandir&g
3074 s&\\\${datarootdir}&$datarootdir&g' ;;
3075esac
edece237 3076_ACEOF
edece237 3077
81ecdfbb
RW
3078# Neutralize VPATH when `$srcdir' = `.'.
3079# Shell code in configure.ac might set extrasub.
3080# FIXME: do we really want to maintain this feature?
3081cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3082ac_sed_extra="$ac_vpsub
3083$extrasub
3084_ACEOF
3085cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3086:t
3087/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3088s|@configure_input@|$ac_sed_conf_input|;t t
3089s&@top_builddir@&$ac_top_builddir_sub&;t t
3090s&@top_build_prefix@&$ac_top_build_prefix&;t t
3091s&@srcdir@&$ac_srcdir&;t t
3092s&@abs_srcdir@&$ac_abs_srcdir&;t t
3093s&@top_srcdir@&$ac_top_srcdir&;t t
3094s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3095s&@builddir@&$ac_builddir&;t t
3096s&@abs_builddir@&$ac_abs_builddir&;t t
3097s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
81ecdfbb
RW
3098$ac_datarootdir_hack
3099"
d0ac1c44
SM
3100eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3101 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
3102
3103test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
3104 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3105 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
3106 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 3107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 3108which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 3109$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 3110which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 3111
d0ac1c44 3112 rm -f "$ac_tmp/stdin"
81ecdfbb 3113 case $ac_file in
d0ac1c44
SM
3114 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3115 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 3116 esac \
d0ac1c44 3117 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 3118 ;;
52d37d2c 3119
edece237 3120
81ecdfbb
RW
3121 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
3122$as_echo "$as_me: executing $ac_file commands" >&6;}
3123 ;;
3124 esac
edece237
CV
3125
3126
81ecdfbb
RW
3127 case $ac_file$ac_mode in
3128 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
edece237
CV
3129 rm -f Makesim1.tmp Makesim2.tmp Makefile
3130 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
3131 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
3132 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
3133 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
3134 <Makefile.sim >Makefile
3135 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
3136 ;;
81ecdfbb
RW
3137 "stamp-h":C) echo > stamp-h ;;
3138
edece237 3139 esac
81ecdfbb 3140done # for ac_tag
edece237 3141
edece237 3142
81ecdfbb 3143as_fn_exit 0
edece237 3144_ACEOF
edece237
CV
3145ac_clean_files=$ac_clean_files_save
3146
81ecdfbb 3147test $ac_write_fail = 0 ||
d0ac1c44 3148 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 3149
edece237
CV
3150
3151# configure is writing to config.log, and then calls config.status.
3152# config.status does its own redirection, appending to config.log.
3153# Unfortunately, on DOS this fails, as config.log is still kept open
3154# by configure, so config.status won't be able to write to it; its
3155# output is simply discarded. So we exec the FD to /dev/null,
3156# effectively closing config.log, so it can be properly (re)opened and
3157# appended to by config.status. When coming back to configure, we
3158# need to make the FD available again.
3159if test "$no_create" != yes; then
3160 ac_cs_success=:
3161 ac_config_status_args=
3162 test "$silent" = yes &&
3163 ac_config_status_args="$ac_config_status_args --quiet"
3164 exec 5>/dev/null
3165 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3166 exec 5>>config.log
3167 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3168 # would make configure fail if this is the last instruction.
d0ac1c44 3169 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
3170fi
3171if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3173$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
edece237
CV
3174fi
3175
3176
This page took 1.198553 seconds and 4 git commands to generate.