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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [machine/] [spu/] [configure] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.63 for newlib 1.18.0.
4
#
5
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7
# This configure script is free software; the Free Software Foundation
8
# gives unlimited permission to copy, distribute and modify it.
9
## --------------------- ##
10
## M4sh Initialization.  ##
11
## --------------------- ##
12
 
13
# Be more Bourne compatible
14
DUALCASE=1; export DUALCASE # for MKS sh
15
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16
  emulate sh
17
  NULLCMD=:
18
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
19
  # is contrary to our usage.  Disable this feature.
20
  alias -g '${1+"$@"}'='"$@"'
21
  setopt NO_GLOB_SUBST
22
else
23
  case `(set -o) 2>/dev/null` in
24
  *posix*) set -o posix ;;
25
esac
26
 
27
fi
28
 
29
 
30
 
31
 
32
# PATH needs CR
33
# Avoid depending upon Character Ranges.
34
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37
as_cr_digits='0123456789'
38
as_cr_alnum=$as_cr_Letters$as_cr_digits
39
 
40
as_nl='
41
'
42
export as_nl
43
# Printing a long string crashes Solaris 7 /usr/bin/printf.
44
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47
if (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
# Support unset when possible.
82
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
83
  as_unset=unset
84
else
85
  as_unset=false
86
fi
87
 
88
 
89
# IFS
90
# We need space, tab and new line, in precisely that order.  Quoting is
91
# there to prevent editors from complaining about space-tab.
92
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
93
# splitting by setting IFS to empty value.)
94
IFS=" ""        $as_nl"
95
 
96
# Find who we are.  Look in the path if we contain no directory separator.
97
case $0 in
98
  *[\\/]* ) as_myself=$0 ;;
99
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100
for as_dir in $PATH
101
do
102
  IFS=$as_save_IFS
103
  test -z "$as_dir" && as_dir=.
104
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105
done
106
IFS=$as_save_IFS
107
 
108
     ;;
109
esac
110
# We did not find ourselves, most probably we were run as `sh COMMAND'
111
# in which case we are not to be found in the path.
112
if test "x$as_myself" = x; then
113
  as_myself=$0
114
fi
115
if test ! -f "$as_myself"; then
116
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117
  { (exit 1); exit 1; }
118
fi
119
 
120
# Work around bugs in pre-3.0 UWIN ksh.
121
for as_var in ENV MAIL MAILPATH
122
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
123
done
124
PS1='$ '
125
PS2='> '
126
PS4='+ '
127
 
128
# NLS nuisances.
129
LC_ALL=C
130
export LC_ALL
131
LANGUAGE=C
132
export LANGUAGE
133
 
134
# Required to use basename.
135
if expr a : '\(a\)' >/dev/null 2>&1 &&
136
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
137
  as_expr=expr
138
else
139
  as_expr=false
140
fi
141
 
142
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
143
  as_basename=basename
144
else
145
  as_basename=false
146
fi
147
 
148
 
149
# Name of the executable.
150
as_me=`$as_basename -- "$0" ||
151
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
152
         X"$0" : 'X\(//\)$' \| \
153
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
154
$as_echo X/"$0" |
155
    sed '/^.*\/\([^/][^/]*\)\/*$/{
156
            s//\1/
157
            q
158
          }
159
          /^X\/\(\/\/\)$/{
160
            s//\1/
161
            q
162
          }
163
          /^X\/\(\/\).*/{
164
            s//\1/
165
            q
166
          }
167
          s/.*/./; q'`
168
 
169
# CDPATH.
170
$as_unset CDPATH
171
 
172
 
173
if test "x$CONFIG_SHELL" = x; then
174
  if (eval ":") 2>/dev/null; then
175
  as_have_required=yes
176
else
177
  as_have_required=no
178
fi
179
 
180
  if test $as_have_required = yes &&     (eval ":
181
(as_func_return () {
182
  (exit \$1)
183
}
184
as_func_success () {
185
  as_func_return 0
186
}
187
as_func_failure () {
188
  as_func_return 1
189
}
190
as_func_ret_success () {
191
  return 0
192
}
193
as_func_ret_failure () {
194
  return 1
195
}
196
 
197
exitcode=0
198
if as_func_success; then
199
  :
200
else
201
  exitcode=1
202
  echo as_func_success failed.
203
fi
204
 
205
if as_func_failure; then
206
  exitcode=1
207
  echo as_func_failure succeeded.
208
fi
209
 
210
if as_func_ret_success; then
211
  :
212
else
213
  exitcode=1
214
  echo as_func_ret_success failed.
215
fi
216
 
217
if as_func_ret_failure; then
218
  exitcode=1
219
  echo as_func_ret_failure succeeded.
220
fi
221
 
222
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
223
  :
224
else
225
  exitcode=1
226
  echo positional parameters were not saved.
227
fi
228
 
229
test \$exitcode = 0) || { (exit 1); exit 1; }
230
 
231
(
232
  as_lineno_1=\$LINENO
233
  as_lineno_2=\$LINENO
234
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
235
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
236
") 2> /dev/null; then
237
  :
238
else
239
  as_candidate_shells=
240
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
242
do
243
  IFS=$as_save_IFS
244
  test -z "$as_dir" && as_dir=.
245
  case $as_dir in
246
         /*)
247
           for as_base in sh bash ksh sh5; do
248
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
249
           done;;
250
       esac
251
done
252
IFS=$as_save_IFS
253
 
254
 
255
      for as_shell in $as_candidate_shells $SHELL; do
256
         # Try only shells that exist, to save several forks.
257
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
258
                { ("$as_shell") 2> /dev/null <<\_ASEOF
259
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260
  emulate sh
261
  NULLCMD=:
262
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
263
  # is contrary to our usage.  Disable this feature.
264
  alias -g '${1+"$@"}'='"$@"'
265
  setopt NO_GLOB_SUBST
266
else
267
  case `(set -o) 2>/dev/null` in
268
  *posix*) set -o posix ;;
269
esac
270
 
271
fi
272
 
273
 
274
:
275
_ASEOF
276
}; then
277
  CONFIG_SHELL=$as_shell
278
               as_have_required=yes
279
               if { "$as_shell" 2> /dev/null <<\_ASEOF
280
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
281
  emulate sh
282
  NULLCMD=:
283
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
284
  # is contrary to our usage.  Disable this feature.
285
  alias -g '${1+"$@"}'='"$@"'
286
  setopt NO_GLOB_SUBST
287
else
288
  case `(set -o) 2>/dev/null` in
289
  *posix*) set -o posix ;;
290
esac
291
 
292
fi
293
 
294
 
295
:
296
(as_func_return () {
297
  (exit $1)
298
}
299
as_func_success () {
300
  as_func_return 0
301
}
302
as_func_failure () {
303
  as_func_return 1
304
}
305
as_func_ret_success () {
306
  return 0
307
}
308
as_func_ret_failure () {
309
  return 1
310
}
311
 
312
exitcode=0
313
if as_func_success; then
314
  :
315
else
316
  exitcode=1
317
  echo as_func_success failed.
318
fi
319
 
320
if as_func_failure; then
321
  exitcode=1
322
  echo as_func_failure succeeded.
323
fi
324
 
325
if as_func_ret_success; then
326
  :
327
else
328
  exitcode=1
329
  echo as_func_ret_success failed.
330
fi
331
 
332
if as_func_ret_failure; then
333
  exitcode=1
334
  echo as_func_ret_failure succeeded.
335
fi
336
 
337
if ( set x; as_func_ret_success y && test x = "$1" ); then
338
  :
339
else
340
  exitcode=1
341
  echo positional parameters were not saved.
342
fi
343
 
344
test $exitcode = 0) || { (exit 1); exit 1; }
345
 
346
(
347
  as_lineno_1=$LINENO
348
  as_lineno_2=$LINENO
349
  test "x$as_lineno_1" != "x$as_lineno_2" &&
350
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
351
 
352
_ASEOF
353
}; then
354
  break
355
fi
356
 
357
fi
358
 
359
      done
360
 
361
      if test "x$CONFIG_SHELL" != x; then
362
  for as_var in BASH_ENV ENV
363
        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
364
        done
365
        export CONFIG_SHELL
366
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
367
fi
368
 
369
 
370
    if test $as_have_required = no; then
371
  echo This script requires a shell more modern than all the
372
      echo shells that I found on your system.  Please install a
373
      echo modern shell, or manually run the script under such a
374
      echo shell if you do have one.
375
      { (exit 1); exit 1; }
376
fi
377
 
378
 
379
fi
380
 
381
fi
382
 
383
 
384
 
385
(eval "as_func_return () {
386
  (exit \$1)
387
}
388
as_func_success () {
389
  as_func_return 0
390
}
391
as_func_failure () {
392
  as_func_return 1
393
}
394
as_func_ret_success () {
395
  return 0
396
}
397
as_func_ret_failure () {
398
  return 1
399
}
400
 
401
exitcode=0
402
if as_func_success; then
403
  :
404
else
405
  exitcode=1
406
  echo as_func_success failed.
407
fi
408
 
409
if as_func_failure; then
410
  exitcode=1
411
  echo as_func_failure succeeded.
412
fi
413
 
414
if as_func_ret_success; then
415
  :
416
else
417
  exitcode=1
418
  echo as_func_ret_success failed.
419
fi
420
 
421
if as_func_ret_failure; then
422
  exitcode=1
423
  echo as_func_ret_failure succeeded.
424
fi
425
 
426
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
427
  :
428
else
429
  exitcode=1
430
  echo positional parameters were not saved.
431
fi
432
 
433
test \$exitcode = 0") || {
434
  echo No shell found that supports shell functions.
435
  echo Please tell bug-autoconf@gnu.org about your system,
436
  echo including any error possibly output before this message.
437
  echo This can help us improve future autoconf versions.
438
  echo Configuration will now proceed without shell functions.
439
}
440
 
441
 
442
 
443
  as_lineno_1=$LINENO
444
  as_lineno_2=$LINENO
445
  test "x$as_lineno_1" != "x$as_lineno_2" &&
446
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
447
 
448
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
449
  # uniformly replaced by the line number.  The first 'sed' inserts a
450
  # line-number line after each line using $LINENO; the second 'sed'
451
  # does the real work.  The second script uses 'N' to pair each
452
  # line-number line with the line containing $LINENO, and appends
453
  # trailing '-' during substitution so that $LINENO is not a special
454
  # case at line end.
455
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
456
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
457
  # E. McMahon (1931-1989) for sed's syntax.  :-)
458
  sed -n '
459
    p
460
    /[$]LINENO/=
461
  ' <$as_myself |
462
    sed '
463
      s/[$]LINENO.*/&-/
464
      t lineno
465
      b
466
      :lineno
467
      N
468
      :loop
469
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
470
      t loop
471
      s/-\n.*//
472
    ' >$as_me.lineno &&
473
  chmod +x "$as_me.lineno" ||
474
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
475
   { (exit 1); exit 1; }; }
476
 
477
  # Don't try to exec as it changes $[0], causing all sort of problems
478
  # (the dirname of $[0] is not the place where we might find the
479
  # original and so on.  Autoconf is especially sensitive to this).
480
  . "./$as_me.lineno"
481
  # Exit status is that of the last command.
482
  exit
483
}
484
 
485
 
486
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
487
  as_dirname=dirname
488
else
489
  as_dirname=false
490
fi
491
 
492
ECHO_C= ECHO_N= ECHO_T=
493
case `echo -n x` in
494
-n*)
495
  case `echo 'x\c'` in
496
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
497
  *)   ECHO_C='\c';;
498
  esac;;
499
*)
500
  ECHO_N='-n';;
501
esac
502
if expr a : '\(a\)' >/dev/null 2>&1 &&
503
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
504
  as_expr=expr
505
else
506
  as_expr=false
507
fi
508
 
509
rm -f conf$$ conf$$.exe conf$$.file
510
if test -d conf$$.dir; then
511
  rm -f conf$$.dir/conf$$.file
512
else
513
  rm -f conf$$.dir
514
  mkdir conf$$.dir 2>/dev/null
515
fi
516
if (echo >conf$$.file) 2>/dev/null; then
517
  if ln -s conf$$.file conf$$ 2>/dev/null; then
518
    as_ln_s='ln -s'
519
    # ... but there are two gotchas:
520
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
521
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
522
    # In both cases, we have to default to `cp -p'.
523
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
524
      as_ln_s='cp -p'
525
  elif ln conf$$.file conf$$ 2>/dev/null; then
526
    as_ln_s=ln
527
  else
528
    as_ln_s='cp -p'
529
  fi
530
else
531
  as_ln_s='cp -p'
532
fi
533
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534
rmdir conf$$.dir 2>/dev/null
535
 
536
if mkdir -p . 2>/dev/null; then
537
  as_mkdir_p=:
538
else
539
  test -d ./-p && rmdir ./-p
540
  as_mkdir_p=false
541
fi
542
 
543
if test -x / >/dev/null 2>&1; then
544
  as_test_x='test -x'
545
else
546
  if ls -dL / >/dev/null 2>&1; then
547
    as_ls_L_option=L
548
  else
549
    as_ls_L_option=
550
  fi
551
  as_test_x='
552
    eval sh -c '\''
553
      if test -d "$1"; then
554
        test -d "$1/.";
555
      else
556
        case $1 in
557
        -*)set "./$1";;
558
        esac;
559
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
560
        ???[sx]*):;;*)false;;esac;fi
561
    '\'' sh
562
  '
563
fi
564
as_executable_p=$as_test_x
565
 
566
# Sed expression to map a string onto a valid CPP name.
567
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
568
 
569
# Sed expression to map a string onto a valid variable name.
570
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
571
 
572
 
573
 
574
exec 7<&0 &1
575
 
576
# Name of the host.
577
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
578
# so uname gets run too.
579
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
580
 
581
#
582
# Initializations.
583
#
584
ac_default_prefix=/usr/local
585
ac_clean_files=
586
ac_config_libobj_dir=.
587
LIBOBJS=
588
cross_compiling=no
589
subdirs=
590
MFLAGS=
591
MAKEFLAGS=
592
SHELL=${CONFIG_SHELL-/bin/sh}
593
 
594
# Identity of this package.
595
PACKAGE_NAME='newlib'
596
PACKAGE_TARNAME='newlib'
597
PACKAGE_VERSION='1.18.0'
598
PACKAGE_STRING='newlib 1.18.0'
599
PACKAGE_BUGREPORT=''
600
 
601
ac_unique_file="Makefile.am"
602
ac_subst_vars='LTLIBOBJS
603
LIBOBJS
604
HAVE_SPU_EA_FALSE
605
HAVE_SPU_EA_TRUE
606
sys_dir
607
machine_dir
608
libm_machine_dir
609
lpfx
610
aext
611
oext
612
OBJEXT
613
USE_LIBTOOL_FALSE
614
USE_LIBTOOL_TRUE
615
ELIX_LEVEL_4_FALSE
616
ELIX_LEVEL_4_TRUE
617
ELIX_LEVEL_3_FALSE
618
ELIX_LEVEL_3_TRUE
619
ELIX_LEVEL_2_FALSE
620
ELIX_LEVEL_2_TRUE
621
ELIX_LEVEL_1_FALSE
622
ELIX_LEVEL_1_TRUE
623
ELIX_LEVEL_0_FALSE
624
ELIX_LEVEL_0_TRUE
625
LDFLAGS
626
NEWLIB_CFLAGS
627
CCASFLAGS
628
CCAS
629
MAINT
630
MAINTAINER_MODE_FALSE
631
MAINTAINER_MODE_TRUE
632
READELF
633
RANLIB
634
AR
635
AS
636
am__fastdepCC_FALSE
637
am__fastdepCC_TRUE
638
CCDEPMODE
639
AMDEPBACKSLASH
640
AMDEP_FALSE
641
AMDEP_TRUE
642
am__quote
643
am__include
644
DEPDIR
645
CC
646
am__untar
647
am__tar
648
AMTAR
649
am__leading_dot
650
SET_MAKE
651
AWK
652
mkdir_p
653
MKDIR_P
654
INSTALL_STRIP_PROGRAM
655
STRIP
656
install_sh
657
MAKEINFO
658
AUTOHEADER
659
AUTOMAKE
660
AUTOCONF
661
ACLOCAL
662
VERSION
663
PACKAGE
664
CYGPATH_W
665
am__isrc
666
INSTALL_DATA
667
INSTALL_SCRIPT
668
INSTALL_PROGRAM
669
host_os
670
host_vendor
671
host_cpu
672
host
673
build_os
674
build_vendor
675
build_cpu
676
build
677
newlib_basedir
678
MAY_SUPPLY_SYSCALLS_FALSE
679
MAY_SUPPLY_SYSCALLS_TRUE
680
target_alias
681
host_alias
682
build_alias
683
LIBS
684
ECHO_T
685
ECHO_N
686
ECHO_C
687
DEFS
688
mandir
689
localedir
690
libdir
691
psdir
692
pdfdir
693
dvidir
694
htmldir
695
infodir
696
docdir
697
oldincludedir
698
includedir
699
localstatedir
700
sharedstatedir
701
sysconfdir
702
datadir
703
datarootdir
704
libexecdir
705
sbindir
706
bindir
707
program_transform_name
708
prefix
709
exec_prefix
710
PACKAGE_BUGREPORT
711
PACKAGE_STRING
712
PACKAGE_VERSION
713
PACKAGE_TARNAME
714
PACKAGE_NAME
715
PATH_SEPARATOR
716
SHELL'
717
ac_subst_files=''
718
ac_user_opts='
719
enable_option_checking
720
enable_multilib
721
enable_target_optspace
722
enable_malloc_debugging
723
enable_newlib_multithread
724
enable_newlib_iconv
725
enable_newlib_elix_level
726
enable_newlib_io_float
727
enable_newlib_supplied_syscalls
728
enable_dependency_tracking
729
enable_maintainer_mode
730
'
731
      ac_precious_vars='build_alias
732
host_alias
733
target_alias
734
CCAS
735
CCASFLAGS'
736
 
737
 
738
# Initialize some variables set by options.
739
ac_init_help=
740
ac_init_version=false
741
ac_unrecognized_opts=
742
ac_unrecognized_sep=
743
# The variables have the same names as the options, with
744
# dashes changed to underlines.
745
cache_file=/dev/null
746
exec_prefix=NONE
747
no_create=
748
no_recursion=
749
prefix=NONE
750
program_prefix=NONE
751
program_suffix=NONE
752
program_transform_name=s,x,x,
753
silent=
754
site=
755
srcdir=
756
verbose=
757
x_includes=NONE
758
x_libraries=NONE
759
 
760
# Installation directory options.
761
# These are left unexpanded so users can "make install exec_prefix=/foo"
762
# and all the variables that are supposed to be based on exec_prefix
763
# by default will actually change.
764
# Use braces instead of parens because sh, perl, etc. also accept them.
765
# (The list follows the same order as the GNU Coding Standards.)
766
bindir='${exec_prefix}/bin'
767
sbindir='${exec_prefix}/sbin'
768
libexecdir='${exec_prefix}/libexec'
769
datarootdir='${prefix}/share'
770
datadir='${datarootdir}'
771
sysconfdir='${prefix}/etc'
772
sharedstatedir='${prefix}/com'
773
localstatedir='${prefix}/var'
774
includedir='${prefix}/include'
775
oldincludedir='/usr/include'
776
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
777
infodir='${datarootdir}/info'
778
htmldir='${docdir}'
779
dvidir='${docdir}'
780
pdfdir='${docdir}'
781
psdir='${docdir}'
782
libdir='${exec_prefix}/lib'
783
localedir='${datarootdir}/locale'
784
mandir='${datarootdir}/man'
785
 
