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