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