786
ac_prev=
787
ac_dashdash=
788
for ac_option
789
do
790
  # If the previous option needs an argument, assign it.
791
  if test -n "$ac_prev"; then
792
    eval $ac_prev=\$ac_option
793
    ac_prev=
794
    continue
795
  fi
796
 
797
  case $ac_option in
798
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
799
  *)    ac_optarg=yes ;;
800
  esac
801
 
802
  # Accept the important Cygnus configure options, so we can diagnose typos.
803
 
804
  case $ac_dashdash$ac_option in
805
  --)
806
    ac_dashdash=yes ;;
807
 
808
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
809
    ac_prev=bindir ;;
810
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
811
    bindir=$ac_optarg ;;
812
 
813
  -build | --build | --buil | --bui | --bu)
814
    ac_prev=build_alias ;;
815
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
816
    build_alias=$ac_optarg ;;
817
 
818
  -cache-file | --cache-file | --cache-fil | --cache-fi \
819
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
820
    ac_prev=cache_file ;;
821
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
822
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
823
    cache_file=$ac_optarg ;;
824
 
825
  --config-cache | -C)
826
    cache_file=config.cache ;;
827
 
828
  -datadir | --datadir | --datadi | --datad)
829
    ac_prev=datadir ;;
830
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
831
    datadir=$ac_optarg ;;
832
 
833
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
834
  | --dataroo | --dataro | --datar)
835
    ac_prev=datarootdir ;;
836
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
837
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
838
    datarootdir=$ac_optarg ;;
839
 
840
  -disable-* | --disable-*)
841
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
842
    # Reject names that are not valid shell variable names.
843
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
844
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
845
   { (exit 1); exit 1; }; }
846
    ac_useropt_orig=$ac_useropt
847
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
848
    case $ac_user_opts in
849
      *"
850
"enable_$ac_useropt"
851
"*) ;;
852
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
853
         ac_unrecognized_sep=', ';;
854
    esac
855
    eval enable_$ac_useropt=no ;;
856
 
857
  -docdir | --docdir | --docdi | --doc | --do)
858
    ac_prev=docdir ;;
859
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
860
    docdir=$ac_optarg ;;
861
 
862
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
863
    ac_prev=dvidir ;;
864
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
865
    dvidir=$ac_optarg ;;
866
 
867
  -enable-* | --enable-*)
868
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
869
    # Reject names that are not valid shell variable names.
870
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
871
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
872
   { (exit 1); exit 1; }; }
873
    ac_useropt_orig=$ac_useropt
874
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
875
    case $ac_user_opts in
876
      *"
877
"enable_$ac_useropt"
878
"*) ;;
879
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
880
         ac_unrecognized_sep=', ';;
881
    esac
882
    eval enable_$ac_useropt=\$ac_optarg ;;
883
 
884
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
885
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
886
  | --exec | --exe | --ex)
887
    ac_prev=exec_prefix ;;
888
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
889
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
890
  | --exec=* | --exe=* | --ex=*)
891
    exec_prefix=$ac_optarg ;;
892
 
893
  -gas | --gas | --ga | --g)
894
    # Obsolete; use --with-gas.
895
    with_gas=yes ;;
896
 
897
  -help | --help | --hel | --he | -h)
898
    ac_init_help=long ;;
899
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
900
    ac_init_help=recursive ;;
901
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
902
    ac_init_help=short ;;
903
 
904
  -host | --host | --hos | --ho)
905
    ac_prev=host_alias ;;
906
  -host=* | --host=* | --hos=* | --ho=*)
907
    host_alias=$ac_optarg ;;
908
 
909
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
910
    ac_prev=htmldir ;;
911
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
912
  | --ht=*)
913
    htmldir=$ac_optarg ;;
914
 
915
  -includedir | --includedir | --includedi | --included | --include \
916
  | --includ | --inclu | --incl | --inc)
917
    ac_prev=includedir ;;
918
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
919
  | --includ=* | --inclu=* | --incl=* | --inc=*)
920
    includedir=$ac_optarg ;;
921
 
922
  -infodir | --infodir | --infodi | --infod | --info | --inf)
923
    ac_prev=infodir ;;
924
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
925
    infodir=$ac_optarg ;;
926
 
927
  -libdir | --libdir | --libdi | --libd)
928
    ac_prev=libdir ;;
929
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
930
    libdir=$ac_optarg ;;
931
 
932
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
933
  | --libexe | --libex | --libe)
934
    ac_prev=libexecdir ;;
935
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
936
  | --libexe=* | --libex=* | --libe=*)
937
    libexecdir=$ac_optarg ;;
938
 
939
  -localedir | --localedir | --localedi | --localed | --locale)
940
    ac_prev=localedir ;;
941
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
942
    localedir=$ac_optarg ;;
943
 
944
  -localstatedir | --localstatedir | --localstatedi | --localstated \
945
  | --localstate | --localstat | --localsta | --localst | --locals)
946
    ac_prev=localstatedir ;;
947
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
948
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
949
    localstatedir=$ac_optarg ;;
950
 
951
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
952
    ac_prev=mandir ;;
953
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
954
    mandir=$ac_optarg ;;
955
 
956
  -nfp | --nfp | --nf)
957
    # Obsolete; use --without-fp.
958
    with_fp=no ;;
959
 
960
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
961
  | --no-cr | --no-c | -n)
962
    no_create=yes ;;
963
 
964
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
965
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
966
    no_recursion=yes ;;
967
 
968
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
969
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
970
  | --oldin | --oldi | --old | --ol | --o)
971
    ac_prev=oldincludedir ;;
972
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
973
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
974
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
975
    oldincludedir=$ac_optarg ;;
976
 
977
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
978
    ac_prev=prefix ;;
979
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
980
    prefix=$ac_optarg ;;
981
 
982
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
983
  | --program-pre | --program-pr | --program-p)
984
    ac_prev=program_prefix ;;
985
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
986
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
987
    program_prefix=$ac_optarg ;;
988
 
989
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
990
  | --program-suf | --program-su | --program-s)
991
    ac_prev=program_suffix ;;
992
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
993
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
994
    program_suffix=$ac_optarg ;;
995
 
996
  -program-transform-name | --program-transform-name \
997
  | --program-transform-nam | --program-transform-na \
998
  | --program-transform-n | --program-transform- \
999
  | --program-transform | --program-transfor \
1000
  | --program-transfo | --program-transf \
1001
  | --program-trans | --program-tran \
1002
  | --progr-tra | --program-tr | --program-t)
1003
    ac_prev=program_transform_name ;;
1004
  -program-transform-name=* | --program-transform-name=* \
1005
  | --program-transform-nam=* | --program-transform-na=* \
1006
  | --program-transform-n=* | --program-transform-=* \
1007
  | --program-transform=* | --program-transfor=* \
1008
  | --program-transfo=* | --program-transf=* \
1009
  | --program-trans=* | --program-tran=* \
1010
  | --progr-tra=* | --program-tr=* | --program-t=*)
1011
    program_transform_name=$ac_optarg ;;
1012
 
1013
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1014
    ac_prev=pdfdir ;;
1015
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1016
    pdfdir=$ac_optarg ;;
1017
 
1018
  -psdir | --psdir | --psdi | --psd | --ps)
1019
    ac_prev=psdir ;;
1020
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1021
    psdir=$ac_optarg ;;
1022
 
1023
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1024
  | -silent | --silent | --silen | --sile | --sil)
1025
    silent=yes ;;
1026
 
1027
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1028
    ac_prev=sbindir ;;
1029
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1030
  | --sbi=* | --sb=*)
1031
    sbindir=$ac_optarg ;;
1032
 
1033
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1034
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1035
  | --sharedst | --shareds | --shared | --share | --shar \
1036
  | --sha | --sh)
1037
    ac_prev=sharedstatedir ;;
1038
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1039
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1040
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1041
  | --sha=* | --sh=*)
1042
    sharedstatedir=$ac_optarg ;;
1043
 
1044
  -site | --site | --sit)
1045
    ac_prev=site ;;
1046
  -site=* | --site=* | --sit=*)
1047
    site=$ac_optarg ;;
1048
 
1049
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1050
    ac_prev=srcdir ;;
1051
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1052
    srcdir=$ac_optarg ;;
1053
 
1054
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1055
  | --syscon | --sysco | --sysc | --sys | --sy)
1056
    ac_prev=sysconfdir ;;
1057
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1058
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1059
    sysconfdir=$ac_optarg ;;
1060
 
1061
  -target | --target | --targe | --targ | --tar | --ta | --t)
1062
    ac_prev=target_alias ;;
1063
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1064
    target_alias=$ac_optarg ;;
1065
 
1066
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1067
    verbose=yes ;;
1068
 
1069
  -version | --version | --versio | --versi | --vers | -V)
1070
    ac_init_version=: ;;
1071
 
1072
  -with-* | --with-*)
1073
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1074
    # Reject names that are not valid shell variable names.
1075
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1076
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1077
   { (exit 1); exit 1; }; }
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_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1094
   { (exit 1); exit 1; }; }
1095
    ac_useropt_orig=$ac_useropt
1096
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1097
    case $ac_user_opts in
1098
      *"
1099
"with_$ac_useropt"
1100
"*) ;;
1101
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1102
         ac_unrecognized_sep=', ';;
1103
    esac
1104
    eval with_$ac_useropt=no ;;
1105
 
1106
  --x)
1107
    # Obsolete; use --with-x.
1108
    with_x=yes ;;
1109
 
1110
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1111
  | --x-incl | --x-inc | --x-in | --x-i)
1112
    ac_prev=x_includes ;;
1113
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1114
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1115
    x_includes=$ac_optarg ;;
1116
 
1117
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1118
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1119
    ac_prev=x_libraries ;;
1120
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1121
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1122
    x_libraries=$ac_optarg ;;
1123
 
1124
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1125
Try \`$0 --help' for more information." >&2
1126
   { (exit 1); exit 1; }; }
1127
    ;;
1128
 
1129
  *=*)
1130
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1131
    # Reject names that are not valid shell variable names.
1132
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1133
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1134
   { (exit 1); exit 1; }; }
1135
    eval $ac_envvar=\$ac_optarg
1136
    export $ac_envvar ;;
1137
 
1138
  *)
1139
    # FIXME: should be removed in autoconf 3.0.
1140
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1141
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1142
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1143
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1144
    ;;
1145
 
1146
  esac
1147
done
1148
 
1149
if test -n "$ac_prev"; then
1150
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1151
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1152
   { (exit 1); exit 1; }; }
1153
fi
1154
 
1155
if test -n "$ac_unrecognized_opts"; then
1156
  case $enable_option_checking in
1157
    no) ;;
1158
    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1159
   { (exit 1); exit 1; }; } ;;
1160
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1161
  esac
1162
fi
1163
 
1164
# Check all directory arguments for consistency.
1165
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1166
                datadir sysconfdir sharedstatedir localstatedir includedir \
1167
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1168
                libdir localedir mandir
1169
do
1170
  eval ac_val=\$$ac_var
1171
  # Remove trailing slashes.
1172
  case $ac_val in
1173
    */ )
1174
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1175
      eval $ac_var=\$ac_val;;
1176
  esac
1177
  # Be sure to have absolute directory names.
1178
  case $ac_val in
1179
    [\\/$]* | ?:[\\/]* )  continue;;
1180
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1181
  esac
1182
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1183
   { (exit 1); exit 1; }; }
1184
done
1185
 
1186
# There might be people who depend on the old broken behavior: `$host'
1187
# used to hold the argument of --host etc.
1188
# FIXME: To remove some day.
1189
build=$build_alias
1190
host=$host_alias
1191
target=$target_alias
1192
 
1193
# FIXME: To remove some day.
1194
if test "x$host_alias" != x; then
1195
  if test "x$build_alias" = x; then
1196
    cross_compiling=maybe
1197
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1198
    If a cross compiler is detected then cross compile mode will be used." >&2
1199
  elif test "x$build_alias" != "x$host_alias"; then
1200
    cross_compiling=yes
1201
  fi
1202
fi
1203
 
1204
ac_tool_prefix=
1205
test -n "$host_alias" && ac_tool_prefix=$host_alias-
1206
 
1207
test "$silent" = yes && exec 6>/dev/null
1208
 
1209
 
1210
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1211
ac_ls_di=`ls -di .` &&
1212
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1213
  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1214
   { (exit 1); exit 1; }; }
1215
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1216
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1217
   { (exit 1); exit 1; }; }
1218
 
1219
 
1220
# Find the source files, if location was not specified.
1221
if test -z "$srcdir"; then
1222
  ac_srcdir_defaulted=yes
1223
  # Try the directory containing this script, then the parent directory.
1224
  ac_confdir=`$as_dirname -- "$as_myself" ||
1225
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1226
         X"$as_myself" : 'X\(//\)[^/]' \| \
1227
         X"$as_myself" : 'X\(//\)$' \| \
1228
         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1229
$as_echo X"$as_myself" |
1230
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1231
            s//\1/
1232
            q
1233
          }
1234
          /^X\(\/\/\)[^/].*/{
1235
            s//\1/
1236
            q
1237
          }
1238
          /^X\(\/\/\)$/{
1239
            s//\1/
1240
            q
1241
          }
1242
          /^X\(\/\).*/{
1243
            s//\1/
1244
            q
1245
          }
1246
          s/.*/./; q'`
1247
  srcdir=$ac_confdir
1248
  if test ! -r "$srcdir/$ac_unique_file"; then
1249
    srcdir=..
1250
  fi
1251
else
1252
  ac_srcdir_defaulted=no
1253
fi
1254
if test ! -r "$srcdir/$ac_unique_file"; then
1255
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1256
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1257
   { (exit 1); exit 1; }; }
1258
fi
1259
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1260
ac_abs_confdir=`(
1261
        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1262
   { (exit 1); exit 1; }; }
1263
        pwd)`
1264
# When building in place, set srcdir=.
1265
if test "$ac_abs_confdir" = "$ac_pwd"; then
1266
  srcdir=.
1267
fi
1268
# Remove unnecessary trailing slashes from srcdir.
1269
# Double slashes in file names in object file debugging info
1270
# mess up M-x gdb in Emacs.
1271
case $srcdir in
1272
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1273
esac
1274
for ac_var in $ac_precious_vars; do
1275
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1276
  eval ac_env_${ac_var}_value=\$${ac_var}
1277
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1278
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1279
done
1280
 
1281
#
1282
# Report the --help message.
1283
#
1284
if test "$ac_init_help" = "long"; then
1285
  # Omit some internal or obsolete options to make the list less imposing.
1286
  # This message is too long to be a string in the A/UX 3.1 sh.
1287
  cat <<_ACEOF
1288
\`configure' configures newlib 1.18.0 to adapt to many kinds of systems.
1289
 
1290
Usage: $0 [OPTION]... [VAR=VALUE]...
1291
 
1292
To assign environment variables (e.g., CC, CFLAGS...), specify them as
1293
VAR=VALUE.  See below for descriptions of some of the useful variables.
1294
 
1295
Defaults for the options are specified in brackets.
1296
 
1297
Configuration:
1298
  -h, --help              display this help and exit
1299
      --help=short        display options specific to this package
1300
      --help=recursive    display the short help of all the included packages
1301
  -V, --version           display version information and exit
1302
  -q, --quiet, --silent   do not print \`checking...' messages
1303
      --cache-file=FILE   cache test results in FILE [disabled]
1304
  -C, --config-cache      alias for \`--cache-file=config.cache'
1305
  -n, --no-create         do not create output files
1306
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1307
 
1308
Installation directories:
1309
  --prefix=PREFIX         install architecture-independent files in PREFIX
1310
                          [$ac_default_prefix]
1311
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1312
                          [PREFIX]
1313
 
1314
By default, \`make install' will install all the files in
1315
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1316
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1317
for instance \`--prefix=\$HOME'.
1318
 
1319
For better control, use the options below.
1320
 
1321
Fine tuning of the installation directories:
1322
  --bindir=DIR            user executables [EPREFIX/bin]
1323
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1324
  --libexecdir=DIR        program executables [EPREFIX/libexec]
1325
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1326
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1327
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1328
  --libdir=DIR            object code libraries [EPREFIX/lib]
1329
  --includedir=DIR        C header files [PREFIX/include]
1330
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1331
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1332
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1333
  --infodir=DIR           info documentation [DATAROOTDIR/info]
1334
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1335
  --mandir=DIR            man documentation [DATAROOTDIR/man]
1336
  --docdir=DIR            documentation root [DATAROOTDIR/doc/newlib]
1337
  --htmldir=DIR           html documentation [DOCDIR]
1338
  --dvidir=DIR            dvi documentation [DOCDIR]
1339
  --pdfdir=DIR            pdf documentation [DOCDIR]
1340
  --psdir=DIR             ps documentation [DOCDIR]
1341
_ACEOF
1342
 
1343
  cat <<\_ACEOF
1344
 
1345
Program names:
1346
  --program-prefix=PREFIX            prepend PREFIX to installed program names
1347
  --program-suffix=SUFFIX            append SUFFIX to installed program names
1348
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1349
 
1350
System types:
1351
  --build=BUILD     configure for building on BUILD [guessed]
1352
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1353
_ACEOF
1354
fi
1355
 
1356
if test -n "$ac_init_help"; then
1357
  case $ac_init_help in
1358
     short | recursive ) echo "Configuration of newlib 1.18.0:";;
1359
   esac
1360
  cat <<\_ACEOF
1361
 
1362
Optional Features:
1363
  --disable-option-checking  ignore unrecognized --enable/--with options
1364
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1365
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1366
  --enable-multilib         build many library versions (default)
1367
  --enable-target-optspace  optimize for space
1368
  --enable-malloc-debugging indicate malloc debugging requested
1369
  --enable-newlib-multithread        enable support for multiple threads
1370
  --enable-newlib-iconv     enable iconv library support
1371
  --enable-newlib-elix-level         supply desired elix library level (1-4)
1372
  --disable-newlib-io-float disable printf/scanf family float support
1373
  --disable-newlib-supplied-syscalls disable newlib from supplying syscalls
1374
  --disable-dependency-tracking  speeds up one-time build
1375
  --enable-dependency-tracking   do not reject slow dependency extractors
1376
  --enable-maintainer-mode  enable make rules and dependencies not useful
1377
                          (and sometimes confusing) to the casual installer
1378
 
1379
Some influential environment variables:
1380
  CCAS        assembler compiler command (defaults to CC)
1381
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
1382
 
1383
Use these variables to override the choices made by `configure' or to help
1384
it to find libraries and programs with nonstandard names/locations.
1385
 
1386
_ACEOF
1387
ac_status=$?
1388
fi
1389
 
1390
if test "$ac_init_help" = "recursive"; then
1391
  # If there are subdirs, report their specific --help.
