OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-7.2/] [gdb-7.2-or32-1.0rc1/] [sim/] [sh64/] [configure] - Blame information for rev 330

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 330 jeremybenn
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.64.
4
#
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7
# Foundation, Inc.
8
#
9
# This configure script is free software; the Free Software Foundation
10
# gives unlimited permission to copy, distribute and modify it.
11
## -------------------- ##
12
## M4sh Initialization. ##
13
## -------------------- ##
14
 
15
# Be more Bourne compatible
16
DUALCASE=1; export DUALCASE # for MKS sh
17
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18
  emulate sh
19
  NULLCMD=:
20
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21
  # is contrary to our usage.  Disable this feature.
22
  alias -g '${1+"$@"}'='"$@"'
23
  setopt NO_GLOB_SUBST
24
else
25
  case `(set -o) 2>/dev/null` in #(
26
  *posix*) :
27
    set -o posix ;; #(
28
  *) :
29
     ;;
30
esac
31
fi
32
 
33
 
34
as_nl='
35
'
36
export as_nl
37
# Printing a long string crashes Solaris 7 /usr/bin/printf.
38
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41
# Prefer a ksh shell builtin over an external printf program on Solaris,
42
# but without wasting forks for bash or zsh.
43
if test -z "$BASH_VERSION$ZSH_VERSION" \
44
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45
  as_echo='print -r --'
46
  as_echo_n='print -rn --'
47
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48
  as_echo='printf %s\n'
49
  as_echo_n='printf %s'
50
else
51
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53
    as_echo_n='/usr/ucb/echo -n'
54
  else
55
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56
    as_echo_n_body='eval
57
      arg=$1;
58
      case $arg in #(
59
      *"$as_nl"*)
60
        expr "X$arg" : "X\\(.*\\)$as_nl";
61
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62
      esac;
63
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64
    '
65
    export as_echo_n_body
66
    as_echo_n='sh -c $as_echo_n_body as_echo'
67
  fi
68
  export as_echo_body
69
  as_echo='sh -c $as_echo_body as_echo'
70
fi
71
 
72
# The user is always right.
73
if test "${PATH_SEPARATOR+set}" != set; then
74
  PATH_SEPARATOR=:
75
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77
      PATH_SEPARATOR=';'
78
  }
79
fi
80
 
81
 
82
# IFS
83
# We need space, tab and new line, in precisely that order.  Quoting is
84
# there to prevent editors from complaining about space-tab.
85
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86
# splitting by setting IFS to empty value.)
87
IFS=" ""        $as_nl"
88
 
89
# Find who we are.  Look in the path if we contain no directory separator.
90
case $0 in #((
91
  *[\\/]* ) as_myself=$0 ;;
92
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93
for as_dir in $PATH
94
do
95
  IFS=$as_save_IFS
96
  test -z "$as_dir" && as_dir=.
97
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98
  done
99
IFS=$as_save_IFS
100
 
101
     ;;
102
esac
103
# We did not find ourselves, most probably we were run as `sh COMMAND'
104
# in which case we are not to be found in the path.
105
if test "x$as_myself" = x; then
106
  as_myself=$0
107
fi
108
if test ! -f "$as_myself"; then
109
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110
  exit 1
111
fi
112
 
113
# Unset variables that we do not need and which cause bugs (e.g. in
114
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
115
# suppresses any "Segmentation fault" message there.  '((' could
116
# trigger a bug in pdksh 5.2.14.
117
for as_var in BASH_ENV ENV MAIL MAILPATH
118
do eval test x\${$as_var+set} = xset \
119
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120
done
121
PS1='$ '
122
PS2='> '
123
PS4='+ '
124
 
125
# NLS nuisances.
126
LC_ALL=C
127
export LC_ALL
128
LANGUAGE=C
129
export LANGUAGE
130
 
131
# CDPATH.
132
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
 
134
if test "x$CONFIG_SHELL" = x; then
135
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136
  emulate sh
137
  NULLCMD=:
138
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139
  # is contrary to our usage.  Disable this feature.
140
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
141
  setopt NO_GLOB_SUBST
142
else
143
  case \`(set -o) 2>/dev/null\` in #(
144
  *posix*) :
145
    set -o posix ;; #(
146
  *) :
147
     ;;
148
esac
149
fi
150
"
151
  as_required="as_fn_return () { (exit \$1); }
152
as_fn_success () { as_fn_return 0; }
153
as_fn_failure () { as_fn_return 1; }
154
as_fn_ret_success () { return 0; }
155
as_fn_ret_failure () { return 1; }
156
 
157
exitcode=0
158
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
 
164
else
165
  exitcode=1; echo positional parameters were not saved.
166
fi
167
test x\$exitcode = x0 || exit 1"
168
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172
test \$(( 1 + 1 )) = 2 || exit 1"
173
  if (eval "$as_required") 2>/dev/null; then :
174
  as_have_required=yes
175
else
176
  as_have_required=no
177
fi
178
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
 
180
else
181
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182
as_found=false
183
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
184
do
185
  IFS=$as_save_IFS
186
  test -z "$as_dir" && as_dir=.
187
  as_found=:
188
  case $as_dir in #(
189
         /*)
190
           for as_base in sh bash ksh sh5; do
191
             # Try only shells that exist, to save several forks.
192
             as_shell=$as_dir/$as_base
193
             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194
                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195
  CONFIG_SHELL=$as_shell as_have_required=yes
196
                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197
  break 2
198
fi
199
fi
200
           done;;
201
       esac
202
  as_found=false
203
done
204
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205
              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206
  CONFIG_SHELL=$SHELL as_have_required=yes
207
fi; }
208
IFS=$as_save_IFS
209
 
210
 
211
      if test "x$CONFIG_SHELL" != x; then :
212
  # We cannot yet assume a decent shell, so we have to provide a
213
        # neutralization value for shells without unset; and this also
214
        # works around shells that cannot unset nonexistent variables.
215
        BASH_ENV=/dev/null
216
        ENV=/dev/null
217
        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218
        export CONFIG_SHELL
219
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220
fi
221
 
222
    if test x$as_have_required = xno; then :
223
  $as_echo "$0: This script requires a shell more modern than all"
224
  $as_echo "$0: the shells that I found on your system."
225
  if test x${ZSH_VERSION+set} = xset ; then
226
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
228
  else
229
    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230
$0: including any error possibly output before this
231
$0: message. Then install a modern shell, or manually run
232
$0: the script under such a shell if you do have one."
233
  fi
234
  exit 1
235
fi
236
fi
237
fi
238
SHELL=${CONFIG_SHELL-/bin/sh}
239
export SHELL
240
# Unset more variables known to interfere with behavior of common tools.
241
CLICOLOR_FORCE= GREP_OPTIONS=
242
unset CLICOLOR_FORCE GREP_OPTIONS
243
 
244
## --------------------- ##
245
## M4sh Shell Functions. ##
246
## --------------------- ##
247
# as_fn_unset VAR
248
# ---------------
249
# Portably unset VAR.
250
as_fn_unset ()
251
{
252
  { eval $1=; unset $1;}
253
}
254
as_unset=as_fn_unset
255
 
256
# as_fn_set_status STATUS
257
# -----------------------
258
# Set $? to STATUS, without forking.
259
as_fn_set_status ()
260
{
261
  return $1
262
} # as_fn_set_status
263
 
264
# as_fn_exit STATUS
265
# -----------------
266
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267
as_fn_exit ()
268
{
269
  set +e
270
  as_fn_set_status $1
271
  exit $1
272
} # as_fn_exit
273
 
274
# as_fn_mkdir_p
275
# -------------
276
# Create "$as_dir" as a directory, including parents if necessary.
277
as_fn_mkdir_p ()
278
{
279
 
280
  case $as_dir in #(
281
  -*) as_dir=./$as_dir;;
282
  esac
283
  test -d "$as_dir" || eval $as_mkdir_p || {
284
    as_dirs=
285
    while :; do
286
      case $as_dir in #(
287
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288
      *) as_qdir=$as_dir;;
289
      esac
290
      as_dirs="'$as_qdir' $as_dirs"
291
      as_dir=`$as_dirname -- "$as_dir" ||
292
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293
         X"$as_dir" : 'X\(//\)[^/]' \| \
294
         X"$as_dir" : 'X\(//\)$' \| \
295
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296
$as_echo X"$as_dir" |
297
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298
            s//\1/
299
            q
300
          }
301
          /^X\(\/\/\)[^/].*/{
302
            s//\1/
303
            q
304
          }
305
          /^X\(\/\/\)$/{
306
            s//\1/
307
            q
308
          }
309
          /^X\(\/\).*/{
310
            s//\1/
311
            q
312
          }
313
          s/.*/./; q'`
314
      test -d "$as_dir" && break
315
    done
316
    test -z "$as_dirs" || eval "mkdir $as_dirs"
317
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
 
319
 
320
} # as_fn_mkdir_p
321
# as_fn_append VAR VALUE
322
# ----------------------
323
# Append the text in VALUE to the end of the definition contained in VAR. Take
324
# advantage of any shell optimizations that allow amortized linear growth over
325
# repeated appends, instead of the typical quadratic growth present in naive
326
# implementations.
327
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328
  eval 'as_fn_append ()
329
  {
330
    eval $1+=\$2
331
  }'
332
else
333
  as_fn_append ()
334
  {
335
    eval $1=\$$1\$2
336
  }
337
fi # as_fn_append
338
 
339
# as_fn_arith ARG...
340
# ------------------
341
# Perform arithmetic evaluation on the ARGs, and store the result in the
342
# global $as_val. Take advantage of shells that can avoid forks. The arguments
343
# must be portable across $(()) and expr.
344
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345
  eval 'as_fn_arith ()
346
  {
347
    as_val=$(( $* ))
348
  }'
349
else
350
  as_fn_arith ()
351
  {
352
    as_val=`expr "$@" || test $? -eq 1`
353
  }
354
fi # as_fn_arith
355
 
356
 
357
# as_fn_error ERROR [LINENO LOG_FD]
358
# ---------------------------------
359
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361
# script with status $?, using 1 if that was 0.
362
as_fn_error ()
363
{
364
  as_status=$?; test $as_status -eq 0 && as_status=1
365
  if test "$3"; then
366
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368
  fi
369
  $as_echo "$as_me: error: $1" >&2
370
  as_fn_exit $as_status
371
} # as_fn_error
372
 
373
if expr a : '\(a\)' >/dev/null 2>&1 &&
374
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
375
  as_expr=expr
376
else
377
  as_expr=false
378
fi
379
 
380
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381
  as_basename=basename
382
else
383
  as_basename=false
384
fi
385
 
386
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387
  as_dirname=dirname
388
else
389
  as_dirname=false
390
fi
391
 
392
as_me=`$as_basename -- "$0" ||
393
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394
         X"$0" : 'X\(//\)$' \| \
395
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396
$as_echo X/"$0" |
397
    sed '/^.*\/\([^/][^/]*\)\/*$/{
398
            s//\1/
399
            q
400
          }
401
          /^X\/\(\/\/\)$/{
402
            s//\1/
403
            q
404
          }
405
          /^X\/\(\/\).*/{
406
            s//\1/
407
            q
408
          }
409
          s/.*/./; q'`
410
 
411
# Avoid depending upon Character Ranges.
412
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415
as_cr_digits='0123456789'
416
as_cr_alnum=$as_cr_Letters$as_cr_digits
417
 
418
 
419
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
420
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
421
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
424
  sed -n '
425
    p
426
    /[$]LINENO/=
427
  ' <$as_myself |
428
    sed '
429
      s/[$]LINENO.*/&-/
430
      t lineno
431
      b
432
      :lineno
433
      N
434
      :loop
435
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436
      t loop
437
      s/-\n.*//
438
    ' >$as_me.lineno &&
439
  chmod +x "$as_me.lineno" ||
440
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
441
 
442
  # Don't try to exec as it changes $[0], causing all sort of problems
443
  # (the dirname of $[0] is not the place where we might find the
444
  # original and so on.  Autoconf is especially sensitive to this).
445
  . "./$as_me.lineno"
446
  # Exit status is that of the last command.
447
  exit
448
}
449
 
450
ECHO_C= ECHO_N= ECHO_T=
451
case `echo -n x` in #(((((
452
-n*)
453
  case `echo 'xy\c'` in
454
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
455
  xy)  ECHO_C='\c';;
456
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
457
       ECHO_T=' ';;
458
  esac;;
459
*)
460
  ECHO_N='-n';;
461
esac
462
 
463
rm -f conf$$ conf$$.exe conf$$.file
464
if test -d conf$$.dir; then
465
  rm -f conf$$.dir/conf$$.file
466
else
467
  rm -f conf$$.dir
468
  mkdir conf$$.dir 2>/dev/null
469
fi
470
if (echo >conf$$.file) 2>/dev/null; then
471
  if ln -s conf$$.file conf$$ 2>/dev/null; then
472
    as_ln_s='ln -s'
473
    # ... but there are two gotchas:
474
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476
    # In both cases, we have to default to `cp -p'.
477
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478
      as_ln_s='cp -p'
479
  elif ln conf$$.file conf$$ 2>/dev/null; then
480
    as_ln_s=ln
481
  else
482
    as_ln_s='cp -p'
483
  fi
484
else
485
  as_ln_s='cp -p'
486
fi
487
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488
rmdir conf$$.dir 2>/dev/null
489
 
490
if mkdir -p . 2>/dev/null; then
491
  as_mkdir_p='mkdir -p "$as_dir"'
492
else
493
  test -d ./-p && rmdir ./-p
494
  as_mkdir_p=false
495
fi
496
 
497
if test -x / >/dev/null 2>&1; then
498
  as_test_x='test -x'
499
else
500
  if ls -dL / >/dev/null 2>&1; then
501
    as_ls_L_option=L
502
  else
503
    as_ls_L_option=
504
  fi
505
  as_test_x='
506
    eval sh -c '\''
507
      if test -d "$1"; then
508
        test -d "$1/.";
509
      else
510
        case $1 in #(
511
        -*)set "./$1";;
512
        esac;
513
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514
        ???[sx]*):;;*)false;;esac;fi
515
    '\'' sh
516
  '
517
fi
518
as_executable_p=$as_test_x
519
 
520
# Sed expression to map a string onto a valid CPP name.
521
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
 
523
# Sed expression to map a string onto a valid variable name.
524
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
 
526
 
527
exec 7<&0 &1
528
 
529
# Name of the host.
530
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531
# so uname gets run too.
532
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
 
534
#
535
# Initializations.
536
#
537
ac_default_prefix=/usr/local
538
ac_clean_files=
539
ac_config_libobj_dir=.
540
LIBOBJS=
541
cross_compiling=no
542
subdirs=
543
MFLAGS=
544
MAKEFLAGS=
545
 
546
# Identity of this package.
547
PACKAGE_NAME=
548
PACKAGE_TARNAME=
549
PACKAGE_VERSION=
550
PACKAGE_STRING=
551
PACKAGE_BUGREPORT=
552
PACKAGE_URL=
553
 
554
ac_unique_file="Makefile.in"
555
# Factoring default headers for most tests.
556
ac_includes_default="\
557
#include 
558
#ifdef HAVE_SYS_TYPES_H
559
# include 
560
#endif
561
#ifdef HAVE_SYS_STAT_H
562
# include 
563
#endif
564
#ifdef STDC_HEADERS
565
# include 
566
# include 
567
#else
568
# ifdef HAVE_STDLIB_H
569
#  include 
570
# endif
571
#endif
572
#ifdef HAVE_STRING_H
573
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
574
#  include 
575
# endif
576
# include 
577
#endif
578
#ifdef HAVE_STRINGS_H
579
# include 
580
#endif
581
#ifdef HAVE_INTTYPES_H
582
# include 
583
#endif
584
#ifdef HAVE_STDINT_H
585
# include 
586
#endif
587
#ifdef HAVE_UNISTD_H
588
# include 
589
#endif"
590
 
591
ac_subst_vars='LTLIBOBJS
592
LIBOBJS
593
cgen_breaks
594
cgen
595
cgendir
596
CGEN_MAINT
597
REPORT_BUGS_TEXI
598
REPORT_BUGS_TO
599
PKGVERSION
600
sim_profile
601
sim_trace
602
sim_stdio
603
sim_debug
604
sim_cflags
605
sim_bswap
606
MAINT
607
EGREP
608
GREP
609
CPP
610
CATOBJEXT
611
GENCAT
612
INSTOBJEXT
613
DATADIRNAME
614
CATALOGS
615
POSUB
616
GMSGFMT
617
XGETTEXT
618
INCINTL
619
LIBINTL_DEP
620
LIBINTL
621
USE_NLS
622
RANLIB
623
AR
624
HDEFINES
625
CC_FOR_BUILD
626
INSTALL_DATA
627
INSTALL_SCRIPT
628
INSTALL_PROGRAM
629
OBJEXT
630
EXEEXT
631
ac_ct_CC
632
CPPFLAGS
633
LDFLAGS
634
CFLAGS
635
CC
636
target_os
637
target_vendor
638
target_cpu
639
target
640
host_os
641
host_vendor
642
host_cpu
643
host
644
build_os
645
build_vendor
646
build_cpu
647
build
648
WERROR_CFLAGS
649
WARN_CFLAGS
650
sim_xor_endian
651
sim_stdcall
652
sim_smp
653
sim_reserved_bits
654
sim_regparm
655
sim_packages
656
sim_inline
657
sim_hw
658
sim_hw_objs
659
sim_hw_cflags
660
sim_default_model
661
sim_scache
662
sim_float
663
sim_hostendian
664
sim_endian
665
sim_bitsize
666
sim_assert
667
sim_alignment
668
sim_environment
669
target_alias
670
host_alias
671
build_alias
672
LIBS
673
ECHO_T
674
ECHO_N
675
ECHO_C
676
DEFS
677
mandir
678
localedir
679
libdir
680
psdir
681
pdfdir
682
dvidir
683
htmldir
684
infodir
685
docdir
686
oldincludedir
687
includedir
688
localstatedir
689
sharedstatedir
690
sysconfdir
691
datadir
692
datarootdir
693
libexecdir
694
sbindir
695
bindir
696
program_transform_name
697
prefix
698
exec_prefix
699
PACKAGE_URL
700
PACKAGE_BUGREPORT
701
PACKAGE_STRING
702
PACKAGE_VERSION
703
PACKAGE_TARNAME
704
PACKAGE_NAME
705
PATH_SEPARATOR
706
SHELL'
707
ac_subst_files=''
708
ac_user_opts='
709
enable_option_checking
710
with_zlib
711
enable_maintainer_mode
712
enable_sim_bswap
713
enable_sim_cflags
714
enable_sim_debug
715
enable_sim_stdio
716
enable_sim_trace
717
enable_sim_profile
718
with_pkgversion
719
with_bugurl
720
enable_sim_endian
721
enable_sim_alignment
722
enable_sim_hostendian
723
enable_sim_scache
724
enable_sim_default_model
725
enable_sim_environment
726
enable_sim_inline
727
enable_cgen_maint
728
'
729
      ac_precious_vars='build_alias
730
host_alias
731
target_alias
732
CC
733
CFLAGS
734
LDFLAGS
735
LIBS
736
CPPFLAGS
737
CPP'
738
 
739
 
740
# Initialize some variables set by options.
741
ac_init_help=
742
ac_init_version=false
743
ac_unrecognized_opts=
744
ac_unrecognized_sep=
745
# The variables have the same names as the options, with
746
# dashes changed to underlines.
747
cache_file=/dev/null
748
exec_prefix=NONE
749
no_create=
750
no_recursion=
751
prefix=NONE
752
program_prefix=NONE
753
program_suffix=NONE
754
program_transform_name=s,x,x,
755
silent=
756
site=
757
srcdir=
758
verbose=
759
x_includes=NONE
760
x_libraries=NONE
761
 
762
# Installation directory options.
763
# These are left unexpanded so users can "make install exec_prefix=/foo"
764
# and all the variables that are supposed to be based on exec_prefix
765
# by default will actually change.
766
# Use braces instead of parens because sh, perl, etc. also accept them.
767
# (The list follows the same order as the GNU Coding Standards.)
768
bindir='${exec_prefix}/bin'
769
sbindir='${exec_prefix}/sbin'
770
libexecdir='${exec_prefix}/libexec'
771
datarootdir='${prefix}/share'
772
datadir='${datarootdir}'
773
sysconfdir='${prefix}/etc'
774
sharedstatedir='${prefix}/com'
775
localstatedir='${prefix}/var'
776
includedir='${prefix}/include'
777
oldincludedir='/usr/include'
778
docdir='${datarootdir}/doc/${PACKAGE}'
779
infodir='${datarootdir}/info'
780
htmldir='${docdir}'
781
dvidir='${docdir}'
782
pdfdir='${docdir}'
783
psdir='${docdir}'
784
libdir='${exec_prefix}/lib'
785
localedir='${datarootdir}/locale'
786
mandir='${datarootdir}/man'
787
 
788
ac_prev=
789
ac_dashdash=
790
for ac_option
791
do
792
  # If the previous option needs an argument, assign it.
793
  if test -n "$ac_prev"; then
794
    eval $ac_prev=\$ac_option
795
    ac_prev=
796
    continue
797
  fi
798
 
799
  case $ac_option in
800
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
801
  *)    ac_optarg=yes ;;
802
  esac
803
 
804
  # Accept the important Cygnus configure options, so we can diagnose typos.
805
 
806
  case $ac_dashdash$ac_option in
807
  --)
808
    ac_dashdash=yes ;;
809
 
810
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
811
    ac_prev=bindir ;;
812
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
813
    bindir=$ac_optarg ;;
814
 
815
  -build | --build | --buil | --bui | --bu)
816
    ac_prev=build_alias ;;
817
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
818
    build_alias=$ac_optarg ;;
819
 
820
  -cache-file | --cache-file | --cache-fil | --cache-fi \
821
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
822
    ac_prev=cache_file ;;
823
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
824
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
825
    cache_file=$ac_optarg ;;
826
 
827
  --config-cache | -C)
828
    cache_file=config.cache ;;
829
 
830
  -datadir | --datadir | --datadi | --datad)
831
    ac_prev=datadir ;;
832
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
833
    datadir=$ac_optarg ;;
834
 
835
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
836
  | --dataroo | --dataro | --datar)
837
    ac_prev=datarootdir ;;
838
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
839
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
840
    datarootdir=$ac_optarg ;;
841
 
842
  -disable-* | --disable-*)
843
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
844
    # Reject names that are not valid shell variable names.
845
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
846
      as_fn_error "invalid feature name: $ac_useropt"
847
    ac_useropt_orig=$ac_useropt
848
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
849
    case $ac_user_opts in
850
      *"
851
"enable_$ac_useropt"
852
"*) ;;
853
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
854
         ac_unrecognized_sep=', ';;
855
    esac
856
    eval enable_$ac_useropt=no ;;
857
 
858
  -docdir | --docdir | --docdi | --doc | --do)
859
    ac_prev=docdir ;;
860
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
861
    docdir=$ac_optarg ;;
862
 
863
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
864
    ac_prev=dvidir ;;
865
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
866
    dvidir=$ac_optarg ;;
867
 
868
  -enable-* | --enable-*)
869
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
870
    # Reject names that are not valid shell variable names.
871
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
872
      as_fn_error "invalid feature name: $ac_useropt"
873
    ac_useropt_orig=$ac_useropt
874
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
875
    case $ac_user_opts in
876
      *"
