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

Subversion Repositories openrisc_2011-10-31

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

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

powered by: WebSVN 2.1.0

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