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/] [libgloss/] [or32/] [configure] - Blame information for rev 345

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 libor32.a 0.2.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='libor32.a'
596
PACKAGE_TARNAME='libor32-a'
597
PACKAGE_VERSION='0.2.0'
598
PACKAGE_STRING='libor32.a 0.2.0'
599
PACKAGE_BUGREPORT=''
600
 
601
ac_subst_vars='LTLIBOBJS
602
LIBOBJS
603
host_makefile_frag_path
604
CCASFLAGS
605
CCAS
606
RANLIB
607
LD
608
AR
609
AS
610
am__fastdepCC_FALSE
611
am__fastdepCC_TRUE
612
CCDEPMODE
613
AMDEPBACKSLASH
614
AMDEP_FALSE
615
AMDEP_TRUE
616
am__quote
617
am__include
618
DEPDIR
619
am__leading_dot
620
CC
621
INSTALL_DATA
622
INSTALL_SCRIPT
623
INSTALL_PROGRAM
624
target_os
625
target_vendor
626
target_cpu
627
target
628
host_os
629
host_vendor
630
host_cpu
631
host
632
build_os
633
build_vendor
634
build_cpu
635
build
636
target_alias
637
host_alias
638
build_alias
639
LIBS
640
ECHO_T
641
ECHO_N
642
ECHO_C
643
DEFS
644
mandir
645
localedir
646
libdir
647
psdir
648
pdfdir
649
dvidir
650
htmldir
651
infodir
652
docdir
653
oldincludedir
654
includedir
655
localstatedir
656
sharedstatedir
657
sysconfdir
658
datadir
659
datarootdir
660
libexecdir
661
sbindir
662
bindir
663
program_transform_name
664
prefix
665
exec_prefix
666
PACKAGE_BUGREPORT
667
PACKAGE_STRING
668
PACKAGE_VERSION
669
PACKAGE_TARNAME
670
PACKAGE_NAME
671
PATH_SEPARATOR
672
SHELL'
673
ac_subst_files='host_makefile_frag'
674
ac_user_opts='
675
enable_option_checking
676
enable_dependency_tracking
677
'
678
      ac_precious_vars='build_alias
679
host_alias
680
target_alias
681
CCAS
682
CCASFLAGS'
683
 
684
 
685
# Initialize some variables set by options.
686
ac_init_help=
687
ac_init_version=false
688
ac_unrecognized_opts=
689
ac_unrecognized_sep=
690
# The variables have the same names as the options, with
691
# dashes changed to underlines.
692
cache_file=/dev/null
693
exec_prefix=NONE
694
no_create=
695
no_recursion=
696
prefix=NONE
697
program_prefix=NONE
698
program_suffix=NONE
699
program_transform_name=s,x,x,
700
silent=
701
site=
702
srcdir=
703
verbose=
704
x_includes=NONE
705
x_libraries=NONE
706
 
707
# Installation directory options.
708
# These are left unexpanded so users can "make install exec_prefix=/foo"
709
# and all the variables that are supposed to be based on exec_prefix
710
# by default will actually change.
711
# Use braces instead of parens because sh, perl, etc. also accept them.
712
# (The list follows the same order as the GNU Coding Standards.)
713
bindir='${exec_prefix}/bin'
714
sbindir='${exec_prefix}/sbin'
715
libexecdir='${exec_prefix}/libexec'
716
datarootdir='${prefix}/share'
717
datadir='${datarootdir}'
718
sysconfdir='${prefix}/etc'
719
sharedstatedir='${prefix}/com'
720
localstatedir='${prefix}/var'
721
includedir='${prefix}/include'
722
oldincludedir='/usr/include'
723
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
724
infodir='${datarootdir}/info'
725
htmldir='${docdir}'
726
dvidir='${docdir}'
727
pdfdir='${docdir}'
728
psdir='${docdir}'
729
libdir='${exec_prefix}/lib'
730
localedir='${datarootdir}/locale'
731
mandir='${datarootdir}/man'
732
 
733
ac_prev=
734
ac_dashdash=
735
for ac_option
736
do
737
  # If the previous option needs an argument, assign it.
738
  if test -n "$ac_prev"; then
739
    eval $ac_prev=\$ac_option
740
    ac_prev=
741
    continue
742
  fi
743
 
744
  case $ac_option in
745
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
746
  *)    ac_optarg=yes ;;
747
  esac
748
 
749
  # Accept the important Cygnus configure options, so we can diagnose typos.
750
 
751
  case $ac_dashdash$ac_option in
752
  --)
753
    ac_dashdash=yes ;;
754
 
755
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
756
    ac_prev=bindir ;;
757
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
758
    bindir=$ac_optarg ;;
759
 
760
  -build | --build | --buil | --bui | --bu)
761
    ac_prev=build_alias ;;
762
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
763
    build_alias=$ac_optarg ;;
764
 
765
  -cache-file | --cache-file | --cache-fil | --cache-fi \
766
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
767
    ac_prev=cache_file ;;
768
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
769
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
770
    cache_file=$ac_optarg ;;
771
 
772
  --config-cache | -C)
773
    cache_file=config.cache ;;
774
 
775
  -datadir | --datadir | --datadi | --datad)
776
    ac_prev=datadir ;;
777
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
778
    datadir=$ac_optarg ;;
779
 
780
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
781
  | --dataroo | --dataro | --datar)
782
    ac_prev=datarootdir ;;
783
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
784
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
785
    datarootdir=$ac_optarg ;;
786
 
787
  -disable-* | --disable-*)
788
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
789
    # Reject names that are not valid shell variable names.
790
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
791
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
792
   { (exit 1); exit 1; }; }
793
    ac_useropt_orig=$ac_useropt
794
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
795
    case $ac_user_opts in
796
      *"
797
"enable_$ac_useropt"
798
"*) ;;
799
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
800
         ac_unrecognized_sep=', ';;
801
    esac
802
    eval enable_$ac_useropt=no ;;
803
 
804
  -docdir | --docdir | --docdi | --doc | --do)
805
    ac_prev=docdir ;;
806
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
807
    docdir=$ac_optarg ;;
808
 
809
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
810
    ac_prev=dvidir ;;
811
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
812
    dvidir=$ac_optarg ;;
813
 
814
  -enable-* | --enable-*)
815
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
816
    # Reject names that are not valid shell variable names.
817
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
818
      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
819
   { (exit 1); exit 1; }; }
820
    ac_useropt_orig=$ac_useropt
821
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
822
    case $ac_user_opts in
823
      *"
824
"enable_$ac_useropt"
825
"*) ;;
826
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
827
         ac_unrecognized_sep=', ';;
828
    esac
829
    eval enable_$ac_useropt=\$ac_optarg ;;
830
 
831
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
832
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
833
  | --exec | --exe | --ex)
834
    ac_prev=exec_prefix ;;
835
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
836
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
837
  | --exec=* | --exe=* | --ex=*)
838
    exec_prefix=$ac_optarg ;;
839
 
840
  -gas | --gas | --ga | --g)
841
    # Obsolete; use --with-gas.
842
    with_gas=yes ;;
843
 
844
  -help | --help | --hel | --he | -h)
845
    ac_init_help=long ;;
846
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
847
    ac_init_help=recursive ;;
848
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
849
    ac_init_help=short ;;
850
 
851
  -host | --host | --hos | --ho)
852
    ac_prev=host_alias ;;
853
  -host=* | --host=* | --hos=* | --ho=*)
854
    host_alias=$ac_optarg ;;
855
 
856
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
857
    ac_prev=htmldir ;;
858
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
859
  | --ht=*)
860
    htmldir=$ac_optarg ;;
861
 
862
  -includedir | --includedir | --includedi | --included | --include \
863
  | --includ | --inclu | --incl | --inc)
864
    ac_prev=includedir ;;
865
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
866
  | --includ=* | --inclu=* | --incl=* | --inc=*)
867
    includedir=$ac_optarg ;;
868
 
869
  -infodir | --infodir | --infodi | --infod | --info | --inf)
870
    ac_prev=infodir ;;
871
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
872
    infodir=$ac_optarg ;;
873
 
874
  -libdir | --libdir | --libdi | --libd)
875
    ac_prev=libdir ;;
876
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
877
    libdir=$ac_optarg ;;
878
 
879
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
880
  | --libexe | --libex | --libe)
881
    ac_prev=libexecdir ;;
882
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
883
  | --libexe=* | --libex=* | --libe=*)
884
    libexecdir=$ac_optarg ;;
885
 
886
  -localedir | --localedir | --localedi | --localed | --locale)
887
    ac_prev=localedir ;;
888
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
889
    localedir=$ac_optarg ;;
890
 
891
  -localstatedir | --localstatedir | --localstatedi | --localstated \
892
  | --localstate | --localstat | --localsta | --localst | --locals)
893
    ac_prev=localstatedir ;;
894
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
895
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
896
    localstatedir=$ac_optarg ;;
897
 
898
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
899
    ac_prev=mandir ;;
900
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
901
    mandir=$ac_optarg ;;
902
 
903
  -nfp | --nfp | --nf)
904
    # Obsolete; use --without-fp.
905
    with_fp=no ;;
906
 
907
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
908
  | --no-cr | --no-c | -n)
909
    no_create=yes ;;
910
 
911
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
912
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
913
    no_recursion=yes ;;
914
 
915
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
916
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
917
  | --oldin | --oldi | --old | --ol | --o)
918
    ac_prev=oldincludedir ;;
919
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
920
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
921
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
922
    oldincludedir=$ac_optarg ;;
923
 
924
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
925
    ac_prev=prefix ;;
926
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
927
    prefix=$ac_optarg ;;
928
 
929
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
930
  | --program-pre | --program-pr | --program-p)
931
    ac_prev=program_prefix ;;
932
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
933
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
934
    program_prefix=$ac_optarg ;;
935
 
936
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
937
  | --program-suf | --program-su | --program-s)
938
    ac_prev=program_suffix ;;
939
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
940
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
941
    program_suffix=$ac_optarg ;;
942
 
943
  -program-transform-name | --program-transform-name \
944
  | --program-transform-nam | --program-transform-na \
945
  | --program-transform-n | --program-transform- \
946
  | --program-transform | --program-transfor \
947
  | --program-transfo | --program-transf \
948
  | --program-trans | --program-tran \
949
  | --progr-tra | --program-tr | --program-t)
950
    ac_prev=program_transform_name ;;
951
  -program-transform-name=* | --program-transform-name=* \
952
  | --program-transform-nam=* | --program-transform-na=* \
953
  | --program-transform-n=* | --program-transform-=* \
954
  | --program-transform=* | --program-transfor=* \
955
  | --program-transfo=* | --program-transf=* \
956
  | --program-trans=* | --program-tran=* \
957
  | --progr-tra=* | --program-tr=* | --program-t=*)
958
    program_transform_name=$ac_optarg ;;
959
 
960
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
961
    ac_prev=pdfdir ;;
962
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
963
    pdfdir=$ac_optarg ;;
964
 
965
  -psdir | --psdir | --psdi | --psd | --ps)
966
    ac_prev=psdir ;;
967
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
968
    psdir=$ac_optarg ;;
969
 
970
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
971
  | -silent | --silent | --silen | --sile | --sil)
972
    silent=yes ;;
973
 
974
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
975
    ac_prev=sbindir ;;
976
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
977
  | --sbi=* | --sb=*)
978
    sbindir=$ac_optarg ;;
979
 
980
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
981
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
982
  | --sharedst | --shareds | --shared | --share | --shar \
983
  | --sha | --sh)
984
    ac_prev=sharedstatedir ;;
985
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
986
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
987
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
988
  | --sha=* | --sh=*)
989
    sharedstatedir=$ac_optarg ;;
990
 
991
  -site | --site | --sit)
992
    ac_prev=site ;;
993
  -site=* | --site=* | --sit=*)
994
    site=$ac_optarg ;;
995
 
996
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
997
    ac_prev=srcdir ;;
998
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
999
    srcdir=$ac_optarg ;;
1000
 
1001
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1002
  | --syscon | --sysco | --sysc | --sys | --sy)
1003
    ac_prev=sysconfdir ;;
1004
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1005
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1006
    sysconfdir=$ac_optarg ;;
1007
 
1008
  -target | --target | --targe | --targ | --tar | --ta | --t)
1009
    ac_prev=target_alias ;;
1010
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1011
    target_alias=$ac_optarg ;;
1012
 
1013
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1014
    verbose=yes ;;
1015
 
1016
  -version | --version | --versio | --versi | --vers | -V)
1017
    ac_init_version=: ;;
1018
 
1019
  -with-* | --with-*)
1020
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1021
    # Reject names that are not valid shell variable names.
1022
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1023
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1024
   { (exit 1); exit 1; }; }
1025
    ac_useropt_orig=$ac_useropt
1026
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1027
    case $ac_user_opts in
1028
      *"
1029
"with_$ac_useropt"
1030
"*) ;;
1031
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1032
         ac_unrecognized_sep=', ';;
1033
    esac
1034
    eval with_$ac_useropt=\$ac_optarg ;;
1035
 
1036
  -without-* | --without-*)
1037
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1038
    # Reject names that are not valid shell variable names.
1039
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1040
      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1041
   { (exit 1); exit 1; }; }
1042
    ac_useropt_orig=$ac_useropt
1043
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1044
    case $ac_user_opts in
1045
      *"
1046
"with_$ac_useropt"
1047
"*) ;;
1048
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1049
         ac_unrecognized_sep=', ';;
1050
    esac
1051
    eval with_$ac_useropt=no ;;
1052
 
1053
  --x)
1054
    # Obsolete; use --with-x.
1055
    with_x=yes ;;
1056
 
1057
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1058
  | --x-incl | --x-inc | --x-in | --x-i)
1059
    ac_prev=x_includes ;;
1060
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1061
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1062
    x_includes=$ac_optarg ;;