877
"enable_$ac_useropt"
878
"*) ;;
879
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
880
         ac_unrecognized_sep=', ';;
881
    esac
882
    eval enable_$ac_useropt=\$ac_optarg ;;
883
 
884
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
885
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
886
  | --exec | --exe | --ex)
887
    ac_prev=exec_prefix ;;
888
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
889
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
890
  | --exec=* | --exe=* | --ex=*)
891
    exec_prefix=$ac_optarg ;;
892
 
893
  -gas | --gas | --ga | --g)
894
    # Obsolete; use --with-gas.
895
    with_gas=yes ;;
896
 
897
  -help | --help | --hel | --he | -h)
898
    ac_init_help=long ;;
899
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
900
    ac_init_help=recursive ;;
901
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
902
    ac_init_help=short ;;
903
 
904
  -host | --host | --hos | --ho)
905
    ac_prev=host_alias ;;
906
  -host=* | --host=* | --hos=* | --ho=*)
907
    host_alias=$ac_optarg ;;
908
 
909
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
910
    ac_prev=htmldir ;;
911
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
912
  | --ht=*)
913
    htmldir=$ac_optarg ;;
914
 
915
  -includedir | --includedir | --includedi | --included | --include \
916
  | --includ | --inclu | --incl | --inc)
917
    ac_prev=includedir ;;
918
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
919
  | --includ=* | --inclu=* | --incl=* | --inc=*)
920
    includedir=$ac_optarg ;;
921
 
922
  -infodir | --infodir | --infodi | --infod | --info | --inf)
923
    ac_prev=infodir ;;
924
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
925
    infodir=$ac_optarg ;;
926
 
927
  -libdir | --libdir | --libdi | --libd)
928
    ac_prev=libdir ;;
929
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
930
    libdir=$ac_optarg ;;
931
 
932
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
933
  | --libexe | --libex | --libe)
934
    ac_prev=libexecdir ;;
935
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
936
  | --libexe=* | --libex=* | --libe=*)
937
    libexecdir=$ac_optarg ;;
938
 
939
  -localedir | --localedir | --localedi | --localed | --locale)
940
    ac_prev=localedir ;;
941
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
942
    localedir=$ac_optarg ;;
943
 
944
  -localstatedir | --localstatedir | --localstatedi | --localstated \
945
  | --localstate | --localstat | --localsta | --localst | --locals)
946
    ac_prev=localstatedir ;;
947
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
948
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
949
    localstatedir=$ac_optarg ;;
950
 
951
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
952
    ac_prev=mandir ;;
953
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
954
    mandir=$ac_optarg ;;
955
 
956
  -nfp | --nfp | --nf)
957
    # Obsolete; use --without-fp.
958
    with_fp=no ;;
959
 
960
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
961
  | --no-cr | --no-c | -n)
962
    no_create=yes ;;
963
 
964
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
965
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
966
    no_recursion=yes ;;
967
 
968
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
969
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
970
  | --oldin | --oldi | --old | --ol | --o)
971
    ac_prev=oldincludedir ;;
972
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
973
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
974
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
975
    oldincludedir=$ac_optarg ;;
976
 
977
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
978
    ac_prev=prefix ;;
979
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
980
    prefix=$ac_optarg ;;
981
 
982
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
983
  | --program-pre | --program-pr | --program-p)
984
    ac_prev=program_prefix ;;
985
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
986
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
987
    program_prefix=$ac_optarg ;;
988
 
989
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
990
  | --program-suf | --program-su | --program-s)
991
    ac_prev=program_suffix ;;
992
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
993
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
994
    program_suffix=$ac_optarg ;;
995
 
996
  -program-transform-name | --program-transform-name \
997
  | --program-transform-nam | --program-transform-na \
998
  | --program-transform-n | --program-transform- \
999
  | --program-transform | --program-transfor \
1000
  | --program-transfo | --program-transf \
1001
  | --program-trans | --program-tran \
1002
  | --progr-tra | --program-tr | --program-t)
1003
    ac_prev=program_transform_name ;;
1004
  -program-transform-name=* | --program-transform-name=* \
1005
  | --program-transform-nam=* | --program-transform-na=* \
1006
  | --program-transform-n=* | --program-transform-=* \
1007
  | --program-transform=* | --program-transfor=* \
1008
  | --program-transfo=* | --program-transf=* \
1009
  | --program-trans=* | --program-tran=* \
1010
  | --progr-tra=* | --program-tr=* | --program-t=*)
1011
    program_transform_name=$ac_optarg ;;
1012
 
1013
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1014
    ac_prev=pdfdir ;;
1015
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1016
    pdfdir=$ac_optarg ;;
1017
 
1018
  -psdir | --psdir | --psdi | --psd | --ps)
1019
    ac_prev=psdir ;;
1020
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1021
    psdir=$ac_optarg ;;
1022
 
1023
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1024
  | -silent | --silent | --silen | --sile | --sil)
1025
    silent=yes ;;
1026
 
1027
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1028
    ac_prev=sbindir ;;
1029
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1030
  | --sbi=* | --sb=*)
1031
    sbindir=$ac_optarg ;;
1032
 
1033
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1034
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1035
  | --sharedst | --shareds | --shared | --share | --shar \
1036
  | --sha | --sh)
1037
    ac_prev=sharedstatedir ;;
1038
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1039
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1040
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1041
  | --sha=* | --sh=*)
1042
    sharedstatedir=$ac_optarg ;;
1043
 
1044
  -site | --site | --sit)
1045
    ac_prev=site ;;
1046
  -site=* | --site=* | --sit=*)
1047
    site=$ac_optarg ;;
1048
 
1049
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1050
    ac_prev=srcdir ;;
1051
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1052
    srcdir=$ac_optarg ;;
1053
 
1054
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1055
  | --syscon | --sysco | --sysc | --sys | --sy)
1056
    ac_prev=sysconfdir ;;
1057
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1058
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1059
    sysconfdir=$ac_optarg ;;
1060
 
1061
  -target | --target | --targe | --targ | --tar | --ta | --t)
1062
    ac_prev=target_alias ;;
1063
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1064
    target_alias=$ac_optarg ;;
1065
 
1066
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1067
    verbose=yes ;;
1068
 
1069
  -version | --version | --versio | --versi | --vers | -V)
1070
    ac_init_version=: ;;
1071
 
1072
  -with-* | --with-*)
1073
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1074
    # Reject names that are not valid shell variable names.
1075
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1076
      as_fn_error "invalid package name: $ac_useropt"
1077
    ac_useropt_orig=$ac_useropt
1078
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1079
    case $ac_user_opts in
1080
      *"
1081
"with_$ac_useropt"
1082
"*) ;;
1083
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1084
         ac_unrecognized_sep=', ';;
1085
    esac
1086
    eval with_$ac_useropt=\$ac_optarg ;;
1087
 
1088
  -without-* | --without-*)
1089
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1090
    # Reject names that are not valid shell variable names.
1091
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1092
      as_fn_error "invalid package name: $ac_useropt"
1093
    ac_useropt_orig=$ac_useropt
1094
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1095
    case $ac_user_opts in
1096
      *"
1097
"with_$ac_useropt"
1098
"*) ;;
1099
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1100
         ac_unrecognized_sep=', ';;
1101
    esac
1102
    eval with_$ac_useropt=no ;;
1103
 
1104
  --x)
1105
    # Obsolete; use --with-x.
1106
    with_x=yes ;;
1107
 
1108
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1109
  | --x-incl | --x-inc | --x-in | --x-i)
1110
    ac_prev=x_includes ;;
1111
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1112
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1113
    x_includes=$ac_optarg ;;
1114
 
1115
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1116
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1117
    ac_prev=x_libraries ;;
1118
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1119
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1120
    x_libraries=$ac_optarg ;;
1121
 
1122
  -*) as_fn_error "unrecognized option: \`$ac_option'
1123
Try \`$0 --help' for more information."
1124
    ;;
1125
 
1126
  *=*)
1127
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1128
    # Reject names that are not valid shell variable names.
1129
    case $ac_envvar in #(
1130
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1131
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1132
    esac
1133
    eval $ac_envvar=\$ac_optarg
1134
    export $ac_envvar ;;
1135
 
1136
  *)
1137
    # FIXME: should be removed in autoconf 3.0.
1138
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1139
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1140
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1141
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1142
    ;;
1143
 
1144
  esac
1145
done
1146
 
1147
if test -n "$ac_prev"; then
1148
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1149
  as_fn_error "missing argument to $ac_option"
1150
fi
1151
 
1152
if test -n "$ac_unrecognized_opts"; then
1153
  case $enable_option_checking in
1154
    no) ;;
1155
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1156
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1157
  esac
1158
fi
1159
 
1160
# Check all directory arguments for consistency.
1161
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1162
                datadir sysconfdir sharedstatedir localstatedir includedir \
1163
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1164
                libdir localedir mandir
1165
do
1166
  eval ac_val=\$$ac_var
1167
  # Remove trailing slashes.
1168
  case $ac_val in
1169
    */ )
1170
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1171
      eval $ac_var=\$ac_val;;
1172
  esac
1173
  # Be sure to have absolute directory names.
1174
  case $ac_val in
1175
    [\\/$]* | ?:[\\/]* )  continue;;
1176
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1177
  esac
1178
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1179
done
1180
 
1181
# There might be people who depend on the old broken behavior: `$host'
1182
# used to hold the argument of --host etc.
1183
# FIXME: To remove some day.
1184
build=$build_alias
1185
host=$host_alias
1186
target=$target_alias
1187
 
1188
# FIXME: To remove some day.
1189
if test "x$host_alias" != x; then
1190
  if test "x$build_alias" = x; then
1191
    cross_compiling=maybe
1192
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1193
    If a cross compiler is detected then cross compile mode will be used." >&2
1194
  elif test "x$build_alias" != "x$host_alias"; then
1195
    cross_compiling=yes
1196
  fi
1197
fi
1198
 
1199
ac_tool_prefix=
1200
test -n "$host_alias" && ac_tool_prefix=$host_alias-
1201
 
1202
test "$silent" = yes && exec 6>/dev/null
1203
 
1204
 
1205
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1206
ac_ls_di=`ls -di .` &&
1207
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1208
  as_fn_error "working directory cannot be determined"
1209
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1210
  as_fn_error "pwd does not report name of working directory"
1211
 
1212
 
1213
# Find the source files, if location was not specified.
1214
if test -z "$srcdir"; then
1215
  ac_srcdir_defaulted=yes
1216
  # Try the directory containing this script, then the parent directory.
1217
  ac_confdir=`$as_dirname -- "$as_myself" ||
1218
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1219
         X"$as_myself" : 'X\(//\)[^/]' \| \
1220
         X"$as_myself" : 'X\(//\)$' \| \
1221
         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1222
$as_echo X"$as_myself" |
1223
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1224
            s//\1/
1225
            q
1226
          }
1227
          /^X\(\/\/\)[^/].*/{
1228
            s//\1/
1229
            q
1230
          }
1231
          /^X\(\/\/\)$/{
1232
            s//\1/
1233
            q
1234
          }
1235
          /^X\(\/\).*/{
1236
            s//\1/
1237
            q
1238
          }
1239
          s/.*/./; q'`
1240
  srcdir=$ac_confdir
1241
  if test ! -r "$srcdir/$ac_unique_file"; then
1242
    srcdir=..
1243
  fi
1244
else
1245
  ac_srcdir_defaulted=no
1246
fi
1247
if test ! -r "$srcdir/$ac_unique_file"; then
1248
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1249
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1250
fi
1251
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1252
ac_abs_confdir=`(
1253
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1254
        pwd)`
1255
# When building in place, set srcdir=.
1256
if test "$ac_abs_confdir" = "$ac_pwd"; then
1257
  srcdir=.
1258
fi
1259
# Remove unnecessary trailing slashes from srcdir.
1260
# Double slashes in file names in object file debugging info
1261
# mess up M-x gdb in Emacs.
1262
case $srcdir in
1263
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1264
esac
1265
for ac_var in $ac_precious_vars; do
1266
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1267
  eval ac_env_${ac_var}_value=\$${ac_var}
1268
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1269
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1270
done
1271
 
1272
#
1273
# Report the --help message.
1274
#
1275
if test "$ac_init_help" = "long"; then
1276
  # Omit some internal or obsolete options to make the list less imposing.
1277
  # This message is too long to be a string in the A/UX 3.1 sh.
1278
  cat <<_ACEOF
1279
\`configure' configures this package to adapt to many kinds of systems.
1280
 
1281
Usage: $0 [OPTION]... [VAR=VALUE]...
1282
 
1283
To assign environment variables (e.g., CC, CFLAGS...), specify them as
1284
VAR=VALUE.  See below for descriptions of some of the useful variables.
1285
 
1286
Defaults for the options are specified in brackets.
1287
 
1288
Configuration:
1289
  -h, --help              display this help and exit
1290
      --help=short        display options specific to this package
1291
      --help=recursive    display the short help of all the included packages
1292
  -V, --version           display version information and exit
1293
  -q, --quiet, --silent   do not print \`checking...' messages
1294
      --cache-file=FILE   cache test results in FILE [disabled]
1295
  -C, --config-cache      alias for \`--cache-file=config.cache'
1296
  -n, --no-create         do not create output files
1297
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1298
 
1299
Installation directories:
1300
  --prefix=PREFIX         install architecture-independent files in PREFIX
1301
                          [$ac_default_prefix]
1302
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1303
                          [PREFIX]
1304
 
1305
By default, \`make install' will install all the files in
1306
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1307
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1308
for instance \`--prefix=\$HOME'.
1309
 
1310
For better control, use the options below.
1311
 
1312
Fine tuning of the installation directories:
1313
  --bindir=DIR            user executables [EPREFIX/bin]
1314
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1315
  --libexecdir=DIR        program executables [EPREFIX/libexec]
1316
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1317
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1318
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1319
  --libdir=DIR            object code libraries [EPREFIX/lib]
1320
  --includedir=DIR        C header files [PREFIX/include]
1321
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1322
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1323
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1324
  --infodir=DIR           info documentation [DATAROOTDIR/info]
1325
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1326
  --mandir=DIR            man documentation [DATAROOTDIR/man]
1327
  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1328
  --htmldir=DIR           html documentation [DOCDIR]
1329
  --dvidir=DIR            dvi documentation [DOCDIR]
1330
  --pdfdir=DIR            pdf documentation [DOCDIR]
1331
  --psdir=DIR             ps documentation [DOCDIR]
1332
_ACEOF
1333
 
1334
  cat <<\_ACEOF
1335
 
1336
Program names:
1337
  --program-prefix=PREFIX            prepend PREFIX to installed program names
1338
  --program-suffix=SUFFIX            append SUFFIX to installed program names
1339
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1340
 
1341
System types:
1342
  --build=BUILD     configure for building on BUILD [guessed]
1343
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1344
  --target=TARGET   configure for building compilers for TARGET [HOST]
1345
_ACEOF
1346
fi
1347
 
1348
if test -n "$ac_init_help"; then
1349
 
1350
  cat <<\_ACEOF
1351
 
1352
Optional Features:
1353
  --disable-option-checking  ignore unrecognized --enable/--with options
1354
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1355
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1356
  --enable-maintainer-mode              Enable developer functionality.
1357
  --enable-sim-bswap                    Use Host specific BSWAP instruction.
1358
  --enable-sim-cflags=opts              Extra CFLAGS for use in building simulator
1359
  --enable-sim-debug=opts               Enable debugging flags
1360
  --enable-sim-stdio                    Specify whether to use stdio for console input/output.
1361
  --enable-sim-trace=opts               Enable tracing flags
1362
  --enable-sim-profile=opts             Enable profiling flags
1363
  --enable-sim-endian=endian            Specify target byte endian orientation.
1364
  --enable-sim-alignment=align          Specify strict,  nonstrict or forced alignment of memory accesses.
1365
  --enable-sim-hostendian=end           Specify host byte endian orientation.
1366
  --enable-sim-scache=size              Specify simulator execution cache size.
1367
  --enable-sim-default-model=model      Specify default model to simulate.
1368
  --enable-sim-environment=environment  Specify mixed, user, virtual or operating environment.
1369
  --enable-sim-inline=inlines           Specify which functions should be inlined.
1370
  --enable-cgen-maint=DIR    build cgen generated files
1371
 
1372
Optional Packages:
1373
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1374
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1375
  --with-zlib             include zlib support (auto/yes/no) default=auto
1376
  --with-pkgversion=PKG   Use PKG in the version string in place of "GDB"
1377
  --with-bugurl=URL       Direct users to URL to report a bug
1378
 
1379
Some influential environment variables:
1380
  CC          C compiler command
1381
  CFLAGS      C compiler flags
1382
  LDFLAGS     linker flags, e.g. -L if you have libraries in a
1383
              nonstandard directory 
1384
  LIBS        libraries to pass to the linker, e.g. -l
1385
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I if
1386
              you have headers in a nonstandard directory 
1387
  CPP         C preprocessor
1388
 
1389
Use these variables to override the choices made by `configure' or to help
1390
it to find libraries and programs with nonstandard names/locations.
1391
 
1392
Report bugs to the package provider.
1393
_ACEOF
1394
ac_status=$?
1395
fi
1396
 
1397
if test "$ac_init_help" = "recursive"; then
1398
  # If there are subdirs, report their specific --help.
1399
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1400
    test -d "$ac_dir" ||
1401
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1402
      continue
1403
    ac_builddir=.
1404
 
1405
case "$ac_dir" in
1406
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1407
*)
1408
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1409
  # A ".." for each directory in $ac_dir_suffix.
1410
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1411
  case $ac_top_builddir_sub in
1412
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1413
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1414
  esac ;;
1415
esac
1416
ac_abs_top_builddir=$ac_pwd
1417
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1418
# for backward compatibility:
1419
ac_top_builddir=$ac_top_build_prefix
1420
 
1421
case $srcdir in
1422
  .)  # We are building in place.
1423
    ac_srcdir=.
1424
    ac_top_srcdir=$ac_top_builddir_sub
1425
    ac_abs_top_srcdir=$ac_pwd ;;
1426
  [\\/]* | ?:[\\/]* )  # Absolute name.
1427
    ac_srcdir=$srcdir$ac_dir_suffix;
1428
    ac_top_srcdir=$srcdir
1429
    ac_abs_top_srcdir=$srcdir ;;
1430
  *) # Relative name.
1431
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1432
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1433
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1434
esac
1435
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1436
 
1437
    cd "$ac_dir" || { ac_status=$?; continue; }
1438
    # Check for guested configure.
1439
    if test -f "$ac_srcdir/configure.gnu"; then
1440
      echo &&
1441
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1442
    elif test -f "$ac_srcdir/configure"; then
1443
      echo &&
1444
      $SHELL "$ac_srcdir/configure" --help=recursive
1445
    else
1446
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1447
    fi || ac_status=$?
1448
    cd "$ac_pwd" || { ac_status=$?; break; }
1449
  done
1450
fi
1451
 
1452
test -n "$ac_init_help" && exit $ac_status
1453
if $ac_init_version; then
1454
  cat <<\_ACEOF
1455
configure
1456
generated by GNU Autoconf 2.64
1457
 
1458
Copyright (C) 2009 Free Software Foundation, Inc.
1459
This configure script is free software; the Free Software Foundation
1460
gives unlimited permission to copy, distribute and modify it.
1461
_ACEOF
1462
  exit
1463
fi
1464
 
1465
## ------------------------ ##
1466
## Autoconf initialization. ##
1467
## ------------------------ ##
1468
 
1469
# ac_fn_c_try_compile LINENO
1470
# --------------------------
1471
# Try to compile conftest.$ac_ext, and return whether this succeeded.
1472
ac_fn_c_try_compile ()
1473
{
1474
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1475
  rm -f conftest.$ac_objext
1476
  if { { ac_try="$ac_compile"
1477
case "(($ac_try" in
1478
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1479
  *) ac_try_echo=$ac_try;;
1480
esac
1481
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1482
$as_echo "$ac_try_echo"; } >&5
1483
  (eval "$ac_compile") 2>conftest.err
1484
  ac_status=$?
1485
  if test -s conftest.err; then
1486
    grep -v '^ *+' conftest.err >conftest.er1
1487
    cat conftest.er1 >&5
1488
    mv -f conftest.er1 conftest.err
1489
  fi
1490
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1491
  test $ac_status = 0; } && {
1492
         test -z "$ac_c_werror_flag" ||
1493
         test ! -s conftest.err
1494
       } && test -s conftest.$ac_objext; then :
1495
  ac_retval=0
1496
else
1497
  $as_echo "$as_me: failed program was:" >&5
1498
sed 's/^/| /' conftest.$ac_ext >&5
1499
 
1500
        ac_retval=1
1501
fi
1502
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1503
  return $ac_retval
1504
 
1505
} # ac_fn_c_try_compile
1506
 
1507
# ac_fn_c_try_cpp LINENO
1508
# ----------------------
1509
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1510
ac_fn_c_try_cpp ()
1511
{
1512
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1513
  if { { ac_try="$ac_cpp conftest.$ac_ext"
1514
case "(($ac_try" in
1515
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1516
  *) ac_try_echo=$ac_try;;
1517
esac
1518
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1519
$as_echo "$ac_try_echo"; } >&5
1520
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1521
  ac_status=$?
1522
  if test -s conftest.err; then
1523
    grep -v '^ *+' conftest.err >conftest.er1
1524
    cat conftest.er1 >&5
1525
    mv -f conftest.er1 conftest.err
1526
  fi
1527
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1528
  test $ac_status = 0; } >/dev/null && {
1529
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1530
         test ! -s conftest.err
1531
       }; then :
1532
  ac_retval=0
1533
else
1534
  $as_echo "$as_me: failed program was:" >&5
1535
sed 's/^/| /' conftest.$ac_ext >&5
1536
 
1537
    ac_retval=1
1538
fi
1539
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1540
  return $ac_retval
1541
 
1542
} # ac_fn_c_try_cpp
1543
 
1544
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1545
# -------------------------------------------------------
1546
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1547
# the include files in INCLUDES and setting the cache variable VAR
1548
# accordingly.
1549
ac_fn_c_check_header_mongrel ()
1550
{
1551
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1552
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1553
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1554
$as_echo_n "checking for $2... " >&6; }
1555
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1556
  $as_echo_n "(cached) " >&6
1557
fi
1558
eval ac_res=\$$3
1559
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1560
$as_echo "$ac_res" >&6; }
1561
else
1562
  # Is the header compilable?
1563
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1564
$as_echo_n "checking $2 usability... " >&6; }
1565
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1566
/* end confdefs.h.  */
1567
$4
1568
#include <$2>
1569
_ACEOF
1570
if ac_fn_c_try_compile "$LINENO"; then :
1571
  ac_header_compiler=yes
1572
else
1573
  ac_header_compiler=no
1574
fi
1575
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1576
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1577
$as_echo "$ac_header_compiler" >&6; }
1578
 
1579
# Is the header present?
1580
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1581
$as_echo_n "checking $2 presence... " >&6; }
1582
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1583
/* end confdefs.h.  */
1584
#include <$2>
1585
_ACEOF
1586
if ac_fn_c_try_cpp "$LINENO"; then :
1587
  ac_header_preproc=yes
1588
else
1589
  ac_header_preproc=no
1590
fi
1591
rm -f conftest.err conftest.$ac_ext
1592
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1593
$as_echo "$ac_header_preproc" >&6; }
1594
 
1595
# So?  What about this header?
1596
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1597
  yes:no: )