1392
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1393
    test -d "$ac_dir" ||
1394
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1395
      continue
1396
    ac_builddir=.
1397
 
1398
case "$ac_dir" in
1399
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1400
*)
1401
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1402
  # A ".." for each directory in $ac_dir_suffix.
1403
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1404
  case $ac_top_builddir_sub in
1405
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1406
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1407
  esac ;;
1408
esac
1409
ac_abs_top_builddir=$ac_pwd
1410
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1411
# for backward compatibility:
1412
ac_top_builddir=$ac_top_build_prefix
1413
 
1414
case $srcdir in
1415
  .)  # We are building in place.
1416
    ac_srcdir=.
1417
    ac_top_srcdir=$ac_top_builddir_sub
1418
    ac_abs_top_srcdir=$ac_pwd ;;
1419
  [\\/]* | ?:[\\/]* )  # Absolute name.
1420
    ac_srcdir=$srcdir$ac_dir_suffix;
1421
    ac_top_srcdir=$srcdir
1422
    ac_abs_top_srcdir=$srcdir ;;
1423
  *) # Relative name.
1424
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1425
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1426
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1427
esac
1428
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1429
 
1430
    cd "$ac_dir" || { ac_status=$?; continue; }
1431
    # Check for guested configure.
1432
    if test -f "$ac_srcdir/configure.gnu"; then
1433
      echo &&
1434
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1435
    elif test -f "$ac_srcdir/configure"; then
1436
      echo &&
1437
      $SHELL "$ac_srcdir/configure" --help=recursive
1438
    else
1439
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1440
    fi || ac_status=$?
1441
    cd "$ac_pwd" || { ac_status=$?; break; }
1442
  done
1443
fi
1444
 
1445
test -n "$ac_init_help" && exit $ac_status
1446
if $ac_init_version; then
1447
  cat <<\_ACEOF
1448
newlib configure 1.18.0
1449
generated by GNU Autoconf 2.63
1450
 
1451
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1452
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1453
This configure script is free software; the Free Software Foundation
1454
gives unlimited permission to copy, distribute and modify it.
1455
_ACEOF
1456
  exit
1457
fi
1458
cat >config.log <<_ACEOF
1459
This file contains any messages produced by compilers while
1460
running configure, to aid debugging if configure makes a mistake.
1461
 
1462
It was created by newlib $as_me 1.18.0, which was
1463
generated by GNU Autoconf 2.63.  Invocation command line was
1464
 
1465
  $ $0 $@
1466
 
1467
_ACEOF
1468
exec 5>>config.log
1469
{
1470
cat <<_ASUNAME
1471
## --------- ##
1472
## Platform. ##
1473
## --------- ##
1474
 
1475
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1476
uname -m = `(uname -m) 2>/dev/null || echo unknown`
1477
uname -r = `(uname -r) 2>/dev/null || echo unknown`
1478
uname -s = `(uname -s) 2>/dev/null || echo unknown`
1479
uname -v = `(uname -v) 2>/dev/null || echo unknown`
1480
 
1481
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1482
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1483
 
1484
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1485
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1486
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1487
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1488
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1489
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1490
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1491
 
1492
_ASUNAME
1493
 
1494
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1495
for as_dir in $PATH
1496
do
1497
  IFS=$as_save_IFS
1498
  test -z "$as_dir" && as_dir=.
1499
  $as_echo "PATH: $as_dir"
1500
done
1501
IFS=$as_save_IFS
1502
 
1503
} >&5
1504
 
1505
cat >&5 <<_ACEOF
1506
 
1507
 
1508
## ----------- ##
1509
## Core tests. ##
1510
## ----------- ##
1511
 
1512
_ACEOF
1513
 
1514
 
1515
# Keep a trace of the command line.
1516
# Strip out --no-create and --no-recursion so they do not pile up.
1517
# Strip out --silent because we don't want to record it for future runs.
1518
# Also quote any args containing shell meta-characters.
1519
# Make two passes to allow for proper duplicate-argument suppression.
1520
ac_configure_args=
1521
ac_configure_args0=
1522
ac_configure_args1=
1523
ac_must_keep_next=false
1524
for ac_pass in 1 2
1525
do
1526
  for ac_arg
1527
  do
1528
    case $ac_arg in
1529
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1530
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1531
    | -silent | --silent | --silen | --sile | --sil)
1532
      continue ;;
1533
    *\'*)
1534
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1535
    esac
1536
    case $ac_pass in
1537
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1538
    2)
1539
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1540
      if test $ac_must_keep_next = true; then
1541
        ac_must_keep_next=false # Got value, back to normal.
1542
      else
1543
        case $ac_arg in
1544
          *=* | --config-cache | -C | -disable-* | --disable-* \
1545
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1546
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1547
          | -with-* | --with-* | -without-* | --without-* | --x)
1548
            case "$ac_configure_args0 " in
1549
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1550
            esac
1551
            ;;
1552
          -* ) ac_must_keep_next=true ;;
1553
        esac
1554
      fi
1555
      ac_configure_args="$ac_configure_args '$ac_arg'"
1556
      ;;
1557
    esac
1558
  done
1559
done
1560
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1561
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1562
 
1563
# When interrupted or exit'd, cleanup temporary files, and complete
1564
# config.log.  We remove comments because anyway the quotes in there
1565
# would cause problems or look ugly.
1566
# WARNING: Use '\'' to represent an apostrophe within the trap.
1567
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1568
trap 'exit_status=$?
1569
  # Save into config.log some information that might help in debugging.
1570
  {
1571
    echo
1572
 
1573
    cat <<\_ASBOX
1574
## ---------------- ##
1575
## Cache variables. ##
1576
## ---------------- ##
1577
_ASBOX
1578
    echo
1579
    # The following way of writing the cache mishandles newlines in values,
1580
(
1581
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1582
    eval ac_val=\$$ac_var
1583
    case $ac_val in #(
1584
    *${as_nl}*)
1585
      case $ac_var in #(
1586
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1587
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1588
      esac
1589
      case $ac_var in #(
1590
      _ | IFS | as_nl) ;; #(
1591
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1592
      *) $as_unset $ac_var ;;
1593
      esac ;;
1594
    esac
1595
  done
1596
  (set) 2>&1 |
1597
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1598
    *${as_nl}ac_space=\ *)
1599
      sed -n \
1600
        "s/'\''/'\''\\\\'\'''\''/g;
1601
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1602
      ;; #(
1603
    *)
1604
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1605
      ;;
1606
    esac |
1607
    sort
1608
)
1609
    echo
1610
 
1611
    cat <<\_ASBOX
1612
## ----------------- ##
1613
## Output variables. ##
1614
## ----------------- ##
1615
_ASBOX
1616
    echo
1617
    for ac_var in $ac_subst_vars
1618
    do
1619
      eval ac_val=\$$ac_var
1620
      case $ac_val in
1621
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1622
      esac
1623
      $as_echo "$ac_var='\''$ac_val'\''"
1624
    done | sort
1625
    echo
1626
 
1627
    if test -n "$ac_subst_files"; then
1628
      cat <<\_ASBOX
1629
## ------------------- ##
1630
## File substitutions. ##
1631
## ------------------- ##
1632
_ASBOX
1633
      echo
1634
      for ac_var in $ac_subst_files
1635
      do
1636
        eval ac_val=\$$ac_var
1637
        case $ac_val in
1638
        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1639
        esac
1640
        $as_echo "$ac_var='\''$ac_val'\''"
1641
      done | sort
1642
      echo
1643
    fi
1644
 
1645
    if test -s confdefs.h; then
1646
      cat <<\_ASBOX
1647
## ----------- ##
1648
## confdefs.h. ##
1649
## ----------- ##
1650
_ASBOX
1651
      echo
1652
      cat confdefs.h
1653
      echo
1654
    fi
1655
    test "$ac_signal" != 0 &&
1656
      $as_echo "$as_me: caught signal $ac_signal"
1657
    $as_echo "$as_me: exit $exit_status"
1658
  } >&5
1659
  rm -f core *.core core.conftest.* &&
1660
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1661
    exit $exit_status
1662
' 0
1663
for ac_signal in 1 2 13 15; do
1664
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1665
done
1666
ac_signal=0
1667
 
1668
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1669
rm -f -r conftest* confdefs.h
1670
 
1671
# Predefined preprocessor variables.
1672
 
1673
cat >>confdefs.h <<_ACEOF
1674
#define PACKAGE_NAME "$PACKAGE_NAME"
1675
_ACEOF
1676
 
1677
 
1678
cat >>confdefs.h <<_ACEOF
1679
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1680
_ACEOF
1681
 
1682
 
1683
cat >>confdefs.h <<_ACEOF
1684
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1685
_ACEOF
1686
 
1687
 
1688
cat >>confdefs.h <<_ACEOF
1689
#define PACKAGE_STRING "$PACKAGE_STRING"
1690
_ACEOF
1691
 
1692
 
1693
cat >>confdefs.h <<_ACEOF
1694
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1695
_ACEOF
1696
 
1697
 
1698
# Let the site file select an alternate cache file if it wants to.
1699
# Prefer an explicitly selected file to automatically selected ones.
1700
ac_site_file1=NONE
1701
ac_site_file2=NONE
1702
if test -n "$CONFIG_SITE"; then
1703
  ac_site_file1=$CONFIG_SITE
1704
elif test "x$prefix" != xNONE; then
1705
  ac_site_file1=$prefix/share/config.site
1706
  ac_site_file2=$prefix/etc/config.site
1707
else
1708
  ac_site_file1=$ac_default_prefix/share/config.site
1709
  ac_site_file2=$ac_default_prefix/etc/config.site
1710
fi
1711
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1712
do
1713
  test "x$ac_site_file" = xNONE && continue
1714
  if test -r "$ac_site_file"; then
1715
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1716
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1717
    sed 's/^/| /' "$ac_site_file" >&5
1718
    . "$ac_site_file"
1719
  fi
1720
done
1721
 
1722
if test -r "$cache_file"; then
1723
  # Some versions of bash will fail to source /dev/null (special
1724
  # files actually), so we avoid doing that.
1725
  if test -f "$cache_file"; then
1726
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1727
$as_echo "$as_me: loading cache $cache_file" >&6;}
1728
    case $cache_file in
1729
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1730
      *)                      . "./$cache_file";;
1731
    esac
1732
  fi
1733
else
1734
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1735
$as_echo "$as_me: creating cache $cache_file" >&6;}
1736
  >$cache_file
1737
fi
1738
 
1739
# Check that the precious variables saved in the cache have kept the same
1740
# value.
1741
ac_cache_corrupted=false
1742
for ac_var in $ac_precious_vars; do
1743
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1744
  eval ac_new_set=\$ac_env_${ac_var}_set
1745
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1746
  eval ac_new_val=\$ac_env_${ac_var}_value
1747
  case $ac_old_set,$ac_new_set in
1748
    set,)
1749
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1750
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1751
      ac_cache_corrupted=: ;;
1752
    ,set)
1753
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1754
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1755
      ac_cache_corrupted=: ;;
1756
    ,);;
1757
    *)
1758
      if test "x$ac_old_val" != "x$ac_new_val"; then
1759
        # differences in whitespace do not lead to failure.
1760
        ac_old_val_w=`echo x $ac_old_val`
1761
        ac_new_val_w=`echo x $ac_new_val`
1762
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1763
          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1764
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1765
          ac_cache_corrupted=:
1766
        else
1767
          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1768
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1769
          eval $ac_var=\$ac_old_val
1770
        fi
1771
        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1772
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1773
        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1774
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1775
      fi;;
1776
  esac
1777
  # Pass precious variables to config.status.
1778
  if test "$ac_new_set" = set; then
1779
    case $ac_new_val in
1780
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1781
    *) ac_arg=$ac_var=$ac_new_val ;;
1782
    esac
1783
    case " $ac_configure_args " in
1784
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1785
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1786
    esac
1787
  fi
1788
done
1789
if $ac_cache_corrupted; then
1790
  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1791
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1792
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1793
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1794
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1795
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1796
   { (exit 1); exit 1; }; }
1797
fi
1798
 
1799
 
1800
 
1801
 
1802
 
1803
 
1804
 
1805
 
1806
 
1807
 
1808
 
1809
 
1810
 
1811
 
1812
 
1813
 
1814
 
1815
 
1816
 
1817
 
1818
 
1819
 
1820
 
1821
 
1822
 
1823
ac_ext=c
1824
ac_cpp='$CPP $CPPFLAGS'
1825
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1826
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1827
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1828
 
1829
 
1830
 
1831
 
1832
ac_aux_dir=
1833
for ac_dir in ../../../.. "$srcdir"/../../../..; do
1834
  if test -f "$ac_dir/install-sh"; then
1835
    ac_aux_dir=$ac_dir
1836
    ac_install_sh="$ac_aux_dir/install-sh -c"
1837
    break
1838
  elif test -f "$ac_dir/install.sh"; then
1839
    ac_aux_dir=$ac_dir
1840
    ac_install_sh="$ac_aux_dir/install.sh -c"
1841
    break
1842
  elif test -f "$ac_dir/shtool"; then
1843
    ac_aux_dir=$ac_dir
1844
    ac_install_sh="$ac_aux_dir/shtool install -c"
1845
    break
1846
  fi
1847
done
1848
if test -z "$ac_aux_dir"; then
1849
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&5
1850
$as_echo "$as_me: error: cannot find install-sh or install.sh in ../../../.. \"$srcdir\"/../../../.." >&2;}
1851
   { (exit 1); exit 1; }; }
1852
fi
1853
 
1854
# These three variables are undocumented and unsupported,
1855
# and are intended to be withdrawn in a future Autoconf release.
1856
# They can cause serious problems if a builder's source tree is in a directory
1857
# whose full name contains unusual characters.
1858
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1859
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1860
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1861
 
1862
 
1863
 
1864
 
1865
# Make sure we can run config.sub.
1866
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1867
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1868
$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1869
   { (exit 1); exit 1; }; }
1870
 
1871
{ $as_echo "$as_me:$LINENO: checking build system type" >&5
1872
$as_echo_n "checking build system type... " >&6; }
1873
if test "${ac_cv_build+set}" = set; then
1874
  $as_echo_n "(cached) " >&6
1875
else
1876
  ac_build_alias=$build_alias
1877
test "x$ac_build_alias" = x &&
1878
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1879
test "x$ac_build_alias" = x &&
1880
  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1881
$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1882
   { (exit 1); exit 1; }; }
1883
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1884
  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1885
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1886
   { (exit 1); exit 1; }; }
1887
 
1888
fi
1889
{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1890
$as_echo "$ac_cv_build" >&6; }
1891
case $ac_cv_build in
1892
*-*-*) ;;
1893
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1894
$as_echo "$as_me: error: invalid value of canonical build" >&2;}
1895
   { (exit 1); exit 1; }; };;
1896
esac
1897
build=$ac_cv_build
1898
ac_save_IFS=$IFS; IFS='-'
1899
set x $ac_cv_build
1900
shift
1901
build_cpu=$1
1902
build_vendor=$2
1903
shift; shift
1904
# Remember, the first character of IFS is used to create $*,
1905
# except with old shells:
1906
build_os=$*
1907
IFS=$ac_save_IFS
1908
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1909
 
1910
 
1911
am__api_version='1.11'
1912
 
1913
# Find a good install program.  We prefer a C program (faster),
1914
# so one script is as good as another.  But avoid the broken or
1915
# incompatible versions:
1916
# SysV /etc/install, /usr/sbin/install
1917
# SunOS /usr/etc/install
1918
# IRIX /sbin/install
1919
# AIX /bin/install
1920
# AmigaOS /C/install, which installs bootblocks on floppy discs
1921
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1922
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1923
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1924
# OS/2's system install, which has a completely different semantic
1925
# ./install, which can be erroneously created by make from ./install.sh.
1926
# Reject install programs that cannot install multiple files.
1927
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1928
$as_echo_n "checking for a BSD-compatible install... " >&6; }
1929
if test -z "$INSTALL"; then
1930
if test "${ac_cv_path_install+set}" = set; then
1931
  $as_echo_n "(cached) " >&6
1932
else
1933
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1934
for as_dir in $PATH
1935
do
1936
  IFS=$as_save_IFS
1937
  test -z "$as_dir" && as_dir=.
1938
  # Account for people who put trailing slashes in PATH elements.
1939
case $as_dir/ in
1940
  ./ | .// | /cC/* | \
