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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [doc/] [configure] - Blame information for rev 207

Go to most recent revision | 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="makedoc.c"
602
ac_subst_vars='LTLIBOBJS
603
LIBOBJS
604
EXEEXT_FOR_BUILD
605
CC_FOR_BUILD
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
# Put a plausible default for CC_FOR_BUILD in Makefile.
3645
if test -z "$CC_FOR_BUILD"; then
3646
  if test "x$cross_compiling" = "xno"; then
3647
    CC_FOR_BUILD='$(CC)'
3648
  else
3649
    CC_FOR_BUILD=gcc
3650
  fi
3651
fi
3652
 
3653
 
3654
# Also set EXEEXT_FOR_BUILD.
3655
if test "x$cross_compiling" = "xno"; then
3656
  EXEEXT_FOR_BUILD='$(EXEEXT)'
3657
else
3658
  { $as_echo "$as_me:$LINENO: checking for build system executable suffix" >&5
3659
$as_echo_n "checking for build system executable suffix... " >&6; }
3660
if test "${newlib_cv_build_exeext+set}" = set; then
3661
  $as_echo_n "(cached) " >&6
3662
else
3663
  cat > ac_c_test.c << 'EOF'
3664
int main() {
3665
/* Nothing needed here */
3666
}
3667
EOF
3668
    ${CC_FOR_BUILD} -o ac_c_test am_c_test.c 1>&5 2>&5
3669
    newlib_cv_build_exeext=`echo ac_c_test.* | grep -v ac_c_test.c | sed -e s/ac_c_test//`
3670
    rm -f ac_c_test*
3671
    test x"${newlib_cv_build_exeext}" = x && newlib_cv_build_exeext=no
3672
fi
3673
{ $as_echo "$as_me:$LINENO: result: $newlib_cv_build_exeext" >&5
3674
$as_echo "$newlib_cv_build_exeext" >&6; }
3675
  EXEEXT_FOR_BUILD=""
3676
  test x"${newlib_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${newlib_cv_build_exeext}
3677
fi
3678
 
3679
 
3680
ac_config_files="$ac_config_files Makefile"
3681
 
3682
cat >confcache <<\_ACEOF
3683
# This file is a shell script that caches the results of configure
3684
# tests run on this system so they can be shared between configure
3685
# scripts and configure runs, see configure's option --config-cache.
3686
# It is not useful on other systems.  If it contains results you don't
3687
# want to keep, you may remove or edit it.
3688
#
3689
# config.status only pays attention to the cache file if you give it
3690
# the --recheck option to rerun configure.
3691
#
3692
# `ac_cv_env_foo' variables (set or unset) will be overridden when
3693
# loading this file, other *unset* `ac_cv_foo' will be assigned the
3694
# following values.
3695
 
3696
_ACEOF
3697
 
3698
# The following way of writing the cache mishandles newlines in values,
3699
# but we know of no workaround that is simple, portable, and efficient.
3700
# So, we kill variables containing newlines.
3701
# Ultrix sh set writes to stderr and can't be redirected directly,
3702
# and sets the high bit in the cache file unless we assign to the vars.
3703
(
3704
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3705
    eval ac_val=\$$ac_var
3706
    case $ac_val in #(
3707
    *${as_nl}*)
3708
      case $ac_var in #(
3709
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
3710
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3711
      esac
3712
      case $ac_var in #(
3713
      _ | IFS | as_nl) ;; #(
3714
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3715
      *) $as_unset $ac_var ;;
3716
      esac ;;
3717
    esac
3718
  done
3719
 
3720
  (set) 2>&1 |
3721
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3722
    *${as_nl}ac_space=\ *)
3723
      # `set' does not quote correctly, so add quotes (double-quote
3724
      # substitution turns \\\\ into \\, and sed turns \\ into \).
3725
      sed -n \
3726
        "s/'/'\\\\''/g;
3727
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3728
      ;; #(
3729
    *)
3730
      # `set' quotes correctly as required by POSIX, so do not add quotes.
3731
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3732
      ;;
3733
    esac |
3734
    sort
3735
) |
3736
  sed '
3737
     /^ac_cv_env_/b end
3738
     t clear
3739
     :clear
3740
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3741
     t end
3742
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3743
     :end' >>confcache
3744
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3745
  if test -w "$cache_file"; then
3746
    test "x$cache_file" != "x/dev/null" &&
3747
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
3748
$as_echo "$as_me: updating cache $cache_file" >&6;}
3749
    cat confcache >$cache_file
3750
  else
3751
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3752
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3753
  fi
3754
fi
3755
rm -f confcache
3756
 
3757
test "x$prefix" = xNONE && prefix=$ac_default_prefix
3758
# Let make expand exec_prefix.
3759
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3760
 
3761
# Transform confdefs.h into DEFS.
3762
# Protect against shell expansion while executing Makefile rules.
3763
# Protect against Makefile macro expansion.
3764
#
3765
# If the first sed substitution is executed (which looks for macros that
3766
# take arguments), then branch to the quote section.  Otherwise,
3767
# look for a macro that doesn't take arguments.
3768
ac_script='
3769
:mline
3770
/\\$/{
3771
 N
3772
 s,\\\n,,
3773
 b mline
3774
}
3775
t clear
3776
:clear
3777
s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
3778
t quote
3779
s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
3780
t quote
3781
b any
3782
:quote
3783
s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3784
s/\[/\\&/g
3785
s/\]/\\&/g
3786
s/\$/$$/g
3787
H
3788
:any
3789
${
3790
        g
3791
        s/^\n//
3792
        s/\n/ /g
3793
        p
3794
}
3795
'
3796
DEFS=`sed -n "$ac_script" confdefs.h`
3797
 