1598
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1599
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1600
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1601
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1602
    ;;
1603
  no:yes:* )
1604
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1605
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1606
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1607
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1608
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1609
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1610
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1611
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1612
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1613
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1614
    ;;
1615
esac
1616
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1617
$as_echo_n "checking for $2... " >&6; }
1618
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1619
  $as_echo_n "(cached) " >&6
1620
else
1621
  eval "$3=\$ac_header_compiler"
1622
fi
1623
eval ac_res=\$$3
1624
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1625
$as_echo "$ac_res" >&6; }
1626
fi
1627
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1628
 
1629
} # ac_fn_c_check_header_mongrel
1630
 
1631
# ac_fn_c_try_run LINENO
1632
# ----------------------
1633
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1634
# that executables *can* be run.
1635
ac_fn_c_try_run ()
1636
{
1637
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1638
  if { { ac_try="$ac_link"
1639
case "(($ac_try" in
1640
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641
  *) ac_try_echo=$ac_try;;
1642
esac
1643
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644
$as_echo "$ac_try_echo"; } >&5
1645
  (eval "$ac_link") 2>&5
1646
  ac_status=$?
1647
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1648
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1649
  { { case "(($ac_try" in
1650
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651
  *) ac_try_echo=$ac_try;;
1652
esac
1653
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654
$as_echo "$ac_try_echo"; } >&5
1655
  (eval "$ac_try") 2>&5
1656
  ac_status=$?
1657
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1658
  test $ac_status = 0; }; }; then :
1659
  ac_retval=0
1660
else
1661
  $as_echo "$as_me: program exited with status $ac_status" >&5
1662
       $as_echo "$as_me: failed program was:" >&5
1663
sed 's/^/| /' conftest.$ac_ext >&5
1664
 
1665
       ac_retval=$ac_status
1666
fi
1667
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1668
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669
  return $ac_retval
1670
 
1671
} # ac_fn_c_try_run
1672
 
1673
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1674
# -------------------------------------------------------
1675
# Tests whether HEADER exists and can be compiled using the include files in
1676
# INCLUDES, setting the cache variable VAR accordingly.
1677
ac_fn_c_check_header_compile ()
1678
{
1679
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1680
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1681
$as_echo_n "checking for $2... " >&6; }
1682
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1683
  $as_echo_n "(cached) " >&6
1684
else
1685
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1686
/* end confdefs.h.  */
1687
$4
1688
#include <$2>
1689
_ACEOF
1690
if ac_fn_c_try_compile "$LINENO"; then :
1691
  eval "$3=yes"
1692
else
1693
  eval "$3=no"
1694
fi
1695
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1696
fi
1697
eval ac_res=\$$3
1698
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1699
$as_echo "$ac_res" >&6; }
1700
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1701
 
1702
} # ac_fn_c_check_header_compile
1703
 
1704
# ac_fn_c_try_link LINENO
1705
# -----------------------
1706
# Try to link conftest.$ac_ext, and return whether this succeeded.
1707
ac_fn_c_try_link ()
1708
{
1709
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1710
  rm -f conftest.$ac_objext conftest$ac_exeext
1711
  if { { ac_try="$ac_link"
1712
case "(($ac_try" in
1713
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1714
  *) ac_try_echo=$ac_try;;
1715
esac
1716
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1717
$as_echo "$ac_try_echo"; } >&5
1718
  (eval "$ac_link") 2>conftest.err
1719
  ac_status=$?
1720
  if test -s conftest.err; then
1721
    grep -v '^ *+' conftest.err >conftest.er1
1722
    cat conftest.er1 >&5
1723
    mv -f conftest.er1 conftest.err
1724
  fi
1725
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1726
  test $ac_status = 0; } && {
1727
         test -z "$ac_c_werror_flag" ||
1728
         test ! -s conftest.err
1729
       } && test -s conftest$ac_exeext && {
1730
         test "$cross_compiling" = yes ||
1731
         $as_test_x conftest$ac_exeext
1732
       }; then :
1733
  ac_retval=0
1734
else
1735
  $as_echo "$as_me: failed program was:" >&5
1736
sed 's/^/| /' conftest.$ac_ext >&5
1737
 
1738
        ac_retval=1
1739
fi
1740
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1741
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1742
  # interfere with the next link command; also delete a directory that is
1743
  # left behind by Apple's compiler.  We do this before executing the actions.
1744
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1745
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1746
  return $ac_retval
1747
 
1748
} # ac_fn_c_try_link
1749
 
1750
# ac_fn_c_check_func LINENO FUNC VAR
1751
# ----------------------------------
1752
# Tests whether FUNC exists, setting the cache variable VAR accordingly
1753
ac_fn_c_check_func ()
1754
{
1755
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1756
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1757
$as_echo_n "checking for $2... " >&6; }
1758
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1759
  $as_echo_n "(cached) " >&6
1760
else
1761
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1762
/* end confdefs.h.  */
1763
/* Define $2 to an innocuous variant, in case  declares $2.
1764
   For example, HP-UX 11i  declares gettimeofday.  */
1765
#define $2 innocuous_$2
1766
 
1767
/* System header to define __stub macros and hopefully few prototypes,
1768
    which can conflict with char $2 (); below.
1769
    Prefer  to  if __STDC__ is defined, since
1770
     exists even on freestanding compilers.  */
1771
 
1772
#ifdef __STDC__
1773
# include 
1774
#else
1775
# include 
1776
#endif
1777
 
1778
#undef $2
1779
 
1780
/* Override any GCC internal prototype to avoid an error.
1781
   Use char because int might match the return type of a GCC
1782
   builtin and then its argument prototype would still apply.  */
1783
#ifdef __cplusplus
1784
extern "C"
1785
#endif
1786
char $2 ();
1787
/* The GNU C library defines this for functions which it implements
1788
    to always fail with ENOSYS.  Some functions are actually named
1789
    something starting with __ and the normal name is an alias.  */
1790
#if defined __stub_$2 || defined __stub___$2
1791
choke me
1792
#endif
1793
 
1794
int
1795
main ()
1796
{
1797
return $2 ();
1798
  ;
1799
  return 0;
1800
}
1801
_ACEOF
1802
if ac_fn_c_try_link "$LINENO"; then :
1803
  eval "$3=yes"
1804
else
1805
  eval "$3=no"
1806
fi
1807
rm -f core conftest.err conftest.$ac_objext \
1808
    conftest$ac_exeext conftest.$ac_ext
1809
fi
1810
eval ac_res=\$$3
1811
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1812
$as_echo "$ac_res" >&6; }
1813
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1814
 
1815
} # ac_fn_c_check_func
1816
cat >config.log <<_ACEOF
1817
This file contains any messages produced by compilers while
1818
running configure, to aid debugging if configure makes a mistake.
1819
 
1820
It was created by $as_me, which was
1821
generated by GNU Autoconf 2.64.  Invocation command line was
1822
 
1823
  $ $0 $@
1824
 
1825
_ACEOF
1826
exec 5>>config.log
1827
{
1828
cat <<_ASUNAME
1829
## --------- ##
1830
## Platform. ##
1831
## --------- ##
1832
 
1833
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1834
uname -m = `(uname -m) 2>/dev/null || echo unknown`
1835
uname -r = `(uname -r) 2>/dev/null || echo unknown`
1836
uname -s = `(uname -s) 2>/dev/null || echo unknown`
1837
uname -v = `(uname -v) 2>/dev/null || echo unknown`
1838
 
1839
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1840
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1841
 
1842
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1843
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1844
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1845
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1846
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1847
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1848
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1849
 
1850
_ASUNAME
1851
 
1852
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1853
for as_dir in $PATH
1854
do
1855
  IFS=$as_save_IFS
1856
  test -z "$as_dir" && as_dir=.
1857
    $as_echo "PATH: $as_dir"
1858
  done
1859
IFS=$as_save_IFS
1860
 
1861
} >&5
1862
 
1863
cat >&5 <<_ACEOF
1864
 
1865
 
1866
## ----------- ##
1867
## Core tests. ##
1868
## ----------- ##
1869
 
1870
_ACEOF
1871
 
1872
 
1873
# Keep a trace of the command line.
1874
# Strip out --no-create and --no-recursion so they do not pile up.
1875
# Strip out --silent because we don't want to record it for future runs.
1876
# Also quote any args containing shell meta-characters.
1877
# Make two passes to allow for proper duplicate-argument suppression.
1878
ac_configure_args=
1879
ac_configure_args0=
1880
ac_configure_args1=
1881
ac_must_keep_next=false
1882
for ac_pass in 1 2
1883
do
1884
  for ac_arg
1885
  do
1886
    case $ac_arg in
1887
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1888
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1889
    | -silent | --silent | --silen | --sile | --sil)
1890
      continue ;;
1891
    *\'*)
1892
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1893
    esac
1894
    case $ac_pass in
1895
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1896
    2)
1897
      as_fn_append ac_configure_args1 " '$ac_arg'"
1898
      if test $ac_must_keep_next = true; then
1899
        ac_must_keep_next=false # Got value, back to normal.
1900
      else
1901
        case $ac_arg in
1902
          *=* | --config-cache | -C | -disable-* | --disable-* \
1903
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1904
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1905
          | -with-* | --with-* | -without-* | --without-* | --x)
1906
            case "$ac_configure_args0 " in
1907
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1908
            esac
1909
            ;;
1910
          -* ) ac_must_keep_next=true ;;
1911
        esac
1912
      fi
1913
      as_fn_append ac_configure_args " '$ac_arg'"
1914
      ;;
1915
    esac
1916
  done
1917
done
1918
{ ac_configure_args0=; unset ac_configure_args0;}
1919
{ ac_configure_args1=; unset ac_configure_args1;}
1920
 
1921
# When interrupted or exit'd, cleanup temporary files, and complete
1922
# config.log.  We remove comments because anyway the quotes in there
1923
# would cause problems or look ugly.
1924
# WARNING: Use '\'' to represent an apostrophe within the trap.
1925
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1926
trap 'exit_status=$?
1927
  # Save into config.log some information that might help in debugging.
1928
  {
1929
    echo
1930
 
1931
    cat <<\_ASBOX
1932
## ---------------- ##
1933
## Cache variables. ##
1934
## ---------------- ##
1935
_ASBOX
1936
    echo
1937
    # The following way of writing the cache mishandles newlines in values,
1938
(
1939
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1940
    eval ac_val=\$$ac_var
1941
    case $ac_val in #(
1942
    *${as_nl}*)
1943
      case $ac_var in #(
1944
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1945
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1946
      esac
1947
      case $ac_var in #(
1948
      _ | IFS | as_nl) ;; #(
1949
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1950
      *) { eval $ac_var=; unset $ac_var;} ;;
1951
      esac ;;
1952
    esac
1953
  done
1954
  (set) 2>&1 |
1955
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1956
    *${as_nl}ac_space=\ *)
1957
      sed -n \
1958
        "s/'\''/'\''\\\\'\'''\''/g;
1959
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1960
      ;; #(
1961
    *)
1962
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1963
      ;;
1964
    esac |
1965
    sort
1966
)
1967
    echo
1968
 
1969
    cat <<\_ASBOX
1970
## ----------------- ##
1971
## Output variables. ##
1972
## ----------------- ##
1973
_ASBOX
1974
    echo
1975
    for ac_var in $ac_subst_vars
1976
    do
1977
      eval ac_val=\$$ac_var
1978
      case $ac_val in
1979
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1980
      esac
1981
      $as_echo "$ac_var='\''$ac_val'\''"
1982
    done | sort
1983
    echo
1984
 
1985
    if test -n "$ac_subst_files"; then
1986
      cat <<\_ASBOX
1987
## ------------------- ##
1988
## File substitutions. ##
1989
## ------------------- ##
1990
_ASBOX
1991
      echo
1992
      for ac_var in $ac_subst_files
1993
      do
1994
        eval ac_val=\$$ac_var
1995
        case $ac_val in
1996
        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1997
        esac
1998
        $as_echo "$ac_var='\''$ac_val'\''"
1999
      done | sort
2000
      echo
2001
    fi
2002
 
2003
    if test -s confdefs.h; then
2004
      cat <<\_ASBOX
2005
## ----------- ##
2006
## confdefs.h. ##
2007
## ----------- ##
2008
_ASBOX
2009
      echo
2010
      cat confdefs.h
2011
      echo
2012
    fi
2013
    test "$ac_signal" != 0 &&
2014
      $as_echo "$as_me: caught signal $ac_signal"
2015
    $as_echo "$as_me: exit $exit_status"
2016
  } >&5
2017
  rm -f core *.core core.conftest.* &&
2018
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2019
    exit $exit_status
2020
' 0
2021
for ac_signal in 1 2 13 15; do
2022
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2023
done
2024
ac_signal=0
2025
 
2026
# confdefs.h avoids OS command line length limits that DEFS can exceed.
2027
rm -f -r conftest* confdefs.h
2028
 
2029
$as_echo "/* confdefs.h */" > confdefs.h
2030
 
2031
# Predefined preprocessor variables.
2032
 
2033
cat >>confdefs.h <<_ACEOF
2034
#define PACKAGE_NAME "$PACKAGE_NAME"
2035
_ACEOF
2036
 
2037
cat >>confdefs.h <<_ACEOF
2038
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2039
_ACEOF
2040
 
2041
cat >>confdefs.h <<_ACEOF
2042
#define PACKAGE_VERSION "$PACKAGE_VERSION"
2043
_ACEOF
2044
 
2045
cat >>confdefs.h <<_ACEOF
2046
#define PACKAGE_STRING "$PACKAGE_STRING"
2047
_ACEOF
2048
 
2049
cat >>confdefs.h <<_ACEOF
2050
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2051
_ACEOF
2052
 
2053
cat >>confdefs.h <<_ACEOF
2054
#define PACKAGE_URL "$PACKAGE_URL"
2055
_ACEOF
2056
 
2057
 
2058
# Let the site file select an alternate cache file if it wants to.
2059
# Prefer an explicitly selected file to automatically selected ones.
2060
ac_site_file1=NONE
2061
ac_site_file2=NONE
2062
if test -n "$CONFIG_SITE"; then
2063
  ac_site_file1=$CONFIG_SITE
2064
elif test "x$prefix" != xNONE; then
2065
  ac_site_file1=$prefix/share/config.site
2066
  ac_site_file2=$prefix/etc/config.site
2067
else
2068
  ac_site_file1=$ac_default_prefix/share/config.site
2069
  ac_site_file2=$ac_default_prefix/etc/config.site
2070
fi
2071
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2072
do
2073
  test "x$ac_site_file" = xNONE && continue
2074
  if test -r "$ac_site_file"; then
2075
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2076
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2077
    sed 's/^/| /' "$ac_site_file" >&5
2078
    . "$ac_site_file"
2079
  fi
2080
done
2081
 
2082
if test -r "$cache_file"; then
2083
  # Some versions of bash will fail to source /dev/null (special
2084
  # files actually), so we avoid doing that.
2085
  if test -f "$cache_file"; then
2086
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2087
$as_echo "$as_me: loading cache $cache_file" >&6;}
2088
    case $cache_file in
2089
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2090
      *)                      . "./$cache_file";;
2091
    esac
2092
  fi
2093
else
2094
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2095
$as_echo "$as_me: creating cache $cache_file" >&6;}
2096
  >$cache_file
2097
fi
2098
 
2099
# Check that the precious variables saved in the cache have kept the same
2100
# value.
2101
ac_cache_corrupted=false
2102
for ac_var in $ac_precious_vars; do
2103
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
2104
  eval ac_new_set=\$ac_env_${ac_var}_set
2105
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2106
  eval ac_new_val=\$ac_env_${ac_var}_value
2107
  case $ac_old_set,$ac_new_set in
2108
    set,)
2109
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2110
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2111
      ac_cache_corrupted=: ;;
2112
    ,set)
2113
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2114
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2115
      ac_cache_corrupted=: ;;
2116
    ,);;
2117
    *)
2118
      if test "x$ac_old_val" != "x$ac_new_val"; then
2119
        # differences in whitespace do not lead to failure.
2120
        ac_old_val_w=`echo x $ac_old_val`
2121
        ac_new_val_w=`echo x $ac_new_val`
2122
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
2123
          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2124
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2125
          ac_cache_corrupted=:
2126
        else
2127
          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2128
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2129
          eval $ac_var=\$ac_old_val
2130
        fi
2131
        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2132
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2133
        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2134
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2135
      fi;;
2136
  esac
2137
  # Pass precious variables to config.status.
2138
  if test "$ac_new_set" = set; then
2139
    case $ac_new_val in
2140
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2141
    *) ac_arg=$ac_var=$ac_new_val ;;
2142
    esac
2143
    case " $ac_configure_args " in
2144
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2145
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2146
    esac
2147
  fi
2148
done
2149
if $ac_cache_corrupted; then
2150
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2151
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2152
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2153
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2154
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2155
fi
2156
## -------------------- ##
2157
## Main body of script. ##
2158
## -------------------- ##
2159
 
2160
ac_ext=c
2161
ac_cpp='$CPP $CPPFLAGS'
2162
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2163
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2164
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2165
 
2166
 
2167
ac_config_headers="$ac_config_headers config.h:config.in"
2168
 
2169
 
2170
# This file contains common code used by all simulators.
2171
#
2172
# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2173
# directory.  It is intended to be invoked before any target specific stuff.
2174
# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2175
# It is intended to be invoked last.
2176
#
2177
# The simulator's configure.in should look like:
2178
#
2179
# dnl Process this file with autoconf to produce a configure script.
2180
# sinclude(../common/aclocal.m4)
2181
# AC_PREREQ(2.5)dnl
2182
# AC_INIT(Makefile.in)
2183
#
2184
# SIM_AC_COMMON
2185
#
2186
# ... target specific stuff ...
2187
#
2188
# SIM_AC_OUTPUT
2189
 
2190
# Include global overrides and fixes for Autoconf.
2191
 
2192
 
2193
 
2194
 
2195
 
2196
 
2197
 
2198
 
2199
 
2200
 
2201
 
2202
 
2203
 
2204
 
2205
 
2206
 
2207
 
2208
 
2209
 
2210
 
2211
 
2212
 
2213
 
2214
# _AC_CHECK_DECL_BODY
2215
# -------------------
2216
# Shell function body for AC_CHECK_DECL.
2217
# _AC_CHECK_DECL_BODY
2218
 
2219
# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2220
#                 INCLUDES)
2221
# -------------------------------------------------------------
2222
# Helper to AC_CHECK_DECLS, which generates the check for a single
2223
# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2224
# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2225
 
2226
 
2227
 
2228
 
2229
 
2230
 
2231
 
2232
 
2233
 
2234
 
2235
 
2236
 
2237
 
2238
 
2239
 
2240
 
2241
 
2242
 
2243
 
2244
 
2245
 
2246
 
2247
 
2248
 
2249
 
2250
 
2251
 
2252
 
2253
 
2254
 
2255
 
2256
 
2257
 
2258
 
2259
 
2260
 
2261
 
2262
 
2263
 
2264
 
2265
 
2266
 
2267
 
2268
 
2269
 
2270
 
2271
 
2272
 
2273
 
2274
 
2275
 
2276
 
2277
 
2278
 
2279
 
2280
 
2281
 
2282
 
2283
sim_inline="-DDEFAULT_INLINE=0"
2284
 
2285
 
2286
 
2287
 
2288
 
2289
 
2290
 
2291
 
2292
 
2293
 
2294
 
2295
 
2296
 
2297
 
2298
 
2299
 
2300
 
2301
 
2302
 
2303
 
2304
 
2305
 
2306
 
2307
 
2308
 
2309
 
2310
 
2311
 
2312
 
2313
 
2314
 
2315
 
2316
 
2317
 
2318
 
2319
 
2320
# intl sister-directory configuration rules.
2321
#
2322
 
2323
# The idea behind this macro is that there's no need to repeat all the
2324
# autoconf probes done by the intl directory - it's already done them
2325
# for us.  In fact, there's no need even to look at the cache for the
2326
# answers.  All we need to do is nab a few pieces of information.
2327
# The intl directory is set up to make this easy, by generating a
2328
# small file which can be sourced as a shell script; then we produce
2329
# the necessary substitutions and definitions for this directory.
2330
 
2331
 
2332
 
2333
# Autoconf M4 include file defining utility macros for complex Canadian
2334
# cross builds.
2335
 
2336
 
2337
 
2338
 
2339
 
2340
 
2341
 
2342
 
2343
 
2344
####
2345
# _NCN_TOOL_PREFIXES:  Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
2346
# or AC_INIT.
2347
# These demand that AC_CANONICAL_SYSTEM be called beforehand.
2348
 
2349
####
2350
# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
2351
# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
2352
 
2353
 
2354
####
2355
# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
2356
# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
2357
 
2358
 
2359
 
2360
# Backported from Autoconf 2.5x; can go away when and if
2361
# we switch.  Put the OS path separator in $PATH_SEPARATOR.
2362
 
2363
 
2364
 
2365
 
2366
# ACX_HAVE_GCC_FOR_TARGET
2367
# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
2368
 
2369
 
2370
# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
2371
# Searching for installed target binutils.  We need to take extra care,
2372
# else we may find the wrong assembler, linker, etc., and lose.
2373
#
2374
# First try --with-build-time-tools, if specified.
2375
#
2376
# For build != host, we ask the installed GCC for the name of the tool it
2377
# uses, and accept it if it is an absolute path.  This is because the
2378
# only good choice for a compiler is the same GCC version that is being
2379
# installed (or we couldn't make target libraries), and we assume that
2380
# on the host system we'll have not only the same GCC version, but also
2381
# the same binutils version.
2382
#
2383
# For build == host, search the same directories that the installed
2384
# compiler will search.  We used to do this for the assembler, linker,
2385
# and nm only; for simplicity of configuration, however, we extend this
2386
# criterion to tools (such as ar and ranlib) that are never invoked by
2387
# the compiler, to avoid mismatches.
2388
#
2389
# Also note we have to check MD_EXEC_PREFIX before checking the user's path
2390
# if build == target.  This makes the most sense only when bootstrapping,
2391
# but we also do so when build != host.  In this case, we hope that the
2392
# build and host systems will have similar contents of MD_EXEC_PREFIX.
2393
#
2394
# If we do not find a suitable binary, then try the user's path.
2395
 
2396
 
2397
###
2398
# AC_PROG_CPP_WERROR
2399
# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
2400
# triggers warnings from the preprocessor.  Will be in autoconf 2.58.
2401
# For now, using this also overrides header checks to use only the
2402
# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
2403
# bit harder from here).
2404
# Eventually autoconf will default to checking headers with the compiler
2405
# instead, and we'll have to do this differently.
2406
 
2407
# AC_PROG_CPP_WERROR
2408
 
2409
# Test for GNAT.
2410
# We require the gnatbind program, and a compiler driver that
2411
# understands Ada.  We use the user's CC setting, already found,
2412
# and possibly add $1 to the command-line parameters.
2413
#
2414
# Sets the shell variable have_gnat to yes or no as appropriate, and
2415
# substitutes GNATBIND and GNATMAKE.
2416
 
2417
 
2418
 
2419
 
2420
 
2421
 
2422
 
2423
 
2424
 
2425
 
2426
 
2427
 
2428
 
2429
 
2430
 
2431
 
2432
 
2433
 
2434
 
2435
 
2436
 
2437
 
2438
 
2439
 
2440
 