1941
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1942
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1943
  /usr/ucb/* ) ;;
1944
  *)
1945
    # OSF1 and SCO ODT 3.0 have their own names for install.
1946
    # Don't use installbsd from OSF since it installs stuff as root
1947
    # by default.
1948
    for ac_prog in ginstall scoinst install; do
1949
      for ac_exec_ext in '' $ac_executable_extensions; do
1950
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1951
          if test $ac_prog = install &&
1952
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1953
            # AIX install.  It has an incompatible calling convention.
1954
            :
1955
          elif test $ac_prog = install &&
1956
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1957
            # program-specific install script used by HP pwplus--don't use.
1958
            :
1959
          else
1960
            rm -rf conftest.one conftest.two conftest.dir
1961
            echo one > conftest.one
1962
            echo two > conftest.two
1963
            mkdir conftest.dir
1964
            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1965
              test -s conftest.one && test -s conftest.two &&
1966
              test -s conftest.dir/conftest.one &&
1967
              test -s conftest.dir/conftest.two
1968
            then
1969
              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1970
              break 3
1971
            fi
1972
          fi
1973
        fi
1974
      done
1975
    done
1976
    ;;
1977
esac
1978
 
1979
done
1980
IFS=$as_save_IFS
1981
 
1982
rm -rf conftest.one conftest.two conftest.dir
1983
 
1984
fi
1985
  if test "${ac_cv_path_install+set}" = set; then
1986
    INSTALL=$ac_cv_path_install
1987
  else
1988
    # As a last resort, use the slow shell script.  Don't cache a
1989
    # value for INSTALL within a source directory, because that will
1990
    # break other packages using the cache if that directory is
1991
    # removed, or if the value is a relative name.
1992
    INSTALL=$ac_install_sh
1993
  fi
1994
fi
1995
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
1996
$as_echo "$INSTALL" >&6; }
1997
 
1998
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1999
# It thinks the first close brace ends the variable substitution.
2000
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2001
 
2002
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2003
 
2004
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2005
 
2006
{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2007
$as_echo_n "checking whether build environment is sane... " >&6; }
2008
# Just in case
2009
sleep 1
2010
echo timestamp > conftest.file
2011
# Reject unsafe characters in $srcdir or the absolute working directory
2012
# name.  Accept space and tab only in the latter.
2013
am_lf='
2014
'
2015
case `pwd` in
2016
  *[\\\"\#\$\&\'\`$am_lf]*)
2017
    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2018
$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2019
   { (exit 1); exit 1; }; };;
2020
esac
2021
case $srcdir in
2022
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2023
    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2024
$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2025
   { (exit 1); exit 1; }; };;
2026
esac
2027
 
2028
# Do `set' in a subshell so we don't clobber the current shell's
2029
# arguments.  Must try -L first in case configure is actually a
2030
# symlink; some systems play weird games with the mod time of symlinks
2031
# (eg FreeBSD returns the mod time of the symlink's containing
2032
# directory).
2033
if (
2034
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2035
   if test "$*" = "X"; then
2036
      # -L didn't work.
2037
      set X `ls -t "$srcdir/configure" conftest.file`
2038
   fi
2039
   rm -f conftest.file
2040
   if test "$*" != "X $srcdir/configure conftest.file" \
2041
      && test "$*" != "X conftest.file $srcdir/configure"; then
2042
 
2043
      # If neither matched, then we have a broken ls.  This can happen
2044
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2045
      # broken ls alias from the environment.  This has actually
2046
      # happened.  Such a system could not be considered "sane".
2047
      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2048
alias in your environment" >&5
2049
$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2050
alias in your environment" >&2;}
2051
   { (exit 1); exit 1; }; }
2052
   fi
2053
 
2054
   test "$2" = conftest.file
2055
   )
2056
then
2057
   # Ok.
2058
   :
2059
else
2060
   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2061
Check your system clock" >&5
2062
$as_echo "$as_me: error: newly created file is older than distributed files!
2063
Check your system clock" >&2;}
2064
   { (exit 1); exit 1; }; }
2065
fi
2066
{ $as_echo "$as_me:$LINENO: result: yes" >&5
2067
$as_echo "yes" >&6; }
2068
test "$program_prefix" != NONE &&
2069
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2070
# Use a double $ so make ignores it.
2071
test "$program_suffix" != NONE &&
2072
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2073
# Double any \ or $.
2074
# By default was `s,x,x', remove it if useless.
2075
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2076
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2077
 
2078
# expand $ac_aux_dir to an absolute path
2079
am_aux_dir=`cd $ac_aux_dir && pwd`
2080
 
2081
if test x"${MISSING+set}" != xset; then
2082
  case $am_aux_dir in
2083
  *\ * | *\     *)
2084
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2085
  *)
2086
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2087
  esac
2088
fi
2089
# Use eval to expand $SHELL
2090
if eval "$MISSING --run true"; then
2091
  am_missing_run="$MISSING --run "
2092
else
2093
  am_missing_run=
2094
  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2095
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2096
fi
2097
 
2098
if test x"${install_sh}" != xset; then
2099
  case $am_aux_dir in
2100
  *\ * | *\     *)
2101
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2102
  *)
2103
    install_sh="\${SHELL} $am_aux_dir/install-sh"
2104
  esac
2105
fi
2106
 
2107
# Installed binaries are usually stripped using `strip' when the user
2108
# run `make install-strip'.  However `strip' might not be the right
2109
# tool to use in cross-compilation environments, therefore Automake
2110
# will honor the `STRIP' environment variable to overrule this program.
2111
if test "$cross_compiling" != no; then
2112
  if test -n "$ac_tool_prefix"; then
2113
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2114
set dummy ${ac_tool_prefix}strip; ac_word=$2
2115
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2116
$as_echo_n "checking for $ac_word... " >&6; }
2117
if test "${ac_cv_prog_STRIP+set}" = set; then
2118
  $as_echo_n "(cached) " >&6
2119
else
2120
  if test -n "$STRIP"; then
2121
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2122
else
2123
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2124
for as_dir in $PATH
2125
do
2126
  IFS=$as_save_IFS
2127
  test -z "$as_dir" && as_dir=.
2128
  for ac_exec_ext in '' $ac_executable_extensions; do
2129
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2130
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2131
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2132
    break 2
2133
  fi
2134
done
2135
done
2136
IFS=$as_save_IFS
2137
 
2138
fi
2139
fi
2140
STRIP=$ac_cv_prog_STRIP
2141
if test -n "$STRIP"; then
2142
  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2143
$as_echo "$STRIP" >&6; }
2144
else
2145
  { $as_echo "$as_me:$LINENO: result: no" >&5
2146
$as_echo "no" >&6; }
2147
fi
2148
 
2149
 
2150
fi
2151
if test -z "$ac_cv_prog_STRIP"; then
2152
  ac_ct_STRIP=$STRIP
2153
  # Extract the first word of "strip", so it can be a program name with args.
2154
set dummy strip; ac_word=$2
2155
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2156
$as_echo_n "checking for $ac_word... " >&6; }
2157
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2158
  $as_echo_n "(cached) " >&6
2159
else
2160
  if test -n "$ac_ct_STRIP"; then
2161
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2162
else
2163
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2164
for as_dir in $PATH
2165
do
2166
  IFS=$as_save_IFS
2167
  test -z "$as_dir" && as_dir=.
2168
  for ac_exec_ext in '' $ac_executable_extensions; do
2169
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2170
    ac_cv_prog_ac_ct_STRIP="strip"
2171
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2172
    break 2
2173
  fi
2174
done
2175
done
2176
IFS=$as_save_IFS
2177
 
2178
fi
2179
fi
2180
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2181
if test -n "$ac_ct_STRIP"; then
2182
  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2183
$as_echo "$ac_ct_STRIP" >&6; }
2184
else
2185
  { $as_echo "$as_me:$LINENO: result: no" >&5
2186
$as_echo "no" >&6; }
2187
fi
2188
 
2189
  if test "x$ac_ct_STRIP" = x; then
2190
    STRIP=":"
2191
  else
2192
    case $cross_compiling:$ac_tool_warned in
2193
yes:)
2194
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2195
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2196
ac_tool_warned=yes ;;
2197
esac
2198
    STRIP=$ac_ct_STRIP
2199
  fi
2200
else
2201
  STRIP="$ac_cv_prog_STRIP"
2202
fi
2203
 
2204
fi
2205
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2206
 
2207
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2208
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2209
if test -z "$MKDIR_P"; then
2210
  if test "${ac_cv_path_mkdir+set}" = set; then
2211
  $as_echo_n "(cached) " >&6
2212
else
2213
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2214
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2215
do
2216
  IFS=$as_save_IFS
2217
  test -z "$as_dir" && as_dir=.
2218
  for ac_prog in mkdir gmkdir; do
2219
         for ac_exec_ext in '' $ac_executable_extensions; do
2220
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2221
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2222
             'mkdir (GNU coreutils) '* | \
2223
             'mkdir (coreutils) '* | \
2224
             'mkdir (fileutils) '4.1*)
2225
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2226
               break 3;;
2227
           esac
2228
         done
2229
       done
2230
done
2231
IFS=$as_save_IFS
2232
 
2233
fi
2234
 
2235
  if test "${ac_cv_path_mkdir+set}" = set; then
2236
    MKDIR_P="$ac_cv_path_mkdir -p"
2237
  else
2238
    # As a last resort, use the slow shell script.  Don't cache a
2239
    # value for MKDIR_P within a source directory, because that will
2240
    # break other packages using the cache if that directory is
2241
    # removed, or if the value is a relative name.
2242
    test -d ./--version && rmdir ./--version
2243
    MKDIR_P="$ac_install_sh -d"
2244
  fi
2245
fi
2246
{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2247
$as_echo "$MKDIR_P" >&6; }
2248
 
2249
mkdir_p="$MKDIR_P"
2250
case $mkdir_p in
2251
  [\\/$]* | ?:[\\/]*) ;;
2252
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2253
esac
2254
 
2255
for ac_prog in gawk mawk nawk awk
2256
do
2257
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2258
set dummy $ac_prog; ac_word=$2
2259
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2260
$as_echo_n "checking for $ac_word... " >&6; }
2261
if test "${ac_cv_prog_AWK+set}" = set; then
2262
  $as_echo_n "(cached) " >&6
2263
else
2264
  if test -n "$AWK"; then
2265
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2266
else
2267
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2268
for as_dir in $PATH
2269
do
2270
  IFS=$as_save_IFS
2271
  test -z "$as_dir" && as_dir=.
2272
  for ac_exec_ext in '' $ac_executable_extensions; do
2273
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2274
    ac_cv_prog_AWK="$ac_prog"
2275
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2276
    break 2
2277
  fi
2278
done
2279
done
2280
IFS=$as_save_IFS
2281
 
2282
fi
2283
fi
2284
AWK=$ac_cv_prog_AWK
2285
if test -n "$AWK"; then
2286
  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2287
$as_echo "$AWK" >&6; }
2288
else
2289
  { $as_echo "$as_me:$LINENO: result: no" >&5
2290
$as_echo "no" >&6; }
2291
fi
2292
 
2293
 
2294
  test -n "$AWK" && break
2295
done
2296
 
2297
{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2298
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2299
set x ${MAKE-make}
2300
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2301
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2302
  $as_echo_n "(cached) " >&6
2303
else
2304
  cat >conftest.make <<\_ACEOF
2305
SHELL = /bin/sh
2306
all:
2307
        @echo '@@@%%%=$(MAKE)=@@@%%%'
2308
_ACEOF
2309
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2310
case `${MAKE-make} -f conftest.make 2>/dev/null` in
2311
  *@@@%%%=?*=@@@%%%*)
2312
    eval ac_cv_prog_make_${ac_make}_set=yes;;
2313
  *)
2314
    eval ac_cv_prog_make_${ac_make}_set=no;;
2315
esac
2316
rm -f conftest.make
2317
fi
2318
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2319
  { $as_echo "$as_me:$LINENO: result: yes" >&5
2320
$as_echo "yes" >&6; }
2321
  SET_MAKE=
2322
else
2323
  { $as_echo "$as_me:$LINENO: result: no" >&5
2324
$as_echo "no" >&6; }
2325
  SET_MAKE="MAKE=${MAKE-make}"
2326
fi
2327
 
2328
rm -rf .tst 2>/dev/null
2329
mkdir .tst 2>/dev/null
2330
if test -d .tst; then
2331
  am__leading_dot=.
2332
else
2333
  am__leading_dot=_
2334
fi
2335
rmdir .tst 2>/dev/null
2336
 
2337
DEPDIR="${am__leading_dot}deps"
2338
 
2339
ac_config_commands="$ac_config_commands depfiles"
2340
 
2341
 
2342
am_make=${MAKE-make}
2343
cat > confinc << 'END'
2344
am__doit:
2345
        @echo this is the am__doit target
2346
.PHONY: am__doit
2347
END
2348
# If we don't find an include directive, just comment out the code.
2349
{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2350
$as_echo_n "checking for style of include used by $am_make... " >&6; }
2351
am__include="#"
2352
am__quote=
2353
_am_result=none
2354
# First try GNU make style include.
2355
echo "include confinc" > confmf
2356
# Ignore all kinds of additional output from `make'.
2357
case `$am_make -s -f confmf 2> /dev/null` in #(
2358
*the\ am__doit\ target*)
2359
  am__include=include
2360
  am__quote=
2361
  _am_result=GNU
2362
  ;;
2363
esac
2364
# Now try BSD make style include.
2365
if test "$am__include" = "#"; then
2366
   echo '.include "confinc"' > confmf
2367
   case `$am_make -s -f confmf 2> /dev/null` in #(
2368
   *the\ am__doit\ target*)
2369
     am__include=.include
2370
     am__quote="\""
2371
     _am_result=BSD
2372
     ;;
2373
   esac
2374
fi
2375
 
2376
 
2377
{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
2378
$as_echo "$_am_result" >&6; }
2379
rm -f confinc confmf
2380
 
2381
# Check whether --enable-dependency-tracking was given.
2382
if test "${enable_dependency_tracking+set}" = set; then
2383
  enableval=$enable_dependency_tracking;
2384
fi
2385
 
2386
if test "x$enable_dependency_tracking" != xno; then
2387
  am_depcomp="$ac_aux_dir/depcomp"
2388
  AMDEPBACKSLASH='\'
2389
fi
2390
 if test "x$enable_dependency_tracking" != xno; then
2391
  AMDEP_TRUE=
2392
  AMDEP_FALSE='#'
2393
else
2394
  AMDEP_TRUE='#'
2395
  AMDEP_FALSE=
2396
fi
2397
 
2398
 
2399
 
2400
# Check whether --enable-multilib was given.
2401
if test "${enable_multilib+set}" = set; then
2402
  enableval=$enable_multilib; case "${enableval}" in
2403
  yes) multilib=yes ;;
2404
  no)  multilib=no ;;
2405
  *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
2406
$as_echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
2407
   { (exit 1); exit 1; }; } ;;
2408
 esac
2409
else
2410
  multilib=yes
2411
fi
2412
 
2413
# Check whether --enable-target-optspace was given.
2414
if test "${enable_target_optspace+set}" = set; then
2415
  enableval=$enable_target_optspace; case "${enableval}" in
2416
  yes) target_optspace=yes ;;
2417
  no)  target_optspace=no ;;
2418
  *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for target-optspace option" >&5
2419
$as_echo "$as_me: error: bad value ${enableval} for target-optspace option" >&2;}
2420
   { (exit 1); exit 1; }; } ;;
2421
 esac
2422
else
2423
  target_optspace=
2424
fi
2425
 
2426
# Check whether --enable-malloc-debugging was given.
2427
if test "${enable_malloc_debugging+set}" = set; then
2428
  enableval=$enable_malloc_debugging; case "${enableval}" in
2429
  yes) malloc_debugging=yes ;;
2430
  no)  malloc_debugging=no ;;
2431
  *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for malloc-debugging option" >&5
2432
$as_echo "$as_me: error: bad value ${enableval} for malloc-debugging option" >&2;}
2433
   { (exit 1); exit 1; }; } ;;
2434
 esac
2435
else
2436
  malloc_debugging=
2437
fi
2438
 
2439
# Check whether --enable-newlib-multithread was given.
2440
if test "${enable_newlib_multithread+set}" = set; then
2441
  enableval=$enable_newlib_multithread; case "${enableval}" in
2442
  yes) newlib_multithread=yes ;;
2443
  no)  newlib_multithread=no ;;
2444
  *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-multithread option" >&5
2445
$as_echo "$as_me: error: bad value ${enableval} for newlib-multithread option" >&2;}
2446
   { (exit 1); exit 1; }; } ;;
2447
 esac
2448
else
2449
  newlib_multithread=yes
2450
fi
2451
 
2452
# Check whether --enable-newlib-iconv was given.
2453
if test "${enable_newlib_iconv+set}" = set; then
2454
  enableval=$enable_newlib_iconv; if test "${newlib_iconv+set}" != set; then
2455
   case "${enableval}" in
2456
     yes) newlib_iconv=yes ;;
2457
     no)  newlib_iconv=no ;;
2458
     *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-iconv option" >&5
2459
$as_echo "$as_me: error: bad value ${enableval} for newlib-iconv option" >&2;}
2460
   { (exit 1); exit 1; }; } ;;
2461
   esac
2462
 fi
2463
else
2464
  newlib_iconv=${newlib_iconv}
2465
fi
2466
 
2467
# Check whether --enable-newlib-elix-level was given.
2468
if test "${enable_newlib_elix_level+set}" = set; then
2469
  enableval=$enable_newlib_elix_level; case "${enableval}" in
2470
  0)   newlib_elix_level=0 ;;
2471
  1)   newlib_elix_level=1 ;;
2472
  2)   newlib_elix_level=2 ;;
2473
  3)   newlib_elix_level=3 ;;
2474
  4)   newlib_elix_level=4 ;;
2475
  *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-elix-level option" >&5
2476
$as_echo "$as_me: error: bad value ${enableval} for newlib-elix-level option" >&2;}
2477
   { (exit 1); exit 1; }; } ;;
2478
 esac
2479
else
2480
  newlib_elix_level=0
2481
fi
2482
 
2483
# Check whether --enable-newlib-io-float was given.
2484
if test "${enable_newlib_io_float+set}" = set; then
2485
  enableval=$enable_newlib_io_float; case "${enableval}" in
2486
  yes) newlib_io_float=yes ;;
2487
  no)  newlib_io_float=no ;;
2488
  *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-io-float option" >&5
2489
$as_echo "$as_me: error: bad value ${enableval} for newlib-io-float option" >&2;}
2490
   { (exit 1); exit 1; }; } ;;
2491
 esac
2492
else
2493
  newlib_io_float=yes
2494
fi
2495
 
2496
# Check whether --enable-newlib-supplied-syscalls was given.
2497
if test "${enable_newlib_supplied_syscalls+set}" = set; then
2498
  enableval=$enable_newlib_supplied_syscalls; case "${enableval}" in
2499
  yes) newlib_may_supply_syscalls=yes ;;
2500
  no)  newlib_may_supply_syscalls=no ;;
2501
  *)   { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for newlib-supplied-syscalls option" >&5
2502
$as_echo "$as_me: error: bad value ${enableval} for newlib-supplied-syscalls option" >&2;}
2503
   { (exit 1); exit 1; }; } ;;
2504
 esac
2505
else
2506
  newlib_may_supply_syscalls=yes
2507
fi
2508
 
2509
 if test x${newlib_may_supply_syscalls} = xyes; then
2510
  MAY_SUPPLY_SYSCALLS_TRUE=
2511
  MAY_SUPPLY_SYSCALLS_FALSE='#'
2512
else
2513
  MAY_SUPPLY_SYSCALLS_TRUE='#'
2514
  MAY_SUPPLY_SYSCALLS_FALSE=
2515
fi
2516
 
2517
 
2518
 
2519
test -z "${with_target_subdir}" && with_target_subdir=.
2520
 
2521
if test "${srcdir}" = "."; then
2522
  if test "${with_target_subdir}" != "."; then
2523
    newlib_basedir="${srcdir}/${with_multisrctop}../../../.."
2524
  else
2525
    newlib_basedir="${srcdir}/${with_multisrctop}../../.."
2526
  fi
2527
else
2528
  newlib_basedir="${srcdir}/../../.."
2529
fi
2530
 
2531
 
2532
{ $as_echo "$as_me:$LINENO: checking host system type" >&5
2533
$as_echo_n "checking host system type... " >&6; }
2534
if test "${ac_cv_host+set}" = set; then
2535
  $as_echo_n "(cached) " >&6
2536
else
2537
  if test "x$host_alias" = x; then
2538
  ac_cv_host=$ac_cv_build
2539
else
2540
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2541
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2542
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2543
   { (exit 1); exit 1; }; }
2544
fi
2545
 
2546
fi
2547
{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2548
$as_echo "$ac_cv_host" >&6; }
2549
case $ac_cv_host in
2550
*-*-*) ;;
2551
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2552
$as_echo "$as_me: error: invalid value of canonical host" >&2;}
2553
   { (exit 1); exit 1; }; };;
2554
esac
2555
host=$ac_cv_host
2556
ac_save_IFS=$IFS; IFS='-'
2557
set x $ac_cv_host
2558
shift
2559
host_cpu=$1
2560
host_vendor=$2
2561
shift; shift
2562
# Remember, the first character of IFS is used to create $*,
2563
# except with old shells:
2564
host_os=$*
2565
IFS=$ac_save_IFS
2566
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2567
 
2568
 
2569
 
2570
if test "`cd $srcdir && pwd`" != "`pwd`"; then
2571
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2572
  # is not polluted with repeated "-I."
2573
  am__isrc=' -I$(srcdir)'
2574
  # test to see if srcdir already configured
2575
  if test -f $srcdir/config.status; then
2576
    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2577
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2578
   { (exit 1); exit 1; }; }
2579
  fi
2580
fi
2581
 
2582
# test whether we have cygpath
2583
if test -z "$CYGPATH_W"; then
2584
  if (cygpath --version) >/dev/null 2>/dev/null; then
2585
    CYGPATH_W='cygpath -w'
2586
  else
2587
    CYGPATH_W=echo
2588
  fi
2589
fi
2590
 
2591
 
2592
# Define the identity of the package.
2593
 PACKAGE='newlib'
2594
 VERSION='1.18.0'
2595
 
2596
 
2597
# Some tools Automake needs.
2598
 
2599
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2600
 
2601
 
2602
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2603
 
2604
 
2605
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2606
 
2607
 
2608
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2609
 
2610
 
2611
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2612
 
2613
# We need awk for the "check" target.  The system "awk" is bad on
2614
# some platforms.
2615
# Always define AMTAR for backward compatibility.
2616
 
2617
AMTAR=${AMTAR-"${am_missing_run}tar"}
2618
 
2619
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2620
 
2621
 
2622
 
2623
 
2624
 
2625
 
2626
# FIXME: We temporarily define our own version of AC_PROG_CC.  This is
2627
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
2628
# are probably using a cross compiler, which will not be able to fully
2629
# link an executable.  This should really be fixed in autoconf
2630
# itself.
2631
 
2632
 
2633
 
2634
 
2635
 
2636
 
2637
 
2638
# Extract the first word of "gcc", so it can be a program name with args.
2639
set dummy gcc; ac_word=$2
2640
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2641
$as_echo_n "checking for $ac_word... " >&6; }
2642
if test "${ac_cv_prog_CC+set}" = set; then
2643
  $as_echo_n "(cached) " >&6
2644
else
2645
  if test -n "$CC"; then
2646
  ac_cv_prog_CC="$CC" # Let the user override the test.
2647
else
2648
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2649
for as_dir in $PATH
2650
do
2651
  IFS=$as_save_IFS
2652
  test -z "$as_dir" && as_dir=.
2653
  for ac_exec_ext in '' $ac_executable_extensions; do
2654
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2655
    ac_cv_prog_CC="gcc"
2656
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2657
    break 2
2658
  fi
2659
done
2660
done
2661
IFS=$as_save_IFS
2662
 
2663
fi
2664
fi
2665
CC=$ac_cv_prog_CC
2666
if test -n "$CC"; then
2667
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2668
$as_echo "$CC" >&6; }
2669
else
2670
  { $as_echo "$as_me:$LINENO: result: no" >&5
2671
$as_echo "no" >&6; }
2672
fi
2673
 
2674
 
2675
 
2676
depcc="$CC"   am_compiler_list=
2677
 
2678
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2679
$as_echo_n "checking dependency style of $depcc... " >&6; }
2680
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2681
  $as_echo_n "(cached) " >&6
2682
else
2683
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2684
  # We make a subdir and do the tests there.  Otherwise we can end up
2685
  # making bogus files that we don't know about and never remove.  For
2686
  # instance it was reported that on HP-UX the gcc test will end up
2687
  # making a dummy file named `D' -- because `-MD' means `put the output
2688
  # in D'.
2689
  mkdir conftest.dir
2690
  # Copy depcomp to subdir because otherwise we won't find it if we're
2691
  # using a relative directory.
2692
  cp "$am_depcomp" conftest.dir
2693
  cd conftest.dir
2694
  # We will build objects and dependencies in a subdirectory because
2695
  # it helps to detect inapplicable dependency modes.  For instance
2696
  # both Tru64's cc and ICC support -MD to output dependencies as a
2697
  # side effect of compilation, but ICC will put the dependencies in
2698
  # the current directory while Tru64 will put them in the object
2699
  # directory.
2700
  mkdir sub
2701
 
2702
  am_cv_CC_dependencies_compiler_type=none
2703
  if test "$am_compiler_list" = ""; then
2704
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2705
  fi
2706
  am__universal=false
2707
  case " $depcc " in #(
2708
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
2709
     esac
2710
 
2711
  for depmode in $am_compiler_list; do
2712
    # Setup a source with many dependencies, because some compilers
2713
    # like to wrap large dependency lists on column 80 (with \), and
2714
    # we should not choose a depcomp mode which is confused by this.
2715
    #
2716
    # We need to recreate these files for each test, as the compiler may
2717
    # overwrite some of them when testing with obscure command lines.
2718
    # This happens at least with the AIX C compiler.
2719
    : > sub/conftest.c
2720
    for i in 1 2 3 4 5 6; do
2721
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2722
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2723
      # Solaris 8's {/usr,}/bin/sh.
2724
      touch sub/conftst$i.h
2725
    done
2726
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2727
 
2728
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2729
    # mode.  It turns out that the SunPro C++ compiler does not properly
2730
    # handle `-M -o', and we need to detect this.  Also, some Intel
2731
    # versions had trouble with output in subdirs
2732
    am__obj=sub/conftest.${OBJEXT-o}
2733
    am__minus_obj="-o $am__obj"
2734
    case $depmode in
2735
    gcc)
2736
      # This depmode causes a compiler race in universal mode.
2737
      test "$am__universal" = false || continue
2738
      ;;
2739
    nosideeffect)
2740
      # after this tag, mechanisms are not by side-effect, so they'll
2741
      # only be used when explicitly requested
2742
      if test "x$enable_dependency_tracking" = xyes; then
2743
        continue
2744
      else
2745
        break
2746
      fi
2747
      ;;
2748
    msvisualcpp | msvcmsys)
2749
      # This compiler won't grok `-c -o', but also, the minuso test has
2750
      # not run yet.  These depmodes are late enough in the game, and
2751
      # so weak that their functioning should not be impacted.
2752
      am__obj=conftest.${OBJEXT-o}
2753
      am__minus_obj=
2754
      ;;
2755
    none) break ;;
2756
    esac
2757
    if depmode=$depmode \
2758
       source=sub/conftest.c object=$am__obj \
2759
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2760
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2761
         >/dev/null 2>conftest.err &&
2762
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2763
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2764
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2765
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2766
      # icc doesn't choke on unknown options, it will just issue warnings
2767
      # or remarks (even with -Werror).  So we grep stderr for any message
2768
      # that says an option was ignored or not supported.
2769
      # When given -MP, icc 7.0 and 7.1 complain thusly:
2770
      #   icc: Command line warning: ignoring option '-M'; no argument required
2771
      # The diagnosis changed in icc 8.0:
2772
      #   icc: Command line remark: option '-MP' not supported
2773
      if (grep 'ignoring option' conftest.err ||
2774
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2775
        am_cv_CC_dependencies_compiler_type=$depmode
2776
        break
2777
      fi
2778
    fi
2779
  done
2780
 
2781
  cd ..
2782
  rm -rf conftest.dir
2783
else
2784
  am_cv_CC_dependencies_compiler_type=none
2785
fi
2786
 
2787
fi
2788
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2789
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
2790
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2791
 
2792
 if
2793
  test "x$enable_dependency_tracking" != xno \
2794
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2795
  am__fastdepCC_TRUE=
2796
  am__fastdepCC_FALSE='#'
2797
else
2798
  am__fastdepCC_TRUE='#'
2799
  am__fastdepCC_FALSE=
2800
fi
2801
 
2802
 
2803
if test -z "$CC"; then
2804
  # Extract the first word of "cc", so it can be a program name with args.
2805
set dummy cc; ac_word=$2
2806
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2807
$as_echo_n "checking for $ac_word... " >&6; }
2808
if test "${ac_cv_prog_CC+set}" = set; then
2809
  $as_echo_n "(cached) " >&6
2810
else
2811
  if test -n "$CC"; then
2812
  ac_cv_prog_CC="$CC" # Let the user override the test.
2813
else
2814
  ac_prog_rejected=no
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
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2823
       ac_prog_rejected=yes
2824
       continue
2825
     fi
2826
    ac_cv_prog_CC="cc"
2827
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2828
    break 2
2829
  fi
2830
done
2831
done
2832
IFS=$as_save_IFS
2833
 
2834
if test $ac_prog_rejected = yes; then
2835
  # We found a bogon in the path, so make sure we never use it.
2836
  set dummy $ac_cv_prog_CC
2837
  shift
2838
  if test $# != 0; then
2839
    # We chose a different compiler from the bogus one.
2840
    # However, it has the same basename, so the bogon will be chosen
2841
    # first if we set CC to just the basename; use the full file name.
2842
    shift
2843
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2844
  fi
2845
fi
2846
fi
2847
fi
2848
CC=$ac_cv_prog_CC
2849
if test -n "$CC"; then
2850
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2851
$as_echo "$CC" >&6; }
2852
else
2853
  { $as_echo "$as_me:$LINENO: result: no" >&5
2854
$as_echo "no" >&6; }
2855
fi
2856
 
2857
 
2858
  test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
2859
$as_echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2860
   { (exit 1); exit 1; }; }
2861
fi
2862
 
2863
{ $as_echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
2864
$as_echo_n "checking whether we are using GNU C... " >&6; }
2865
if test "${ac_cv_c_compiler_gnu+set}" = set; then
2866
  $as_echo_n "(cached) " >&6
2867
else
2868
  cat > conftest.c <
2869
#ifdef __GNUC__
2870
  yes;
2871
#endif
2872
EOF
2873
if { ac_try='${CC-cc} -E conftest.c'
2874
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2875
  (eval $ac_try) 2>&5
2876
  ac_status=$?
2877
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2878
  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
2879
  ac_cv_c_compiler_gnu=yes
2880
else
2881
  ac_cv_c_compiler_gnu=no
2882
fi
2883
fi
2884
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2885
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2886
 
2887
if test $ac_cv_c_compiler_gnu = yes; then
2888
  GCC=yes
2889
  ac_test_CFLAGS="${CFLAGS+set}"
2890
  ac_save_CFLAGS="$CFLAGS"
2891
  ac_test_CFLAGS=${CFLAGS+set}
2892
ac_save_CFLAGS=$CFLAGS
2893
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2894
$as_echo_n "checking whether $CC accepts -g... " >&6; }
2895
if test "${ac_cv_prog_cc_g+set}" = set; then
2896
  $as_echo_n "(cached) " >&6
2897
else
2898
  ac_save_c_werror_flag=$ac_c_werror_flag
2899
   ac_c_werror_flag=yes
2900
   ac_cv_prog_cc_g=no
2901
   CFLAGS="-g"
2902
   cat >conftest.$ac_ext <<_ACEOF
2903
/* confdefs.h.  */
2904
_ACEOF
2905
cat confdefs.h >>conftest.$ac_ext
2906
cat >>conftest.$ac_ext <<_ACEOF
2907
/* end confdefs.h.  */
2908
 