3798
 
3799
ac_libobjs=
3800
ac_ltlibobjs=
3801
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3802
  # 1. Remove the extension, and $U if already installed.
3803
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3804
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3805
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3806
  #    will be set to the directory where LIBOBJS objects are built.
3807
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3808
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3809
done
3810
LIBOBJS=$ac_libobjs
3811
 
3812
LTLIBOBJS=$ac_ltlibobjs
3813
 
3814
 
3815
if test -z "${MAY_SUPPLY_SYSCALLS_TRUE}" && test -z "${MAY_SUPPLY_SYSCALLS_FALSE}"; then
3816
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
3817
Usually this means the macro was only invoked conditionally." >&5
3818
$as_echo "$as_me: error: conditional \"MAY_SUPPLY_SYSCALLS\" was never defined.
3819
Usually this means the macro was only invoked conditionally." >&2;}
3820
   { (exit 1); exit 1; }; }
3821
fi
3822
 
3823
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3824
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
3825
Usually this means the macro was only invoked conditionally." >&5
3826
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
3827
Usually this means the macro was only invoked conditionally." >&2;}
3828
   { (exit 1); exit 1; }; }
3829
fi
3830
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3831
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
3832
Usually this means the macro was only invoked conditionally." >&5
3833
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
3834
Usually this means the macro was only invoked conditionally." >&2;}
3835
   { (exit 1); exit 1; }; }
3836
fi
3837
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
3838
  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
3839
Usually this means the macro was only invoked conditionally." >&5
3840
$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
3841
Usually this means the macro was only invoked conditionally." >&2;}
3842
   { (exit 1); exit 1; }; }
3843
fi
3844
if test -z "${ELIX_LEVEL_0_TRUE}" && test -z "${ELIX_LEVEL_0_FALSE}"; then
3845
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_0\" was never defined.
3846
Usually this means the macro was only invoked conditionally." >&5
3847
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_0\" was never defined.
3848
Usually this means the macro was only invoked conditionally." >&2;}
3849
   { (exit 1); exit 1; }; }
3850
fi
3851
if test -z "${ELIX_LEVEL_1_TRUE}" && test -z "${ELIX_LEVEL_1_FALSE}"; then
3852
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_1\" was never defined.
3853
Usually this means the macro was only invoked conditionally." >&5
3854
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_1\" was never defined.
3855
Usually this means the macro was only invoked conditionally." >&2;}
3856
   { (exit 1); exit 1; }; }
3857
fi
3858
if test -z "${ELIX_LEVEL_2_TRUE}" && test -z "${ELIX_LEVEL_2_FALSE}"; then
3859
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_2\" was never defined.
3860
Usually this means the macro was only invoked conditionally." >&5
3861
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_2\" was never defined.
3862
Usually this means the macro was only invoked conditionally." >&2;}
3863
   { (exit 1); exit 1; }; }
3864
fi
3865
if test -z "${ELIX_LEVEL_3_TRUE}" && test -z "${ELIX_LEVEL_3_FALSE}"; then
3866
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_3\" was never defined.
3867
Usually this means the macro was only invoked conditionally." >&5
3868
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_3\" was never defined.
3869
Usually this means the macro was only invoked conditionally." >&2;}
3870
   { (exit 1); exit 1; }; }
3871
fi
3872
if test -z "${ELIX_LEVEL_4_TRUE}" && test -z "${ELIX_LEVEL_4_FALSE}"; then
3873
  { { $as_echo "$as_me:$LINENO: error: conditional \"ELIX_LEVEL_4\" was never defined.
3874
Usually this means the macro was only invoked conditionally." >&5
3875
$as_echo "$as_me: error: conditional \"ELIX_LEVEL_4\" was never defined.
3876
Usually this means the macro was only invoked conditionally." >&2;}
3877
   { (exit 1); exit 1; }; }
3878
fi
3879
if test -z "${USE_LIBTOOL_TRUE}" && test -z "${USE_LIBTOOL_FALSE}"; then
3880
  { { $as_echo "$as_me:$LINENO: error: conditional \"USE_LIBTOOL\" was never defined.
3881
Usually this means the macro was only invoked conditionally." >&5
3882
$as_echo "$as_me: error: conditional \"USE_LIBTOOL\" was never defined.
3883
Usually this means the macro was only invoked conditionally." >&2;}
3884
   { (exit 1); exit 1; }; }
3885
fi
3886
 
3887
: ${CONFIG_STATUS=./config.status}
3888
ac_write_fail=0
3889
ac_clean_files_save=$ac_clean_files
3890
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3891
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3892
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3893
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3894
#! $SHELL
3895
# Generated by $as_me.
3896
# Run this file to recreate the current configuration.
3897
# Compiler output produced by configure, useful for debugging
3898
# configure, is in config.log if it exists.
3899
 
3900
debug=false
3901
ac_cs_recheck=false
3902
ac_cs_silent=false
3903
SHELL=\${CONFIG_SHELL-$SHELL}
3904
_ACEOF
3905
 
3906
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3907
## --------------------- ##
3908
## M4sh Initialization.  ##
3909
## --------------------- ##
3910
 
3911
# Be more Bourne compatible
3912
DUALCASE=1; export DUALCASE # for MKS sh
3913
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3914
  emulate sh
3915
  NULLCMD=:
3916
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3917
  # is contrary to our usage.  Disable this feature.
3918
  alias -g '${1+"$@"}'='"$@"'
3919
  setopt NO_GLOB_SUBST
3920
else
3921
  case `(set -o) 2>/dev/null` in
3922
  *posix*) set -o posix ;;
3923
esac
3924
 
3925
fi
3926
 
3927
 
3928
 
3929
 
3930
# PATH needs CR
3931
# Avoid depending upon Character Ranges.
3932
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3933
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3934
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3935
as_cr_digits='0123456789'
3936
as_cr_alnum=$as_cr_Letters$as_cr_digits
3937
 
3938
as_nl='
3939
'
3940
export as_nl
3941
# Printing a long string crashes Solaris 7 /usr/bin/printf.
3942
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3943
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3944
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3945
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3946
  as_echo='printf %s\n'
3947
  as_echo_n='printf %s'
3948
else
3949
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3950
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3951
    as_echo_n='/usr/ucb/echo -n'
3952
  else
3953
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3954
    as_echo_n_body='eval
3955
      arg=$1;
3956
      case $arg in
3957
      *"$as_nl"*)