2441
# This file contains common code used by all simulators.
2442
#
2443
# common.m4 invokes AC macros used by all simulators and by the common
2444
# directory.  It is intended to be included before any target specific
2445
# stuff.  SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate
2446
# the Makefile.  It is intended to be invoked last.
2447
#
2448
# The simulator's configure.in should look like:
2449
#
2450
# dnl Process this file with autoconf to produce a configure script.
2451
# AC_PREREQ(2.5)dnl
2452
# AC_INIT(Makefile.in)
2453
# AC_CONFIG_HEADER(config.h:config.in)
2454
#
2455
# sinclude(../common/aclocal.m4)
2456
# sinclude(../common/common.m4)
2457
#
2458
# ... target specific stuff ...
2459
 
2460
ac_aux_dir=
2461
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2462
  for ac_t in install-sh install.sh shtool; do
2463
    if test -f "$ac_dir/$ac_t"; then
2464
      ac_aux_dir=$ac_dir
2465
      ac_install_sh="$ac_aux_dir/$ac_t -c"
2466
      break 2
2467
    fi
2468
  done
2469
done
2470
if test -z "$ac_aux_dir"; then
2471
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2472
fi
2473
 
2474
# These three variables are undocumented and unsupported,
2475
# and are intended to be withdrawn in a future Autoconf release.
2476
# They can cause serious problems if a builder's source tree is in a directory
2477
# whose full name contains unusual characters.
2478
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2479
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2480
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2481
 
2482
 
2483
# Make sure we can run config.sub.
2484
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2485
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2486
 
2487
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2488
$as_echo_n "checking build system type... " >&6; }
2489
if test "${ac_cv_build+set}" = set; then :
2490
  $as_echo_n "(cached) " >&6
2491
else
2492
  ac_build_alias=$build_alias
2493
test "x$ac_build_alias" = x &&
2494
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2495
test "x$ac_build_alias" = x &&
2496
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2497
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2498
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2499
 
2500
fi
2501
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2502
$as_echo "$ac_cv_build" >&6; }
2503
case $ac_cv_build in
2504
*-*-*) ;;
2505
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2506
esac
2507
build=$ac_cv_build
2508
ac_save_IFS=$IFS; IFS='-'
2509
set x $ac_cv_build
2510
shift
2511
build_cpu=$1
2512
build_vendor=$2
2513
shift; shift
2514
# Remember, the first character of IFS is used to create $*,
2515
# except with old shells:
2516
build_os=$*
2517
IFS=$ac_save_IFS
2518
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2519
 
2520
 
2521
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2522
$as_echo_n "checking host system type... " >&6; }
2523
if test "${ac_cv_host+set}" = set; then :
2524
  $as_echo_n "(cached) " >&6
2525
else
2526
  if test "x$host_alias" = x; then
2527
  ac_cv_host=$ac_cv_build
2528
else
2529
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2530
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2531
fi
2532
 
2533
fi
2534
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2535
$as_echo "$ac_cv_host" >&6; }
2536
case $ac_cv_host in
2537
*-*-*) ;;
2538
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2539
esac
2540
host=$ac_cv_host
2541
ac_save_IFS=$IFS; IFS='-'
2542
set x $ac_cv_host
2543
shift
2544
host_cpu=$1
2545
host_vendor=$2
2546
shift; shift
2547
# Remember, the first character of IFS is used to create $*,
2548
# except with old shells:
2549
host_os=$*
2550
IFS=$ac_save_IFS
2551
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2552
 
2553
 
2554
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2555
$as_echo_n "checking target system type... " >&6; }
2556
if test "${ac_cv_target+set}" = set; then :
2557
  $as_echo_n "(cached) " >&6
2558
else
2559
  if test "x$target_alias" = x; then
2560
  ac_cv_target=$ac_cv_host
2561
else
2562
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2563
    as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2564
fi
2565
 
2566
fi
2567
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2568
$as_echo "$ac_cv_target" >&6; }
2569
case $ac_cv_target in
2570
*-*-*) ;;
2571
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2572
esac
2573
target=$ac_cv_target
2574
ac_save_IFS=$IFS; IFS='-'
2575
set x $ac_cv_target
2576
shift
2577
target_cpu=$1
2578
target_vendor=$2
2579
shift; shift
2580
# Remember, the first character of IFS is used to create $*,
2581
# except with old shells:
2582
target_os=$*
2583
IFS=$ac_save_IFS
2584
case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2585
 
2586
 
2587
# The aliases save the names the user supplied, while $host etc.
2588
# will get canonicalized.
2589
test -n "$target_alias" &&
2590
  test "$program_prefix$program_suffix$program_transform_name" = \
2591
    NONENONEs,x,x, &&
2592
  program_prefix=${target_alias}-
2593
 
2594
test "$program_prefix" != NONE &&
2595
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2596
# Use a double $ so make ignores it.
2597
test "$program_suffix" != NONE &&
2598
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2599
# Double any \ or $.
2600
# By default was `s,x,x', remove it if useless.
2601
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2602
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2603
 
2604
ac_ext=c
2605
ac_cpp='$CPP $CPPFLAGS'
2606
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2607
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2608
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2609
if test -n "$ac_tool_prefix"; then
2610
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2611
set dummy ${ac_tool_prefix}gcc; ac_word=$2
2612
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2613
$as_echo_n "checking for $ac_word... " >&6; }
2614
if test "${ac_cv_prog_CC+set}" = set; then :
2615
  $as_echo_n "(cached) " >&6
2616
else
2617
  if test -n "$CC"; then
2618
  ac_cv_prog_CC="$CC" # Let the user override the test.
2619
else
2620
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2621
for as_dir in $PATH
2622
do
2623
  IFS=$as_save_IFS
2624
  test -z "$as_dir" && as_dir=.
2625
    for ac_exec_ext in '' $ac_executable_extensions; do
2626
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2627
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2628
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2629
    break 2
2630
  fi
2631
done
2632
  done
2633
IFS=$as_save_IFS
2634
 
2635
fi
2636
fi
2637
CC=$ac_cv_prog_CC
2638
if test -n "$CC"; then
2639
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2640
$as_echo "$CC" >&6; }
2641
else
2642
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2643
$as_echo "no" >&6; }
2644
fi
2645
 
2646
 
2647
fi
2648
if test -z "$ac_cv_prog_CC"; then
2649
  ac_ct_CC=$CC
2650
  # Extract the first word of "gcc", so it can be a program name with args.
2651
set dummy gcc; ac_word=$2
2652
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2653
$as_echo_n "checking for $ac_word... " >&6; }
2654
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2655
  $as_echo_n "(cached) " >&6
2656
else
2657
  if test -n "$ac_ct_CC"; then
2658
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2659
else
2660
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2661
for as_dir in $PATH
2662
do
2663
  IFS=$as_save_IFS
2664
  test -z "$as_dir" && as_dir=.
2665
    for ac_exec_ext in '' $ac_executable_extensions; do
2666
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2667
    ac_cv_prog_ac_ct_CC="gcc"
2668
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2669
    break 2
2670
  fi
2671
done
2672
  done
2673
IFS=$as_save_IFS
2674
 
2675
fi
2676
fi
2677
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2678
if test -n "$ac_ct_CC"; then
2679
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2680
$as_echo "$ac_ct_CC" >&6; }
2681
else
2682
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2683
$as_echo "no" >&6; }
2684
fi
2685
 
2686
  if test "x$ac_ct_CC" = x; then
2687
    CC=""
2688
  else
2689
    case $cross_compiling:$ac_tool_warned in
2690
yes:)
2691
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2692
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2693
ac_tool_warned=yes ;;
2694
esac
2695
    CC=$ac_ct_CC
2696
  fi
2697
else
2698
  CC="$ac_cv_prog_CC"
2699
fi
2700
 
2701
if test -z "$CC"; then
2702
          if test -n "$ac_tool_prefix"; then
2703
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2704
set dummy ${ac_tool_prefix}cc; ac_word=$2
2705
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706
$as_echo_n "checking for $ac_word... " >&6; }
2707
if test "${ac_cv_prog_CC+set}" = set; then :
2708
  $as_echo_n "(cached) " >&6
2709
else
2710
  if test -n "$CC"; then
2711
  ac_cv_prog_CC="$CC" # Let the user override the test.
2712
else
2713
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714
for as_dir in $PATH
2715
do
2716
  IFS=$as_save_IFS
2717
  test -z "$as_dir" && as_dir=.
2718
    for ac_exec_ext in '' $ac_executable_extensions; do
2719
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720
    ac_cv_prog_CC="${ac_tool_prefix}cc"
2721
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2722
    break 2
2723
  fi
2724
done
2725
  done
2726
IFS=$as_save_IFS
2727
 
2728
fi
2729
fi
2730
CC=$ac_cv_prog_CC
2731
if test -n "$CC"; then
2732
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2733
$as_echo "$CC" >&6; }
2734
else
2735
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736
$as_echo "no" >&6; }
2737
fi
2738
 
2739
 
2740
  fi
2741
fi
2742
if test -z "$CC"; then
2743
  # Extract the first word of "cc", so it can be a program name with args.
2744
set dummy cc; ac_word=$2
2745
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2746
$as_echo_n "checking for $ac_word... " >&6; }
2747
if test "${ac_cv_prog_CC+set}" = set; then :
2748
  $as_echo_n "(cached) " >&6
2749
else
2750
  if test -n "$CC"; then
2751
  ac_cv_prog_CC="$CC" # Let the user override the test.
2752
else
2753
  ac_prog_rejected=no
2754
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2755
for as_dir in $PATH
2756
do
2757
  IFS=$as_save_IFS
2758
  test -z "$as_dir" && as_dir=.
2759
    for ac_exec_ext in '' $ac_executable_extensions; do
2760
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2761
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2762
       ac_prog_rejected=yes
2763
       continue
2764
     fi
2765
    ac_cv_prog_CC="cc"
2766
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2767
    break 2
2768
  fi
2769
done
2770
  done
2771
IFS=$as_save_IFS
2772
 
2773
if test $ac_prog_rejected = yes; then
2774
  # We found a bogon in the path, so make sure we never use it.
2775
  set dummy $ac_cv_prog_CC
2776
  shift
2777
  if test $# != 0; then
2778
    # We chose a different compiler from the bogus one.
2779
    # However, it has the same basename, so the bogon will be chosen
2780
    # first if we set CC to just the basename; use the full file name.
2781
    shift
2782
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2783
  fi
2784
fi
2785
fi
2786
fi
2787
CC=$ac_cv_prog_CC
2788
if test -n "$CC"; then
2789
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2790
$as_echo "$CC" >&6; }
2791
else
2792
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2793
$as_echo "no" >&6; }
2794
fi
2795
 
2796
 
2797
fi
2798
if test -z "$CC"; then
2799
  if test -n "$ac_tool_prefix"; then
2800
  for ac_prog in cl.exe
2801
  do
2802
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2803
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2804
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2805
$as_echo_n "checking for $ac_word... " >&6; }
2806
if test "${ac_cv_prog_CC+set}" = set; then :
2807
  $as_echo_n "(cached) " >&6
2808
else
2809
  if test -n "$CC"; then
2810
  ac_cv_prog_CC="$CC" # Let the user override the test.
2811
else
2812
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2813
for as_dir in $PATH
2814
do
2815
  IFS=$as_save_IFS
2816
  test -z "$as_dir" && as_dir=.
2817
    for ac_exec_ext in '' $ac_executable_extensions; do
2818
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2819
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2820
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2821
    break 2
2822
  fi
2823
done
2824
  done
2825
IFS=$as_save_IFS
2826
 
2827
fi
2828
fi
2829
CC=$ac_cv_prog_CC
2830
if test -n "$CC"; then
2831
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2832
$as_echo "$CC" >&6; }
2833
else
2834
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2835
$as_echo "no" >&6; }
2836
fi
2837
 
2838
 
2839
    test -n "$CC" && break
2840
  done
2841
fi
2842
if test -z "$CC"; then
2843
  ac_ct_CC=$CC
2844
  for ac_prog in cl.exe
2845
do
2846
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2847
set dummy $ac_prog; ac_word=$2
2848
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2849
$as_echo_n "checking for $ac_word... " >&6; }
2850
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2851
  $as_echo_n "(cached) " >&6
2852
else
2853
  if test -n "$ac_ct_CC"; then
2854
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2855
else
2856
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2857
for as_dir in $PATH
2858
do
2859
  IFS=$as_save_IFS
2860
  test -z "$as_dir" && as_dir=.
2861
    for ac_exec_ext in '' $ac_executable_extensions; do
2862
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2863
    ac_cv_prog_ac_ct_CC="$ac_prog"
2864
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2865
    break 2
2866
  fi
2867
done
2868
  done
2869
IFS=$as_save_IFS
2870
 
2871
fi
2872
fi
2873
ac_ct_CC=$ac_cv_prog_ac_ct_CC
2874
if test -n "$ac_ct_CC"; then
2875
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2876
$as_echo "$ac_ct_CC" >&6; }
2877
else
2878
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2879
$as_echo "no" >&6; }
2880
fi
2881
 
2882
 
2883
  test -n "$ac_ct_CC" && break
2884
done
2885
 
2886
  if test "x$ac_ct_CC" = x; then
2887
    CC=""
2888
  else
2889
    case $cross_compiling:$ac_tool_warned in
2890
yes:)
2891
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2892
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2893
ac_tool_warned=yes ;;
2894
esac
2895
    CC=$ac_ct_CC
2896
  fi
2897
fi
2898
 
2899
fi
2900
 
2901
 
2902
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2903
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2904
as_fn_error "no acceptable C compiler found in \$PATH
2905
See \`config.log' for more details." "$LINENO" 5; }
2906
 
2907
# Provide some information about the compiler.
2908
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2909
set X $ac_compile
2910
ac_compiler=$2
2911
for ac_option in --version -v -V -qversion; do
2912
  { { ac_try="$ac_compiler $ac_option >&5"
2913
case "(($ac_try" in
2914
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915
  *) ac_try_echo=$ac_try;;
2916
esac
2917
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2918
$as_echo "$ac_try_echo"; } >&5
2919
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2920
  ac_status=$?
2921
  if test -s conftest.err; then
2922
    sed '10a\
2923
... rest of stderr output deleted ...
2924
         10q' conftest.err >conftest.er1
2925
    cat conftest.er1 >&5
2926
    rm -f conftest.er1 conftest.err
2927
  fi
2928
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2929
  test $ac_status = 0; }
2930
done
2931
 
2932
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2933
/* end confdefs.h.  */
2934
 
2935
int
2936
main ()
2937
{
2938
 
2939
  ;
2940
  return 0;
2941
}
2942
_ACEOF
2943
ac_clean_files_save=$ac_clean_files
2944
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2945
# Try to create an executable without -o first, disregard a.out.
2946
# It will help us diagnose broken compilers, and finding out an intuition
2947
# of exeext.
2948
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2949
$as_echo_n "checking for C compiler default output file name... " >&6; }
2950
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2951
 
2952
# The possible output files:
2953
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2954
 
2955
ac_rmfiles=
2956
for ac_file in $ac_files
2957
do
2958
  case $ac_file in
2959
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2960
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2961
  esac
2962
done
2963
rm -f $ac_rmfiles
2964
 
2965
if { { ac_try="$ac_link_default"
2966
case "(($ac_try" in
2967
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968
  *) ac_try_echo=$ac_try;;
2969
esac
2970
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2971
$as_echo "$ac_try_echo"; } >&5
2972
  (eval "$ac_link_default") 2>&5
2973
  ac_status=$?
2974
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2975
  test $ac_status = 0; }; then :
2976
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2977
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2978
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2979
# so that the user can short-circuit this test for compilers unknown to
2980
# Autoconf.
2981
for ac_file in $ac_files ''
2982
do
2983
  test -f "$ac_file" || continue
2984
  case $ac_file in
2985
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2986
        ;;
2987
    [ab].out )
2988
        # We found the default executable, but exeext='' is most
2989
        # certainly right.
2990
        break;;
2991
    *.* )
2992
        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2993
        then :; else
2994
           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2995
        fi
2996
        # We set ac_cv_exeext here because the later test for it is not
2997
        # safe: cross compilers may not add the suffix if given an `-o'
2998
        # argument, so we may need to know it at that point already.
2999
        # Even if this section looks crufty: it has the advantage of
3000
        # actually working.
3001
        break;;
3002
    * )
3003
        break;;
3004
  esac
3005
done
3006
test "$ac_cv_exeext" = no && ac_cv_exeext=
3007
 
3008
else
3009
  ac_file=''
3010
fi
3011
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3012
$as_echo "$ac_file" >&6; }
3013
if test -z "$ac_file"; then :
3014
  $as_echo "$as_me: failed program was:" >&5
3015
sed 's/^/| /' conftest.$ac_ext >&5
3016
 
3017
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3018
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3019
{ as_fn_set_status 77
3020
as_fn_error "C compiler cannot create executables
3021
See \`config.log' for more details." "$LINENO" 5; }; }
3022
fi
3023
ac_exeext=$ac_cv_exeext
3024
 
3025
# Check that the compiler produces executables we can run.  If not, either
3026
# the compiler is broken, or we cross compile.
3027
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3028
$as_echo_n "checking whether the C compiler works... " >&6; }
3029
# If not cross compiling, check that we can run a simple program.
3030
if test "$cross_compiling" != yes; then
3031
  if { ac_try='./$ac_file'
3032
  { { case "(($ac_try" in
3033
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034
  *) ac_try_echo=$ac_try;;
3035
esac
3036
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3037
$as_echo "$ac_try_echo"; } >&5
3038
  (eval "$ac_try") 2>&5
3039
  ac_status=$?
3040
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3041
  test $ac_status = 0; }; }; then
3042
    cross_compiling=no
3043
  else
3044
    if test "$cross_compiling" = maybe; then
3045
        cross_compiling=yes
3046
    else
3047
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3048
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3049
as_fn_error "cannot run C compiled programs.
3050
If you meant to cross compile, use \`--host'.
3051
See \`config.log' for more details." "$LINENO" 5; }
3052
    fi
3053
  fi
3054
fi
3055
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3056
$as_echo "yes" >&6; }
3057
 
3058
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3059
ac_clean_files=$ac_clean_files_save
3060
# Check that the compiler produces executables we can run.  If not, either
3061
# the compiler is broken, or we cross compile.
3062
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3063
$as_echo_n "checking whether we are cross compiling... " >&6; }
3064
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3065
$as_echo "$cross_compiling" >&6; }
3066
 
3067
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3068
$as_echo_n "checking for suffix of executables... " >&6; }
3069
if { { ac_try="$ac_link"
3070
case "(($ac_try" in
3071
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3072
  *) ac_try_echo=$ac_try;;
3073
esac
3074
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3075
$as_echo "$ac_try_echo"; } >&5
3076
  (eval "$ac_link") 2>&5
3077
  ac_status=$?
3078
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3079
  test $ac_status = 0; }; then :
3080
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3081
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3082
# work properly (i.e., refer to `conftest.exe'), while it won't with
3083
# `rm'.
3084
for ac_file in conftest.exe conftest conftest.*; do
3085
  test -f "$ac_file" || continue
3086
  case $ac_file in
3087
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3088
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3089
          break;;
3090
    * ) break;;
3091
  esac
