sim: move default model to the runtime sim state
[deliverable/binutils-gdb.git] / sim / mips / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 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#
b7026657 8#
b7026657
AC
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## -------------------- ##
c906108c 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 :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
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
b7026657 31fi
c906108c 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 }
b7026657 79fi
c906108c
SS
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
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 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
b7026657 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."
b7026657 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."
b7026657 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
c906108c 417
81ecdfbb
RW
418if expr a : '\(a\)' >/dev/null 2>&1 &&
419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
420 as_expr=expr
421else
422 as_expr=false
423fi
c906108c 424
81ecdfbb 425if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
426 as_basename=basename
427else
428 as_basename=false
429fi
c906108c 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
c906108c 436
81ecdfbb 437as_me=`$as_basename -- "$0" ||
b7026657
AC
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'`
c906108c 455
b7026657
AC
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
c906108c 462
c906108c 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 |
b7026657 473 sed '
81ecdfbb
RW
474 s/[$]LINENO.*/&-/
475 t lineno
476 b
477 :lineno
b7026657 478 N
81ecdfbb
RW
479 :loop
480 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 481 t loop
81ecdfbb 482 s/-\n.*//
b7026657 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; }
b7026657 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
b7026657
AC
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"
b7026657
AC
495 # Exit status is that of the last command.
496 exit
497}
c906108c 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';;
b7026657 510esac
c906108c 511
81ecdfbb
RW
512rm -f conf$$ conf$$.exe conf$$.file
513if test -d conf$$.dir; then
514 rm -f conf$$.dir/conf$$.file
b7026657 515else
81ecdfbb
RW
516 rm -f conf$$.dir
517 mkdir conf$$.dir 2>/dev/null
b7026657 518fi
81ecdfbb
RW
519if (echo >conf$$.file) 2>/dev/null; then
520 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 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'
b7026657 532 fi
b7026657 533else
d0ac1c44 534 as_ln_s='cp -pR'
b7026657 535fi
81ecdfbb
RW
536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537rmdir conf$$.dir 2>/dev/null
c906108c 538
b7026657 539if mkdir -p . 2>/dev/null; then
81ecdfbb 540 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
541else
542 test -d ./-p && rmdir ./-p
543 as_mkdir_p=false
544fi
c906108c 545
d0ac1c44
SM
546as_test_x='test -x'
547as_executable_p=as_fn_executable_p
c906108c 548
b7026657
AC
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'"
c906108c 551
b7026657
AC
552# Sed expression to map a string onto a valid variable name.
553as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c
SS
554
555
d0ac1c44
SM
556test -n "$DJDIR" || exec 7<&0 </dev/null
557exec 6>&1
c906108c 558
b7026657 559# Name of the host.
d0ac1c44 560# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
561# so uname gets run too.
562ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 563
c906108c 564#
b7026657 565# Initializations.
c906108c 566#
b7026657 567ac_default_prefix=/usr/local
81ecdfbb 568ac_clean_files=
b7026657 569ac_config_libobj_dir=.
81ecdfbb 570LIBOBJS=
b7026657
AC
571cross_compiling=no
572subdirs=
573MFLAGS=
574MAKEFLAGS=
b7026657
AC
575
576# Identity of this package.
577PACKAGE_NAME=
578PACKAGE_TARNAME=
579PACKAGE_VERSION=
580PACKAGE_STRING=
581PACKAGE_BUGREPORT=
81ecdfbb 582PACKAGE_URL=
b7026657
AC
583
584ac_unique_file="Makefile.in"
81ecdfbb
RW
585ac_subst_vars='LTLIBOBJS
586LIBOBJS
36bb57e4
MF
587SIM_COMMON_BUILD_FALSE
588SIM_COMMON_BUILD_TRUE
760b3e8b 589sim_scache
81ecdfbb 590cgen_breaks
81ecdfbb
RW
591sim_multi_obj
592sim_multi_src
593sim_multi_igen_configs
594sim_multi_flags
595sim_gen
8e394ffc
AB
596sim_micromips16_flags
597sim_micromips_flags
81ecdfbb
RW
598sim_m16_flags
599sim_igen_flags
600SIM_SUBTARGET
81ecdfbb
RW
601target_alias
602host_alias
603build_alias
604LIBS
605ECHO_T
606ECHO_N
607ECHO_C
608DEFS
609mandir
610localedir
611libdir
612psdir
613pdfdir
614dvidir
615htmldir
616infodir
617docdir
618oldincludedir
619includedir
620localstatedir
621sharedstatedir
622sysconfdir
623datadir
624datarootdir
625libexecdir
626sbindir
627bindir
628program_transform_name
629prefix
630exec_prefix
631PACKAGE_URL
632PACKAGE_BUGREPORT
633PACKAGE_STRING
634PACKAGE_VERSION
635PACKAGE_TARNAME
636PACKAGE_NAME
637PATH_SEPARATOR
136da8cd 638SHELL
136da8cd 639sim_reserved_bits
136da8cd 640sim_float
ba307cdd 641sim_bitsize'
b7026657 642ac_subst_files=''
81ecdfbb
RW
643ac_user_opts='
644enable_option_checking
81ecdfbb 645enable_sim_reserved_bits
81ecdfbb
RW
646enable_sim_bitsize
647enable_sim_float
81ecdfbb
RW
648'
649 ac_precious_vars='build_alias
650host_alias
bc56166f 651target_alias'
81ecdfbb 652
c906108c
SS
653
654# Initialize some variables set by options.
b7026657
AC
655ac_init_help=
656ac_init_version=false
81ecdfbb
RW
657ac_unrecognized_opts=
658ac_unrecognized_sep=
c906108c
SS
659# The variables have the same names as the options, with
660# dashes changed to underlines.
b7026657 661cache_file=/dev/null
c906108c 662exec_prefix=NONE
c906108c 663no_create=
c906108c
SS
664no_recursion=
665prefix=NONE
666program_prefix=NONE
667program_suffix=NONE
668program_transform_name=s,x,x,
669silent=
670site=
671srcdir=
c906108c
SS
672verbose=
673x_includes=NONE
674x_libraries=NONE
b7026657
AC
675
676# Installation directory options.
677# These are left unexpanded so users can "make install exec_prefix=/foo"
678# and all the variables that are supposed to be based on exec_prefix
679# by default will actually change.
680# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 681# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
682bindir='${exec_prefix}/bin'
683sbindir='${exec_prefix}/sbin'
684libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
685datarootdir='${prefix}/share'
686datadir='${datarootdir}'
c906108c
SS
687sysconfdir='${prefix}/etc'
688sharedstatedir='${prefix}/com'
689localstatedir='${prefix}/var'
c906108c
SS
690includedir='${prefix}/include'
691oldincludedir='/usr/include'
81ecdfbb
RW
692docdir='${datarootdir}/doc/${PACKAGE}'
693infodir='${datarootdir}/info'
694htmldir='${docdir}'
695dvidir='${docdir}'
696pdfdir='${docdir}'
697psdir='${docdir}'
698libdir='${exec_prefix}/lib'
699localedir='${datarootdir}/locale'
700mandir='${datarootdir}/man'
c906108c 701
c906108c 702ac_prev=
81ecdfbb 703ac_dashdash=
c906108c
SS
704for ac_option
705do
c906108c
SS
706 # If the previous option needs an argument, assign it.
707 if test -n "$ac_prev"; then
81ecdfbb 708 eval $ac_prev=\$ac_option
c906108c
SS
709 ac_prev=
710 continue
711 fi
712
81ecdfbb 713 case $ac_option in
d0ac1c44
SM
714 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
715 *=) ac_optarg= ;;
716 *) ac_optarg=yes ;;
81ecdfbb 717 esac
c906108c
SS
718
719 # Accept the important Cygnus configure options, so we can diagnose typos.
720
81ecdfbb
RW
721 case $ac_dashdash$ac_option in
722 --)
723 ac_dashdash=yes ;;
c906108c
SS
724
725 -bindir | --bindir | --bindi | --bind | --bin | --bi)
726 ac_prev=bindir ;;
727 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 728 bindir=$ac_optarg ;;
c906108c
SS
729
730 -build | --build | --buil | --bui | --bu)
b7026657 731 ac_prev=build_alias ;;
c906108c 732 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 733 build_alias=$ac_optarg ;;
c906108c
SS
734
735 -cache-file | --cache-file | --cache-fil | --cache-fi \
736 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
737 ac_prev=cache_file ;;
738 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
739 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
740 cache_file=$ac_optarg ;;
741
742 --config-cache | -C)
743 cache_file=config.cache ;;
c906108c 744
81ecdfbb 745 -datadir | --datadir | --datadi | --datad)
c906108c 746 ac_prev=datadir ;;
81ecdfbb 747 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 748 datadir=$ac_optarg ;;
c906108c 749
81ecdfbb
RW
750 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
751 | --dataroo | --dataro | --datar)
752 ac_prev=datarootdir ;;
753 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
754 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
755 datarootdir=$ac_optarg ;;
756
c906108c 757 -disable-* | --disable-*)
81ecdfbb 758 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 759 # Reject names that are not valid shell variable names.
81ecdfbb 760 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 761 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
762 ac_useropt_orig=$ac_useropt
763 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
764 case $ac_user_opts in
765 *"
766"enable_$ac_useropt"
767"*) ;;
768 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
769 ac_unrecognized_sep=', ';;
770 esac
771 eval enable_$ac_useropt=no ;;
772
773 -docdir | --docdir | --docdi | --doc | --do)
774 ac_prev=docdir ;;
775 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
776 docdir=$ac_optarg ;;
777
778 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
779 ac_prev=dvidir ;;
780 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
781 dvidir=$ac_optarg ;;
c906108c
SS
782
783 -enable-* | --enable-*)
81ecdfbb 784 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 785 # Reject names that are not valid shell variable names.
81ecdfbb 786 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 787 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
788 ac_useropt_orig=$ac_useropt
789 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
790 case $ac_user_opts in
791 *"
792"enable_$ac_useropt"
793"*) ;;
794 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
795 ac_unrecognized_sep=', ';;
c906108c 796 esac
81ecdfbb 797 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
798
799 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
800 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
801 | --exec | --exe | --ex)
802 ac_prev=exec_prefix ;;
803 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
804 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
805 | --exec=* | --exe=* | --ex=*)
b7026657 806 exec_prefix=$ac_optarg ;;
c906108c
SS
807
808 -gas | --gas | --ga | --g)
809 # Obsolete; use --with-gas.
810 with_gas=yes ;;
811
b7026657
AC
812 -help | --help | --hel | --he | -h)
813 ac_init_help=long ;;
814 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
815 ac_init_help=recursive ;;
816 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
817 ac_init_help=short ;;
c906108c
SS
818
819 -host | --host | --hos | --ho)
b7026657 820 ac_prev=host_alias ;;
c906108c 821 -host=* | --host=* | --hos=* | --ho=*)
b7026657 822 host_alias=$ac_optarg ;;
c906108c 823
81ecdfbb
RW
824 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
825 ac_prev=htmldir ;;
826 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
827 | --ht=*)
828 htmldir=$ac_optarg ;;
829
c906108c
SS
830 -includedir | --includedir | --includedi | --included | --include \
831 | --includ | --inclu | --incl | --inc)
832 ac_prev=includedir ;;
833 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
834 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 835 includedir=$ac_optarg ;;
c906108c
SS
836
837 -infodir | --infodir | --infodi | --infod | --info | --inf)
838 ac_prev=infodir ;;
839 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 840 infodir=$ac_optarg ;;
c906108c
SS
841
842 -libdir | --libdir | --libdi | --libd)
843 ac_prev=libdir ;;
844 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 845 libdir=$ac_optarg ;;
c906108c
SS
846
847 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
848 | --libexe | --libex | --libe)
849 ac_prev=libexecdir ;;
850 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
851 | --libexe=* | --libex=* | --libe=*)
b7026657 852 libexecdir=$ac_optarg ;;
c906108c 853
81ecdfbb
RW
854 -localedir | --localedir | --localedi | --localed | --locale)
855 ac_prev=localedir ;;
856 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
857 localedir=$ac_optarg ;;
858
c906108c 859 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 860 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
861 ac_prev=localstatedir ;;
862 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 863 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 864 localstatedir=$ac_optarg ;;
c906108c
SS
865
866 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
867 ac_prev=mandir ;;
868 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 869 mandir=$ac_optarg ;;
c906108c
SS
870
871 -nfp | --nfp | --nf)
872 # Obsolete; use --without-fp.
873 with_fp=no ;;
874
875 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 876 | --no-cr | --no-c | -n)
c906108c
SS
877 no_create=yes ;;
878
879 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
880 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
881 no_recursion=yes ;;
882
883 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
884 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
885 | --oldin | --oldi | --old | --ol | --o)
886 ac_prev=oldincludedir ;;
887 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
888 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
889 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 890 oldincludedir=$ac_optarg ;;
c906108c
SS
891
892 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
893 ac_prev=prefix ;;
894 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 895 prefix=$ac_optarg ;;
c906108c
SS
896
897 -program-prefix | --program-prefix | --program-prefi | --program-pref \
898 | --program-pre | --program-pr | --program-p)
899 ac_prev=program_prefix ;;
900 -program-prefix=* | --program-prefix=* | --program-prefi=* \
901 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 902 program_prefix=$ac_optarg ;;
c906108c
SS
903
904 -program-suffix | --program-suffix | --program-suffi | --program-suff \
905 | --program-suf | --program-su | --program-s)
906 ac_prev=program_suffix ;;
907 -program-suffix=* | --program-suffix=* | --program-suffi=* \
908 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 909 program_suffix=$ac_optarg ;;
c906108c
SS
910
911 -program-transform-name | --program-transform-name \
912 | --program-transform-nam | --program-transform-na \
913 | --program-transform-n | --program-transform- \
914 | --program-transform | --program-transfor \
915 | --program-transfo | --program-transf \
916 | --program-trans | --program-tran \
917 | --progr-tra | --program-tr | --program-t)
918 ac_prev=program_transform_name ;;
919 -program-transform-name=* | --program-transform-name=* \
920 | --program-transform-nam=* | --program-transform-na=* \
921 | --program-transform-n=* | --program-transform-=* \
922 | --program-transform=* | --program-transfor=* \
923 | --program-transfo=* | --program-transf=* \
924 | --program-trans=* | --program-tran=* \
925 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 926 program_transform_name=$ac_optarg ;;
c906108c 927
81ecdfbb
RW
928 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
929 ac_prev=pdfdir ;;
930 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
931 pdfdir=$ac_optarg ;;
932
933 -psdir | --psdir | --psdi | --psd | --ps)
934 ac_prev=psdir ;;
935 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
936 psdir=$ac_optarg ;;
937
c906108c
SS
938 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
939 | -silent | --silent | --silen | --sile | --sil)
940 silent=yes ;;
941
942 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
943 ac_prev=sbindir ;;
944 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
945 | --sbi=* | --sb=*)
b7026657 946 sbindir=$ac_optarg ;;
c906108c
SS
947
948 -sharedstatedir | --sharedstatedir | --sharedstatedi \
949 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
950 | --sharedst | --shareds | --shared | --share | --shar \
951 | --sha | --sh)
952 ac_prev=sharedstatedir ;;
953 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
954 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
955 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
956 | --sha=* | --sh=*)
b7026657 957 sharedstatedir=$ac_optarg ;;
c906108c
SS
958
959 -site | --site | --sit)
960 ac_prev=site ;;
961 -site=* | --site=* | --sit=*)
b7026657 962 site=$ac_optarg ;;
e514a9d6 963
c906108c
SS
964 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
965 ac_prev=srcdir ;;
966 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 967 srcdir=$ac_optarg ;;
c906108c
SS
968
969 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
970 | --syscon | --sysco | --sysc | --sys | --sy)
971 ac_prev=sysconfdir ;;
972 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
973 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 974 sysconfdir=$ac_optarg ;;
c906108c
SS
975
976 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 977 ac_prev=target_alias ;;
c906108c 978 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 979 target_alias=$ac_optarg ;;
c906108c
SS
980
981 -v | -verbose | --verbose | --verbos | --verbo | --verb)
982 verbose=yes ;;
983
b7026657
AC
984 -version | --version | --versio | --versi | --vers | -V)
985 ac_init_version=: ;;
c906108c
SS
986
987 -with-* | --with-*)
81ecdfbb 988 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 989 # Reject names that are not valid shell variable names.
81ecdfbb 990 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 991 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
992 ac_useropt_orig=$ac_useropt
993 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
994 case $ac_user_opts in
995 *"
996"with_$ac_useropt"
997"*) ;;
998 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
999 ac_unrecognized_sep=', ';;
c906108c 1000 esac
81ecdfbb 1001 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1002
1003 -without-* | --without-*)
81ecdfbb 1004 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1005 # Reject names that are not valid shell variable names.
81ecdfbb 1006 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1007 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1011 *"
1012"with_$ac_useropt"
1013"*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval with_$ac_useropt=no ;;
c906108c
SS
1018
1019 --x)
1020 # Obsolete; use --with-x.
1021 with_x=yes ;;
1022
1023 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1024 | --x-incl | --x-inc | --x-in | --x-i)
1025 ac_prev=x_includes ;;
1026 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1027 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1028 x_includes=$ac_optarg ;;
c906108c
SS
1029
1030 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1031 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1032 ac_prev=x_libraries ;;
1033 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1034 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1035 x_libraries=$ac_optarg ;;
c906108c 1036
d0ac1c44
SM
1037 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1038Try \`$0 --help' for more information"
c906108c
SS
1039 ;;
1040
b7026657
AC
1041 *=*)
1042 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1043 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1044 case $ac_envvar in #(
1045 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1046 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1047 esac
1048 eval $ac_envvar=\$ac_optarg
b7026657
AC
1049 export $ac_envvar ;;
1050
c906108c 1051 *)
b7026657 1052 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1053 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1054 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1055 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1056 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1057 ;;
1058
1059 esac
1060done
1061
1062if test -n "$ac_prev"; then
b7026657 1063 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1064 as_fn_error $? "missing argument to $ac_option"
c906108c 1065fi
c906108c 1066
81ecdfbb
RW
1067if test -n "$ac_unrecognized_opts"; then
1068 case $enable_option_checking in
1069 no) ;;
d0ac1c44 1070 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1071 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1072 esac
81ecdfbb 1073fi
c906108c 1074
81ecdfbb
RW
1075# Check all directory arguments for consistency.
1076for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1077 datadir sysconfdir sharedstatedir localstatedir includedir \
1078 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1079 libdir localedir mandir
c906108c 1080do
81ecdfbb
RW
1081 eval ac_val=\$$ac_var
1082 # Remove trailing slashes.
1083 case $ac_val in
1084 */ )
1085 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1086 eval $ac_var=\$ac_val;;
1087 esac
1088 # Be sure to have absolute directory names.
b7026657 1089 case $ac_val in
81ecdfbb
RW
1090 [\\/$]* | ?:[\\/]* ) continue;;
1091 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1092 esac
d0ac1c44 1093 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1094done
1095
b7026657
AC
1096# There might be people who depend on the old broken behavior: `$host'
1097# used to hold the argument of --host etc.
1098# FIXME: To remove some day.
1099build=$build_alias
1100host=$host_alias
1101target=$target_alias
1102
1103# FIXME: To remove some day.
1104if test "x$host_alias" != x; then
1105 if test "x$build_alias" = x; then
1106 cross_compiling=maybe
b7026657
AC
1107 elif test "x$build_alias" != "x$host_alias"; then
1108 cross_compiling=yes
1109 fi
1110fi
c906108c 1111
b7026657
AC
1112ac_tool_prefix=
1113test -n "$host_alias" && ac_tool_prefix=$host_alias-
1114
1115test "$silent" = yes && exec 6>/dev/null
c906108c 1116
c906108c 1117
81ecdfbb
RW
1118ac_pwd=`pwd` && test -n "$ac_pwd" &&
1119ac_ls_di=`ls -di .` &&
1120ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1121 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1122test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1123 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1124
1125
c906108c
SS
1126# Find the source files, if location was not specified.
1127if test -z "$srcdir"; then
1128 ac_srcdir_defaulted=yes
81ecdfbb
RW
1129 # Try the directory containing this script, then the parent directory.
1130 ac_confdir=`$as_dirname -- "$as_myself" ||
1131$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1132 X"$as_myself" : 'X\(//\)[^/]' \| \
1133 X"$as_myself" : 'X\(//\)$' \| \
1134 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1135$as_echo X"$as_myself" |
1136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1137 s//\1/
1138 q
1139 }
1140 /^X\(\/\/\)[^/].*/{
1141 s//\1/
1142 q
1143 }
1144 /^X\(\/\/\)$/{
1145 s//\1/
1146 q
1147 }
1148 /^X\(\/\).*/{
1149 s//\1/
1150 q
1151 }
1152 s/.*/./; q'`
c906108c 1153 srcdir=$ac_confdir
81ecdfbb 1154 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1155 srcdir=..
1156 fi
1157else
1158 ac_srcdir_defaulted=no
1159fi
81ecdfbb
RW
1160if test ! -r "$srcdir/$ac_unique_file"; then
1161 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1162 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1163fi
1164ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1165ac_abs_confdir=`(
d0ac1c44 1166 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1167 pwd)`
1168# When building in place, set srcdir=.
1169if test "$ac_abs_confdir" = "$ac_pwd"; then
1170 srcdir=.
1171fi
1172# Remove unnecessary trailing slashes from srcdir.
1173# Double slashes in file names in object file debugging info
1174# mess up M-x gdb in Emacs.
1175case $srcdir in
1176*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1177esac
1178for ac_var in $ac_precious_vars; do
1179 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1180 eval ac_env_${ac_var}_value=\$${ac_var}
1181 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1182 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1183done
c906108c 1184
b7026657
AC
1185#
1186# Report the --help message.
1187#
1188if test "$ac_init_help" = "long"; then
1189 # Omit some internal or obsolete options to make the list less imposing.
1190 # This message is too long to be a string in the A/UX 3.1 sh.
1191 cat <<_ACEOF
1192\`configure' configures this package to adapt to many kinds of systems.
c906108c 1193
b7026657 1194Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1195
b7026657
AC
1196To assign environment variables (e.g., CC, CFLAGS...), specify them as
1197VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1198
b7026657 1199Defaults for the options are specified in brackets.
c906108c 1200
b7026657
AC
1201Configuration:
1202 -h, --help display this help and exit
1203 --help=short display options specific to this package
1204 --help=recursive display the short help of all the included packages
1205 -V, --version display version information and exit
d0ac1c44 1206 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1207 --cache-file=FILE cache test results in FILE [disabled]
1208 -C, --config-cache alias for \`--cache-file=config.cache'
1209 -n, --no-create do not create output files
1210 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1211
b7026657
AC
1212Installation directories:
1213 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1214 [$ac_default_prefix]
b7026657 1215 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1216 [PREFIX]
c906108c 1217
b7026657
AC
1218By default, \`make install' will install all the files in
1219\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1220an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1221for instance \`--prefix=\$HOME'.
c906108c 1222
b7026657
AC
1223For better control, use the options below.
1224
1225Fine tuning of the installation directories:
81ecdfbb
RW
1226 --bindir=DIR user executables [EPREFIX/bin]
1227 --sbindir=DIR system admin executables [EPREFIX/sbin]
1228 --libexecdir=DIR program executables [EPREFIX/libexec]
1229 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1230 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1231 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1232 --libdir=DIR object code libraries [EPREFIX/lib]
1233 --includedir=DIR C header files [PREFIX/include]
1234 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1235 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1236 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1237 --infodir=DIR info documentation [DATAROOTDIR/info]
1238 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1239 --mandir=DIR man documentation [DATAROOTDIR/man]
1240 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1241 --htmldir=DIR html documentation [DOCDIR]
1242 --dvidir=DIR dvi documentation [DOCDIR]
1243 --pdfdir=DIR pdf documentation [DOCDIR]
1244 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1245_ACEOF
1246
1247 cat <<\_ACEOF
b7026657 1248_ACEOF
c906108c 1249fi
b7026657
AC
1250
1251if test -n "$ac_init_help"; then
1252
1253 cat <<\_ACEOF
1254
1255Optional Features:
81ecdfbb 1256 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1257 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1258 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
8d0978fb
MF
1259 --enable-sim-reserved-bits
1260 Specify whether to check reserved bits in
1261 instruction
8d0978fb
MF
1262 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1263 --enable-sim-float Specify that the target processor has floating point
1264 hardware
b7026657 1265
81ecdfbb 1266Report bugs to the package provider.
b7026657 1267_ACEOF
81ecdfbb 1268ac_status=$?
c906108c
SS
1269fi
1270
b7026657
AC
1271if test "$ac_init_help" = "recursive"; then
1272 # If there are subdirs, report their specific --help.
b7026657 1273 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1274 test -d "$ac_dir" ||
1275 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1276 continue
b7026657 1277 ac_builddir=.
c906108c 1278
81ecdfbb
RW
1279case "$ac_dir" in
1280.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1281*)
1282 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1283 # A ".." for each directory in $ac_dir_suffix.
1284 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1285 case $ac_top_builddir_sub in
1286 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1287 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1288 esac ;;
1289esac
1290ac_abs_top_builddir=$ac_pwd
1291ac_abs_builddir=$ac_pwd$ac_dir_suffix
1292# for backward compatibility:
1293ac_top_builddir=$ac_top_build_prefix
c906108c 1294
b7026657 1295case $srcdir in
81ecdfbb 1296 .) # We are building in place.
b7026657 1297 ac_srcdir=.
81ecdfbb
RW
1298 ac_top_srcdir=$ac_top_builddir_sub
1299 ac_abs_top_srcdir=$ac_pwd ;;
1300 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1301 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1302 ac_top_srcdir=$srcdir
1303 ac_abs_top_srcdir=$srcdir ;;
1304 *) # Relative name.
1305 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1306 ac_top_srcdir=$ac_top_build_prefix$srcdir
1307 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1308esac
81ecdfbb
RW
1309ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1310
1311 cd "$ac_dir" || { ac_status=$?; continue; }
1312 # Check for guested configure.
1313 if test -f "$ac_srcdir/configure.gnu"; then
1314 echo &&
1315 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1316 elif test -f "$ac_srcdir/configure"; then
1317 echo &&
1318 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1319 else
81ecdfbb
RW
1320 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1321 fi || ac_status=$?
1322 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1323 done
1324fi
1325
81ecdfbb 1326test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1327if $ac_init_version; then
1328 cat <<\_ACEOF
81ecdfbb 1329configure
d0ac1c44 1330generated by GNU Autoconf 2.69
b7026657 1331
d0ac1c44 1332Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1333This configure script is free software; the Free Software Foundation
1334gives unlimited permission to copy, distribute and modify it.
1335_ACEOF
81ecdfbb 1336 exit
b7026657 1337fi
b7026657 1338
81ecdfbb
RW
1339## ------------------------ ##
1340## Autoconf initialization. ##
1341## ------------------------ ##
81ecdfbb
RW
1342cat >config.log <<_ACEOF
1343This file contains any messages produced by compilers while
1344running configure, to aid debugging if configure makes a mistake.
1345
1346It was created by $as_me, which was
d0ac1c44 1347generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1348
1349 $ $0 $@
1350
1351_ACEOF
1352exec 5>>config.log
1353{
1354cat <<_ASUNAME
1355## --------- ##
1356## Platform. ##
1357## --------- ##
1358
1359hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1360uname -m = `(uname -m) 2>/dev/null || echo unknown`
1361uname -r = `(uname -r) 2>/dev/null || echo unknown`
1362uname -s = `(uname -s) 2>/dev/null || echo unknown`
1363uname -v = `(uname -v) 2>/dev/null || echo unknown`
1364
1365/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1366/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1367
1368/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1369/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1370/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1371/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1372/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1373/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1374/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1375
1376_ASUNAME
1377
1378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1379for as_dir in $PATH
1380do
1381 IFS=$as_save_IFS
1382 test -z "$as_dir" && as_dir=.
1383 $as_echo "PATH: $as_dir"
1384 done
1385IFS=$as_save_IFS
1386
1387} >&5
1388
1389cat >&5 <<_ACEOF
b7026657
AC
1390
1391
1392## ----------- ##
1393## Core tests. ##
1394## ----------- ##
1395
1396_ACEOF
1397
1398
1399# Keep a trace of the command line.
1400# Strip out --no-create and --no-recursion so they do not pile up.
1401# Strip out --silent because we don't want to record it for future runs.
1402# Also quote any args containing shell meta-characters.
1403# Make two passes to allow for proper duplicate-argument suppression.
1404ac_configure_args=
1405ac_configure_args0=
1406ac_configure_args1=
b7026657
AC
1407ac_must_keep_next=false
1408for ac_pass in 1 2
1409do
1410 for ac_arg
1411 do
1412 case $ac_arg in
1413 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1414 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1415 | -silent | --silent | --silen | --sile | --sil)
1416 continue ;;
81ecdfbb
RW
1417 *\'*)
1418 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1419 esac
1420 case $ac_pass in
81ecdfbb 1421 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1422 2)
81ecdfbb 1423 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1424 if test $ac_must_keep_next = true; then
1425 ac_must_keep_next=false # Got value, back to normal.
1426 else
1427 case $ac_arg in
1428 *=* | --config-cache | -C | -disable-* | --disable-* \
1429 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1430 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1431 | -with-* | --with-* | -without-* | --without-* | --x)
1432 case "$ac_configure_args0 " in
1433 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1434 esac
1435 ;;
1436 -* ) ac_must_keep_next=true ;;
1437 esac
1438 fi
81ecdfbb 1439 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1440 ;;
1441 esac
1442 done
1443done
81ecdfbb
RW
1444{ ac_configure_args0=; unset ac_configure_args0;}
1445{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1446
1447# When interrupted or exit'd, cleanup temporary files, and complete
1448# config.log. We remove comments because anyway the quotes in there
1449# would cause problems or look ugly.
81ecdfbb
RW
1450# WARNING: Use '\'' to represent an apostrophe within the trap.
1451# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1452trap 'exit_status=$?
1453 # Save into config.log some information that might help in debugging.
1454 {
1455 echo
1456
d0ac1c44 1457 $as_echo "## ---------------- ##
b7026657 1458## Cache variables. ##
d0ac1c44 1459## ---------------- ##"
b7026657
AC
1460 echo
1461 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1462(
1463 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1464 eval ac_val=\$$ac_var
1465 case $ac_val in #(
1466 *${as_nl}*)
1467 case $ac_var in #(
1468 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1469$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1470 esac
1471 case $ac_var in #(
1472 _ | IFS | as_nl) ;; #(
1473 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1474 *) { eval $ac_var=; unset $ac_var;} ;;
1475 esac ;;
1476 esac
1477 done
b7026657 1478 (set) 2>&1 |
81ecdfbb
RW
1479 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1480 *${as_nl}ac_space=\ *)
b7026657 1481 sed -n \
81ecdfbb
RW
1482 "s/'\''/'\''\\\\'\'''\''/g;
1483 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1484 ;; #(
b7026657 1485 *)
81ecdfbb 1486 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 1487 ;;
81ecdfbb
RW
1488 esac |
1489 sort
1490)
b7026657
AC
1491 echo
1492
d0ac1c44 1493 $as_echo "## ----------------- ##
b7026657 1494## Output variables. ##
d0ac1c44 1495## ----------------- ##"
b7026657
AC
1496 echo
1497 for ac_var in $ac_subst_vars
1498 do
81ecdfbb
RW
1499 eval ac_val=\$$ac_var
1500 case $ac_val in
1501 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1502 esac
1503 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
1504 done | sort
1505 echo
1506
1507 if test -n "$ac_subst_files"; then
d0ac1c44 1508 $as_echo "## ------------------- ##
81ecdfbb 1509## File substitutions. ##
d0ac1c44 1510## ------------------- ##"
b7026657
AC
1511 echo
1512 for ac_var in $ac_subst_files
1513 do
81ecdfbb
RW
1514 eval ac_val=\$$ac_var
1515 case $ac_val in
1516 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1517 esac
1518 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
1519 done | sort
1520 echo
1521 fi
1522
1523 if test -s confdefs.h; then
d0ac1c44 1524 $as_echo "## ----------- ##
b7026657 1525## confdefs.h. ##
d0ac1c44 1526## ----------- ##"
b7026657 1527 echo
81ecdfbb 1528 cat confdefs.h
b7026657
AC
1529 echo
1530 fi
1531 test "$ac_signal" != 0 &&
81ecdfbb
RW
1532 $as_echo "$as_me: caught signal $ac_signal"
1533 $as_echo "$as_me: exit $exit_status"
b7026657 1534 } >&5
81ecdfbb
RW
1535 rm -f core *.core core.conftest.* &&
1536 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 1537 exit $exit_status
81ecdfbb 1538' 0
b7026657 1539for ac_signal in 1 2 13 15; do
81ecdfbb 1540 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
1541done
1542ac_signal=0
1543
1544# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
1545rm -f -r conftest* confdefs.h
1546
1547$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
1548
1549# Predefined preprocessor variables.
1550
1551cat >>confdefs.h <<_ACEOF
1552#define PACKAGE_NAME "$PACKAGE_NAME"
1553_ACEOF
1554
b7026657
AC
1555cat >>confdefs.h <<_ACEOF
1556#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1557_ACEOF
1558
b7026657
AC
1559cat >>confdefs.h <<_ACEOF
1560#define PACKAGE_VERSION "$PACKAGE_VERSION"
1561_ACEOF
1562
b7026657
AC
1563cat >>confdefs.h <<_ACEOF
1564#define PACKAGE_STRING "$PACKAGE_STRING"
1565_ACEOF
1566
b7026657
AC
1567cat >>confdefs.h <<_ACEOF
1568#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1569_ACEOF
1570
81ecdfbb
RW
1571cat >>confdefs.h <<_ACEOF
1572#define PACKAGE_URL "$PACKAGE_URL"
1573_ACEOF
1574
b7026657
AC
1575
1576# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
1577# Prefer an explicitly selected file to automatically selected ones.
1578ac_site_file1=NONE
1579ac_site_file2=NONE
1580if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
1581 # We do not want a PATH search for config.site.
1582 case $CONFIG_SITE in #((
1583 -*) ac_site_file1=./$CONFIG_SITE;;
1584 */*) ac_site_file1=$CONFIG_SITE;;
1585 *) ac_site_file1=./$CONFIG_SITE;;
1586 esac
81ecdfbb
RW
1587elif test "x$prefix" != xNONE; then
1588 ac_site_file1=$prefix/share/config.site
1589 ac_site_file2=$prefix/etc/config.site
1590else
1591 ac_site_file1=$ac_default_prefix/share/config.site
1592 ac_site_file2=$ac_default_prefix/etc/config.site
1593fi
1594for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1595do
1596 test "x$ac_site_file" = xNONE && continue
d0ac1c44 1597 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
1598 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1599$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 1600 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
1601 . "$ac_site_file" \
1602 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1603$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1604as_fn_error $? "failed to load site script $ac_site_file
1605See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
1606 fi
1607done
1608
1609if test -r "$cache_file"; then
d0ac1c44
SM
1610 # Some versions of bash will fail to source /dev/null (special files
1611 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1612 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1614$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 1615 case $cache_file in
81ecdfbb
RW
1616 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1617 *) . "./$cache_file";;
b7026657
AC
1618 esac
1619 fi
c906108c 1620else
81ecdfbb
RW
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1622$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
1623 >$cache_file
1624fi
1625
1626# Check that the precious variables saved in the cache have kept the same
1627# value.
1628ac_cache_corrupted=false
81ecdfbb 1629for ac_var in $ac_precious_vars; do
b7026657
AC
1630 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1631 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
1632 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1633 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
1634 case $ac_old_set,$ac_new_set in
1635 set,)
81ecdfbb
RW
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1637$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
1638 ac_cache_corrupted=: ;;
1639 ,set)
81ecdfbb
RW
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1641$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
1642 ac_cache_corrupted=: ;;
1643 ,);;
1644 *)
1645 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
1646 # differences in whitespace do not lead to failure.
1647 ac_old_val_w=`echo x $ac_old_val`
1648 ac_new_val_w=`echo x $ac_new_val`
1649 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1651$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1652 ac_cache_corrupted=:
1653 else
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1655$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1656 eval $ac_var=\$ac_old_val
1657 fi
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1659$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1661$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
1662 fi;;
1663 esac
1664 # Pass precious variables to config.status.
1665 if test "$ac_new_set" = set; then
1666 case $ac_new_val in
81ecdfbb 1667 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1668 *) ac_arg=$ac_var=$ac_new_val ;;
1669 esac
1670 case " $ac_configure_args " in
1671 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 1672 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
1673 esac
1674 fi
1675done
1676if $ac_cache_corrupted; then
81ecdfbb
RW
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1678$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1680$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 1681 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 1682fi
81ecdfbb
RW
1683## -------------------- ##
1684## Main body of script. ##
1685## -------------------- ##
b7026657
AC
1686
1687ac_ext=c
1688ac_cpp='$CPP $CPPFLAGS'
1689ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1690ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1691ac_compiler_gnu=$ac_cv_c_compiler_gnu
1692
1693
6bb11ab3
L
1694
1695
1696
e6c674b8 1697default_sim_reserved_bits="1"
81ecdfbb
RW
1698# Check whether --enable-sim-reserved-bits was given.
1699if test "${enable_sim_reserved_bits+set}" = set; then :
1700 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
1701 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
1702 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 1703 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
1704esac
1705if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
1706 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
1707fi
1708else
1709 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
1710fi
1711
e6c674b8 1712
c906108c
SS
1713# DEPRECATED
1714#
1715# Instead of defining a `subtarget' macro, code should be checking
1716# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
1717# in question.
1718#
1719case "${target}" in
4c54fc26 1720 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 1721 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 1722 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 1723 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
1724 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1725 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
1726 *) SIM_SUBTARGET="";;
1727esac
1728
1729
1730
1731
c906108c
SS
1732#
1733# Select the bitsize of the target
1734#
1735mips_addr_bitsize=
1736case "${target}" in
109ad085 1737 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 1738 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
1739 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1740 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
1741 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
1742 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
1743 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
1744 *) mips_bitsize=64 ; mips_msb=63 ;;
1745esac
1746wire_word_bitsize="$mips_bitsize"
1747wire_word_msb="$mips_msb"
1748wire_address_bitsize="$mips_addr_bitsize"
1749wire_cell_bitsize=""
81ecdfbb
RW
1750# Check whether --enable-sim-bitsize was given.
1751if test "${enable_sim_bitsize+set}" = set; then :
1752 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
1753case "${enableval}" in
1754 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
1755 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
1756 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
1757 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
1758 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
1759 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
1760 else
1761 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
1762 fi ;;
1763 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
1764 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
1765 else
1766 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
1767 fi ;;
d0ac1c44 1768 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
1769esac
1770# address bitsize
1771tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
1772case x"${tmp}" in
1773 x ) ;;
1774 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
1775 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 1776 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
1777esac
1778# cell bitsize
1779tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
1780case x"${tmp}" in
1781 x ) ;;
1782 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
1783 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 1784 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
1785esac
1786if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
1787 echo "Setting bitsize flags = $sim_bitsize" 6>&1
1788fi
1789else
1790 sim_bitsize=""
1791if test x"$wire_word_bitsize" != x; then
1792 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
1793fi
1794if test x"$wire_word_msb" != x; then
1795 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
1796fi
1797if test x"$wire_address_bitsize" != x; then
1798 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
1799fi
1800if test x"$wire_cell_bitsize" != x; then
1801 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
1802fi
81ecdfbb
RW
1803fi
1804
c906108c
SS
1805
1806
1807
1808#
1809# Select the floating hardware support of the target
1810#
1811mips_fpu=HARDWARE_FLOATING_POINT
1812mips_fpu_bitsize=
1813case "${target}" in
4b5d35ee 1814 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 1815 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 1816 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
1817 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1818 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
1819 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
1820 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
1821 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
1822 *) mips_fpu=HARD_FLOATING_POINT ;;
1823esac
1824
1825default_sim_float="$mips_fpu"
1826default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
1827# Check whether --enable-sim-float was given.
1828if test "${enable_sim_float+set}" = set; then :
1829 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
1830 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
1831 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
1832 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
1833 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
d0ac1c44 1834 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
1835esac
1836if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
1837 echo "Setting float flags = $sim_float" 6>&1
1838fi
1839else
b7026657 1840
c906108c
SS
1841sim_float=
1842if test x"${default_sim_float}" != x""; then
1843 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
1844fi
1845if test x"${default_sim_float_bitsize}" != x""; then
1846 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
1847fi
1848
81ecdfbb
RW
1849fi
1850
c906108c
SS
1851
1852
1853
c906108c
SS
1854#
1855# Select the IGEN architecture
1856#
1857sim_gen=IGEN
1858sim_igen_machine="-M mipsIV"
139181c8 1859sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
1860sim_igen_filter="32,64,f"
1861sim_m16_filter="16"
4c54fc26
CD
1862sim_mach_default="mips8000"
1863
c906108c
SS
1864case "${target}" in
1865 mips*tx39*) sim_gen=IGEN
1866 sim_igen_filter="32,f"
1867 sim_igen_machine="-M r3900"
1868 ;;
1869 mips64vr43*-*-*) sim_gen=IGEN
1870 sim_igen_machine="-M mipsIV"
4c54fc26 1871 sim_mach_default="mips8000"
c906108c
SS
1872 ;;
1873 mips64vr5*-*-*) sim_gen=IGEN
1874 sim_igen_machine="-M vr5000"
4c54fc26 1875 sim_mach_default="mips5000"
c906108c
SS
1876 ;;
1877 mips64vr41*) sim_gen=M16
1878 sim_igen_machine="-M vr4100"
1879 sim_m16_machine="-M vr4100"
1880 sim_igen_filter="32,64,f"
1881 sim_m16_filter="16"
4c54fc26 1882 sim_mach_default="mips4100"
c906108c 1883 ;;
4c54fc26
CD
1884 mips64vr-*-* | mips64vrel-*-*)
1885 sim_gen=MULTI
1886 sim_multi_configs="\
1887 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
1888 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
1889 vr5000:mipsIV:32,64,f:mips4300,mips5000\
1890 vr5400:mipsIV,vr5400:32,64,f:mips5400\
1891 vr5500:mipsIV,vr5500:32,64,f:mips5500"
1892 sim_multi_default=mips5000
1893 ;;
cc220243 1894 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
1895 sim_gen=MULTI
1896 sim_multi_configs="\
1897 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
1898 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
1899 sim_multi_default=mipsisa64r2
109ad085 1900 ;;
c906108c
SS
1901 mips64*-*-*) sim_igen_filter="32,64,f"
1902 sim_gen=IGEN
1903 ;;
1904 mips16*-*-*) sim_gen=M16
1905 sim_igen_filter="32,64,f"
1906 sim_m16_filter="16"
1907 ;;
8e394ffc
AB
1908 mipsisa32r2*-*-*) sim_gen=MULTI
1909 sim_multi_configs="\
1910 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
1911 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
1912 sim_multi_default=mipsisa32r2
e70cb6cd 1913 ;;
d5fb0879
RS
1914 mipsisa32*-*-*) sim_gen=M16
1915 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
1916 sim_m16_machine="-M mips16,mips16e,mips32"
1917 sim_igen_filter="32,f"
1918 sim_mach_default="mipsisa32"
1e799e28 1919 ;;
d5fb0879
RS
1920 mipsisa64r2*-*-*) sim_gen=M16
1921 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
1922 sim_m16_machine="-M mips16,mips16e,mips64r2"
1923 sim_igen_filter="32,64,f"
1924 sim_mach_default="mipsisa64r2"
e70cb6cd 1925 ;;
7cbea089 1926 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 1927 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 1928 sim_igen_filter="32,64,f"
4c54fc26 1929 sim_mach_default="mips_sb1"
7cbea089 1930 ;;
d5fb0879
RS
1931 mipsisa64*-*-*) sim_gen=M16
1932 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
1933 sim_m16_machine="-M mips16,mips16e,mips64"
1934 sim_igen_filter="32,64,f"
1935 sim_mach_default="mipsisa64"
1e799e28 1936 ;;
109ad085 1937 mips*lsi*) sim_gen=M16
c906108c
SS
1938 sim_igen_machine="-M mipsIII,mips16"
1939 sim_m16_machine="-M mips16,mipsIII"
1940 sim_igen_filter="32,f"
1941 sim_m16_filter="16"
4c54fc26 1942 sim_mach_default="mips4000"
109ad085 1943 ;;
c906108c
SS
1944 mips*-*-*) sim_gen=IGEN
1945 sim_igen_filter="32,f"
1946 ;;
1947esac
4c54fc26
CD
1948
1949# The MULTI generator can combine several simulation engines into one.
1950# executable. A configuration which uses the MULTI should set two
1951# variables: ${sim_multi_configs} and ${sim_multi_default}.
1952#
1953# ${sim_multi_configs} is the list of engines to build. Each
1954# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
1955# where:
1956#
1957# - NAME is a C-compatible prefix for the engine,
1958# - MACHINE is a -M argument,
1959# - FILTER is a -F argument, and
1960# - BFDMACHS is a comma-separated list of bfd machines that the
1961# simulator can run.
1962#
1963# Each entry will have a separate simulation engine whose prefix is
1964# m32<NAME>. If the machine list includes "mips16", there will also
1965# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
1966# generated using the same machine list as the 32-bit version,
1967# but the filter will be "16" instead of FILTER.
1968#
1969# The simulator compares the bfd mach against BFDMACHS to decide
1970# which engine to use. Entries in BFDMACHS should be bfd_mach
1971# values with "bfd_mach_" removed. ${sim_multi_default} says
1972# which entry should be the default.
1973if test ${sim_gen} = MULTI; then
1974
1975 # Simple sanity check.
1976 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
d0ac1c44 1977 as_fn_error $? "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
1978 fi
1979
1980 # Start in a known state.
1981 rm -f multi-include.h multi-run.c
1982 sim_multi_flags=
1983 sim_multi_src=
8e394ffc 1984 sim_multi_obj=
4c54fc26
CD
1985 sim_multi_igen_configs=
1986 sim_seen_default=no
1987
1988 cat << __EOF__ > multi-run.c
1989/* Main entry point for MULTI simulators.
46f900c0 1990 Copyright (C) 2003-2021 Free Software Foundation, Inc.
4c54fc26
CD
1991
1992 This program is free software; you can redistribute it and/or modify
1993 it under the terms of the GNU General Public License as published by
35ee6e1e 1994 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
1995 (at your option) any later version.
1996
1997 This program is distributed in the hope that it will be useful,
1998 but WITHOUT ANY WARRANTY; without even the implied warranty of
1999 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2000 GNU General Public License for more details.
2001
2002 You should have received a copy of the GNU General Public License
35ee6e1e 2003 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
2004
2005 --
2006
2007 This file was generated by sim/mips/configure. */
2008
2009#include "sim-main.h"
2010#include "multi-include.h"
8e394ffc
AB
2011#include "elf-bfd.h"
2012#include "elf/mips.h"
4c54fc26
CD
2013
2014#define SD sd
2015#define CPU cpu
2016
2017void
2018sim_engine_run (SIM_DESC sd,
2019 int next_cpu_nr,
2020 int nr_cpus,
2021 int signal) /* ignore */
2022{
2023 int mach;
2024
2025 if (STATE_ARCHITECTURE (sd) == NULL)
2026 mach = bfd_mach_${sim_multi_default};
1554f758 2027 else if (elf_elfheader (STATE_PROG_BFD (sd))->e_flags
8e394ffc
AB
2028 & EF_MIPS_ARCH_ASE_MICROMIPS)
2029 mach = bfd_mach_mips_micromips;
4c54fc26
CD
2030 else
2031 mach = STATE_ARCHITECTURE (SD)->mach;
2032
2033 switch (mach)
2034 {
2035__EOF__
2036
2037 for fc in ${sim_multi_configs}; do
2038
2039 # Split up the entry. ${c} contains the first three elements.
2040 # Note: outer sqaure brackets are m4 quotes.
2041 c=`echo ${fc} | sed 's/:[^:]*$//'`
2042 bfdmachs=`echo ${fc} | sed 's/.*://'`
2043 name=`echo ${c} | sed 's/:.*//'`
2044 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
2045 filter=`echo ${c} | sed 's/.*://'`
2046
2047 # Build the following lists:
2048 #
2049 # sim_multi_flags: all -M and -F flags used by the simulator
2050 # sim_multi_src: all makefile-generated source files
2051 # sim_multi_obj: the objects for ${sim_multi_src}
2052 # sim_multi_igen_configs: igen configuration strings.
2053 #
2054 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
2055 # or m16) followed by the NAME, MACHINE and FILTER part of
2056 # the ${sim_multi_configs} entry.
2057 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
2058
8e394ffc 2059 # Check whether special handling is needed.
4c54fc26
CD
2060 case ${c} in
2061 *:*mips16*:*)
2062 # Run igen twice, once for normal mode and once for mips16.
2063 ws="m32 m16"
2064
2065 # The top-level function for the mips16 simulator is
2066 # in a file m16${name}_run.c, generated by the
2067 # tmp-run-multi Makefile rule.
2068 sim_multi_src="${sim_multi_src} m16${name}_run.c"
2069 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
2070 sim_multi_flags="${sim_multi_flags} -F 16"
2071 ;;
8e394ffc
AB
2072 *:*micromips32*:*)
2073 # Run igen thrice, once for micromips32, once for micromips16,
2074 # and once for m32.
2075 ws="micromips_m32 micromips16 micromips32"
2076
2077 # The top-level function for the micromips simulator is
2078 # in a file micromips${name}_run.c, generated by the
2079 # tmp-run-multi Makefile rule.
2080 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
2081 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
2082 sim_multi_flags="${sim_multi_flags} -F 16,32"
2083 ;;
2084 *:*micromips64*:*)
2085 # Run igen thrice, once for micromips64, once for micromips16,
2086 # and once for m64.
2087 ws="micromips_m64 micromips16 micromips64"
2088
2089 # The top-level function for the micromips simulator is
2090 # in a file micromips${name}_run.c, generated by the
2091 # tmp-run-multi Makefile rule.
2092 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
2093 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
2094 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
2095 ;;
4c54fc26
CD
2096 *)
2097 ws=m32
2098 ;;
2099 esac
2100
2101 # Now add the list of igen-generated files to ${sim_multi_src}
2102 # and ${sim_multi_obj}.
2103 for w in ${ws}; do
2104 for base in engine icache idecode model semantics support; do
2105 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
2106 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
2107 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
2108 done
2109 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
2110 done
2111
2112 # Add an include for the engine.h file. This file declares the
2113 # top-level foo_engine_run() function.
2114 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
2115
2116 # Add case statements for this engine to sim_engine_run().
2117 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
2118 echo " case bfd_mach_${mach}:" >> multi-run.c
2119 if test ${mach} = ${sim_multi_default}; then
2120 echo " default:" >> multi-run.c
2121 sim_seen_default=yes
2122 fi
2123 done
2124 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
2125 >> multi-run.c
2126 echo " break;" >> multi-run.c
2127 done
2128
2129 # Check whether we added a 'default:' label.
2130 if test ${sim_seen_default} = no; then
d0ac1c44 2131 as_fn_error $? "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
2132 fi
2133
2134 cat << __EOF__ >> multi-run.c
2135 }
2136}
2137
2138int
2139mips_mach_multi (SIM_DESC sd)
2140{
2141 if (STATE_ARCHITECTURE (sd) == NULL)
2142 return bfd_mach_${sim_multi_default};
2143
2144 switch (STATE_ARCHITECTURE (SD)->mach)
2145 {
2146__EOF__
2147
2148 # Add case statements for this engine to mips_mach_multi().
2149 for fc in ${sim_multi_configs}; do
2150
2151 # Split up the entry. ${c} contains the first three elements.
2152 # Note: outer sqaure brackets are m4 quotes.
2153 c=`echo ${fc} | sed 's/:[^:]*$//'`
2154 bfdmachs=`echo ${fc} | sed 's/.*://'`
2155
2156 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
2157 echo " case bfd_mach_${mach}:" >> multi-run.c
2158 done
2159 done
2160
2161 cat << __EOF__ >> multi-run.c
2162 return (STATE_ARCHITECTURE (SD)->mach);
2163 default:
2164 return bfd_mach_${sim_multi_default};
2165 }
2166}
2167__EOF__
2168
2169 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
2170else
2171 # For clean-extra
2172 sim_multi_src=doesnt-exist.c
2173
2174 if test x"${sim_mach_default}" = x""; then
d0ac1c44 2175 as_fn_error $? "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
2176 fi
2177 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
2178fi
c906108c
SS
2179sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
2180sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
2181sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
2182sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
2183
2184
2185
2186
2187
4c54fc26
CD
2188
2189
2190
2191
1517bd27 2192
b7026657
AC
2193cgen_breaks=""
2194if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
2195cgen_breaks="break cgen_rtx_error";
2196fi
2197
81ecdfbb 2198ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 2199
81ecdfbb 2200ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 2201
81ecdfbb 2202ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 2203
81ecdfbb 2204ac_config_commands="$ac_config_commands Makefile"
38f48d72 2205
81ecdfbb 2206ac_config_commands="$ac_config_commands stamp-h"
38f48d72 2207
760b3e8b
MF
2208
2209
2210
2211
2212
2213
36bb57e4
MF
2214SIM_COMMON_BUILD_TRUE='#'
2215SIM_COMMON_BUILD_FALSE=
2216
2217
2218
b7026657
AC
2219cat >confcache <<\_ACEOF
2220# This file is a shell script that caches the results of configure
2221# tests run on this system so they can be shared between configure
2222# scripts and configure runs, see configure's option --config-cache.
2223# It is not useful on other systems. If it contains results you don't
2224# want to keep, you may remove or edit it.
2225#
2226# config.status only pays attention to the cache file if you give it
2227# the --recheck option to rerun configure.
2228#
2229# `ac_cv_env_foo' variables (set or unset) will be overridden when
2230# loading this file, other *unset* `ac_cv_foo' will be assigned the
2231# following values.
2232
2233_ACEOF
2234
2235# The following way of writing the cache mishandles newlines in values,
2236# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 2237# So, we kill variables containing newlines.
b7026657
AC
2238# Ultrix sh set writes to stderr and can't be redirected directly,
2239# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
2240(
2241 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2242 eval ac_val=\$$ac_var
2243 case $ac_val in #(
2244 *${as_nl}*)
2245 case $ac_var in #(
2246 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2247$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2248 esac
2249 case $ac_var in #(
2250 _ | IFS | as_nl) ;; #(
2251 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2252 *) { eval $ac_var=; unset $ac_var;} ;;
2253 esac ;;
2254 esac
2255 done
2256
b7026657 2257 (set) 2>&1 |
81ecdfbb
RW
2258 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2259 *${as_nl}ac_space=\ *)
2260 # `set' does not quote correctly, so add quotes: double-quote
2261 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
2262 sed -n \
2263 "s/'/'\\\\''/g;
2264 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 2265 ;; #(
b7026657
AC
2266 *)
2267 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 2268 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2269 ;;
81ecdfbb
RW
2270 esac |
2271 sort
2272) |
b7026657 2273 sed '
81ecdfbb 2274 /^ac_cv_env_/b end
b7026657 2275 t clear
81ecdfbb 2276 :clear
b7026657
AC
2277 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2278 t end
81ecdfbb
RW
2279 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2280 :end' >>confcache
2281if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2282 if test -w "$cache_file"; then
d0ac1c44 2283 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2285$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
2286 if test ! -f "$cache_file" || test -h "$cache_file"; then
2287 cat confcache >"$cache_file"
2288 else
2289 case $cache_file in #(
2290 */* | ?:*)
2291 mv -f confcache "$cache_file"$$ &&
2292 mv -f "$cache_file"$$ "$cache_file" ;; #(
2293 *)
2294 mv -f confcache "$cache_file" ;;
2295 esac
2296 fi
2297 fi
b7026657 2298 else
81ecdfbb
RW
2299 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2300$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
2301 fi
2302fi
2303rm -f confcache
2304
2305test "x$prefix" = xNONE && prefix=$ac_default_prefix
2306# Let make expand exec_prefix.
2307test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2308
52d37d2c
MF
2309# Transform confdefs.h into DEFS.
2310# Protect against shell expansion while executing Makefile rules.
2311# Protect against Makefile macro expansion.
2312#
2313# If the first sed substitution is executed (which looks for macros that
2314# take arguments), then branch to the quote section. Otherwise,
2315# look for a macro that doesn't take arguments.
2316ac_script='
2317:mline
2318/\\$/{
2319 N
2320 s,\\\n,,
2321 b mline
2322}
2323t clear
2324:clear
2325s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2326t quote
2327s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2328t quote
2329b any
2330:quote
2331s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2332s/\[/\\&/g
2333s/\]/\\&/g
2334s/\$/$$/g
2335H
2336:any
2337${
2338 g
2339 s/^\n//
2340 s/\n/ /g
2341 p
2342}
2343'
2344DEFS=`sed -n "$ac_script" confdefs.h`
2345
b7026657
AC
2346
2347ac_libobjs=
2348ac_ltlibobjs=
d0ac1c44 2349U=
b7026657
AC
2350for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2351 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
2352 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2353 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2354 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2355 # will be set to the directory where LIBOBJS objects are built.
2356 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2357 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
2358done
2359LIBOBJS=$ac_libobjs
2360
2361LTLIBOBJS=$ac_ltlibobjs
2362
2363
2364
d0ac1c44 2365: "${CONFIG_STATUS=./config.status}"
81ecdfbb 2366ac_write_fail=0
b7026657
AC
2367ac_clean_files_save=$ac_clean_files
2368ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
2369{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2370$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2371as_write_fail=0
2372cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
2373#! $SHELL
2374# Generated by $as_me.
2375# Run this file to recreate the current configuration.
2376# Compiler output produced by configure, useful for debugging
2377# configure, is in config.log if it exists.
c906108c 2378
b7026657
AC
2379debug=false
2380ac_cs_recheck=false
2381ac_cs_silent=false
b7026657 2382
81ecdfbb
RW
2383SHELL=\${CONFIG_SHELL-$SHELL}
2384export SHELL
2385_ASEOF
2386cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2387## -------------------- ##
2388## M4sh Initialization. ##
2389## -------------------- ##
2390
2391# Be more Bourne compatible
2392DUALCASE=1; export DUALCASE # for MKS sh
2393if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
2394 emulate sh
2395 NULLCMD=:
81ecdfbb 2396 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
2397 # is contrary to our usage. Disable this feature.
2398 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
2399 setopt NO_GLOB_SUBST
2400else
2401 case `(set -o) 2>/dev/null` in #(
2402 *posix*) :
2403 set -o posix ;; #(
2404 *) :
2405 ;;
2406esac
c906108c 2407fi
b7026657 2408
81ecdfbb
RW
2409
2410as_nl='
2411'
2412export as_nl
2413# Printing a long string crashes Solaris 7 /usr/bin/printf.
2414as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2415as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2416as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2417# Prefer a ksh shell builtin over an external printf program on Solaris,
2418# but without wasting forks for bash or zsh.
2419if test -z "$BASH_VERSION$ZSH_VERSION" \
2420 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2421 as_echo='print -r --'
2422 as_echo_n='print -rn --'
2423elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2424 as_echo='printf %s\n'
2425 as_echo_n='printf %s'
2426else
2427 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2428 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2429 as_echo_n='/usr/ucb/echo -n'
2430 else
2431 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2432 as_echo_n_body='eval
2433 arg=$1;
2434 case $arg in #(
2435 *"$as_nl"*)
2436 expr "X$arg" : "X\\(.*\\)$as_nl";
2437 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2438 esac;
2439 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2440 '
2441 export as_echo_n_body
2442 as_echo_n='sh -c $as_echo_n_body as_echo'
2443 fi
2444 export as_echo_body
2445 as_echo='sh -c $as_echo_body as_echo'
c906108c 2446fi
b7026657 2447
81ecdfbb
RW
2448# The user is always right.
2449if test "${PATH_SEPARATOR+set}" != set; then
2450 PATH_SEPARATOR=:
2451 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2452 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2453 PATH_SEPARATOR=';'
2454 }
2455fi
2456
2457
2458# IFS
2459# We need space, tab and new line, in precisely that order. Quoting is
2460# there to prevent editors from complaining about space-tab.
2461# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2462# splitting by setting IFS to empty value.)
2463IFS=" "" $as_nl"
2464
2465# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 2466as_myself=
81ecdfbb
RW
2467case $0 in #((
2468 *[\\/]* ) as_myself=$0 ;;
2469 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2470for as_dir in $PATH
2471do
2472 IFS=$as_save_IFS
2473 test -z "$as_dir" && as_dir=.
2474 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2475 done
2476IFS=$as_save_IFS
b7026657 2477
81ecdfbb
RW
2478 ;;
2479esac
2480# We did not find ourselves, most probably we were run as `sh COMMAND'
2481# in which case we are not to be found in the path.
2482if test "x$as_myself" = x; then
2483 as_myself=$0
2484fi
2485if test ! -f "$as_myself"; then
2486 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2487 exit 1
2488fi
2489
2490# Unset variables that we do not need and which cause bugs (e.g. in
2491# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2492# suppresses any "Segmentation fault" message there. '((' could
2493# trigger a bug in pdksh 5.2.14.
2494for as_var in BASH_ENV ENV MAIL MAILPATH
2495do eval test x\${$as_var+set} = xset \
2496 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2497done
b7026657
AC
2498PS1='$ '
2499PS2='> '
2500PS4='+ '
2501
2502# NLS nuisances.
81ecdfbb
RW
2503LC_ALL=C
2504export LC_ALL
2505LANGUAGE=C
2506export LANGUAGE
2507
2508# CDPATH.
2509(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2510
2511
d0ac1c44
SM
2512# as_fn_error STATUS ERROR [LINENO LOG_FD]
2513# ----------------------------------------
81ecdfbb
RW
2514# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2515# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 2516# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
2517as_fn_error ()
2518{
d0ac1c44
SM
2519 as_status=$1; test $as_status -eq 0 && as_status=1
2520 if test "$4"; then
2521 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2522 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 2523 fi
d0ac1c44 2524 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
2525 as_fn_exit $as_status
2526} # as_fn_error
2527
2528
2529# as_fn_set_status STATUS
2530# -----------------------
2531# Set $? to STATUS, without forking.
2532as_fn_set_status ()
2533{
2534 return $1
2535} # as_fn_set_status
2536
2537# as_fn_exit STATUS
2538# -----------------
2539# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2540as_fn_exit ()
2541{
2542 set +e
2543 as_fn_set_status $1
2544 exit $1
2545} # as_fn_exit
2546
2547# as_fn_unset VAR
2548# ---------------
2549# Portably unset VAR.
2550as_fn_unset ()
2551{
2552 { eval $1=; unset $1;}
2553}
2554as_unset=as_fn_unset
2555# as_fn_append VAR VALUE
2556# ----------------------
2557# Append the text in VALUE to the end of the definition contained in VAR. Take
2558# advantage of any shell optimizations that allow amortized linear growth over
2559# repeated appends, instead of the typical quadratic growth present in naive
2560# implementations.
2561if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2562 eval 'as_fn_append ()
2563 {
2564 eval $1+=\$2
2565 }'
2566else
2567 as_fn_append ()
2568 {
2569 eval $1=\$$1\$2
2570 }
2571fi # as_fn_append
c906108c 2572
81ecdfbb
RW
2573# as_fn_arith ARG...
2574# ------------------
2575# Perform arithmetic evaluation on the ARGs, and store the result in the
2576# global $as_val. Take advantage of shells that can avoid forks. The arguments
2577# must be portable across $(()) and expr.
2578if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2579 eval 'as_fn_arith ()
2580 {
2581 as_val=$(( $* ))
2582 }'
2583else
2584 as_fn_arith ()
2585 {
2586 as_val=`expr "$@" || test $? -eq 1`
2587 }
2588fi # as_fn_arith
2589
2590
2591if expr a : '\(a\)' >/dev/null 2>&1 &&
2592 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 2593 as_expr=expr
c906108c 2594else
b7026657 2595 as_expr=false
c906108c 2596fi
c906108c 2597
81ecdfbb 2598if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
2599 as_basename=basename
2600else
2601 as_basename=false
c906108c 2602fi
c906108c 2603
81ecdfbb
RW
2604if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2605 as_dirname=dirname
2606else
2607 as_dirname=false
2608fi
c906108c 2609
81ecdfbb 2610as_me=`$as_basename -- "$0" ||
b7026657
AC
2611$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2612 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
2613 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2614$as_echo X/"$0" |
2615 sed '/^.*\/\([^/][^/]*\)\/*$/{
2616 s//\1/
2617 q
2618 }
2619 /^X\/\(\/\/\)$/{
2620 s//\1/
2621 q
2622 }
2623 /^X\/\(\/\).*/{
2624 s//\1/
2625 q
2626 }
2627 s/.*/./; q'`
b7026657 2628
b7026657
AC
2629# Avoid depending upon Character Ranges.
2630as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2631as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2632as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2633as_cr_digits='0123456789'
2634as_cr_alnum=$as_cr_Letters$as_cr_digits
2635
81ecdfbb
RW
2636ECHO_C= ECHO_N= ECHO_T=
2637case `echo -n x` in #(((((
2638-n*)
2639 case `echo 'xy\c'` in
2640 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2641 xy) ECHO_C='\c';;
2642 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
2643 ECHO_T=' ';;
2644 esac;;
2645*)
2646 ECHO_N='-n';;
b7026657 2647esac
c906108c 2648
81ecdfbb
RW
2649rm -f conf$$ conf$$.exe conf$$.file
2650if test -d conf$$.dir; then
2651 rm -f conf$$.dir/conf$$.file
c906108c 2652else
81ecdfbb
RW
2653 rm -f conf$$.dir
2654 mkdir conf$$.dir 2>/dev/null
c906108c 2655fi
81ecdfbb
RW
2656if (echo >conf$$.file) 2>/dev/null; then
2657 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 2658 as_ln_s='ln -s'
81ecdfbb
RW
2659 # ... but there are two gotchas:
2660 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2661 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 2662 # In both cases, we have to default to `cp -pR'.
81ecdfbb 2663 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 2664 as_ln_s='cp -pR'
81ecdfbb
RW
2665 elif ln conf$$.file conf$$ 2>/dev/null; then
2666 as_ln_s=ln
2667 else
d0ac1c44 2668 as_ln_s='cp -pR'
b7026657 2669 fi
b7026657 2670else
d0ac1c44 2671 as_ln_s='cp -pR'
c906108c 2672fi
81ecdfbb
RW
2673rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2674rmdir conf$$.dir 2>/dev/null
2675
2676
2677# as_fn_mkdir_p
2678# -------------
2679# Create "$as_dir" as a directory, including parents if necessary.
2680as_fn_mkdir_p ()
2681{
2682
2683 case $as_dir in #(
2684 -*) as_dir=./$as_dir;;
2685 esac
2686 test -d "$as_dir" || eval $as_mkdir_p || {
2687 as_dirs=
2688 while :; do
2689 case $as_dir in #(
2690 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2691 *) as_qdir=$as_dir;;
2692 esac
2693 as_dirs="'$as_qdir' $as_dirs"
2694 as_dir=`$as_dirname -- "$as_dir" ||
2695$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2696 X"$as_dir" : 'X\(//\)[^/]' \| \
2697 X"$as_dir" : 'X\(//\)$' \| \
2698 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2699$as_echo X"$as_dir" |
2700 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2701 s//\1/
2702 q
2703 }
2704 /^X\(\/\/\)[^/].*/{
2705 s//\1/
2706 q
2707 }
2708 /^X\(\/\/\)$/{
2709 s//\1/
2710 q
2711 }
2712 /^X\(\/\).*/{
2713 s//\1/
2714 q
2715 }
2716 s/.*/./; q'`
2717 test -d "$as_dir" && break
2718 done
2719 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 2720 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 2721
c906108c 2722
81ecdfbb 2723} # as_fn_mkdir_p
b7026657 2724if mkdir -p . 2>/dev/null; then
81ecdfbb 2725 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 2726else
b7026657
AC
2727 test -d ./-p && rmdir ./-p
2728 as_mkdir_p=false
c906108c 2729fi
c906108c 2730
d0ac1c44
SM
2731
2732# as_fn_executable_p FILE
2733# -----------------------
2734# Test if FILE is an executable regular file.
2735as_fn_executable_p ()
2736{
2737 test -f "$1" && test -x "$1"
2738} # as_fn_executable_p
2739as_test_x='test -x'
2740as_executable_p=as_fn_executable_p
c906108c 2741
b7026657
AC
2742# Sed expression to map a string onto a valid CPP name.
2743as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 2744
b7026657
AC
2745# Sed expression to map a string onto a valid variable name.
2746as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 2747
b7026657 2748
b7026657 2749exec 6>&1
81ecdfbb
RW
2750## ----------------------------------- ##
2751## Main body of $CONFIG_STATUS script. ##
2752## ----------------------------------- ##
2753_ASEOF
2754test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2755
2756cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2757# Save the log message, to keep $0 and so on meaningful, and to
b7026657 2758# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
2759# values after options handling.
2760ac_log="
b7026657 2761This file was extended by $as_me, which was
d0ac1c44 2762generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
2763
2764 CONFIG_FILES = $CONFIG_FILES
2765 CONFIG_HEADERS = $CONFIG_HEADERS
2766 CONFIG_LINKS = $CONFIG_LINKS
2767 CONFIG_COMMANDS = $CONFIG_COMMANDS
2768 $ $0 $@
2769
81ecdfbb
RW
2770on `(hostname || uname -n) 2>/dev/null | sed 1q`
2771"
2772
b7026657
AC
2773_ACEOF
2774
81ecdfbb
RW
2775case $ac_config_files in *"
2776"*) set x $ac_config_files; shift; ac_config_files=$*;;
2777esac
379832de 2778
b7026657 2779
b7026657 2780
81ecdfbb
RW
2781cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2782# Files that config.status was made for.
2783config_files="$ac_config_files"
81ecdfbb 2784config_commands="$ac_config_commands"
b7026657 2785
81ecdfbb 2786_ACEOF
b7026657 2787
81ecdfbb 2788cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 2789ac_cs_usage="\
81ecdfbb
RW
2790\`$as_me' instantiates files and other configuration actions
2791from templates according to the current configuration. Unless the files
2792and actions are specified as TAGs, all are instantiated by default.
b7026657 2793
81ecdfbb 2794Usage: $0 [OPTION]... [TAG]...
b7026657
AC
2795
2796 -h, --help print this help, then exit
81ecdfbb 2797 -V, --version print version number and configuration settings, then exit
d0ac1c44 2798 --config print configuration, then exit
81ecdfbb
RW
2799 -q, --quiet, --silent
2800 do not print progress messages
b7026657
AC
2801 -d, --debug don't remove temporary files
2802 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
2803 --file=FILE[:TEMPLATE]
2804 instantiate the configuration file FILE
b7026657
AC
2805
2806Configuration files:
2807$config_files
2808
b7026657
AC
2809Configuration commands:
2810$config_commands
2811
81ecdfbb 2812Report bugs to the package provider."
b7026657 2813
81ecdfbb
RW
2814_ACEOF
2815cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 2816ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
2817ac_cs_version="\\
2818config.status
d0ac1c44
SM
2819configured by $0, generated by GNU Autoconf 2.69,
2820 with options \\"\$ac_cs_config\\"
b7026657 2821
d0ac1c44 2822Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
2823This config.status script is free software; the Free Software Foundation
2824gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
2825
2826ac_pwd='$ac_pwd'
2827srcdir='$srcdir'
81ecdfbb 2828test -n "\$AWK" || AWK=awk
b7026657
AC
2829_ACEOF
2830
81ecdfbb
RW
2831cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2832# The default lists apply if the user does not specify any file.
b7026657
AC
2833ac_need_defaults=:
2834while test $# != 0
2835do
2836 case $1 in
d0ac1c44 2837 --*=?*)
81ecdfbb
RW
2838 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2839 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 2840 ac_shift=:
c906108c 2841 ;;
d0ac1c44
SM
2842 --*=)
2843 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2844 ac_optarg=
2845 ac_shift=:
2846 ;;
81ecdfbb 2847 *)
b7026657
AC
2848 ac_option=$1
2849 ac_optarg=$2
2850 ac_shift=shift
c906108c 2851 ;;
b7026657 2852 esac
c906108c 2853
b7026657
AC
2854 case $ac_option in
2855 # Handling of the options.
b7026657
AC
2856 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2857 ac_cs_recheck=: ;;
81ecdfbb
RW
2858 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2859 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
2860 --config | --confi | --conf | --con | --co | --c )
2861 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 2862 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
2863 debug=: ;;
2864 --file | --fil | --fi | --f )
2865 $ac_shift
81ecdfbb
RW
2866 case $ac_optarg in
2867 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 2868 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
2869 esac
2870 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 2871 ac_need_defaults=false;;
52d37d2c 2872 --he | --h | --help | --hel | -h )
81ecdfbb 2873 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
2874 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2875 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2876 ac_cs_silent=: ;;
c906108c 2877
b7026657 2878 # This is an error.
d0ac1c44 2879 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 2880Try \`$0 --help' for more information." ;;
c906108c 2881
81ecdfbb
RW
2882 *) as_fn_append ac_config_targets " $1"
2883 ac_need_defaults=false ;;
b7026657
AC
2884
2885 esac
2886 shift
2887done
2888
2889ac_configure_extra_args=
2890
2891if $ac_cs_silent; then
2892 exec 6>/dev/null
2893 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
2894fi
2895
b7026657 2896_ACEOF
81ecdfbb 2897cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 2898if \$ac_cs_recheck; then
d0ac1c44 2899 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
2900 shift
2901 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2902 CONFIG_SHELL='$SHELL'
2903 export CONFIG_SHELL
2904 exec "\$@"
b7026657 2905fi
c906108c 2906
b7026657 2907_ACEOF
81ecdfbb
RW
2908cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2909exec 5>>config.log
2910{
2911 echo
2912 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2913## Running $as_me. ##
2914_ASBOX
2915 $as_echo "$ac_log"
2916} >&5
c906108c 2917
81ecdfbb
RW
2918_ACEOF
2919cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2920_ACEOF
c906108c 2921
81ecdfbb 2922cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 2923
81ecdfbb 2924# Handling of arguments.
b7026657 2925for ac_config_target in $ac_config_targets
c906108c 2926do
81ecdfbb 2927 case $ac_config_target in
81ecdfbb
RW
2928 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
2929 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
2930 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
2931 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
2932 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
2933
d0ac1c44 2934 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
2935 esac
2936done
2937
81ecdfbb 2938
b7026657
AC
2939# If the user did not use the arguments to specify the items to instantiate,
2940# then the envvar interface is used. Set only those that are not.
2941# We use the long form for the default assignment because of an extremely
2942# bizarre bug on SunOS 4.1.3.
2943if $ac_need_defaults; then
2944 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
2945 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
2946fi
2947
2948# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 2949# simply because there is no reason against having it here, and in addition,
b7026657 2950# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
2951# Hook for its removal unless debugging.
2952# Note that there is a small window in which the directory will not be cleaned:
2953# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
2954$debug ||
2955{
d0ac1c44 2956 tmp= ac_tmp=
81ecdfbb 2957 trap 'exit_status=$?
d0ac1c44
SM
2958 : "${ac_tmp:=$tmp}"
2959 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
2960' 0
2961 trap 'as_fn_exit 1' 1 2 13 15
b7026657 2962}
b7026657 2963# Create a (secure) tmp directory for tmp files.
c906108c 2964
b7026657 2965{
81ecdfbb 2966 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 2967 test -d "$tmp"
b7026657
AC
2968} ||
2969{
81ecdfbb
RW
2970 tmp=./conf$$-$RANDOM
2971 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
2972} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
2973ac_tmp=$tmp
b7026657 2974
81ecdfbb
RW
2975# Set up the scripts for CONFIG_FILES section.
2976# No need to generate them if there are no CONFIG_FILES.
2977# This happens for instance with `./config.status config.h'.
2978if test -n "$CONFIG_FILES"; then
b7026657 2979
c906108c 2980
81ecdfbb
RW
2981ac_cr=`echo X | tr X '\015'`
2982# On cygwin, bash can eat \r inside `` if the user requested igncr.
2983# But we know of no other shell where ac_cr would be empty at this
2984# point, so we can use a bashism as a fallback.
2985if test "x$ac_cr" = x; then
2986 eval ac_cr=\$\'\\r\'
2987fi
2988ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2989if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 2990 ac_cs_awk_cr='\\r'
81ecdfbb
RW
2991else
2992 ac_cs_awk_cr=$ac_cr
2993fi
b7026657 2994
d0ac1c44 2995echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
2996_ACEOF
2997
c906108c 2998
81ecdfbb
RW
2999{
3000 echo "cat >conf$$subs.awk <<_ACEOF" &&
3001 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3002 echo "_ACEOF"
3003} >conf$$subs.sh ||
d0ac1c44
SM
3004 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3005ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
3006ac_delim='%!_!# '
3007for ac_last_try in false false false false false :; do
3008 . ./conf$$subs.sh ||
d0ac1c44 3009 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
3010
3011 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3012 if test $ac_delim_n = $ac_delim_num; then
3013 break
3014 elif $ac_last_try; then
d0ac1c44 3015 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 3016 else
81ecdfbb
RW
3017 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3018 fi
3019done
3020rm -f conf$$subs.sh
3021
3022cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 3023cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
3024_ACEOF
3025sed -n '
3026h
3027s/^/S["/; s/!.*/"]=/
3028p
3029g
3030s/^[^!]*!//
3031:repl
3032t repl
3033s/'"$ac_delim"'$//
3034t delim
3035:nl
3036h
d0ac1c44 3037s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
3038t more1
3039s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3040p
3041n
3042b repl
3043:more1
3044s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3045p
3046g
3047s/.\{148\}//
3048t nl
3049:delim
3050h
d0ac1c44 3051s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
3052t more2
3053s/["\\]/\\&/g; s/^/"/; s/$/"/
3054p
3055b
3056:more2
3057s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3058p
3059g
3060s/.\{148\}//
3061t delim
3062' <conf$$subs.awk | sed '
3063/^[^""]/{
3064 N
3065 s/\n//
3066}
3067' >>$CONFIG_STATUS || ac_write_fail=1
3068rm -f conf$$subs.awk
3069cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3070_ACAWK
d0ac1c44 3071cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
3072 for (key in S) S_is_set[key] = 1
3073 FS = "\a"
b7026657 3074
81ecdfbb
RW
3075}
3076{
3077 line = $ 0
3078 nfields = split(line, field, "@")
3079 substed = 0
3080 len = length(field[1])
3081 for (i = 2; i < nfields; i++) {
3082 key = field[i]
3083 keylen = length(key)
3084 if (S_is_set[key]) {
3085 value = S[key]
3086 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3087 len += length(value) + length(field[++i])
3088 substed = 1
3089 } else
3090 len += 1 + keylen
3091 }
3092
3093 print line
3094}
c906108c 3095
81ecdfbb
RW
3096_ACAWK
3097_ACEOF
3098cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3099if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3100 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 3101else
81ecdfbb 3102 cat
d0ac1c44
SM
3103fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3104 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 3105_ACEOF
b7026657 3106
d0ac1c44
SM
3107# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3108# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
3109# trailing colons and then remove the whole line if VPATH becomes empty
3110# (actually we leave an empty line to preserve line numbers).
3111if test "x$srcdir" = x.; then
d0ac1c44
SM
3112 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
3113h
3114s///
3115s/^/:/
3116s/[ ]*$/:/
3117s/:\$(srcdir):/:/g
3118s/:\${srcdir}:/:/g
3119s/:@srcdir@:/:/g
3120s/^:*//
81ecdfbb 3121s/:*$//
d0ac1c44
SM
3122x
3123s/\(=[ ]*\).*/\1/
3124G
3125s/\n//
81ecdfbb
RW
3126s/^[^=]*=[ ]*$//
3127}'
3128fi
c906108c 3129
81ecdfbb
RW
3130cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3131fi # test -n "$CONFIG_FILES"
c906108c 3132
81ecdfbb 3133
52d37d2c 3134eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
3135shift
3136for ac_tag
3137do
3138 case $ac_tag in
3139 :[FHLC]) ac_mode=$ac_tag; continue;;
3140 esac
3141 case $ac_mode$ac_tag in
3142 :[FHL]*:*);;
d0ac1c44 3143 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
3144 :[FH]-) ac_tag=-:-;;
3145 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 3146 esac
81ecdfbb
RW
3147 ac_save_IFS=$IFS
3148 IFS=:
3149 set x $ac_tag
3150 IFS=$ac_save_IFS
3151 shift
3152 ac_file=$1
3153 shift
c906108c 3154
81ecdfbb
RW
3155 case $ac_mode in
3156 :L) ac_source=$1;;
3157 :[FH])
3158 ac_file_inputs=
3159 for ac_f
3160 do
3161 case $ac_f in
d0ac1c44 3162 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
3163 *) # Look for the file first in the build tree, then in the source tree
3164 # (if the path is not absolute). The absolute path cannot be DOS-style,
3165 # because $ac_f cannot contain `:'.
3166 test -f "$ac_f" ||
3167 case $ac_f in
3168 [\\/$]*) false;;
3169 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3170 esac ||
d0ac1c44 3171 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 3172 esac
81ecdfbb
RW
3173 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3174 as_fn_append ac_file_inputs " '$ac_f'"
3175 done
b7026657 3176
81ecdfbb
RW
3177 # Let's still pretend it is `configure' which instantiates (i.e., don't
3178 # use $as_me), people would be surprised to read:
3179 # /* config.h. Generated by config.status. */
3180 configure_input='Generated from '`
3181 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3182 `' by configure.'
3183 if test x"$ac_file" != x-; then
3184 configure_input="$ac_file. $configure_input"
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3186$as_echo "$as_me: creating $ac_file" >&6;}
3187 fi
3188 # Neutralize special characters interpreted by sed in replacement strings.
3189 case $configure_input in #(
3190 *\&* | *\|* | *\\* )
3191 ac_sed_conf_input=`$as_echo "$configure_input" |
3192 sed 's/[\\\\&|]/\\\\&/g'`;; #(
3193 *) ac_sed_conf_input=$configure_input;;
3194 esac
b7026657 3195
81ecdfbb 3196 case $ac_tag in
d0ac1c44
SM
3197 *:-:* | *:-) cat >"$ac_tmp/stdin" \
3198 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
3199 esac
3200 ;;
3201 esac
b7026657 3202
81ecdfbb 3203 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
3204$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3205 X"$ac_file" : 'X\(//\)[^/]' \| \
3206 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
3207 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3208$as_echo X"$ac_file" |
3209 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3210 s//\1/
3211 q
3212 }
3213 /^X\(\/\/\)[^/].*/{
3214 s//\1/
3215 q
3216 }
3217 /^X\(\/\/\)$/{
3218 s//\1/
3219 q
3220 }
3221 /^X\(\/\).*/{
3222 s//\1/
3223 q
3224 }
3225 s/.*/./; q'`
3226 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
3227 ac_builddir=.
3228
81ecdfbb
RW
3229case "$ac_dir" in
3230.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3231*)
3232 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3233 # A ".." for each directory in $ac_dir_suffix.
3234 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3235 case $ac_top_builddir_sub in
3236 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3237 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3238 esac ;;
3239esac
3240ac_abs_top_builddir=$ac_pwd
3241ac_abs_builddir=$ac_pwd$ac_dir_suffix
3242# for backward compatibility:
3243ac_top_builddir=$ac_top_build_prefix
b7026657
AC
3244
3245case $srcdir in
81ecdfbb 3246 .) # We are building in place.
b7026657 3247 ac_srcdir=.
81ecdfbb
RW
3248 ac_top_srcdir=$ac_top_builddir_sub
3249 ac_abs_top_srcdir=$ac_pwd ;;
3250 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 3251 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
3252 ac_top_srcdir=$srcdir
3253 ac_abs_top_srcdir=$srcdir ;;
3254 *) # Relative name.
3255 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3256 ac_top_srcdir=$ac_top_build_prefix$srcdir
3257 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 3258esac
81ecdfbb 3259ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 3260
c906108c 3261
81ecdfbb
RW
3262 case $ac_mode in
3263 :F)
3264 #
3265 # CONFIG_FILE
3266 #
b7026657 3267
81ecdfbb 3268_ACEOF
c906108c 3269
81ecdfbb
RW
3270cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3271# If the template does not know about datarootdir, expand it.
3272# FIXME: This hack should be removed a few years after 2.60.
3273ac_datarootdir_hack=; ac_datarootdir_seen=
3274ac_sed_dataroot='
3275/datarootdir/ {
3276 p
3277 q
3278}
3279/@datadir@/p
3280/@docdir@/p
3281/@infodir@/p
3282/@localedir@/p
3283/@mandir@/p'
3284case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3285*datarootdir*) ac_datarootdir_seen=yes;;
3286*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3288$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3289_ACEOF
3290cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3291 ac_datarootdir_hack='
3292 s&@datadir@&$datadir&g
3293 s&@docdir@&$docdir&g
3294 s&@infodir@&$infodir&g
3295 s&@localedir@&$localedir&g
3296 s&@mandir@&$mandir&g
3297 s&\\\${datarootdir}&$datarootdir&g' ;;
3298esac
b7026657 3299_ACEOF
b7026657 3300
81ecdfbb
RW
3301# Neutralize VPATH when `$srcdir' = `.'.
3302# Shell code in configure.ac might set extrasub.
3303# FIXME: do we really want to maintain this feature?
3304cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3305ac_sed_extra="$ac_vpsub
3306$extrasub
3307_ACEOF
3308cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3309:t
3310/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3311s|@configure_input@|$ac_sed_conf_input|;t t
3312s&@top_builddir@&$ac_top_builddir_sub&;t t
3313s&@top_build_prefix@&$ac_top_build_prefix&;t t
3314s&@srcdir@&$ac_srcdir&;t t
3315s&@abs_srcdir@&$ac_abs_srcdir&;t t
3316s&@top_srcdir@&$ac_top_srcdir&;t t
3317s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3318s&@builddir@&$ac_builddir&;t t
3319s&@abs_builddir@&$ac_abs_builddir&;t t
3320s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
81ecdfbb
RW
3321$ac_datarootdir_hack
3322"
d0ac1c44
SM
3323eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
3324 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
3325
3326test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
3327 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
3328 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
3329 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 3330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 3331which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 3332$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 3333which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 3334
d0ac1c44 3335 rm -f "$ac_tmp/stdin"
81ecdfbb 3336 case $ac_file in
d0ac1c44
SM
3337 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
3338 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 3339 esac \
d0ac1c44 3340 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 3341 ;;
52d37d2c 3342
b7026657 3343
81ecdfbb
RW
3344 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
3345$as_echo "$as_me: executing $ac_file commands" >&6;}
3346 ;;
3347 esac
b7026657
AC
3348
3349
81ecdfbb
RW
3350 case $ac_file$ac_mode in
3351 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
3352 rm -f Makesim1.tmp Makesim2.tmp Makefile
3353 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
3354 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
3355 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
3356 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
3357 <Makefile.sim >Makefile
38f48d72 3358 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 3359 ;;
81ecdfbb
RW
3360 "stamp-h":C) echo > stamp-h ;;
3361
b7026657 3362 esac
81ecdfbb 3363done # for ac_tag
c906108c 3364
b7026657 3365
81ecdfbb 3366as_fn_exit 0
b7026657 3367_ACEOF
b7026657
AC
3368ac_clean_files=$ac_clean_files_save
3369
81ecdfbb 3370test $ac_write_fail = 0 ||
d0ac1c44 3371 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 3372
b7026657
AC
3373
3374# configure is writing to config.log, and then calls config.status.
3375# config.status does its own redirection, appending to config.log.
3376# Unfortunately, on DOS this fails, as config.log is still kept open
3377# by configure, so config.status won't be able to write to it; its
3378# output is simply discarded. So we exec the FD to /dev/null,
3379# effectively closing config.log, so it can be properly (re)opened and
3380# appended to by config.status. When coming back to configure, we
3381# need to make the FD available again.
3382if test "$no_create" != yes; then
3383 ac_cs_success=:
3384 ac_config_status_args=
3385 test "$silent" = yes &&
3386 ac_config_status_args="$ac_config_status_args --quiet"
3387 exec 5>/dev/null
3388 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3389 exec 5>>config.log
3390 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3391 # would make configure fail if this is the last instruction.
d0ac1c44 3392 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
3393fi
3394if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3396$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 3397fi
c906108c
SS
3398
3399
This page took 1.456289 seconds and 4 git commands to generate.