3958
        expr "X$arg" : "X\\(.*\\)$as_nl";
3959
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3960
      esac;
3961
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3962
    '
3963
    export as_echo_n_body
3964
    as_echo_n='sh -c $as_echo_n_body as_echo'
3965
  fi
3966
  export as_echo_body
3967
  as_echo='sh -c $as_echo_body as_echo'
3968
fi
3969
 
3970
# The user is always right.
3971
if test "${PATH_SEPARATOR+set}" != set; then
3972
  PATH_SEPARATOR=:
3973
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3974
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3975
      PATH_SEPARATOR=';'
3976
  }
3977
fi
3978
 
3979
# Support unset when possible.
3980
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3981
  as_unset=unset
3982
else
3983
  as_unset=false
3984
fi
3985
 
3986
 
3987
# IFS
3988
# We need space, tab and new line, in precisely that order.  Quoting is
3989
# there to prevent editors from complaining about space-tab.
3990
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3991
# splitting by setting IFS to empty value.)
3992
IFS=" ""        $as_nl"
3993
 
3994
# Find who we are.  Look in the path if we contain no directory separator.
3995
case $0 in
3996
  *[\\/]* ) as_myself=$0 ;;
3997
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3998
for as_dir in $PATH
3999
do
4000
  IFS=$as_save_IFS
4001
  test -z "$as_dir" && as_dir=.
4002
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4003
done
4004
IFS=$as_save_IFS
4005
 
4006
     ;;
4007
esac
4008
# We did not find ourselves, most probably we were run as `sh COMMAND'
4009
# in which case we are not to be found in the path.
4010
if test "x$as_myself" = x; then
4011
  as_myself=$0
4012
fi
4013
if test ! -f "$as_myself"; then
4014
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4015
  { (exit 1); exit 1; }
4016
fi
4017
 
4018
# Work around bugs in pre-3.0 UWIN ksh.
4019
for as_var in ENV MAIL MAILPATH
4020
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
4021
done
4022
PS1='$ '
4023
PS2='> '
4024
PS4='+ '
4025
 
4026
# NLS nuisances.
4027
LC_ALL=C
4028
export LC_ALL
4029
LANGUAGE=C
4030
export LANGUAGE
4031
 
4032
# Required to use basename.
4033
if expr a : '\(a\)' >/dev/null 2>&1 &&
4034
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4035
  as_expr=expr
4036
else
4037
  as_expr=false
4038
fi
4039
 
4040
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4041
  as_basename=basename
4042
else
4043
  as_basename=false
4044
fi
4045
 
4046
 
4047
# Name of the executable.
4048
as_me=`$as_basename -- "$0" ||
4049
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4050
         X"$0" : 'X\(//\)$' \| \
4051
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4052
$as_echo X/"$0" |
4053
    sed '/^.*\/\([^/][^/]*\)\/*$/{
4054
            s//\1/
4055
            q
4056
          }
4057
          /^X\/\(\/\/\)$/{
4058
            s//\1/
4059
            q
4060
          }
4061
          /^X\/\(\/\).*/{
4062
            s//\1/
4063
            q
4064
          }
4065
          s/.*/./; q'`
4066
 
4067
# CDPATH.
4068
$as_unset CDPATH
4069
 
4070
 
4071
 
4072
  as_lineno_1=$LINENO
4073
  as_lineno_2=$LINENO
4074
  test "x$as_lineno_1" != "x$as_lineno_2" &&
4075
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
4076
 
4077
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4078
  # uniformly replaced by the line number.  The first 'sed' inserts a
4079
  # line-number line after each line using $LINENO; the second 'sed'
4080
  # does the real work.  The second script uses 'N' to pair each
4081
  # line-number line with the line containing $LINENO, and appends
4082
  # trailing '-' during substitution so that $LINENO is not a special
4083
  # case at line end.
4084
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4085
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
4086
  # E. McMahon (1931-1989) for sed's syntax.  :-)
4087
  sed -n '
4088
    p
4089
    /[$]LINENO/=
4090
  ' <$as_myself |
4091
    sed '
4092
      s/[$]LINENO.*/&-/
4093
      t lineno
4094
      b
4095
      :lineno
4096
      N
4097
      :loop
4098
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
4099
      t loop
4100
      s/-\n.*//
4101
    ' >$as_me.lineno &&
4102
  chmod +x "$as_me.lineno" ||
4103
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4104
   { (exit 1); exit 1; }; }
4105
 
4106
  # Don't try to exec as it changes $[0], causing all sort of problems
4107
  # (the dirname of $[0] is not the place where we might find the
4108
  # original and so on.  Autoconf is especially sensitive to this).
4109
  . "./$as_me.lineno"
4110
  # Exit status is that of the last command.