3092
done
3093
else
3094
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3095
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3096
as_fn_error "cannot compute suffix of executables: cannot compile and link
3097
See \`config.log' for more details." "$LINENO" 5; }
3098
fi
3099
rm -f conftest$ac_cv_exeext
3100
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3101
$as_echo "$ac_cv_exeext" >&6; }
3102
 
3103
rm -f conftest.$ac_ext
3104
EXEEXT=$ac_cv_exeext
3105
ac_exeext=$EXEEXT
3106
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3107
$as_echo_n "checking for suffix of object files... " >&6; }
3108
if test "${ac_cv_objext+set}" = set; then :
3109
  $as_echo_n "(cached) " >&6
3110
else
3111
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3112
/* end confdefs.h.  */
3113
 
3114
int
3115
main ()
3116
{
3117
 
3118
  ;
3119
  return 0;
3120
}
3121
_ACEOF
3122
rm -f conftest.o conftest.obj
3123
if { { ac_try="$ac_compile"
3124
case "(($ac_try" in
3125
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3126
  *) ac_try_echo=$ac_try;;
3127
esac
3128
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3129
$as_echo "$ac_try_echo"; } >&5
3130
  (eval "$ac_compile") 2>&5
3131
  ac_status=$?
3132
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3133
  test $ac_status = 0; }; then :
3134
  for ac_file in conftest.o conftest.obj conftest.*; do
3135
  test -f "$ac_file" || continue;
3136
  case $ac_file in
3137
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3138
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3139
       break;;
3140
  esac
3141
done
3142
else
3143
  $as_echo "$as_me: failed program was:" >&5
3144
sed 's/^/| /' conftest.$ac_ext >&5
3145
 
3146
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3147
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3148
as_fn_error "cannot compute suffix of object files: cannot compile
3149
See \`config.log' for more details." "$LINENO" 5; }
3150
fi
3151
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3152
fi
3153
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3154
$as_echo "$ac_cv_objext" >&6; }
3155
OBJEXT=$ac_cv_objext
3156
ac_objext=$OBJEXT
3157
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3158
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3159
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3160
  $as_echo_n "(cached) " >&6
3161
else
3162
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3163
/* end confdefs.h.  */
3164
 
3165
int
3166
main ()
3167
{
3168
#ifndef __GNUC__
3169
       choke me
3170
#endif
3171
 
3172
  ;
3173
  return 0;
3174
}
3175
_ACEOF
3176
if ac_fn_c_try_compile "$LINENO"; then :
3177
  ac_compiler_gnu=yes
3178
else
3179
  ac_compiler_gnu=no
3180
fi
3181
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3182
ac_cv_c_compiler_gnu=$ac_compiler_gnu
3183
 
3184
fi
3185
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3186
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3187
if test $ac_compiler_gnu = yes; then
3188
  GCC=yes
3189
else
3190
  GCC=
3191
fi
3192
ac_test_CFLAGS=${CFLAGS+set}
3193
ac_save_CFLAGS=$CFLAGS
3194
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3195
$as_echo_n "checking whether $CC accepts -g... " >&6; }
3196
if test "${ac_cv_prog_cc_g+set}" = set; then :
3197
  $as_echo_n "(cached) " >&6
3198
else
3199
  ac_save_c_werror_flag=$ac_c_werror_flag
3200
   ac_c_werror_flag=yes
3201
   ac_cv_prog_cc_g=no
3202
   CFLAGS="-g"
3203
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3204
/* end confdefs.h.  */
3205
 
3206
int
3207
main ()
3208
{
3209
 
3210
  ;
3211
  return 0;
3212
}
3213
_ACEOF
3214
if ac_fn_c_try_compile "$LINENO"; then :
3215
  ac_cv_prog_cc_g=yes
3216
else
3217
  CFLAGS=""
3218
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219
/* end confdefs.h.  */
3220
 
3221
int
3222
main ()
3223
{
3224
 
3225
  ;
3226
  return 0;
3227
}
3228
_ACEOF
3229
if ac_fn_c_try_compile "$LINENO"; then :
3230
 
3231
else
3232
  ac_c_werror_flag=$ac_save_c_werror_flag
3233
         CFLAGS="-g"
3234
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3235
/* end confdefs.h.  */
3236
 
3237
int
3238
main ()
3239
{
3240
 
3241
  ;
3242
  return 0;
3243
}
3244
_ACEOF
3245
if ac_fn_c_try_compile "$LINENO"; then :
3246
  ac_cv_prog_cc_g=yes
3247
fi
3248
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3249
fi
3250
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3251
fi
3252
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3253
   ac_c_werror_flag=$ac_save_c_werror_flag
3254
fi
3255
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3256
$as_echo "$ac_cv_prog_cc_g" >&6; }
3257
if test "$ac_test_CFLAGS" = set; then
3258
  CFLAGS=$ac_save_CFLAGS
3259
elif test $ac_cv_prog_cc_g = yes; then
3260
  if test "$GCC" = yes; then
3261
    CFLAGS="-g -O2"
3262
  else
3263
    CFLAGS="-g"
3264
  fi
3265
else
3266
  if test "$GCC" = yes; then
3267
    CFLAGS="-O2"
3268
  else
3269
    CFLAGS=
3270
  fi
3271
fi
3272
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3273
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3274
if test "${ac_cv_prog_cc_c89+set}" = set; then :
3275
  $as_echo_n "(cached) " >&6
3276
else
3277
  ac_cv_prog_cc_c89=no
3278
ac_save_CC=$CC
3279
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3280
/* end confdefs.h.  */
3281
#include 
3282
#include 
3283
#include 
3284
#include 
3285
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3286
struct buf { int x; };
3287
FILE * (*rcsopen) (struct buf *, struct stat *, int);
3288
static char *e (p, i)
3289
     char **p;
3290
     int i;
3291
{
3292
  return p[i];
3293
}
3294
static char *f (char * (*g) (char **, int), char **p, ...)
3295
{
3296
  char *s;
3297
  va_list v;
3298
  va_start (v,p);
3299
  s = g (p, va_arg (v,int));
3300
  va_end (v);
3301
  return s;
3302
}
3303
 
3304
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3305
   function prototypes and stuff, but not '\xHH' hex character constants.
3306
   These don't provoke an error unfortunately, instead are silently treated
3307
   as 'x'.  The following induces an error, until -std is added to get
3308
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3309
   array size at least.  It's necessary to write '\x00'==0 to get something
3310
   that's true only with -std.  */
3311
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3312
 
3313
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3314
   inside strings and character constants.  */
3315
#define FOO(x) 'x'
3316
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3317
 
3318
int test (int i, double x);
3319
struct s1 {int (*f) (int a);};
3320
struct s2 {int (*f) (double a);};
3321
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3322
int argc;
3323
char **argv;
3324
int
3325
main ()
3326
{
3327
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3328
  ;
3329
  return 0;
3330
}
3331
_ACEOF
3332
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3333
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3334
do
3335
  CC="$ac_save_CC $ac_arg"
3336
  if ac_fn_c_try_compile "$LINENO"; then :
3337
  ac_cv_prog_cc_c89=$ac_arg
3338
fi
3339
rm -f core conftest.err conftest.$ac_objext
3340
  test "x$ac_cv_prog_cc_c89" != "xno" && break
3341
done
3342
rm -f conftest.$ac_ext
3343
CC=$ac_save_CC
3344
 
3345
fi
3346
# AC_CACHE_VAL
3347
case "x$ac_cv_prog_cc_c89" in
3348
  x)
3349
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3350
$as_echo "none needed" >&6; } ;;
3351
  xno)
3352
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3353
$as_echo "unsupported" >&6; } ;;
3354
  *)
3355
    CC="$CC $ac_cv_prog_cc_c89"
3356
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3357
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3358
esac
3359
if test "x$ac_cv_prog_cc_c89" != xno; then :
3360
 
3361
fi
3362
 
3363
ac_ext=c
3364
ac_cpp='$CPP $CPPFLAGS'
3365
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3366
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3367
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3368
 
3369
# Find a good install program.  We prefer a C program (faster),
3370
# so one script is as good as another.  But avoid the broken or
3371
# incompatible versions:
3372
# SysV /etc/install, /usr/sbin/install
3373
# SunOS /usr/etc/install
3374
# IRIX /sbin/install
3375
# AIX /bin/install
3376
# AmigaOS /C/install, which installs bootblocks on floppy discs
3377
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3378
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3379
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3380
# OS/2's system install, which has a completely different semantic
3381
# ./install, which can be erroneously created by make from ./install.sh.
3382
# Reject install programs that cannot install multiple files.
3383
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3384
$as_echo_n "checking for a BSD-compatible install... " >&6; }
3385
if test -z "$INSTALL"; then
3386
if test "${ac_cv_path_install+set}" = set; then :
3387
  $as_echo_n "(cached) " >&6
3388
else
3389
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3390
for as_dir in $PATH
3391
do
3392
  IFS=$as_save_IFS
3393
  test -z "$as_dir" && as_dir=.
3394
    # Account for people who put trailing slashes in PATH elements.
3395
case $as_dir/ in #((
3396
  ./ | .// | /[cC]/* | \
3397
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3398
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3399
  /usr/ucb/* ) ;;
3400
  *)
3401
    # OSF1 and SCO ODT 3.0 have their own names for install.
3402
    # Don't use installbsd from OSF since it installs stuff as root
3403
    # by default.
3404
    for ac_prog in ginstall scoinst install; do
3405
      for ac_exec_ext in '' $ac_executable_extensions; do
3406
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3407
          if test $ac_prog = install &&
3408
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3409
            # AIX install.  It has an incompatible calling convention.
3410
            :
3411
          elif test $ac_prog = install &&
3412
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3413
            # program-specific install script used by HP pwplus--don't use.
3414
            :
3415
          else
3416
            rm -rf conftest.one conftest.two conftest.dir
3417
            echo one > conftest.one
3418
            echo two > conftest.two
3419
            mkdir conftest.dir
3420
            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3421
              test -s conftest.one && test -s conftest.two &&
3422
              test -s conftest.dir/conftest.one &&
3423
              test -s conftest.dir/conftest.two
3424
            then
3425
              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3426
              break 3
3427
            fi
3428
          fi
3429
        fi
3430
      done
3431
    done
3432
    ;;
3433
esac
3434
 
3435
  done
3436
IFS=$as_save_IFS
3437
 
3438
rm -rf conftest.one conftest.two conftest.dir
3439
 
3440
fi
3441
  if test "${ac_cv_path_install+set}" = set; then
3442
    INSTALL=$ac_cv_path_install
3443
  else
3444
    # As a last resort, use the slow shell script.  Don't cache a
3445
    # value for INSTALL within a source directory, because that will
3446
    # break other packages using the cache if that directory is
3447
    # removed, or if the value is a relative name.
3448
    INSTALL=$ac_install_sh
3449
  fi
3450
fi
3451
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3452
$as_echo "$INSTALL" >&6; }
3453
 
3454
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3455
# It thinks the first close brace ends the variable substitution.
3456
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3457
 
3458
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3459
 
3460
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3461
 
3462
 
3463
# Put a plausible default for CC_FOR_BUILD in Makefile.
3464
if test "x$cross_compiling" = "xno"; then
3465
  CC_FOR_BUILD='$(CC)'
3466
else
3467
  CC_FOR_BUILD=gcc
3468
fi
3469
 
3470
 
3471
 
3472
 
3473
AR=${AR-ar}
3474
 
3475
if test -n "$ac_tool_prefix"; then
3476
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3477
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3478
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3479
$as_echo_n "checking for $ac_word... " >&6; }
3480
if test "${ac_cv_prog_RANLIB+set}" = set; then :
3481
  $as_echo_n "(cached) " >&6
3482
else
3483
  if test -n "$RANLIB"; then
3484
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3485
else
3486
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3487
for as_dir in $PATH
3488
do
3489
  IFS=$as_save_IFS
3490
  test -z "$as_dir" && as_dir=.
3491
    for ac_exec_ext in '' $ac_executable_extensions; do
3492
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3493
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3494
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3495
    break 2
3496
  fi
3497
done
3498
  done
3499
IFS=$as_save_IFS
3500
 
3501
fi
3502
fi
3503
RANLIB=$ac_cv_prog_RANLIB
3504
if test -n "$RANLIB"; then
3505
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3506
$as_echo "$RANLIB" >&6; }
3507
else
3508
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3509
$as_echo "no" >&6; }
3510
fi
3511
 
3512
 
3513
fi
3514
if test -z "$ac_cv_prog_RANLIB"; then
3515
  ac_ct_RANLIB=$RANLIB
3516
  # Extract the first word of "ranlib", so it can be a program name with args.
3517
set dummy ranlib; ac_word=$2
3518
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3519
$as_echo_n "checking for $ac_word... " >&6; }
3520
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
3521
  $as_echo_n "(cached) " >&6
3522
else
3523
  if test -n "$ac_ct_RANLIB"; then
3524
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3525
else
3526
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3527
for as_dir in $PATH
3528
do
3529
  IFS=$as_save_IFS
3530
  test -z "$as_dir" && as_dir=.
3531
    for ac_exec_ext in '' $ac_executable_extensions; do
3532
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3533
    ac_cv_prog_ac_ct_RANLIB="ranlib"
3534
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3535
    break 2
3536
  fi
3537
done
3538
  done
3539
IFS=$as_save_IFS
3540
 
3541
fi
3542
fi
3543
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3544
if test -n "$ac_ct_RANLIB"; then
3545
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3546
$as_echo "$ac_ct_RANLIB" >&6; }
3547
else
3548
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3549
$as_echo "no" >&6; }
3550
fi
3551
 
3552
  if test "x$ac_ct_RANLIB" = x; then
3553
    RANLIB=":"
3554
  else
3555
    case $cross_compiling:$ac_tool_warned in
3556
yes:)
3557
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3558
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3559
ac_tool_warned=yes ;;
3560
esac
3561
    RANLIB=$ac_ct_RANLIB
3562
  fi
3563
else
3564
  RANLIB="$ac_cv_prog_RANLIB"
3565
fi
3566
 
3567
 
3568
ALL_LINGUAS=
3569
# If we haven't got the data from the intl directory,
3570
# assume NLS is disabled.
3571
USE_NLS=no
3572
LIBINTL=
3573
LIBINTL_DEP=
3574
INCINTL=
3575
XGETTEXT=
3576
GMSGFMT=
3577
POSUB=
3578
 
3579
if test -f  ../../intl/config.intl; then
3580
  .  ../../intl/config.intl
3581
fi
3582
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
3583
$as_echo_n "checking whether NLS is requested... " >&6; }
3584
if test x"$USE_NLS" != xyes; then
3585
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3586
$as_echo "no" >&6; }
3587
else
3588
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3589
$as_echo "yes" >&6; }
3590
 
3591
$as_echo "#define ENABLE_NLS 1" >>confdefs.h
3592
 
3593
 
3594
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
3595
$as_echo_n "checking for catalogs to be installed... " >&6; }
3596
  # Look for .po and .gmo files in the source directory.
3597
  CATALOGS=
3598
  XLINGUAS=
3599
  for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
3600
    # If there aren't any .gmo files the shell will give us the
3601
    # literal string "../path/to/srcdir/po/*.gmo" which has to be
3602
    # weeded out.
3603
    case "$cat" in *\**)
3604
      continue;;
3605
    esac
3606
    # The quadruple backslash is collapsed to a double backslash
3607
    # by the backticks, then collapsed again by the double quotes,
3608
    # leaving us with one backslash in the sed expression (right
3609
    # before the dot that mustn't act as a wildcard).
3610
    cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
3611
    lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
3612
    # The user is allowed to set LINGUAS to a list of languages to
3613
    # install catalogs for.  If it's empty that means "all of them."
3614
    if test "x$LINGUAS" = x; then
3615
      CATALOGS="$CATALOGS $cat"
3616
      XLINGUAS="$XLINGUAS $lang"
3617
    else
3618
      case "$LINGUAS" in *$lang*)
3619
        CATALOGS="$CATALOGS $cat"
3620
        XLINGUAS="$XLINGUAS $lang"
3621
        ;;
3622
      esac
3623
    fi
3624
  done
3625
  LINGUAS="$XLINGUAS"
3626
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
3627
$as_echo "$LINGUAS" >&6; }
3628
 
3629
 
3630
    DATADIRNAME=share
3631
 
3632
  INSTOBJEXT=.mo
3633
 
3634
  GENCAT=gencat
3635
 
3636
  CATOBJEXT=.gmo
3637
 
3638
fi
3639
 
3640
# Check for common headers.
3641
# FIXME: Seems to me this can cause problems for i386-windows hosts.
3642
# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
3643
 
3644
ac_ext=c
3645
ac_cpp='$CPP $CPPFLAGS'
3646
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3647
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3648
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3649
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3650
$as_echo_n "checking how to run the C preprocessor... " >&6; }
3651
# On Suns, sometimes $CPP names a directory.
3652
if test -n "$CPP" && test -d "$CPP"; then
3653
  CPP=
3654
fi
3655
if test -z "$CPP"; then
3656
  if test "${ac_cv_prog_CPP+set}" = set; then :
3657
  $as_echo_n "(cached) " >&6
3658
else
3659
      # Double quotes because CPP needs to be expanded
3660
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3661
    do
3662
      ac_preproc_ok=false
3663
for ac_c_preproc_warn_flag in '' yes
3664
do
3665
  # Use a header file that comes with gcc, so configuring glibc
3666
  # with a fresh cross-compiler works.
3667
  # Prefer  to  if __STDC__ is defined, since
3668
  #  exists even on freestanding compilers.
3669
  # On the NeXT, cc -E runs the code through the compiler's parser,
3670
  # not just through cpp. "Syntax error" is here to catch this case.
3671
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3672
/* end confdefs.h.  */
3673
#ifdef __STDC__
3674
# include 
3675
#else
3676
# include 
3677
#endif
3678
                     Syntax error
3679
_ACEOF
3680
if ac_fn_c_try_cpp "$LINENO"; then :
3681
 
3682
else
3683
  # Broken: fails on valid input.
3684
continue
3685
fi
3686
rm -f conftest.err conftest.$ac_ext
3687
 
3688
  # OK, works on sane cases.  Now check whether nonexistent headers
3689
  # can be detected and how.
3690
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3691
/* end confdefs.h.  */
3692
#include 
3693
_ACEOF
3694
if ac_fn_c_try_cpp "$LINENO"; then :
3695
  # Broken: success on invalid input.
3696
continue
3697
else
3698
  # Passes both tests.
3699
ac_preproc_ok=:
3700
break
3701
fi
3702
rm -f conftest.err conftest.$ac_ext
3703
 
3704
done
3705
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3706
rm -f conftest.err conftest.$ac_ext
3707
if $ac_preproc_ok; then :
3708
  break
3709
fi
3710
 
3711
    done
3712
    ac_cv_prog_CPP=$CPP
3713
 
3714
fi
3715
  CPP=$ac_cv_prog_CPP
3716
else
3717
  ac_cv_prog_CPP=$CPP
3718
fi
3719
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3720
$as_echo "$CPP" >&6; }
3721
ac_preproc_ok=false
3722
for ac_c_preproc_warn_flag in '' yes
3723
do
3724
  # Use a header file that comes with gcc, so configuring glibc
3725
  # with a fresh cross-compiler works.
3726
  # Prefer  to  if __STDC__ is defined, since
3727
  #  exists even on freestanding compilers.
3728
  # On the NeXT, cc -E runs the code through the compiler's parser,
3729
  # not just through cpp. "Syntax error" is here to catch this case.
3730
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3731
/* end confdefs.h.  */
3732
#ifdef __STDC__
3733
# include 
3734
#else
3735
# include 
3736
#endif
3737
                     Syntax error
3738
_ACEOF
3739
if ac_fn_c_try_cpp "$LINENO"; then :
3740
 
3741
else
3742
  # Broken: fails on valid input.
3743
continue
3744
fi
3745
rm -f conftest.err conftest.$ac_ext
3746
 
3747
  # OK, works on sane cases.  Now check whether nonexistent headers
3748
  # can be detected and how.
3749
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3750
/* end confdefs.h.  */
3751
#include 
3752
_ACEOF
3753
if ac_fn_c_try_cpp "$LINENO"; then :
3754
  # Broken: success on invalid input.
3755
continue
3756
else
3757
  # Passes both tests.
3758
ac_preproc_ok=:
3759
break
3760
fi
3761
rm -f conftest.err conftest.$ac_ext
3762
 
3763
done
3764
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3765
rm -f conftest.err conftest.$ac_ext
3766
if $ac_preproc_ok; then :
3767
 
3768
else
3769
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3770
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3771
as_fn_error "C preprocessor \"$CPP\" fails sanity check
3772
See \`config.log' for more details." "$LINENO" 5; }
3773
fi
3774
 
3775
ac_ext=c
3776
ac_cpp='$CPP $CPPFLAGS'
3777
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3778
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3779
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3780
 
3781
 
3782
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3783
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3784
if test "${ac_cv_path_GREP+set}" = set; then :
3785
  $as_echo_n "(cached) " >&6
3786
else
3787
  if test -z "$GREP"; then
3788
  ac_path_GREP_found=false
3789
  # Loop through the user's path and test for each of PROGNAME-LIST
3790
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3791
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3792
do
3793
  IFS=$as_save_IFS
3794
  test -z "$as_dir" && as_dir=.
3795
    for ac_prog in grep ggrep; do
3796
    for ac_exec_ext in '' $ac_executable_extensions; do
3797
      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3798
      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3799
# Check for GNU ac_path_GREP and select it if it is found.
3800
  # Check for GNU $ac_path_GREP
3801
case `"$ac_path_GREP" --version 2>&1` in
3802
*GNU*)
3803
  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3804
*)
3805
  ac_count=0
3806
  $as_echo_n 0123456789 >"conftest.in"
3807
  while :
3808
  do
3809
    cat "conftest.in" "conftest.in" >"conftest.tmp"
3810
    mv "conftest.tmp" "conftest.in"
3811
    cp "conftest.in" "conftest.nl"
3812
    $as_echo 'GREP' >> "conftest.nl"
3813
    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3814
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3815
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3816
    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3817
      # Best one so far, save it but keep looking for a better one
3818
      ac_cv_path_GREP="$ac_path_GREP"
3819
      ac_path_GREP_max=$ac_count
3820
    fi
3821
    # 10*(2^10) chars as input seems more than enough
3822
    test $ac_count -gt 10 && break
3823
  done
3824
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3825
esac
3826
 
3827
      $ac_path_GREP_found && break 3
3828
    done
3829
  done
3830
  done
3831
IFS=$as_save_IFS
3832
  if test -z "$ac_cv_path_GREP"; then
3833
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3834
  fi
3835
else
3836
  ac_cv_path_GREP=$GREP
3837
fi
3838
 
3839
fi
3840
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3841
$as_echo "$ac_cv_path_GREP" >&6; }
3842
 GREP="$ac_cv_path_GREP"
3843
 
3844
 
3845
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3846
$as_echo_n "checking for egrep... " >&6; }
3847
if test "${ac_cv_path_EGREP+set}" = set; then :
3848
  $as_echo_n "(cached) " >&6
3849
else
3850
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3851
   then ac_cv_path_EGREP="$GREP -E"
3852
   else
3853
     if test -z "$EGREP"; then
3854
  ac_path_EGREP_found=false
3855
  # Loop through the user's path and test for each of PROGNAME-LIST
3856
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3858
do
3859
  IFS=$as_save_IFS
3860
  test -z "$as_dir" && as_dir=.
3861
    for ac_prog in egrep; do
3862
    for ac_exec_ext in '' $ac_executable_extensions; do
3863
      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3864
      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3865
# Check for GNU ac_path_EGREP and select it if it is found.
3866
  # Check for GNU $ac_path_EGREP
3867
case `"$ac_path_EGREP" --version 2>&1` in
3868
*GNU*)
3869
  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3870
*)
3871
  ac_count=0
3872
  $as_echo_n 0123456789 >"conftest.in"
3873
  while :
3874
  do
3875
    cat "conftest.in" "conftest.in" >"conftest.tmp"
3876
    mv "conftest.tmp" "conftest.in"
3877
    cp "conftest.in" "conftest.nl"
3878
    $as_echo 'EGREP' >> "conftest.nl"
3879
    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3880
    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3881
    as_fn_arith $ac_count + 1 && ac_count=$as_val
3882
    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3883
      # Best one so far, save it but keep looking for a better one
3884
      ac_cv_path_EGREP="$ac_path_EGREP"
3885
      ac_path_EGREP_max=$ac_count
3886
    fi
3887
    # 10*(2^10) chars as input seems more than enough
3888
    test $ac_count -gt 10 && break
3889
  done
3890
  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3891
esac
3892
 
3893
      $ac_path_EGREP_found && break 3
3894
    done
3895
  done
3896
  done
3897
IFS=$as_save_IFS
3898
  if test -z "$ac_cv_path_EGREP"; then
3899
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3900
  fi
3901
else
3902
  ac_cv_path_EGREP=$EGREP
3903
fi
3904
 
3905
   fi
3906
fi
3907
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3908
$as_echo "$ac_cv_path_EGREP" >&6; }
3909
 EGREP="$ac_cv_path_EGREP"
3910
 
3911
 
3912
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3913
$as_echo_n "checking for ANSI C header files... " >&6; }
3914
if test "${ac_cv_header_stdc+set}" = set; then :
3915
  $as_echo_n "(cached) " >&6
3916
else
3917
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3918
/* end confdefs.h.  */
3919
#include 
3920
#include 
3921
#include 
3922
#include 
3923
 
3924
int
3925
main ()
3926
{
3927
 
3928
  ;
3929
  return 0;
3930
}
3931
_ACEOF
3932
if ac_fn_c_try_compile "$LINENO"; then :
3933
  ac_cv_header_stdc=yes
3934
else
3935
  ac_cv_header_stdc=no
3936
fi
3937
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3938
 
3939
if test $ac_cv_header_stdc = yes; then
3940
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3941
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3942
/* end confdefs.h.  */
3943
#include 
3944
 
3945
_ACEOF
3946
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3947
  $EGREP "memchr" >/dev/null 2>&1; then :
3948
 
3949
else
3950
  ac_cv_header_stdc=no
3951
fi
3952
rm -f conftest*
3953
 
3954
fi
3955
 
3956
if test $ac_cv_header_stdc = yes; then
3957
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3958
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3959
/* end confdefs.h.  */
3960
#include 
3961
 
3962
_ACEOF
3963
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3964
  $EGREP "free" >/dev/null 2>&1; then :
3965
 
3966
else
3967
  ac_cv_header_stdc=no
3968
fi
3969
rm -f conftest*
3970
 
3971
fi
3972
 
3973
if test $ac_cv_header_stdc = yes; then
3974
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3975
  if test "$cross_compiling" = yes; then :
3976
  :
3977
else
3978
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3979
/* end confdefs.h.  */
3980
#include 
3981
#include 
3982
#if ((' ' & 0x0FF) == 0x020)
3983
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3984
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3985
#else
3986
# define ISLOWER(c) \
3987
                   (('a' <= (c) && (c) <= 'i') \
3988
                     || ('j' <= (c) && (c) <= 'r') \
3989
                     || ('s' <= (c) && (c) <= 'z'))
3990
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3991
#endif
3992
 
3993
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3994
int
3995
main ()
3996
{
3997
  int i;
3998
  for (i = 0; i < 256; i++)
3999
    if (XOR (islower (i), ISLOWER (i))
4000
        || toupper (i) != TOUPPER (i))
4001
      return 2;
4002
  return 0;
4003
}
4004
_ACEOF
4005
if ac_fn_c_try_run "$LINENO"; then :
4006
 
4007
else
4008
  ac_cv_header_stdc=no
4009
fi
4010
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4011
  conftest.$ac_objext conftest.beam conftest.$ac_ext
4012
fi
4013
 
4014
fi
4015
fi
4016
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4017
$as_echo "$ac_cv_header_stdc" >&6; }
4018
if test $ac_cv_header_stdc = yes; then
4019
 
4020
$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4021
 
4022
fi
4023
 
4024
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4025
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4026
                  inttypes.h stdint.h unistd.h
4027
do :
4028
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4029
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4030
"
4031
eval as_val=\$$as_ac_Header
4032
   if test "x$as_val" = x""yes; then :
4033
  cat >>confdefs.h <<_ACEOF
4034
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4035
_ACEOF
4036
 
4037
fi
4038
 
4039
done
4040
 
4041
 
4042
for ac_header in stdlib.h string.h strings.h unistd.h time.h
4043
do :
4044
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4045
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4046
eval as_val=\$$as_ac_Header
4047
   if test "x$as_val" = x""yes; then :
4048
  cat >>confdefs.h <<_ACEOF
4049
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4050
_ACEOF
4051
 
4052
fi
4053
 
4054
done
4055
 
4056
for ac_header in sys/time.h sys/resource.h
4057
do :
4058
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4059
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4060
eval as_val=\$$as_ac_Header
4061
   if test "x$as_val" = x""yes; then :
4062
  cat >>confdefs.h <<_ACEOF
4063
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4064
_ACEOF
4065
 
4066
fi
4067
 
4068
done
4069
 
4070
for ac_header in fcntl.h fpu_control.h
4071
do :
4072
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4073
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4074
eval as_val=\$$as_ac_Header
4075
   if test "x$as_val" = x""yes; then :
4076
  cat >>confdefs.h <<_ACEOF
4077
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4078
_ACEOF
4079
 
4080
fi
4081
 
4082
done
4083
 
4084
for ac_header in dlfcn.h errno.h sys/stat.h
4085
do :
4086
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4087
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4088
eval as_val=\$$as_ac_Header
4089
   if test "x$as_val" = x""yes; then :
4090
  cat >>confdefs.h <<_ACEOF
4091
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4092
_ACEOF
4093
 
4094
fi
4095
 
4096
done
4097
 
4098
for ac_func in getrusage time sigaction __setfpucw
4099
do :
4100
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4101
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4102
eval as_val=\$$as_ac_var
4103
   if test "x$as_val" = x""yes; then :
4104
  cat >>confdefs.h <<_ACEOF
4105
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4106
_ACEOF
4107
 
4108
fi
4109
done
4110
 
4111
 
4112
# Check for socket libraries
4113
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
4114
$as_echo_n "checking for bind in -lsocket... " >&6; }
4115
if test "${ac_cv_lib_socket_bind+set}" = set; then :
4116
  $as_echo_n "(cached) " >&6
4117
else
4118
  ac_check_lib_save_LIBS=$LIBS
4119
LIBS="-lsocket  $LIBS"
4120
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4121
/* end confdefs.h.  */
4122
 
4123
/* Override any GCC internal prototype to avoid an error.
4124
   Use char because int might match the return type of a GCC
4125
   builtin and then its argument prototype would still apply.  */
4126
#ifdef __cplusplus
4127
extern "C"
4128
#endif
4129
char bind ();
4130
int
4131
main ()
4132
{
4133
return bind ();
4134
  ;
4135
  return 0;
4136
}
4137
_ACEOF
4138
if ac_fn_c_try_link "$LINENO"; then :
4139
  ac_cv_lib_socket_bind=yes
4140
else
4141
  ac_cv_lib_socket_bind=no
4142
fi
4143
rm -f core conftest.err conftest.$ac_objext \
4144
    conftest$ac_exeext conftest.$ac_ext
4145
LIBS=$ac_check_lib_save_LIBS
4146
fi
4147
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
4148
$as_echo "$ac_cv_lib_socket_bind" >&6; }
4149
if test "x$ac_cv_lib_socket_bind" = x""yes; then :
4150
  cat >>confdefs.h <<_ACEOF
4151
#define HAVE_LIBSOCKET 1
4152
_ACEOF
4153
 
4154
  LIBS="-lsocket $LIBS"
4155
 
4156
fi
4157
 
4158
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
4159
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4160
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
4161
  $as_echo_n "(cached) " >&6
4162
else
4163
  ac_check_lib_save_LIBS=$LIBS
4164
LIBS="-lnsl  $LIBS"
4165
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4166
/* end confdefs.h.  */
4167
 
4168
/* Override any GCC internal prototype to avoid an error.
4169
   Use char because int might match the return type of a GCC
4170
   builtin and then its argument prototype would still apply.  */
4171
#ifdef __cplusplus
4172
extern "C"
4173
#endif
4174
char gethostbyname ();
4175
int
4176
main ()
4177
{
4178
return gethostbyname ();
4179
  ;
4180
  return 0;
4181
}
4182
_ACEOF
4183
if ac_fn_c_try_link "$LINENO"; then :
4184
  ac_cv_lib_nsl_gethostbyname=yes
4185
else
4186
  ac_cv_lib_nsl_gethostbyname=no
4187
fi
4188
rm -f core conftest.err conftest.$ac_objext \
4189
    conftest$ac_exeext conftest.$ac_ext
4190
LIBS=$ac_check_lib_save_LIBS
4191
fi
4192
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
4193
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4194
if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
4195
  cat >>confdefs.h <<_ACEOF
4196
#define HAVE_LIBNSL 1
4197
_ACEOF
4198
 
4199
  LIBS="-lnsl $LIBS"
4200
 
4201
fi
4202
 
4203
 
4204
# BFD conditionally uses zlib, so we must link it in if libbfd does, by
4205
# using the same condition.
4206
 
4207
  # See if the user specified whether he wants zlib support or not.
4208
 
4209
# Check whether --with-zlib was given.
4210
if test "${with_zlib+set}" = set; then :
4211
  withval=$with_zlib;
4212
else
4213
  with_zlib=auto
4214
fi
4215
 
4216
 
4217
  if test "$with_zlib" != "no"; then
4218
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
4219
$as_echo_n "checking for library containing zlibVersion... " >&6; }
4220
if test "${ac_cv_search_zlibVersion+set}" = set; then :
4221
  $as_echo_n "(cached) " >&6
4222
else
4223
  ac_func_search_save_LIBS=$LIBS
4224
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4225
/* end confdefs.h.  */
4226
 
4227
/* Override any GCC internal prototype to avoid an error.
4228
   Use char because int might match the return type of a GCC
4229
   builtin and then its argument prototype would still apply.  */
4230
#ifdef __cplusplus
4231
extern "C"
4232
#endif
4233
char zlibVersion ();
4234
int
4235
main ()
4236
{
4237
return zlibVersion ();
4238
  ;
4239
  return 0;
4240
}
4241
_ACEOF
4242
for ac_lib in '' z; do
4243
  if test -z "$ac_lib"; then
4244
    ac_res="none required"
4245
  else
4246
    ac_res=-l$ac_lib
4247
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
4248
  fi
4249
  if ac_fn_c_try_link "$LINENO"; then :
4250
  ac_cv_search_zlibVersion=$ac_res
4251
fi
4252
rm -f core conftest.err conftest.$ac_objext \
4253
    conftest$ac_exeext
4254
  if test "${ac_cv_search_zlibVersion+set}" = set; then :
4255
  break
4256
fi
4257
done
4258
if test "${ac_cv_search_zlibVersion+set}" = set; then :
4259
 
4260
else
4261
  ac_cv_search_zlibVersion=no
4262
fi
4263
rm conftest.$ac_ext
4264
LIBS=$ac_func_search_save_LIBS
4265
fi
4266
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
4267
$as_echo "$ac_cv_search_zlibVersion" >&6; }
4268
ac_res=$ac_cv_search_zlibVersion
4269
if test "$ac_res" != no; then :
4270
  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4271
  for ac_header in zlib.h
4272
do :
4273
  ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
4274
if test "x$ac_cv_header_zlib_h" = x""yes; then :
4275
  cat >>confdefs.h <<_ACEOF
4276
#define HAVE_ZLIB_H 1
4277
_ACEOF
4278
 
4279
fi
4280
 
4281
done
4282
 
4283
fi
4284
 
4285
    if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
4286
      as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
4287
    fi
4288
  fi
4289
 
4290
 
4291
. ${srcdir}/../../bfd/configure.host
4292
 
4293
 
4294
 
4295
USE_MAINTAINER_MODE=no
4296
# Check whether --enable-maintainer-mode was given.
4297
if test "${enable_maintainer_mode+set}" = set; then :
4298
  enableval=$enable_maintainer_mode; case "${enableval}" in
4299
  yes)  MAINT="" USE_MAINTAINER_MODE=yes ;;
4300
  no)   MAINT="#" ;;
4301
  *)    as_fn_error "\"--enable-maintainer-mode does not take a value\"" "$LINENO" 5; MAINT="#" ;;
4302
esac
4303
if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
4304
  echo "Setting maintainer mode" 6>&1
4305
fi
4306
else
4307
  MAINT="#"
4308
fi
4309
 
4310
 
4311
 
4312
# Check whether --enable-sim-bswap was given.
4313
if test "${enable_sim_bswap+set}" = set; then :
4314
  enableval=$enable_sim_bswap; case "${enableval}" in
4315
  yes)  sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
4316
  no)   sim_bswap="-DWITH_BSWAP=0";;
4317
  *)    as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
4318
esac
4319
if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
4320
  echo "Setting bswap flags = $sim_bswap" 6>&1
4321
fi
4322
else
4323
  sim_bswap=""
4324
fi
4325
 
4326
 
4327
 
4328
# Check whether --enable-sim-cflags was given.
4329
if test "${enable_sim_cflags+set}" = set; then :
4330
  enableval=$enable_sim_cflags; case "${enableval}" in
4331
  yes)   sim_cflags="-O2 -fomit-frame-pointer";;
4332
  trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
4333
  no)    sim_cflags="";;
4334
  *)     sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4335
esac
4336
if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
4337
  echo "Setting sim cflags = $sim_cflags" 6>&1
4338
fi
4339
else
4340
  sim_cflags=""
4341
fi
4342
 
4343
 
4344
 
4345
# Check whether --enable-sim-debug was given.
4346
if test "${enable_sim_debug+set}" = set; then :
4347
  enableval=$enable_sim_debug; case "${enableval}" in
4348
  yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
4349
  no)  sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
4350
  *)   sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
4351
esac
4352
if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
4353
  echo "Setting sim debug = $sim_debug" 6>&1
4354
fi
4355
else
4356
  sim_debug=""
4357
fi
4358
 
4359
 
4360
 
4361
# Check whether --enable-sim-stdio was given.
4362
if test "${enable_sim_stdio+set}" = set; then :
4363
  enableval=$enable_sim_stdio; case "${enableval}" in
4364
  yes)  sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
4365
  no)   sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
4366
  *)    as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
4367
esac
4368
if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
4369
  echo "Setting stdio flags = $sim_stdio" 6>&1
4370
fi
4371
else
4372
  sim_stdio=""
4373
fi
4374
 
4375
 
4376
 
4377
# Check whether --enable-sim-trace was given.
4378
if test "${enable_sim_trace+set}" = set; then :
4379
  enableval=$enable_sim_trace; case "${enableval}" in
4380
  yes)  sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
4381
  no)   sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
4382
  [-0-9]*)
4383
        sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4384
  [a-z]*)
4385
        sim_trace=""
4386
        for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4387
          if test x"$sim_trace" = x; then
4388
            sim_trace="-DWITH_TRACE='(TRACE_$x"
4389
          else
4390
            sim_trace="${sim_trace}|TRACE_$x"
4391
          fi
4392
        done
4393
        sim_trace="$sim_trace)'" ;;
4394
esac
4395
if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
4396
  echo "Setting sim trace = $sim_trace" 6>&1
4397
fi
4398
else
4399
  sim_trace=""
4400
fi
4401
 
4402
 
4403
 
4404
# Check whether --enable-sim-profile was given.
4405
if test "${enable_sim_profile+set}" = set; then :
4406
  enableval=$enable_sim_profile; case "${enableval}" in
4407
  yes)  sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
4408
  no)   sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
4409
  [-0-9]*)
4410
        sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
4411
  [a-z]*)
4412
        sim_profile=""
4413
        for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4414
          if test x"$sim_profile" = x; then
4415
            sim_profile="-DWITH_PROFILE='(PROFILE_$x"
4416
          else
4417
            sim_profile="${sim_profile}|PROFILE_$x"
4418
          fi
4419
        done
4420
        sim_profile="$sim_profile)'" ;;
4421
esac
4422
if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
4423
  echo "Setting sim profile = $sim_profile" 6>&1
4424
fi
4425
else
4426
  sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
4427
fi
4428
 
4429
 
4430
 
4431
 
4432
# Check whether --with-pkgversion was given.
4433
if test "${with_pkgversion+set}" = set; then :
4434
  withval=$with_pkgversion; case "$withval" in
4435
      yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
4436
      no)  PKGVERSION= ;;
4437
      *)   PKGVERSION="($withval) " ;;
4438
     esac
4439
else
4440
  PKGVERSION="(GDB) "
4441
 
4442
fi
4443
 
4444
 
4445
 
4446
 
4447
 
4448
# Check whether --with-bugurl was given.
4449
if test "${with_bugurl+set}" = set; then :
4450
  withval=$with_bugurl; case "$withval" in
4451
      yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
4452
      no)  BUGURL=
4453
           ;;
4454
      *)   BUGURL="$withval"
4455
           ;;
4456
     esac
4457
else
4458
  BUGURL="http://www.gnu.org/software/gdb/bugs/"
4459
 
4460
fi
4461
 
4462
  case ${BUGURL} in
4463
  "")
4464
    REPORT_BUGS_TO=
4465
    REPORT_BUGS_TEXI=
4466
    ;;
4467
  *)
4468
    REPORT_BUGS_TO="<$BUGURL>"
4469
    REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
4470
    ;;
4471
  esac;
4472
 
4473
 
4474
 
4475
 
4476
cat >>confdefs.h <<_ACEOF
4477
#define PKGVERSION "$PKGVERSION"
4478
_ACEOF
4479
 
4480
 
4481
cat >>confdefs.h <<_ACEOF
4482
#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
4483
_ACEOF
4484
 
4485
 
4486
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
4487
$as_echo_n "checking return type of signal handlers... " >&6; }
4488
if test "${ac_cv_type_signal+set}" = set; then :
4489
  $as_echo_n "(cached) " >&6
4490
else
4491
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4492
/* end confdefs.h.  */
4493
#include 
4494
#include 
4495
 
4496
int
4497
main ()
4498
{
4499
return *(signal (0, 0)) (0) == 1;
4500
  ;
4501
  return 0;
4502
}
4503
_ACEOF
4504
if ac_fn_c_try_compile "$LINENO"; then :
4505
  ac_cv_type_signal=int
4506
else
4507
  ac_cv_type_signal=void
4508
fi
4509
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4510
fi
4511
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
4512
$as_echo "$ac_cv_type_signal" >&6; }
4513
 
4514
cat >>confdefs.h <<_ACEOF
4515
#define RETSIGTYPE $ac_cv_type_signal
4516
_ACEOF
4517
 
4518
 
4519
 
4520
 
4521
 
4522
sim_link_files=
4523
sim_link_links=
4524
 
4525
sim_link_links=tconfig.h
4526
if test -f ${srcdir}/tconfig.in
4527
then
4528
  sim_link_files=tconfig.in
4529
else
4530
  sim_link_files=../common/tconfig.in
4531
fi
4532
 
4533
# targ-vals.def points to the libc macro description file.
4534
case "${target}" in
4535
*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
4536
esac
4537
sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
4538
sim_link_links="${sim_link_links} targ-vals.def"
4539
 
4540
 
4541
 
4542
wire_endian=""
4543
default_endian="BIG_ENDIAN"
4544
# Check whether --enable-sim-endian was given.
4545
if test "${enable_sim_endian+set}" = set; then :
4546
  enableval=$enable_sim_endian; case "${enableval}" in
4547
  b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
4548
  l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
4549
  yes)   if test x"$wire_endian" != x; then
4550
           sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4551
         else
4552
           if test x"$default_endian" != x; then
4553
             sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
4554
           else
4555
             echo "No hard-wired endian for target $target" 1>&6
4556
             sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
4557
           fi
4558
         fi;;
4559
  no)    if test x"$default_endian" != x; then
4560
           sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4561
         else
4562
           if test x"$wire_endian" != x; then
4563
             sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
4564
           else
4565
             echo "No default endian for target $target" 1>&6
4566
             sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
4567
           fi
4568
         fi;;
4569
  *)     as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
4570
esac
4571
if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
4572
  echo "Setting endian flags = $sim_endian" 6>&1
4573
fi
4574
else
4575
  if test x"$default_endian" != x; then
4576
  sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
4577
else
4578
  if test x"$wire_endian" != x; then
4579
    sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
4580
  else
4581
    sim_endian=
4582
  fi
4583
fi
4584
fi
4585
 
4586
wire_alignment="STRICT_ALIGNMENT"
4587
default_alignment=""
4588
 
4589
# Check whether --enable-sim-alignment was given.
4590
if test "${enable_sim_alignment+set}" = set; then :
4591
  enableval=$enable_sim_alignment; case "${enableval}" in
4592
  strict | STRICT)       sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
4593
  nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
4594
  forced | FORCED)       sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
4595
  yes) if test x"$wire_alignment" != x; then
4596
         sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4597
       else
4598
         if test x"$default_alignment" != x; then
4599
           sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
4600
         else
4601
           echo "No hard-wired alignment for target $target" 1>&6
4602
           sim_alignment="-DWITH_ALIGNMENT=0"
4603
         fi
4604
       fi;;
4605
  no)  if test x"$default_alignment" != x; then
4606
         sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4607
       else
4608
         if test x"$wire_alignment" != x; then
4609
           sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
4610
         else
4611
           echo "No default alignment for target $target" 1>&6
4612
           sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
4613
         fi
4614
       fi;;
4615
  *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
4616
esac
4617
if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
4618
  echo "Setting alignment flags = $sim_alignment" 6>&1
4619
fi
4620
else
4621
  if test x"$default_alignment" != x; then
4622
  sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
4623
else
4624
  if test x"$wire_alignment" != x; then
4625
    sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
4626
  else
4627
    sim_alignment=
4628
  fi
4629
fi
4630
fi
4631
 
4632
 
4633
# Check whether --enable-sim-hostendian was given.
4634
if test "${enable_sim_hostendian+set}" = set; then :
4635
  enableval=$enable_sim_hostendian; case "${enableval}" in
4636
  no)    sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
4637
  b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
4638
  l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
4639
  *)     as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
4640
esac
4641
if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
4642
  echo "Setting hostendian flags = $sim_hostendian" 6>&1
4643
fi
4644
else
4645
 
4646
if test "x$cross_compiling" = "xno"; then
4647
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
4648
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
4649
if test "${ac_cv_c_bigendian+set}" = set; then :
4650
  $as_echo_n "(cached) " >&6
4651
else
4652
  ac_cv_c_bigendian=unknown
4653
    # See if we're dealing with a universal compiler.
4654
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4655
/* end confdefs.h.  */
4656
#ifndef __APPLE_CC__
4657
               not a universal capable compiler
4658
             #endif
4659
             typedef int dummy;
4660
 
4661
_ACEOF
4662
if ac_fn_c_try_compile "$LINENO"; then :
4663
 
4664
        # Check for potential -arch flags.  It is not universal unless
4665
        # there are at least two -arch flags with different values.
4666
        ac_arch=
4667
        ac_prev=
4668
        for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
4669
         if test -n "$ac_prev"; then
4670
           case $ac_word in
4671
             i?86 | x86_64 | ppc | ppc64)
4672
               if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
4673
                 ac_arch=$ac_word
4674
               else
4675
                 ac_cv_c_bigendian=universal
4676
                 break
4677
               fi
4678
               ;;
4679
           esac
4680
           ac_prev=
4681
         elif test "x$ac_word" = "x-arch"; then
4682
           ac_prev=arch
4683
         fi
4684
       done
4685
fi
4686
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4687
    if test $ac_cv_c_bigendian = unknown; then
4688
      # See if sys/param.h defines the BYTE_ORDER macro.
4689
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4690
/* end confdefs.h.  */
4691
#include 
4692
             #include 
4693
 
4694
int
4695
main ()
4696
{
4697
#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
4698
                     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
4699
                     && LITTLE_ENDIAN)
4700
              bogus endian macros
4701
             #endif
4702
 
4703
  ;
4704
  return 0;
4705
}
4706
_ACEOF
4707
if ac_fn_c_try_compile "$LINENO"; then :
4708
  # It does; now see whether it defined to BIG_ENDIAN or not.
4709
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4710
/* end confdefs.h.  */
4711
#include 
4712
                #include 
4713
 
4714
int
4715
main ()
4716
{
4717
#if BYTE_ORDER != BIG_ENDIAN
4718
                 not big endian
4719
                #endif
4720
 
4721
  ;
4722
  return 0;
4723
}
4724
_ACEOF
4725
if ac_fn_c_try_compile "$LINENO"; then :
4726
  ac_cv_c_bigendian=yes
4727
else
4728
  ac_cv_c_bigendian=no
4729
fi
4730
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4731
fi
4732
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4733
    fi
4734
    if test $ac_cv_c_bigendian = unknown; then
4735
      # See if  defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
4736
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4737
/* end confdefs.h.  */
4738
#include 
4739
 
4740
int
4741
main ()
4742
{
4743
#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
4744
              bogus endian macros
4745
             #endif
4746
 
4747
  ;
4748
  return 0;
4749
}
4750
_ACEOF
4751
if ac_fn_c_try_compile "$LINENO"; then :
4752
  # It does; now see whether it defined to _BIG_ENDIAN or not.
4753
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4754
/* end confdefs.h.  */
4755
#include 
4756
 
4757
int
4758
main ()
4759
{
4760
#ifndef _BIG_ENDIAN
4761
                 not big endian
4762
                #endif
4763
 
4764
  ;
4765
  return 0;
4766
}
4767
_ACEOF
4768
if ac_fn_c_try_compile "$LINENO"; then :
4769
  ac_cv_c_bigendian=yes
4770
else
4771
  ac_cv_c_bigendian=no
4772
fi
4773
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4774
fi
4775
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4776
    fi
4777
    if test $ac_cv_c_bigendian = unknown; then
4778
      # Compile a test program.
4779
      if test "$cross_compiling" = yes; then :
4780
  # Try to guess by grepping values from an object file.
4781
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4782
/* end confdefs.h.  */
4783
short int ascii_mm[] =
4784
                  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
4785
                short int ascii_ii[] =
4786
                  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
4787
                int use_ascii (int i) {
4788
                  return ascii_mm[i] + ascii_ii[i];
4789
                }
4790
                short int ebcdic_ii[] =
4791
                  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
4792
                short int ebcdic_mm[] =
4793
                  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
4794
                int use_ebcdic (int i) {
4795
                  return ebcdic_mm[i] + ebcdic_ii[i];
4796
                }
4797
                extern int foo;
4798
 
4799
int
4800
main ()
4801
{
4802
return use_ascii (foo) == use_ebcdic (foo);
4803
  ;
4804
  return 0;
4805
}
4806
_ACEOF
4807
if ac_fn_c_try_compile "$LINENO"; then :
4808
  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
4809
              ac_cv_c_bigendian=yes
4810
            fi
4811
            if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
4812
              if test "$ac_cv_c_bigendian" = unknown; then
4813
                ac_cv_c_bigendian=no
4814
              else
4815
                # finding both strings is unlikely to happen, but who knows?
4816
                ac_cv_c_bigendian=unknown
4817
              fi
4818
            fi
4819
fi
4820
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4821
else
4822
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823
/* end confdefs.h.  */
4824
$ac_includes_default
4825
int
4826
main ()
4827
{
4828
 
4829
             /* Are we little or big endian?  From Harbison&Steele.  */
4830
             union
4831
             {
4832
               long int l;
4833
               char c[sizeof (long int)];
4834
             } u;
4835
             u.l = 1;
4836
             return u.c[sizeof (long int) - 1] == 1;
4837
 
4838
  ;
4839
  return 0;
4840
}
4841
_ACEOF
4842
if ac_fn_c_try_run "$LINENO"; then :
4843
  ac_cv_c_bigendian=no
4844
else
4845
  ac_cv_c_bigendian=yes
4846
fi
4847
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4848
  conftest.$ac_objext conftest.beam conftest.$ac_ext
4849
fi
4850
 
4851
    fi
4852
fi
4853
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
4854
$as_echo "$ac_cv_c_bigendian" >&6; }
4855
 case $ac_cv_c_bigendian in #(
4856
   yes)
4857
     $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
4858
;; #(
4859
   no)
4860
      ;; #(
4861
   universal)
4862
 
4863
$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
4864
 
4865
     ;; #(
4866
   *)
4867
     as_fn_error "unknown endianness
4868
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
4869
 esac
4870
 
4871
  if test $ac_cv_c_bigendian = yes; then
4872
    sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
4873
  else
4874
    sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
4875
  fi
4876
else
4877
  sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
4878
fi
4879
fi
4880
 
4881
 
4882
default_sim_scache="16384"
4883
# Check whether --enable-sim-scache was given.
4884
if test "${enable_sim_scache+set}" = set; then :
4885
  enableval=$enable_sim_scache; case "${enableval}" in
4886
  yes)  sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
4887
  no)   sim_scache="-DWITH_SCACHE=0" ;;
4888
  [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
4889
  *)    as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
4890
        sim_scache="";;
4891
esac
4892
if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
4893
  echo "Setting scache size = $sim_scache" 6>&1
4894
fi
4895
else
4896
  sim_scache="-DWITH_SCACHE=${default_sim_scache}"
4897
fi
4898
 
4899
 
4900
 
4901
default_sim_default_model="sh5"
4902
# Check whether --enable-sim-default-model was given.
4903
if test "${enable_sim_default_model+set}" = set; then :
4904
  enableval=$enable_sim_default_model; case "${enableval}" in
4905
  yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
4906
  *)    sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
4907
esac
4908
if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
4909
  echo "Setting default model = $sim_default_model" 6>&1
4910
fi
4911
else
4912
  sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
4913
fi
4914
 
4915
 
4916
 
4917
# Check whether --enable-sim-environment was given.
4918
if test "${enable_sim_environment+set}" = set; then :
4919
  enableval=$enable_sim_environment; case "${enableval}" in
4920
  all | ALL)             sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
4921
  user | USER)           sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
4922
  virtual | VIRTUAL)     sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
4923
  operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
4924
  *)   as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
4925
       sim_environment="";;
4926
esac
4927
if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
4928
  echo "Setting sim environment = $sim_environment" 6>&1
4929
fi
4930
else
4931
  sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
4932
fi
4933
 
4934
 
4935
default_sim_inline=""
4936
# Check whether --enable-sim-inline was given.
4937
if test "${enable_sim_inline+set}" = set; then :
4938
  enableval=$enable_sim_inline; sim_inline=""
4939
case "$enableval" in
4940
  no)           sim_inline="-DDEFAULT_INLINE=0";;
4941
  0)            sim_inline="-DDEFAULT_INLINE=0";;
4942
  yes | 2)      sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
4943
  1)            sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
4944
  *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4945
       new_flag=""
4946
       case "$x" in
4947
         *_INLINE=*)    new_flag="-D$x";;
4948
         *=*)           new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
4949
         *_INLINE)      new_flag="-D$x=ALL_C_INLINE";;
4950
         *)             new_flag="-D$x""_INLINE=ALL_C_INLINE";;
4951
       esac
4952
       if test x"$sim_inline" = x""; then
4953
         sim_inline="$new_flag"
4954
       else
4955
         sim_inline="$sim_inline $new_flag"
4956
       fi
4957
     done;;
4958
esac
4959
if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
4960
  echo "Setting inline flags = $sim_inline" 6>&1
4961
fi
4962
else
4963
 
4964
if test "x$cross_compiling" = "xno"; then
4965
  if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
4966
    sim_inline="${default_sim_inline}"
4967
    if test x"$silent" != x"yes"; then
4968
      echo "Setting inline flags = $sim_inline" 6>&1
4969
    fi
4970
  else
4971
    sim_inline=""
4972
  fi
4973
else
4974
  sim_inline="-DDEFAULT_INLINE=0"
4975
fi
4976
fi
4977
 
4978
 
4979
cgen_maint=no
4980
cgen=guile
4981
cgendir='$(srcdir)/../../cgen'
4982
# Check whether --enable-cgen-maint was given.
4983
if test "${enable_cgen_maint+set}" = set; then :
4984
  enableval=$enable_cgen_maint; case "${enableval}" in
4985
  yes)  cgen_maint=yes ;;
4986
  no)   cgen_maint=no ;;
4987
  *)
4988
        # argument is cgen install directory (not implemented yet).
4989
        # Having a `share' directory might be more appropriate for the .scm,
