]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/bfin/configure
sim: unify hardware settings
[thirdparty/binutils-gdb.git] / sim / bfin / 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_scache
589 sim_float
590 sim_bitsize
591 cgen_breaks
592 OBJEXT
593 EXEEXT
594 ac_ct_CC
595 CPPFLAGS
596 LDFLAGS
597 CFLAGS
598 CC
599 SDL_LIBS
600 SDL_CFLAGS
601 PKG_CONFIG_LIBDIR
602 PKG_CONFIG_PATH
603 PKG_CONFIG
604 target_alias
605 host_alias
606 build_alias
607 LIBS
608 ECHO_T
609 ECHO_N
610 ECHO_C
611 DEFS
612 mandir
613 localedir
614 libdir
615 psdir
616 pdfdir
617 dvidir
618 htmldir
619 infodir
620 docdir
621 oldincludedir
622 includedir
623 localstatedir
624 sharedstatedir
625 sysconfdir
626 datadir
627 datarootdir
628 libexecdir
629 sbindir
630 bindir
631 program_transform_name
632 prefix
633 exec_prefix
634 PACKAGE_URL
635 PACKAGE_BUGREPORT
636 PACKAGE_STRING
637 PACKAGE_VERSION
638 PACKAGE_TARNAME
639 PACKAGE_NAME
640 PATH_SEPARATOR
641 SHELL
642 sim_default_model'
643 ac_subst_files=''
644 ac_user_opts='
645 enable_option_checking
646 enable_sim_default_model
647 '
648 ac_precious_vars='build_alias
649 host_alias
650 target_alias
651 PKG_CONFIG
652 PKG_CONFIG_PATH
653 PKG_CONFIG_LIBDIR
654 SDL_CFLAGS
655 SDL_LIBS
656 CC
657 CFLAGS
658 LDFLAGS
659 LIBS
660 CPPFLAGS'
661
662
663 # Initialize some variables set by options.
664 ac_init_help=
665 ac_init_version=false
666 ac_unrecognized_opts=
667 ac_unrecognized_sep=
668 # The variables have the same names as the options, with
669 # dashes changed to underlines.
670 cache_file=/dev/null
671 exec_prefix=NONE
672 no_create=
673 no_recursion=
674 prefix=NONE
675 program_prefix=NONE
676 program_suffix=NONE
677 program_transform_name=s,x,x,
678 silent=
679 site=
680 srcdir=
681 verbose=
682 x_includes=NONE
683 x_libraries=NONE
684
685 # Installation directory options.
686 # These are left unexpanded so users can "make install exec_prefix=/foo"
687 # and all the variables that are supposed to be based on exec_prefix
688 # by default will actually change.
689 # Use braces instead of parens because sh, perl, etc. also accept them.
690 # (The list follows the same order as the GNU Coding Standards.)
691 bindir='${exec_prefix}/bin'
692 sbindir='${exec_prefix}/sbin'
693 libexecdir='${exec_prefix}/libexec'
694 datarootdir='${prefix}/share'
695 datadir='${datarootdir}'
696 sysconfdir='${prefix}/etc'
697 sharedstatedir='${prefix}/com'
698 localstatedir='${prefix}/var'
699 includedir='${prefix}/include'
700 oldincludedir='/usr/include'
701 docdir='${datarootdir}/doc/${PACKAGE}'
702 infodir='${datarootdir}/info'
703 htmldir='${docdir}'
704 dvidir='${docdir}'
705 pdfdir='${docdir}'
706 psdir='${docdir}'
707 libdir='${exec_prefix}/lib'
708 localedir='${datarootdir}/locale'
709 mandir='${datarootdir}/man'
710
711 ac_prev=
712 ac_dashdash=
713 for ac_option
714 do
715 # If the previous option needs an argument, assign it.
716 if test -n "$ac_prev"; then
717 eval $ac_prev=\$ac_option
718 ac_prev=
719 continue
720 fi
721
722 case $ac_option in
723 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
724 *=) ac_optarg= ;;
725 *) ac_optarg=yes ;;
726 esac
727
728 # Accept the important Cygnus configure options, so we can diagnose typos.
729
730 case $ac_dashdash$ac_option in
731 --)
732 ac_dashdash=yes ;;
733
734 -bindir | --bindir | --bindi | --bind | --bin | --bi)
735 ac_prev=bindir ;;
736 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
737 bindir=$ac_optarg ;;
738
739 -build | --build | --buil | --bui | --bu)
740 ac_prev=build_alias ;;
741 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
742 build_alias=$ac_optarg ;;
743
744 -cache-file | --cache-file | --cache-fil | --cache-fi \
745 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
746 ac_prev=cache_file ;;
747 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
748 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
749 cache_file=$ac_optarg ;;
750
751 --config-cache | -C)
752 cache_file=config.cache ;;
753
754 -datadir | --datadir | --datadi | --datad)
755 ac_prev=datadir ;;
756 -datadir=* | --datadir=* | --datadi=* | --datad=*)
757 datadir=$ac_optarg ;;
758
759 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
760 | --dataroo | --dataro | --datar)
761 ac_prev=datarootdir ;;
762 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
763 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
764 datarootdir=$ac_optarg ;;
765
766 -disable-* | --disable-*)
767 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
768 # Reject names that are not valid shell variable names.
769 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
770 as_fn_error $? "invalid feature name: $ac_useropt"
771 ac_useropt_orig=$ac_useropt
772 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
773 case $ac_user_opts in
774 *"
775 "enable_$ac_useropt"
776 "*) ;;
777 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
778 ac_unrecognized_sep=', ';;
779 esac
780 eval enable_$ac_useropt=no ;;
781
782 -docdir | --docdir | --docdi | --doc | --do)
783 ac_prev=docdir ;;
784 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
785 docdir=$ac_optarg ;;
786
787 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
788 ac_prev=dvidir ;;
789 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
790 dvidir=$ac_optarg ;;
791
792 -enable-* | --enable-*)
793 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
794 # Reject names that are not valid shell variable names.
795 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
796 as_fn_error $? "invalid feature name: $ac_useropt"
797 ac_useropt_orig=$ac_useropt
798 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
799 case $ac_user_opts in
800 *"
801 "enable_$ac_useropt"
802 "*) ;;
803 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
804 ac_unrecognized_sep=', ';;
805 esac
806 eval enable_$ac_useropt=\$ac_optarg ;;
807
808 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
809 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
810 | --exec | --exe | --ex)
811 ac_prev=exec_prefix ;;
812 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
813 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
814 | --exec=* | --exe=* | --ex=*)
815 exec_prefix=$ac_optarg ;;
816
817 -gas | --gas | --ga | --g)
818 # Obsolete; use --with-gas.
819 with_gas=yes ;;
820
821 -help | --help | --hel | --he | -h)
822 ac_init_help=long ;;
823 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
824 ac_init_help=recursive ;;
825 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
826 ac_init_help=short ;;
827
828 -host | --host | --hos | --ho)
829 ac_prev=host_alias ;;
830 -host=* | --host=* | --hos=* | --ho=*)
831 host_alias=$ac_optarg ;;
832
833 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
834 ac_prev=htmldir ;;
835 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
836 | --ht=*)
837 htmldir=$ac_optarg ;;
838
839 -includedir | --includedir | --includedi | --included | --include \
840 | --includ | --inclu | --incl | --inc)
841 ac_prev=includedir ;;
842 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
843 | --includ=* | --inclu=* | --incl=* | --inc=*)
844 includedir=$ac_optarg ;;
845
846 -infodir | --infodir | --infodi | --infod | --info | --inf)
847 ac_prev=infodir ;;
848 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
849 infodir=$ac_optarg ;;
850
851 -libdir | --libdir | --libdi | --libd)
852 ac_prev=libdir ;;
853 -libdir=* | --libdir=* | --libdi=* | --libd=*)
854 libdir=$ac_optarg ;;
855
856 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
857 | --libexe | --libex | --libe)
858 ac_prev=libexecdir ;;
859 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
860 | --libexe=* | --libex=* | --libe=*)
861 libexecdir=$ac_optarg ;;
862
863 -localedir | --localedir | --localedi | --localed | --locale)
864 ac_prev=localedir ;;
865 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
866 localedir=$ac_optarg ;;
867
868 -localstatedir | --localstatedir | --localstatedi | --localstated \
869 | --localstate | --localstat | --localsta | --localst | --locals)
870 ac_prev=localstatedir ;;
871 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
872 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
873 localstatedir=$ac_optarg ;;
874
875 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
876 ac_prev=mandir ;;
877 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
878 mandir=$ac_optarg ;;
879
880 -nfp | --nfp | --nf)
881 # Obsolete; use --without-fp.
882 with_fp=no ;;
883
884 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
885 | --no-cr | --no-c | -n)
886 no_create=yes ;;
887
888 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
889 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
890 no_recursion=yes ;;
891
892 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
893 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
894 | --oldin | --oldi | --old | --ol | --o)
895 ac_prev=oldincludedir ;;
896 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
897 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
898 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
899 oldincludedir=$ac_optarg ;;
900
901 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
902 ac_prev=prefix ;;
903 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
904 prefix=$ac_optarg ;;
905
906 -program-prefix | --program-prefix | --program-prefi | --program-pref \
907 | --program-pre | --program-pr | --program-p)
908 ac_prev=program_prefix ;;
909 -program-prefix=* | --program-prefix=* | --program-prefi=* \
910 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
911 program_prefix=$ac_optarg ;;
912
913 -program-suffix | --program-suffix | --program-suffi | --program-suff \
914 | --program-suf | --program-su | --program-s)
915 ac_prev=program_suffix ;;
916 -program-suffix=* | --program-suffix=* | --program-suffi=* \
917 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
918 program_suffix=$ac_optarg ;;
919
920 -program-transform-name | --program-transform-name \
921 | --program-transform-nam | --program-transform-na \
922 | --program-transform-n | --program-transform- \
923 | --program-transform | --program-transfor \
924 | --program-transfo | --program-transf \
925 | --program-trans | --program-tran \
926 | --progr-tra | --program-tr | --program-t)
927 ac_prev=program_transform_name ;;
928 -program-transform-name=* | --program-transform-name=* \
929 | --program-transform-nam=* | --program-transform-na=* \
930 | --program-transform-n=* | --program-transform-=* \
931 | --program-transform=* | --program-transfor=* \
932 | --program-transfo=* | --program-transf=* \
933 | --program-trans=* | --program-tran=* \
934 | --progr-tra=* | --program-tr=* | --program-t=*)
935 program_transform_name=$ac_optarg ;;
936
937 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
938 ac_prev=pdfdir ;;
939 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
940 pdfdir=$ac_optarg ;;
941
942 -psdir | --psdir | --psdi | --psd | --ps)
943 ac_prev=psdir ;;
944 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
945 psdir=$ac_optarg ;;
946
947 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
948 | -silent | --silent | --silen | --sile | --sil)
949 silent=yes ;;
950
951 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
952 ac_prev=sbindir ;;
953 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
954 | --sbi=* | --sb=*)
955 sbindir=$ac_optarg ;;
956
957 -sharedstatedir | --sharedstatedir | --sharedstatedi \
958 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
959 | --sharedst | --shareds | --shared | --share | --shar \
960 | --sha | --sh)
961 ac_prev=sharedstatedir ;;
962 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
963 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
964 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
965 | --sha=* | --sh=*)
966 sharedstatedir=$ac_optarg ;;
967
968 -site | --site | --sit)
969 ac_prev=site ;;
970 -site=* | --site=* | --sit=*)
971 site=$ac_optarg ;;
972
973 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
974 ac_prev=srcdir ;;
975 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
976 srcdir=$ac_optarg ;;
977
978 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
979 | --syscon | --sysco | --sysc | --sys | --sy)
980 ac_prev=sysconfdir ;;
981 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
982 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
983 sysconfdir=$ac_optarg ;;
984
985 -target | --target | --targe | --targ | --tar | --ta | --t)
986 ac_prev=target_alias ;;
987 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
988 target_alias=$ac_optarg ;;
989
990 -v | -verbose | --verbose | --verbos | --verbo | --verb)
991 verbose=yes ;;
992
993 -version | --version | --versio | --versi | --vers | -V)
994 ac_init_version=: ;;
995
996 -with-* | --with-*)
997 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
998 # Reject names that are not valid shell variable names.
999 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1000 as_fn_error $? "invalid package name: $ac_useropt"
1001 ac_useropt_orig=$ac_useropt
1002 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1003 case $ac_user_opts in
1004 *"
1005 "with_$ac_useropt"
1006 "*) ;;
1007 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1008 ac_unrecognized_sep=', ';;
1009 esac
1010 eval with_$ac_useropt=\$ac_optarg ;;
1011
1012 -without-* | --without-*)
1013 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1014 # Reject names that are not valid shell variable names.
1015 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1016 as_fn_error $? "invalid package name: $ac_useropt"
1017 ac_useropt_orig=$ac_useropt
1018 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1019 case $ac_user_opts in
1020 *"
1021 "with_$ac_useropt"
1022 "*) ;;
1023 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1024 ac_unrecognized_sep=', ';;
1025 esac
1026 eval with_$ac_useropt=no ;;
1027
1028 --x)
1029 # Obsolete; use --with-x.
1030 with_x=yes ;;
1031
1032 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1033 | --x-incl | --x-inc | --x-in | --x-i)
1034 ac_prev=x_includes ;;
1035 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1036 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1037 x_includes=$ac_optarg ;;
1038
1039 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1040 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1041 ac_prev=x_libraries ;;
1042 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1043 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1044 x_libraries=$ac_optarg ;;
1045
1046 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1047 Try \`$0 --help' for more information"
1048 ;;
1049
1050 *=*)
1051 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1052 # Reject names that are not valid shell variable names.
1053 case $ac_envvar in #(
1054 '' | [0-9]* | *[!_$as_cr_alnum]* )
1055 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1056 esac
1057 eval $ac_envvar=\$ac_optarg
1058 export $ac_envvar ;;
1059
1060 *)
1061 # FIXME: should be removed in autoconf 3.0.
1062 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1063 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1064 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1065 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1066 ;;
1067
1068 esac
1069 done
1070
1071 if test -n "$ac_prev"; then
1072 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1073 as_fn_error $? "missing argument to $ac_option"
1074 fi
1075
1076 if test -n "$ac_unrecognized_opts"; then
1077 case $enable_option_checking in
1078 no) ;;
1079 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1080 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1081 esac
1082 fi
1083
1084 # Check all directory arguments for consistency.
1085 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1086 datadir sysconfdir sharedstatedir localstatedir includedir \
1087 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1088 libdir localedir mandir
1089 do
1090 eval ac_val=\$$ac_var
1091 # Remove trailing slashes.
1092 case $ac_val in
1093 */ )
1094 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1095 eval $ac_var=\$ac_val;;
1096 esac
1097 # Be sure to have absolute directory names.
1098 case $ac_val in
1099 [\\/$]* | ?:[\\/]* ) continue;;
1100 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1101 esac
1102 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1103 done
1104
1105 # There might be people who depend on the old broken behavior: `$host'
1106 # used to hold the argument of --host etc.
1107 # FIXME: To remove some day.
1108 build=$build_alias
1109 host=$host_alias
1110 target=$target_alias
1111
1112 # FIXME: To remove some day.
1113 if test "x$host_alias" != x; then
1114 if test "x$build_alias" = x; then
1115 cross_compiling=maybe
1116 elif test "x$build_alias" != "x$host_alias"; then
1117 cross_compiling=yes
1118 fi
1119 fi
1120
1121 ac_tool_prefix=
1122 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1123
1124 test "$silent" = yes && exec 6>/dev/null
1125
1126
1127 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1128 ac_ls_di=`ls -di .` &&
1129 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1130 as_fn_error $? "working directory cannot be determined"
1131 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1132 as_fn_error $? "pwd does not report name of working directory"
1133
1134
1135 # Find the source files, if location was not specified.
1136 if test -z "$srcdir"; then
1137 ac_srcdir_defaulted=yes
1138 # Try the directory containing this script, then the parent directory.
1139 ac_confdir=`$as_dirname -- "$as_myself" ||
1140 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1141 X"$as_myself" : 'X\(//\)[^/]' \| \
1142 X"$as_myself" : 'X\(//\)$' \| \
1143 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1144 $as_echo X"$as_myself" |
1145 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1146 s//\1/
1147 q
1148 }
1149 /^X\(\/\/\)[^/].*/{
1150 s//\1/
1151 q
1152 }
1153 /^X\(\/\/\)$/{
1154 s//\1/
1155 q
1156 }
1157 /^X\(\/\).*/{
1158 s//\1/
1159 q
1160 }
1161 s/.*/./; q'`
1162 srcdir=$ac_confdir
1163 if test ! -r "$srcdir/$ac_unique_file"; then
1164 srcdir=..
1165 fi
1166 else
1167 ac_srcdir_defaulted=no
1168 fi
1169 if test ! -r "$srcdir/$ac_unique_file"; then
1170 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1171 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1172 fi
1173 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1174 ac_abs_confdir=`(
1175 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1176 pwd)`
1177 # When building in place, set srcdir=.
1178 if test "$ac_abs_confdir" = "$ac_pwd"; then
1179 srcdir=.
1180 fi
1181 # Remove unnecessary trailing slashes from srcdir.
1182 # Double slashes in file names in object file debugging info
1183 # mess up M-x gdb in Emacs.
1184 case $srcdir in
1185 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1186 esac
1187 for ac_var in $ac_precious_vars; do
1188 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1189 eval ac_env_${ac_var}_value=\$${ac_var}
1190 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1191 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1192 done
1193
1194 #
1195 # Report the --help message.
1196 #
1197 if test "$ac_init_help" = "long"; then
1198 # Omit some internal or obsolete options to make the list less imposing.
1199 # This message is too long to be a string in the A/UX 3.1 sh.
1200 cat <<_ACEOF
1201 \`configure' configures this package to adapt to many kinds of systems.
1202
1203 Usage: $0 [OPTION]... [VAR=VALUE]...
1204
1205 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1206 VAR=VALUE. See below for descriptions of some of the useful variables.
1207
1208 Defaults for the options are specified in brackets.
1209
1210 Configuration:
1211 -h, --help display this help and exit
1212 --help=short display options specific to this package
1213 --help=recursive display the short help of all the included packages
1214 -V, --version display version information and exit
1215 -q, --quiet, --silent do not print \`checking ...' messages
1216 --cache-file=FILE cache test results in FILE [disabled]
1217 -C, --config-cache alias for \`--cache-file=config.cache'
1218 -n, --no-create do not create output files
1219 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1220
1221 Installation directories:
1222 --prefix=PREFIX install architecture-independent files in PREFIX
1223 [$ac_default_prefix]
1224 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1225 [PREFIX]
1226
1227 By default, \`make install' will install all the files in
1228 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1229 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1230 for instance \`--prefix=\$HOME'.
1231
1232 For better control, use the options below.
1233
1234 Fine tuning of the installation directories:
1235 --bindir=DIR user executables [EPREFIX/bin]
1236 --sbindir=DIR system admin executables [EPREFIX/sbin]
1237 --libexecdir=DIR program executables [EPREFIX/libexec]
1238 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1239 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1240 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1241 --libdir=DIR object code libraries [EPREFIX/lib]
1242 --includedir=DIR C header files [PREFIX/include]
1243 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1244 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1245 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1246 --infodir=DIR info documentation [DATAROOTDIR/info]
1247 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1248 --mandir=DIR man documentation [DATAROOTDIR/man]
1249 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1250 --htmldir=DIR html documentation [DOCDIR]
1251 --dvidir=DIR dvi documentation [DOCDIR]
1252 --pdfdir=DIR pdf documentation [DOCDIR]
1253 --psdir=DIR ps documentation [DOCDIR]
1254 _ACEOF
1255
1256 cat <<\_ACEOF
1257 _ACEOF
1258 fi
1259
1260 if test -n "$ac_init_help"; then
1261
1262 cat <<\_ACEOF
1263
1264 Optional Features:
1265 --disable-option-checking ignore unrecognized --enable/--with options
1266 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1267 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1268 --enable-sim-default-model=model
1269 Specify default model to simulate
1270
1271 Some influential environment variables:
1272 PKG_CONFIG path to pkg-config utility
1273 PKG_CONFIG_PATH
1274 directories to add to pkg-config's search path
1275 PKG_CONFIG_LIBDIR
1276 path overriding pkg-config's built-in search path
1277 SDL_CFLAGS C compiler flags for SDL, overriding pkg-config
1278 SDL_LIBS linker flags for SDL, overriding pkg-config
1279 CC C compiler command
1280 CFLAGS C compiler flags
1281 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1282 nonstandard directory <lib dir>
1283 LIBS libraries to pass to the linker, e.g. -l<library>
1284 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1285 you have headers in a nonstandard directory <include dir>
1286
1287 Use these variables to override the choices made by `configure' or to help
1288 it to find libraries and programs with nonstandard names/locations.
1289
1290 Report bugs to the package provider.
1291 _ACEOF
1292 ac_status=$?
1293 fi
1294
1295 if test "$ac_init_help" = "recursive"; then
1296 # If there are subdirs, report their specific --help.
1297 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1298 test -d "$ac_dir" ||
1299 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1300 continue
1301 ac_builddir=.
1302
1303 case "$ac_dir" in
1304 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1305 *)
1306 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1307 # A ".." for each directory in $ac_dir_suffix.
1308 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1309 case $ac_top_builddir_sub in
1310 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1311 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1312 esac ;;
1313 esac
1314 ac_abs_top_builddir=$ac_pwd
1315 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1316 # for backward compatibility:
1317 ac_top_builddir=$ac_top_build_prefix
1318
1319 case $srcdir in
1320 .) # We are building in place.
1321 ac_srcdir=.
1322 ac_top_srcdir=$ac_top_builddir_sub
1323 ac_abs_top_srcdir=$ac_pwd ;;
1324 [\\/]* | ?:[\\/]* ) # Absolute name.
1325 ac_srcdir=$srcdir$ac_dir_suffix;
1326 ac_top_srcdir=$srcdir
1327 ac_abs_top_srcdir=$srcdir ;;
1328 *) # Relative name.
1329 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1330 ac_top_srcdir=$ac_top_build_prefix$srcdir
1331 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1332 esac
1333 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1334
1335 cd "$ac_dir" || { ac_status=$?; continue; }
1336 # Check for guested configure.
1337 if test -f "$ac_srcdir/configure.gnu"; then
1338 echo &&
1339 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1340 elif test -f "$ac_srcdir/configure"; then
1341 echo &&
1342 $SHELL "$ac_srcdir/configure" --help=recursive
1343 else
1344 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1345 fi || ac_status=$?
1346 cd "$ac_pwd" || { ac_status=$?; break; }
1347 done
1348 fi
1349
1350 test -n "$ac_init_help" && exit $ac_status
1351 if $ac_init_version; then
1352 cat <<\_ACEOF
1353 configure
1354 generated by GNU Autoconf 2.69
1355
1356 Copyright (C) 2012 Free Software Foundation, Inc.
1357 This configure script is free software; the Free Software Foundation
1358 gives unlimited permission to copy, distribute and modify it.
1359 _ACEOF
1360 exit
1361 fi
1362
1363 ## ------------------------ ##
1364 ## Autoconf initialization. ##
1365 ## ------------------------ ##
1366
1367 # ac_fn_c_try_compile LINENO
1368 # --------------------------
1369 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1370 ac_fn_c_try_compile ()
1371 {
1372 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1373 rm -f conftest.$ac_objext
1374 if { { ac_try="$ac_compile"
1375 case "(($ac_try" in
1376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1377 *) ac_try_echo=$ac_try;;
1378 esac
1379 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1380 $as_echo "$ac_try_echo"; } >&5
1381 (eval "$ac_compile") 2>conftest.err
1382 ac_status=$?
1383 if test -s conftest.err; then
1384 grep -v '^ *+' conftest.err >conftest.er1
1385 cat conftest.er1 >&5
1386 mv -f conftest.er1 conftest.err
1387 fi
1388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1389 test $ac_status = 0; } && {
1390 test -z "$ac_c_werror_flag" ||
1391 test ! -s conftest.err
1392 } && test -s conftest.$ac_objext; then :
1393 ac_retval=0
1394 else
1395 $as_echo "$as_me: failed program was:" >&5
1396 sed 's/^/| /' conftest.$ac_ext >&5
1397
1398 ac_retval=1
1399 fi
1400 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1401 as_fn_set_status $ac_retval
1402
1403 } # ac_fn_c_try_compile
1404
1405 # ac_fn_c_try_link LINENO
1406 # -----------------------
1407 # Try to link conftest.$ac_ext, and return whether this succeeded.
1408 ac_fn_c_try_link ()
1409 {
1410 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1411 rm -f conftest.$ac_objext conftest$ac_exeext
1412 if { { ac_try="$ac_link"
1413 case "(($ac_try" in
1414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1415 *) ac_try_echo=$ac_try;;
1416 esac
1417 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1418 $as_echo "$ac_try_echo"; } >&5
1419 (eval "$ac_link") 2>conftest.err
1420 ac_status=$?
1421 if test -s conftest.err; then
1422 grep -v '^ *+' conftest.err >conftest.er1
1423 cat conftest.er1 >&5
1424 mv -f conftest.er1 conftest.err
1425 fi
1426 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1427 test $ac_status = 0; } && {
1428 test -z "$ac_c_werror_flag" ||
1429 test ! -s conftest.err
1430 } && test -s conftest$ac_exeext && {
1431 test "$cross_compiling" = yes ||
1432 test -x conftest$ac_exeext
1433 }; then :
1434 ac_retval=0
1435 else
1436 $as_echo "$as_me: failed program was:" >&5
1437 sed 's/^/| /' conftest.$ac_ext >&5
1438
1439 ac_retval=1
1440 fi
1441 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1442 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1443 # interfere with the next link command; also delete a directory that is
1444 # left behind by Apple's compiler. We do this before executing the actions.
1445 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1446 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1447 as_fn_set_status $ac_retval
1448
1449 } # ac_fn_c_try_link
1450 cat >config.log <<_ACEOF
1451 This file contains any messages produced by compilers while
1452 running configure, to aid debugging if configure makes a mistake.
1453
1454 It was created by $as_me, which was
1455 generated by GNU Autoconf 2.69. Invocation command line was
1456
1457 $ $0 $@
1458
1459 _ACEOF
1460 exec 5>>config.log
1461 {
1462 cat <<_ASUNAME
1463 ## --------- ##
1464 ## Platform. ##
1465 ## --------- ##
1466
1467 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1468 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1469 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1470 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1471 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1472
1473 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1474 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1475
1476 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1477 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1478 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1479 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1480 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1481 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1482 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1483
1484 _ASUNAME
1485
1486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1487 for as_dir in $PATH
1488 do
1489 IFS=$as_save_IFS
1490 test -z "$as_dir" && as_dir=.
1491 $as_echo "PATH: $as_dir"
1492 done
1493 IFS=$as_save_IFS
1494
1495 } >&5
1496
1497 cat >&5 <<_ACEOF
1498
1499
1500 ## ----------- ##
1501 ## Core tests. ##
1502 ## ----------- ##
1503
1504 _ACEOF
1505
1506
1507 # Keep a trace of the command line.
1508 # Strip out --no-create and --no-recursion so they do not pile up.
1509 # Strip out --silent because we don't want to record it for future runs.
1510 # Also quote any args containing shell meta-characters.
1511 # Make two passes to allow for proper duplicate-argument suppression.
1512 ac_configure_args=
1513 ac_configure_args0=
1514 ac_configure_args1=
1515 ac_must_keep_next=false
1516 for ac_pass in 1 2
1517 do
1518 for ac_arg
1519 do
1520 case $ac_arg in
1521 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1522 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1523 | -silent | --silent | --silen | --sile | --sil)
1524 continue ;;
1525 *\'*)
1526 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1527 esac
1528 case $ac_pass in
1529 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1530 2)
1531 as_fn_append ac_configure_args1 " '$ac_arg'"
1532 if test $ac_must_keep_next = true; then
1533 ac_must_keep_next=false # Got value, back to normal.
1534 else
1535 case $ac_arg in
1536 *=* | --config-cache | -C | -disable-* | --disable-* \
1537 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1538 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1539 | -with-* | --with-* | -without-* | --without-* | --x)
1540 case "$ac_configure_args0 " in
1541 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1542 esac
1543 ;;
1544 -* ) ac_must_keep_next=true ;;
1545 esac
1546 fi
1547 as_fn_append ac_configure_args " '$ac_arg'"
1548 ;;
1549 esac
1550 done
1551 done
1552 { ac_configure_args0=; unset ac_configure_args0;}
1553 { ac_configure_args1=; unset ac_configure_args1;}
1554
1555 # When interrupted or exit'd, cleanup temporary files, and complete
1556 # config.log. We remove comments because anyway the quotes in there
1557 # would cause problems or look ugly.
1558 # WARNING: Use '\'' to represent an apostrophe within the trap.
1559 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1560 trap 'exit_status=$?
1561 # Save into config.log some information that might help in debugging.
1562 {
1563 echo
1564
1565 $as_echo "## ---------------- ##
1566 ## Cache variables. ##
1567 ## ---------------- ##"
1568 echo
1569 # The following way of writing the cache mishandles newlines in values,
1570 (
1571 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1572 eval ac_val=\$$ac_var
1573 case $ac_val in #(
1574 *${as_nl}*)
1575 case $ac_var in #(
1576 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1577 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1578 esac
1579 case $ac_var in #(
1580 _ | IFS | as_nl) ;; #(
1581 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1582 *) { eval $ac_var=; unset $ac_var;} ;;
1583 esac ;;
1584 esac
1585 done
1586 (set) 2>&1 |
1587 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1588 *${as_nl}ac_space=\ *)
1589 sed -n \
1590 "s/'\''/'\''\\\\'\'''\''/g;
1591 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1592 ;; #(
1593 *)
1594 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1595 ;;
1596 esac |
1597 sort
1598 )
1599 echo
1600
1601 $as_echo "## ----------------- ##
1602 ## Output variables. ##
1603 ## ----------------- ##"
1604 echo
1605 for ac_var in $ac_subst_vars
1606 do
1607 eval ac_val=\$$ac_var
1608 case $ac_val in
1609 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1610 esac
1611 $as_echo "$ac_var='\''$ac_val'\''"
1612 done | sort
1613 echo
1614
1615 if test -n "$ac_subst_files"; then
1616 $as_echo "## ------------------- ##
1617 ## File substitutions. ##
1618 ## ------------------- ##"
1619 echo
1620 for ac_var in $ac_subst_files
1621 do
1622 eval ac_val=\$$ac_var
1623 case $ac_val in
1624 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1625 esac
1626 $as_echo "$ac_var='\''$ac_val'\''"
1627 done | sort
1628 echo
1629 fi
1630
1631 if test -s confdefs.h; then
1632 $as_echo "## ----------- ##
1633 ## confdefs.h. ##
1634 ## ----------- ##"
1635 echo
1636 cat confdefs.h
1637 echo
1638 fi
1639 test "$ac_signal" != 0 &&
1640 $as_echo "$as_me: caught signal $ac_signal"
1641 $as_echo "$as_me: exit $exit_status"
1642 } >&5
1643 rm -f core *.core core.conftest.* &&
1644 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1645 exit $exit_status
1646 ' 0
1647 for ac_signal in 1 2 13 15; do
1648 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1649 done
1650 ac_signal=0
1651
1652 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1653 rm -f -r conftest* confdefs.h
1654
1655 $as_echo "/* confdefs.h */" > confdefs.h
1656
1657 # Predefined preprocessor variables.
1658
1659 cat >>confdefs.h <<_ACEOF
1660 #define PACKAGE_NAME "$PACKAGE_NAME"
1661 _ACEOF
1662
1663 cat >>confdefs.h <<_ACEOF
1664 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1665 _ACEOF
1666
1667 cat >>confdefs.h <<_ACEOF
1668 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1669 _ACEOF
1670
1671 cat >>confdefs.h <<_ACEOF
1672 #define PACKAGE_STRING "$PACKAGE_STRING"
1673 _ACEOF
1674
1675 cat >>confdefs.h <<_ACEOF
1676 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1677 _ACEOF
1678
1679 cat >>confdefs.h <<_ACEOF
1680 #define PACKAGE_URL "$PACKAGE_URL"
1681 _ACEOF
1682
1683
1684 # Let the site file select an alternate cache file if it wants to.
1685 # Prefer an explicitly selected file to automatically selected ones.
1686 ac_site_file1=NONE
1687 ac_site_file2=NONE
1688 if test -n "$CONFIG_SITE"; then
1689 # We do not want a PATH search for config.site.
1690 case $CONFIG_SITE in #((
1691 -*) ac_site_file1=./$CONFIG_SITE;;
1692 */*) ac_site_file1=$CONFIG_SITE;;
1693 *) ac_site_file1=./$CONFIG_SITE;;
1694 esac
1695 elif test "x$prefix" != xNONE; then
1696 ac_site_file1=$prefix/share/config.site
1697 ac_site_file2=$prefix/etc/config.site
1698 else
1699 ac_site_file1=$ac_default_prefix/share/config.site
1700 ac_site_file2=$ac_default_prefix/etc/config.site
1701 fi
1702 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1703 do
1704 test "x$ac_site_file" = xNONE && continue
1705 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1707 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1708 sed 's/^/| /' "$ac_site_file" >&5
1709 . "$ac_site_file" \
1710 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1712 as_fn_error $? "failed to load site script $ac_site_file
1713 See \`config.log' for more details" "$LINENO" 5; }
1714 fi
1715 done
1716
1717 if test -r "$cache_file"; then
1718 # Some versions of bash will fail to source /dev/null (special files
1719 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
1720 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1722 $as_echo "$as_me: loading cache $cache_file" >&6;}
1723 case $cache_file in
1724 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1725 *) . "./$cache_file";;
1726 esac
1727 fi
1728 else
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1730 $as_echo "$as_me: creating cache $cache_file" >&6;}
1731 >$cache_file
1732 fi
1733
1734 # Check that the precious variables saved in the cache have kept the same
1735 # value.
1736 ac_cache_corrupted=false
1737 for ac_var in $ac_precious_vars; do
1738 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1739 eval ac_new_set=\$ac_env_${ac_var}_set
1740 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1741 eval ac_new_val=\$ac_env_${ac_var}_value
1742 case $ac_old_set,$ac_new_set in
1743 set,)
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1745 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1746 ac_cache_corrupted=: ;;
1747 ,set)
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1749 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1750 ac_cache_corrupted=: ;;
1751 ,);;
1752 *)
1753 if test "x$ac_old_val" != "x$ac_new_val"; then
1754 # differences in whitespace do not lead to failure.
1755 ac_old_val_w=`echo x $ac_old_val`
1756 ac_new_val_w=`echo x $ac_new_val`
1757 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1759 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1760 ac_cache_corrupted=:
1761 else
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1763 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1764 eval $ac_var=\$ac_old_val
1765 fi
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1767 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1769 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1770 fi;;
1771 esac
1772 # Pass precious variables to config.status.
1773 if test "$ac_new_set" = set; then
1774 case $ac_new_val in
1775 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1776 *) ac_arg=$ac_var=$ac_new_val ;;
1777 esac
1778 case " $ac_configure_args " in
1779 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1780 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1781 esac
1782 fi
1783 done
1784 if $ac_cache_corrupted; then
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1786 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1788 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1789 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1790 fi
1791 ## -------------------- ##
1792 ## Main body of script. ##
1793 ## -------------------- ##
1794
1795 ac_ext=c
1796 ac_cpp='$CPP $CPPFLAGS'
1797 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1798 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1799 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1800
1801
1802
1803
1804
1805 default_sim_default_model="bf537"
1806 # Check whether --enable-sim-default-model was given.
1807 if test "${enable_sim_default_model+set}" = set; then :
1808 enableval=$enable_sim_default_model; case "${enableval}" in
1809 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
1810 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
1811 esac
1812 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
1813 echo "Setting default model = $sim_default_model" 6>&1
1814 fi
1815 else
1816 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
1817 fi
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1829 if test -n "$ac_tool_prefix"; then
1830 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1831 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1833 $as_echo_n "checking for $ac_word... " >&6; }
1834 if ${ac_cv_path_PKG_CONFIG+:} false; then :
1835 $as_echo_n "(cached) " >&6
1836 else
1837 case $PKG_CONFIG in
1838 [\\/]* | ?:[\\/]*)
1839 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
1840 ;;
1841 *)
1842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1843 for as_dir in $PATH
1844 do
1845 IFS=$as_save_IFS
1846 test -z "$as_dir" && as_dir=.
1847 for ac_exec_ext in '' $ac_executable_extensions; do
1848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1849 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1851 break 2
1852 fi
1853 done
1854 done
1855 IFS=$as_save_IFS
1856
1857 ;;
1858 esac
1859 fi
1860 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1861 if test -n "$PKG_CONFIG"; then
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1863 $as_echo "$PKG_CONFIG" >&6; }
1864 else
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1866 $as_echo "no" >&6; }
1867 fi
1868
1869
1870 fi
1871 if test -z "$ac_cv_path_PKG_CONFIG"; then
1872 ac_pt_PKG_CONFIG=$PKG_CONFIG
1873 # Extract the first word of "pkg-config", so it can be a program name with args.
1874 set dummy pkg-config; ac_word=$2
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1876 $as_echo_n "checking for $ac_word... " >&6; }
1877 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
1878 $as_echo_n "(cached) " >&6
1879 else
1880 case $ac_pt_PKG_CONFIG in
1881 [\\/]* | ?:[\\/]*)
1882 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
1883 ;;
1884 *)
1885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1886 for as_dir in $PATH
1887 do
1888 IFS=$as_save_IFS
1889 test -z "$as_dir" && as_dir=.
1890 for ac_exec_ext in '' $ac_executable_extensions; do
1891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1892 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1894 break 2
1895 fi
1896 done
1897 done
1898 IFS=$as_save_IFS
1899
1900 ;;
1901 esac
1902 fi
1903 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1904 if test -n "$ac_pt_PKG_CONFIG"; then
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1906 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
1907 else
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1909 $as_echo "no" >&6; }
1910 fi
1911
1912 if test "x$ac_pt_PKG_CONFIG" = x; then
1913 PKG_CONFIG=""
1914 else
1915 case $cross_compiling:$ac_tool_warned in
1916 yes:)
1917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1919 ac_tool_warned=yes ;;
1920 esac
1921 PKG_CONFIG=$ac_pt_PKG_CONFIG
1922 fi
1923 else
1924 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
1925 fi
1926
1927 fi
1928 if test -n "$PKG_CONFIG"; then
1929 _pkg_min_version=0.9.0
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1931 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1932 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1934 $as_echo "yes" >&6; }
1935 else
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1937 $as_echo "no" >&6; }
1938 PKG_CONFIG=""
1939 fi
1940 fi
1941 ac_ext=c
1942 ac_cpp='$CPP $CPPFLAGS'
1943 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1944 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1945 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1946 if test -n "$ac_tool_prefix"; then
1947 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1948 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1950 $as_echo_n "checking for $ac_word... " >&6; }
1951 if ${ac_cv_prog_CC+:} false; then :
1952 $as_echo_n "(cached) " >&6
1953 else
1954 if test -n "$CC"; then
1955 ac_cv_prog_CC="$CC" # Let the user override the test.
1956 else
1957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1958 for as_dir in $PATH
1959 do
1960 IFS=$as_save_IFS
1961 test -z "$as_dir" && as_dir=.
1962 for ac_exec_ext in '' $ac_executable_extensions; do
1963 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1964 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1966 break 2
1967 fi
1968 done
1969 done
1970 IFS=$as_save_IFS
1971
1972 fi
1973 fi
1974 CC=$ac_cv_prog_CC
1975 if test -n "$CC"; then
1976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
1977 $as_echo "$CC" >&6; }
1978 else
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1980 $as_echo "no" >&6; }
1981 fi
1982
1983
1984 fi
1985 if test -z "$ac_cv_prog_CC"; then
1986 ac_ct_CC=$CC
1987 # Extract the first word of "gcc", so it can be a program name with args.
1988 set dummy gcc; ac_word=$2
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1990 $as_echo_n "checking for $ac_word... " >&6; }
1991 if ${ac_cv_prog_ac_ct_CC+:} false; then :
1992 $as_echo_n "(cached) " >&6
1993 else
1994 if test -n "$ac_ct_CC"; then
1995 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1996 else
1997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1998 for as_dir in $PATH
1999 do
2000 IFS=$as_save_IFS
2001 test -z "$as_dir" && as_dir=.
2002 for ac_exec_ext in '' $ac_executable_extensions; do
2003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2004 ac_cv_prog_ac_ct_CC="gcc"
2005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2006 break 2
2007 fi
2008 done
2009 done
2010 IFS=$as_save_IFS
2011
2012 fi
2013 fi
2014 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2015 if test -n "$ac_ct_CC"; then
2016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2017 $as_echo "$ac_ct_CC" >&6; }
2018 else
2019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2020 $as_echo "no" >&6; }
2021 fi
2022
2023 if test "x$ac_ct_CC" = x; then
2024 CC=""
2025 else
2026 case $cross_compiling:$ac_tool_warned in
2027 yes:)
2028 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2029 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2030 ac_tool_warned=yes ;;
2031 esac
2032 CC=$ac_ct_CC
2033 fi
2034 else
2035 CC="$ac_cv_prog_CC"
2036 fi
2037
2038 if test -z "$CC"; then
2039 if test -n "$ac_tool_prefix"; then
2040 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2041 set dummy ${ac_tool_prefix}cc; ac_word=$2
2042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2043 $as_echo_n "checking for $ac_word... " >&6; }
2044 if ${ac_cv_prog_CC+:} false; then :
2045 $as_echo_n "(cached) " >&6
2046 else
2047 if test -n "$CC"; then
2048 ac_cv_prog_CC="$CC" # Let the user override the test.
2049 else
2050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2051 for as_dir in $PATH
2052 do
2053 IFS=$as_save_IFS
2054 test -z "$as_dir" && as_dir=.
2055 for ac_exec_ext in '' $ac_executable_extensions; do
2056 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2057 ac_cv_prog_CC="${ac_tool_prefix}cc"
2058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2059 break 2
2060 fi
2061 done
2062 done
2063 IFS=$as_save_IFS
2064
2065 fi
2066 fi
2067 CC=$ac_cv_prog_CC
2068 if test -n "$CC"; then
2069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2070 $as_echo "$CC" >&6; }
2071 else
2072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2073 $as_echo "no" >&6; }
2074 fi
2075
2076
2077 fi
2078 fi
2079 if test -z "$CC"; then
2080 # Extract the first word of "cc", so it can be a program name with args.
2081 set dummy cc; ac_word=$2
2082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2083 $as_echo_n "checking for $ac_word... " >&6; }
2084 if ${ac_cv_prog_CC+:} false; then :
2085 $as_echo_n "(cached) " >&6
2086 else
2087 if test -n "$CC"; then
2088 ac_cv_prog_CC="$CC" # Let the user override the test.
2089 else
2090 ac_prog_rejected=no
2091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2092 for as_dir in $PATH
2093 do
2094 IFS=$as_save_IFS
2095 test -z "$as_dir" && as_dir=.
2096 for ac_exec_ext in '' $ac_executable_extensions; do
2097 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2098 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2099 ac_prog_rejected=yes
2100 continue
2101 fi
2102 ac_cv_prog_CC="cc"
2103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2104 break 2
2105 fi
2106 done
2107 done
2108 IFS=$as_save_IFS
2109
2110 if test $ac_prog_rejected = yes; then
2111 # We found a bogon in the path, so make sure we never use it.
2112 set dummy $ac_cv_prog_CC
2113 shift
2114 if test $# != 0; then
2115 # We chose a different compiler from the bogus one.
2116 # However, it has the same basename, so the bogon will be chosen
2117 # first if we set CC to just the basename; use the full file name.
2118 shift
2119 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2120 fi
2121 fi
2122 fi
2123 fi
2124 CC=$ac_cv_prog_CC
2125 if test -n "$CC"; then
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2127 $as_echo "$CC" >&6; }
2128 else
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2130 $as_echo "no" >&6; }
2131 fi
2132
2133
2134 fi
2135 if test -z "$CC"; then
2136 if test -n "$ac_tool_prefix"; then
2137 for ac_prog in cl.exe
2138 do
2139 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2140 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2142 $as_echo_n "checking for $ac_word... " >&6; }
2143 if ${ac_cv_prog_CC+:} false; then :
2144 $as_echo_n "(cached) " >&6
2145 else
2146 if test -n "$CC"; then
2147 ac_cv_prog_CC="$CC" # Let the user override the test.
2148 else
2149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2150 for as_dir in $PATH
2151 do
2152 IFS=$as_save_IFS
2153 test -z "$as_dir" && as_dir=.
2154 for ac_exec_ext in '' $ac_executable_extensions; do
2155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2156 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2158 break 2
2159 fi
2160 done
2161 done
2162 IFS=$as_save_IFS
2163
2164 fi
2165 fi
2166 CC=$ac_cv_prog_CC
2167 if test -n "$CC"; then
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2169 $as_echo "$CC" >&6; }
2170 else
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2172 $as_echo "no" >&6; }
2173 fi
2174
2175
2176 test -n "$CC" && break
2177 done
2178 fi
2179 if test -z "$CC"; then
2180 ac_ct_CC=$CC
2181 for ac_prog in cl.exe
2182 do
2183 # Extract the first word of "$ac_prog", so it can be a program name with args.
2184 set dummy $ac_prog; ac_word=$2
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2186 $as_echo_n "checking for $ac_word... " >&6; }
2187 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2188 $as_echo_n "(cached) " >&6
2189 else
2190 if test -n "$ac_ct_CC"; then
2191 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2192 else
2193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2194 for as_dir in $PATH
2195 do
2196 IFS=$as_save_IFS
2197 test -z "$as_dir" && as_dir=.
2198 for ac_exec_ext in '' $ac_executable_extensions; do
2199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2200 ac_cv_prog_ac_ct_CC="$ac_prog"
2201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2202 break 2
2203 fi
2204 done
2205 done
2206 IFS=$as_save_IFS
2207
2208 fi
2209 fi
2210 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2211 if test -n "$ac_ct_CC"; then
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2213 $as_echo "$ac_ct_CC" >&6; }
2214 else
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2216 $as_echo "no" >&6; }
2217 fi
2218
2219
2220 test -n "$ac_ct_CC" && break
2221 done
2222
2223 if test "x$ac_ct_CC" = x; then
2224 CC=""
2225 else
2226 case $cross_compiling:$ac_tool_warned in
2227 yes:)
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2229 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2230 ac_tool_warned=yes ;;
2231 esac
2232 CC=$ac_ct_CC
2233 fi
2234 fi
2235
2236 fi
2237
2238
2239 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2240 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2241 as_fn_error $? "no acceptable C compiler found in \$PATH
2242 See \`config.log' for more details" "$LINENO" 5; }
2243
2244 # Provide some information about the compiler.
2245 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2246 set X $ac_compile
2247 ac_compiler=$2
2248 for ac_option in --version -v -V -qversion; do
2249 { { ac_try="$ac_compiler $ac_option >&5"
2250 case "(($ac_try" in
2251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2252 *) ac_try_echo=$ac_try;;
2253 esac
2254 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2255 $as_echo "$ac_try_echo"; } >&5
2256 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2257 ac_status=$?
2258 if test -s conftest.err; then
2259 sed '10a\
2260 ... rest of stderr output deleted ...
2261 10q' conftest.err >conftest.er1
2262 cat conftest.er1 >&5
2263 fi
2264 rm -f conftest.er1 conftest.err
2265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2266 test $ac_status = 0; }
2267 done
2268
2269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2270 /* end confdefs.h. */
2271
2272 int
2273 main ()
2274 {
2275
2276 ;
2277 return 0;
2278 }
2279 _ACEOF
2280 ac_clean_files_save=$ac_clean_files
2281 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2282 # Try to create an executable without -o first, disregard a.out.
2283 # It will help us diagnose broken compilers, and finding out an intuition
2284 # of exeext.
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2286 $as_echo_n "checking whether the C compiler works... " >&6; }
2287 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2288
2289 # The possible output files:
2290 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2291
2292 ac_rmfiles=
2293 for ac_file in $ac_files
2294 do
2295 case $ac_file in
2296 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2297 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2298 esac
2299 done
2300 rm -f $ac_rmfiles
2301
2302 if { { ac_try="$ac_link_default"
2303 case "(($ac_try" in
2304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2305 *) ac_try_echo=$ac_try;;
2306 esac
2307 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2308 $as_echo "$ac_try_echo"; } >&5
2309 (eval "$ac_link_default") 2>&5
2310 ac_status=$?
2311 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2312 test $ac_status = 0; }; then :
2313 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2314 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2315 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2316 # so that the user can short-circuit this test for compilers unknown to
2317 # Autoconf.
2318 for ac_file in $ac_files ''
2319 do
2320 test -f "$ac_file" || continue
2321 case $ac_file in
2322 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2323 ;;
2324 [ab].out )
2325 # We found the default executable, but exeext='' is most
2326 # certainly right.
2327 break;;
2328 *.* )
2329 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2330 then :; else
2331 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2332 fi
2333 # We set ac_cv_exeext here because the later test for it is not
2334 # safe: cross compilers may not add the suffix if given an `-o'
2335 # argument, so we may need to know it at that point already.
2336 # Even if this section looks crufty: it has the advantage of
2337 # actually working.
2338 break;;
2339 * )
2340 break;;
2341 esac
2342 done
2343 test "$ac_cv_exeext" = no && ac_cv_exeext=
2344
2345 else
2346 ac_file=''
2347 fi
2348 if test -z "$ac_file"; then :
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2350 $as_echo "no" >&6; }
2351 $as_echo "$as_me: failed program was:" >&5
2352 sed 's/^/| /' conftest.$ac_ext >&5
2353
2354 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2355 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2356 as_fn_error 77 "C compiler cannot create executables
2357 See \`config.log' for more details" "$LINENO" 5; }
2358 else
2359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2360 $as_echo "yes" >&6; }
2361 fi
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2363 $as_echo_n "checking for C compiler default output file name... " >&6; }
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2365 $as_echo "$ac_file" >&6; }
2366 ac_exeext=$ac_cv_exeext
2367
2368 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2369 ac_clean_files=$ac_clean_files_save
2370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2371 $as_echo_n "checking for suffix of executables... " >&6; }
2372 if { { ac_try="$ac_link"
2373 case "(($ac_try" in
2374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2375 *) ac_try_echo=$ac_try;;
2376 esac
2377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2378 $as_echo "$ac_try_echo"; } >&5
2379 (eval "$ac_link") 2>&5
2380 ac_status=$?
2381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2382 test $ac_status = 0; }; then :
2383 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2384 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2385 # work properly (i.e., refer to `conftest.exe'), while it won't with
2386 # `rm'.
2387 for ac_file in conftest.exe conftest conftest.*; do
2388 test -f "$ac_file" || continue
2389 case $ac_file in
2390 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2391 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2392 break;;
2393 * ) break;;
2394 esac
2395 done
2396 else
2397 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2398 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2399 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2400 See \`config.log' for more details" "$LINENO" 5; }
2401 fi
2402 rm -f conftest conftest$ac_cv_exeext
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2404 $as_echo "$ac_cv_exeext" >&6; }
2405
2406 rm -f conftest.$ac_ext
2407 EXEEXT=$ac_cv_exeext
2408 ac_exeext=$EXEEXT
2409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2410 /* end confdefs.h. */
2411 #include <stdio.h>
2412 int
2413 main ()
2414 {
2415 FILE *f = fopen ("conftest.out", "w");
2416 return ferror (f) || fclose (f) != 0;
2417
2418 ;
2419 return 0;
2420 }
2421 _ACEOF
2422 ac_clean_files="$ac_clean_files conftest.out"
2423 # Check that the compiler produces executables we can run. If not, either
2424 # the compiler is broken, or we cross compile.
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2426 $as_echo_n "checking whether we are cross compiling... " >&6; }
2427 if test "$cross_compiling" != yes; then
2428 { { ac_try="$ac_link"
2429 case "(($ac_try" in
2430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2431 *) ac_try_echo=$ac_try;;
2432 esac
2433 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2434 $as_echo "$ac_try_echo"; } >&5
2435 (eval "$ac_link") 2>&5
2436 ac_status=$?
2437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2438 test $ac_status = 0; }
2439 if { ac_try='./conftest$ac_cv_exeext'
2440 { { case "(($ac_try" in
2441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2442 *) ac_try_echo=$ac_try;;
2443 esac
2444 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2445 $as_echo "$ac_try_echo"; } >&5
2446 (eval "$ac_try") 2>&5
2447 ac_status=$?
2448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2449 test $ac_status = 0; }; }; then
2450 cross_compiling=no
2451 else
2452 if test "$cross_compiling" = maybe; then
2453 cross_compiling=yes
2454 else
2455 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2456 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2457 as_fn_error $? "cannot run C compiled programs.
2458 If you meant to cross compile, use \`--host'.
2459 See \`config.log' for more details" "$LINENO" 5; }
2460 fi
2461 fi
2462 fi
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2464 $as_echo "$cross_compiling" >&6; }
2465
2466 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2467 ac_clean_files=$ac_clean_files_save
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2469 $as_echo_n "checking for suffix of object files... " >&6; }
2470 if ${ac_cv_objext+:} false; then :
2471 $as_echo_n "(cached) " >&6
2472 else
2473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2474 /* end confdefs.h. */
2475
2476 int
2477 main ()
2478 {
2479
2480 ;
2481 return 0;
2482 }
2483 _ACEOF
2484 rm -f conftest.o conftest.obj
2485 if { { ac_try="$ac_compile"
2486 case "(($ac_try" in
2487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2488 *) ac_try_echo=$ac_try;;
2489 esac
2490 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2491 $as_echo "$ac_try_echo"; } >&5
2492 (eval "$ac_compile") 2>&5
2493 ac_status=$?
2494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2495 test $ac_status = 0; }; then :
2496 for ac_file in conftest.o conftest.obj conftest.*; do
2497 test -f "$ac_file" || continue;
2498 case $ac_file in
2499 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2500 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2501 break;;
2502 esac
2503 done
2504 else
2505 $as_echo "$as_me: failed program was:" >&5
2506 sed 's/^/| /' conftest.$ac_ext >&5
2507
2508 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2509 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2510 as_fn_error $? "cannot compute suffix of object files: cannot compile
2511 See \`config.log' for more details" "$LINENO" 5; }
2512 fi
2513 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2514 fi
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2516 $as_echo "$ac_cv_objext" >&6; }
2517 OBJEXT=$ac_cv_objext
2518 ac_objext=$OBJEXT
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2520 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2521 if ${ac_cv_c_compiler_gnu+:} false; then :
2522 $as_echo_n "(cached) " >&6
2523 else
2524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2525 /* end confdefs.h. */
2526
2527 int
2528 main ()
2529 {
2530 #ifndef __GNUC__
2531 choke me
2532 #endif
2533
2534 ;
2535 return 0;
2536 }
2537 _ACEOF
2538 if ac_fn_c_try_compile "$LINENO"; then :
2539 ac_compiler_gnu=yes
2540 else
2541 ac_compiler_gnu=no
2542 fi
2543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2544 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2545
2546 fi
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2548 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2549 if test $ac_compiler_gnu = yes; then
2550 GCC=yes
2551 else
2552 GCC=
2553 fi
2554 ac_test_CFLAGS=${CFLAGS+set}
2555 ac_save_CFLAGS=$CFLAGS
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2557 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2558 if ${ac_cv_prog_cc_g+:} false; then :
2559 $as_echo_n "(cached) " >&6
2560 else
2561 ac_save_c_werror_flag=$ac_c_werror_flag
2562 ac_c_werror_flag=yes
2563 ac_cv_prog_cc_g=no
2564 CFLAGS="-g"
2565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2566 /* end confdefs.h. */
2567
2568 int
2569 main ()
2570 {
2571
2572 ;
2573 return 0;
2574 }
2575 _ACEOF
2576 if ac_fn_c_try_compile "$LINENO"; then :
2577 ac_cv_prog_cc_g=yes
2578 else
2579 CFLAGS=""
2580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2581 /* end confdefs.h. */
2582
2583 int
2584 main ()
2585 {
2586
2587 ;
2588 return 0;
2589 }
2590 _ACEOF
2591 if ac_fn_c_try_compile "$LINENO"; then :
2592
2593 else
2594 ac_c_werror_flag=$ac_save_c_werror_flag
2595 CFLAGS="-g"
2596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2597 /* end confdefs.h. */
2598
2599 int
2600 main ()
2601 {
2602
2603 ;
2604 return 0;
2605 }
2606 _ACEOF
2607 if ac_fn_c_try_compile "$LINENO"; then :
2608 ac_cv_prog_cc_g=yes
2609 fi
2610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2611 fi
2612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2613 fi
2614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2615 ac_c_werror_flag=$ac_save_c_werror_flag
2616 fi
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2618 $as_echo "$ac_cv_prog_cc_g" >&6; }
2619 if test "$ac_test_CFLAGS" = set; then
2620 CFLAGS=$ac_save_CFLAGS
2621 elif test $ac_cv_prog_cc_g = yes; then
2622 if test "$GCC" = yes; then
2623 CFLAGS="-g -O2"
2624 else
2625 CFLAGS="-g"
2626 fi
2627 else
2628 if test "$GCC" = yes; then
2629 CFLAGS="-O2"
2630 else
2631 CFLAGS=
2632 fi
2633 fi
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2635 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2636 if ${ac_cv_prog_cc_c89+:} false; then :
2637 $as_echo_n "(cached) " >&6
2638 else
2639 ac_cv_prog_cc_c89=no
2640 ac_save_CC=$CC
2641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2642 /* end confdefs.h. */
2643 #include <stdarg.h>
2644 #include <stdio.h>
2645 struct stat;
2646 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2647 struct buf { int x; };
2648 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2649 static char *e (p, i)
2650 char **p;
2651 int i;
2652 {
2653 return p[i];
2654 }
2655 static char *f (char * (*g) (char **, int), char **p, ...)
2656 {
2657 char *s;
2658 va_list v;
2659 va_start (v,p);
2660 s = g (p, va_arg (v,int));
2661 va_end (v);
2662 return s;
2663 }
2664
2665 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2666 function prototypes and stuff, but not '\xHH' hex character constants.
2667 These don't provoke an error unfortunately, instead are silently treated
2668 as 'x'. The following induces an error, until -std is added to get
2669 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2670 array size at least. It's necessary to write '\x00'==0 to get something
2671 that's true only with -std. */
2672 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2673
2674 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2675 inside strings and character constants. */
2676 #define FOO(x) 'x'
2677 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2678
2679 int test (int i, double x);
2680 struct s1 {int (*f) (int a);};
2681 struct s2 {int (*f) (double a);};
2682 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2683 int argc;
2684 char **argv;
2685 int
2686 main ()
2687 {
2688 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2689 ;
2690 return 0;
2691 }
2692 _ACEOF
2693 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2694 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2695 do
2696 CC="$ac_save_CC $ac_arg"
2697 if ac_fn_c_try_compile "$LINENO"; then :
2698 ac_cv_prog_cc_c89=$ac_arg
2699 fi
2700 rm -f core conftest.err conftest.$ac_objext
2701 test "x$ac_cv_prog_cc_c89" != "xno" && break
2702 done
2703 rm -f conftest.$ac_ext
2704 CC=$ac_save_CC
2705
2706 fi
2707 # AC_CACHE_VAL
2708 case "x$ac_cv_prog_cc_c89" in
2709 x)
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2711 $as_echo "none needed" >&6; } ;;
2712 xno)
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2714 $as_echo "unsupported" >&6; } ;;
2715 *)
2716 CC="$CC $ac_cv_prog_cc_c89"
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
2718 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
2719 esac
2720 if test "x$ac_cv_prog_cc_c89" != xno; then :
2721
2722 fi
2723
2724 ac_ext=c
2725 ac_cpp='$CPP $CPPFLAGS'
2726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2729
2730
2731
2732 pkg_failed=no
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl" >&5
2734 $as_echo_n "checking for sdl... " >&6; }
2735
2736 if test -n "$SDL_CFLAGS"; then
2737 pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
2738 elif test -n "$PKG_CONFIG"; then
2739 if test -n "$PKG_CONFIG" && \
2740 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
2741 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
2742 ac_status=$?
2743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2744 test $ac_status = 0; }; then
2745 pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
2746 test "x$?" != "x0" && pkg_failed=yes
2747 else
2748 pkg_failed=yes
2749 fi
2750 else
2751 pkg_failed=untried
2752 fi
2753 if test -n "$SDL_LIBS"; then
2754 pkg_cv_SDL_LIBS="$SDL_LIBS"
2755 elif test -n "$PKG_CONFIG"; then
2756 if test -n "$PKG_CONFIG" && \
2757 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
2758 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
2759 ac_status=$?
2760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2761 test $ac_status = 0; }; then
2762 pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null`
2763 test "x$?" != "x0" && pkg_failed=yes
2764 else
2765 pkg_failed=yes
2766 fi
2767 else
2768 pkg_failed=untried
2769 fi
2770
2771 if test $pkg_failed = no; then
2772 pkg_save_LDFLAGS="$LDFLAGS"
2773 LDFLAGS="$LDFLAGS $pkg_cv_SDL_LIBS"
2774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2775 /* end confdefs.h. */
2776
2777 int
2778 main ()
2779 {
2780
2781 ;
2782 return 0;
2783 }
2784 _ACEOF
2785 if ac_fn_c_try_link "$LINENO"; then :
2786
2787 else
2788 pkg_failed=yes
2789 fi
2790 rm -f core conftest.err conftest.$ac_objext \
2791 conftest$ac_exeext conftest.$ac_ext
2792 LDFLAGS=$pkg_save_LDFLAGS
2793 fi
2794
2795
2796
2797 if test $pkg_failed = yes; then
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2799 $as_echo "no" >&6; }
2800
2801 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2802 _pkg_short_errors_supported=yes
2803 else
2804 _pkg_short_errors_supported=no
2805 fi
2806 if test $_pkg_short_errors_supported = yes; then
2807 SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl" 2>&1`
2808 else
2809 SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl" 2>&1`
2810 fi
2811 # Put the nasty error message in config.log where it belongs
2812 echo "$SDL_PKG_ERRORS" >&5
2813
2814 :
2815 elif test $pkg_failed = untried; then
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2817 $as_echo "no" >&6; }
2818 :
2819 else
2820 SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
2821 SDL_LIBS=$pkg_cv_SDL_LIBS
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2823 $as_echo "yes" >&6; }
2824
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
2826 $as_echo_n "checking for dlopen in -ldl... " >&6; }
2827 if ${ac_cv_lib_dl_dlopen+:} false; then :
2828 $as_echo_n "(cached) " >&6
2829 else
2830 ac_check_lib_save_LIBS=$LIBS
2831 LIBS="-ldl $LIBS"
2832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2833 /* end confdefs.h. */
2834
2835 /* Override any GCC internal prototype to avoid an error.
2836 Use char because int might match the return type of a GCC
2837 builtin and then its argument prototype would still apply. */
2838 #ifdef __cplusplus
2839 extern "C"
2840 #endif
2841 char dlopen ();
2842 int
2843 main ()
2844 {
2845 return dlopen ();
2846 ;
2847 return 0;
2848 }
2849 _ACEOF
2850 if ac_fn_c_try_link "$LINENO"; then :
2851 ac_cv_lib_dl_dlopen=yes
2852 else
2853 ac_cv_lib_dl_dlopen=no
2854 fi
2855 rm -f core conftest.err conftest.$ac_objext \
2856 conftest$ac_exeext conftest.$ac_ext
2857 LIBS=$ac_check_lib_save_LIBS
2858 fi
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
2860 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
2861 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
2862
2863 SDL_CFLAGS="${SDL_CFLAGS} -DHAVE_SDL"
2864 SDL_LIBS="-ldl"
2865
2866 else
2867 SDL_CFLAGS= SDL_LIBS=
2868 fi
2869
2870
2871 fi
2872
2873
2874
2875 cgen_breaks=""
2876 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
2877 cgen_breaks="break cgen_rtx_error";
2878 fi
2879
2880 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
2881
2882 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
2883
2884 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
2885
2886 ac_config_commands="$ac_config_commands Makefile"
2887
2888 ac_config_commands="$ac_config_commands stamp-h"
2889
2890
2891
2892
2893
2894
2895
2896
2897 cat >confcache <<\_ACEOF
2898 # This file is a shell script that caches the results of configure
2899 # tests run on this system so they can be shared between configure
2900 # scripts and configure runs, see configure's option --config-cache.
2901 # It is not useful on other systems. If it contains results you don't
2902 # want to keep, you may remove or edit it.
2903 #
2904 # config.status only pays attention to the cache file if you give it
2905 # the --recheck option to rerun configure.
2906 #
2907 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2908 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2909 # following values.
2910
2911 _ACEOF
2912
2913 # The following way of writing the cache mishandles newlines in values,
2914 # but we know of no workaround that is simple, portable, and efficient.
2915 # So, we kill variables containing newlines.
2916 # Ultrix sh set writes to stderr and can't be redirected directly,
2917 # and sets the high bit in the cache file unless we assign to the vars.
2918 (
2919 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2920 eval ac_val=\$$ac_var
2921 case $ac_val in #(
2922 *${as_nl}*)
2923 case $ac_var in #(
2924 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2925 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2926 esac
2927 case $ac_var in #(
2928 _ | IFS | as_nl) ;; #(
2929 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2930 *) { eval $ac_var=; unset $ac_var;} ;;
2931 esac ;;
2932 esac
2933 done
2934
2935 (set) 2>&1 |
2936 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2937 *${as_nl}ac_space=\ *)
2938 # `set' does not quote correctly, so add quotes: double-quote
2939 # substitution turns \\\\ into \\, and sed turns \\ into \.
2940 sed -n \
2941 "s/'/'\\\\''/g;
2942 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2943 ;; #(
2944 *)
2945 # `set' quotes correctly as required by POSIX, so do not add quotes.
2946 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2947 ;;
2948 esac |
2949 sort
2950 ) |
2951 sed '
2952 /^ac_cv_env_/b end
2953 t clear
2954 :clear
2955 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2956 t end
2957 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2958 :end' >>confcache
2959 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2960 if test -w "$cache_file"; then
2961 if test "x$cache_file" != "x/dev/null"; then
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
2963 $as_echo "$as_me: updating cache $cache_file" >&6;}
2964 if test ! -f "$cache_file" || test -h "$cache_file"; then
2965 cat confcache >"$cache_file"
2966 else
2967 case $cache_file in #(
2968 */* | ?:*)
2969 mv -f confcache "$cache_file"$$ &&
2970 mv -f "$cache_file"$$ "$cache_file" ;; #(
2971 *)
2972 mv -f confcache "$cache_file" ;;
2973 esac
2974 fi
2975 fi
2976 else
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
2978 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2979 fi
2980 fi
2981 rm -f confcache
2982
2983 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2984 # Let make expand exec_prefix.
2985 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2986
2987 # Transform confdefs.h into DEFS.
2988 # Protect against shell expansion while executing Makefile rules.
2989 # Protect against Makefile macro expansion.
2990 #
2991 # If the first sed substitution is executed (which looks for macros that
2992 # take arguments), then branch to the quote section. Otherwise,
2993 # look for a macro that doesn't take arguments.
2994 ac_script='
2995 :mline
2996 /\\$/{
2997 N
2998 s,\\\n,,
2999 b mline
3000 }
3001 t clear
3002 :clear
3003 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3004 t quote
3005 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3006 t quote
3007 b any
3008 :quote
3009 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3010 s/\[/\\&/g
3011 s/\]/\\&/g
3012 s/\$/$$/g
3013 H
3014 :any
3015 ${
3016 g
3017 s/^\n//
3018 s/\n/ /g
3019 p
3020 }
3021 '
3022 DEFS=`sed -n "$ac_script" confdefs.h`
3023
3024
3025 ac_libobjs=
3026 ac_ltlibobjs=
3027 U=
3028 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3029 # 1. Remove the extension, and $U if already installed.
3030 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3031 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3032 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3033 # will be set to the directory where LIBOBJS objects are built.
3034 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3035 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3036 done
3037 LIBOBJS=$ac_libobjs
3038
3039 LTLIBOBJS=$ac_ltlibobjs
3040
3041
3042
3043 : "${CONFIG_STATUS=./config.status}"
3044 ac_write_fail=0
3045 ac_clean_files_save=$ac_clean_files
3046 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3048 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3049 as_write_fail=0
3050 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3051 #! $SHELL
3052 # Generated by $as_me.
3053 # Run this file to recreate the current configuration.
3054 # Compiler output produced by configure, useful for debugging
3055 # configure, is in config.log if it exists.
3056
3057 debug=false
3058 ac_cs_recheck=false
3059 ac_cs_silent=false
3060
3061 SHELL=\${CONFIG_SHELL-$SHELL}
3062 export SHELL
3063 _ASEOF
3064 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3065 ## -------------------- ##
3066 ## M4sh Initialization. ##
3067 ## -------------------- ##
3068
3069 # Be more Bourne compatible
3070 DUALCASE=1; export DUALCASE # for MKS sh
3071 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3072 emulate sh
3073 NULLCMD=:
3074 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3075 # is contrary to our usage. Disable this feature.
3076 alias -g '${1+"$@"}'='"$@"'
3077 setopt NO_GLOB_SUBST
3078 else
3079 case `(set -o) 2>/dev/null` in #(
3080 *posix*) :
3081 set -o posix ;; #(
3082 *) :
3083 ;;
3084 esac
3085 fi
3086
3087
3088 as_nl='
3089 '
3090 export as_nl
3091 # Printing a long string crashes Solaris 7 /usr/bin/printf.
3092 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3093 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3094 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3095 # Prefer a ksh shell builtin over an external printf program on Solaris,
3096 # but without wasting forks for bash or zsh.
3097 if test -z "$BASH_VERSION$ZSH_VERSION" \
3098 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3099 as_echo='print -r --'
3100 as_echo_n='print -rn --'
3101 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3102 as_echo='printf %s\n'
3103 as_echo_n='printf %s'
3104 else
3105 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3106 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3107 as_echo_n='/usr/ucb/echo -n'
3108 else
3109 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3110 as_echo_n_body='eval
3111 arg=$1;
3112 case $arg in #(
3113 *"$as_nl"*)
3114 expr "X$arg" : "X\\(.*\\)$as_nl";
3115 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3116 esac;
3117 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3118 '
3119 export as_echo_n_body
3120 as_echo_n='sh -c $as_echo_n_body as_echo'
3121 fi
3122 export as_echo_body
3123 as_echo='sh -c $as_echo_body as_echo'
3124 fi
3125
3126 # The user is always right.
3127 if test "${PATH_SEPARATOR+set}" != set; then
3128 PATH_SEPARATOR=:
3129 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3130 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3131 PATH_SEPARATOR=';'
3132 }
3133 fi
3134
3135
3136 # IFS
3137 # We need space, tab and new line, in precisely that order. Quoting is
3138 # there to prevent editors from complaining about space-tab.
3139 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3140 # splitting by setting IFS to empty value.)
3141 IFS=" "" $as_nl"
3142
3143 # Find who we are. Look in the path if we contain no directory separator.
3144 as_myself=
3145 case $0 in #((
3146 *[\\/]* ) as_myself=$0 ;;
3147 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3148 for as_dir in $PATH
3149 do
3150 IFS=$as_save_IFS
3151 test -z "$as_dir" && as_dir=.
3152 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3153 done
3154 IFS=$as_save_IFS
3155
3156 ;;
3157 esac
3158 # We did not find ourselves, most probably we were run as `sh COMMAND'
3159 # in which case we are not to be found in the path.
3160 if test "x$as_myself" = x; then
3161 as_myself=$0
3162 fi
3163 if test ! -f "$as_myself"; then
3164 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3165 exit 1
3166 fi
3167
3168 # Unset variables that we do not need and which cause bugs (e.g. in
3169 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
3170 # suppresses any "Segmentation fault" message there. '((' could
3171 # trigger a bug in pdksh 5.2.14.
3172 for as_var in BASH_ENV ENV MAIL MAILPATH
3173 do eval test x\${$as_var+set} = xset \
3174 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3175 done
3176 PS1='$ '
3177 PS2='> '
3178 PS4='+ '
3179
3180 # NLS nuisances.
3181 LC_ALL=C
3182 export LC_ALL
3183 LANGUAGE=C
3184 export LANGUAGE
3185
3186 # CDPATH.
3187 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3188
3189
3190 # as_fn_error STATUS ERROR [LINENO LOG_FD]
3191 # ----------------------------------------
3192 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3193 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3194 # script with STATUS, using 1 if that was 0.
3195 as_fn_error ()
3196 {
3197 as_status=$1; test $as_status -eq 0 && as_status=1
3198 if test "$4"; then
3199 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3200 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3201 fi
3202 $as_echo "$as_me: error: $2" >&2
3203 as_fn_exit $as_status
3204 } # as_fn_error
3205
3206
3207 # as_fn_set_status STATUS
3208 # -----------------------
3209 # Set $? to STATUS, without forking.
3210 as_fn_set_status ()
3211 {
3212 return $1
3213 } # as_fn_set_status
3214
3215 # as_fn_exit STATUS
3216 # -----------------
3217 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3218 as_fn_exit ()
3219 {
3220 set +e
3221 as_fn_set_status $1
3222 exit $1
3223 } # as_fn_exit
3224
3225 # as_fn_unset VAR
3226 # ---------------
3227 # Portably unset VAR.
3228 as_fn_unset ()
3229 {
3230 { eval $1=; unset $1;}
3231 }
3232 as_unset=as_fn_unset
3233 # as_fn_append VAR VALUE
3234 # ----------------------
3235 # Append the text in VALUE to the end of the definition contained in VAR. Take
3236 # advantage of any shell optimizations that allow amortized linear growth over
3237 # repeated appends, instead of the typical quadratic growth present in naive
3238 # implementations.
3239 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3240 eval 'as_fn_append ()
3241 {
3242 eval $1+=\$2
3243 }'
3244 else
3245 as_fn_append ()
3246 {
3247 eval $1=\$$1\$2
3248 }
3249 fi # as_fn_append
3250
3251 # as_fn_arith ARG...
3252 # ------------------
3253 # Perform arithmetic evaluation on the ARGs, and store the result in the
3254 # global $as_val. Take advantage of shells that can avoid forks. The arguments
3255 # must be portable across $(()) and expr.
3256 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3257 eval 'as_fn_arith ()
3258 {
3259 as_val=$(( $* ))
3260 }'
3261 else
3262 as_fn_arith ()
3263 {
3264 as_val=`expr "$@" || test $? -eq 1`
3265 }
3266 fi # as_fn_arith
3267
3268
3269 if expr a : '\(a\)' >/dev/null 2>&1 &&
3270 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3271 as_expr=expr
3272 else
3273 as_expr=false
3274 fi
3275
3276 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3277 as_basename=basename
3278 else
3279 as_basename=false
3280 fi
3281
3282 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3283 as_dirname=dirname
3284 else
3285 as_dirname=false
3286 fi
3287
3288 as_me=`$as_basename -- "$0" ||
3289 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3290 X"$0" : 'X\(//\)$' \| \
3291 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3292 $as_echo X/"$0" |
3293 sed '/^.*\/\([^/][^/]*\)\/*$/{
3294 s//\1/
3295 q
3296 }
3297 /^X\/\(\/\/\)$/{
3298 s//\1/
3299 q
3300 }
3301 /^X\/\(\/\).*/{
3302 s//\1/
3303 q
3304 }
3305 s/.*/./; q'`
3306
3307 # Avoid depending upon Character Ranges.
3308 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3309 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3310 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3311 as_cr_digits='0123456789'
3312 as_cr_alnum=$as_cr_Letters$as_cr_digits
3313
3314 ECHO_C= ECHO_N= ECHO_T=
3315 case `echo -n x` in #(((((
3316 -n*)
3317 case `echo 'xy\c'` in
3318 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3319 xy) ECHO_C='\c';;
3320 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
3321 ECHO_T=' ';;
3322 esac;;
3323 *)
3324 ECHO_N='-n';;
3325 esac
3326
3327 rm -f conf$$ conf$$.exe conf$$.file
3328 if test -d conf$$.dir; then
3329 rm -f conf$$.dir/conf$$.file
3330 else
3331 rm -f conf$$.dir
3332 mkdir conf$$.dir 2>/dev/null
3333 fi
3334 if (echo >conf$$.file) 2>/dev/null; then
3335 if ln -s conf$$.file conf$$ 2>/dev/null; then
3336 as_ln_s='ln -s'
3337 # ... but there are two gotchas:
3338 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3339 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3340 # In both cases, we have to default to `cp -pR'.
3341 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3342 as_ln_s='cp -pR'
3343 elif ln conf$$.file conf$$ 2>/dev/null; then
3344 as_ln_s=ln
3345 else
3346 as_ln_s='cp -pR'
3347 fi
3348 else
3349 as_ln_s='cp -pR'
3350 fi
3351 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3352 rmdir conf$$.dir 2>/dev/null
3353
3354
3355 # as_fn_mkdir_p
3356 # -------------
3357 # Create "$as_dir" as a directory, including parents if necessary.
3358 as_fn_mkdir_p ()
3359 {
3360
3361 case $as_dir in #(
3362 -*) as_dir=./$as_dir;;
3363 esac
3364 test -d "$as_dir" || eval $as_mkdir_p || {
3365 as_dirs=
3366 while :; do
3367 case $as_dir in #(
3368 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3369 *) as_qdir=$as_dir;;
3370 esac
3371 as_dirs="'$as_qdir' $as_dirs"
3372 as_dir=`$as_dirname -- "$as_dir" ||
3373 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3374 X"$as_dir" : 'X\(//\)[^/]' \| \
3375 X"$as_dir" : 'X\(//\)$' \| \
3376 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3377 $as_echo X"$as_dir" |
3378 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3379 s//\1/
3380 q
3381 }
3382 /^X\(\/\/\)[^/].*/{
3383 s//\1/
3384 q
3385 }
3386 /^X\(\/\/\)$/{
3387 s//\1/
3388 q
3389 }
3390 /^X\(\/\).*/{
3391 s//\1/
3392 q
3393 }
3394 s/.*/./; q'`
3395 test -d "$as_dir" && break
3396 done
3397 test -z "$as_dirs" || eval "mkdir $as_dirs"
3398 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3399
3400
3401 } # as_fn_mkdir_p
3402 if mkdir -p . 2>/dev/null; then
3403 as_mkdir_p='mkdir -p "$as_dir"'
3404 else
3405 test -d ./-p && rmdir ./-p
3406 as_mkdir_p=false
3407 fi
3408
3409
3410 # as_fn_executable_p FILE
3411 # -----------------------
3412 # Test if FILE is an executable regular file.
3413 as_fn_executable_p ()
3414 {
3415 test -f "$1" && test -x "$1"
3416 } # as_fn_executable_p
3417 as_test_x='test -x'
3418 as_executable_p=as_fn_executable_p
3419
3420 # Sed expression to map a string onto a valid CPP name.
3421 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3422
3423 # Sed expression to map a string onto a valid variable name.
3424 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3425
3426
3427 exec 6>&1
3428 ## ----------------------------------- ##
3429 ## Main body of $CONFIG_STATUS script. ##
3430 ## ----------------------------------- ##
3431 _ASEOF
3432 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3433
3434 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3435 # Save the log message, to keep $0 and so on meaningful, and to
3436 # report actual input values of CONFIG_FILES etc. instead of their
3437 # values after options handling.
3438 ac_log="
3439 This file was extended by $as_me, which was
3440 generated by GNU Autoconf 2.69. Invocation command line was
3441
3442 CONFIG_FILES = $CONFIG_FILES
3443 CONFIG_HEADERS = $CONFIG_HEADERS
3444 CONFIG_LINKS = $CONFIG_LINKS
3445 CONFIG_COMMANDS = $CONFIG_COMMANDS
3446 $ $0 $@
3447
3448 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3449 "
3450
3451 _ACEOF
3452
3453 case $ac_config_files in *"
3454 "*) set x $ac_config_files; shift; ac_config_files=$*;;
3455 esac
3456
3457
3458
3459 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3460 # Files that config.status was made for.
3461 config_files="$ac_config_files"
3462 config_commands="$ac_config_commands"
3463
3464 _ACEOF
3465
3466 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3467 ac_cs_usage="\
3468 \`$as_me' instantiates files and other configuration actions
3469 from templates according to the current configuration. Unless the files
3470 and actions are specified as TAGs, all are instantiated by default.
3471
3472 Usage: $0 [OPTION]... [TAG]...
3473
3474 -h, --help print this help, then exit
3475 -V, --version print version number and configuration settings, then exit
3476 --config print configuration, then exit
3477 -q, --quiet, --silent
3478 do not print progress messages
3479 -d, --debug don't remove temporary files
3480 --recheck update $as_me by reconfiguring in the same conditions
3481 --file=FILE[:TEMPLATE]
3482 instantiate the configuration file FILE
3483
3484 Configuration files:
3485 $config_files
3486
3487 Configuration commands:
3488 $config_commands
3489
3490 Report bugs to the package provider."
3491
3492 _ACEOF
3493 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3494 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3495 ac_cs_version="\\
3496 config.status
3497 configured by $0, generated by GNU Autoconf 2.69,
3498 with options \\"\$ac_cs_config\\"
3499
3500 Copyright (C) 2012 Free Software Foundation, Inc.
3501 This config.status script is free software; the Free Software Foundation
3502 gives unlimited permission to copy, distribute and modify it."
3503
3504 ac_pwd='$ac_pwd'
3505 srcdir='$srcdir'
3506 test -n "\$AWK" || AWK=awk
3507 _ACEOF
3508
3509 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3510 # The default lists apply if the user does not specify any file.
3511 ac_need_defaults=:
3512 while test $# != 0
3513 do
3514 case $1 in
3515 --*=?*)
3516 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3517 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3518 ac_shift=:
3519 ;;
3520 --*=)
3521 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3522 ac_optarg=
3523 ac_shift=:
3524 ;;
3525 *)
3526 ac_option=$1
3527 ac_optarg=$2
3528 ac_shift=shift
3529 ;;
3530 esac
3531
3532 case $ac_option in
3533 # Handling of the options.
3534 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3535 ac_cs_recheck=: ;;
3536 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3537 $as_echo "$ac_cs_version"; exit ;;
3538 --config | --confi | --conf | --con | --co | --c )
3539 $as_echo "$ac_cs_config"; exit ;;
3540 --debug | --debu | --deb | --de | --d | -d )
3541 debug=: ;;
3542 --file | --fil | --fi | --f )
3543 $ac_shift
3544 case $ac_optarg in
3545 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3546 '') as_fn_error $? "missing file argument" ;;
3547 esac
3548 as_fn_append CONFIG_FILES " '$ac_optarg'"
3549 ac_need_defaults=false;;
3550 --he | --h | --help | --hel | -h )
3551 $as_echo "$ac_cs_usage"; exit ;;
3552 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3553 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3554 ac_cs_silent=: ;;
3555
3556 # This is an error.
3557 -*) as_fn_error $? "unrecognized option: \`$1'
3558 Try \`$0 --help' for more information." ;;
3559
3560 *) as_fn_append ac_config_targets " $1"
3561 ac_need_defaults=false ;;
3562
3563 esac
3564 shift
3565 done
3566
3567 ac_configure_extra_args=
3568
3569 if $ac_cs_silent; then
3570 exec 6>/dev/null
3571 ac_configure_extra_args="$ac_configure_extra_args --silent"
3572 fi
3573
3574 _ACEOF
3575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3576 if \$ac_cs_recheck; then
3577 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3578 shift
3579 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3580 CONFIG_SHELL='$SHELL'
3581 export CONFIG_SHELL
3582 exec "\$@"
3583 fi
3584
3585 _ACEOF
3586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3587 exec 5>>config.log
3588 {
3589 echo
3590 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3591 ## Running $as_me. ##
3592 _ASBOX
3593 $as_echo "$ac_log"
3594 } >&5
3595
3596 _ACEOF
3597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3598 _ACEOF
3599
3600 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3601
3602 # Handling of arguments.
3603 for ac_config_target in $ac_config_targets
3604 do
3605 case $ac_config_target in
3606 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
3607 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
3608 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
3609 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
3610 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
3611
3612 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3613 esac
3614 done
3615
3616
3617 # If the user did not use the arguments to specify the items to instantiate,
3618 # then the envvar interface is used. Set only those that are not.
3619 # We use the long form for the default assignment because of an extremely
3620 # bizarre bug on SunOS 4.1.3.
3621 if $ac_need_defaults; then
3622 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3623 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3624 fi
3625
3626 # Have a temporary directory for convenience. Make it in the build tree
3627 # simply because there is no reason against having it here, and in addition,
3628 # creating and moving files from /tmp can sometimes cause problems.
3629 # Hook for its removal unless debugging.
3630 # Note that there is a small window in which the directory will not be cleaned:
3631 # after its creation but before its name has been assigned to `$tmp'.
3632 $debug ||
3633 {
3634 tmp= ac_tmp=
3635 trap 'exit_status=$?
3636 : "${ac_tmp:=$tmp}"
3637 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3638 ' 0
3639 trap 'as_fn_exit 1' 1 2 13 15
3640 }
3641 # Create a (secure) tmp directory for tmp files.
3642
3643 {
3644 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3645 test -d "$tmp"
3646 } ||
3647 {
3648 tmp=./conf$$-$RANDOM
3649 (umask 077 && mkdir "$tmp")
3650 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3651 ac_tmp=$tmp
3652
3653 # Set up the scripts for CONFIG_FILES section.
3654 # No need to generate them if there are no CONFIG_FILES.
3655 # This happens for instance with `./config.status config.h'.
3656 if test -n "$CONFIG_FILES"; then
3657
3658
3659 ac_cr=`echo X | tr X '\015'`
3660 # On cygwin, bash can eat \r inside `` if the user requested igncr.
3661 # But we know of no other shell where ac_cr would be empty at this
3662 # point, so we can use a bashism as a fallback.
3663 if test "x$ac_cr" = x; then
3664 eval ac_cr=\$\'\\r\'
3665 fi
3666 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3667 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3668 ac_cs_awk_cr='\\r'
3669 else
3670 ac_cs_awk_cr=$ac_cr
3671 fi
3672
3673 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3674 _ACEOF
3675
3676
3677 {
3678 echo "cat >conf$$subs.awk <<_ACEOF" &&
3679 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3680 echo "_ACEOF"
3681 } >conf$$subs.sh ||
3682 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3683 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3684 ac_delim='%!_!# '
3685 for ac_last_try in false false false false false :; do
3686 . ./conf$$subs.sh ||
3687 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3688
3689 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3690 if test $ac_delim_n = $ac_delim_num; then
3691 break
3692 elif $ac_last_try; then
3693 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3694 else
3695 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3696 fi
3697 done
3698 rm -f conf$$subs.sh
3699
3700 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3701 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3702 _ACEOF
3703 sed -n '
3704 h
3705 s/^/S["/; s/!.*/"]=/
3706 p
3707 g
3708 s/^[^!]*!//
3709 :repl
3710 t repl
3711 s/'"$ac_delim"'$//
3712 t delim
3713 :nl
3714 h
3715 s/\(.\{148\}\)..*/\1/
3716 t more1
3717 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3718 p
3719 n
3720 b repl
3721 :more1
3722 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3723 p
3724 g
3725 s/.\{148\}//
3726 t nl
3727 :delim
3728 h
3729 s/\(.\{148\}\)..*/\1/
3730 t more2
3731 s/["\\]/\\&/g; s/^/"/; s/$/"/
3732 p
3733 b
3734 :more2
3735 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3736 p
3737 g
3738 s/.\{148\}//
3739 t delim
3740 ' <conf$$subs.awk | sed '
3741 /^[^""]/{
3742 N
3743 s/\n//
3744 }
3745 ' >>$CONFIG_STATUS || ac_write_fail=1
3746 rm -f conf$$subs.awk
3747 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3748 _ACAWK
3749 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3750 for (key in S) S_is_set[key] = 1
3751 FS = "\a"
3752
3753 }
3754 {
3755 line = $ 0
3756 nfields = split(line, field, "@")
3757 substed = 0
3758 len = length(field[1])
3759 for (i = 2; i < nfields; i++) {
3760 key = field[i]
3761 keylen = length(key)
3762 if (S_is_set[key]) {
3763 value = S[key]
3764 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3765 len += length(value) + length(field[++i])
3766 substed = 1
3767 } else
3768 len += 1 + keylen
3769 }
3770
3771 print line
3772 }
3773
3774 _ACAWK
3775 _ACEOF
3776 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3777 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3778 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3779 else
3780 cat
3781 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3782 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3783 _ACEOF
3784
3785 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3786 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3787 # trailing colons and then remove the whole line if VPATH becomes empty
3788 # (actually we leave an empty line to preserve line numbers).
3789 if test "x$srcdir" = x.; then
3790 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
3791 h
3792 s///
3793 s/^/:/
3794 s/[ ]*$/:/
3795 s/:\$(srcdir):/:/g
3796 s/:\${srcdir}:/:/g
3797 s/:@srcdir@:/:/g
3798 s/^:*//
3799 s/:*$//
3800 x
3801 s/\(=[ ]*\).*/\1/
3802 G
3803 s/\n//
3804 s/^[^=]*=[ ]*$//
3805 }'
3806 fi
3807
3808 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3809 fi # test -n "$CONFIG_FILES"
3810
3811
3812 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
3813 shift
3814 for ac_tag
3815 do
3816 case $ac_tag in
3817 :[FHLC]) ac_mode=$ac_tag; continue;;
3818 esac
3819 case $ac_mode$ac_tag in
3820 :[FHL]*:*);;
3821 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
3822 :[FH]-) ac_tag=-:-;;
3823 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3824 esac
3825 ac_save_IFS=$IFS
3826 IFS=:
3827 set x $ac_tag
3828 IFS=$ac_save_IFS
3829 shift
3830 ac_file=$1
3831 shift
3832
3833 case $ac_mode in
3834 :L) ac_source=$1;;
3835 :[FH])
3836 ac_file_inputs=
3837 for ac_f
3838 do
3839 case $ac_f in
3840 -) ac_f="$ac_tmp/stdin";;
3841 *) # Look for the file first in the build tree, then in the source tree
3842 # (if the path is not absolute). The absolute path cannot be DOS-style,
3843 # because $ac_f cannot contain `:'.
3844 test -f "$ac_f" ||
3845 case $ac_f in
3846 [\\/$]*) false;;
3847 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3848 esac ||
3849 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
3850 esac
3851 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3852 as_fn_append ac_file_inputs " '$ac_f'"
3853 done
3854
3855 # Let's still pretend it is `configure' which instantiates (i.e., don't
3856 # use $as_me), people would be surprised to read:
3857 # /* config.h. Generated by config.status. */
3858 configure_input='Generated from '`
3859 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3860 `' by configure.'
3861 if test x"$ac_file" != x-; then
3862 configure_input="$ac_file. $configure_input"
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
3864 $as_echo "$as_me: creating $ac_file" >&6;}
3865 fi
3866 # Neutralize special characters interpreted by sed in replacement strings.
3867 case $configure_input in #(
3868 *\&* | *\|* | *\\* )
3869 ac_sed_conf_input=`$as_echo "$configure_input" |
3870 sed 's/[\\\\&|]/\\\\&/g'`;; #(
3871 *) ac_sed_conf_input=$configure_input;;
3872 esac
3873
3874 case $ac_tag in
3875 *:-:* | *:-) cat >"$ac_tmp/stdin" \
3876 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
3877 esac
3878 ;;
3879 esac
3880
3881 ac_dir=`$as_dirname -- "$ac_file" ||
3882 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3883 X"$ac_file" : 'X\(//\)[^/]' \| \
3884 X"$ac_file" : 'X\(//\)$' \| \
3885 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3886 $as_echo X"$ac_file" |
3887 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3888 s//\1/
3889 q
3890 }
3891 /^X\(\/\/\)[^/].*/{
3892 s//\1/
3893 q
3894 }
3895 /^X\(\/\/\)$/{
3896 s//\1/
3897 q
3898 }
3899 /^X\(\/\).*/{
3900 s//\1/
3901 q
3902 }
3903 s/.*/./; q'`
3904 as_dir="$ac_dir"; as_fn_mkdir_p
3905 ac_builddir=.
3906
3907 case "$ac_dir" in
3908 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3909 *)
3910 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3911 # A ".." for each directory in $ac_dir_suffix.
3912 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3913 case $ac_top_builddir_sub in
3914 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3915 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3916 esac ;;
3917 esac
3918 ac_abs_top_builddir=$ac_pwd
3919 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3920 # for backward compatibility:
3921 ac_top_builddir=$ac_top_build_prefix
3922
3923 case $srcdir in
3924 .) # We are building in place.
3925 ac_srcdir=.
3926 ac_top_srcdir=$ac_top_builddir_sub
3927 ac_abs_top_srcdir=$ac_pwd ;;
3928 [\\/]* | ?:[\\/]* ) # Absolute name.
3929 ac_srcdir=$srcdir$ac_dir_suffix;
3930 ac_top_srcdir=$srcdir
3931 ac_abs_top_srcdir=$srcdir ;;
3932 *) # Relative name.
3933 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3934 ac_top_srcdir=$ac_top_build_prefix$srcdir
3935 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3936 esac
3937 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3938
3939
3940 case $ac_mode in
3941 :F)
3942 #
3943 # CONFIG_FILE
3944 #
3945
3946 _ACEOF
3947
3948 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3949 # If the template does not know about datarootdir, expand it.
3950 # FIXME: This hack should be removed a few years after 2.60.
3951 ac_datarootdir_hack=; ac_datarootdir_seen=
3952 ac_sed_dataroot='
3953 /datarootdir/ {
3954 p
3955 q
3956 }
3957 /@datadir@/p
3958 /@docdir@/p
3959 /@infodir@/p
3960 /@localedir@/p
3961 /@mandir@/p'
3962 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3963 *datarootdir*) ac_datarootdir_seen=yes;;
3964 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3966 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3967 _ACEOF
3968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3969 ac_datarootdir_hack='
3970 s&@datadir@&$datadir&g
3971 s&@docdir@&$docdir&g
3972 s&@infodir@&$infodir&g
3973 s&@localedir@&$localedir&g
3974 s&@mandir@&$mandir&g
3975 s&\\\${datarootdir}&$datarootdir&g' ;;
3976 esac
3977 _ACEOF
3978
3979 # Neutralize VPATH when `$srcdir' = `.'.
3980 # Shell code in configure.ac might set extrasub.
3981 # FIXME: do we really want to maintain this feature?
3982 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3983 ac_sed_extra="$ac_vpsub
3984 $extrasub
3985 _ACEOF
3986 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3987 :t
3988 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3989 s|@configure_input@|$ac_sed_conf_input|;t t
3990 s&@top_builddir@&$ac_top_builddir_sub&;t t
3991 s&@top_build_prefix@&$ac_top_build_prefix&;t t
3992 s&@srcdir@&$ac_srcdir&;t t
3993 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3994 s&@top_srcdir@&$ac_top_srcdir&;t t
3995 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3996 s&@builddir@&$ac_builddir&;t t
3997 s&@abs_builddir@&$ac_abs_builddir&;t t
3998 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3999 $ac_datarootdir_hack
4000 "
4001 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4002 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4003
4004 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4005 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4006 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
4007 "$ac_tmp/out"`; test -z "$ac_out"; } &&
4008 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4009 which seems to be undefined. Please make sure it is defined" >&5
4010 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4011 which seems to be undefined. Please make sure it is defined" >&2;}
4012
4013 rm -f "$ac_tmp/stdin"
4014 case $ac_file in
4015 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4016 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4017 esac \
4018 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4019 ;;
4020
4021
4022 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
4023 $as_echo "$as_me: executing $ac_file commands" >&6;}
4024 ;;
4025 esac
4026
4027
4028 case $ac_file$ac_mode in
4029 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
4030 rm -f Makesim1.tmp Makesim2.tmp Makefile
4031 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
4032 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
4033 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
4034 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
4035 <Makefile.sim >Makefile
4036 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
4037 ;;
4038 "stamp-h":C) echo > stamp-h ;;
4039
4040 esac
4041 done # for ac_tag
4042
4043
4044 as_fn_exit 0
4045 _ACEOF
4046 ac_clean_files=$ac_clean_files_save
4047
4048 test $ac_write_fail = 0 ||
4049 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4050
4051
4052 # configure is writing to config.log, and then calls config.status.
4053 # config.status does its own redirection, appending to config.log.
4054 # Unfortunately, on DOS this fails, as config.log is still kept open
4055 # by configure, so config.status won't be able to write to it; its
4056 # output is simply discarded. So we exec the FD to /dev/null,
4057 # effectively closing config.log, so it can be properly (re)opened and
4058 # appended to by config.status. When coming back to configure, we
4059 # need to make the FD available again.
4060 if test "$no_create" != yes; then
4061 ac_cs_success=:
4062 ac_config_status_args=
4063 test "$silent" = yes &&
4064 ac_config_status_args="$ac_config_status_args --quiet"
4065 exec 5>/dev/null
4066 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4067 exec 5>>config.log
4068 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4069 # would make configure fail if this is the last instruction.
4070 $ac_cs_success || as_fn_exit 1
4071 fi
4072 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4074 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4075 fi
4076
4077