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