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