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