1063
 
1064
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1065
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1066
    ac_prev=x_libraries ;;
1067
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1068
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1069
    x_libraries=$ac_optarg ;;
1070
 
1071
  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1072
Try \`$0 --help' for more information." >&2
1073
   { (exit 1); exit 1; }; }
1074
    ;;
1075
 
1076
  *=*)
1077
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1078
    # Reject names that are not valid shell variable names.
1079
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1080
      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1081
   { (exit 1); exit 1; }; }
1082
    eval $ac_envvar=\$ac_optarg
1083
    export $ac_envvar ;;
1084
 
1085
  *)
1086
    # FIXME: should be removed in autoconf 3.0.
1087
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1088
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1089
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1090
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1091
    ;;
1092
 
1093
  esac
1094
done
1095
 
1096
if test -n "$ac_prev"; then
1097
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1098
  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1099
   { (exit 1); exit 1; }; }
1100
fi
1101
 
1102
if test -n "$ac_unrecognized_opts"; then
1103
  case $enable_option_checking in
1104
    no) ;;
1105
    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1106
   { (exit 1); exit 1; }; } ;;
1107
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1108
  esac
1109
fi
1110
 
1111
# Check all directory arguments for consistency.
1112
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1113
                datadir sysconfdir sharedstatedir localstatedir includedir \
1114
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1115
                libdir localedir mandir
1116
do
1117
  eval ac_val=\$$ac_var
1118
  # Remove trailing slashes.
1119
  case $ac_val in
1120
    */ )
1121
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1122
      eval $ac_var=\$ac_val;;
1123
  esac
1124
  # Be sure to have absolute directory names.
1125
  case $ac_val in
1126
    [\\/$]* | ?:[\\/]* )  continue;;
1127
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1128
  esac
1129
  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1130
   { (exit 1); exit 1; }; }
1131
done
1132
 
1133
# There might be people who depend on the old broken behavior: `$host'
1134
# used to hold the argument of --host etc.
1135
# FIXME: To remove some day.
1136
build=$build_alias
1137
host=$host_alias
1138
target=$target_alias
1139
 
1140
# FIXME: To remove some day.
1141
if test "x$host_alias" != x; then
1142
  if test "x$build_alias" = x; then
1143
    cross_compiling=maybe
1144
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1145
    If a cross compiler is detected then cross compile mode will be used." >&2
1146
  elif test "x$build_alias" != "x$host_alias"; then
1147
    cross_compiling=yes
1148
  fi
1149
fi
1150
 
1151
ac_tool_prefix=
1152
test -n "$host_alias" && ac_tool_prefix=$host_alias-
1153
 
1154
test "$silent" = yes && exec 6>/dev/null
1155
 
1156
 
1157
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1158
ac_ls_di=`ls -di .` &&
1159
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1160
  { $as_echo "$as_me: error: working directory cannot be determined" >&2
1161
   { (exit 1); exit 1; }; }
1162
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1163
  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1164
   { (exit 1); exit 1; }; }
1165
 
1166
 
1167
# Find the source files, if location was not specified.
1168
if test -z "$srcdir"; then
1169
  ac_srcdir_defaulted=yes
1170
  # Try the directory containing this script, then the parent directory.
1171
  ac_confdir=`$as_dirname -- "$as_myself" ||
1172
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1173
         X"$as_myself" : 'X\(//\)[^/]' \| \
1174
         X"$as_myself" : 'X\(//\)$' \| \
1175
         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1176
$as_echo X"$as_myself" |
1177
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1178
            s//\1/
1179
            q
1180
          }
1181
          /^X\(\/\/\)[^/].*/{
1182
            s//\1/
1183
            q
1184
          }
1185
          /^X\(\/\/\)$/{
1186
            s//\1/
1187
            q
1188
          }
1189
          /^X\(\/\).*/{
1190
            s//\1/
1191
            q
1192
          }
1193
          s/.*/./; q'`
1194
  srcdir=$ac_confdir
1195
  if test ! -r "$srcdir/$ac_unique_file"; then
1196
    srcdir=..
1197
  fi
1198
else
1199
  ac_srcdir_defaulted=no
1200
fi
1201
if test ! -r "$srcdir/$ac_unique_file"; then
1202
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1203
  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1204
   { (exit 1); exit 1; }; }
1205
fi
1206
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1207
ac_abs_confdir=`(
1208
        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1209
   { (exit 1); exit 1; }; }
1210
        pwd)`
1211
# When building in place, set srcdir=.
1212
if test "$ac_abs_confdir" = "$ac_pwd"; then
1213
  srcdir=.
1214
fi
1215
# Remove unnecessary trailing slashes from srcdir.
1216
# Double slashes in file names in object file debugging info
1217
# mess up M-x gdb in Emacs.
1218
case $srcdir in
1219
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1220
esac
1221
for ac_var in $ac_precious_vars; do
1222
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1223
  eval ac_env_${ac_var}_value=\$${ac_var}
1224
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1225
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1226
done
1227
 
1228
#
1229
# Report the --help message.
1230
#
1231
if test "$ac_init_help" = "long"; then
1232
  # Omit some internal or obsolete options to make the list less imposing.
1233
  # This message is too long to be a string in the A/UX 3.1 sh.
1234
  cat <<_ACEOF
1235
\`configure' configures libor32.a 0.2.0 to adapt to many kinds of systems.
1236
 
1237
Usage: $0 [OPTION]... [VAR=VALUE]...
1238
 
1239
To assign environment variables (e.g., CC, CFLAGS...), specify them as
1240
VAR=VALUE.  See below for descriptions of some of the useful variables.
1241
 
1242
Defaults for the options are specified in brackets.
1243
 
1244
Configuration:
1245
  -h, --help              display this help and exit
1246
      --help=short        display options specific to this package
1247
      --help=recursive    display the short help of all the included packages
1248
  -V, --version           display version information and exit
1249
  -q, --quiet, --silent   do not print \`checking...' messages
1250
      --cache-file=FILE   cache test results in FILE [disabled]
1251
  -C, --config-cache      alias for \`--cache-file=config.cache'
1252
  -n, --no-create         do not create output files
1253
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1254
 
1255
Installation directories:
1256
  --prefix=PREFIX         install architecture-independent files in PREFIX
1257
                          [$ac_default_prefix]
1258
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1259
                          [PREFIX]
1260
 
1261
By default, \`make install' will install all the files in
1262
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1263
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1264
for instance \`--prefix=\$HOME'.
1265
 
1266
For better control, use the options below.
1267
 
1268
Fine tuning of the installation directories:
1269
  --bindir=DIR            user executables [EPREFIX/bin]
1270
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1271
  --libexecdir=DIR        program executables [EPREFIX/libexec]
1272
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1273
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1274
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1275
  --libdir=DIR            object code libraries [EPREFIX/lib]
1276
  --includedir=DIR        C header files [PREFIX/include]
1277
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1278
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1279
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1280
  --infodir=DIR           info documentation [DATAROOTDIR/info]
1281
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1282
  --mandir=DIR            man documentation [DATAROOTDIR/man]
1283
  --docdir=DIR            documentation root [DATAROOTDIR/doc/libor32-a]
1284
  --htmldir=DIR           html documentation [DOCDIR]
1285
  --dvidir=DIR            dvi documentation [DOCDIR]
1286
  --pdfdir=DIR            pdf documentation [DOCDIR]
1287
  --psdir=DIR             ps documentation [DOCDIR]
1288
_ACEOF
1289
 
1290
  cat <<\_ACEOF
1291
 
1292
Program names:
1293
  --program-prefix=PREFIX            prepend PREFIX to installed program names
1294
  --program-suffix=SUFFIX            append SUFFIX to installed program names
1295
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1296
 
1297
System types:
1298
  --build=BUILD     configure for building on BUILD [guessed]
1299
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1300
  --target=TARGET   configure for building compilers for TARGET [HOST]
1301
_ACEOF
1302
fi
1303
 
1304
if test -n "$ac_init_help"; then
1305
  case $ac_init_help in
1306
     short | recursive ) echo "Configuration of libor32.a 0.2.0:";;
1307
   esac
1308
  cat <<\_ACEOF
1309
 
1310
Optional Features:
1311
  --disable-option-checking  ignore unrecognized --enable/--with options
1312
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1313
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1314
  --disable-dependency-tracking  speeds up one-time build
1315
  --enable-dependency-tracking   do not reject slow dependency extractors
1316
 
1317
Some influential environment variables:
1318
  CCAS        assembler compiler command (defaults to CC)
1319
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
1320
 
1321
Use these variables to override the choices made by `configure' or to help
1322
it to find libraries and programs with nonstandard names/locations.
1323
 
1324
_ACEOF
1325
ac_status=$?
1326
fi
1327
 
1328
if test "$ac_init_help" = "recursive"; then
1329
  # If there are subdirs, report their specific --help.
1330
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1331
    test -d "$ac_dir" ||
1332
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1333
      continue
1334
    ac_builddir=.
1335
 
1336
case "$ac_dir" in
1337
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1338
*)
1339
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1340
  # A ".." for each directory in $ac_dir_suffix.
1341
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1342
  case $ac_top_builddir_sub in
1343
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1344
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1345
  esac ;;
1346
esac
1347
ac_abs_top_builddir=$ac_pwd
1348
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1349
# for backward compatibility:
1350
ac_top_builddir=$ac_top_build_prefix
1351
 
1352
case $srcdir in
1353
  .)  # We are building in place.
1354
    ac_srcdir=.
1355
    ac_top_srcdir=$ac_top_builddir_sub
1356
    ac_abs_top_srcdir=$ac_pwd ;;
1357
  [\\/]* | ?:[\\/]* )  # Absolute name.
1358
    ac_srcdir=$srcdir$ac_dir_suffix;
1359
    ac_top_srcdir=$srcdir
1360
    ac_abs_top_srcdir=$srcdir ;;
1361
  *) # Relative name.
1362
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1363
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1364
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1365
esac
1366
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1367
 
1368
    cd "$ac_dir" || { ac_status=$?; continue; }
1369
    # Check for guested configure.
1370
    if test -f "$ac_srcdir/configure.gnu"; then
1371
      echo &&
1372
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1373
    elif test -f "$ac_srcdir/configure"; then
1374
      echo &&
1375
      $SHELL "$ac_srcdir/configure" --help=recursive
1376
    else
1377
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1378
    fi || ac_status=$?
1379
    cd "$ac_pwd" || { ac_status=$?; break; }
1380
  done
1381
fi
1382
 
1383
test -n "$ac_init_help" && exit $ac_status
1384
if $ac_init_version; then
1385
  cat <<\_ACEOF
1386
libor32.a configure 0.2.0
1387
generated by GNU Autoconf 2.63
1388
 
1389
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1390
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1391
This configure script is free software; the Free Software Foundation
1392
gives unlimited permission to copy, distribute and modify it.
1393
_ACEOF
1394
  exit
1395
fi
1396
cat >config.log <<_ACEOF
1397
This file contains any messages produced by compilers while
1398
running configure, to aid debugging if configure makes a mistake.
1399
 
1400
It was created by libor32.a $as_me 0.2.0, which was
1401
generated by GNU Autoconf 2.63.  Invocation command line was
1402
 
1403
  $ $0 $@
1404
 
1405
_ACEOF
1406
exec 5>>config.log
1407
{
1408
cat <<_ASUNAME
1409
## --------- ##
1410
## Platform. ##
1411
## --------- ##
1412
 
1413
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1414
uname -m = `(uname -m) 2>/dev/null || echo unknown`
1415
uname -r = `(uname -r) 2>/dev/null || echo unknown`
1416
uname -s = `(uname -s) 2>/dev/null || echo unknown`
1417
uname -v = `(uname -v) 2>/dev/null || echo unknown`
1418
 
1419
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1420
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1421
 
1422
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1423
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1424
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1425
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1426
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1427
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1428
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1429
 
1430
_ASUNAME
1431
 
1432
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1433
for as_dir in $PATH
1434
do
1435
  IFS=$as_save_IFS
1436
  test -z "$as_dir" && as_dir=.
1437
  $as_echo "PATH: $as_dir"
1438
done
1439
IFS=$as_save_IFS
1440
 
1441
} >&5
1442
 
1443
cat >&5 <<_ACEOF
1444
 
1445
 
1446
## ----------- ##
1447
## Core tests. ##
1448
## ----------- ##
1449
 
1450
_ACEOF
1451
 
1452
 
1453
# Keep a trace of the command line.
1454
# Strip out --no-create and --no-recursion so they do not pile up.
1455
# Strip out --silent because we don't want to record it for future runs.
1456
# Also quote any args containing shell meta-characters.
1457
# Make two passes to allow for proper duplicate-argument suppression.
1458
ac_configure_args=
1459
ac_configure_args0=
1460
ac_configure_args1=
1461
ac_must_keep_next=false
1462
for ac_pass in 1 2
1463
do
1464
  for ac_arg
1465
  do
1466
    case $ac_arg in
1467
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1468
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1469
    | -silent | --silent | --silen | --sile | --sil)
1470
      continue ;;
1471
    *\'*)
1472
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1473
    esac
1474
    case $ac_pass in
1475
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1476
    2)
1477
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1478
      if test $ac_must_keep_next = true; then
1479
        ac_must_keep_next=false # Got value, back to normal.
1480
      else
1481
        case $ac_arg in
1482
          *=* | --config-cache | -C | -disable-* | --disable-* \
1483
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1484
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1485
          | -with-* | --with-* | -without-* | --without-* | --x)
1486
            case "$ac_configure_args0 " in
1487
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1488
            esac
1489
            ;;
1490
          -* ) ac_must_keep_next=true ;;
1491
        esac
1492
      fi
1493
      ac_configure_args="$ac_configure_args '$ac_arg'"
1494
      ;;
1495
    esac