4111
  exit
4112
}
4113
 
4114
 
4115
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4116
  as_dirname=dirname
4117
else
4118
  as_dirname=false
4119
fi
4120
 
4121
ECHO_C= ECHO_N= ECHO_T=
4122
case `echo -n x` in
4123
-n*)
4124
  case `echo 'x\c'` in
4125
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
4126
  *)   ECHO_C='\c';;
4127
  esac;;
4128
*)
4129
  ECHO_N='-n';;
4130
esac
4131
if expr a : '\(a\)' >/dev/null 2>&1 &&
4132
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
4133
  as_expr=expr
4134
else
4135
  as_expr=false
4136
fi
4137
 
4138
rm -f conf$$ conf$$.exe conf$$.file
4139
if test -d conf$$.dir; then
4140
  rm -f conf$$.dir/conf$$.file
4141
else
4142
  rm -f conf$$.dir
4143
  mkdir conf$$.dir 2>/dev/null
4144
fi
4145
if (echo >conf$$.file) 2>/dev/null; then
4146
  if ln -s conf$$.file conf$$ 2>/dev/null; then
4147
    as_ln_s='ln -s'
4148
    # ... but there are two gotchas:
4149
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4150
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4151
    # In both cases, we have to default to `cp -p'.
4152
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4153
      as_ln_s='cp -p'
4154
  elif ln conf$$.file conf$$ 2>/dev/null; then
4155
    as_ln_s=ln
4156
  else
4157
    as_ln_s='cp -p'
4158
  fi
4159
else
4160
  as_ln_s='cp -p'
4161
fi
4162
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4163
rmdir conf$$.dir 2>/dev/null
4164
 
4165
if mkdir -p . 2>/dev/null; then
4166
  as_mkdir_p=:
4167
else
4168
  test -d ./-p && rmdir ./-p
4169
  as_mkdir_p=false
4170
fi
4171
 
4172
if test -x / >/dev/null 2>&1; then
4173
  as_test_x='test -x'
4174
else
4175
  if ls -dL / >/dev/null 2>&1; then
4176
    as_ls_L_option=L
4177
  else
4178
    as_ls_L_option=
4179
  fi
4180
  as_test_x='
4181
    eval sh -c '\''
4182
      if test -d "$1"; then
4183
        test -d "$1/.";
4184
      else
4185
        case $1 in
4186
        -*)set "./$1";;
4187
        esac;
4188
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
4189
        ???[sx]*):;;*)false;;esac;fi
4190
    '\'' sh
4191
  '
4192
fi
4193
as_executable_p=$as_test_x
4194
 
4195
# Sed expression to map a string onto a valid CPP name.
4196
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4197
 
4198
# Sed expression to map a string onto a valid variable name.
4199
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4200
 
4201
 
4202
exec 6>&1
4203
 
4204
# Save the log message, to keep $[0] and so on meaningful, and to
4205
# report actual input values of CONFIG_FILES etc. instead of their
4206
# values after options handling.
4207
ac_log="
4208
This file was extended by newlib $as_me 1.18.0, which was
4209
generated by GNU Autoconf 2.63.  Invocation command line was
4210
 
4211
  CONFIG_FILES    = $CONFIG_FILES
4212
  CONFIG_HEADERS  = $CONFIG_HEADERS
4213
  CONFIG_LINKS    = $CONFIG_LINKS
4214
  CONFIG_COMMANDS = $CONFIG_COMMANDS
4215
  $ $0 $@
4216
 
4217
on `(hostname || uname -n) 2>/dev/null | sed 1q`
4218
"
4219
 
4220
_ACEOF
4221
 
4222
case $ac_config_files in *"
4223
"*) set x $ac_config_files; shift; ac_config_files=$*;;
4224
esac
4225
 
4226
 
4227
 
4228
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4229
# Files that config.status was made for.
4230
config_files="$ac_config_files"
4231
config_commands="$ac_config_commands"
4232
 
4233
_ACEOF
4234
 