4990
        # .cpu, etc. files.
4991
        cgendir=${cgen_maint}/lib/cgen
4992
        cgen=guile
4993
        ;;
4994
esac
4995
fi
4996
if test x${cgen_maint} != xno ; then
4997
  CGEN_MAINT=''
4998
else
4999
  CGEN_MAINT='#'
5000
fi
5001
 
5002
 
5003
 
5004
 
5005
 
5006
 
5007
ac_sources="$sim_link_files"
5008
ac_dests="$sim_link_links"
5009
while test -n "$ac_sources"; do
5010
  set $ac_dests; ac_dest=$1; shift; ac_dests=$*
5011
  set $ac_sources; ac_source=$1; shift; ac_sources=$*
5012
  ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
5013
done
5014
ac_config_links="$ac_config_links $ac_config_links_1"
5015
 
5016
cgen_breaks=""
5017
if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
5018
cgen_breaks="break cgen_rtx_error";
5019
fi
5020
 
5021
ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
5022
 
5023
ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
5024
 
5025
ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
5026
 
5027
ac_config_commands="$ac_config_commands Makefile"
5028
 
5029
ac_config_commands="$ac_config_commands stamp-h"
5030
 
5031
cat >confcache <<\_ACEOF
5032
# This file is a shell script that caches the results of configure
5033
# tests run on this system so they can be shared between configure
5034
# scripts and configure runs, see configure's option --config-cache.
5035
# It is not useful on other systems.  If it contains results you don't
5036
# want to keep, you may remove or edit it.
5037
#
5038
# config.status only pays attention to the cache file if you give it
5039
# the --recheck option to rerun configure.
5040
#
5041
# `ac_cv_env_foo' variables (set or unset) will be overridden when
5042
# loading this file, other *unset* `ac_cv_foo' will be assigned the
5043
# following values.
5044
 