1496
  done
1497
done
1498
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1499
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1500
 
1501
# When interrupted or exit'd, cleanup temporary files, and complete
1502
# config.log.  We remove comments because anyway the quotes in there
1503
# would cause problems or look ugly.
1504
# WARNING: Use '\'' to represent an apostrophe within the trap.
1505
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1506
trap 'exit_status=$?
1507
  # Save into config.log some information that might help in debugging.
1508
  {
1509
    echo
1510
 
1511
    cat <<\_ASBOX
1512
## ---------------- ##
1513
## Cache variables. ##
1514
## ---------------- ##
1515
_ASBOX
1516
    echo
1517
    # The following way of writing the cache mishandles newlines in values,
1518
(
1519
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1520
    eval ac_val=\$$ac_var
1521
    case $ac_val in #(
1522
    *${as_nl}*)
1523
      case $ac_var in #(
1524
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1525
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1526
      esac
1527
      case $ac_var in #(
1528
      _ | IFS | as_nl) ;; #(
1529
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1530
      *) $as_unset $ac_var ;;
1531
      esac ;;
1532
    esac
1533
  done
1534
  (set) 2>&1 |
1535
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1536
    *${as_nl}ac_space=\ *)
1537
      sed -n \
1538
        "s/'\''/'\''\\\\'\'''\''/g;
1539
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1540
      ;; #(
1541
    *)
1542
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1543
      ;;
1544
    esac |
1545
    sort
1546
)
1547
    echo
1548
 
1549
    cat <<\_ASBOX
1550
## ----------------- ##
1551
## Output variables. ##
1552
## ----------------- ##
1553
_ASBOX
1554
    echo
1555
    for ac_var in $ac_subst_vars
1556
    do
1557
      eval ac_val=\$$ac_var
1558
      case $ac_val in
1559
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1560
      esac
1561
      $as_echo "$ac_var='\''$ac_val'\''"
1562
    done | sort
1563
    echo
1564
 
1565
    if test -n "$ac_subst_files"; then
1566
      cat <<\_ASBOX
1567
## ------------------- ##
1568
## File substitutions. ##
1569
## ------------------- ##
1570
_ASBOX
1571
      echo
1572
      for ac_var in $ac_subst_files
1573
      do
1574
        eval ac_val=\$$ac_var
1575
        case $ac_val in
1576
        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1577
        esac
1578
        $as_echo "$ac_var='\''$ac_val'\''"
1579
      done | sort
1580
      echo
1581
    fi
1582
 
1583
    if test -s confdefs.h; then
1584
      cat <<\_ASBOX
1585
## ----------- ##
1586
## confdefs.h. ##
1587
## ----------- ##
1588
_ASBOX
1589
      echo
1590
      cat confdefs.h
1591
      echo
1592
    fi
1593
    test "$ac_signal" != 0 &&
1594
      $as_echo "$as_me: caught signal $ac_signal"
1595
    $as_echo "$as_me: exit $exit_status"
1596
  } >&5
1597
  rm -f core *.core core.conftest.* &&
1598
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1599
    exit $exit_status
1600
' 0
1601
for ac_signal in 1 2 13 15; do
1602
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1603
done
1604
ac_signal=0
1605
 
1606
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1607
rm -f -r conftest* confdefs.h
1608
 
1609
# Predefined preprocessor variables.
1610
 
1611
cat >>confdefs.h <<_ACEOF
1612
#define PACKAGE_NAME "$PACKAGE_NAME"
1613
_ACEOF
1614
 
1615
 
1616
cat >>confdefs.h <<_ACEOF
1617
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1618
_ACEOF
1619
 
1620
 
1621
cat >>confdefs.h <<_ACEOF
1622
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1623
_ACEOF
1624
 
1625
 
1626
cat >>confdefs.h <<_ACEOF
1627
#define PACKAGE_STRING "$PACKAGE_STRING"
1628
_ACEOF
1629
 
1630
 
1631
cat >>confdefs.h <<_ACEOF
1632
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1633
_ACEOF
1634
 
1635
 
1636
# Let the site file select an alternate cache file if it wants to.
1637
# Prefer an explicitly selected file to automatically selected ones.
1638
ac_site_file1=NONE
1639
ac_site_file2=NONE
1640
if test -n "$CONFIG_SITE"; then
1641
  ac_site_file1=$CONFIG_SITE
1642
elif test "x$prefix" != xNONE; then
1643
  ac_site_file1=$prefix/share/config.site
1644
  ac_site_file2=$prefix/etc/config.site
1645
else
1646
  ac_site_file1=$ac_default_prefix/share/config.site
1647
  ac_site_file2=$ac_default_prefix/etc/config.site
1648
fi
1649
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1650
do
1651
  test "x$ac_site_file" = xNONE && continue
1652
  if test -r "$ac_site_file"; then
1653
    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1654
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1655
    sed 's/^/| /' "$ac_site_file" >&5
1656
    . "$ac_site_file"
1657
  fi
1658
done
1659
 
1660
if test -r "$cache_file"; then
1661
  # Some versions of bash will fail to source /dev/null (special
1662
  # files actually), so we avoid doing that.
1663
  if test -f "$cache_file"; then
1664
    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1665
$as_echo "$as_me: loading cache $cache_file" >&6;}
1666
    case $cache_file in
1667
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1668
      *)                      . "./$cache_file";;
1669
    esac
1670
  fi
1671
else
1672
  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1673
$as_echo "$as_me: creating cache $cache_file" >&6;}
1674
  >$cache_file
1675
fi
1676
 
1677
# Check that the precious variables saved in the cache have kept the same
1678
# value.
1679
ac_cache_corrupted=false
1680
for ac_var in $ac_precious_vars; do
1681
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1682
  eval ac_new_set=\$ac_env_${ac_var}_set
1683
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1684
  eval ac_new_val=\$ac_env_${ac_var}_value
1685
  case $ac_old_set,$ac_new_set in
1686
    set,)
1687
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1688
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1689
      ac_cache_corrupted=: ;;
1690
    ,set)
1691
      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1692
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1693
      ac_cache_corrupted=: ;;
1694
    ,);;
1695
    *)
1696
      if test "x$ac_old_val" != "x$ac_new_val"; then
1697
        # differences in whitespace do not lead to failure.
1698
        ac_old_val_w=`echo x $ac_old_val`
1699
        ac_new_val_w=`echo x $ac_new_val`
1700
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1701
          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1702
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1703
          ac_cache_corrupted=:
1704
        else
1705
          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1706
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1707
          eval $ac_var=\$ac_old_val
1708
        fi
1709
        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1710
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1711
        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1712
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1713
      fi;;
1714
  esac
1715
  # Pass precious variables to config.status.
1716
  if test "$ac_new_set" = set; then
1717
    case $ac_new_val in
1718
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1719
    *) ac_arg=$ac_var=$ac_new_val ;;
1720
    esac
1721
    case " $ac_configure_args " in
1722
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1723
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1724
    esac
1725
  fi
1726
done
1727
if $ac_cache_corrupted; then
1728
  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1729
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1730
  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1731
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1732
  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1733
$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1734
   { (exit 1); exit 1; }; }
1735
fi
1736
 
1737
 
1738
 
1739
 
1740
 
1741
 
1742
 
1743
 
1744
 
1745
 
1746
 
1747
 
1748
 
1749
 
1750
 
1751
 
1752
 
1753
 
1754
 
1755
 
1756
 
1757
 
1758
 
1759
 
1760
 
1761
ac_ext=c
1762
ac_cpp='$CPP $CPPFLAGS'
1763
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1764
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1765
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1766
 
1767
 
1768
ac_config_headers="$ac_config_headers config.h"
1769
 
1770
 
1771
# No shared libraries allowed
1772
if test "${enable_shared}" = "yes" ; then
1773
    echo "Shared libraries not supported for cross compiling, ignored"
1774
fi
1775
 
1776
# Where are the auxillary tools (confg.sub etc)?
1777
if test "$srcdir" = "." ; then
1778
  if test "${with_target_subdir}" != "." ; then
1779
    libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
1780
  else
1781
    libgloss_topdir="${srcdir}/${with_multisrctop}../.."
1782
  fi
1783
else
1784
  libgloss_topdir="${srcdir}/../.."
1785
fi
1786
ac_aux_dir=
1787
for ac_dir in $libgloss_topdir "$srcdir"/$libgloss_topdir; do
1788
  if test -f "$ac_dir/install-sh"; then
1789
    ac_aux_dir=$ac_dir
1790
    ac_install_sh="$ac_aux_dir/install-sh -c"
1791
    break
1792
  elif test -f "$ac_dir/install.sh"; then
1793
    ac_aux_dir=$ac_dir
1794
    ac_install_sh="$ac_aux_dir/install.sh -c"
1795
    break
1796
  elif test -f "$ac_dir/shtool"; then
1797
    ac_aux_dir=$ac_dir
1798
    ac_install_sh="$ac_aux_dir/shtool install -c"
1799
    break
1800
  fi
1801
done
1802
if test -z "$ac_aux_dir"; then
1803
  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" >&5
1804
$as_echo "$as_me: error: cannot find install-sh or install.sh in $libgloss_topdir \"$srcdir\"/$libgloss_topdir" >&2;}
1805
   { (exit 1); exit 1; }; }
1806
fi
1807
 
1808
# These three variables are undocumented and unsupported,
1809
# and are intended to be withdrawn in a future Autoconf release.
1810
# They can cause serious problems if a builder's source tree is in a directory
1811
# whose full name contains unusual characters.
1812
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1813
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1814
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1815
 
1816
 
1817
 
1818
# Make sure we can run config.sub.
1819
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1820
  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1821
$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1822
   { (exit 1); exit 1; }; }
1823
 
1824
{ $as_echo "$as_me:$LINENO: checking build system type" >&5
1825
$as_echo_n "checking build system type... " >&6; }
1826
if test "${ac_cv_build+set}" = set; then
1827
  $as_echo_n "(cached) " >&6
1828
else
1829
  ac_build_alias=$build_alias
1830
test "x$ac_build_alias" = x &&
1831
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1832
test "x$ac_build_alias" = x &&
1833
  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1834
$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1835
   { (exit 1); exit 1; }; }
1836
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1837
  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1838
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1839
   { (exit 1); exit 1; }; }
1840
 
1841
fi
1842
{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1843
$as_echo "$ac_cv_build" >&6; }
1844
case $ac_cv_build in
1845
*-*-*) ;;
1846
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1847
$as_echo "$as_me: error: invalid value of canonical build" >&2;}
1848
   { (exit 1); exit 1; }; };;
1849
esac
1850
build=$ac_cv_build
1851
ac_save_IFS=$IFS; IFS='-'
1852
set x $ac_cv_build
1853
shift
1854
build_cpu=$1
1855
build_vendor=$2
1856
shift; shift
1857
# Remember, the first character of IFS is used to create $*,
1858
# except with old shells:
1859
build_os=$*
1860
IFS=$ac_save_IFS
1861
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1862
 
1863
 
1864
{ $as_echo "$as_me:$LINENO: checking host system type" >&5
1865
$as_echo_n "checking host system type... " >&6; }
1866
if test "${ac_cv_host+set}" = set; then
1867
  $as_echo_n "(cached) " >&6
1868
else
1869
  if test "x$host_alias" = x; then
1870
  ac_cv_host=$ac_cv_build
1871
else
1872
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1873
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1874
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1875
   { (exit 1); exit 1; }; }
1876
fi
1877
 
1878
fi
1879
{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1880
$as_echo "$ac_cv_host" >&6; }
1881
case $ac_cv_host in
1882
*-*-*) ;;
1883
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1884
$as_echo "$as_me: error: invalid value of canonical host" >&2;}
1885
   { (exit 1); exit 1; }; };;
1886
esac
1887
host=$ac_cv_host
1888
ac_save_IFS=$IFS; IFS='-'
1889
set x $ac_cv_host
1890
shift
1891
host_cpu=$1
1892
host_vendor=$2
1893
shift; shift
1894
# Remember, the first character of IFS is used to create $*,
1895
# except with old shells:
1896
host_os=$*
1897
IFS=$ac_save_IFS
1898
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1899
 
1900
 
1901
{ $as_echo "$as_me:$LINENO: checking target system type" >&5
1902
$as_echo_n "checking target system type... " >&6; }
1903
if test "${ac_cv_target+set}" = set; then
1904
  $as_echo_n "(cached) " >&6
1905
else
1906
  if test "x$target_alias" = x; then
1907
  ac_cv_target=$ac_cv_host
1908
else
1909
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
1910
    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
1911
$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
1912
   { (exit 1); exit 1; }; }
1913
fi
1914
 
1915
fi
1916
{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1917
$as_echo "$ac_cv_target" >&6; }
1918
case $ac_cv_target in
1919
*-*-*) ;;
1920
*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
1921
$as_echo "$as_me: error: invalid value of canonical target" >&2;}
1922
   { (exit 1); exit 1; }; };;
1923
esac
1924
target=$ac_cv_target
1925
ac_save_IFS=$IFS; IFS='-'
1926
set x $ac_cv_target
1927
shift
1928
target_cpu=$1
1929
target_vendor=$2
1930
shift; shift
1931
# Remember, the first character of IFS is used to create $*,
1932
# except with old shells:
1933
target_os=$*
1934
IFS=$ac_save_IFS
1935
case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
1936
 
1937
 
1938
# The aliases save the names the user supplied, while $host etc.
1939
# will get canonicalized.
1940
test -n "$target_alias" &&
1941
  test "$program_prefix$program_suffix$program_transform_name" = \
1942
    NONENONEs,x,x, &&
1943
  program_prefix=${target_alias}-
1944
 
1945
test "$program_prefix" != NONE &&
1946
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1947
# Use a double $ so make ignores it.
1948
test "$program_suffix" != NONE &&
1949
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1950
# Double any \ or $.
1951
# By default was `s,x,x', remove it if useless.
1952
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1953
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1954
 