4235
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4236
ac_cs_usage="\
4237
\`$as_me' instantiates files from templates according to the
4238
current configuration.
4239
 
4240
Usage: $0 [OPTION]... [FILE]...
4241
 
4242
  -h, --help       print this help, then exit
4243
  -V, --version    print version number and configuration settings, then exit
4244
  -q, --quiet, --silent
4245
                   do not print progress messages
4246
  -d, --debug      don't remove temporary files
4247
      --recheck    update $as_me by reconfiguring in the same conditions
4248
      --file=FILE[:TEMPLATE]
4249
                   instantiate the configuration file FILE
4250
 
4251
Configuration files:
4252
$config_files
4253
 
4254
Configuration commands:
4255
$config_commands
4256
 
4257
Report bugs to ."
4258
 
4259
_ACEOF
4260
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4261
ac_cs_version="\\
4262
newlib config.status 1.18.0
4263
configured by $0, generated by GNU Autoconf 2.63,
4264
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
4265
 
4266
Copyright (C) 2008 Free Software Foundation, Inc.
4267
This config.status script is free software; the Free Software Foundation
4268
gives unlimited permission to copy, distribute and modify it."
4269
 
4270
ac_pwd='$ac_pwd'
4271
srcdir='$srcdir'
4272
INSTALL='$INSTALL'
4273
MKDIR_P='$MKDIR_P'
4274
AWK='$AWK'
4275
test -n "\$AWK" || AWK=awk
4276
_ACEOF
4277
 
4278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4279
# The default lists apply if the user does not specify any file.
4280
ac_need_defaults=:
4281
while test $# != 0
4282
do
4283
  case $1 in
4284
  --*=*)
4285
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
4286
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4287
    ac_shift=:
4288
    ;;
4289
  *)
4290
    ac_option=$1
4291
    ac_optarg=$2
4292
    ac_shift=shift
4293
    ;;
4294
  esac
4295
 
4296
  case $ac_option in
4297
  # Handling of the options.
4298
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4299
    ac_cs_recheck=: ;;
4300
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4301
    $as_echo "$ac_cs_version"; exit ;;
4302
  --debug | --debu | --deb | --de | --d | -d )
4303
    debug=: ;;
4304
  --file | --fil | --fi | --f )
4305
    $ac_shift
4306
    case $ac_optarg in
4307
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4308
    esac
4309
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
4310
    ac_need_defaults=false;;
4311
  --he | --h |  --help | --hel | -h )
4312
    $as_echo "$ac_cs_usage"; exit ;;
4313
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4314
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
4315
    ac_cs_silent=: ;;
4316
 
4317
  # This is an error.
4318
  -*) { $as_echo "$as_me: error: unrecognized option: $1
4319
Try \`$0 --help' for more information." >&2
4320
   { (exit 1); exit 1; }; } ;;
4321
 
4322
  *) ac_config_targets="$ac_config_targets $1"
4323
     ac_need_defaults=false ;;
4324
 
4325
  esac
4326
  shift
4327
done
4328
 
4329
ac_configure_extra_args=
4330
 
4331
if $ac_cs_silent; then
4332
  exec 6>/dev/null
4333
  ac_configure_extra_args="$ac_configure_extra_args --silent"
4334
fi
4335
 
4336
_ACEOF
4337
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4338
if \$ac_cs_recheck; then
4339
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4340
  shift
4341
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4342
  CONFIG_SHELL='$SHELL'
4343
  export CONFIG_SHELL
4344
  exec "\$@"
4345
fi
4346
 
4347
_ACEOF
4348
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4349
exec 5>>config.log
4350
{
4351
  echo
4352
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4353
## Running $as_me. ##
4354
_ASBOX
4355
  $as_echo "$ac_log"
4356
} >&5
4357
 
4358
_ACEOF
4359
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4360
#
4361
# INIT-COMMANDS
4362
#
4363
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4364
 
4365
_ACEOF
4366
 
4367
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4368
 
4369
# Handling of arguments.
4370
for ac_config_target in $ac_config_targets
4371
do
4372
  case $ac_config_target in
4373
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4374
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4375
 
4376
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4377
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4378
   { (exit 1); exit 1; }; };;
4379
  esac
4380
done
4381
 
4382
 
4383
# If the user did not use the arguments to specify the items to instantiate,
4384
# then the envvar interface is used.  Set only those that are not.
4385
# We use the long form for the default assignment because of an extremely
4386
# bizarre bug on SunOS 4.1.3.
4387
if $ac_need_defaults; then
4388
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4389
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4390
fi
4391
 
4392
# Have a temporary directory for convenience.  Make it in the build tree
4393
# simply because there is no reason against having it here, and in addition,
4394
# creating and moving files from /tmp can sometimes cause problems.
4395
# Hook for its removal unless debugging.
4396
# Note that there is a small window in which the directory will not be cleaned:
4397
# after its creation but before its name has been assigned to `$tmp'.
4398
$debug ||
4399
{
4400
  tmp=
4401
  trap 'exit_status=$?
4402
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
4403
' 0
4404
  trap '{ (exit 1); exit 1; }' 1 2 13 15
4405
}
4406
# Create a (secure) tmp directory for tmp files.
4407
 
4408
{
4409
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4410
  test -n "$tmp" && test -d "$tmp"
4411
}  ||
4412
{
4413
  tmp=./conf$$-$RANDOM
4414
  (umask 077 && mkdir "$tmp")
4415
} ||
4416
{
4417
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
4418
   { (exit 1); exit 1; }
4419
}
4420
 
4421
# Set up the scripts for CONFIG_FILES section.
4422
# No need to generate them if there are no CONFIG_FILES.
4423
# This happens for instance with `./config.status config.h'.
4424
if test -n "$CONFIG_FILES"; then
4425
 
4426
 