5045
_ACEOF
5046
 
5047
# The following way of writing the cache mishandles newlines in values,
5048
# but we know of no workaround that is simple, portable, and efficient.
5049
# So, we kill variables containing newlines.
5050
# Ultrix sh set writes to stderr and can't be redirected directly,
5051
# and sets the high bit in the cache file unless we assign to the vars.
5052
(
5053
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5054
    eval ac_val=\$$ac_var
5055
    case $ac_val in #(
5056
    *${as_nl}*)
5057
      case $ac_var in #(
5058
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
5059
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5060
      esac
5061
      case $ac_var in #(
5062
      _ | IFS | as_nl) ;; #(
5063
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5064
      *) { eval $ac_var=; unset $ac_var;} ;;
5065
      esac ;;
5066
    esac
5067
  done
5068
 
5069
  (set) 2>&1 |
5070
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
5071
    *${as_nl}ac_space=\ *)
5072
      # `set' does not quote correctly, so add quotes: double-quote
5073
      # substitution turns \\\\ into \\, and sed turns \\ into \.
5074
      sed -n \
5075
        "s/'/'\\\\''/g;
5076
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5077
      ;; #(
5078
    *)
5079
      # `set' quotes correctly as required by POSIX, so do not add quotes.
5080
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5081
      ;;
5082
    esac |
5083
    sort
5084
) |
5085
  sed '
5086
     /^ac_cv_env_/b end
5087
     t clear
5088
     :clear
5089
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5090
     t end
5091
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5092
     :end' >>confcache
5093
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5094
  if test -w "$cache_file"; then
5095
    test "x$cache_file" != "x/dev/null" &&
5096
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5097
$as_echo "$as_me: updating cache $cache_file" >&6;}
5098
    cat confcache >$cache_file
5099
  else
5100
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5101
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5102
  fi
5103
fi
5104
rm -f confcache
5105
 
5106
test "x$prefix" = xNONE && prefix=$ac_default_prefix
5107
# Let make expand exec_prefix.
5108
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5109
 
5110
DEFS=-DHAVE_CONFIG_H
5111
 
5112
ac_libobjs=
5113
ac_ltlibobjs=
5114
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5115
  # 1. Remove the extension, and $U if already installed.
5116
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5117
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5118
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
5119
  #    will be set to the directory where LIBOBJS objects are built.
5120
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5121
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5122
done
5123
LIBOBJS=$ac_libobjs
5124
 
5125
LTLIBOBJS=$ac_ltlibobjs
5126
 
5127
 
5128
 
5129
 
5130
: ${CONFIG_STATUS=./config.status}
5131
ac_write_fail=0
5132
ac_clean_files_save=$ac_clean_files
5133
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5134
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5135
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5136
as_write_fail=0
5137
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5138
#! $SHELL
5139
# Generated by $as_me.
5140
# Run this file to recreate the current configuration.
5141
# Compiler output produced by configure, useful for debugging
5142
# configure, is in config.log if it exists.
5143
 
5144
debug=false
5145
ac_cs_recheck=false
5146
ac_cs_silent=false
5147
 
5148
SHELL=\${CONFIG_SHELL-$SHELL}
5149
export SHELL
5150
_ASEOF
5151
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
5152
## -------------------- ##
5153
## M4sh Initialization. ##
5154
## -------------------- ##
5155
 
5156
# Be more Bourne compatible
5157
DUALCASE=1; export DUALCASE # for MKS sh
5158
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5159
  emulate sh
5160
  NULLCMD=:
5161
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5162
  # is contrary to our usage.  Disable this feature.
5163
  alias -g '${1+"$@"}'='"$@"'
5164
  setopt NO_GLOB_SUBST
5165
else
5166
  case `(set -o) 2>/dev/null` in #(
5167
  *posix*) :
5168
    set -o posix ;; #(
5169
  *) :
5170
     ;;
5171
esac
5172
fi
5173
 
5174
 
5175
as_nl='
5176
'
5177
export as_nl
5178
# Printing a long string crashes Solaris 7 /usr/bin/printf.
5179
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5180
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5181
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5182
# Prefer a ksh shell builtin over an external printf program on Solaris,
5183
# but without wasting forks for bash or zsh.
5184
if test -z "$BASH_VERSION$ZSH_VERSION" \
5185
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5186
  as_echo='print -r --'
5187
  as_echo_n='print -rn --'
5188
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5189
  as_echo='printf %s\n'
5190
  as_echo_n='printf %s'
5191
else
5192
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5193
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5194
    as_echo_n='/usr/ucb/echo -n'
5195
  else
5196
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5197
    as_echo_n_body='eval
5198
      arg=$1;
5199
      case $arg in #(
5200
      *"$as_nl"*)
5201
        expr "X$arg" : "X\\(.*\\)$as_nl";
5202
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5203
      esac;
5204
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5205
    '
5206
    export as_echo_n_body
5207
    as_echo_n='sh -c $as_echo_n_body as_echo'
5208
  fi
5209
  export as_echo_body
5210
  as_echo='sh -c $as_echo_body as_echo'
5211
fi
5212
 
5213
# The user is always right.
5214
if test "${PATH_SEPARATOR+set}" != set; then
5215
  PATH_SEPARATOR=:
5216
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5217
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5218
      PATH_SEPARATOR=';'
5219
  }
5220
fi
5221
 
5222
 
5223
# IFS
5224
# We need space, tab and new line, in precisely that order.  Quoting is
5225
# there to prevent editors from complaining about space-tab.
5226
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5227
# splitting by setting IFS to empty value.)
5228
IFS=" ""        $as_nl"
5229
 
5230
# Find who we are.  Look in the path if we contain no directory separator.
5231
case $0 in #((
5232
  *[\\/]* ) as_myself=$0 ;;
5233
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5234
for as_dir in $PATH
5235
do
5236
  IFS=$as_save_IFS
5237
  test -z "$as_dir" && as_dir=.
5238
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5239
  done
5240
IFS=$as_save_IFS
5241
 
5242
     ;;
5243
esac
5244
# We did not find ourselves, most probably we were run as `sh COMMAND'
5245
# in which case we are not to be found in the path.
5246
if test "x$as_myself" = x; then
5247
  as_myself=$0
5248
fi
5249
if test ! -f "$as_myself"; then
5250
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5251
  exit 1
5252
fi
5253
 
5254
# Unset variables that we do not need and which cause bugs (e.g. in
5255
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
5256
# suppresses any "Segmentation fault" message there.  '((' could
5257
# trigger a bug in pdksh 5.2.14.
5258
for as_var in BASH_ENV ENV MAIL MAILPATH
5259
do eval test x\${$as_var+set} = xset \
5260
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5261
done
5262
PS1='$ '
5263
PS2='> '
5264
PS4='+ '
5265
 
5266
# NLS nuisances.
5267
LC_ALL=C
5268
export LC_ALL
5269
LANGUAGE=C
5270
export LANGUAGE
5271
 
5272
# CDPATH.
5273
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5274
 
5275
 
5276
# as_fn_error ERROR [LINENO LOG_FD]
5277
# ---------------------------------
5278
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5279
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5280
# script with status $?, using 1 if that was 0.
5281
as_fn_error ()
5282
{
5283
  as_status=$?; test $as_status -eq 0 && as_status=1
5284
  if test "$3"; then
5285
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5286
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5287
  fi
5288
  $as_echo "$as_me: error: $1" >&2
5289
  as_fn_exit $as_status
5290
} # as_fn_error
5291
 
5292
 
5293
# as_fn_set_status STATUS
5294
# -----------------------
5295
# Set $? to STATUS, without forking.
5296
as_fn_set_status ()
5297
{
5298
  return $1
5299
} # as_fn_set_status
5300
 
5301
# as_fn_exit STATUS
5302
# -----------------
5303
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5304
as_fn_exit ()
5305
{
5306
  set +e
5307
  as_fn_set_status $1
5308
  exit $1
5309
} # as_fn_exit
5310
 
5311
# as_fn_unset VAR
5312
# ---------------
5313
# Portably unset VAR.
5314
as_fn_unset ()
5315
{
5316
  { eval $1=; unset $1;}
5317
}
5318
as_unset=as_fn_unset
5319
# as_fn_append VAR VALUE
5320
# ----------------------
5321
# Append the text in VALUE to the end of the definition contained in VAR. Take
5322
# advantage of any shell optimizations that allow amortized linear growth over
5323
# repeated appends, instead of the typical quadratic growth present in naive
5324
# implementations.
5325
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5326
  eval 'as_fn_append ()
5327
  {
5328
    eval $1+=\$2
5329
  }'
5330
else
5331
  as_fn_append ()
5332
  {
5333
    eval $1=\$$1\$2
5334
  }
5335
fi # as_fn_append
5336
 
5337
# as_fn_arith ARG...
5338
# ------------------
5339
# Perform arithmetic evaluation on the ARGs, and store the result in the
5340
# global $as_val. Take advantage of shells that can avoid forks. The arguments
5341
# must be portable across $(()) and expr.
5342
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5343
  eval 'as_fn_arith ()
5344
  {
5345
    as_val=$(( $* ))
5346
  }'
5347
else
5348
  as_fn_arith ()
5349
  {
5350
    as_val=`expr "$@" || test $? -eq 1`
5351
  }
5352
fi # as_fn_arith
5353
 
5354
 
5355
if expr a : '\(a\)' >/dev/null 2>&1 &&
5356
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5357
  as_expr=expr
5358
else
5359
  as_expr=false
5360
fi
5361
 
5362
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5363
  as_basename=basename
5364
else
5365
  as_basename=false
5366
fi
5367
 
5368
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5369
  as_dirname=dirname
5370
else
5371
  as_dirname=false
5372
fi
5373
 
5374
as_me=`$as_basename -- "$0" ||
5375
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5376
         X"$0" : 'X\(//\)$' \| \
5377
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5378
$as_echo X/"$0" |
5379
    sed '/^.*\/\([^/][^/]*\)\/*$/{
5380
            s//\1/
5381
            q
5382
          }
5383
          /^X\/\(\/\/\)$/{
5384
            s//\1/
5385
            q
5386
          }
5387
          /^X\/\(\/\).*/{
5388
            s//\1/
5389
            q
5390
          }
5391
          s/.*/./; q'`
5392
 
5393
# Avoid depending upon Character Ranges.
5394
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5395
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5396
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5397
as_cr_digits='0123456789'
5398
as_cr_alnum=$as_cr_Letters$as_cr_digits
5399
 
5400
ECHO_C= ECHO_N= ECHO_T=
5401
case `echo -n x` in #(((((
5402
-n*)
5403
  case `echo 'xy\c'` in
5404
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
5405
  xy)  ECHO_C='\c';;
5406
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
5407
       ECHO_T=' ';;
5408
  esac;;
5409
*)
5410
  ECHO_N='-n';;
5411
esac
5412
 
5413
rm -f conf$$ conf$$.exe conf$$.file
5414
if test -d conf$$.dir; then
5415
  rm -f conf$$.dir/conf$$.file
5416
else
5417
  rm -f conf$$.dir
5418
  mkdir conf$$.dir 2>/dev/null
5419
fi
5420
if (echo >conf$$.file) 2>/dev/null; then
5421
  if ln -s conf$$.file conf$$ 2>/dev/null; then
5422
    as_ln_s='ln -s'
5423
    # ... but there are two gotchas:
5424
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5425
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5426
    # In both cases, we have to default to `cp -p'.
5427
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5428
      as_ln_s='cp -p'
5429
  elif ln conf$$.file conf$$ 2>/dev/null; then
5430
    as_ln_s=ln
5431
  else
5432
    as_ln_s='cp -p'
5433
  fi
5434
else
5435
  as_ln_s='cp -p'
5436
fi
5437
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5438
rmdir conf$$.dir 2>/dev/null
5439
 
5440
 
5441
# as_fn_mkdir_p
5442
# -------------
5443
# Create "$as_dir" as a directory, including parents if necessary.
5444
as_fn_mkdir_p ()
5445
{
5446
 
5447
  case $as_dir in #(
5448
  -*) as_dir=./$as_dir;;
5449
  esac
5450
  test -d "$as_dir" || eval $as_mkdir_p || {
5451
    as_dirs=
5452
    while :; do
5453
      case $as_dir in #(
5454
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5455
      *) as_qdir=$as_dir;;
5456
      esac
5457
      as_dirs="'$as_qdir' $as_dirs"
5458
      as_dir=`$as_dirname -- "$as_dir" ||
5459
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5460
         X"$as_dir" : 'X\(//\)[^/]' \| \
5461
         X"$as_dir" : 'X\(//\)$' \| \
5462
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5463
$as_echo X"$as_dir" |
5464
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5465
            s//\1/
5466
            q
5467
          }
5468
          /^X\(\/\/\)[^/].*/{
5469
            s//\1/
5470
            q
5471
          }
5472
          /^X\(\/\/\)$/{
5473
            s//\1/
5474
            q
5475
          }
5476
          /^X\(\/\).*/{
5477
            s//\1/
5478
            q
5479
          }
5480
          s/.*/./; q'`
5481
      test -d "$as_dir" && break
5482
    done
5483
    test -z "$as_dirs" || eval "mkdir $as_dirs"
5484
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
5485
 
5486
 
5487
} # as_fn_mkdir_p
5488
if mkdir -p . 2>/dev/null; then
5489
  as_mkdir_p='mkdir -p "$as_dir"'
5490
else
5491
  test -d ./-p && rmdir ./-p
5492
  as_mkdir_p=false
5493
fi
5494
 
5495
if test -x / >/dev/null 2>&1; then
5496
  as_test_x='test -x'
5497
else
5498
  if ls -dL / >/dev/null 2>&1; then
5499
    as_ls_L_option=L
5500
  else
5501
    as_ls_L_option=
5502
  fi
5503
  as_test_x='
5504
    eval sh -c '\''
5505
      if test -d "$1"; then
5506
        test -d "$1/.";
5507
      else
5508
        case $1 in #(
5509
        -*)set "./$1";;
5510
        esac;
5511
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
5512
        ???[sx]*):;;*)false;;esac;fi
5513
    '\'' sh
5514
  '
5515
fi
5516
as_executable_p=$as_test_x
5517
 
5518
# Sed expression to map a string onto a valid CPP name.
5519
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5520
 
5521
# Sed expression to map a string onto a valid variable name.
5522
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5523
 
5524
 
5525
exec 6>&1
5526
## ----------------------------------- ##
5527
## Main body of $CONFIG_STATUS script. ##
5528
## ----------------------------------- ##
5529
_ASEOF
5530
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5531
 
5532
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5533
# Save the log message, to keep $0 and so on meaningful, and to
5534
# report actual input values of CONFIG_FILES etc. instead of their
5535
# values after options handling.
5536
ac_log="
5537
This file was extended by $as_me, which was
5538
generated by GNU Autoconf 2.64.  Invocation command line was
5539
 
5540
  CONFIG_FILES    = $CONFIG_FILES
5541
  CONFIG_HEADERS  = $CONFIG_HEADERS
5542
  CONFIG_LINKS    = $CONFIG_LINKS
5543
  CONFIG_COMMANDS = $CONFIG_COMMANDS
5544
  $ $0 $@
5545
 
5546
on `(hostname || uname -n) 2>/dev/null | sed 1q`
5547
"
5548
 
5549
_ACEOF
5550
 
5551
case $ac_config_files in *"
5552
"*) set x $ac_config_files; shift; ac_config_files=$*;;
5553
esac
5554
 
5555
case $ac_config_headers in *"
5556
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5557
esac
5558
 
5559
 
5560
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5561
# Files that config.status was made for.
5562
config_files="$ac_config_files"
5563
config_headers="$ac_config_headers"
5564
config_links="$ac_config_links"
5565
config_commands="$ac_config_commands"
5566
 
5567
_ACEOF
5568
 