1955
# Find a good install program.  We prefer a C program (faster),
1956
# so one script is as good as another.  But avoid the broken or
1957
# incompatible versions:
1958
# SysV /etc/install, /usr/sbin/install
1959
# SunOS /usr/etc/install
1960
# IRIX /sbin/install
1961
# AIX /bin/install
1962
# AmigaOS /C/install, which installs bootblocks on floppy discs
1963
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1964
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1965
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1966
# OS/2's system install, which has a completely different semantic
1967
# ./install, which can be erroneously created by make from ./install.sh.
1968
# Reject install programs that cannot install multiple files.
1969
{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1970
$as_echo_n "checking for a BSD-compatible install... " >&6; }
1971
if test -z "$INSTALL"; then
1972
if test "${ac_cv_path_install+set}" = set; then
1973
  $as_echo_n "(cached) " >&6
1974
else
1975
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1976
for as_dir in $PATH
1977
do
1978
  IFS=$as_save_IFS
1979
  test -z "$as_dir" && as_dir=.
1980
  # Account for people who put trailing slashes in PATH elements.
1981
case $as_dir/ in
1982
  ./ | .// | /cC/* | \
1983
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1984
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1985
  /usr/ucb/* ) ;;
1986
  *)
1987
    # OSF1 and SCO ODT 3.0 have their own names for install.
1988
    # Don't use installbsd from OSF since it installs stuff as root
1989
    # by default.
1990
    for ac_prog in ginstall scoinst install; do
1991
      for ac_exec_ext in '' $ac_executable_extensions; do
1992
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1993
          if test $ac_prog = install &&
1994
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1995
            # AIX install.  It has an incompatible calling convention.
1996
            :
1997
          elif test $ac_prog = install &&
1998
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1999
            # program-specific install script used by HP pwplus--don't use.
2000
            :
2001
          else
2002
            rm -rf conftest.one conftest.two conftest.dir
2003
            echo one > conftest.one
2004
            echo two > conftest.two
2005
            mkdir conftest.dir
2006
            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2007
              test -s conftest.one && test -s conftest.two &&
2008
              test -s conftest.dir/conftest.one &&
2009
              test -s conftest.dir/conftest.two
2010
            then
2011
              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2012
              break 3
2013
            fi
2014
          fi
2015
        fi
2016
      done
2017
    done
2018
    ;;
2019
esac
2020
 
2021
done
2022
IFS=$as_save_IFS
2023
 
2024
rm -rf conftest.one conftest.two conftest.dir
2025
 
2026
fi
2027
  if test "${ac_cv_path_install+set}" = set; then
2028
    INSTALL=$ac_cv_path_install
2029
  else
2030
    # As a last resort, use the slow shell script.  Don't cache a
2031
    # value for INSTALL within a source directory, because that will
2032
    # break other packages using the cache if that directory is
2033
    # removed, or if the value is a relative name.
2034
    INSTALL=$ac_install_sh
2035
  fi
2036
fi
2037
{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2038
$as_echo "$INSTALL" >&6; }
2039
 
2040
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2041
# It thinks the first close brace ends the variable substitution.
2042
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2043
 
2044
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2045
 
2046
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2047
 
2048
 
2049
 
2050
cat >>confdefs.h <<\_ACEOF
2051
#define HAVE_GNU_LD 1
2052
_ACEOF
2053
 
2054
 
2055
# We always use ELF, define various useful associated things.
2056
 
2057
cat >>confdefs.h <<\_ACEOF
2058
#define HAVE_ELF 1
2059
_ACEOF
2060
 
2061
 
2062
# Sort out what the symbol prefix is (we could just fix it as '_', but let the
2063
# script work it out.
2064
{ $as_echo "$as_me:$LINENO: checking for symbol prefix" >&5
2065
$as_echo_n "checking for symbol prefix... " >&6; }
2066
if test "${libc_cv_symbol_prefix+set}" = set; then
2067
  $as_echo_n "(cached) " >&6
2068
else
2069
  cat > conftest.c <<\EOF
2070
foo () { }
2071
EOF
2072
libc_cv_symbol_prefix=none
2073
if { ac_try='${CC-cc} -S conftest.c -o - | fgrep "\$foo" > /dev/null'
2074
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2075
  (eval $ac_try) 2>&5
2076
  ac_status=$?
2077
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2078
  (exit $ac_status); }; };
2079
then
2080
  libc_cv_symbol_prefix='$'
2081
else
2082
  if { ac_try='${CC-cc} -S conftest.c -o - | fgrep "_foo" > /dev/null'
2083
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2084
  (eval $ac_try) 2>&5
2085
  ac_status=$?
2086
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2087
  (exit $ac_status); }; };
2088
  then
2089
    libc_cv_symbol_prefix=_
2090
  fi
2091
fi
2092
rm -f conftest*
2093
fi
2094
{ $as_echo "$as_me:$LINENO: result: $libc_cv_symbol_prefix" >&5
2095
$as_echo "$libc_cv_symbol_prefix" >&6; }
2096
if test $libc_cv_symbol_prefix != none; then
2097
 
2098
cat >>confdefs.h <<_ACEOF
2099
#define __SYMBOL_PREFIX "$libc_cv_symbol_prefix"
2100
_ACEOF
2101
 
2102
else
2103
 
2104
cat >>confdefs.h <<\_ACEOF
2105
#define __SYMBOL_PREFIX ""
2106
_ACEOF
2107
 
2108
fi
2109
 
2110
# Standard stuff copied from libnosys. For this we'll need an aclocal.m4
2111
rm -rf .tst 2>/dev/null
2112
mkdir .tst 2>/dev/null
2113
if test -d .tst; then
2114
  am__leading_dot=.
2115
else
2116
  am__leading_dot=_
2117
fi
2118
rmdir .tst 2>/dev/null
2119
 
2120
DEPDIR="${am__leading_dot}deps"
2121
 
2122
ac_config_commands="$ac_config_commands depfiles"
2123
 
2124
 
2125
am_make=${MAKE-make}
2126
cat > confinc << 'END'
2127
am__doit:
2128
        @echo done
2129
.PHONY: am__doit
2130
END
2131
# If we don't find an include directive, just comment out the code.
2132
{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2133
$as_echo_n "checking for style of include used by $am_make... " >&6; }
2134
am__include="#"
2135
am__quote=
2136
_am_result=none
2137
# First try GNU make style include.
2138
echo "include confinc" > confmf
2139
# We grep out `Entering directory' and `Leaving directory'
2140
# messages which can occur if `w' ends up in MAKEFLAGS.
2141
# In particular we don't look at `^make:' because GNU make might
2142
# be invoked under some other name (usually "gmake"), in which
2143
# case it prints its new name instead of `make'.
2144
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2145
   am__include=include
2146
   am__quote=
2147
   _am_result=GNU
2148
fi
2149
# Now try BSD make style include.
2150
if test "$am__include" = "#"; then
2151
   echo '.include "confinc"' > confmf
2152
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2153
      am__include=.include
2154
      am__quote="\""
2155
      _am_result=BSD
2156
   fi
2157
fi
2158
 
2159
 
2160
{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
2161
$as_echo "$_am_result" >&6; }
2162
rm -f confinc confmf
2163
 
2164
# Check whether --enable-dependency-tracking was given.
2165
if test "${enable_dependency_tracking+set}" = set; then
2166
  enableval=$enable_dependency_tracking;
2167
fi
2168
 
2169
if test "x$enable_dependency_tracking" != xno; then
2170
  am_depcomp="$ac_aux_dir/depcomp"
2171
  AMDEPBACKSLASH='\'
2172
fi
2173
 
2174
 
2175
if test "x$enable_dependency_tracking" != xno; then
2176
  AMDEP_TRUE=
2177
  AMDEP_FALSE='#'
2178
else
2179
  AMDEP_TRUE='#'
2180
  AMDEP_FALSE=
2181
fi
2182
 
2183
 
2184
 
2185
# Extract the first word of "gcc", so it can be a program name with args.
2186
set dummy gcc; ac_word=$2
2187
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2188
$as_echo_n "checking for $ac_word... " >&6; }
2189
if test "${ac_cv_prog_CC+set}" = set; then
2190
  $as_echo_n "(cached) " >&6
2191
else
2192
  if test -n "$CC"; then
2193
  ac_cv_prog_CC="$CC" # Let the user override the test.
2194
else
2195
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2196
for as_dir in $PATH
2197
do
2198
  IFS=$as_save_IFS
2199
  test -z "$as_dir" && as_dir=.
2200
  for ac_exec_ext in '' $ac_executable_extensions; do
2201
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2202
    ac_cv_prog_CC="gcc"
2203
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2204
    break 2
2205
  fi
2206
done
2207
done
2208
IFS=$as_save_IFS
2209
 
2210
fi
2211
fi
2212
CC=$ac_cv_prog_CC
2213
if test -n "$CC"; then
2214
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2215
$as_echo "$CC" >&6; }
2216
else
2217
  { $as_echo "$as_me:$LINENO: result: no" >&5
2218
$as_echo "no" >&6; }
2219
fi
2220
 
2221
 
2222
 
2223
depcc="$CC"   am_compiler_list=
2224
 
2225
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2226
$as_echo_n "checking dependency style of $depcc... " >&6; }
2227
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2228
  $as_echo_n "(cached) " >&6
2229
else
2230
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2231
  # We make a subdir and do the tests there.  Otherwise we can end up
2232
  # making bogus files that we don't know about and never remove.  For
2233
  # instance it was reported that on HP-UX the gcc test will end up
2234
  # making a dummy file named `D' -- because `-MD' means `put the output
2235
  # in D'.
2236
  mkdir conftest.dir
2237
  # Copy depcomp to subdir because otherwise we won't find it if we're
2238
  # using a relative directory.
2239
  cp "$am_depcomp" conftest.dir
2240
  cd conftest.dir
2241
  # We will build objects and dependencies in a subdirectory because
2242
  # it helps to detect inapplicable dependency modes.  For instance
2243
  # both Tru64's cc and ICC support -MD to output dependencies as a
2244
  # side effect of compilation, but ICC will put the dependencies in
2245
  # the current directory while Tru64 will put them in the object
2246
  # directory.
2247
  mkdir sub
2248
 
2249
  am_cv_CC_dependencies_compiler_type=none
2250
  if test "$am_compiler_list" = ""; then
2251
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2252
  fi
2253
  for depmode in $am_compiler_list; do
2254
    # Setup a source with many dependencies, because some compilers
2255
    # like to wrap large dependency lists on column 80 (with \), and
2256
    # we should not choose a depcomp mode which is confused by this.
2257
    #
2258
    # We need to recreate these files for each test, as the compiler may
2259
    # overwrite some of them when testing with obscure command lines.
2260
    # This happens at least with the AIX C compiler.
2261
    : > sub/conftest.c
2262
    for i in 1 2 3 4 5 6; do
2263
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2264
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2265
      # Solaris 8's {/usr,}/bin/sh.
2266
      touch sub/conftst$i.h
2267
    done
2268
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2269
 
2270
    case $depmode in
2271
    nosideeffect)
2272
      # after this tag, mechanisms are not by side-effect, so they'll
2273
      # only be used when explicitly requested
2274
      if test "x$enable_dependency_tracking" = xyes; then
2275
        continue
2276
      else
2277
        break
2278
      fi
2279
      ;;
2280
    none) break ;;
2281
    esac
2282
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
2283
    # mode.  It turns out that the SunPro C++ compiler does not properly
2284
    # handle `-M -o', and we need to detect this.
2285
    if depmode=$depmode \
2286
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2287
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2288
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2289
         >/dev/null 2>conftest.err &&
2290
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2291
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2292
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2293
      # icc doesn't choke on unknown options, it will just issue warnings
2294
      # or remarks (even with -Werror).  So we grep stderr for any message
2295
      # that says an option was ignored or not supported.
2296
      # When given -MP, icc 7.0 and 7.1 complain thusly:
2297
      #   icc: Command line warning: ignoring option '-M'; no argument required
2298
      # The diagnosis changed in icc 8.0:
2299
      #   icc: Command line remark: option '-MP' not supported
2300
      if (grep 'ignoring option' conftest.err ||
2301
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2302
        am_cv_CC_dependencies_compiler_type=$depmode
2303
        break
2304
      fi
2305
    fi
2306
  done
2307
 
2308
  cd ..
2309
  rm -rf conftest.dir
2310
else
2311
  am_cv_CC_dependencies_compiler_type=none
2312
fi
2313
 
2314
fi
2315
{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
2316
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
2317
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2318
 
2319
 
2320
 
2321
if
2322
  test "x$enable_dependency_tracking" != xno \
2323
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2324
  am__fastdepCC_TRUE=
2325
  am__fastdepCC_FALSE='#'
2326
else
2327
  am__fastdepCC_TRUE='#'
2328
  am__fastdepCC_FALSE=
2329
fi
2330
 
2331
 
2332
if test -z "$CC"; then
2333
  # Extract the first word of "cc", so it can be a program name with args.
2334
set dummy cc; ac_word=$2
2335
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2336
$as_echo_n "checking for $ac_word... " >&6; }
2337
if test "${ac_cv_prog_CC+set}" = set; then
2338
  $as_echo_n "(cached) " >&6
2339
else
2340
  if test -n "$CC"; then
2341
  ac_cv_prog_CC="$CC" # Let the user override the test.
2342
else
2343
  ac_prog_rejected=no
2344
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345
for as_dir in $PATH
2346
do
2347
  IFS=$as_save_IFS
2348
  test -z "$as_dir" && as_dir=.
2349
  for ac_exec_ext in '' $ac_executable_extensions; do
2350
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2352
       ac_prog_rejected=yes
2353
       continue
2354
     fi
2355
    ac_cv_prog_CC="cc"
2356
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2357
    break 2
2358
  fi
2359
done
2360
done
2361
IFS=$as_save_IFS
2362
 
2363
if test $ac_prog_rejected = yes; then
2364
  # We found a bogon in the path, so make sure we never use it.
2365
  set dummy $ac_cv_prog_CC
2366
  shift
2367
  if test $# != 0; then
2368
    # We chose a different compiler from the bogus one.
2369
    # However, it has the same basename, so the bogon will be chosen
2370
    # first if we set CC to just the basename; use the full file name.
2371
    shift
2372
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2373
  fi
2374
fi
2375
fi
2376
fi
2377
CC=$ac_cv_prog_CC
2378
if test -n "$CC"; then
2379
  { $as_echo "$as_me:$LINENO: result: $CC" >&5
2380
$as_echo "$CC" >&6; }
2381
else
2382
  { $as_echo "$as_me:$LINENO: result: no" >&5
2383
$as_echo "no" >&6; }
2384
fi
2385
 
2386
 
2387
  test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
2388
$as_echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2389
   { (exit 1); exit 1; }; }
2390
fi
2391
 
2392
{ $as_echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
2393
$as_echo_n "checking whether we are using GNU C... " >&6; }
2394
if test "${ac_cv_c_compiler_gnu+set}" = set; then
2395
  $as_echo_n "(cached) " >&6
2396
else
2397
  cat > conftest.c <
2398
#ifdef __GNUC__
2399
  yes;
2400
#endif
2401
EOF
2402
if { ac_try='${CC-cc} -E conftest.c'
2403
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2404
  (eval $ac_try) 2>&5
2405
  ac_status=$?
2406
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2407
  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
2408
  ac_cv_c_compiler_gnu=yes
2409
else
2410
  ac_cv_c_compiler_gnu=no
2411
fi
2412
fi
2413
{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2414
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2415
 
2416
if test $ac_cv_c_compiler_gnu = yes; then
2417
  GCC=yes
2418
  ac_test_CFLAGS="${CFLAGS+set}"
2419
  ac_save_CFLAGS="$CFLAGS"
2420
  CFLAGS=
2421
  ac_test_CFLAGS=${CFLAGS+set}
2422
ac_save_CFLAGS=$CFLAGS
2423
{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2424
$as_echo_n "checking whether $CC accepts -g... " >&6; }
2425
if test "${ac_cv_prog_cc_g+set}" = set; then
2426
  $as_echo_n "(cached) " >&6
2427
else
2428
  ac_save_c_werror_flag=$ac_c_werror_flag
2429
   ac_c_werror_flag=yes
2430
   ac_cv_prog_cc_g=no
2431
   CFLAGS="-g"
2432
   cat >conftest.$ac_ext <<_ACEOF
2433
/* confdefs.h.  */
2434
_ACEOF
2435
cat confdefs.h >>conftest.$ac_ext
2436
cat >>conftest.$ac_ext <<_ACEOF
2437
/* end confdefs.h.  */
2438
 