2909
int
2910
main ()
2911
{
2912
 
2913
  ;
2914
  return 0;
2915
}
2916
_ACEOF
2917
rm -f conftest.$ac_objext
2918
if { (ac_try="$ac_compile"
2919
case "(($ac_try" in
2920
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2921
  *) ac_try_echo=$ac_try;;
2922
esac
2923
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2924
$as_echo "$ac_try_echo") >&5
2925
  (eval "$ac_compile") 2>conftest.er1
2926
  ac_status=$?
2927
  grep -v '^ *+' conftest.er1 >conftest.err
2928
  rm -f conftest.er1
2929
  cat conftest.err >&5
2930
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2931
  (exit $ac_status); } && {
2932
         test -z "$ac_c_werror_flag" ||
2933
         test ! -s conftest.err
2934
       } && test -s conftest.$ac_objext; then
2935
  ac_cv_prog_cc_g=yes
2936
else
2937
  $as_echo "$as_me: failed program was:" >&5
2938
sed 's/^/| /' conftest.$ac_ext >&5
2939
 
2940
        CFLAGS=""
2941
      cat >conftest.$ac_ext <<_ACEOF
2942
/* confdefs.h.  */
2943
_ACEOF
2944
cat confdefs.h >>conftest.$ac_ext
2945
cat >>conftest.$ac_ext <<_ACEOF
2946
/* end confdefs.h.  */
2947
 
2948
int
2949
main ()
2950
{
2951
 
2952
  ;
2953
  return 0;
2954
}
2955
_ACEOF
2956
rm -f conftest.$ac_objext
2957
if { (ac_try="$ac_compile"
2958
case "(($ac_try" in
2959
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2960
  *) ac_try_echo=$ac_try;;
2961
esac
2962
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2963
$as_echo "$ac_try_echo") >&5
2964
  (eval "$ac_compile") 2>conftest.er1
2965
  ac_status=$?
2966
  grep -v '^ *+' conftest.er1 >conftest.err
2967
  rm -f conftest.er1
2968
  cat conftest.err >&5
2969
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2970
  (exit $ac_status); } && {
2971
         test -z "$ac_c_werror_flag" ||
2972
         test ! -s conftest.err
2973
       } && test -s conftest.$ac_objext; then
2974
  :
2975
else
2976
  $as_echo "$as_me: failed program was:" >&5
2977
sed 's/^/| /' conftest.$ac_ext >&5
2978
 
2979
        ac_c_werror_flag=$ac_save_c_werror_flag
2980
         CFLAGS="-g"
2981
         cat >conftest.$ac_ext <<_ACEOF
2982
/* confdefs.h.  */
2983
_ACEOF
2984
cat confdefs.h >>conftest.$ac_ext
2985
cat >>conftest.$ac_ext <<_ACEOF
2986
/* end confdefs.h.  */
2987
 
2988
int
2989
main ()
2990
{
2991
 
2992
  ;
2993
  return 0;
2994
}
2995
_ACEOF
2996
rm -f conftest.$ac_objext
2997
if { (ac_try="$ac_compile"
2998
case "(($ac_try" in
2999
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000
  *) ac_try_echo=$ac_try;;
3001
esac
3002
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3003
$as_echo "$ac_try_echo") >&5
3004
  (eval "$ac_compile") 2>conftest.er1
3005
  ac_status=$?
3006
  grep -v '^ *+' conftest.er1 >conftest.err
3007
  rm -f conftest.er1
3008
  cat conftest.err >&5
3009
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3010
  (exit $ac_status); } && {
3011
         test -z "$ac_c_werror_flag" ||
3012
         test ! -s conftest.err
3013
       } && test -s conftest.$ac_objext; then
3014
  ac_cv_prog_cc_g=yes
3015
else
3016
  $as_echo "$as_me: failed program was:" >&5
3017
sed 's/^/| /' conftest.$ac_ext >&5
3018
 
3019
 
3020
fi
3021
 
3022
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3023
fi
3024
 
3025
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3026
fi
3027
 
3028
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3029
   ac_c_werror_flag=$ac_save_c_werror_flag
3030
fi
3031
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3032
$as_echo "$ac_cv_prog_cc_g" >&6; }
3033
if test "$ac_test_CFLAGS" = set; then
3034
  CFLAGS=$ac_save_CFLAGS
3035
elif test $ac_cv_prog_cc_g = yes; then
3036
  if test "$GCC" = yes; then
3037
    CFLAGS="-g -O2"
3038
  else
3039
    CFLAGS="-g"
3040
  fi
3041
else
3042
  if test "$GCC" = yes; then
3043
    CFLAGS="-O2"
3044
  else
3045
    CFLAGS=
3046
  fi
3047
fi
3048
  if test "$ac_test_CFLAGS" = set; then
3049
    CFLAGS="$ac_save_CFLAGS"
3050
  elif test $ac_cv_prog_cc_g = yes; then
3051
    CFLAGS="-g -O2"
3052
  else
3053
    CFLAGS="-O2"
3054
  fi
3055
else
3056
  GCC=
3057
  test "${CFLAGS+set}" = set || CFLAGS="-g"
3058
fi
3059
 
3060
 
3061
if test -n "$ac_tool_prefix"; then
3062
  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3063
set dummy ${ac_tool_prefix}as; ac_word=$2
3064
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3065
$as_echo_n "checking for $ac_word... " >&6; }
3066
if test "${ac_cv_prog_AS+set}" = set; then
3067
  $as_echo_n "(cached) " >&6
3068
else
3069
  if test -n "$AS"; then
3070
  ac_cv_prog_AS="$AS" # Let the user override the test.
3071
else
3072
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3073
for as_dir in $PATH
3074
do
3075
  IFS=$as_save_IFS
3076
  test -z "$as_dir" && as_dir=.
3077
  for ac_exec_ext in '' $ac_executable_extensions; do
3078
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3079
    ac_cv_prog_AS="${ac_tool_prefix}as"
3080
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3081
    break 2
3082
  fi
3083
done
3084
done
3085
IFS=$as_save_IFS
3086
 
3087
fi
3088
fi
3089
AS=$ac_cv_prog_AS
3090
if test -n "$AS"; then
3091
  { $as_echo "$as_me:$LINENO: result: $AS" >&5
3092
$as_echo "$AS" >&6; }
3093
else
3094
  { $as_echo "$as_me:$LINENO: result: no" >&5
3095
$as_echo "no" >&6; }
3096
fi
3097
 
3098
 
3099
fi
3100
if test -z "$ac_cv_prog_AS"; then
3101
  ac_ct_AS=$AS
3102
  # Extract the first word of "as", so it can be a program name with args.
3103
set dummy as; ac_word=$2
3104
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3105
$as_echo_n "checking for $ac_word... " >&6; }
3106
if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3107
  $as_echo_n "(cached) " >&6
3108
else
3109
  if test -n "$ac_ct_AS"; then
3110
  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3111
else
3112
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3113
for as_dir in $PATH
3114
do
3115
  IFS=$as_save_IFS
3116
  test -z "$as_dir" && as_dir=.
3117
  for ac_exec_ext in '' $ac_executable_extensions; do
3118
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3119
    ac_cv_prog_ac_ct_AS="as"
3120
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3121
    break 2
3122
  fi
3123
done
3124
done
3125
IFS=$as_save_IFS
3126
 
3127
fi
3128
fi
3129
ac_ct_AS=$ac_cv_prog_ac_ct_AS
3130
if test -n "$ac_ct_AS"; then
3131
  { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3132
$as_echo "$ac_ct_AS" >&6; }
3133
else
3134
  { $as_echo "$as_me:$LINENO: result: no" >&5
3135
$as_echo "no" >&6; }
3136
fi
3137
 
3138
  if test "x$ac_ct_AS" = x; then
3139
    AS=""
3140
  else
3141
    case $cross_compiling:$ac_tool_warned in
3142
yes:)
3143
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3144
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3145
ac_tool_warned=yes ;;
3146
esac
3147
    AS=$ac_ct_AS
3148
  fi
3149
else
3150
  AS="$ac_cv_prog_AS"
3151
fi
3152
 
3153
if test -n "$ac_tool_prefix"; then
3154
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3155
set dummy ${ac_tool_prefix}ar; ac_word=$2
3156
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3157
$as_echo_n "checking for $ac_word... " >&6; }
3158
if test "${ac_cv_prog_AR+set}" = set; then
3159
  $as_echo_n "(cached) " >&6
3160
else
3161
  if test -n "$AR"; then
3162
  ac_cv_prog_AR="$AR" # Let the user override the test.
3163
else
3164
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3165
for as_dir in $PATH
3166
do
3167
  IFS=$as_save_IFS
3168
  test -z "$as_dir" && as_dir=.
3169
  for ac_exec_ext in '' $ac_executable_extensions; do