4427
ac_cr='
'
4428
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null`
4429
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4430
  ac_cs_awk_cr='\\r'
4431
else
4432
  ac_cs_awk_cr=$ac_cr
4433
fi
4434
4435
 
4436
_ACEOF
4437
4438
 
4439
 
4440
  echo "cat >conf$$subs.awk <<_ACEOF" &&
4441
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4442
  echo "_ACEOF"
4443
} >conf$$subs.sh ||
4444
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4445
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4446
   { (exit 1); exit 1; }; }
4447
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
4448
ac_delim='%!_!# '
4449
for ac_last_try in false false false false false :; do
4450
  . ./conf$$subs.sh ||
4451
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4452
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4453
   { (exit 1); exit 1; }; }
4454
4455
 
4456
  if test $ac_delim_n = $ac_delim_num; then
4457
    break
4458
  elif $ac_last_try; then
4459
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
4460
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
4461
   { (exit 1); exit 1; }; }
4462
  else
4463
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4464
  fi
4465
done
4466
rm -f conf$$subs.sh
4467
4468
 
4469
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
4470
_ACEOF
4471
sed -n '
4472
h
4473
s/^/S["/; s/!.*/"]=/
4474
p
4475
g
4476
s/^[^!]*!//
4477
:repl
4478
t repl
4479
s/'"$ac_delim"'$//
4480
t delim
4481
:nl
4482
h
4483
s/\(.\{148\}\).*/\1/
4484
t more1
4485
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4486
p
4487
n
4488
b repl
4489
:more1
4490
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4491
p
4492
g
4493
s/.\{148\}//
4494
t nl
4495
:delim
4496
h
4497
s/\(.\{148\}\).*/\1/
4498
t more2
4499
s/["\\]/\\&/g; s/^/"/; s/$/"/
4500
p
4501
b
4502
:more2
4503
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4504
p
4505
g
4506
s/.\{148\}//
4507
t delim
4508
' 
4509
/^[^""]/{
4510
  N
4511
  s/\n//
4512
}
4513
' >>$CONFIG_STATUS || ac_write_fail=1
4514
rm -f conf$$subs.awk
4515
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4516
_ACAWK
4517
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
4518
  for (key in S) S_is_set[key] = 1
4519
  FS = ""
4520
4521
 
4522
{
4523
  line = $ 0
4524
  nfields = split(line, field, "@")
4525
  substed = 0
4526
  len = length(field[1])
4527
  for (i = 2; i < nfields; i++) {
4528
    key = field[i]
4529
    keylen = length(key)
4530
    if (S_is_set[key]) {
4531
      value = S[key]
4532
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4533
      len += length(value) + length(field[++i])
4534
      substed = 1
4535
    } else
4536
      len += 1 + keylen
4537
  }
4538
4539
 
4540
}
4541
4542
 
4543
_ACEOF
4544
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4545
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4546
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4547
else
4548
  cat
4549
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
4550
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
4551
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
4552
   { (exit 1); exit 1; }; }
4553
_ACEOF
4554
4555
 
4556
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4557
# trailing colons and then remove the whole line if VPATH becomes empty
4558
# (actually we leave an empty line to preserve line numbers).
4559
if test "x$srcdir" = x.; then
4560
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
4561
s/:*\$(srcdir):*/:/
4562
s/:*\${srcdir}:*/:/
4563
s/:*@srcdir@:*/:/
4564
s/^\([^=]*=[     ]*\):*/\1/
4565
s/:*$//
4566
s/^[^=]*=[       ]*$//
4567
}'
4568
fi
4569
4570
 
4571
fi # test -n "$CONFIG_FILES"
4572
4573
 
4574
 
4575
shift
4576
for ac_tag
4577
do
4578
  case $ac_tag in
4579
  :[FHLC]) ac_mode=$ac_tag; continue;;
4580
  esac
4581
  case $ac_mode$ac_tag in
4582
  :[FHL]*:*);;
4583
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
4584
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
4585
   { (exit 1); exit 1; }; };;
4586
  :[FH]-) ac_tag=-:-;;
4587
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4588
  esac
4589
  ac_save_IFS=$IFS
4590
  IFS=:
4591
  set x $ac_tag
4592
  IFS=$ac_save_IFS
4593
  shift
4594
  ac_file=$1
4595
  shift
4596
4597
 
4598
  :L) ac_source=$1;;
4599
  :[FH])
4600
    ac_file_inputs=
4601
    for ac_f
4602
    do
4603
      case $ac_f in
4604
      -) ac_f="$tmp/stdin";;
4605
      *) # Look for the file first in the build tree, then in the source tree
4606
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
4607
         # because $ac_f cannot contain `:'.
4608
         test -f "$ac_f" ||
4609
           case $ac_f in
4610
           [\\/$]*) false;;
4611
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4612
           esac ||
4613
           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
4614
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
4615
   { (exit 1); exit 1; }; };;
4616
      esac
4617
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4618
      ac_file_inputs="$ac_file_inputs '$ac_f'"
4619
    done
4620
4621
 
4622
    # use $as_me), people would be surprised to read:
4623
    #    /* config.h.  Generated by config.status.  */
4624
    configure_input='Generated from '`
4625
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4626
        `' by configure.'
4627
    if test x"$ac_file" != x-; then
4628
      configure_input="$ac_file.  $configure_input"
4629
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
4630
$as_echo "$as_me: creating $ac_file" >&6;}
4631
    fi
4632
    # Neutralize special characters interpreted by sed in replacement strings.
4633
    case $configure_input in #(
4634
    *\&* | *\|* | *\\* )
4635
       ac_sed_conf_input=`$as_echo "$configure_input" |
4636
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4637
    *) ac_sed_conf_input=$configure_input;;
4638
    esac
4639
4640
 
4641
    *:-:* | *:-) cat >"$tmp/stdin" \
4642
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4643
$as_echo "$as_me: error: could not create $ac_file" >&2;}
4644
   { (exit 1); exit 1; }; } ;;
4645
    esac
4646
    ;;
4647
  esac
4648
4649
 
4650
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4651
         X"$ac_file" : 'X\(//\)[^/]' \| \
4652
         X"$ac_file" : 'X\(//\)$' \| \
4653
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4654
$as_echo X"$ac_file" |
4655
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4656
            s//\1/
4657
            q
4658
          }
4659
          /^X\(\/\/\)[^/].*/{
4660
            s//\1/
4661
            q
4662
          }
4663
          /^X\(\/\/\)$/{
4664
            s//\1/
4665
            q
4666
          }
4667
          /^X\(\/\).*/{
4668
            s//\1/
4669
            q
4670
          }
4671
          s/.*/./; q'`
4672
  { as_dir="$ac_dir"
4673
  case $as_dir in #(
4674
  -*) as_dir=./$as_dir;;
4675
  esac
4676
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
4677
    as_dirs=
4678
    while :; do
4679
      case $as_dir in #(
4680
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4681
      *) as_qdir=$as_dir;;
4682
      esac
4683
      as_dirs="'$as_qdir' $as_dirs"