2439
int
2440
main ()
2441
{
2442
 
2443
  ;
2444
  return 0;
2445
}
2446
_ACEOF
2447
rm -f conftest.$ac_objext
2448
if { (ac_try="$ac_compile"
2449
case "(($ac_try" in
2450
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2451
  *) ac_try_echo=$ac_try;;
2452
esac
2453
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2454
$as_echo "$ac_try_echo") >&5
2455
  (eval "$ac_compile") 2>conftest.er1
2456
  ac_status=$?
2457
  grep -v '^ *+' conftest.er1 >conftest.err
2458
  rm -f conftest.er1
2459
  cat conftest.err >&5
2460
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2461
  (exit $ac_status); } && {
2462
         test -z "$ac_c_werror_flag" ||
2463
         test ! -s conftest.err
2464
       } && test -s conftest.$ac_objext; then
2465
  ac_cv_prog_cc_g=yes
2466
else
2467
  $as_echo "$as_me: failed program was:" >&5
2468
sed 's/^/| /' conftest.$ac_ext >&5
2469
 
2470
        CFLAGS=""
2471
      cat >conftest.$ac_ext <<_ACEOF
2472
/* confdefs.h.  */
2473
_ACEOF
2474
cat confdefs.h >>conftest.$ac_ext
2475
cat >>conftest.$ac_ext <<_ACEOF
2476
/* end confdefs.h.  */
2477
 
2478
int
2479
main ()
2480
{
2481
 
2482
  ;
2483
  return 0;
2484
}
2485
_ACEOF
2486
rm -f conftest.$ac_objext
2487
if { (ac_try="$ac_compile"
2488
case "(($ac_try" in
2489
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2490
  *) ac_try_echo=$ac_try;;
2491
esac
2492
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2493
$as_echo "$ac_try_echo") >&5
2494
  (eval "$ac_compile") 2>conftest.er1
2495
  ac_status=$?
2496
  grep -v '^ *+' conftest.er1 >conftest.err
2497
  rm -f conftest.er1
2498
  cat conftest.err >&5
2499
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2500
  (exit $ac_status); } && {
2501
         test -z "$ac_c_werror_flag" ||
2502
         test ! -s conftest.err
2503
       } && test -s conftest.$ac_objext; then
2504
  :
2505
else
2506
  $as_echo "$as_me: failed program was:" >&5
2507
sed 's/^/| /' conftest.$ac_ext >&5
2508
 
2509
        ac_c_werror_flag=$ac_save_c_werror_flag
2510
         CFLAGS="-g"
2511
         cat >conftest.$ac_ext <<_ACEOF
2512
/* confdefs.h.  */
2513
_ACEOF
2514
cat confdefs.h >>conftest.$ac_ext
2515
cat >>conftest.$ac_ext <<_ACEOF
2516
/* end confdefs.h.  */
2517
 
2518
int
2519
main ()
2520
{
2521
 
2522
  ;
2523
  return 0;
2524
}
2525
_ACEOF
2526
rm -f conftest.$ac_objext
2527
if { (ac_try="$ac_compile"
2528
case "(($ac_try" in
2529
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2530
  *) ac_try_echo=$ac_try;;
2531
esac
2532
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2533
$as_echo "$ac_try_echo") >&5
2534
  (eval "$ac_compile") 2>conftest.er1
2535
  ac_status=$?
2536
  grep -v '^ *+' conftest.er1 >conftest.err
2537
  rm -f conftest.er1
2538
  cat conftest.err >&5
2539
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2540
  (exit $ac_status); } && {
2541
         test -z "$ac_c_werror_flag" ||
2542
         test ! -s conftest.err
2543
       } && test -s conftest.$ac_objext; then
2544
  ac_cv_prog_cc_g=yes
2545
else
2546
  $as_echo "$as_me: failed program was:" >&5
2547
sed 's/^/| /' conftest.$ac_ext >&5
2548
 
2549
 
2550
fi
2551
 
2552
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2553
fi
2554
 
2555
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2556
fi
2557
 
2558
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2559
   ac_c_werror_flag=$ac_save_c_werror_flag
2560
fi
2561
{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2562
$as_echo "$ac_cv_prog_cc_g" >&6; }
2563
if test "$ac_test_CFLAGS" = set; then
2564
  CFLAGS=$ac_save_CFLAGS
2565
elif test $ac_cv_prog_cc_g = yes; then
2566
  if test "$GCC" = yes; then
2567
    CFLAGS="-g -O2"
2568
  else
2569
    CFLAGS="-g"
2570
  fi
2571
else
2572
  if test "$GCC" = yes; then
2573
    CFLAGS="-O2"
2574
  else
2575
    CFLAGS=
2576
  fi
2577
fi
2578
  if test "$ac_test_CFLAGS" = set; then
2579
    CFLAGS="$ac_save_CFLAGS"
2580
  elif test $ac_cv_prog_cc_g = yes; then
2581
    CFLAGS="-g -O2"
2582
  else
2583
    CFLAGS="-O2"
2584
  fi
2585
else
2586
  GCC=
2587
  test "${CFLAGS+set}" = set || CFLAGS="-g"
2588
fi
2589
 
2590
AS=${AS-as}
2591
 
2592
AR=${AR-ar}
2593
 
2594
LD=${LD-ld}
2595
 
2596
if test -n "$ac_tool_prefix"; then
2597
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2598
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2599
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2600
$as_echo_n "checking for $ac_word... " >&6; }
2601
if test "${ac_cv_prog_RANLIB+set}" = set; then
2602
  $as_echo_n "(cached) " >&6
2603
else
2604
  if test -n "$RANLIB"; then
2605
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2606
else
2607
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2608
for as_dir in $PATH
2609
do
2610
  IFS=$as_save_IFS
2611
  test -z "$as_dir" && as_dir=.
2612
  for ac_exec_ext in '' $ac_executable_extensions; do
2613
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2614
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2615
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2616
    break 2
2617
  fi
2618
done
2619
done
2620
IFS=$as_save_IFS
2621
 
2622
fi
2623
fi
2624
RANLIB=$ac_cv_prog_RANLIB
2625
if test -n "$RANLIB"; then
2626
  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
2627
$as_echo "$RANLIB" >&6; }
2628
else
2629
  { $as_echo "$as_me:$LINENO: result: no" >&5
2630
$as_echo "no" >&6; }
2631
fi
2632
 
2633
 
2634
fi
2635
if test -z "$ac_cv_prog_RANLIB"; then
2636
  ac_ct_RANLIB=$RANLIB
2637
  # Extract the first word of "ranlib", so it can be a program name with args.
2638
set dummy ranlib; ac_word=$2
2639
{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2640
$as_echo_n "checking for $ac_word... " >&6; }
2641
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2642
  $as_echo_n "(cached) " >&6
2643
else
2644
  if test -n "$ac_ct_RANLIB"; then
2645
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2646
else
2647
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648
for as_dir in $PATH
2649
do
2650
  IFS=$as_save_IFS
2651
  test -z "$as_dir" && as_dir=.
2652
  for ac_exec_ext in '' $ac_executable_extensions; do
2653
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2654
    ac_cv_prog_ac_ct_RANLIB="ranlib"
2655
    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2656
    break 2
2657
  fi
2658
done
2659
done
2660
IFS=$as_save_IFS
2661
 
2662
fi
2663
fi
2664
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2665
if test -n "$ac_ct_RANLIB"; then
2666
  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2667
$as_echo "$ac_ct_RANLIB" >&6; }
2668
else
2669
  { $as_echo "$as_me:$LINENO: result: no" >&5
2670
$as_echo "no" >&6; }
2671
fi
2672
 
2673
  if test "x$ac_ct_RANLIB" = x; then
2674
    RANLIB=":"
2675
  else
2676
    case $cross_compiling:$ac_tool_warned in
2677
yes:)
2678
{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2679
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2680
ac_tool_warned=yes ;;
2681
esac
2682
    RANLIB=$ac_ct_RANLIB
2683
  fi
2684
else
2685
  RANLIB="$ac_cv_prog_RANLIB"
2686
fi
2687
 
2688
# By default we simply use the C compiler to build assembly code.
2689
 
2690
test "${CCAS+set}" = set || CCAS=$CC
2691
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
2692
 
2693
 
2694
 
2695
 
2696
host_makefile_frag=${srcdir}/../config/default.mh
2697
 
2698
host_makefile_frag_path=$host_makefile_frag
2699
 
2700
 
2701
 
2702
ac_config_files="$ac_config_files Makefile"
2703
 
2704
cat >confcache <<\_ACEOF
2705
# This file is a shell script that caches the results of configure
2706
# tests run on this system so they can be shared between configure
2707
# scripts and configure runs, see configure's option --config-cache.
2708
# It is not useful on other systems.  If it contains results you don't
2709
# want to keep, you may remove or edit it.
2710
#
2711
# config.status only pays attention to the cache file if you give it
2712
# the --recheck option to rerun configure.
2713
#
2714
# `ac_cv_env_foo' variables (set or unset) will be overridden when
2715
# loading this file, other *unset* `ac_cv_foo' will be assigned the
2716
# following values.
2717
 
2718
_ACEOF
2719
 
2720
# The following way of writing the cache mishandles newlines in values,
2721
# but we know of no workaround that is simple, portable, and efficient.
2722
# So, we kill variables containing newlines.
2723
# Ultrix sh set writes to stderr and can't be redirected directly,
2724
# and sets the high bit in the cache file unless we assign to the vars.
2725
(
2726
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2727
    eval ac_val=\$$ac_var
2728
    case $ac_val in #(
2729
    *${as_nl}*)
2730
      case $ac_var in #(
2731
      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
2732
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2733
      esac
2734
      case $ac_var in #(
2735
      _ | IFS | as_nl) ;; #(
2736
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2737
      *) $as_unset $ac_var ;;
2738
      esac ;;
2739
    esac
2740
  done
2741
 
2742
  (set) 2>&1 |
2743
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2744
    *${as_nl}ac_space=\ *)
2745
      # `set' does not quote correctly, so add quotes (double-quote
2746
      # substitution turns \\\\ into \\, and sed turns \\ into \).
2747
      sed -n \
2748
        "s/'/'\\\\''/g;
2749
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2750
      ;; #(
2751
    *)
2752
      # `set' quotes correctly as required by POSIX, so do not add quotes.
2753
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2754
      ;;
2755
    esac |
2756
    sort
2757
) |
2758
  sed '
2759
     /^ac_cv_env_/b end
2760
     t clear
2761
     :clear
2762
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2763
     t end
2764
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2765
     :end' >>confcache
2766
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2767
  if test -w "$cache_file"; then
2768
    test "x$cache_file" != "x/dev/null" &&
2769
      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
2770
$as_echo "$as_me: updating cache $cache_file" >&6;}
2771
    cat confcache >$cache_file
2772
  else
2773
    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2774
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2775
  fi