3170
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3171
    ac_cv_prog_AR="${ac_tool_prefix}ar"
3172
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3173
    break 2
3174
  fi
3175
done
3176
done
3177
IFS=$as_save_IFS
3178
 
3179
fi
3180
fi
3181
AR=$ac_cv_prog_AR
3182
if test -n "$AR"; then
3183
  { $as_echo "$as_me:$LINENO: result: $AR" >&5
3184
$as_echo "$AR" >&6; }
3185
else
3186
  { $as_echo "$as_me:$LINENO: result: no" >&5
3187
$as_echo "no" >&6; }
3188
fi
3189
 
3190
 
3191
fi
3192
if test -z "$ac_cv_prog_AR"; then
3193
  ac_ct_AR=$AR
3194
  # Extract the first word of "ar", so it can be a program name with args.
3195
set dummy ar; ac_word=$2
3196
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3197
$as_echo_n "checking for $ac_word... " >&6; }
3198
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3199
  $as_echo_n "(cached) " >&6
3200
else
3201
  if test -n "$ac_ct_AR"; then
3202
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3203
else
3204
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3205
for as_dir in $PATH
3206
do
3207
  IFS=$as_save_IFS
3208
  test -z "$as_dir" && as_dir=.
3209
  for ac_exec_ext in '' $ac_executable_extensions; do
3210
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3211
    ac_cv_prog_ac_ct_AR="ar"
3212
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3213
    break 2
3214
  fi
3215
done
3216
done
3217
IFS=$as_save_IFS
3218
 
3219
fi
3220
fi
3221
ac_ct_AR=$ac_cv_prog_ac_ct_AR
3222
if test -n "$ac_ct_AR"; then
3223
  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3224
$as_echo "$ac_ct_AR" >&6; }
3225
else
3226
  { $as_echo "$as_me:$LINENO: result: no" >&5
3227
$as_echo "no" >&6; }
3228
fi
3229
 
3230
  if test "x$ac_ct_AR" = x; then
3231
    AR=""
3232
  else
3233
    case $cross_compiling:$ac_tool_warned in
3234
yes:)
3235
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3236
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3237
ac_tool_warned=yes ;;
3238
esac
3239
    AR=$ac_ct_AR
3240
  fi
3241
else
3242
  AR="$ac_cv_prog_AR"
3243
fi
3244
 
3245
if test -n "$ac_tool_prefix"; then
3246
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3247
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3248
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3249
$as_echo_n "checking for $ac_word... " >&6; }
3250
if test "${ac_cv_prog_RANLIB+set}" = set; then
3251
  $as_echo_n "(cached) " >&6
3252
else
3253
  if test -n "$RANLIB"; then
3254
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3255
else
3256
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3257
for as_dir in $PATH
3258
do
3259
  IFS=$as_save_IFS
3260
  test -z "$as_dir" && as_dir=.
3261
  for ac_exec_ext in '' $ac_executable_extensions; do
3262
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3263
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3264
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3265
    break 2
3266
  fi
3267
done
3268
done
3269
IFS=$as_save_IFS
3270
 
3271
fi
3272
fi
3273
RANLIB=$ac_cv_prog_RANLIB
3274
if test -n "$RANLIB"; then
3275
  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
3276
$as_echo "$RANLIB" >&6; }
3277
else
3278
  { $as_echo "$as_me:$LINENO: result: no" >&5
3279
$as_echo "no" >&6; }
3280
fi
3281
 
3282
 
3283
fi
3284
if test -z "$ac_cv_prog_RANLIB"; then
3285
  ac_ct_RANLIB=$RANLIB
3286
  # Extract the first word of "ranlib", so it can be a program name with args.
3287
set dummy ranlib; ac_word=$2
3288
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3289
$as_echo_n "checking for $ac_word... " >&6; }
3290
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3291
  $as_echo_n "(cached) " >&6
3292
else
3293
  if test -n "$ac_ct_RANLIB"; then
3294
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3295
else
3296
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3297
for as_dir in $PATH
3298
do
3299
  IFS=$as_save_IFS
3300
  test -z "$as_dir" && as_dir=.
3301
  for ac_exec_ext in '' $ac_executable_extensions; do
3302
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3303
    ac_cv_prog_ac_ct_RANLIB="ranlib"
3304
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3305
    break 2
3306
  fi
3307
done
3308
done
3309
IFS=$as_save_IFS
3310
 
3311
fi
3312
fi
3313
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3314
if test -n "$ac_ct_RANLIB"; then
3315
  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3316
$as_echo "$ac_ct_RANLIB" >&6; }
3317
else
3318
  { $as_echo "$as_me:$LINENO: result: no" >&5
3319
$as_echo "no" >&6; }
3320
fi
3321
 
3322
  if test "x$ac_ct_RANLIB" = x; then
3323
    RANLIB=":"
3324
  else
3325
    case $cross_compiling:$ac_tool_warned in
3326
yes:)
3327
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3328
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3329
ac_tool_warned=yes ;;
3330
esac
3331
    RANLIB=$ac_ct_RANLIB
3332
  fi
3333
else
3334
  RANLIB="$ac_cv_prog_RANLIB"
3335
fi
3336
 
3337
if test -n "$ac_tool_prefix"; then
3338
  # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
3339
set dummy ${ac_tool_prefix}readelf; ac_word=$2
3340
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3341
$as_echo_n "checking for $ac_word... " >&6; }
3342
if test "${ac_cv_prog_READELF+set}" = set; then
3343
  $as_echo_n "(cached) " >&6
3344
else
3345
  if test -n "$READELF"; then
3346
  ac_cv_prog_READELF="$READELF" # Let the user override the test.
3347
else
3348
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3349
for as_dir in $PATH
3350
do
3351
  IFS=$as_save_IFS
3352
  test -z "$as_dir" && as_dir=.
3353
  for ac_exec_ext in '' $ac_executable_extensions; do
3354
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3355
    ac_cv_prog_READELF="${ac_tool_prefix}readelf"
3356
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3357
    break 2
3358
  fi
3359
done
3360
done
3361
IFS=$as_save_IFS
3362
 
3363
fi
3364
fi
3365
READELF=$ac_cv_prog_READELF
3366
if test -n "$READELF"; then
3367
  { $as_echo "$as_me:$LINENO: result: $READELF" >&5
3368
$as_echo "$READELF" >&6; }
3369
else
3370
  { $as_echo "$as_me:$LINENO: result: no" >&5
3371
$as_echo "no" >&6; }
3372
fi
3373
 
3374
 
3375
fi
3376
if test -z "$ac_cv_prog_READELF"; then
3377
  ac_ct_READELF=$READELF
3378
  # Extract the first word of "readelf", so it can be a program name with args.
3379
set dummy readelf; ac_word=$2
3380
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3381
$as_echo_n "checking for $ac_word... " >&6; }
3382
if test "${ac_cv_prog_ac_ct_READELF+set}" = set; then
3383
  $as_echo_n "(cached) " >&6
3384
else
3385
  if test -n "$ac_ct_READELF"; then
3386
  ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
3387
else
3388
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3389
for as_dir in $PATH
3390
do
3391
  IFS=$as_save_IFS
3392
  test -z "$as_dir" && as_dir=.
3393
  for ac_exec_ext in '' $ac_executable_extensions; do
3394
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3395
    ac_cv_prog_ac_ct_READELF="readelf"
3396
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3397
    break 2
3398
  fi
3399
done
3400
done
3401
IFS=$as_save_IFS
3402
 
3403
fi
3404
fi
3405
ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
3406
if test -n "$ac_ct_READELF"; then
3407
  { $as_echo "$as_me:$LINENO: result: $ac_ct_READELF" >&5
3408
$as_echo "$ac_ct_READELF" >&6; }
3409
else
3410
  { $as_echo "$as_me:$LINENO: result: no" >&5
3411
$as_echo "no" >&6; }
3412
fi
3413
 
3414
  if test "x$ac_ct_READELF" = x; then
3415
    READELF=":"
3416
  else
3417
    case $cross_compiling:$ac_tool_warned in
3418
yes:)
3419
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3420
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3421
ac_tool_warned=yes ;;
3422
esac
3423
    READELF=$ac_ct_READELF
3424
  fi
3425
else
3426
  READELF="$ac_cv_prog_READELF"
3427
fi
3428
 
3429
 
3430
# Find a good install program.  We prefer a C program (faster),
3431
# so one script is as good as another.  But avoid the broken or
3432
# incompatible versions:
3433
# SysV /etc/install, /usr/sbin/install
3434
# SunOS /usr/etc/install
3435
# IRIX /sbin/install
3436
# AIX /bin/install
3437
# AmigaOS /C/install, which installs bootblocks on floppy discs
3438
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3439
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3440
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3441
# OS/2's system install, which has a completely different semantic
3442
# ./install, which can be erroneously created by make from ./install.sh.
3443
# Reject install programs that cannot install multiple files.
3444
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3445
$as_echo_n "checking for a BSD-compatible install... " >&6; }
3446
if test -z "$INSTALL"; then
3447
if test "${ac_cv_path_install+set}" = set; then
3448
  $as_echo_n "(cached) " >&6
3449
else
3450
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3451
for as_dir in $PATH
3452
do
3453
  IFS=$as_save_IFS
3454
  test -z "$as_dir" && as_dir=.
3455
  # Account for people who put trailing slashes in PATH elements.
3456
case $as_dir/ in
3457
  ./ | .// | /cC/* | \
3458
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3459
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3460
  /usr/ucb/* ) ;;
3461
  *)
3462
    # OSF1 and SCO ODT 3.0 have their own names for install.
3463
    # Don't use installbsd from OSF since it installs stuff as root
3464
    # by default.
3465
    for ac_prog in ginstall scoinst install; do
3466
      for ac_exec_ext in '' $ac_executable_extensions; do
3467
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3468
          if test $ac_prog = install &&
3469
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3470
            # AIX install.  It has an incompatible calling convention.
3471
            :
3472
          elif test $ac_prog = install &&
3473
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3474
            # program-specific install script used by HP pwplus--don't use.
3475
            :
3476
          else
3477
            rm -rf conftest.one conftest.two conftest.dir
3478
            echo one > conftest.one
3479
            echo two > conftest.two
3480
            mkdir conftest.dir
3481
            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3482
              test -s conftest.one && test -s conftest.two &&
3483
              test -s conftest.dir/conftest.one &&
3484
              test -s conftest.dir/conftest.two
3485
            then
3486
              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3487
              break 3
3488
            fi
3489
          fi
3490
        fi
3491
      done
3492
    done
3493
    ;;
3494
esac
3495
 
3496
done
3497
IFS=$as_save_IFS
3498
 
3499
rm -rf conftest.one conftest.two conftest.dir
3500
 
3501
fi
3502
  if test "${ac_cv_path_install+set}" = set; then
3503
    INSTALL=$ac_cv_path_install
3504
  else
3505
    # As a last resort, use the slow shell script.  Don't cache a
3506
    # value for INSTALL within a source directory, because that will
3507
    # break other packages using the cache if that directory is
3508
    # removed, or if the value is a relative name.
3509
    INSTALL=$ac_install_sh
3510
  fi
3511
fi
3512
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3513
$as_echo "$INSTALL" >&6; }
3514
 
3515
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3516
# It thinks the first close brace ends the variable substitution.
3517
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3518
 
3519
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3520
 
3521
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3522
 
3523
 
3524
# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
3525
ac_given_INSTALL=$INSTALL
3526
 
3527
 
3528
{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
3529
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3530
    # Check whether --enable-maintainer-mode was given.
3531
if test "${enable_maintainer_mode+set}" = set; then
3532
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3533
else
3534
  USE_MAINTAINER_MODE=no
3535
fi
3536
 
3537
  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
3538
$as_echo "$USE_MAINTAINER_MODE" >&6; }
3539
   if test $USE_MAINTAINER_MODE = yes; then
3540
  MAINTAINER_MODE_TRUE=
3541
  MAINTAINER_MODE_FALSE='#'
3542
else
3543
  MAINTAINER_MODE_TRUE='#'
3544
  MAINTAINER_MODE_FALSE=
3545
fi
3546
 
3547
  MAINT=$MAINTAINER_MODE_TRUE
3548
 
3549
 
3550
# By default we simply use the C compiler to build assembly code.
3551
 
3552
test "${CCAS+set}" = set || CCAS=$CC
3553
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
3554
 
3555
 
3556
 
3557
 
3558
# We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
3559
# at least currently, we never actually build a program, so we never
3560
# need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
3561
# fails, because we are probably configuring with a cross compiler
3562
# which can't create executables.  So we include AC_EXEEXT to keep
3563
# automake happy, but we don't execute it, since we don't care about
3564
# the result.
3565
if false; then
3566
 
3567
  dummy_var=1
3568
fi
3569
 
3570
. ${newlib_basedir}/configure.host
3571
 
3572
newlib_cflags="${newlib_cflags} -fno-builtin"
3573
 
3574
NEWLIB_CFLAGS=${newlib_cflags}
3575
 
3576
 
3577
LDFLAGS=${ldflags}
3578
 
3579
 
3580
 if test x${newlib_elix_level} = x0; then
3581
  ELIX_LEVEL_0_TRUE=
3582
  ELIX_LEVEL_0_FALSE='#'
3583
else
3584
  ELIX_LEVEL_0_TRUE='#'
3585
  ELIX_LEVEL_0_FALSE=
3586
fi
3587
 
3588
 if test x${newlib_elix_level} = x1; then
3589
  ELIX_LEVEL_1_TRUE=
3590
  ELIX_LEVEL_1_FALSE='#'
3591
else
3592
  ELIX_LEVEL_1_TRUE='#'
3593
  ELIX_LEVEL_1_FALSE=
3594
fi
3595
 
3596
 if test x${newlib_elix_level} = x2; then
3597
  ELIX_LEVEL_2_TRUE=
3598
  ELIX_LEVEL_2_FALSE='#'
3599
else
3600
  ELIX_LEVEL_2_TRUE='#'
3601
  ELIX_LEVEL_2_FALSE=
3602
fi
3603
 
3604
 if test x${newlib_elix_level} = x3; then
3605
  ELIX_LEVEL_3_TRUE=
3606
  ELIX_LEVEL_3_FALSE='#'
3607
else
3608
  ELIX_LEVEL_3_TRUE='#'
3609
  ELIX_LEVEL_3_FALSE=
3610
fi
3611
 
3612
 if test x${newlib_elix_level} = x4; then
3613
  ELIX_LEVEL_4_TRUE=
3614
  ELIX_LEVEL_4_FALSE='#'
3615
else
3616
  ELIX_LEVEL_4_TRUE='#'
3617
  ELIX_LEVEL_4_FALSE=
3618
fi
3619
 
3620
 
3621
 if test x${use_libtool} = xyes; then
3622
  USE_LIBTOOL_TRUE=
3623
  USE_LIBTOOL_FALSE='#'
3624
else
3625
  USE_LIBTOOL_TRUE='#'
3626
  USE_LIBTOOL_FALSE=
3627
fi
3628
 
3629
 
3630
# Hard-code OBJEXT.  Normally it is set by AC_OBJEXT, but we
3631
# use oext, which is set in configure.host based on the target platform.
3632
OBJEXT=${oext}
3633
 
3634
 
3635
 
3636
 
3637
 
3638
 
3639
 
3640
 
3641
 
3642
 
3643
 
3644
{ $as_echo "$as_me:$LINENO: checking whether the compiler supports __ea" >&5
3645
$as_echo_n "checking whether the compiler supports __ea... " >&6; }
3646
cat > conftest.c <
3647
#if defined (__EA32__) || defined (__EA64__)
3648
  yes;
3649
#endif
3650
EOF
3651
if { ac_try='${CC-cc} -E conftest.c'
3652
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3653
  (eval $ac_try) 2>&5
3654
  ac_status=$?
3655
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3656
  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
3657
  spu_compiler_has_ea=yes
3658
else
3659
  spu_compiler_has_ea=no
3660
fi
3661
 if test x${spu_compiler_has_ea} != xno; then
3662
  HAVE_SPU_EA_TRUE=
3663
  HAVE_SPU_EA_FALSE='#'
3664
else
3665
  HAVE_SPU_EA_TRUE='#'
3666
  HAVE_SPU_EA_FALSE=
3667
fi
3668
 
3669
{ $as_echo "$as_me:$LINENO: result: $spu_compiler_has_ea" >&5
3670
$as_echo "$spu_compiler_has_ea" >&6; }
3671
 
3672
ac_config_files="$ac_config_files Makefile"
3673
 
3674
cat >confcache <<\_ACEOF
3675
# This file is a shell script that caches the results of configure
3676
# tests run on this system so they can be shared between configure
3677
# scripts and configure runs, see configure's option --config-cache.
3678
# It is not useful on other systems.  If it contains results you don't
3679
# want to keep, you may remove or edit it.
3680
#
3681
# config.status only pays attention to the cache file if you give it
3682
# the --recheck option to rerun configure.
3683
#
3684
# `ac_cv_env_foo' variables (set or unset) will be overridden when
3685
# loading this file, other *unset* `ac_cv_foo' will be assigned the
3686
# following values.
3687
 
3688
_ACEOF
3689
 
3690
# The following way of writing the cache mishandles newlines in values,
3691
# but we know of no workaround that is simple, portable, and efficient.
3692
# So, we kill variables containing newlines.
3693
# Ultrix sh set writes to stderr and can't be redirected directly,
3694
# and sets the high bit in the cache file unless we assign to the vars.
3695
(
3696
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3697
    eval ac_val=\$$ac_var
3698
    case $ac_val in #(
3699
    *${as_nl}*)
3700
      case $ac_var in #(
3701
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
3702
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3703
      esac
3704
      case $ac_var in #(
3705
      _ | IFS | as_nl) ;; #(
3706
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3707
      *) $as_unset $ac_var ;;
3708
      esac ;;
3709
    esac
3710
  done
3711
 
3712
  (set) 2>&1 |
3713
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3714
    *${as_nl}ac_space=\ *)
3715
      # `set' does not quote correctly, so add quotes (double-quote
3716
      # substitution turns \\\\ into \\, and sed turns \\ into \).
3717
      sed -n \
3718
        "s/'/'\\\\''/g;
3719
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3720
      ;; #(
3721
    *)
3722
      # `set' quotes correctly as required by POSIX, so do not add quotes.
3723
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3724
      ;;
3725
    esac |
3726
    sort
3727
) |
3728
  sed '
3729
     /^ac_cv_env_/b end
3730
     t clear
3731
     :clear
3732
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3733
     t end
3734
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3735
     :end' >>confcache
3736
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3737
  if test -w "$cache_file"; then
3738
    test "x$cache_file" != "x/dev/null" &&
3739
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
3740
$as_echo "$as_me: updating cache $cache_file" >&6;}
3741
    cat confcache >$cache_file
3742
  else
3743
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3744
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3745
  fi
3746
fi
3747
rm -f confcache
3748
 
3749
test "x$prefix" = xNONE && prefix=$ac_default_prefix
3750
# Let make expand exec_prefix.
3751
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3752
 
3753
# Transform confdefs.h into DEFS.
3754
# Protect against shell expansion while executing Makefile rules.
3755
# Protect against Makefile macro expansion.
3756
#
3757
# If the first sed substitution is executed (which looks for macros that
3758
# take arguments), then branch to the quote section.  Otherwise,
3759
# look for a macro that doesn't take arguments.
3760
ac_script='
3761
:mline
3762
/\\$/{
3763
 N
3764
 s,\\\n,,
3765
 b mline
3766
}
3767
t clear
3768
:clear
3769
s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
3770
t quote
3771
s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
3772
t quote
3773
b any
3774
:quote
3775
s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3776
s/\[/\\&/g
3777
s/\]/\\&/g
3778
s/\$/$$/g
3779
H
3780
:any
3781
${
3782
        g
3783
        s/^\n//
3784
        s/\n/ /g
3785
        p
3786
}
3787
'
3788
DEFS=`sed -n "$ac_script" confdefs.h`
3789
 
3790
 
3791
ac_libobjs=
3792
ac_ltlibobjs=
3793
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3794
  # 1. Remove the extension, and $U if already installed.
3795
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3796
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3797
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3798
  #    will be set to the directory where LIBOBJS objects are built.
3799
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3800
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3801
done
3802
LIBOBJS=$ac_libobjs
3803
 
3804
LTLIBOBJS=$ac_ltlibobjs
3805
 
3806
 
3807
if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
3808
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
3809
Usually this means the macro was only invoked conditionally." >&5
3810
$as_echo "$as_me: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
3811
Usually this means the macro was only invoked conditionally." >&2;}
3812
   { (exit 1); exit 1; }; }
3813
fi
3814
 
3815
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3816
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
3817
Usually this means the macro was only invoked conditionally." >&5
3818
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
3819
Usually this means the macro was only invoked conditionally." >&2;}
3820
   { (exit 1); exit 1; }; }
3821
fi
3822
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3823
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
3824
Usually this means the macro was only invoked conditionally." >&5
3825
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
3826
Usually this means the macro was only invoked conditionally." >&2;}
3827
   { (exit 1); exit 1; }; }
3828
fi
3829
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
3830
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
3831
Usually this means the macro was only invoked conditionally." >&5
3832
$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
3833
Usually this means the macro was only invoked conditionally." >&2;}
3834
   { (exit 1); exit 1; }; }
3835
fi
3836
if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
3837
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_0\" was never defined.
3838
Usually this means the macro was only invoked conditionally." >&5
3839
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_0\" was never defined.
3840
Usually this means the macro was only invoked conditionally." >&2;}
3841
   { (exit 1); exit 1; }; }
3842
fi
3843
if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
3844
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_1\" was never defined.
3845
Usually this means the macro was only invoked conditionally." >&5
3846
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_1\" was never defined.
3847
Usually this means the macro was only invoked conditionally." >&2;}
3848
   { (exit 1); exit 1; }; }
3849
fi
3850
if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
3851
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_2\" was never defined.
3852
Usually this means the macro was only invoked conditionally." >&5
3853
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_2\" was never defined.
3854
Usually this means the macro was only invoked conditionally." >&2;}
3855
   { (exit 1); exit 1; }; }
3856
fi
3857
if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
3858
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_3\" was never defined.
3859
Usually this means the macro was only invoked conditionally." >&5
3860
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_3\" was never defined.
3861
Usually this means the macro was only invoked conditionally." >&2;}
3862
   { (exit 1); exit 1; }; }
3863
fi
3864
if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
3865
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_4\" was never defined.
3866
Usually this means the macro was only invoked conditionally." >&5
3867
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_4\" was never defined.
3868
Usually this means the macro was only invoked conditionally." >&2;}
3869
   { (exit 1); exit 1; }; }
3870
fi
3871
if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
3872
  { { $as_echo "$as_me:$LINENO: error: conditional \"USE_LIBTOOL\" was never defined.
3873
Usually this means the macro was only invoked conditionally." >&5
3874
$as_echo "$as_me: error: conditional \"USE_LIBTOOL\" was never defined.
3875
Usually this means the macro was only invoked conditionally." >&2;}
3876
   { (exit 1); exit 1; }; }
3877
fi
3878
if test -z "${HAVE_SPU_EA_TRUE}" && test -z "${HAVE_SPU_EA_FALSE}"; then
3879
  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_SPU_EA\" was never defined.
3880
Usually this means the macro was only invoked conditionally." >&5
3881
$as_echo "$as_me: error: conditional \"HAVE_SPU_EA\" was never defined.
3882
Usually this means the macro was only invoked conditionally." >&2;}
3883
   { (exit 1); exit 1; }; }
3884
fi
3885
 
3886
: ${CONFIG_STATUS=./config.status}
3887
ac_write_fail=0
3888
ac_clean_files_save=$ac_clean_files
3889
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3890
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3891
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3892
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3893
#! $SHELL
3894
# Generated by $as_me.
3895
# Run this file to recreate the current configuration.
3896
# Compiler output produced by configure, useful for debugging
3897
# configure, is in config.log if it exists.
3898
 
3899
debug=false
3900
ac_cs_recheck=false
3901
ac_cs_silent=false
3902
SHELL=\${CONFIG_SHELL-$SHELL}
3903
_ACEOF
3904
 
3905
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3906
## --------------------- ##
3907
## M4sh Initialization.  ##
3908
## --------------------- ##
3909
 
3910
# Be more Bourne compatible
3911
DUALCASE=1; export DUALCASE # for MKS sh
3912
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3913
  emulate sh
3914
  NULLCMD=:
3915
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3916
  # is contrary to our usage.  Disable this feature.
3917
  alias -g '${1+"$@"}'='"$@"'
3918
  setopt NO_GLOB_SUBST
3919
else
3920
  case `(set -o) 2>/dev/null` in
3921
  *posix*) set -o posix ;;
3922
esac
3923
 
3924
fi
3925
 
3926
 
3927
 
3928
 
3929
# PATH needs CR
3930
# Avoid depending upon Character Ranges.
3931
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3932
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3933
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3934
as_cr_digits='0123456789'
3935
as_cr_alnum=$as_cr_Letters$as_cr_digits
3936
 
3937
as_nl='
3938
'
3939
export as_nl
3940
# Printing a long string crashes Solaris 7 /usr/bin/printf.
3941
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3942
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3943
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3944
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3945
  as_echo='printf %s\n'
3946
  as_echo_n='printf %s'
3947
else
3948
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3949
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3950
    as_echo_n='/usr/ucb/echo -n'
3951
  else
3952
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3953
    as_echo_n_body='eval
3954
      arg=$1;
3955
      case $arg in
3956
      *"$as_nl"*)
3957
        expr "X$arg" : "X\\(.*\\)$as_nl";
3958
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3959
      esac;
3960
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3961
    '
3962
    export as_echo_n_body
3963
    as_echo_n='sh -c $as_echo_n_body as_echo'
3964
  fi
3965
  export as_echo_body
3966
  as_echo='sh -c $as_echo_body as_echo'
3967
fi
3968
 
3969
# The user is always right.
3970
if test "${PATH_SEPARATOR+set}" != set; then
3971
  PATH_SEPARATOR=:
3972
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3973
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3974
      PATH_SEPARATOR=';'
3975
  }
3976
fi
3977
 
3978
# Support unset when possible.
3979
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3980
  as_unset=unset
3981
else
3982
  as_unset=false
3983
fi
3984
 
3985
 
3986
# IFS
3987
# We need space, tab and new line, in precisely that order.  Quoting is
3988
# there to prevent editors from complaining about space-tab.
3989
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3990
# splitting by setting IFS to empty value.)
3991
IFS=" ""        $as_nl"
3992
 
3993
# Find who we are.  Look in the path if we contain no directory separator.
3994
case $0 in
3995
  *[\\/]* ) as_myself=$0 ;;
3996
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3997
for as_dir in $PATH
3998
do
3999
  IFS=$as_save_IFS
4000
  test -z "$as_dir" && as_dir=.
4001
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4002
done
4003
IFS=$as_save_IFS
4004
 
4005
     ;;
4006
esac
4007
# We did not find ourselves, most probably we were run as `sh COMMAND'
4008
# in which case we are not to be found in the path.
4009
if test "x$as_myself" = x; then
4010
  as_myself=$0
4011
fi
4012
if test ! -f "$as_myself"; then
4013
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4014
  { (exit 1); exit 1; }
4015
fi
4016
 
4017
# Work around bugs in pre-3.0 UWIN ksh.
4018
for as_var in ENV MAIL MAILPATH
4019
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
4020
done
4021
PS1='$ '
4022
PS2='> '
4023
PS4='+ '
4024
 
4025
# NLS nuisances.
4026
LC_ALL=C
4027
export LC_ALL
4028
LANGUAGE=C
4029
export LANGUAGE
4030
 
4031
# Required to use basename.
4032
if expr a : '\(a\)' >/dev/null 2>&1 &&
4033
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4034
  as_expr=expr
4035
else
4036
  as_expr=false
4037
fi
4038
 
4039
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4040
  as_basename=basename
4041
else
4042
  as_basename=false
4043
fi
4044
 
4045
 
4046
# Name of the executable.
4047
as_me=`$as_basename -- "$0" ||
4048
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4049
         X"$0" : 'X\(//\)$' \| \
4050
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4051
$as_echo X/"$0" |
4052
    sed '/^.*\/\([^/][^/]*\)\/*$/{
4053
            s//\1/
4054
            q
4055
          }
4056
          /^X\/\(\/\/\)$/{
4057
            s//\1/
4058
            q
4059
          }
4060
          /^X\/\(\/\).*/{
4061
            s//\1/
4062
            q
4063
          }