4684
      as_dir=`$as_dirname -- "$as_dir" ||
4685
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4686
         X"$as_dir" : 'X\(//\)[^/]' \| \
4687
         X"$as_dir" : 'X\(//\)$' \| \
4688
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4689
$as_echo X"$as_dir" |
4690
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4691
            s//\1/
4692
            q
4693
          }
4694
          /^X\(\/\/\)[^/].*/{
4695
            s//\1/
4696
            q
4697
          }
4698
          /^X\(\/\/\)$/{
4699
            s//\1/
4700
            q
4701
          }
4702
          /^X\(\/\).*/{
4703
            s//\1/
4704
            q
4705
          }
4706
          s/.*/./; q'`
4707
      test -d "$as_dir" && break
4708
    done
4709
    test -z "$as_dirs" || eval "mkdir $as_dirs"
4710
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4711
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
4712
   { (exit 1); exit 1; }; }; }
4713
  ac_builddir=.
4714
4715
 
4716
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4717
*)
4718
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4719
  # A ".." for each directory in $ac_dir_suffix.
4720
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4721
  case $ac_top_builddir_sub in
4722
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4723
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4724
  esac ;;
4725
esac
4726
ac_abs_top_builddir=$ac_pwd
4727
ac_abs_builddir=$ac_pwd$ac_dir_suffix
4728
# for backward compatibility:
4729
ac_top_builddir=$ac_top_build_prefix
4730
4731
 
4732
  .)  # We are building in place.
4733
    ac_srcdir=.
4734
    ac_top_srcdir=$ac_top_builddir_sub
4735
    ac_abs_top_srcdir=$ac_pwd ;;
4736
  [\\/]* | ?:[\\/]* )  # Absolute name.
4737
    ac_srcdir=$srcdir$ac_dir_suffix;
4738
    ac_top_srcdir=$srcdir
4739
    ac_abs_top_srcdir=$srcdir ;;
4740
  *) # Relative name.
4741
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4742
    ac_top_srcdir=$ac_top_build_prefix$srcdir
4743
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4744
esac
4745
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4746
4747
 
4748
 
4749
  :F)
4750
  #
4751
  # CONFIG_FILE
4752
  #
4753
4754
 
4755
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4756
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4757
  esac
4758
  ac_MKDIR_P=$MKDIR_P
4759
  case $MKDIR_P in
4760
  [\\/$]* | ?:[\\/]* ) ;;
4761
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4762
  esac
4763
_ACEOF
4764
4765
 
4766
# If the template does not know about datarootdir, expand it.
4767
# FIXME: This hack should be removed a few years after 2.60.
4768
ac_datarootdir_hack=; ac_datarootdir_seen=
4769
4770
 
4771
/datarootdir/ {
4772
  p
4773
  q
4774
}
4775
/@datadir@/p
4776
/@docdir@/p
4777
/@infodir@/p
4778
/@localedir@/p
4779
/@mandir@/p
4780
'
4781
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4782
*datarootdir*) ac_datarootdir_seen=yes;;
4783
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4784
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4785
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4786
_ACEOF
4787
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4788
  ac_datarootdir_hack='
4789
  s&@datadir@&$datadir&g
4790
  s&@docdir@&$docdir&g
4791
  s&@infodir@&$infodir&g
4792
  s&@localedir@&$localedir&g
4793
  s&@mandir@&$mandir&g
4794
    s&\\\${datarootdir}&$datarootdir&g' ;;
4795
esac
4796
_ACEOF
4797
4798
 
4799
# Shell code in configure.ac might set extrasub.
4800
# FIXME: do we really want to maintain this feature?
4801
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4802
ac_sed_extra="$ac_vpsub
4803
$extrasub
4804
_ACEOF
4805
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4806
:t
4807
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4808
s|@configure_input@|$ac_sed_conf_input|;t t
4809
s&@top_builddir@&$ac_top_builddir_sub&;t t
4810
s&@top_build_prefix@&$ac_top_build_prefix&;t t
4811
s&@srcdir@&$ac_srcdir&;t t
4812
s&@abs_srcdir@&$ac_abs_srcdir&;t t
4813
s&@top_srcdir@&$ac_top_srcdir&;t t
4814
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4815
s&@builddir@&$ac_builddir&;t t
4816
s&@abs_builddir@&$ac_abs_builddir&;t t
4817
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4818
s&@INSTALL@&$ac_INSTALL&;t t
4819
s&@MKDIR_P@&$ac_MKDIR_P&;t t
4820
$ac_datarootdir_hack
4821
"
4822
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
4823
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4824
$as_echo "$as_me: error: could not create $ac_file" >&2;}
4825
   { (exit 1); exit 1; }; }
4826
4827
 
4828
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4829
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4830
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4831
which seems to be undefined.  Please make sure it is defined." >&5
4832
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4833
which seems to be undefined.  Please make sure it is defined." >&2;}
4834
4835
 
4836
  case $ac_file in
4837
  -) cat "$tmp/out" && rm -f "$tmp/out";;
4838
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
4839
  esac \
4840
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
4841
$as_echo "$as_me: error: could not create $ac_file" >&2;}
4842
   { (exit 1); exit 1; }; }
4843
 ;;
4844
4845
 
4846
 
4847
$as_echo "$as_me: executing $ac_file commands" >&6;}
4848
 ;;
4849
  esac
4850
4851
 
4852
 
4853
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
4854
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
4855
  # are listed without --file.  Let's play safe and only enable the eval
4856
  # if we detect the quoting.
4857
  case $CONFIG_FILES in
4858
  *\'*) eval set x "$CONFIG_FILES" ;;