2776
fi
2777
rm -f confcache
2778
 
2779
test "x$prefix" = xNONE && prefix=$ac_default_prefix
2780
# Let make expand exec_prefix.
2781
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2782
 
2783
DEFS=-DHAVE_CONFIG_H
2784
 
2785
ac_libobjs=
2786
ac_ltlibobjs=
2787
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2788
  # 1. Remove the extension, and $U if already installed.
2789
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2790
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2791
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2792
  #    will be set to the directory where LIBOBJS objects are built.
2793
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2794
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2795
done
2796
LIBOBJS=$ac_libobjs
2797
 
2798
LTLIBOBJS=$ac_ltlibobjs
2799
 
2800
 
2801
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
2802
  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
2803
Usually this means the macro was only invoked conditionally." >&5
2804
$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
2805
Usually this means the macro was only invoked conditionally." >&2;}
2806
   { (exit 1); exit 1; }; }
2807
fi
2808
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
2809
  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
2810
Usually this means the macro was only invoked conditionally." >&5
2811
$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
2812
Usually this means the macro was only invoked conditionally." >&2;}
2813
   { (exit 1); exit 1; }; }
2814
fi
2815
 
2816
: ${CONFIG_STATUS=./config.status}
2817
ac_write_fail=0
2818
ac_clean_files_save=$ac_clean_files
2819
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2820
{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2821
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2822
cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2823
#! $SHELL
2824
# Generated by $as_me.
2825
# Run this file to recreate the current configuration.
2826
# Compiler output produced by configure, useful for debugging
2827
# configure, is in config.log if it exists.
2828
 
2829
debug=false
2830
ac_cs_recheck=false
2831
ac_cs_silent=false
2832
SHELL=\${CONFIG_SHELL-$SHELL}
2833
_ACEOF
2834
 
2835
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2836
## --------------------- ##
2837
## M4sh Initialization.  ##
2838
## --------------------- ##
2839
 
2840
# Be more Bourne compatible
2841
DUALCASE=1; export DUALCASE # for MKS sh
2842
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2843
  emulate sh
2844
  NULLCMD=:
2845
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2846
  # is contrary to our usage.  Disable this feature.
2847
  alias -g '${1+"$@"}'='"$@"'
2848
  setopt NO_GLOB_SUBST
2849
else
2850
  case `(set -o) 2>/dev/null` in
2851
  *posix*) set -o posix ;;
2852
esac
2853
 
2854
fi
2855
 
2856
 
2857
 
2858
 
2859
# PATH needs CR
2860
# Avoid depending upon Character Ranges.
2861
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2862
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2863
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2864
as_cr_digits='0123456789'
2865
as_cr_alnum=$as_cr_Letters$as_cr_digits
2866
 
2867
as_nl='
2868
'
2869
export as_nl
2870
# Printing a long string crashes Solaris 7 /usr/bin/printf.
2871
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2872
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2873
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2874
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2875
  as_echo='printf %s\n'
2876
  as_echo_n='printf %s'
2877
else
2878
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2879
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2880
    as_echo_n='/usr/ucb/echo -n'
2881
  else
2882
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2883
    as_echo_n_body='eval
2884
      arg=$1;
2885
      case $arg in
2886
      *"$as_nl"*)
2887
        expr "X$arg" : "X\\(.*\\)$as_nl";
2888
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2889
      esac;
2890
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2891
    '
2892
    export as_echo_n_body
2893
    as_echo_n='sh -c $as_echo_n_body as_echo'
2894
  fi
2895
  export as_echo_body
2896
  as_echo='sh -c $as_echo_body as_echo'
2897
fi
2898
 
2899
# The user is always right.
2900
if test "${PATH_SEPARATOR+set}" != set; then
2901
  PATH_SEPARATOR=:
2902
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2903
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2904
      PATH_SEPARATOR=';'
2905
  }
2906
fi
2907
 
2908
# Support unset when possible.
2909
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2910
  as_unset=unset
2911
else
2912
  as_unset=false
2913
fi
2914
 
2915
 
2916
# IFS
2917
# We need space, tab and new line, in precisely that order.  Quoting is
2918
# there to prevent editors from complaining about space-tab.
2919
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2920
# splitting by setting IFS to empty value.)
2921
IFS=" ""        $as_nl"
2922
 
2923
# Find who we are.  Look in the path if we contain no directory separator.
2924
case $0 in
2925
  *[\\/]* ) as_myself=$0 ;;
2926
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2927
for as_dir in $PATH
2928
do
2929
  IFS=$as_save_IFS
2930
  test -z "$as_dir" && as_dir=.
2931
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2932
done
2933
IFS=$as_save_IFS
2934
 
2935
     ;;
2936
esac
2937
# We did not find ourselves, most probably we were run as `sh COMMAND'
2938
# in which case we are not to be found in the path.
2939
if test "x$as_myself" = x; then
2940
  as_myself=$0
2941
fi
2942
if test ! -f "$as_myself"; then
2943
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2944
  { (exit 1); exit 1; }
2945
fi
2946
 
2947
# Work around bugs in pre-3.0 UWIN ksh.
2948
for as_var in ENV MAIL MAILPATH
2949
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2950
done
2951
PS1='$ '
2952
PS2='> '
2953
PS4='+ '
2954
 
2955
# NLS nuisances.
2956
LC_ALL=C
2957
export LC_ALL
2958
LANGUAGE=C
2959
export LANGUAGE
2960
 
2961
# Required to use basename.
2962
if expr a : '\(a\)' >/dev/null 2>&1 &&
2963
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2964
  as_expr=expr
2965
else
2966
  as_expr=false
2967
fi
2968
 
2969
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2970
  as_basename=basename
2971
else
2972
  as_basename=false
2973
fi
2974
 
2975
 
2976
# Name of the executable.
2977
as_me=`$as_basename -- "$0" ||
2978
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2979
         X"$0" : 'X\(//\)$' \| \
2980
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2981
$as_echo X/"$0" |
2982
    sed '/^.*\/\([^/][^/]*\)\/*$/{
2983
            s//\1/
2984
            q
2985
          }
2986
          /^X\/\(\/\/\)$/{
2987
            s//\1/
2988
            q
2989
          }
2990
          /^X\/\(\/\).*/{
2991
            s//\1/
2992
            q
2993
          }
2994
          s/.*/./; q'`
2995
 
2996
# CDPATH.
2997
$as_unset CDPATH
2998
 
2999
 
3000
 
3001
  as_lineno_1=$LINENO
3002
  as_lineno_2=$LINENO
3003
  test "x$as_lineno_1" != "x$as_lineno_2" &&
3004
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3005
 
3006
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3007
  # uniformly replaced by the line number.  The first 'sed' inserts a
3008
  # line-number line after each line using $LINENO; the second 'sed'
3009
  # does the real work.  The second script uses 'N' to pair each
3010
  # line-number line with the line containing $LINENO, and appends
3011
  # trailing '-' during substitution so that $LINENO is not a special
3012
  # case at line end.
3013
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3014
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
3015
  # E. McMahon (1931-1989) for sed's syntax.  :-)
3016
  sed -n '
3017
    p
3018
    /[$]LINENO/=
3019
  ' <$as_myself |
3020
    sed '
3021
      s/[$]LINENO.*/&-/
3022
      t lineno
3023
      b
3024
      :lineno
3025
      N
3026
      :loop
3027
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3028
      t loop
3029
      s/-\n.*//
3030
    ' >$as_me.lineno &&
3031
  chmod +x "$as_me.lineno" ||
3032
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3033
   { (exit 1); exit 1; }; }
3034
 
3035
  # Don't try to exec as it changes $[0], causing all sort of problems
3036
  # (the dirname of $[0] is not the place where we might find the
3037
  # original and so on.  Autoconf is especially sensitive to this).
3038
  . "./$as_me.lineno"
3039
  # Exit status is that of the last command.
3040
  exit
3041
}
3042
 
3043
 
3044
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3045
  as_dirname=dirname
3046
else
3047
  as_dirname=false
3048
fi
3049
 
3050
ECHO_C= ECHO_N= ECHO_T=
3051
case `echo -n x` in
3052
-n*)
3053
  case `echo 'x\c'` in
3054
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
3055
  *)   ECHO_C='\c';;
3056
  esac;;
3057
*)
3058
  ECHO_N='-n';;
3059
esac
3060
if expr a : '\(a\)' >/dev/null 2>&1 &&
3061
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3062
  as_expr=expr
3063
else
3064
  as_expr=false
3065
fi
3066
 
3067
rm -f conf$$ conf$$.exe conf$$.file
3068
if test -d conf$$.dir; then
3069
  rm -f conf$$.dir/conf$$.file
3070
else
3071
  rm -f conf$$.dir
3072
  mkdir conf$$.dir 2>/dev/null
3073
fi
3074
if (echo >conf$$.file) 2>/dev/null; then
3075
  if ln -s conf$$.file conf$$ 2>/dev/null; then
3076
    as_ln_s='ln -s'
3077
    # ... but there are two gotchas:
3078
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3079
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3080
    # In both cases, we have to default to `cp -p'.
3081
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3082
      as_ln_s='cp -p'
3083
  elif ln conf$$.file conf$$ 2>/dev/null; then
3084
    as_ln_s=ln
3085
  else
3086
    as_ln_s='cp -p'
3087
  fi
3088
else
3089
  as_ln_s='cp -p'
3090
fi
3091
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3092
rmdir conf$$.dir 2>/dev/null
3093
 
3094
if mkdir -p . 2>/dev/null; then
3095
  as_mkdir_p=:
3096
else
3097
  test -d ./-p && rmdir ./-p
3098
  as_mkdir_p=false
3099
fi
3100
 
3101
if test -x / >/dev/null 2>&1; then
3102
  as_test_x='test -x'
3103
else
3104
  if ls -dL / >/dev/null 2>&1; then
3105
    as_ls_L_option=L
3106
  else
3107
    as_ls_L_option=
3108
  fi
3109
  as_test_x='
3110
    eval sh -c '\''
3111
      if test -d "$1"; then
3112
        test -d "$1/.";
3113
      else
3114
        case $1 in
3115
        -*)set "./$1";;
3116
        esac;
3117
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3118
        ???[sx]*):;;*)false;;esac;fi
3119
    '\'' sh
3120
  '
3121
fi
3122
as_executable_p=$as_test_x
3123
 
3124
# Sed expression to map a string onto a valid CPP name.
3125
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3126
 
3127
# Sed expression to map a string onto a valid variable name.
3128
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3129
 
3130
 
3131
exec 6>&1
3132
 
3133
# Save the log message, to keep $[0] and so on meaningful, and to
3134
# report actual input values of CONFIG_FILES etc. instead of their
3135
# values after options handling.
3136
ac_log="
3137
This file was extended by libor32.a $as_me 0.2.0, which was
3138
generated by GNU Autoconf 2.63.  Invocation command line was
3139
 
3140
  CONFIG_FILES    = $CONFIG_FILES
3141
  CONFIG_HEADERS  = $CONFIG_HEADERS
3142
  CONFIG_LINKS    = $CONFIG_LINKS
3143
  CONFIG_COMMANDS = $CONFIG_COMMANDS
3144
  $ $0 $@
3145
 
3146
on `(hostname || uname -n) 2>/dev/null | sed 1q`
3147
"
3148
 
3149
_ACEOF
3150
 
3151
case $ac_config_files in *"
3152
"*) set x $ac_config_files; shift; ac_config_files=$*;;
3153
esac
3154
 
3155
case $ac_config_headers in *"
3156
"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
3157
esac
3158
 
3159
 
3160
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3161
# Files that config.status was made for.
3162
config_files="$ac_config_files"
3163
config_headers="$ac_config_headers"
3164
config_commands="$ac_config_commands"
3165
 
3166
_ACEOF
3167
 