4064
          s/.*/./; q'`
4065
 
4066
# CDPATH.
4067
$as_unset CDPATH
4068
 
4069
 
4070
 
4071
  as_lineno_1=$LINENO
4072
  as_lineno_2=$LINENO
4073
  test "x$as_lineno_1" != "x$as_lineno_2" &&
4074
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
4075
 
4076
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4077
  # uniformly replaced by the line number.  The first 'sed' inserts a
4078
  # line-number line after each line using $LINENO; the second 'sed'
4079
  # does the real work.  The second script uses 'N' to pair each
4080
  # line-number line with the line containing $LINENO, and appends
4081
  # trailing '-' during substitution so that $LINENO is not a special
4082
  # case at line end.
4083
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4084
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
4085
  # E. McMahon (1931-1989) for sed's syntax.  :-)
4086
  sed -n '
4087
    p
4088
    /[$]LINENO/=
4089
  ' <$as_myself |
4090
    sed '
4091
      s/[$]LINENO.*/&-/
4092
      t lineno
4093
      b
4094
      :lineno
4095
      N
4096
      :loop
4097
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
4098
      t loop
4099
      s/-\n.*//
4100
    ' >$as_me.lineno &&
4101
  chmod +x "$as_me.lineno" ||
4102
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4103
   { (exit 1); exit 1; }; }
4104
 
4105
  # Don't try to exec as it changes $[0], causing all sort of problems
4106
  # (the dirname of $[0] is not the place where we might find the
4107
  # original and so on.  Autoconf is especially sensitive to this).
4108
  . "./$as_me.lineno"
4109
  # Exit status is that of the last command.
4110
  exit
4111
}
4112
 
4113
 
4114
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4115
  as_dirname=dirname
4116
else
4117
  as_dirname=false
4118
fi
4119
 
4120
ECHO_C= ECHO_N= ECHO_T=
4121
case `echo -n x` in
4122
-n*)
4123
  case `echo 'x\c'` in
4124
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
4125
  *)   ECHO_C='\c';;
4126
  esac;;
4127
*)
4128
  ECHO_N='-n';;
4129
esac
4130
if expr a : '\(a\)' >/dev/null 2>&1 &&
4131
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4132
  as_expr=expr
4133
else
4134
  as_expr=false
4135
fi
4136
 
4137
rm -f conf$$ conf$$.exe conf$$.file
4138
if test -d conf$$.dir; then
4139
  rm -f conf$$.dir/conf$$.file
4140
else
4141
  rm -f conf$$.dir
4142
  mkdir conf$$.dir 2>/dev/null
4143
fi
4144
if (echo >conf$$.file) 2>/dev/null; then
4145
  if ln -s conf$$.file conf$$ 2>/dev/null; then
4146
    as_ln_s='ln -s'
4147
    # ... but there are two gotchas:
4148
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4149
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4150
    # In both cases, we have to default to `cp -p'.
4151
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4152
      as_ln_s='cp -p'
4153
  elif ln conf$$.file conf$$ 2>/dev/null; then
4154
    as_ln_s=ln
4155
  else
4156
    as_ln_s='cp -p'
4157
  fi
4158
else
4159
  as_ln_s='cp -p'
4160
fi
4161
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4162
rmdir conf$$.dir 2>/dev/null
4163
 
4164
if mkdir -p . 2>/dev/null; then
4165
  as_mkdir_p=:
4166
else
4167
  test -d ./-p && rmdir ./-p
4168
  as_mkdir_p=false
4169
fi
4170
 
4171
if test -x / >/dev/null 2>&1; then
4172
  as_test_x='test -x'
4173
else
4174
  if ls -dL / >/dev/null 2>&1; then
4175
    as_ls_L_option=L
4176
  else
4177
    as_ls_L_option=
4178
  fi
4179
  as_test_x='
4180
    eval sh -c '\''
4181
      if test -d "$1"; then
4182
        test -d "$1/.";
4183
      else
4184
        case $1 in
4185
        -*)set "./$1";;
4186
        esac;
4187
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
4188
        ???[sx]*):;;*)false;;esac;fi
4189
    '\'' sh
4190
  '
4191
fi
4192
as_executable_p=$as_test_x
4193
 
4194
# Sed expression to map a string onto a valid CPP name.
4195
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4196
 
4197
# Sed expression to map a string onto a valid variable name.
4198
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4199
 
4200
 
4201
exec 6>&1
4202
 
4203
# Save the log message, to keep $[0] and so on meaningful, and to
4204
# report actual input values of CONFIG_FILES etc. instead of their
4205
# values after options handling.
4206
ac_log="
4207
This file was extended by newlib $as_me 1.18.0, which was
4208
generated by GNU Autoconf 2.63.  Invocation command line was
4209
 
4210
  CONFIG_FILES    = $CONFIG_FILES
4211
  CONFIG_HEADERS  = $CONFIG_HEADERS
4212
  CONFIG_LINKS    = $CONFIG_LINKS
4213
  CONFIG_COMMANDS = $CONFIG_COMMANDS
4214
  $ $0 $@
4215
 
4216
on `(hostname || uname -n) 2>/dev/null | sed 1q`
4217
"
4218
 
4219
_ACEOF
4220
 
4221
case $ac_config_files in *"
4222
"*) set x $ac_config_files; shift; ac_config_files=$*;;
4223
esac
4224
 
4225
 
4226
 
4227
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4228
# Files that config.status was made for.
4229
config_files="$ac_config_files"
4230
config_commands="$ac_config_commands"
4231
 
4232
_ACEOF
4233
 
4234
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4235
ac_cs_usage="\
4236
\`$as_me' instantiates files from templates according to the
4237
current configuration.
4238
 
4239
Usage: $0 [OPTION]... [FILE]...
4240
 
4241
  -h, --help       print this help, then exit
4242
  -V, --version    print version number and configuration settings, then exit
4243
  -q, --quiet, --silent
4244
                   do not print progress messages
4245
  -d, --debug      don't remove temporary files
4246
      --recheck    update $as_me by reconfiguring in the same conditions
4247
      --file=FILE[:TEMPLATE]
4248
                   instantiate the configuration file FILE
4249
 
4250
Configuration files:
4251
$config_files
4252
 
4253
Configuration commands:
4254
$config_commands
4255
 
4256
Report bugs to ."
4257
 
4258
_ACEOF
4259
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4260
ac_cs_version="\\
4261
newlib config.status 1.18.0
4262
configured by $0, generated by GNU Autoconf 2.63,
4263
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4264
 
4265
Copyright (C) 2008 Free Software Foundation, Inc.
4266
This config.status script is free software; the Free Software Foundation
4267
gives unlimited permission to copy, distribute and modify it."
4268
 
4269
ac_pwd='$ac_pwd'
4270
srcdir='$srcdir'
4271
INSTALL='$INSTALL'
4272
MKDIR_P='$MKDIR_P'
4273
AWK='$AWK'
4274
test -n "\$AWK" || AWK=awk
4275
_ACEOF
4276
 
4277
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4278
# The default lists apply if the user does not specify any file.
4279
ac_need_defaults=:
4280
while test $# != 0
4281
do
4282
  case $1 in
4283
  --*=*)
4284
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4285
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4286
    ac_shift=:
4287
    ;;
4288
  *)
4289
    ac_option=$1
4290
    ac_optarg=$2
4291
    ac_shift=shift
4292
    ;;
4293
  esac
4294
 
4295
  case $ac_option in
4296
  # Handling of the options.
4297
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4298
    ac_cs_recheck=: ;;
4299
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4300
    $as_echo "$ac_cs_version"; exit ;;
4301
  --debug | --debu | --deb | --de | --d | -d )
4302
    debug=: ;;
4303
  --file | --fil | --fi | --f )
4304
    $ac_shift
4305
    case $ac_optarg in
4306
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4307
    esac
4308
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
4309
    ac_need_defaults=false;;
4310
  --he | --h |  --help | --hel | -h )
4311
    $as_echo "$ac_cs_usage"; exit ;;
4312
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4313
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4314
    ac_cs_silent=: ;;
4315
 
4316
  # This is an error.
4317
  -*) { $as_echo "$as_me: error: unrecognized option: $1
4318
Try \`$0 --help' for more information." >&2
4319
   { (exit 1); exit 1; }; } ;;
4320
 
4321
  *) ac_config_targets="$ac_config_targets $1"
4322
     ac_need_defaults=false ;;
4323
 
4324
  esac
4325
  shift
4326
done
4327
 
4328
ac_configure_extra_args=
4329
 
4330
if $ac_cs_silent; then
4331
  exec 6>/dev/null
4332
  ac_configure_extra_args="$ac_configure_extra_args --silent"
4333
fi
4334
 
4335
_ACEOF
4336
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4337
if \$ac_cs_recheck; then
4338
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4339
  shift
4340
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4341
  CONFIG_SHELL='$SHELL'
4342
  export CONFIG_SHELL
4343
  exec "\$@"
4344
fi
4345
 
4346
_ACEOF
4347
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4348
exec 5>>config.log
4349
{
4350
  echo
4351
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4352
## Running $as_me. ##
4353
_ASBOX
4354
  $as_echo "$ac_log"
4355
} >&5
4356
 
4357
_ACEOF
4358
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4359
#
4360
# INIT-COMMANDS
4361
#
4362
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4363
 
4364
_ACEOF
4365
 
4366
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4367
 
4368
# Handling of arguments.
4369
for ac_config_target in $ac_config_targets
4370
do
4371
  case $ac_config_target in
4372
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4373
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4374
 
4375
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4376
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4377
   { (exit 1); exit 1; }; };;
4378
  esac
4379
done
4380
 
4381
 
4382
# If the user did not use the arguments to specify the items to instantiate,
4383
# then the envvar interface is used.  Set only those that are not.
4384
# We use the long form for the default assignment because of an extremely
4385
# bizarre bug on SunOS 4.1.3.
4386
if $ac_need_defaults; then
4387
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4388
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4389
fi
4390
 
4391
# Have a temporary directory for convenience.  Make it in the build tree
4392
# simply because there is no reason against having it here, and in addition,
4393
# creating and moving files from /tmp can sometimes cause problems.
4394
# Hook for its removal unless debugging.
4395
# Note that there is a small window in which the directory will not be cleaned:
4396
# after its creation but before its name has been assigned to `$tmp'.
4397
$debug ||
4398
{
4399
  tmp=
4400
  trap 'exit_status=$?
4401
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4402
' 0
4403
  trap '{ (exit 1); exit 1; }' 1 2 13 15
4404
}
4405
# Create a (secure) tmp directory for tmp files.
4406
 