4859
  *)   set x $CONFIG_FILES ;;
4860
  esac
4861
  shift
4862
  for mf
4863
  do
4864
    # Strip MF so we end up with the name of the file.
4865
    mf=`echo "$mf" | sed -e 's/:.*$//'`
4866
    # Check whether this is an Automake generated Makefile or not.
4867
    # We used to match only the files named `Makefile.in', but
4868
    # some people rename them; so instead we look at the file content.
4869
    # Grep'ing the first line is not enough: some people post-process
4870
    # each Makefile.in and add a new line on top of each file to say so.
4871
    # Grep'ing the whole file is not good either: AIX grep has a line
4872
    # limit of 2048, but all sed's we know have understand at least 4000.
4873
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
4874
      dirpart=`$as_dirname -- "$mf" ||
4875
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4876
         X"$mf" : 'X\(//\)[^/]' \| \
4877
         X"$mf" : 'X\(//\)$' \| \
4878
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
4879
$as_echo X"$mf" |
4880
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4881
            s//\1/
4882
            q
4883
          }
4884
          /^X\(\/\/\)[^/].*/{
4885
            s//\1/
4886
            q
4887
          }
4888
          /^X\(\/\/\)$/{
4889
            s//\1/
4890
            q
4891
          }
4892
          /^X\(\/\).*/{
4893
            s//\1/
4894
            q
4895
          }
4896
          s/.*/./; q'`
4897
    else
4898
      continue
4899
    fi
4900
    # Extract the definition of DEPDIR, am__include, and am__quote
4901
    # from the Makefile without running `make'.
4902
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4903
    test -z "$DEPDIR" && continue
4904
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
4905
    test -z "am__include" && continue
4906
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4907
    # When using ansi2knr, U may be empty or an underscore; expand it
4908
    U=`sed -n 's/^U = //p' < "$mf"`
4909
    # Find all dependency output files, they are included files with
4910
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
4911
    # simplest approach to changing $(DEPDIR) to its actual value in the
4912
    # expansion.
4913
    for file in `sed -n "
4914
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4915
         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4916
      # Make sure the directory exists.
4917
      test -f "$dirpart/$file" && continue
4918
      fdir=`$as_dirname -- "$file" ||
4919
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4920
         X"$file" : 'X\(//\)[^/]' \| \
4921
         X"$file" : 'X\(//\)$' \| \
4922
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
4923
$as_echo X"$file" |
4924
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4925
            s//\1/
4926
            q
4927
          }
4928
          /^X\(\/\/\)[^/].*/{
4929
            s//\1/
4930
            q
4931
          }
4932
          /^X\(\/\/\)$/{
4933
            s//\1/
4934
            q
4935
          }
4936
          /^X\(\/\).*/{
4937
            s//\1/
4938
            q
4939
          }
4940
          s/.*/./; q'`
4941
      { as_dir=$dirpart/$fdir
4942
  case $as_dir in #(
4943
  -*) as_dir=./$as_dir;;
4944
  esac
4945
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
4946
    as_dirs=
4947
    while :; do
4948
      case $as_dir in #(
4949
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4950
      *) as_qdir=$as_dir;;
4951
      esac
4952
      as_dirs="'$as_qdir' $as_dirs"
4953
      as_dir=`$as_dirname -- "$as_dir" ||
4954
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4955
         X"$as_dir" : 'X\(//\)[^/]' \| \
4956
         X"$as_dir" : 'X\(//\)$' \| \
4957
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4958
$as_echo X"$as_dir" |
4959
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4960
            s//\1/
4961
            q
4962
          }
4963
          /^X\(\/\/\)[^/].*/{
4964
            s//\1/
4965
            q
4966
          }
4967
          /^X\(\/\/\)$/{
4968
            s//\1/
4969
            q
4970
          }
4971
          /^X\(\/\).*/{
4972
            s//\1/
4973
            q
4974
          }
4975
          s/.*/./; q'`
4976
      test -d "$as_dir" && break
4977
    done
4978
    test -z "$as_dirs" || eval "mkdir $as_dirs"
4979
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4980
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
4981
   { (exit 1); exit 1; }; }; }
4982
      # echo "creating $dirpart/$file"
4983
      echo '# dummy' > "$dirpart/$file"
4984
    done
4985
  done
4986
}
4987
 ;;
4988
4989
 
4990
done # for ac_tag
4991
4992
 
4993
 
4994
_ACEOF
4995
chmod +x $CONFIG_STATUS
4996
ac_clean_files=$ac_clean_files_save
4997
4998
 
4999
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
5000
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
5001
   { (exit 1); exit 1; }; }
5002
5003
 
5004
 
5005
# config.status does its own redirection, appending to config.log.
5006
# Unfortunately, on DOS this fails, as config.log is still kept open
5007
# by configure, so config.status won't be able to write to it; its
5008
# output is simply discarded.  So we exec the FD to /dev/null,
5009
# effectively closing config.log, so it can be properly (re)opened and
5010
# appended to by config.status.  When coming back to configure, we
5011
# need to make the FD available again.
5012
if test "$no_create" != yes; then
5013
  ac_cs_success=:
5014
  ac_config_status_args=
5015
  test "$silent" = yes &&
5016
    ac_config_status_args="$ac_config_status_args --quiet"
5017
  exec 5>/dev/null
5018
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5019
  exec 5>>config.log
5020
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5021
  # would make configure fail if this is the last instruction.
5022
  $ac_cs_success || { (exit 1); exit 1; }
5023
fi
5024
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5025
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5026
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5027
fi
5028
5029
 

powered by: WebSVN 2.1.0

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