3168
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3169
ac_cs_usage="\
3170
\`$as_me' instantiates files from templates according to the
3171
current configuration.
3172
 
3173
Usage: $0 [OPTION]... [FILE]...
3174
 
3175
  -h, --help       print this help, then exit
3176
  -V, --version    print version number and configuration settings, then exit
3177
  -q, --quiet, --silent
3178
                   do not print progress messages
3179
  -d, --debug      don't remove temporary files
3180
      --recheck    update $as_me by reconfiguring in the same conditions
3181
      --file=FILE[:TEMPLATE]
3182
                   instantiate the configuration file FILE
3183
      --header=FILE[:TEMPLATE]
3184
                   instantiate the configuration header FILE
3185
 
3186
Configuration files:
3187
$config_files
3188
 
3189
Configuration headers:
3190
$config_headers
3191
 
3192
Configuration commands:
3193
$config_commands
3194
 
3195
Report bugs to ."
3196
 
3197
_ACEOF
3198
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3199
ac_cs_version="\\
3200
libor32.a config.status 0.2.0
3201
configured by $0, generated by GNU Autoconf 2.63,
3202
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3203
 
3204
Copyright (C) 2008 Free Software Foundation, Inc.
3205
This config.status script is free software; the Free Software Foundation
3206
gives unlimited permission to copy, distribute and modify it."
3207
 
3208
ac_pwd='$ac_pwd'
3209
srcdir='$srcdir'
3210
INSTALL='$INSTALL'
3211
test -n "\$AWK" || AWK=awk
3212
_ACEOF
3213
 
3214
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3215
# The default lists apply if the user does not specify any file.
3216
ac_need_defaults=:
3217
while test $# != 0
3218
do
3219
  case $1 in
3220
  --*=*)
3221
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3222
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3223
    ac_shift=:
3224
    ;;
3225
  *)
3226
    ac_option=$1
3227
    ac_optarg=$2
3228
    ac_shift=shift
3229
    ;;
3230
  esac
3231
 
3232
  case $ac_option in
3233
  # Handling of the options.
3234
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3235
    ac_cs_recheck=: ;;
3236
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3237
    $as_echo "$ac_cs_version"; exit ;;
3238
  --debug | --debu | --deb | --de | --d | -d )
3239
    debug=: ;;
3240
  --file | --fil | --fi | --f )
3241
    $ac_shift
3242
    case $ac_optarg in
3243
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3244
    esac
3245
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
3246
    ac_need_defaults=false;;
3247
  --header | --heade | --head | --hea )
3248
    $ac_shift
3249
    case $ac_optarg in
3250
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3251
    esac
3252
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
3253
    ac_need_defaults=false;;
3254
  --he | --h)
3255
    # Conflict between --help and --header
3256
    { $as_echo "$as_me: error: ambiguous option: $1
3257
Try \`$0 --help' for more information." >&2
3258
   { (exit 1); exit 1; }; };;
3259
  --help | --hel | -h )
3260
    $as_echo "$ac_cs_usage"; exit ;;
3261
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3262
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3263
    ac_cs_silent=: ;;
3264
 
3265
  # This is an error.
3266
  -*) { $as_echo "$as_me: error: unrecognized option: $1
3267
Try \`$0 --help' for more information." >&2
3268
   { (exit 1); exit 1; }; } ;;
3269
 
3270
  *) ac_config_targets="$ac_config_targets $1"
3271
     ac_need_defaults=false ;;
3272
 
3273
  esac
3274
  shift
3275
done
3276
 
3277
ac_configure_extra_args=
3278
 
3279
if $ac_cs_silent; then
3280
  exec 6>/dev/null
3281
  ac_configure_extra_args="$ac_configure_extra_args --silent"
3282
fi
3283
 
3284
_ACEOF
3285
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3286
if \$ac_cs_recheck; then
3287
  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3288
  shift
3289
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3290
  CONFIG_SHELL='$SHELL'
3291
  export CONFIG_SHELL
3292
  exec "\$@"
3293
fi
3294
 
3295
_ACEOF
3296
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3297
exec 5>>config.log
3298
{
3299
  echo
3300
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3301
## Running $as_me. ##
3302
_ASBOX
3303
  $as_echo "$ac_log"
3304
} >&5
3305
 
3306
_ACEOF
3307
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3308
#
3309
# INIT-COMMANDS
3310
#
3311
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
3312
srcdir=${srcdir}
3313
                target=${target}
3314
                with_multisubdir=${with_multisubdir}
3315
                ac_configure_args="${ac_configure_args} --enable-multilib"
3316
                CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
3317
                libgloss_topdir=${libgloss_topdir}
3318
 
3319
 
3320
_ACEOF
3321
 
3322
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3323
 
3324
# Handling of arguments.
3325
for ac_config_target in $ac_config_targets
3326
do
3327
  case $ac_config_target in
3328
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
3329
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
3330
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3331
 
3332
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3333
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3334
   { (exit 1); exit 1; }; };;
3335
  esac
3336
done
3337
 
3338
 
3339
# If the user did not use the arguments to specify the items to instantiate,
3340
# then the envvar interface is used.  Set only those that are not.
3341
# We use the long form for the default assignment because of an extremely
3342
# bizarre bug on SunOS 4.1.3.
3343
if $ac_need_defaults; then
3344
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3345
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3346
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3347
fi
3348
 
3349
# Have a temporary directory for convenience.  Make it in the build tree
3350
# simply because there is no reason against having it here, and in addition,
3351
# creating and moving files from /tmp can sometimes cause problems.
3352
# Hook for its removal unless debugging.
3353
# Note that there is a small window in which the directory will not be cleaned:
3354
# after its creation but before its name has been assigned to `$tmp'.
3355
$debug ||
3356
{
3357
  tmp=
3358
  trap 'exit_status=$?
3359
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3360
' 0
3361
  trap '{ (exit 1); exit 1; }' 1 2 13 15
3362
}
3363
# Create a (secure) tmp directory for tmp files.
3364
 
3365
{
3366
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3367
  test -n "$tmp" && test -d "$tmp"
3368
}  ||
3369
{
3370
  tmp=./conf$$-$RANDOM
3371
  (umask 077 && mkdir "$tmp")
3372
} ||
3373
{
3374
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
3375
   { (exit 1); exit 1; }
3376
}
3377
 
3378
# Set up the scripts for CONFIG_FILES section.
3379
# No need to generate them if there are no CONFIG_FILES.
3380
# This happens for instance with `./config.status config.h'.
3381
if test -n "$CONFIG_FILES"; then
3382
 
3383
if $AWK 'BEGIN { getline <"/dev/null" }' /dev/null; then
3384
  ac_cs_awk_getline=:
3385
  ac_cs_awk_pipe_init=
3386
  ac_cs_awk_read_file='
3387
      while ((getline aline < (F[key])) > 0)
3388
        print(aline)
3389
      close(F[key])'
3390
  ac_cs_awk_pipe_fini=
3391
else
3392
  ac_cs_awk_getline=false
3393
  ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
3394
  ac_cs_awk_read_file='
3395
      print "|#_!!_#|"
3396
      print "cat " F[key] " &&"
3397
      '$ac_cs_awk_pipe_init
3398
  # The final `:' finishes the AND list.
3399
  ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
3400
fi
3401
ac_cr='
'
3402
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null`
3403
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3404
  ac_cs_awk_cr='\\r'
3405
else
3406
  ac_cs_awk_cr=$ac_cr
3407
fi
3408
3409
 
3410
_ACEOF
3411
3412
 
3413
{
3414
  echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
3415
  echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
3416
  echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
3417
  echo "_ACAWK" &&
3418
  echo "_ACEOF"
3419
} >conf$$files.sh &&
3420
. ./conf$$files.sh ||
3421
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3422
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3423
   { (exit 1); exit 1; }; }
3424
rm -f conf$$files.sh
3425
3426
 
3427
  echo "cat >conf$$subs.awk <<_ACEOF" &&
3428
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3429
  echo "_ACEOF"
3430
} >conf$$subs.sh ||
3431
  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3432
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3433
   { (exit 1); exit 1; }; }
3434
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
3435
ac_delim='%!_!# '
3436
for ac_last_try in false false false false false :; do
3437
  . ./conf$$subs.sh ||
3438
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3439
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3440
   { (exit 1); exit 1; }; }
3441
3442
 
3443
  if test $ac_delim_n = $ac_delim_num; then
3444
    break
3445
  elif $ac_last_try; then
3446
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3447
$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3448
   { (exit 1); exit 1; }; }
3449
  else
3450
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3451
  fi
3452
done
3453
rm -f conf$$subs.sh
3454
3455
 
3456
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
3457
_ACEOF
3458
sed -n '
3459
h
3460
s/^/S["/; s/!.*/"]=/
3461
p
3462
g
3463
s/^[^!]*!//
3464
:repl
3465
t repl
3466
s/'"$ac_delim"'$//
3467
t delim
3468
:nl
3469
h
3470
s/\(.\{148\}\).*/\1/
3471
t more1
3472
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3473
p
3474
n
3475
b repl
3476
:more1
3477
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3478
p
3479
g
3480
s/.\{148\}//
3481
t nl
3482
:delim
3483
h
3484
s/\(.\{148\}\).*/\1/
3485
t more2
3486
s/["\\]/\\&/g; s/^/"/; s/$/"/
3487
p
3488
b
3489
:more2
3490
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3491
p
3492
g
3493
s/.\{148\}//
3494
t delim
3495
' 
3496
/^[^""]/{
3497
  N
3498
  s/\n//
3499
}
3500
' >>$CONFIG_STATUS || ac_write_fail=1
3501
rm -f conf$$subs.awk
3502
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3503
_ACAWK
3504
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
3505
  for (key in S) S_is_set[key] = 1
3506
  FS = ""
3507
  \$ac_cs_awk_pipe_init
3508
}
3509
{
3510
  line = $ 0
3511
  nfields = split(line, field, "@")
3512
  substed = 0
3513
  len = length(field[1])
3514
  for (i = 2; i < nfields; i++) {
3515
    key = field[i]
3516
    keylen = length(key)
3517
    if (S_is_set[key]) {
3518
      value = S[key]
3519
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3520
      len += length(value) + length(field[++i])
3521
      substed = 1
3522
    } else
3523
      len += 1 + keylen
3524
  }
3525
  if (nfields == 3 && !substed) {
3526
    key = field[2]
3527
    if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
3528
      \$ac_cs_awk_read_file
3529
      next
3530
    }
3531
  }
3532
  print line
3533
}
3534
\$ac_cs_awk_pipe_fini
3535
_ACAWK
3536
_ACEOF
3537
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3538
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3539
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3540
else
3541
  cat
3542
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
3543
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
3544
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
3545
   { (exit 1); exit 1; }; }
3546
_ACEOF
3547
3548
 
3549
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3550
# trailing colons and then remove the whole line if VPATH becomes empty
3551
# (actually we leave an empty line to preserve line numbers).
3552
if test "x$srcdir" = x.; then
3553
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
3554
s/:*\$(srcdir):*/:/
3555
s/:*\${srcdir}:*/:/
3556
s/:*@srcdir@:*/:/
3557
s/^\([^=]*=[     ]*\):*/\1/
3558
s/:*$//
3559
s/^[^=]*=[       ]*$//
3560
}'
3561
fi
3562
3563
 
3564
fi # test -n "$CONFIG_FILES"
3565
3566
 
3567
# No need to generate them if there are no CONFIG_HEADERS.
3568
# This happens for instance with `./config.status Makefile'.
3569
if test -n "$CONFIG_HEADERS"; then
3570
cat >"$tmp/defines.awk" <<\_ACAWK ||
3571
BEGIN {
3572
_ACEOF
3573
3574
 
3575
# here-document in config.status, that substitutes the proper values into
3576
# config.h.in to produce config.h.
3577
3578
 
3579
# handling of long lines.
3580
ac_delim='%!_!# '
3581
for ac_last_try in false false :; do
3582
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
3583
  if test -z "$ac_t"; then
3584
    break
3585
  elif $ac_last_try; then
3586
    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
3587
$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
3588
   { (exit 1); exit 1; }; }
3589
  else
3590
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3591
  fi
3592
done
3593
3594
 
3595
# likewise P contains macro parameters if any.  Preserve backslash
3596
# newline sequences.
3597
3598
 
3599
sed -n '
3600
s/.\{148\}/&'"$ac_delim"'/g
3601
t rset
3602
:rset
3603
s/^[     ]*#[    ]*define[       ][      ]*/ /
3604
t def
3605
d
3606
:def
3607
s/\\$//
3608
t bsnl
3609
s/["\\]/\\&/g
3610
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
3611
D["\1"]=" \3"/p
3612
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
3613
d
3614
:bsnl
3615
s/["\\]/\\&/g
3616
s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
3617
D["\1"]=" \3\\\\\\n"\\/p
3618
t cont
3619
s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
3620
t cont
3621
d
3622
:cont
3623
n
3624
s/.\{148\}/&'"$ac_delim"'/g
3625
t clear
3626
:clear
3627
s/\\$//
3628
t bsnlc
3629
s/["\\]/\\&/g; s/^/"/; s/$/"/p
3630
d
3631
:bsnlc
3632
s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
3633
b cont
3634
' 
3635
s/'"$ac_delim"'/"\\\
3636
"/g' >>$CONFIG_STATUS || ac_write_fail=1
3637
3638
 
3639
  for (key in D) D_is_set[key] = 1
3640
  FS = ""
3641
}
3642
/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
3643
  line = \$ 0
3644
  split(line, arg, " ")
3645
  if (arg[1] == "#") {
3646
    defundef = arg[2]
3647
    mac1 = arg[3]
3648
  } else {
3649
    defundef = substr(arg[1], 2)
3650
    mac1 = arg[2]
3651
  }
3652
  split(mac1, mac2, "(") #)
3653
  macro = mac2[1]
3654
  prefix = substr(line, 1, index(line, defundef) - 1)
3655
  if (D_is_set[macro]) {
3656
    # Preserve the white space surrounding the "#".
3657
    print prefix "define", macro P[macro] D[macro]
3658
    next
3659
  } else {
3660
    # Replace #undef with comments.  This is necessary, for example,
3661
    # in the case of _POSIX_SOURCE, which is predefined and required
3662
    # on some systems where configure will not decide to define it.
3663
    if (defundef == "undef") {
3664
      print "/*", prefix defundef, macro, "*/"
3665
      next
3666
    }
3667
  }
3668
}
3669
{ print }
3670
_ACAWK
3671
_ACEOF
3672
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3673
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
3674
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
3675
   { (exit 1); exit 1; }; }
3676
fi # test -n "$CONFIG_HEADERS"
3677
3678
 
3679
 
3680
shift
3681
for ac_tag
3682
do
3683
  case $ac_tag in
3684
  :[FHLC]) ac_mode=$ac_tag; continue;;
3685
  esac
3686
  case $ac_mode$ac_tag in
3687
  :[FHL]*:*);;
3688
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
3689
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
3690
   { (exit 1); exit 1; }; };;
3691
  :[FH]-) ac_tag=-:-;;
3692
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3693
  esac
3694
  ac_save_IFS=$IFS
3695
  IFS=:
3696
  set x $ac_tag
3697
  IFS=$ac_save_IFS
3698
  shift
3699
  ac_file=$1
3700
  shift
3701
3702
 
3703
  :L) ac_source=$1;;
3704
  :[FH])
3705
    ac_file_inputs=
3706
    for ac_f
3707
    do
3708
      case $ac_f in
3709
      -) ac_f="$tmp/stdin";;
3710
      *) # Look for the file first in the build tree, then in the source tree
3711
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
3712
         # because $ac_f cannot contain `:'.
3713
         test -f "$ac_f" ||
3714
           case $ac_f in
3715
           [\\/$]*) false;;
3716
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3717
           esac ||