5569
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5570
ac_cs_usage="\
5571
\`$as_me' instantiates files and other configuration actions
5572
from templates according to the current configuration.  Unless the files
5573
and actions are specified as TAGs, all are instantiated by default.
5574
 
5575
Usage: $0 [OPTION]... [TAG]...
5576
 
5577
  -h, --help       print this help, then exit
5578
  -V, --version    print version number and configuration settings, then exit
5579
  -q, --quiet, --silent
5580
                   do not print progress messages
5581
  -d, --debug      don't remove temporary files
5582
      --recheck    update $as_me by reconfiguring in the same conditions
5583
      --file=FILE[:TEMPLATE]
5584
                   instantiate the configuration file FILE
5585
      --header=FILE[:TEMPLATE]
5586
                   instantiate the configuration header FILE
5587
 
5588
Configuration files:
5589
$config_files
5590
 
5591
Configuration headers:
5592
$config_headers
5593
 
5594
Configuration links:
5595
$config_links
5596
 
5597
Configuration commands:
5598
$config_commands
5599
 
5600
Report bugs to the package provider."
5601
 
5602
_ACEOF
5603
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5604
ac_cs_version="\\
5605
config.status
5606
configured by $0, generated by GNU Autoconf 2.64,
5607
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5608
 
5609
Copyright (C) 2009 Free Software Foundation, Inc.
5610
This config.status script is free software; the Free Software Foundation
5611
gives unlimited permission to copy, distribute and modify it."
5612
 
5613
ac_pwd='$ac_pwd'
5614
srcdir='$srcdir'
5615
INSTALL='$INSTALL'
5616
test -n "\$AWK" || AWK=awk
5617
_ACEOF
5618
 
5619
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5620
# The default lists apply if the user does not specify any file.
5621
ac_need_defaults=:
5622
while test $# != 0
5623
do
5624
  case $1 in
5625
  --*=*)
5626
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5627
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5628
    ac_shift=:
5629
    ;;
5630
  *)
5631
    ac_option=$1
5632
    ac_optarg=$2
5633
    ac_shift=shift
5634
    ;;
5635
  esac
5636
 
5637
  case $ac_option in
5638
  # Handling of the options.
5639
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5640
    ac_cs_recheck=: ;;
5641
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5642
    $as_echo "$ac_cs_version"; exit ;;
5643
  --debug | --debu | --deb | --de | --d | -d )
5644
    debug=: ;;
5645
  --file | --fil | --fi | --f )
5646
    $ac_shift
5647
    case $ac_optarg in
5648
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5649
    esac
5650
    as_fn_append CONFIG_FILES " '$ac_optarg'"
5651
    ac_need_defaults=false;;
5652
  --header | --heade | --head | --hea )
5653
    $ac_shift
5654
    case $ac_optarg in
5655
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5656
    esac
5657
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5658
    ac_need_defaults=false;;
5659
  --he | --h)
5660
    # Conflict between --help and --header
5661
    as_fn_error "ambiguous option: \`$1'
5662
Try \`$0 --help' for more information.";;
5663
  --help | --hel | -h )
5664
    $as_echo "$ac_cs_usage"; exit ;;
5665
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5666
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
5667
    ac_cs_silent=: ;;
5668
 
5669
  # This is an error.
5670
  -*) as_fn_error "unrecognized option: \`$1'
5671
Try \`$0 --help' for more information." ;;
5672
 
5673
  *) as_fn_append ac_config_targets " $1"
5674
     ac_need_defaults=false ;;
5675
 
5676
  esac
5677
  shift
5678
done
5679
 
5680
ac_configure_extra_args=
5681
 
5682
if $ac_cs_silent; then
5683
  exec 6>/dev/null
5684
  ac_configure_extra_args="$ac_configure_extra_args --silent"
5685
fi
5686
 
5687
_ACEOF
5688
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5689
if \$ac_cs_recheck; then
5690
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5691
  shift
5692
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5693
  CONFIG_SHELL='$SHELL'
5694
  export CONFIG_SHELL
5695
  exec "\$@"
5696
fi
5697
 
5698
_ACEOF
5699
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5700
exec 5>>config.log
5701
{
5702
  echo
5703
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5704
## Running $as_me. ##
5705
_ASBOX
5706
  $as_echo "$ac_log"
5707
} >&5
5708
 
5709
_ACEOF
5710
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5711
_ACEOF
5712
 
5713
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5714
 
5715
# Handling of arguments.
5716
for ac_config_target in $ac_config_targets
5717
do
5718
  case $ac_config_target in
5719
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
5720
    "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
5721
    "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
5722
    "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
5723
    ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
5724
    "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
5725
    "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
5726
 
5727
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5728
  esac
5729
done
5730
 
5731
 
5732
# If the user did not use the arguments to specify the items to instantiate,
5733
# then the envvar interface is used.  Set only those that are not.
5734
# We use the long form for the default assignment because of an extremely
5735
# bizarre bug on SunOS 4.1.3.
5736
if $ac_need_defaults; then
5737
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5738
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
5739
  test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
5740
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
5741
fi
5742
 
5743
# Have a temporary directory for convenience.  Make it in the build tree
5744
# simply because there is no reason against having it here, and in addition,
5745
# creating and moving files from /tmp can sometimes cause problems.
5746
# Hook for its removal unless debugging.
5747
# Note that there is a small window in which the directory will not be cleaned:
5748
# after its creation but before its name has been assigned to `$tmp'.
5749
$debug ||
5750
{
5751
  tmp=
5752
  trap 'exit_status=$?
5753
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
5754
' 0
5755
  trap 'as_fn_exit 1' 1 2 13 15
5756
}
5757
# Create a (secure) tmp directory for tmp files.
5758
 
5759
{
5760
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5761
  test -n "$tmp" && test -d "$tmp"
5762
}  ||
5763
{
5764
  tmp=./conf$$-$RANDOM
5765
  (umask 077 && mkdir "$tmp")
5766
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
5767
 
5768
# Set up the scripts for CONFIG_FILES section.
5769
# No need to generate them if there are no CONFIG_FILES.
5770
# This happens for instance with `./config.status config.h'.
5771
if test -n "$CONFIG_FILES"; then
5772
 
5773
 
5774
ac_cr=`echo X | tr X '\015'`
5775
# On cygwin, bash can eat \r inside `` if the user requested igncr.
5776
# But we know of no other shell where ac_cr would be empty at this
5777
# point, so we can use a bashism as a fallback.
5778
if test "x$ac_cr" = x; then
5779
  eval ac_cr=\$\'\\r\'
5780
fi
5781
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null`
5782
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5783
  ac_cs_awk_cr='\r'
5784
else
5785
  ac_cs_awk_cr=$ac_cr
5786
fi
5787
 
5788
echo 'BEGIN {' >"$tmp/subs1.awk" &&
5789
_ACEOF
5790
 
5791
 
5792
{
5793
  echo "cat >conf$$subs.awk <<_ACEOF" &&
5794
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5795
  echo "_ACEOF"
5796
} >conf$$subs.sh ||
5797
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5798
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5799
ac_delim='%!_!# '
5800
for ac_last_try in false false false false false :; do
5801
  . ./conf$$subs.sh ||
5802
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5803
 
5804
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5805
  if test $ac_delim_n = $ac_delim_num; then
5806
    break
5807
  elif $ac_last_try; then
5808
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5809
  else
5810
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5811
  fi
5812
done
5813
rm -f conf$$subs.sh
5814
 
5815
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5816
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
5817
_ACEOF
5818
sed -n '
5819
h
5820
s/^/S["/; s/!.*/"]=/
5821
p
5822
g
5823
s/^[^!]*!//
5824
:repl
5825
t repl
5826
s/'"$ac_delim"'$//
5827
t delim
5828
:nl
5829
h
5830
s/\(.\{148\}\).*/\1/
5831
t more1
5832
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5833
p
5834
n
5835
b repl
5836
:more1
5837
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5838
p
5839
g
5840
s/.\{148\}//
5841
t nl
5842
:delim
5843
h
5844
s/\(.\{148\}\).*/\1/
5845
t more2
5846
s/["\\]/\\&/g; s/^/"/; s/$/"/
5847
p
5848
b
5849
:more2
5850
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5851
p
5852
g
5853
s/.\{148\}//
5854
t delim
5855
' 
5856
/^[^""]/{
5857
  N
5858
  s/\n//
5859
}
5860
' >>$CONFIG_STATUS || ac_write_fail=1
5861
rm -f conf$$subs.awk
5862
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5863
_ACAWK
5864
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
5865
  for (key in S) S_is_set[key] = 1
5866
  FS = ""
5867
 
5868
}
5869
{
5870
  line = $ 0
5871
  nfields = split(line, field, "@")
5872
  substed = 0
5873
  len = length(field[1])
5874
  for (i = 2; i < nfields; i++) {
5875
    key = field[i]
5876
    keylen = length(key)
5877
    if (S_is_set[key]) {
5878
      value = S[key]
5879
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5880
      len += length(value) + length(field[++i])
5881
      substed = 1
5882
    } else
5883
      len += 1 + keylen
5884
  }
5885
 
5886
  print line
5887
}
5888
 
5889
_ACAWK
5890
_ACEOF
5891
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5892
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5893
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5894
else
5895
  cat
5896
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5897
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
5898
_ACEOF
5899
 
5900
# VPATH may cause trouble with some makes, so we remove $(srcdir),
5901
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5902
# trailing colons and then remove the whole line if VPATH becomes empty
5903
# (actually we leave an empty line to preserve line numbers).
5904
if test "x$srcdir" = x.; then
5905
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
5906
s/:*\$(srcdir):*/:/
5907
s/:*\${srcdir}:*/:/
5908
s/:*@srcdir@:*/:/
5909
s/^\([^=]*=[     ]*\):*/\1/
5910
s/:*$//
5911
s/^[^=]*=[       ]*$//
5912
}'
5913
fi
5914
 
5915
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5916
fi # test -n "$CONFIG_FILES"
5917
 
5918
# Set up the scripts for CONFIG_HEADERS section.
5919
# No need to generate them if there are no CONFIG_HEADERS.
5920
# This happens for instance with `./config.status Makefile'.
5921
if test -n "$CONFIG_HEADERS"; then
5922
cat >"$tmp/defines.awk" <<\_ACAWK ||
5923
BEGIN {
5924
_ACEOF
5925
 
5926
# Transform confdefs.h into an awk script `defines.awk', embedded as
5927
# here-document in config.status, that substitutes the proper values into
5928
# config.h.in to produce config.h.
5929
 
5930
# Create a delimiter string that does not exist in confdefs.h, to ease
5931
# handling of long lines.
5932
ac_delim='%!_!# '
5933
for ac_last_try in false false :; do
5934
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
5935
  if test -z "$ac_t"; then
5936
    break
5937
  elif $ac_last_try; then
5938
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
5939
  else
5940
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5941
  fi
5942
done
5943
 
5944
# For the awk script, D is an array of macro values keyed by name,
5945
# likewise P contains macro parameters if any.  Preserve backslash
5946
# newline sequences.
5947
 
5948
ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
5949
sed -n '
5950
s/.\{148\}/&'"$ac_delim"'/g
5951
t rset
5952
:rset
5953
s/^[     ]*#[    ]*define[       ][      ]*/ /
5954
t def
5955
d
5956
:def
5957
s/\\$//
5958
t bsnl
5959
s/["\\]/\\&/g
5960
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
5961
D["\1"]=" \3"/p
5962
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
5963
d
5964
:bsnl
5965
s/["\\]/\\&/g
5966
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
5967
D["\1"]=" \3\\\\\\n"\\/p
5968
t cont
5969
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
5970
t cont
5971
d
5972
:cont
5973
n
5974
s/.\{148\}/&'"$ac_delim"'/g
5975
t clear
5976
:clear
5977
s/\\$//
5978
t bsnlc
5979
s/["\\]/\\&/g; s/^/"/; s/$/"/p
5980
d
5981
:bsnlc
5982
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
5983
b cont
5984
' 
5985
s/'"$ac_delim"'/"\\\
5986
"/g' >>$CONFIG_STATUS || ac_write_fail=1
5987
 
5988
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5989
  for (key in D) D_is_set[key] = 1
5990
  FS = ""
5991
}
5992
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
5993
  line = \$ 0
5994
  split(line, arg, " ")
5995
  if (arg[1] == "#") {
5996
    defundef = arg[2]
5997
    mac1 = arg[3]
5998
  } else {
5999
    defundef = substr(arg[1], 2)
6000
    mac1 = arg[2]
6001
  }
6002
  split(mac1, mac2, "(") #)
6003
  macro = mac2[1]
6004
  prefix = substr(line, 1, index(line, defundef) - 1)
6005
  if (D_is_set[macro]) {
6006
    # Preserve the white space surrounding the "#".
6007
    print prefix "define", macro P[macro] D[macro]
6008
    next
6009
  } else {
6010
    # Replace #undef with comments.  This is necessary, for example,
6011
    # in the case of _POSIX_SOURCE, which is predefined and required
6012
    # on some systems where configure will not decide to define it.
6013
    if (defundef == "undef") {
6014
      print "/*", prefix defundef, macro, "*/"
6015
      next
6016
    }
6017
  }
6018
}
6019
{ print }
6020
_ACAWK
6021
_ACEOF
6022
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6023
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
6024
fi # test -n "$CONFIG_HEADERS"
6025
 
6026
 
6027
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
6028
shift
6029
for ac_tag
6030
do
6031
  case $ac_tag in
6032
  :[FHLC]) ac_mode=$ac_tag; continue;;
6033
  esac
6034
  case $ac_mode$ac_tag in
6035
  :[FHL]*:*);;
6036
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
6037
  :[FH]-) ac_tag=-:-;;
6038
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6039
  esac
6040
  ac_save_IFS=$IFS
6041
  IFS=:
6042
  set x $ac_tag
6043
  IFS=$ac_save_IFS
6044
  shift
6045
  ac_file=$1
6046
  shift
6047
 
6048
  case $ac_mode in
6049
  :L) ac_source=$1;;
6050
  :[FH])
6051
    ac_file_inputs=
6052
    for ac_f
6053
    do
6054
      case $ac_f in
6055
      -) ac_f="$tmp/stdin";;
6056
      *) # Look for the file first in the build tree, then in the source tree
6057
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
6058
         # because $ac_f cannot contain `:'.
6059
         test -f "$ac_f" ||
6060
           case $ac_f in
6061
           [\\/$]*) false;;
6062
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6063
           esac ||
6064
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6065
      esac
6066
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6067
      as_fn_append ac_file_inputs " '$ac_f'"
6068
    done
6069
 
6070
    # Let's still pretend it is `configure' which instantiates (i.e., don't
6071
    # use $as_me), people would be surprised to read:
6072
    #    /* config.h.  Generated by config.status.  */
6073
    configure_input='Generated from '`
6074
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6075
        `' by configure.'
6076
    if test x"$ac_file" != x-; then
6077
      configure_input="$ac_file.  $configure_input"
6078
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
6079
$as_echo "$as_me: creating $ac_file" >&6;}
6080
    fi
6081
    # Neutralize special characters interpreted by sed in replacement strings.
6082
    case $configure_input in #(
6083
    *\&* | *\|* | *\\* )
6084
       ac_sed_conf_input=`$as_echo "$configure_input" |
6085
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
6086
    *) ac_sed_conf_input=$configure_input;;
6087
    esac
6088
 
6089
    case $ac_tag in
6090
    *:-:* | *:-) cat >"$tmp/stdin" \
6091
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
6092
    esac
6093
    ;;
6094
  esac
6095
 
6096
  ac_dir=`$as_dirname -- "$ac_file" ||
6097
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6098
         X"$ac_file" : 'X\(//\)[^/]' \| \
6099
         X"$ac_file" : 'X\(//\)$' \| \
6100
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6101
$as_echo X"$ac_file" |
6102
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6103
            s//\1/
6104
            q
6105
          }
6106
          /^X\(\/\/\)[^/].*/{
6107
            s//\1/
6108
            q
6109
          }
6110
          /^X\(\/\/\)$/{
6111
            s//\1/
6112
            q
6113
          }
6114
          /^X\(\/\).*/{
6115
            s//\1/
6116
            q
6117
          }
6118
          s/.*/./; q'`
6119
  as_dir="$ac_dir"; as_fn_mkdir_p
6120
  ac_builddir=.
6121
 
6122
case "$ac_dir" in
6123
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
6124
*)
6125
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
6126
  # A ".." for each directory in $ac_dir_suffix.
6127
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
6128
  case $ac_top_builddir_sub in
6129
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
6130
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
6131
  esac ;;
6132
esac
6133
ac_abs_top_builddir=$ac_pwd
6134
ac_abs_builddir=$ac_pwd$ac_dir_suffix
6135
# for backward compatibility:
6136
ac_top_builddir=$ac_top_build_prefix
6137
 
6138
case $srcdir in
6139
  .)  # We are building in place.
6140
    ac_srcdir=.
6141
    ac_top_srcdir=$ac_top_builddir_sub
6142
    ac_abs_top_srcdir=$ac_pwd ;;
6143
  [\\/]* | ?:[\\/]* )  # Absolute name.
6144
    ac_srcdir=$srcdir$ac_dir_suffix;
6145
    ac_top_srcdir=$srcdir
6146
    ac_abs_top_srcdir=$srcdir ;;
6147
  *) # Relative name.
6148
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
6149
    ac_top_srcdir=$ac_top_build_prefix$srcdir
6150
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
6151
esac
6152
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
6153
 
6154
 
6155
  case $ac_mode in
6156
  :F)
6157
  #
6158
  # CONFIG_FILE
6159
  #
6160
 
6161
  case $INSTALL in
6162
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6163
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
6164
  esac
6165
_ACEOF
6166
 
6167
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6168
# If the template does not know about datarootdir, expand it.
6169
# FIXME: This hack should be removed a few years after 2.60.
6170
ac_datarootdir_hack=; ac_datarootdir_seen=
6171
ac_sed_dataroot='
6172
/datarootdir/ {
6173
  p
6174
  q
6175
}
6176
/@datadir@/p
6177
/@docdir@/p
6178
/@infodir@/p
6179
/@localedir@/p
6180
/@mandir@/p'
6181
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6182
*datarootdir*) ac_datarootdir_seen=yes;;
6183
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6184
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6185
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6186
_ACEOF
6187
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6188
  ac_datarootdir_hack='
6189
  s&@datadir@&$datadir&g
6190
  s&@docdir@&$docdir&g
6191
  s&@infodir@&$infodir&g
6192
  s&@localedir@&$localedir&g
6193
  s&@mandir@&$mandir&g
6194
  s&\\\${datarootdir}&$datarootdir&g' ;;
6195
esac
6196
_ACEOF
6197
 
6198
# Neutralize VPATH when `$srcdir' = `.'.
6199
# Shell code in configure.ac might set extrasub.
6200
# FIXME: do we really want to maintain this feature?
6201
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6202
ac_sed_extra="$ac_vpsub
6203
$extrasub
6204
_ACEOF
6205
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6206
:t
6207
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6208
s|@configure_input@|$ac_sed_conf_input|;t t
6209
s&@top_builddir@&$ac_top_builddir_sub&;t t
6210
s&@top_build_prefix@&$ac_top_build_prefix&;t t
6211
s&@srcdir@&$ac_srcdir&;t t
6212
s&@abs_srcdir@&$ac_abs_srcdir&;t t
6213
s&@top_srcdir@&$ac_top_srcdir&;t t
6214
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
6215
s&@builddir@&$ac_builddir&;t t
6216
s&@abs_builddir@&$ac_abs_builddir&;t t
6217
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6218
s&@INSTALL@&$ac_INSTALL&;t t
6219
$ac_datarootdir_hack
6220
"
6221
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
6222
  || as_fn_error "could not create $ac_file" "$LINENO" 5
6223
 
6224
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6225
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
6226
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
6227
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6228
which seems to be undefined.  Please make sure it is defined." >&5
6229
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6230
which seems to be undefined.  Please make sure it is defined." >&2;}
6231
 
6232
  rm -f "$tmp/stdin"
6233
  case $ac_file in
6234
  -) cat "$tmp/out" && rm -f "$tmp/out";;
6235
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
6236
  esac \
6237
  || as_fn_error "could not create $ac_file" "$LINENO" 5
6238
 ;;
6239
  :H)
6240
  #
6241
  # CONFIG_HEADER
6242
  #
6243
  if test x"$ac_file" != x-; then
6244
    {
6245
      $as_echo "/* $configure_input  */" \
6246
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
6247
    } >"$tmp/config.h" \
6248
      || as_fn_error "could not create $ac_file" "$LINENO" 5
6249
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
6250
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6251
$as_echo "$as_me: $ac_file is unchanged" >&6;}
6252
    else
6253
      rm -f "$ac_file"
6254
      mv "$tmp/config.h" "$ac_file" \
6255
        || as_fn_error "could not create $ac_file" "$LINENO" 5
6256
    fi
6257
  else
6258
    $as_echo "/* $configure_input  */" \
6259
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
6260
      || as_fn_error "could not create -" "$LINENO" 5
6261
  fi
6262
 ;;
6263
  :L)
6264
  #
6265
  # CONFIG_LINK
6266
  #
6267
 
6268
  if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
6269
    :
6270
  else
6271
    # Prefer the file from the source tree if names are identical.
6272
    if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
6273
      ac_source=$srcdir/$ac_source
6274
    fi
6275
 
6276
    { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
6277
$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
6278
 
6279
    if test ! -r "$ac_source"; then
6280
      as_fn_error "$ac_source: file not found" "$LINENO" 5
6281
    fi
6282
    rm -f "$ac_file"
6283
 
6284
    # Try a relative symlink, then a hard link, then a copy.
6285
    case $srcdir in
6286
    [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
6287
        *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
6288
    esac
6289
    ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
6290
      ln "$ac_source" "$ac_file" 2>/dev/null ||
6291
      cp -p "$ac_source" "$ac_file" ||
6292
      as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
6293
  fi
6294
 ;;
6295
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6296
$as_echo "$as_me: executing $ac_file commands" >&6;}
6297
 ;;
6298
  esac
6299
 
6300
 
6301
  case $ac_file$ac_mode in
6302
    "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
6303
 rm -f Makesim1.tmp Makesim2.tmp Makefile
6304
 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' Makesim1.tmp
6305
 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' Makesim2.tmp
6306
 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
6307
        -e '/^## COMMON_POST_/ r Makesim2.tmp' \
6308
        Makefile
6309
 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
6310
 ;;
6311
    "stamp-h":C) echo > stamp-h ;;
6312
 
6313
  esac
6314
done # for ac_tag
6315
 
6316
 
6317
as_fn_exit 0
6318
_ACEOF
6319
ac_clean_files=$ac_clean_files_save
6320
 
6321
test $ac_write_fail = 0 ||
6322
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
6323
 
6324
 
6325
# configure is writing to config.log, and then calls config.status.
6326
# config.status does its own redirection, appending to config.log.
6327
# Unfortunately, on DOS this fails, as config.log is still kept open
6328
# by configure, so config.status won't be able to write to it; its
6329
# output is simply discarded.  So we exec the FD to /dev/null,
6330
# effectively closing config.log, so it can be properly (re)opened and
6331
# appended to by config.status.  When coming back to configure, we
6332
# need to make the FD available again.
6333
if test "$no_create" != yes; then
6334
  ac_cs_success=:
6335
  ac_config_status_args=
6336
  test "$silent" = yes &&
6337
    ac_config_status_args="$ac_config_status_args --quiet"
6338
  exec 5>/dev/null
6339
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6340
  exec 5>>config.log
6341
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6342
  # would make configure fail if this is the last instruction.
6343
  $ac_cs_success || as_fn_exit $?
6344
fi
6345
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6346
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6347
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6348
fi
6349
 
6350
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.