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