3718
           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3719
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3720
   { (exit 1); exit 1; }; };;
3721
      esac
3722
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
3723
      ac_file_inputs="$ac_file_inputs '$ac_f'"
3724
    done
3725
3726
 
3727
    # use $as_me), people would be surprised to read:
3728
    #    /* config.h.  Generated by config.status.  */
3729
    configure_input='Generated from '`
3730
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
3731
        `' by configure.'
3732
    if test x"$ac_file" != x-; then
3733
      configure_input="$ac_file.  $configure_input"
3734
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
3735
$as_echo "$as_me: creating $ac_file" >&6;}
3736
    fi
3737
    # Neutralize special characters interpreted by sed in replacement strings.
3738
    case $configure_input in #(
3739
    *\&* | *\|* | *\\* )
3740
       ac_sed_conf_input=`$as_echo "$configure_input" |
3741
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
3742
    *) ac_sed_conf_input=$configure_input;;
3743
    esac
3744
3745
 
3746
    *:-:* | *:-) cat >"$tmp/stdin" \
3747
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3748
$as_echo "$as_me: error: could not create $ac_file" >&2;}
3749
   { (exit 1); exit 1; }; } ;;
3750
    esac
3751
    ;;
3752
  esac
3753
3754
 
3755
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3756
         X"$ac_file" : 'X\(//\)[^/]' \| \
3757
         X"$ac_file" : 'X\(//\)$' \| \
3758
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3759
$as_echo X"$ac_file" |
3760
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3761
            s//\1/
3762
            q
3763
          }
3764
          /^X\(\/\/\)[^/].*/{
3765
            s//\1/
3766
            q
3767
          }
3768
          /^X\(\/\/\)$/{
3769
            s//\1/
3770
            q
3771
          }
3772
          /^X\(\/\).*/{
3773
            s//\1/
3774
            q
3775
          }
3776
          s/.*/./; q'`
3777
  { as_dir="$ac_dir"
3778
  case $as_dir in #(
3779
  -*) as_dir=./$as_dir;;
3780
  esac
3781
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3782
    as_dirs=
3783
    while :; do
3784
      case $as_dir in #(
3785
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3786
      *) as_qdir=$as_dir;;
3787
      esac
3788
      as_dirs="'$as_qdir' $as_dirs"
3789
      as_dir=`$as_dirname -- "$as_dir" ||
3790
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3791
         X"$as_dir" : 'X\(//\)[^/]' \| \
3792
         X"$as_dir" : 'X\(//\)$' \| \
3793
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3794
$as_echo X"$as_dir" |
3795
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3796
            s//\1/
3797
            q
3798
          }
3799
          /^X\(\/\/\)[^/].*/{
3800
            s//\1/
3801
            q
3802
          }
3803
          /^X\(\/\/\)$/{
3804
            s//\1/
3805
            q
3806
          }
3807
          /^X\(\/\).*/{
3808
            s//\1/
3809
            q
3810
          }
3811
          s/.*/./; q'`
3812
      test -d "$as_dir" && break
3813
    done
3814
    test -z "$as_dirs" || eval "mkdir $as_dirs"
3815
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3816
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
3817
   { (exit 1); exit 1; }; }; }
3818
  ac_builddir=.
3819
3820
 
3821
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3822
*)
3823
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3824
  # A ".." for each directory in $ac_dir_suffix.
3825
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3826
  case $ac_top_builddir_sub in
3827
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3828
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3829
  esac ;;
3830
esac
3831
ac_abs_top_builddir=$ac_pwd
3832
ac_abs_builddir=$ac_pwd$ac_dir_suffix
3833
# for backward compatibility:
3834
ac_top_builddir=$ac_top_build_prefix
3835
3836
 
3837
  .)  # We are building in place.
3838
    ac_srcdir=.
3839
    ac_top_srcdir=$ac_top_builddir_sub
3840
    ac_abs_top_srcdir=$ac_pwd ;;
3841
  [\\/]* | ?:[\\/]* )  # Absolute name.
3842
    ac_srcdir=$srcdir$ac_dir_suffix;
3843
    ac_top_srcdir=$srcdir
3844
    ac_abs_top_srcdir=$srcdir ;;
3845
  *) # Relative name.
3846
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3847
    ac_top_srcdir=$ac_top_build_prefix$srcdir
3848
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3849
esac
3850
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3851
3852
 
3853
 
3854
  :F)
3855
  #
3856
  # CONFIG_FILE
3857
  #
3858
3859
 
3860
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3861
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3862
  esac
3863
_ACEOF
3864
3865
 
3866
# If the template does not know about datarootdir, expand it.
3867
# FIXME: This hack should be removed a few years after 2.60.
3868
ac_datarootdir_hack=; ac_datarootdir_seen=
3869
3870
 
3871
/datarootdir/ {
3872
  p
3873
  q
3874
}
3875
/@datadir@/p
3876
/@docdir@/p
3877
/@infodir@/p
3878
/@localedir@/p
3879
/@mandir@/p
3880
'
3881
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
3882
*datarootdir*) ac_datarootdir_seen=yes;;
3883
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3884
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3885
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3886
_ACEOF
3887
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3888
  ac_datarootdir_hack='
3889
  s&@datadir@&$datadir&g
3890
  s&@docdir@&$docdir&g
3891
  s&@infodir@&$infodir&g
3892
  s&@localedir@&$localedir&g
3893
  s&@mandir@&$mandir&g
3894
    s&\\\${datarootdir}&$datarootdir&g' ;;
3895
esac
3896
_ACEOF
3897
3898
 
3899
# Shell code in configure.ac might set extrasub.
3900
# FIXME: do we really want to maintain this feature?
3901
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3902
ac_sed_extra="$ac_vpsub
3903
$extrasub
3904
_ACEOF
3905
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3906
:t
3907
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3908
s|@configure_input@|$ac_sed_conf_input|;t t
3909
s&@top_builddir@&$ac_top_builddir_sub&;t t
3910
s&@top_build_prefix@&$ac_top_build_prefix&;t t
3911
s&@srcdir@&$ac_srcdir&;t t
3912
s&@abs_srcdir@&$ac_abs_srcdir&;t t
3913
s&@top_srcdir@&$ac_top_srcdir&;t t
3914
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3915
s&@builddir@&$ac_builddir&;t t
3916
s&@abs_builddir@&$ac_abs_builddir&;t t
3917
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3918
s&@INSTALL@&$ac_INSTALL&;t t
3919
$ac_datarootdir_hack
3920
"
3921
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
3922
if $ac_cs_awk_getline; then
3923
  $AWK -f "$tmp/subs.awk"
3924
else
3925
  $AWK -f "$tmp/subs.awk" | $SHELL
3926
fi >$tmp/out \
3927
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3928
$as_echo "$as_me: error: could not create $ac_file" >&2;}
3929
   { (exit 1); exit 1; }; }
3930
3931
 
3932
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3933
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3934
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3935
which seems to be undefined.  Please make sure it is defined." >&5
3936
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3937
which seems to be undefined.  Please make sure it is defined." >&2;}
3938
3939
 
3940
  case $ac_file in
3941
  -) cat "$tmp/out" && rm -f "$tmp/out";;
3942
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
3943
  esac \
3944
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3945
$as_echo "$as_me: error: could not create $ac_file" >&2;}
3946
   { (exit 1); exit 1; }; }
3947
 ;;
3948
  :H)
3949
  #
3950
  # CONFIG_HEADER
3951
  #
3952
  if test x"$ac_file" != x-; then
3953
    {
3954
      $as_echo "/* $configure_input  */" \
3955
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
3956
    } >"$tmp/config.h" \
3957
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3958
$as_echo "$as_me: error: could not create $ac_file" >&2;}
3959
   { (exit 1); exit 1; }; }
3960
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
3961
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
3962
$as_echo "$as_me: $ac_file is unchanged" >&6;}
3963
    else
3964
      rm -f "$ac_file"
3965
      mv "$tmp/config.h" "$ac_file" \
3966
        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
3967
$as_echo "$as_me: error: could not create $ac_file" >&2;}
3968
   { (exit 1); exit 1; }; }
3969
    fi
3970
  else
3971
    $as_echo "/* $configure_input  */" \
3972
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
3973
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
3974
$as_echo "$as_me: error: could not create -" >&2;}
3975
   { (exit 1); exit 1; }; }
3976
  fi
3977
 ;;
3978
3979
 
3980
$as_echo "$as_me: executing $ac_file commands" >&6;}
3981
 ;;
3982
  esac
3983
3984
 
3985
 
3986
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
3987
  # Strip MF so we end up with the name of the file.
3988
  mf=`echo "$mf" | sed -e 's/:.*$//'`
3989
  # Check whether this is an Automake generated Makefile or not.
3990
  # We used to match only the files named `Makefile.in', but
3991
  # some people rename them; so instead we look at the file content.
3992
  # Grep'ing the first line is not enough: some people post-process
3993
  # each Makefile.in and add a new line on top of each file to say so.
3994
  # So let's grep whole file.
3995
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
3996
    dirpart=`$as_dirname -- "$mf" ||
3997
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3998
         X"$mf" : 'X\(//\)[^/]' \| \
3999
         X"$mf" : 'X\(//\)$' \| \
4000
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
4001
$as_echo X"$mf" |
4002
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4003
            s//\1/
4004
            q
4005
          }
4006
          /^X\(\/\/\)[^/].*/{
4007
            s//\1/
4008
            q
4009
          }
4010
          /^X\(\/\/\)$/{
4011
            s//\1/
4012
            q
4013
          }
4014
          /^X\(\/\).*/{
4015
            s//\1/
4016
            q
4017
          }
4018
          s/.*/./; q'`
4019
  else
4020
    continue
4021
  fi
4022
  # Extract the definition of DEPDIR, am__include, and am__quote
4023
  # from the Makefile without running `make'.
4024
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
4025
  test -z "$DEPDIR" && continue
4026
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
4027
  test -z "am__include" && continue
4028
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
4029
  # When using ansi2knr, U may be empty or an underscore; expand it
4030
  U=`sed -n 's/^U = //p' < "$mf"`
4031
  # Find all dependency output files, they are included files with
4032
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
4033
  # simplest approach to changing $(DEPDIR) to its actual value in the
4034
  # expansion.
4035
  for file in `sed -n "
4036
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
4037
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
4038
    # Make sure the directory exists.
4039
    test -f "$dirpart/$file" && continue
4040
    fdir=`$as_dirname -- "$file" ||
4041
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4042
         X"$file" : 'X\(//\)[^/]' \| \
4043
         X"$file" : 'X\(//\)$' \| \
4044
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
4045
$as_echo X"$file" |
4046
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4047
            s//\1/
4048
            q
4049
          }
4050
          /^X\(\/\/\)[^/].*/{
4051
            s//\1/
4052
            q
4053
          }
4054
          /^X\(\/\/\)$/{
4055
            s//\1/
4056
            q
4057
          }
4058
          /^X\(\/\).*/{
4059
            s//\1/
4060
            q
4061
          }
4062
          s/.*/./; q'`
4063
    { as_dir=$dirpart/$fdir
4064
  case $as_dir in #(
4065
  -*) as_dir=./$as_dir;;
4066
  esac
4067
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
4068
    as_dirs=
4069
    while :; do
4070
      case $as_dir in #(
4071
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4072
      *) as_qdir=$as_dir;;
4073
      esac
4074
      as_dirs="'$as_qdir' $as_dirs"
4075
      as_dir=`$as_dirname -- "$as_dir" ||
4076
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4077
         X"$as_dir" : 'X\(//\)[^/]' \| \
4078
         X"$as_dir" : 'X\(//\)$' \| \
4079
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4080
$as_echo X"$as_dir" |
4081
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4082
            s//\1/
4083
            q
4084
          }
4085
          /^X\(\/\/\)[^/].*/{
4086
            s//\1/
4087
            q
4088
          }
4089
          /^X\(\/\/\)$/{
4090
            s//\1/
4091
            q
4092
          }
4093
          /^X\(\/\).*/{
4094
            s//\1/
4095
            q
4096
          }
4097
          s/.*/./; q'`
4098
      test -d "$as_dir" && break
4099
    done
4100
    test -z "$as_dirs" || eval "mkdir $as_dirs"
4101
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4102
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
4103
   { (exit 1); exit 1; }; }; }
4104
    # echo "creating $dirpart/$file"
4105
    echo '# dummy' > "$dirpart/$file"
4106
  done
4107
done
4108
 ;;
4109
    "Makefile":F) ac_file=Makefile . ${libgloss_topdir}/config-ml.in ;;
4110
4111
 
4112
done # for ac_tag
4113
4114
 
4115
 
4116
_ACEOF
4117
chmod +x $CONFIG_STATUS
4118
ac_clean_files=$ac_clean_files_save
4119
4120
 
4121
  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
4122
$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
4123
   { (exit 1); exit 1; }; }
4124
4125
 
4126
 
4127
# config.status does its own redirection, appending to config.log.
4128
# Unfortunately, on DOS this fails, as config.log is still kept open
4129
# by configure, so config.status won't be able to write to it; its
4130
# output is simply discarded.  So we exec the FD to /dev/null,
4131
# effectively closing config.log, so it can be properly (re)opened and
4132
# appended to by config.status.  When coming back to configure, we
4133
# need to make the FD available again.
4134
if test "$no_create" != yes; then
4135
  ac_cs_success=:
4136
  ac_config_status_args=
4137
  test "$silent" = yes &&
4138
    ac_config_status_args="$ac_config_status_args --quiet"
4139
  exec 5>/dev/null
4140
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4141
  exec 5>>config.log
4142
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4143
  # would make configure fail if this is the last instruction.
4144
  $ac_cs_success || { (exit 1); exit 1; }
4145
fi
4146
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4147
  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4148
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4149
fi
4150
4151
 

powered by: WebSVN 2.1.0

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