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

Subversion Repositories openrisc

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

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

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

powered by: WebSVN 2.1.0

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