OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [erc32/] [configure] - Blame information for rev 841

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

powered by: WebSVN 2.1.0

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