4407
{
4408
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4409
  test -n "$tmp" && test -d "$tmp"
4410
}  ||
4411
{
4412
  tmp=./conf$$-$RANDOM
4413
  (umask 077 && mkdir "$tmp")
4414
} ||
4415
{
4416
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
4417
   { (exit 1); exit 1; }
4418
}
4419
 
4420
# Set up the scripts for CONFIG_FILES section.
4421
# No need to generate them if there are no CONFIG_FILES.
4422
# This happens for instance with `./config.status config.h'.
4423
if test -n "$CONFIG_FILES"; then
4424
 
4425
 
4426
ac_cr='
'
4427
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null`
4428
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4429
  ac_cs_awk_cr='\\r'
4430
else
4431
  ac_cs_awk_cr=$ac_cr
4432
fi
4433
4434
 
4435
_ACEOF
4436
4437
 
4438
 
4439
  echo "cat >conf$$subs.awk <<_ACEOF" &&
4440
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4441
  echo "_ACEOF"
4442
} >conf$$subs.sh ||
4443
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4444
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4445
   { (exit 1); exit 1; }; }
4446
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4447
ac_delim='%!_!# '
4448
for ac_last_try in false false false false false :; do
4449
  . ./conf$$subs.sh ||
4450
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4451
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4452
   { (exit 1); exit 1; }; }
4453
4454
 
4455
  if test $ac_delim_n = $ac_delim_num; then
4456
    break
4457
  elif $ac_last_try; then
4458
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4459
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4460
   { (exit 1); exit 1; }; }
4461
  else
4462
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4463
  fi
4464
done
4465
rm -f conf$$subs.sh
4466
4467
 
4468
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4469
_ACEOF
4470
sed -n '
4471
h
4472
s/^/S["/; s/!.*/"]=/
4473
p
4474
g
4475
s/^[^!]*!//
4476
:repl
4477
t repl
4478
s/'"$ac_delim"'$//
4479
t delim
4480
:nl
4481
h
4482
s/\(.\{148\}\).*/\1/
4483
t more1
4484
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4485
p
4486
n
4487
b repl
4488
:more1
4489
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4490
p
4491
g
4492
s/.\{148\}//
4493
t nl
4494
:delim
4495
h
4496
s/\(.\{148\}\).*/\1/
4497
t more2
4498
s/["\\]/\\&/g; s/^/"/; s/$/"/
4499
p
4500
b
4501
:more2
4502
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4503
p
4504
g
4505
s/.\{148\}//
4506
t delim
4507
' 
4508
/^[^""]/{
4509
  N
4510
  s/\n//
4511
}
4512
' >>$CONFIG_STATUS || ac_write_fail=1
4513
rm -f conf$$subs.awk
4514
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4515
_ACAWK
4516
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4517
  for (key in S) S_is_set[key] = 1
4518
  FS = ""
4519
4520
 
4521
{
4522
  line = $ 0
4523
  nfields = split(line, field, "@")
4524
  substed = 0
4525
  len = length(field[1])
4526
  for (i = 2; i < nfields; i++) {
4527
    key = field[i]
4528
    keylen = length(key)
4529
    if (S_is_set[key]) {
4530
      value = S[key]
4531
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4532
      len += length(value) + length(field[++i])
4533
      substed = 1
4534
    } else
4535
      len += 1 + keylen
4536
  }
4537
4538
 
4539
}
4540
4541
 
4542
_ACEOF
4543
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4544
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4545
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4546
else
4547
  cat
4548
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4549
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
4550
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
4551
   { (exit 1); exit 1; }; }
4552
_ACEOF
4553
4554
 
4555
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4556
# trailing colons and then remove the whole line if VPATH becomes empty
4557
# (actually we leave an empty line to preserve line numbers).
4558
if test "x$srcdir" = x.; then
4559
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
4560
s/:*\$(srcdir):*/:/
4561
s/:*\${srcdir}:*/:/
4562
s/:*@srcdir@:*/:/
4563
s/^\([^=]*=[     ]*\):*/\1/
4564
s/:*$//
4565
s/^[^=]*=[       ]*$//
4566
}'
4567
fi
4568
4569
 
4570
fi # test -n "$CONFIG_FILES"
4571
4572
 
4573
 
4574
shift
4575
for ac_tag
4576
do
4577
  case $ac_tag in
4578
  :[FHLC]) ac_mode=$ac_tag; continue;;
4579
  esac
4580
  case $ac_mode$ac_tag in
4581
  :[FHL]*:*);;
4582
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
4583
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
4584
   { (exit 1); exit 1; }; };;
4585
  :[FH]-) ac_tag=-:-;;
4586
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4587
  esac
4588
  ac_save_IFS=$IFS
4589
  IFS=:
4590
  set x $ac_tag
4591
  IFS=$ac_save_IFS
4592
  shift
4593
  ac_file=$1
4594
  shift
4595
4596
 
4597
  :L) ac_source=$1;;
4598
  :[FH])
4599
    ac_file_inputs=
4600
    for ac_f
4601
    do
4602
      case $ac_f in
4603
      -) ac_f="$tmp/stdin";;
4604
      *) # Look for the file first in the build tree, then in the source tree
4605
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
4606
         # because $ac_f cannot contain `:'.
4607
         test -f "$ac_f" ||
4608
           case $ac_f in
4609
           [\\/$]*) false;;
4610
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4611
           esac ||
4612
           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
4613
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
4614
   { (exit 1); exit 1; }; };;
4615
      esac
4616
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4617
      ac_file_inputs="$ac_file_inputs '$ac_f'"
4618
    done
4619
4620
 
4621
    # use $as_me), people would be surprised to read:
4622
    #    /* config.h.  Generated by config.status.  */
4623
    configure_input='Generated from '`
4624
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4625
        `' by configure.'
4626
    if test x"$ac_file" != x-; then
4627
      configure_input="$ac_file.  $configure_input"
4628
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
4629
$as_echo "$as_me: creating $ac_file" >&6;}
4630
    fi
4631
    # Neutralize special characters interpreted by sed in replacement strings.
4632
    case $configure_input in #(
4633
    *\&* | *\|* | *\\* )
4634
       ac_sed_conf_input=`$as_echo "$configure_input" |
4635
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4636
    *) ac_sed_conf_input=$configure_input;;
4637
    esac
4638
4639
 
4640
    *:-:* | *:-) cat >"$tmp/stdin" \
4641
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4642
$as_echo "$as_me: error: could not create $ac_file" >&2;}
4643
   { (exit 1); exit 1; }; } ;;
4644
    esac
4645
    ;;
4646
  esac
4647
4648
 
4649
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4650
         X"$ac_file" : 'X\(//\)[^/]' \| \
4651
         X"$ac_file" : 'X\(//\)$' \| \
4652
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4653
$as_echo X"$ac_file" |
4654
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4655
            s//\1/
4656
            q
4657
          }
4658
          /^X\(\/\/\)[^/].*/{
4659
            s//\1/
4660
            q
4661
          }
4662
          /^X\(\/\/\)$/{
4663
            s//\1/
4664
            q
4665
          }
4666
          /^X\(\/\).*/{
4667
            s//\1/
4668
            q
4669
          }
4670
          s/.*/./; q'`
4671
  { as_dir="$ac_dir"
4672
  case $as_dir in #(
4673
  -*) as_dir=./$as_dir;;
4674
  esac
4675
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
4676
    as_dirs=
4677
    while :; do
4678
      case $as_dir in #(
4679
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4680
      *) as_qdir=$as_dir;;
4681
      esac
4682
      as_dirs="'$as_qdir' $as_dirs"
4683
      as_dir=`$as_dirname -- "$as_dir" ||
4684
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4685
         X"$as_dir" : 'X\(//\)[^/]' \| \
4686
         X"$as_dir" : 'X\(//\)$' \| \
4687
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4688
$as_echo X"$as_dir" |
4689
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4690
            s//\1/
4691
            q
4692
          }
4693
          /^X\(\/\/\)[^/].*/{
4694
            s//\1/
4695
            q
4696
          }
4697
          /^X\(\/\/\)$/{
4698
            s//\1/
4699
            q
4700
          }
4701
          /^X\(\/\).*/{
4702
            s//\1/
4703
            q
4704
          }
4705
          s/.*/./; q'`
4706
      test -d "$as_dir" && break
4707
    done
4708
    test -z "$as_dirs" || eval "mkdir $as_dirs"
4709
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4710
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
4711
   { (exit 1); exit 1; }; }; }
4712
  ac_builddir=.
4713
4714
 
4715
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4716
*)
4717
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4718
  # A ".." for each directory in $ac_dir_suffix.
4719
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4720
  case $ac_top_builddir_sub in
4721
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4722
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4723
  esac ;;
4724
esac
4725
ac_abs_top_builddir=$ac_pwd
4726
ac_abs_builddir=$ac_pwd$ac_dir_suffix
4727
# for backward compatibility:
4728
ac_top_builddir=$ac_top_build_prefix
4729
4730
 
4731
  .)  # We are building in place.
4732
    ac_srcdir=.
4733
    ac_top_srcdir=$ac_top_builddir_sub
4734
    ac_abs_top_srcdir=$ac_pwd ;;
4735
  [\\/]* | ?:[\\/]* )  # Absolute name.
4736
    ac_srcdir=$srcdir$ac_dir_suffix;
4737
    ac_top_srcdir=$srcdir
4738
    ac_abs_top_srcdir=$srcdir ;;
4739
  *) # Relative name.
4740
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4741
    ac_top_srcdir=$ac_top_build_prefix$srcdir
4742
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4743
esac
4744
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4745
4746
 
4747
 
4748
  :F)
4749
  #
4750
  # CONFIG_FILE
4751
  #
4752
4753
 
4754
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4755
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4756
  esac
4757
  ac_MKDIR_P=$MKDIR_P
4758
  case $MKDIR_P in
4759
  [\\/$]* | ?:[\\/]* ) ;;
4760
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4761
  esac
4762
_ACEOF
4763
4764
 
4765
# If the template does not know about datarootdir, expand it.
4766
# FIXME: This hack should be removed a few years after 2.60.
4767
ac_datarootdir_hack=; ac_datarootdir_seen=
4768
4769
 
4770
/datarootdir/ {
4771
  p
4772
  q
4773
}
4774
/@datadir@/p
4775
/@docdir@/p
4776
/@infodir@/p
4777
/@localedir@/p
4778
/@mandir@/p
4779
'
4780
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4781
*datarootdir*) ac_datarootdir_seen=yes;;
4782
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4783
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4784
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4785
_ACEOF
4786
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4787
  ac_datarootdir_hack='
4788
  s&@datadir@&$datadir&g
4789
  s&@docdir@&$docdir&g
4790
  s&@infodir@&$infodir&g
4791
  s&@localedir@&$localedir&g
4792
  s&@mandir@&$mandir&g
4793
    s&\\\${datarootdir}&$datarootdir&g' ;;
4794
esac
4795
_ACEOF
4796
4797
 
4798
# Shell code in configure.ac might set extrasub.
4799
# FIXME: do we really want to maintain this feature?
4800
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4801
ac_sed_extra="$ac_vpsub
4802
$extrasub
4803
_ACEOF
4804
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4805
:t
4806
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4807
s|@configure_input@|$ac_sed_conf_input|;t t
4808
s&@top_builddir@&$ac_top_builddir_sub&;t t
4809
s&@top_build_prefix@&$ac_top_build_prefix&;t t
4810
s&@srcdir@&$ac_srcdir&;t t
4811
s&@abs_srcdir@&$ac_abs_srcdir&;t t
4812
s&@top_srcdir@&$ac_top_srcdir&;t t
4813
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4814
s&@builddir@&$ac_builddir&;t t
4815
s&@abs_builddir@&$ac_abs_builddir&;t t
4816
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4817
s&@INSTALL@&$ac_INSTALL&;t t
4818
s&@MKDIR_P@&$ac_MKDIR_P&;t t
4819
$ac_datarootdir_hack
4820
"
4821
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4822
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4823
$as_echo "$as_me: error: could not create $ac_file" >&2;}
4824
   { (exit 1); exit 1; }; }
4825
4826
 
4827
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4828
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4829
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4830
which seems to be undefined.  Please make sure it is defined." >&5
4831
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4832
which seems to be undefined.  Please make sure it is defined." >&2;}
4833
4834
 
4835
  case $ac_file in
4836
  -) cat "$tmp/out" && rm -f "$tmp/out";;
4837
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4838
  esac \
4839
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4840
$as_echo "$as_me: error: could not create $ac_file" >&2;}
4841
   { (exit 1); exit 1; }; }
4842
 ;;
4843
4844
 
4845
 
4846
$as_echo "$as_me: executing $ac_file commands" >&6;}
4847
 ;;
4848
  esac
4849
4850
 
4851
 
4852
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
4853
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
4854
  # are listed without --file.  Let's play safe and only enable the eval
4855
  # if we detect the quoting.
4856
  case $CONFIG_FILES in
4857
  *\'*) eval set x "$CONFIG_FILES" ;;
4858
  *)   set x $CONFIG_FILES ;;
4859
  esac
4860
  shift
4861
  for mf
4862
  do
4863
    # Strip MF so we end up with the name of the file.
4864
    mf=`echo "$mf" | sed -e 's/:.*$//'`
4865
    # Check whether this is an Automake generated Makefile or not.
4866
    # We used to match only the files named `Makefile.in', but
4867
    # some people rename them; so instead we look at the file content.
4868
    # Grep'ing the first line is not enough: some people post-process
4869
    # each Makefile.in and add a new line on top of each file to say so.
4870
    # Grep'ing the whole file is not good either: AIX grep has a line
4871
    # limit of 2048, but all sed's we know have understand at least 4000.
4872
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
4873
      dirpart=`$as_dirname -- "$mf" ||
4874
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4875
         X"$mf" : 'X\(//\)[^/]' \| \
4876
         X"$mf" : 'X\(//\)$' \| \
4877
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
4878
$as_echo X"$mf" |
4879
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4880
            s//\1/
4881
            q
4882
          }
4883
          /^X\(\/\/\)[^/].*/{
4884
            s//\1/
4885
            q
4886
          }
4887
          /^X\(\/\/\)$/{
4888
            s//\1/
4889
            q
4890
          }
4891
          /^X\(\/\).*/{
4892
            s//\1/
4893
            q
4894
          }
4895
          s/.*/./; q'`
4896
    else
4897
      continue
4898
    fi
4899
    # Extract the definition of DEPDIR, am__include, and am__quote
4900
    # from the Makefile without running `make'.
4901
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4902
    test -z "$DEPDIR" && continue
4903
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
4904
    test -z "am__include" && continue
4905
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4906
    # When using ansi2knr, U may be empty or an underscore; expand it
4907
    U=`sed -n 's/^U = //p' < "$mf"`
4908
    # Find all dependency output files, they are included files with
4909
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
4910
    # simplest approach to changing $(DEPDIR) to its actual value in the
4911
    # expansion.
4912
    for file in `sed -n "
4913
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4914
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4915
      # Make sure the directory exists.
4916
      test -f "$dirpart/$file" && continue
4917
      fdir=`$as_dirname -- "$file" ||
4918
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4919
         X"$file" : 'X\(//\)[^/]' \| \
4920
         X"$file" : 'X\(//\)$' \| \
4921
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
4922
$as_echo X"$file" |
4923
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4924
            s//\1/
4925
            q
4926
          }
4927
          /^X\(\/\/\)[^/].*/{
4928
            s//\1/
4929
            q
4930
          }
4931
          /^X\(\/\/\)$/{
4932
            s//\1/
4933
            q
4934
          }
4935
          /^X\(\/\).*/{
4936
            s//\1/
4937
            q
4938
          }
4939
          s/.*/./; q'`
4940
      { as_dir=$dirpart/$fdir
4941
  case $as_dir in #(
4942
  -*) as_dir=./$as_dir;;
4943
  esac
4944
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
4945
    as_dirs=
4946
    while :; do
4947
      case $as_dir in #(
4948
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4949
      *) as_qdir=$as_dir;;
4950
      esac
4951
      as_dirs="'$as_qdir' $as_dirs"
4952
      as_dir=`$as_dirname -- "$as_dir" ||
4953
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4954
         X"$as_dir" : 'X\(//\)[^/]' \| \
4955
         X"$as_dir" : 'X\(//\)$' \| \
4956
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4957
$as_echo X"$as_dir" |
4958
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4959
            s//\1/
4960
            q
4961
          }
4962
          /^X\(\/\/\)[^/].*/{
4963
            s//\1/
4964
            q
4965
          }
4966
          /^X\(\/\/\)$/{
4967
            s//\1/
4968
            q
4969
          }
4970
          /^X\(\/\).*/{
4971
            s//\1/
4972
            q
4973
          }
4974
          s/.*/./; q'`
4975
      test -d "$as_dir" && break
4976
    done
4977
    test -z "$as_dirs" || eval "mkdir $as_dirs"
4978
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4979
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
4980
   { (exit 1); exit 1; }; }; }
4981
      # echo "creating $dirpart/$file"
4982
      echo '# dummy' > "$dirpart/$file"
4983
    done
4984
  done
4985
}
4986
 ;;
4987
4988
 
4989
done # for ac_tag
4990
4991
 
4992
 
4993
_ACEOF
4994
chmod +x $CONFIG_STATUS
4995
ac_clean_files=$ac_clean_files_save
4996
4997
 
4998
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
4999
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5000
   { (exit 1); exit 1; }; }
5001
5002
 
5003
 
5004
# config.status does its own redirection, appending to config.log.
5005
# Unfortunately, on DOS this fails, as config.log is still kept open
5006
# by configure, so config.status won't be able to write to it; its
5007
# output is simply discarded.  So we exec the FD to /dev/null,
5008
# effectively closing config.log, so it can be properly (re)opened and
5009
# appended to by config.status.  When coming back to configure, we
5010
# need to make the FD available again.
5011
if test "$no_create" != yes; then
5012
  ac_cs_success=:
5013
  ac_config_status_args=
5014
  test "$silent" = yes &&
5015
    ac_config_status_args="$ac_config_status_args --quiet"
5016
  exec 5>/dev/null
5017
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5018
  exec 5>>config.log
5019
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5020
  # would make configure fail if this is the last instruction.
5021
  $ac_cs_success || { (exit 1); exit 1; }
5022
fi
5023
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5024
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5025
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5026
fi
5027
5028
 

powered by: WebSVN 2.1.0

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