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/] [spu/] [configure] - Blame information for rev 802

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

Line No. Rev Author Line
1 207 jeremybenn
#! /bin/sh
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.59.
4
#
5
# Copyright (C) 2003 Free Software Foundation, Inc.
6
# This configure script is free software; the Free Software Foundation
7
# gives unlimited permission to copy, distribute and modify it.
8
## --------------------- ##
9
## M4sh Initialization.  ##
10
## --------------------- ##
11
 
12
# Be Bourne compatible
13
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14
  emulate sh
15
  NULLCMD=:
16
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17
  # is contrary to our usage.  Disable this feature.
18
  alias -g '${1+"$@"}'='"$@"'
19
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20
  set -o posix
21
fi
22
DUALCASE=1; export DUALCASE # for MKS sh
23
 
24
# Support unset when possible.
25
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26
  as_unset=unset
27
else
28
  as_unset=false
29
fi
30
 
31
 
32
# Work around bugs in pre-3.0 UWIN ksh.
33
$as_unset ENV MAIL MAILPATH
34
PS1='$ '
35
PS2='> '
36
PS4='+ '
37
 
38
# NLS nuisances.
39
for as_var in \
40
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42
  LC_TELEPHONE LC_TIME
43
do
44
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45
    eval $as_var=C; export $as_var
46
  else
47
    $as_unset $as_var
48
  fi
49
done
50
 
51
# Required to use basename.
52
if expr a : '\(a\)' >/dev/null 2>&1; then
53
  as_expr=expr
54
else
55
  as_expr=false
56
fi
57
 
58
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59
  as_basename=basename
60
else
61
  as_basename=false
62
fi
63
 
64
 
65
# Name of the executable.
66
as_me=`$as_basename "$0" ||
67
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68
         X"$0" : 'X\(//\)$' \| \
69
         X"$0" : 'X\(/\)$' \| \
70
         .     : '\(.\)' 2>/dev/null ||
71
echo X/"$0" |
72
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73
          /^X\/\(\/\/\)$/{ s//\1/; q; }
74
          /^X\/\(\/\).*/{ s//\1/; q; }
75
          s/.*/./; q'`
76
 
77
 
78
# PATH needs CR, and LINENO needs CR and PATH.
79
# Avoid depending upon Character Ranges.
80
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83
as_cr_digits='0123456789'
84
as_cr_alnum=$as_cr_Letters$as_cr_digits
85
 
86
# The user is always right.
87
if test "${PATH_SEPARATOR+set}" != set; then
88
  echo "#! /bin/sh" >conf$$.sh
89
  echo  "exit 0"   >>conf$$.sh
90
  chmod +x conf$$.sh
91
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92
    PATH_SEPARATOR=';'
93
  else
94
    PATH_SEPARATOR=:
95
  fi
96
  rm -f conf$$.sh
97
fi
98
 
99
 
100
  as_lineno_1=$LINENO
101
  as_lineno_2=$LINENO
102
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103
  test "x$as_lineno_1" != "x$as_lineno_2" &&
104
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105
  # Find who we are.  Look in the path if we contain no path at all
106
  # relative or not.
107
  case $0 in
108
    *[\\/]* ) as_myself=$0 ;;
109
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110
for as_dir in $PATH
111
do
112
  IFS=$as_save_IFS
113
  test -z "$as_dir" && as_dir=.
114
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115
done
116
 
117
       ;;
118
  esac
119
  # We did not find ourselves, most probably we were run as `sh COMMAND'
120
  # in which case we are not to be found in the path.
121
  if test "x$as_myself" = x; then
122
    as_myself=$0
123
  fi
124
  if test ! -f "$as_myself"; then
125
    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126
   { (exit 1); exit 1; }; }
127
  fi
128
  case $CONFIG_SHELL in
129
  '')
130
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132
do
133
  IFS=$as_save_IFS
134
  test -z "$as_dir" && as_dir=.
135
  for as_base in sh bash ksh sh5; do
136
         case $as_dir in
137
         /*)
138
           if ("$as_dir/$as_base" -c '
139
  as_lineno_1=$LINENO
140
  as_lineno_2=$LINENO
141
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142
  test "x$as_lineno_1" != "x$as_lineno_2" &&
143
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146
             CONFIG_SHELL=$as_dir/$as_base
147
             export CONFIG_SHELL
148
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149
           fi;;
150
         esac
151
       done
152
done
153
;;
154
  esac
155
 
156
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157
  # uniformly replaced by the line number.  The first 'sed' inserts a
158
  # line-number line before each line; the second 'sed' does the real
159
  # work.  The second script uses 'N' to pair each line-number line
160
  # with the numbered line, and appends trailing '-' during
161
  # substitution so that $LINENO is not a special case at line end.
162
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164
  sed '=' <$as_myself |
165
    sed '
166
      N
167
      s,$,-,
168
      : loop
169
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170
      t loop
171
      s,-$,,
172
      s,^['$as_cr_digits']*\n,,
173
    ' >$as_me.lineno &&
174
  chmod +x $as_me.lineno ||
175
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176
   { (exit 1); exit 1; }; }
177
 
178
  # Don't try to exec as it changes $[0], causing all sort of problems
179
  # (the dirname of $[0] is not the place where we might find the
180
  # original and so on.  Autoconf is especially sensible to this).
181
  . ./$as_me.lineno
182
  # Exit status is that of the last command.
183
  exit
184
}
185
 
186
 
187
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188
  *c*,-n*) ECHO_N= ECHO_C='
189
' ECHO_T='      ' ;;
190
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192
esac
193
 
194
if expr a : '\(a\)' >/dev/null 2>&1; then
195
  as_expr=expr
196
else
197
  as_expr=false
198
fi
199
 
200
rm -f conf$$ conf$$.exe conf$$.file
201
echo >conf$$.file
202
if ln -s conf$$.file conf$$ 2>/dev/null; then
203
  # We could just check for DJGPP; but this test a) works b) is more generic
204
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205
  if test -f conf$$.exe; then
206
    # Don't use ln at all; we don't have any links
207
    as_ln_s='cp -p'
208
  else
209
    as_ln_s='ln -s'
210
  fi
211
elif ln conf$$.file conf$$ 2>/dev/null; then
212
  as_ln_s=ln
213
else
214
  as_ln_s='cp -p'
215
fi
216
rm -f conf$$ conf$$.exe conf$$.file
217
 
218
if mkdir -p . 2>/dev/null; then
219
  as_mkdir_p=:
220
else
221
  test -d ./-p && rmdir ./-p
222
  as_mkdir_p=false
223
fi
224
 
225
as_executable_p="test -f"
226
 
227
# Sed expression to map a string onto a valid CPP name.
228
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
 
230
# Sed expression to map a string onto a valid variable name.
231
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
 
233
 
234
# IFS
235
# We need space, tab and new line, in precisely that order.
236
as_nl='
237
'
238
IFS="   $as_nl"
239
 
240
# CDPATH.
241
$as_unset CDPATH
242
 
243
 
244
# Name of the host.
245
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246
# so uname gets run too.
247
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
 
249
exec 6>&1
250
 
251
#
252
# Initializations.
253
#
254
ac_default_prefix=/usr/local
255
ac_config_libobj_dir=.
256
cross_compiling=no
257
subdirs=
258
MFLAGS=
259
MAKEFLAGS=
260
SHELL=${CONFIG_SHELL-/bin/sh}
261
 
262
# Maximum number of lines to put in a shell here document.
263
# This variable seems obsolete.  It should probably be removed, and
264
# only ac_max_sed_lines should be used.
265
: ${ac_max_here_lines=38}
266
 
267
# Identity of this package.
268
PACKAGE_NAME=
269
PACKAGE_TARNAME=
270
PACKAGE_VERSION=
271
PACKAGE_STRING=
272
PACKAGE_BUGREPORT=
273
 
274
ac_unique_file="crt0.S"
275
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC am__leading_dot DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS AR LD RANLIB ac_ct_RANLIB CCAS CCASFLAGS host_makefile_frag_path LIBOBJS LTLIBOBJS'
276
ac_subst_files='host_makefile_frag'
277
 
278
# Initialize some variables set by options.
279
ac_init_help=
280
ac_init_version=false
281
# The variables have the same names as the options, with
282
# dashes changed to underlines.
283
cache_file=/dev/null
284
exec_prefix=NONE
285
no_create=
286
no_recursion=
287
prefix=NONE
288
program_prefix=NONE
289
program_suffix=NONE
290
program_transform_name=s,x,x,
291
silent=
292
site=
293
srcdir=
294
verbose=
295
x_includes=NONE
296
x_libraries=NONE
297
 
298
# Installation directory options.
299
# These are left unexpanded so users can "make install exec_prefix=/foo"
300
# and all the variables that are supposed to be based on exec_prefix
301
# by default will actually change.
302
# Use braces instead of parens because sh, perl, etc. also accept them.
303
bindir='${exec_prefix}/bin'
304
sbindir='${exec_prefix}/sbin'
305
libexecdir='${exec_prefix}/libexec'
306
datadir='${prefix}/share'
307
sysconfdir='${prefix}/etc'
308
sharedstatedir='${prefix}/com'
309
localstatedir='${prefix}/var'
310
libdir='${exec_prefix}/lib'
311
includedir='${prefix}/include'
312
oldincludedir='/usr/include'
313
infodir='${prefix}/info'
314
mandir='${prefix}/man'
315
 
316
ac_prev=
317
for ac_option
318
do
319
  # If the previous option needs an argument, assign it.
320
  if test -n "$ac_prev"; then
321
    eval "$ac_prev=\$ac_option"
322
    ac_prev=
323
    continue
324
  fi
325
 
326
  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
327
 
328
  # Accept the important Cygnus configure options, so we can diagnose typos.
329
 
330
  case $ac_option in
331
 
332
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
333
    ac_prev=bindir ;;
334
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
335
    bindir=$ac_optarg ;;
336
 
337
  -build | --build | --buil | --bui | --bu)
338
    ac_prev=build_alias ;;
339
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340
    build_alias=$ac_optarg ;;
341
 
342
  -cache-file | --cache-file | --cache-fil | --cache-fi \
343
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
344
    ac_prev=cache_file ;;
345
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
346
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
347
    cache_file=$ac_optarg ;;
348
 
349
  --config-cache | -C)
350
    cache_file=config.cache ;;
351
 
352
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
353
    ac_prev=datadir ;;
354
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
355
  | --da=*)
356
    datadir=$ac_optarg ;;
357
 
358
  -disable-* | --disable-*)
359
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360
    # Reject names that are not valid shell variable names.
361
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
362
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363
   { (exit 1); exit 1; }; }
364
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
365
    eval "enable_$ac_feature=no" ;;
366
 
367
  -enable-* | --enable-*)
368
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369
    # Reject names that are not valid shell variable names.
370
    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
371
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372
   { (exit 1); exit 1; }; }
373
    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
374
    case $ac_option in
375
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
376
      *) ac_optarg=yes ;;
377
    esac
378
    eval "enable_$ac_feature='$ac_optarg'" ;;
379
 
380
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
381
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
382
  | --exec | --exe | --ex)
383
    ac_prev=exec_prefix ;;
384
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
385
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
386
  | --exec=* | --exe=* | --ex=*)
387
    exec_prefix=$ac_optarg ;;
388
 
389
  -gas | --gas | --ga | --g)
390
    # Obsolete; use --with-gas.
391
    with_gas=yes ;;
392
 
393
  -help | --help | --hel | --he | -h)
394
    ac_init_help=long ;;
395
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
396
    ac_init_help=recursive ;;
397
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
398
    ac_init_help=short ;;
399
 
400
  -host | --host | --hos | --ho)
401
    ac_prev=host_alias ;;
402
  -host=* | --host=* | --hos=* | --ho=*)
403
    host_alias=$ac_optarg ;;
404
 
405
  -includedir | --includedir | --includedi | --included | --include \
406
  | --includ | --inclu | --incl | --inc)
407
    ac_prev=includedir ;;
408
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
409
  | --includ=* | --inclu=* | --incl=* | --inc=*)
410
    includedir=$ac_optarg ;;
411
 
412
  -infodir | --infodir | --infodi | --infod | --info | --inf)
413
    ac_prev=infodir ;;
414
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415
    infodir=$ac_optarg ;;
416
 
417
  -libdir | --libdir | --libdi | --libd)
418
    ac_prev=libdir ;;
419
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
420
    libdir=$ac_optarg ;;
421
 
422
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
423
  | --libexe | --libex | --libe)
424
    ac_prev=libexecdir ;;
425
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
426
  | --libexe=* | --libex=* | --libe=*)
427
    libexecdir=$ac_optarg ;;
428
 
429
  -localstatedir | --localstatedir | --localstatedi | --localstated \
430
  | --localstate | --localstat | --localsta | --localst \
431
  | --locals | --local | --loca | --loc | --lo)
432
    ac_prev=localstatedir ;;
433
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
434
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
435
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
436
    localstatedir=$ac_optarg ;;
437
 
438
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
439
    ac_prev=mandir ;;
440
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
441
    mandir=$ac_optarg ;;
442
 
443
  -nfp | --nfp | --nf)
444
    # Obsolete; use --without-fp.
445
    with_fp=no ;;
446
 
447
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448
  | --no-cr | --no-c | -n)
449
    no_create=yes ;;
450
 
451
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
453
    no_recursion=yes ;;
454
 
455
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
456
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
457
  | --oldin | --oldi | --old | --ol | --o)
458
    ac_prev=oldincludedir ;;
459
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
460
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
461
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
462
    oldincludedir=$ac_optarg ;;
463
 
464
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
465
    ac_prev=prefix ;;
466
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
467
    prefix=$ac_optarg ;;
468
 
469
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
470
  | --program-pre | --program-pr | --program-p)
471
    ac_prev=program_prefix ;;
472
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
473
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
474
    program_prefix=$ac_optarg ;;
475
 
476
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
477
  | --program-suf | --program-su | --program-s)
478
    ac_prev=program_suffix ;;
479
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
480
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
481
    program_suffix=$ac_optarg ;;
482
 
483
  -program-transform-name | --program-transform-name \
484
  | --program-transform-nam | --program-transform-na \
485
  | --program-transform-n | --program-transform- \
486
  | --program-transform | --program-transfor \
487
  | --program-transfo | --program-transf \
488
  | --program-trans | --program-tran \
489
  | --progr-tra | --program-tr | --program-t)
490
    ac_prev=program_transform_name ;;
491
  -program-transform-name=* | --program-transform-name=* \
492
  | --program-transform-nam=* | --program-transform-na=* \
493
  | --program-transform-n=* | --program-transform-=* \
494
  | --program-transform=* | --program-transfor=* \
495
  | --program-transfo=* | --program-transf=* \
496
  | --program-trans=* | --program-tran=* \
497
  | --progr-tra=* | --program-tr=* | --program-t=*)
498
    program_transform_name=$ac_optarg ;;
499
 
500
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501
  | -silent | --silent | --silen | --sile | --sil)
502
    silent=yes ;;
503
 
504
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
505
    ac_prev=sbindir ;;
506
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
507
  | --sbi=* | --sb=*)
508
    sbindir=$ac_optarg ;;
509
 
510
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
511
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
512
  | --sharedst | --shareds | --shared | --share | --shar \
513
  | --sha | --sh)
514
    ac_prev=sharedstatedir ;;
515
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
516
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
518
  | --sha=* | --sh=*)
519
    sharedstatedir=$ac_optarg ;;
520
 
521
  -site | --site | --sit)
522
    ac_prev=site ;;
523
  -site=* | --site=* | --sit=*)
524
    site=$ac_optarg ;;
525
 
526
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
527
    ac_prev=srcdir ;;
528
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
529
    srcdir=$ac_optarg ;;
530
 
531
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
532
  | --syscon | --sysco | --sysc | --sys | --sy)
533
    ac_prev=sysconfdir ;;
534
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
535
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
536
    sysconfdir=$ac_optarg ;;
537
 
538
  -target | --target | --targe | --targ | --tar | --ta | --t)
539
    ac_prev=target_alias ;;
540
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
541
    target_alias=$ac_optarg ;;
542
 
543
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
544
    verbose=yes ;;
545
 
546
  -version | --version | --versio | --versi | --vers | -V)
547
    ac_init_version=: ;;
548
 
549
  -with-* | --with-*)
550
    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551
    # Reject names that are not valid shell variable names.
552
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
553
      { echo "$as_me: error: invalid package name: $ac_package" >&2
554
   { (exit 1); exit 1; }; }
555
    ac_package=`echo $ac_package| sed 's/-/_/g'`
556
    case $ac_option in
557
      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
558
      *) ac_optarg=yes ;;
559
    esac
560
    eval "with_$ac_package='$ac_optarg'" ;;
561
 
562
  -without-* | --without-*)
563
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564
    # Reject names that are not valid shell variable names.
565
    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
566
      { echo "$as_me: error: invalid package name: $ac_package" >&2
567
   { (exit 1); exit 1; }; }
568
    ac_package=`echo $ac_package | sed 's/-/_/g'`
569
    eval "with_$ac_package=no" ;;
570
 
571
  --x)
572
    # Obsolete; use --with-x.
573
    with_x=yes ;;
574
 
575
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
576
  | --x-incl | --x-inc | --x-in | --x-i)
577
    ac_prev=x_includes ;;
578
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
579
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
580
    x_includes=$ac_optarg ;;
581
 
582
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
583
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
584
    ac_prev=x_libraries ;;
585
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
586
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
587
    x_libraries=$ac_optarg ;;
588
 
589
  -*) { echo "$as_me: error: unrecognized option: $ac_option
590
Try \`$0 --help' for more information." >&2
591
   { (exit 1); exit 1; }; }
592
    ;;
593
 
594
  *=*)
595
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
596
    # Reject names that are not valid shell variable names.
597
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
598
      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599
   { (exit 1); exit 1; }; }
600
    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601
    eval "$ac_envvar='$ac_optarg'"
602
    export $ac_envvar ;;
603
 
604
  *)
605
    # FIXME: should be removed in autoconf 3.0.
606
    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
608
      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
610
    ;;
611
 
612
  esac
613
done
614
 
615
if test -n "$ac_prev"; then
616
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
617
  { echo "$as_me: error: missing argument to $ac_option" >&2
618
   { (exit 1); exit 1; }; }
619
fi
620
 
621
# Be sure to have absolute paths.
622
for ac_var in exec_prefix prefix
623
do
624
  eval ac_val=$`echo $ac_var`
625
  case $ac_val in
626
    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628
   { (exit 1); exit 1; }; };;
629
  esac
630
done
631
 
632
# Be sure to have absolute paths.
633
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634
              localstatedir libdir includedir oldincludedir infodir mandir
635
do
636
  eval ac_val=$`echo $ac_var`
637
  case $ac_val in
638
    [\\/$]* | ?:[\\/]* ) ;;
639
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640
   { (exit 1); exit 1; }; };;
641
  esac
642
done
643
 
644
# There might be people who depend on the old broken behavior: `$host'
645
# used to hold the argument of --host etc.
646
# FIXME: To remove some day.
647
build=$build_alias
648
host=$host_alias
649
target=$target_alias
650
 
651
# FIXME: To remove some day.
652
if test "x$host_alias" != x; then
653
  if test "x$build_alias" = x; then
654
    cross_compiling=maybe
655
    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656
    If a cross compiler is detected then cross compile mode will be used." >&2
657
  elif test "x$build_alias" != "x$host_alias"; then
658
    cross_compiling=yes
659
  fi
660
fi
661
 
662
ac_tool_prefix=
663
test -n "$host_alias" && ac_tool_prefix=$host_alias-
664
 
665
test "$silent" = yes && exec 6>/dev/null
666
 
667
 
668
# Find the source files, if location was not specified.
669
if test -z "$srcdir"; then
670
  ac_srcdir_defaulted=yes
671
  # Try the directory containing this script, then its parent.
672
  ac_confdir=`(dirname "$0") 2>/dev/null ||
673
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674
         X"$0" : 'X\(//\)[^/]' \| \
675
         X"$0" : 'X\(//\)$' \| \
676
         X"$0" : 'X\(/\)' \| \
677
         .     : '\(.\)' 2>/dev/null ||
678
echo X"$0" |
679
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681
          /^X\(\/\/\)$/{ s//\1/; q; }
682
          /^X\(\/\).*/{ s//\1/; q; }
683
          s/.*/./; q'`
684
  srcdir=$ac_confdir
685
  if test ! -r $srcdir/$ac_unique_file; then
686
    srcdir=..
687
  fi
688
else
689
  ac_srcdir_defaulted=no
690
fi
691
if test ! -r $srcdir/$ac_unique_file; then
692
  if test "$ac_srcdir_defaulted" = yes; then
693
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694
   { (exit 1); exit 1; }; }
695
  else
696
    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697
   { (exit 1); exit 1; }; }
698
  fi
699
fi
700
(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701
  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702
   { (exit 1); exit 1; }; }
703
srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704
ac_env_build_alias_set=${build_alias+set}
705
ac_env_build_alias_value=$build_alias
706
ac_cv_env_build_alias_set=${build_alias+set}
707
ac_cv_env_build_alias_value=$build_alias
708
ac_env_host_alias_set=${host_alias+set}
709
ac_env_host_alias_value=$host_alias
710
ac_cv_env_host_alias_set=${host_alias+set}
711
ac_cv_env_host_alias_value=$host_alias
712
ac_env_target_alias_set=${target_alias+set}
713
ac_env_target_alias_value=$target_alias
714
ac_cv_env_target_alias_set=${target_alias+set}
715
ac_cv_env_target_alias_value=$target_alias
716
ac_env_CCAS_set=${CCAS+set}
717
ac_env_CCAS_value=$CCAS
718
ac_cv_env_CCAS_set=${CCAS+set}
719
ac_cv_env_CCAS_value=$CCAS
720
ac_env_CCASFLAGS_set=${CCASFLAGS+set}
721
ac_env_CCASFLAGS_value=$CCASFLAGS
722
ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
723
ac_cv_env_CCASFLAGS_value=$CCASFLAGS
724
 
725
#
726
# Report the --help message.
727
#
728
if test "$ac_init_help" = "long"; then
729
  # Omit some internal or obsolete options to make the list less imposing.
730
  # This message is too long to be a string in the A/UX 3.1 sh.
731
  cat <<_ACEOF
732
\`configure' configures this package to adapt to many kinds of systems.
733
 
734
Usage: $0 [OPTION]... [VAR=VALUE]...
735
 
736
To assign environment variables (e.g., CC, CFLAGS...), specify them as
737
VAR=VALUE.  See below for descriptions of some of the useful variables.
738
 
739
Defaults for the options are specified in brackets.
740
 
741
Configuration:
742
  -h, --help              display this help and exit
743
      --help=short        display options specific to this package
744
      --help=recursive    display the short help of all the included packages
745
  -V, --version           display version information and exit
746
  -q, --quiet, --silent   do not print \`checking...' messages
747
      --cache-file=FILE   cache test results in FILE [disabled]
748
  -C, --config-cache      alias for \`--cache-file=config.cache'
749
  -n, --no-create         do not create output files
750
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
751
 
752
_ACEOF
753
 
754
  cat <<_ACEOF
755
Installation directories:
756
  --prefix=PREFIX         install architecture-independent files in PREFIX
757
                          [$ac_default_prefix]
758
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
759
                          [PREFIX]
760
 
761
By default, \`make install' will install all the files in
762
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
763
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
764
for instance \`--prefix=\$HOME'.
765
 
766
For better control, use the options below.
767
 
768
Fine tuning of the installation directories:
769
  --bindir=DIR           user executables [EPREFIX/bin]
770
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
771
  --libexecdir=DIR       program executables [EPREFIX/libexec]
772
  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
773
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
774
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
775
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
776
  --libdir=DIR           object code libraries [EPREFIX/lib]
777
  --includedir=DIR       C header files [PREFIX/include]
778
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
779
  --infodir=DIR          info documentation [PREFIX/info]
780
  --mandir=DIR           man documentation [PREFIX/man]
781
_ACEOF
782
 
783
  cat <<\_ACEOF
784
 
785
Program names:
786
  --program-prefix=PREFIX            prepend PREFIX to installed program names
787
  --program-suffix=SUFFIX            append SUFFIX to installed program names
788
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
789
 
790
System types:
791
  --build=BUILD     configure for building on BUILD [guessed]
792
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
793
  --target=TARGET   configure for building compilers for TARGET [HOST]
794
_ACEOF
795
fi
796
 
797
if test -n "$ac_init_help"; then
798
 
799
  cat <<\_ACEOF
800
 
801
Optional Features:
802
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
803
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
804
  --disable-dependency-tracking  speeds up one-time build
805
  --enable-dependency-tracking   do not reject slow dependency extractors
806
 
807
Some influential environment variables:
808
  CCAS        assembler compiler command (defaults to CC)
809
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
810
 
811
Use these variables to override the choices made by `configure' or to help
812
it to find libraries and programs with nonstandard names/locations.
813
 
814
_ACEOF
815
fi
816
 
817
if test "$ac_init_help" = "recursive"; then
818
  # If there are subdirs, report their specific --help.
819
  ac_popdir=`pwd`
820
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
821
    test -d $ac_dir || continue
822
    ac_builddir=.
823
 
824
if test "$ac_dir" != .; then
825
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
826
  # A "../" for each directory in $ac_dir_suffix.
827
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
828
else
829
  ac_dir_suffix= ac_top_builddir=
830
fi
831
 
832
case $srcdir in
833
  .)  # No --srcdir option.  We are building in place.
834
    ac_srcdir=.
835
    if test -z "$ac_top_builddir"; then
836
       ac_top_srcdir=.
837
    else
838
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
839
    fi ;;
840
  [\\/]* | ?:[\\/]* )  # Absolute path.
841
    ac_srcdir=$srcdir$ac_dir_suffix;
842
    ac_top_srcdir=$srcdir ;;
843
  *) # Relative path.
844
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
845
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
846
esac
847
 
848
# Do not use `cd foo && pwd` to compute absolute paths, because
849
# the directories may not exist.
850
case `pwd` in
851
.) ac_abs_builddir="$ac_dir";;
852
*)
853
  case "$ac_dir" in
854
  .) ac_abs_builddir=`pwd`;;
855
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
856
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
857
  esac;;
858
esac
859
case $ac_abs_builddir in
860
.) ac_abs_top_builddir=${ac_top_builddir}.;;
861
*)
862
  case ${ac_top_builddir}. in
863
  .) ac_abs_top_builddir=$ac_abs_builddir;;
864
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
865
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
866
  esac;;
867
esac
868
case $ac_abs_builddir in
869
.) ac_abs_srcdir=$ac_srcdir;;
870
*)
871
  case $ac_srcdir in
872
  .) ac_abs_srcdir=$ac_abs_builddir;;
873
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
874
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
875
  esac;;
876
esac
877
case $ac_abs_builddir in
878
.) ac_abs_top_srcdir=$ac_top_srcdir;;
879
*)
880
  case $ac_top_srcdir in
881
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
882
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
883
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
884
  esac;;
885
esac
886
 
887
    cd $ac_dir
888
    # Check for guested configure; otherwise get Cygnus style configure.
889
    if test -f $ac_srcdir/configure.gnu; then
890
      echo
891
      $SHELL $ac_srcdir/configure.gnu  --help=recursive
892
    elif test -f $ac_srcdir/configure; then
893
      echo
894
      $SHELL $ac_srcdir/configure  --help=recursive
895
    elif test -f $ac_srcdir/configure.ac ||
896
           test -f $ac_srcdir/configure.in; then
897
      echo
898
      $ac_configure --help
899
    else
900
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
901
    fi
902
    cd $ac_popdir
903
  done
904
fi
905
 
906
test -n "$ac_init_help" && exit 0
907
if $ac_init_version; then
908
  cat <<\_ACEOF
909
 
910
Copyright (C) 2003 Free Software Foundation, Inc.
911
This configure script is free software; the Free Software Foundation
912
gives unlimited permission to copy, distribute and modify it.
913
_ACEOF
914
  exit 0
915
fi
916
exec 5>config.log
917
cat >&5 <<_ACEOF
918
This file contains any messages produced by compilers while
919
running configure, to aid debugging if configure makes a mistake.
920
 
921
It was created by $as_me, which was
922
generated by GNU Autoconf 2.59.  Invocation command line was
923
 
924
  $ $0 $@
925
 
926
_ACEOF
927
{
928
cat <<_ASUNAME
929
## --------- ##
930
## Platform. ##
931
## --------- ##
932
 
933
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
934
uname -m = `(uname -m) 2>/dev/null || echo unknown`
935
uname -r = `(uname -r) 2>/dev/null || echo unknown`
936
uname -s = `(uname -s) 2>/dev/null || echo unknown`
937
uname -v = `(uname -v) 2>/dev/null || echo unknown`
938
 
939
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
940
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
941
 
942
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
943
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
944
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
945
hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
946
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
947
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
948
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
949
 
950
_ASUNAME
951
 
952
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
953
for as_dir in $PATH
954
do
955
  IFS=$as_save_IFS
956
  test -z "$as_dir" && as_dir=.
957
  echo "PATH: $as_dir"
958
done
959
 
960
} >&5
961
 
962
cat >&5 <<_ACEOF
963
 
964
 
965
## ----------- ##
966
## Core tests. ##
967
## ----------- ##
968
 
969
_ACEOF
970
 
971
 
972
# Keep a trace of the command line.
973
# Strip out --no-create and --no-recursion so they do not pile up.
974
# Strip out --silent because we don't want to record it for future runs.
975
# Also quote any args containing shell meta-characters.
976
# Make two passes to allow for proper duplicate-argument suppression.
977
ac_configure_args=
978
ac_configure_args0=
979
ac_configure_args1=
980
ac_sep=
981
ac_must_keep_next=false
982
for ac_pass in 1 2
983
do
984
  for ac_arg
985
  do
986
    case $ac_arg in
987
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
988
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
989
    | -silent | --silent | --silen | --sile | --sil)
990
      continue ;;
991
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
992
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
993
    esac
994
    case $ac_pass in
995
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
996
    2)
997
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
998
      if test $ac_must_keep_next = true; then
999
        ac_must_keep_next=false # Got value, back to normal.
1000
      else
1001
        case $ac_arg in
1002
          *=* | --config-cache | -C | -disable-* | --disable-* \
1003
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1004
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1005
          | -with-* | --with-* | -without-* | --without-* | --x)
1006
            case "$ac_configure_args0 " in
1007
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1008
            esac
1009
            ;;
1010
          -* ) ac_must_keep_next=true ;;
1011
        esac
1012
      fi
1013
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1014
      # Get rid of the leading space.
1015
      ac_sep=" "
1016
      ;;
1017
    esac
1018
  done
1019
done
1020
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1021
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1022
 
1023
# When interrupted or exit'd, cleanup temporary files, and complete
1024
# config.log.  We remove comments because anyway the quotes in there
1025
# would cause problems or look ugly.
1026
# WARNING: Be sure not to use single quotes in there, as some shells,
1027
# such as our DU 5.0 friend, will then `close' the trap.
1028
trap 'exit_status=$?
1029
  # Save into config.log some information that might help in debugging.
1030
  {
1031
    echo
1032
 
1033
    cat <<\_ASBOX
1034
## ---------------- ##
1035
## Cache variables. ##
1036
## ---------------- ##
1037
_ASBOX
1038
    echo
1039
    # The following way of writing the cache mishandles newlines in values,
1040
{
1041
  (set) 2>&1 |
1042
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1043
    *ac_space=\ *)
1044
      sed -n \
1045
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1046
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1047
      ;;
1048
    *)
1049
      sed -n \
1050
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1051
      ;;
1052
    esac;
1053
}
1054
    echo
1055
 
1056
    cat <<\_ASBOX
1057
## ----------------- ##
1058
## Output variables. ##
1059
## ----------------- ##
1060
_ASBOX
1061
    echo
1062
    for ac_var in $ac_subst_vars
1063
    do
1064
      eval ac_val=$`echo $ac_var`
1065
      echo "$ac_var='"'"'$ac_val'"'"'"
1066
    done | sort
1067
    echo
1068
 
1069
    if test -n "$ac_subst_files"; then
1070
      cat <<\_ASBOX
1071
## ------------- ##
1072
## Output files. ##
1073
## ------------- ##
1074
_ASBOX
1075
      echo
1076
      for ac_var in $ac_subst_files
1077
      do
1078
        eval ac_val=$`echo $ac_var`
1079
        echo "$ac_var='"'"'$ac_val'"'"'"
1080
      done | sort
1081
      echo
1082
    fi
1083
 
1084
    if test -s confdefs.h; then
1085
      cat <<\_ASBOX
1086
## ----------- ##
1087
## confdefs.h. ##
1088
## ----------- ##
1089
_ASBOX
1090
      echo
1091
      sed "/^$/d" confdefs.h | sort
1092
      echo
1093
    fi
1094
    test "$ac_signal" != 0 &&
1095
      echo "$as_me: caught signal $ac_signal"
1096
    echo "$as_me: exit $exit_status"
1097
  } >&5
1098
  rm -f core *.core &&
1099
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1100
    exit $exit_status
1101
     ' 0
1102
for ac_signal in 1 2 13 15; do
1103
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1104
done
1105
ac_signal=0
1106
 
1107
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1108
rm -rf conftest* confdefs.h
1109
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1110
echo >confdefs.h
1111
 
1112
# Predefined preprocessor variables.
1113
 
1114
cat >>confdefs.h <<_ACEOF
1115
#define PACKAGE_NAME "$PACKAGE_NAME"
1116
_ACEOF
1117
 
1118
 
1119
cat >>confdefs.h <<_ACEOF
1120
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1121
_ACEOF
1122
 
1123
 
1124
cat >>confdefs.h <<_ACEOF
1125
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1126
_ACEOF
1127
 
1128
 
1129
cat >>confdefs.h <<_ACEOF
1130
#define PACKAGE_STRING "$PACKAGE_STRING"
1131
_ACEOF
1132
 
1133
 
1134
cat >>confdefs.h <<_ACEOF
1135
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1136
_ACEOF
1137
 
1138
 
1139
# Let the site file select an alternate cache file if it wants to.
1140
# Prefer explicitly selected file to automatically selected ones.
1141
if test -z "$CONFIG_SITE"; then
1142
  if test "x$prefix" != xNONE; then
1143
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1144
  else
1145
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1146
  fi
1147
fi
1148
for ac_site_file in $CONFIG_SITE; do
1149
  if test -r "$ac_site_file"; then
1150
    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1151
echo "$as_me: loading site script $ac_site_file" >&6;}
1152
    sed 's/^/| /' "$ac_site_file" >&5
1153
    . "$ac_site_file"
1154
  fi
1155
done
1156
 
1157
if test -r "$cache_file"; then
1158
  # Some versions of bash will fail to source /dev/null (special
1159
  # files actually), so we avoid doing that.
1160
  if test -f "$cache_file"; then
1161
    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1162
echo "$as_me: loading cache $cache_file" >&6;}
1163
    case $cache_file in
1164
      [\\/]* | ?:[\\/]* ) . $cache_file;;
1165
      *)                      . ./$cache_file;;
1166
    esac
1167
  fi
1168
else
1169
  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1170
echo "$as_me: creating cache $cache_file" >&6;}
1171
  >$cache_file
1172
fi
1173
 
1174
# Check that the precious variables saved in the cache have kept the same
1175
# value.
1176
ac_cache_corrupted=false
1177
for ac_var in `(set) 2>&1 |
1178
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1179
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1180
  eval ac_new_set=\$ac_env_${ac_var}_set
1181
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1182
  eval ac_new_val="\$ac_env_${ac_var}_value"
1183
  case $ac_old_set,$ac_new_set in
1184
    set,)
1185
      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1186
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1187
      ac_cache_corrupted=: ;;
1188
    ,set)
1189
      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1190
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1191
      ac_cache_corrupted=: ;;
1192
    ,);;
1193
    *)
1194
      if test "x$ac_old_val" != "x$ac_new_val"; then
1195
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1196
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1197
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1198
echo "$as_me:   former value:  $ac_old_val" >&2;}
1199
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1200
echo "$as_me:   current value: $ac_new_val" >&2;}
1201
        ac_cache_corrupted=:
1202
      fi;;
1203
  esac
1204
  # Pass precious variables to config.status.
1205
  if test "$ac_new_set" = set; then
1206
    case $ac_new_val in
1207
    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1208
      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1209
    *) ac_arg=$ac_var=$ac_new_val ;;
1210
    esac
1211
    case " $ac_configure_args " in
1212
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1213
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1214
    esac
1215
  fi
1216
done
1217
if $ac_cache_corrupted; then
1218
  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1219
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1220
  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1221
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1222
   { (exit 1); exit 1; }; }
1223
fi
1224
 
1225
ac_ext=c
1226
ac_cpp='$CPP $CPPFLAGS'
1227
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1228
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1229
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1230
 
1231
 
1232
 
1233
 
1234
 
1235
 
1236
 
1237
 
1238
 
1239
 
1240
 
1241
 
1242
 
1243
 
1244
 
1245
 
1246
 
1247
 
1248
 
1249
 
1250
if test "$srcdir" = "." ; then
1251
  if test "${with_target_subdir}" != "." ; then
1252
    libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
1253
  else
1254
    libgloss_topdir="${srcdir}/${with_multisrctop}../.."
1255
  fi
1256
else
1257
  libgloss_topdir="${srcdir}/../.."
1258
fi
1259
ac_aux_dir=
1260
for ac_dir in $libgloss_topdir $srcdir/$libgloss_topdir; do
1261
  if test -f $ac_dir/install-sh; then
1262
    ac_aux_dir=$ac_dir
1263
    ac_install_sh="$ac_aux_dir/install-sh -c"
1264
    break
1265
  elif test -f $ac_dir/install.sh; then
1266
    ac_aux_dir=$ac_dir
1267
    ac_install_sh="$ac_aux_dir/install.sh -c"
1268
    break
1269
  elif test -f $ac_dir/shtool; then
1270
    ac_aux_dir=$ac_dir
1271
    ac_install_sh="$ac_aux_dir/shtool install -c"
1272
    break
1273
  fi
1274
done
1275
if test -z "$ac_aux_dir"; then
1276
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $libgloss_topdir $srcdir/$libgloss_topdir" >&5
1277
echo "$as_me: error: cannot find install-sh or install.sh in $libgloss_topdir $srcdir/$libgloss_topdir" >&2;}
1278
   { (exit 1); exit 1; }; }
1279
fi
1280
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1281
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1282
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1283
 
1284
 
1285
# Make sure we can run config.sub.
1286
$ac_config_sub sun4 >/dev/null 2>&1 ||
1287
  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1288
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1289
   { (exit 1); exit 1; }; }
1290
 
1291
echo "$as_me:$LINENO: checking build system type" >&5
1292
echo $ECHO_N "checking build system type... $ECHO_C" >&6
1293
if test "${ac_cv_build+set}" = set; then
1294
  echo $ECHO_N "(cached) $ECHO_C" >&6
1295
else
1296
  ac_cv_build_alias=$build_alias
1297
test -z "$ac_cv_build_alias" &&
1298
  ac_cv_build_alias=`$ac_config_guess`
1299
test -z "$ac_cv_build_alias" &&
1300
  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1301
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1302
   { (exit 1); exit 1; }; }
1303
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1304
  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1305
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1306
   { (exit 1); exit 1; }; }
1307
 
1308
fi
1309
echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1310
echo "${ECHO_T}$ac_cv_build" >&6
1311
build=$ac_cv_build
1312
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1313
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1314
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1315
 
1316
 
1317
echo "$as_me:$LINENO: checking host system type" >&5
1318
echo $ECHO_N "checking host system type... $ECHO_C" >&6
1319
if test "${ac_cv_host+set}" = set; then
1320
  echo $ECHO_N "(cached) $ECHO_C" >&6
1321
else
1322
  ac_cv_host_alias=$host_alias
1323
test -z "$ac_cv_host_alias" &&
1324
  ac_cv_host_alias=$ac_cv_build_alias
1325
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1326
  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1327
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1328
   { (exit 1); exit 1; }; }
1329
 
1330
fi
1331
echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1332
echo "${ECHO_T}$ac_cv_host" >&6
1333
host=$ac_cv_host
1334
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1335
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1336
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1337
 
1338
 
1339
echo "$as_me:$LINENO: checking target system type" >&5
1340
echo $ECHO_N "checking target system type... $ECHO_C" >&6
1341
if test "${ac_cv_target+set}" = set; then
1342
  echo $ECHO_N "(cached) $ECHO_C" >&6
1343
else
1344
  ac_cv_target_alias=$target_alias
1345
test "x$ac_cv_target_alias" = "x" &&
1346
  ac_cv_target_alias=$ac_cv_host_alias
1347
ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1348
  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1349
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1350
   { (exit 1); exit 1; }; }
1351
 
1352
fi
1353
echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1354
echo "${ECHO_T}$ac_cv_target" >&6
1355
target=$ac_cv_target
1356
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1357
target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1358
target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1359
 
1360
 
1361
# The aliases save the names the user supplied, while $host etc.
1362
# will get canonicalized.
1363
test -n "$target_alias" &&
1364
  test "$program_prefix$program_suffix$program_transform_name" = \
1365
    NONENONEs,x,x, &&
1366
  program_prefix=${target_alias}-
1367
test "$program_prefix" != NONE &&
1368
  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1369
# Use a double $ so make ignores it.
1370
test "$program_suffix" != NONE &&
1371
  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1372
# Double any \ or $.  echo might interpret backslashes.
1373
# By default was `s,x,x', remove it if useless.
1374
cat <<\_ACEOF >conftest.sed
1375
s/[\\$]/&&/g;s/;s,x,x,$//
1376
_ACEOF
1377
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1378
rm conftest.sed
1379
 
1380
 
1381
# Find a good install program.  We prefer a C program (faster),
1382
# so one script is as good as another.  But avoid the broken or
1383
# incompatible versions:
1384
# SysV /etc/install, /usr/sbin/install
1385
# SunOS /usr/etc/install
1386
# IRIX /sbin/install
1387
# AIX /bin/install
1388
# AmigaOS /C/install, which installs bootblocks on floppy discs
1389
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1390
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1391
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1392
# OS/2's system install, which has a completely different semantic
1393
# ./install, which can be erroneously created by make from ./install.sh.
1394
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1395
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1396
if test -z "$INSTALL"; then
1397
if test "${ac_cv_path_install+set}" = set; then
1398
  echo $ECHO_N "(cached) $ECHO_C" >&6
1399
else
1400
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1401
for as_dir in $PATH
1402
do
1403
  IFS=$as_save_IFS
1404
  test -z "$as_dir" && as_dir=.
1405
  # Account for people who put trailing slashes in PATH elements.
1406
case $as_dir/ in
1407
  ./ | .// | /cC/* | \
1408
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1409
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1410
  /usr/ucb/* ) ;;
1411
  *)
1412
    # OSF1 and SCO ODT 3.0 have their own names for install.
1413
    # Don't use installbsd from OSF since it installs stuff as root
1414
    # by default.
1415
    for ac_prog in ginstall scoinst install; do
1416
      for ac_exec_ext in '' $ac_executable_extensions; do
1417
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1418
          if test $ac_prog = install &&
1419
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1420
            # AIX install.  It has an incompatible calling convention.
1421
            :
1422
          elif test $ac_prog = install &&
1423
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1424
            # program-specific install script used by HP pwplus--don't use.
1425
            :
1426
          else
1427
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1428
            break 3
1429
          fi
1430
        fi
1431
      done
1432
    done
1433
    ;;
1434
esac
1435
done
1436
 
1437
 
1438
fi
1439
  if test "${ac_cv_path_install+set}" = set; then
1440
    INSTALL=$ac_cv_path_install
1441
  else
1442
    # As a last resort, use the slow shell script.  We don't cache a
1443
    # path for INSTALL within a source directory, because that will
1444
    # break other packages using the cache if that directory is
1445
    # removed, or if the path is relative.
1446
    INSTALL=$ac_install_sh
1447
  fi
1448
fi
1449
echo "$as_me:$LINENO: result: $INSTALL" >&5
1450
echo "${ECHO_T}$INSTALL" >&6
1451
 
1452
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1453
# It thinks the first close brace ends the variable substitution.
1454
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1455
 
1456
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1457
 
1458
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1459
 
1460
 
1461
rm -rf .tst 2>/dev/null
1462
mkdir .tst 2>/dev/null
1463
if test -d .tst; then
1464
  am__leading_dot=.
1465
else
1466
  am__leading_dot=_
1467
fi
1468
rmdir .tst 2>/dev/null
1469
 
1470
DEPDIR="${am__leading_dot}deps"
1471
 
1472
          ac_config_commands="$ac_config_commands depfiles"
1473
 
1474
 
1475
am_make=${MAKE-make}
1476
cat > confinc << 'END'
1477
am__doit:
1478
        @echo done
1479
.PHONY: am__doit
1480
END
1481
# If we don't find an include directive, just comment out the code.
1482
echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
1483
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
1484
am__include="#"
1485
am__quote=
1486
_am_result=none
1487
# First try GNU make style include.
1488
echo "include confinc" > confmf
1489
# We grep out `Entering directory' and `Leaving directory'
1490
# messages which can occur if `w' ends up in MAKEFLAGS.
1491
# In particular we don't look at `^make:' because GNU make might
1492
# be invoked under some other name (usually "gmake"), in which
1493
# case it prints its new name instead of `make'.
1494
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
1495
   am__include=include
1496
   am__quote=
1497
   _am_result=GNU
1498
fi
1499
# Now try BSD make style include.
1500
if test "$am__include" = "#"; then
1501
   echo '.include "confinc"' > confmf
1502
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
1503
      am__include=.include
1504
      am__quote="\""
1505
      _am_result=BSD
1506
   fi
1507
fi
1508
 
1509
 
1510
echo "$as_me:$LINENO: result: $_am_result" >&5
1511
echo "${ECHO_T}$_am_result" >&6
1512
rm -f confinc confmf
1513
 
1514
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
1515
if test "${enable_dependency_tracking+set}" = set; then
1516
  enableval="$enable_dependency_tracking"
1517
 
1518
fi;
1519
if test "x$enable_dependency_tracking" != xno; then
1520
  am_depcomp="$ac_aux_dir/depcomp"
1521
  AMDEPBACKSLASH='\'
1522
fi
1523
 
1524
 
1525
if test "x$enable_dependency_tracking" != xno; then
1526
  AMDEP_TRUE=
1527
  AMDEP_FALSE='#'
1528
else
1529
  AMDEP_TRUE='#'
1530
  AMDEP_FALSE=
1531
fi
1532
 
1533
 
1534
 
1535
# Extract the first word of "gcc", so it can be a program name with args.
1536
set dummy gcc; ac_word=$2
1537
echo "$as_me:$LINENO: checking for $ac_word" >&5
1538
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1539
if test "${ac_cv_prog_CC+set}" = set; then
1540
  echo $ECHO_N "(cached) $ECHO_C" >&6
1541
else
1542
  if test -n "$CC"; then
1543
  ac_cv_prog_CC="$CC" # Let the user override the test.
1544
else
1545
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1546
for as_dir in $PATH
1547
do
1548
  IFS=$as_save_IFS
1549
  test -z "$as_dir" && as_dir=.
1550
  for ac_exec_ext in '' $ac_executable_extensions; do
1551
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1552
    ac_cv_prog_CC="gcc"
1553
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1554
    break 2
1555
  fi
1556
done
1557
done
1558
 
1559
fi
1560
fi
1561
CC=$ac_cv_prog_CC
1562
if test -n "$CC"; then
1563
  echo "$as_me:$LINENO: result: $CC" >&5
1564
echo "${ECHO_T}$CC" >&6
1565
else
1566
  echo "$as_me:$LINENO: result: no" >&5
1567
echo "${ECHO_T}no" >&6
1568
fi
1569
 
1570
 
1571
depcc="$CC"   am_compiler_list=
1572
 
1573
echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
1574
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
1575
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
1576
  echo $ECHO_N "(cached) $ECHO_C" >&6
1577
else
1578
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1579
  # We make a subdir and do the tests there.  Otherwise we can end up
1580
  # making bogus files that we don't know about and never remove.  For
1581
  # instance it was reported that on HP-UX the gcc test will end up
1582
  # making a dummy file named `D' -- because `-MD' means `put the output
1583
  # in D'.
1584
  mkdir conftest.dir
1585
  # Copy depcomp to subdir because otherwise we won't find it if we're
1586
  # using a relative directory.
1587
  cp "$am_depcomp" conftest.dir
1588
  cd conftest.dir
1589
  # We will build objects and dependencies in a subdirectory because
1590
  # it helps to detect inapplicable dependency modes.  For instance
1591
  # both Tru64's cc and ICC support -MD to output dependencies as a
1592
  # side effect of compilation, but ICC will put the dependencies in
1593
  # the current directory while Tru64 will put them in the object
1594
  # directory.
1595
  mkdir sub
1596
 
1597
  am_cv_CC_dependencies_compiler_type=none
1598
  if test "$am_compiler_list" = ""; then
1599
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
1600
  fi
1601
  for depmode in $am_compiler_list; do
1602
    # Setup a source with many dependencies, because some compilers
1603
    # like to wrap large dependency lists on column 80 (with \), and
1604
    # we should not choose a depcomp mode which is confused by this.
1605
    #
1606
    # We need to recreate these files for each test, as the compiler may
1607
    # overwrite some of them when testing with obscure command lines.
1608
    # This happens at least with the AIX C compiler.
1609
    : > sub/conftest.c
1610
    for i in 1 2 3 4 5 6; do
1611
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
1612
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
1613
      # Solaris 8's {/usr,}/bin/sh.
1614
      touch sub/conftst$i.h
1615
    done
1616
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1617
 
1618
    case $depmode in
1619
    nosideeffect)
1620
      # after this tag, mechanisms are not by side-effect, so they'll
1621
      # only be used when explicitly requested
1622
      if test "x$enable_dependency_tracking" = xyes; then
1623
        continue
1624
      else
1625
        break
1626
      fi
1627
      ;;
1628
    none) break ;;
1629
    esac
1630
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
1631
    # mode.  It turns out that the SunPro C++ compiler does not properly
1632
    # handle `-M -o', and we need to detect this.
1633
    if depmode=$depmode \
1634
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
1635
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
1636
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
1637
         >/dev/null 2>conftest.err &&
1638
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
1639
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
1640
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
1641
      # icc doesn't choke on unknown options, it will just issue warnings
1642
      # or remarks (even with -Werror).  So we grep stderr for any message
1643
      # that says an option was ignored or not supported.
1644
      # When given -MP, icc 7.0 and 7.1 complain thusly:
1645
      #   icc: Command line warning: ignoring option '-M'; no argument required
1646
      # The diagnosis changed in icc 8.0:
1647
      #   icc: Command line remark: option '-MP' not supported
1648
      if (grep 'ignoring option' conftest.err ||
1649
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
1650
        am_cv_CC_dependencies_compiler_type=$depmode
1651
        break
1652
      fi
1653
    fi
1654
  done
1655
 
1656
  cd ..
1657
  rm -rf conftest.dir
1658
else
1659
  am_cv_CC_dependencies_compiler_type=none
1660
fi
1661
 
1662
fi
1663
echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
1664
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
1665
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
1666
 
1667
 
1668
 
1669
if
1670
  test "x$enable_dependency_tracking" != xno \
1671
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
1672
  am__fastdepCC_TRUE=
1673
  am__fastdepCC_FALSE='#'
1674
else
1675
  am__fastdepCC_TRUE='#'
1676
  am__fastdepCC_FALSE=
1677
fi
1678
 
1679
 
1680
if test -z "$CC"; then
1681
  # Extract the first word of "cc", so it can be a program name with args.
1682
set dummy cc; ac_word=$2
1683
echo "$as_me:$LINENO: checking for $ac_word" >&5
1684
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1685
if test "${ac_cv_prog_CC+set}" = set; then
1686
  echo $ECHO_N "(cached) $ECHO_C" >&6
1687
else
1688
  if test -n "$CC"; then
1689
  ac_cv_prog_CC="$CC" # Let the user override the test.
1690
else
1691
  ac_prog_rejected=no
1692
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1693
for as_dir in $PATH
1694
do
1695
  IFS=$as_save_IFS
1696
  test -z "$as_dir" && as_dir=.
1697
  for ac_exec_ext in '' $ac_executable_extensions; do
1698
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1699
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1700
       ac_prog_rejected=yes
1701
       continue
1702
     fi
1703
    ac_cv_prog_CC="cc"
1704
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1705
    break 2
1706
  fi
1707
done
1708
done
1709
 
1710
if test $ac_prog_rejected = yes; then
1711
  # We found a bogon in the path, so make sure we never use it.
1712
  set dummy $ac_cv_prog_CC
1713
  shift
1714
  if test $# != 0; then
1715
    # We chose a different compiler from the bogus one.
1716
    # However, it has the same basename, so the bogon will be chosen
1717
    # first if we set CC to just the basename; use the full file name.
1718
    shift
1719
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1720
  fi
1721
fi
1722
fi
1723
fi
1724
CC=$ac_cv_prog_CC
1725
if test -n "$CC"; then
1726
  echo "$as_me:$LINENO: result: $CC" >&5
1727
echo "${ECHO_T}$CC" >&6
1728
else
1729
  echo "$as_me:$LINENO: result: no" >&5
1730
echo "${ECHO_T}no" >&6
1731
fi
1732
 
1733
  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable cc found in \$PATH" >&5
1734
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
1735
   { (exit 1); exit 1; }; }
1736
fi
1737
 
1738
echo "$as_me:$LINENO: checking whether we are using GNU C" >&5
1739
echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" >&6
1740
if test "${ac_cv_c_compiler_gnu+set}" = set; then
1741
  echo $ECHO_N "(cached) $ECHO_C" >&6
1742
else
1743
  cat > conftest.c <
1744
#ifdef __GNUC__
1745
  yes;
1746
#endif
1747
EOF
1748
if { ac_try='${CC-cc} -E conftest.c'
1749
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1750
  (eval $ac_try) 2>&5
1751
  ac_status=$?
1752
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1753
  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
1754
  ac_cv_c_compiler_gnu=yes
1755
else
1756
  ac_cv_c_compiler_gnu=no
1757
fi
1758
fi
1759
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1760
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1761
 
1762
if test $ac_cv_c_compiler_gnu = yes; then
1763
  GCC=yes
1764
  ac_test_CFLAGS="${CFLAGS+set}"
1765
  ac_save_CFLAGS="$CFLAGS"
1766
  CFLAGS=
1767
  ac_test_CFLAGS=${CFLAGS+set}
1768
ac_save_CFLAGS=$CFLAGS
1769
CFLAGS="-g"
1770
echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1771
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1772
if test "${ac_cv_prog_cc_g+set}" = set; then
1773
  echo $ECHO_N "(cached) $ECHO_C" >&6
1774
else
1775
  cat >conftest.$ac_ext <<_ACEOF
1776
/* confdefs.h.  */
1777
_ACEOF
1778
cat confdefs.h >>conftest.$ac_ext
1779
cat >>conftest.$ac_ext <<_ACEOF
1780
/* end confdefs.h.  */
1781
 
1782
int
1783
main ()
1784
{
1785
 
1786
  ;
1787
  return 0;
1788
}
1789
_ACEOF
1790
rm -f conftest.$ac_objext
1791
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1792
  (eval $ac_compile) 2>conftest.er1
1793
  ac_status=$?
1794
  grep -v '^ *+' conftest.er1 >conftest.err
1795
  rm -f conftest.er1
1796
  cat conftest.err >&5
1797
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1798
  (exit $ac_status); } &&
1799
         { ac_try='test -z "$ac_c_werror_flag"
1800
                         || test ! -s conftest.err'
1801
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1802
  (eval $ac_try) 2>&5
1803
  ac_status=$?
1804
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1805
  (exit $ac_status); }; } &&
1806
         { ac_try='test -s conftest.$ac_objext'
1807
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1808
  (eval $ac_try) 2>&5
1809
  ac_status=$?
1810
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1811
  (exit $ac_status); }; }; then
1812
  ac_cv_prog_cc_g=yes
1813
else
1814
  echo "$as_me: failed program was:" >&5
1815
sed 's/^/| /' conftest.$ac_ext >&5
1816
 
1817
ac_cv_prog_cc_g=no
1818
fi
1819
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1820
fi
1821
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1822
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1823
if test "$ac_test_CFLAGS" = set; then
1824
  CFLAGS=$ac_save_CFLAGS
1825
elif test $ac_cv_prog_cc_g = yes; then
1826
  if test "$GCC" = yes; then
1827
    CFLAGS="-g -O2"
1828
  else
1829
    CFLAGS="-g"
1830
  fi
1831
else
1832
  if test "$GCC" = yes; then
1833
    CFLAGS="-O2"
1834
  else
1835
    CFLAGS=
1836
  fi
1837
fi
1838
  if test "$ac_test_CFLAGS" = set; then
1839
    CFLAGS="$ac_save_CFLAGS"
1840
  elif test $ac_cv_prog_cc_g = yes; then
1841
    CFLAGS="-g -O2"
1842
  else
1843
    CFLAGS="-O2"
1844
  fi
1845
else
1846
  GCC=
1847
  test "${CFLAGS+set}" = set || CFLAGS="-g"
1848
fi
1849
 
1850
 
1851
AS=${AS-as}
1852
 
1853
AR=${AR-ar}
1854
 
1855
LD=${LD-ld}
1856
 
1857
if test -n "$ac_tool_prefix"; then
1858
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1859
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1860
echo "$as_me:$LINENO: checking for $ac_word" >&5
1861
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1862
if test "${ac_cv_prog_RANLIB+set}" = set; then
1863
  echo $ECHO_N "(cached) $ECHO_C" >&6
1864
else
1865
  if test -n "$RANLIB"; then
1866
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1867
else
1868
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1869
for as_dir in $PATH
1870
do
1871
  IFS=$as_save_IFS
1872
  test -z "$as_dir" && as_dir=.
1873
  for ac_exec_ext in '' $ac_executable_extensions; do
1874
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1875
    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1876
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1877
    break 2
1878
  fi
1879
done
1880
done
1881
 
1882
fi
1883
fi
1884
RANLIB=$ac_cv_prog_RANLIB
1885
if test -n "$RANLIB"; then
1886
  echo "$as_me:$LINENO: result: $RANLIB" >&5
1887
echo "${ECHO_T}$RANLIB" >&6
1888
else
1889
  echo "$as_me:$LINENO: result: no" >&5
1890
echo "${ECHO_T}no" >&6
1891
fi
1892
 
1893
fi
1894
if test -z "$ac_cv_prog_RANLIB"; then
1895
  ac_ct_RANLIB=$RANLIB
1896
  # Extract the first word of "ranlib", so it can be a program name with args.
1897
set dummy ranlib; ac_word=$2
1898
echo "$as_me:$LINENO: checking for $ac_word" >&5
1899
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1900
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
1901
  echo $ECHO_N "(cached) $ECHO_C" >&6
1902
else
1903
  if test -n "$ac_ct_RANLIB"; then
1904
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
1905
else
1906
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1907
for as_dir in $PATH
1908
do
1909
  IFS=$as_save_IFS
1910
  test -z "$as_dir" && as_dir=.
1911
  for ac_exec_ext in '' $ac_executable_extensions; do
1912
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1913
    ac_cv_prog_ac_ct_RANLIB="ranlib"
1914
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1915
    break 2
1916
  fi
1917
done
1918
done
1919
 
1920
  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
1921
fi
1922
fi
1923
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
1924
if test -n "$ac_ct_RANLIB"; then
1925
  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
1926
echo "${ECHO_T}$ac_ct_RANLIB" >&6
1927
else
1928
  echo "$as_me:$LINENO: result: no" >&5
1929
echo "${ECHO_T}no" >&6
1930
fi
1931
 
1932
  RANLIB=$ac_ct_RANLIB
1933
else
1934
  RANLIB="$ac_cv_prog_RANLIB"
1935
fi
1936
 
1937
# By default we simply use the C compiler to build assembly code.
1938
 
1939
test "${CCAS+set}" = set || CCAS=$CC
1940
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
1941
 
1942
 
1943
 
1944
 
1945
host_makefile_frag=${srcdir}/../config/ppc.mh
1946
 
1947
host_makefile_frag_path=$host_makefile_frag
1948
 
1949
 
1950
 
1951
          ac_config_files="$ac_config_files Makefile"
1952
 
1953
cat >confcache <<\_ACEOF
1954
# This file is a shell script that caches the results of configure
1955
# tests run on this system so they can be shared between configure
1956
# scripts and configure runs, see configure's option --config-cache.
1957
# It is not useful on other systems.  If it contains results you don't
1958
# want to keep, you may remove or edit it.
1959
#
1960
# config.status only pays attention to the cache file if you give it
1961
# the --recheck option to rerun configure.
1962
#
1963
# `ac_cv_env_foo' variables (set or unset) will be overridden when
1964
# loading this file, other *unset* `ac_cv_foo' will be assigned the
1965
# following values.
1966
 
1967
_ACEOF
1968
 
1969
# The following way of writing the cache mishandles newlines in values,
1970
# but we know of no workaround that is simple, portable, and efficient.
1971
# So, don't put newlines in cache variables' values.
1972
# Ultrix sh set writes to stderr and can't be redirected directly,
1973
# and sets the high bit in the cache file unless we assign to the vars.
1974
{
1975
  (set) 2>&1 |
1976
    case `(ac_space=' '; set | grep ac_space) 2>&1` in
1977
    *ac_space=\ *)
1978
      # `set' does not quote correctly, so add quotes (double-quote
1979
      # substitution turns \\\\ into \\, and sed turns \\ into \).
1980
      sed -n \
1981
        "s/'/'\\\\''/g;
1982
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1983
      ;;
1984
    *)
1985
      # `set' quotes correctly as required by POSIX, so do not add quotes.
1986
      sed -n \
1987
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1988
      ;;
1989
    esac;
1990
} |
1991
  sed '
1992
     t clear
1993
     : clear
1994
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1995
     t end
1996
     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1997
     : end' >>confcache
1998
if diff $cache_file confcache >/dev/null 2>&1; then :; else
1999
  if test -w $cache_file; then
2000
    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2001
    cat confcache >$cache_file
2002
  else
2003
    echo "not updating unwritable cache $cache_file"
2004
  fi
2005
fi
2006
rm -f confcache
2007
 
2008
test "x$prefix" = xNONE && prefix=$ac_default_prefix
2009
# Let make expand exec_prefix.
2010
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2011
 
2012
# VPATH may cause trouble with some makes, so we remove $(srcdir),
2013
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2014
# trailing colons and then remove the whole line if VPATH becomes empty
2015
# (actually we leave an empty line to preserve line numbers).
2016
if test "x$srcdir" = x.; then
2017
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
2018
s/:*\$(srcdir):*/:/;
2019
s/:*\${srcdir}:*/:/;
2020
s/:*@srcdir@:*/:/;
2021
s/^\([^=]*=[     ]*\):*/\1/;
2022
s/:*$//;
2023
s/^[^=]*=[       ]*$//;
2024
}'
2025
fi
2026
 
2027
# Transform confdefs.h into DEFS.
2028
# Protect against shell expansion while executing Makefile rules.
2029
# Protect against Makefile macro expansion.
2030
#
2031
# If the first sed substitution is executed (which looks for macros that
2032
# take arguments), then we branch to the quote section.  Otherwise,
2033
# look for a macro that doesn't take arguments.
2034
cat >confdef2opt.sed <<\_ACEOF
2035
t clear
2036
: clear
2037
s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2038
t quote
2039
s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2040
t quote
2041
d
2042
: quote
2043
s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2044
s,\[,\\&,g
2045
s,\],\\&,g
2046
s,\$,$$,g
2047
p
2048
_ACEOF
2049
# We use echo to avoid assuming a particular line-breaking character.
2050
# The extra dot is to prevent the shell from consuming trailing
2051
# line-breaks from the sub-command output.  A line-break within
2052
# single-quotes doesn't work because, if this script is created in a
2053
# platform that uses two characters for line-breaks (e.g., DOS), tr
2054
# would break.
2055
ac_LF_and_DOT=`echo; echo .`
2056
DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2057
rm -f confdef2opt.sed
2058
 
2059
 
2060
ac_libobjs=
2061
ac_ltlibobjs=
2062
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2063
  # 1. Remove the extension, and $U if already installed.
2064
  ac_i=`echo "$ac_i" |
2065
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2066
  # 2. Add them.
2067
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2068
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2069
done
2070
LIBOBJS=$ac_libobjs
2071
 
2072
LTLIBOBJS=$ac_ltlibobjs
2073
 
2074
 
2075
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
2076
  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
2077
Usually this means the macro was only invoked conditionally." >&5
2078
echo "$as_me: error: conditional \"AMDEP\" was never defined.
2079
Usually this means the macro was only invoked conditionally." >&2;}
2080
   { (exit 1); exit 1; }; }
2081
fi
2082
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
2083
  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
2084
Usually this means the macro was only invoked conditionally." >&5
2085
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
2086
Usually this means the macro was only invoked conditionally." >&2;}
2087
   { (exit 1); exit 1; }; }
2088
fi
2089
 
2090
: ${CONFIG_STATUS=./config.status}
2091
ac_clean_files_save=$ac_clean_files
2092
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2093
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2094
echo "$as_me: creating $CONFIG_STATUS" >&6;}
2095
cat >$CONFIG_STATUS <<_ACEOF
2096
#! $SHELL
2097
# Generated by $as_me.
2098
# Run this file to recreate the current configuration.
2099
# Compiler output produced by configure, useful for debugging
2100
# configure, is in config.log if it exists.
2101
 
2102
debug=false
2103
ac_cs_recheck=false
2104
ac_cs_silent=false
2105
SHELL=\${CONFIG_SHELL-$SHELL}
2106
_ACEOF
2107
 
2108
cat >>$CONFIG_STATUS <<\_ACEOF
2109
## --------------------- ##
2110
## M4sh Initialization.  ##
2111
## --------------------- ##
2112
 
2113
# Be Bourne compatible
2114
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2115
  emulate sh
2116
  NULLCMD=:
2117
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2118
  # is contrary to our usage.  Disable this feature.
2119
  alias -g '${1+"$@"}'='"$@"'
2120
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2121
  set -o posix
2122
fi
2123
DUALCASE=1; export DUALCASE # for MKS sh
2124
 
2125
# Support unset when possible.
2126
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2127
  as_unset=unset
2128
else
2129
  as_unset=false
2130
fi
2131
 
2132
 
2133
# Work around bugs in pre-3.0 UWIN ksh.
2134
$as_unset ENV MAIL MAILPATH
2135
PS1='$ '
2136
PS2='> '
2137
PS4='+ '
2138
 
2139
# NLS nuisances.
2140
for as_var in \
2141
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2142
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2143
  LC_TELEPHONE LC_TIME
2144
do
2145
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2146
    eval $as_var=C; export $as_var
2147
  else
2148
    $as_unset $as_var
2149
  fi
2150
done
2151
 
2152
# Required to use basename.
2153
if expr a : '\(a\)' >/dev/null 2>&1; then
2154
  as_expr=expr
2155
else
2156
  as_expr=false
2157
fi
2158
 
2159
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2160
  as_basename=basename
2161
else
2162
  as_basename=false
2163
fi
2164
 
2165
 
2166
# Name of the executable.
2167
as_me=`$as_basename "$0" ||
2168
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2169
         X"$0" : 'X\(//\)$' \| \
2170
         X"$0" : 'X\(/\)$' \| \
2171
         .     : '\(.\)' 2>/dev/null ||
2172
echo X/"$0" |
2173
    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2174
          /^X\/\(\/\/\)$/{ s//\1/; q; }
2175
          /^X\/\(\/\).*/{ s//\1/; q; }
2176
          s/.*/./; q'`
2177
 
2178
 
2179
# PATH needs CR, and LINENO needs CR and PATH.
2180
# Avoid depending upon Character Ranges.
2181
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2182
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2183
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2184
as_cr_digits='0123456789'
2185
as_cr_alnum=$as_cr_Letters$as_cr_digits
2186
 
2187
# The user is always right.
2188
if test "${PATH_SEPARATOR+set}" != set; then
2189
  echo "#! /bin/sh" >conf$$.sh
2190
  echo  "exit 0"   >>conf$$.sh
2191
  chmod +x conf$$.sh
2192
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2193
    PATH_SEPARATOR=';'
2194
  else
2195
    PATH_SEPARATOR=:
2196
  fi
2197
  rm -f conf$$.sh
2198
fi
2199
 
2200
 
2201
  as_lineno_1=$LINENO
2202
  as_lineno_2=$LINENO
2203
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2204
  test "x$as_lineno_1" != "x$as_lineno_2" &&
2205
  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2206
  # Find who we are.  Look in the path if we contain no path at all
2207
  # relative or not.
2208
  case $0 in
2209
    *[\\/]* ) as_myself=$0 ;;
2210
    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2211
for as_dir in $PATH
2212
do
2213
  IFS=$as_save_IFS
2214
  test -z "$as_dir" && as_dir=.
2215
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2216
done
2217
 
2218
       ;;
2219
  esac
2220
  # We did not find ourselves, most probably we were run as `sh COMMAND'
2221
  # in which case we are not to be found in the path.
2222
  if test "x$as_myself" = x; then
2223
    as_myself=$0
2224
  fi
2225
  if test ! -f "$as_myself"; then
2226
    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2227
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2228
   { (exit 1); exit 1; }; }
2229
  fi
2230
  case $CONFIG_SHELL in
2231
  '')
2232
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2233
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2234
do
2235
  IFS=$as_save_IFS
2236
  test -z "$as_dir" && as_dir=.
2237
  for as_base in sh bash ksh sh5; do
2238
         case $as_dir in
2239
         /*)
2240
           if ("$as_dir/$as_base" -c '
2241
  as_lineno_1=$LINENO
2242
  as_lineno_2=$LINENO
2243
  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2244
  test "x$as_lineno_1" != "x$as_lineno_2" &&
2245
  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2246
             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2247
             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2248
             CONFIG_SHELL=$as_dir/$as_base
2249
             export CONFIG_SHELL
2250
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2251
           fi;;
2252
         esac
2253
       done
2254
done
2255
;;
2256
  esac
2257
 
2258
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2259
  # uniformly replaced by the line number.  The first 'sed' inserts a
2260
  # line-number line before each line; the second 'sed' does the real
2261
  # work.  The second script uses 'N' to pair each line-number line
2262
  # with the numbered line, and appends trailing '-' during
2263
  # substitution so that $LINENO is not a special case at line end.
2264
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2265
  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2266
  sed '=' <$as_myself |
2267
    sed '
2268
      N
2269
      s,$,-,
2270
      : loop
2271
      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2272
      t loop
2273
      s,-$,,
2274
      s,^['$as_cr_digits']*\n,,
2275
    ' >$as_me.lineno &&
2276
  chmod +x $as_me.lineno ||
2277
    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2278
echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2279
   { (exit 1); exit 1; }; }
2280
 
2281
  # Don't try to exec as it changes $[0], causing all sort of problems
2282
  # (the dirname of $[0] is not the place where we might find the
2283
  # original and so on.  Autoconf is especially sensible to this).
2284
  . ./$as_me.lineno
2285
  # Exit status is that of the last command.
2286
  exit
2287
}
2288
 
2289
 
2290
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2291
  *c*,-n*) ECHO_N= ECHO_C='
2292
' ECHO_T='      ' ;;
2293
  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2294
  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2295
esac
2296
 
2297
if expr a : '\(a\)' >/dev/null 2>&1; then
2298
  as_expr=expr
2299
else
2300
  as_expr=false
2301
fi
2302
 
2303
rm -f conf$$ conf$$.exe conf$$.file
2304
echo >conf$$.file
2305
if ln -s conf$$.file conf$$ 2>/dev/null; then
2306
  # We could just check for DJGPP; but this test a) works b) is more generic
2307
  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2308
  if test -f conf$$.exe; then
2309
    # Don't use ln at all; we don't have any links
2310
    as_ln_s='cp -p'
2311
  else
2312
    as_ln_s='ln -s'
2313
  fi
2314
elif ln conf$$.file conf$$ 2>/dev/null; then
2315
  as_ln_s=ln
2316
else
2317
  as_ln_s='cp -p'
2318
fi
2319
rm -f conf$$ conf$$.exe conf$$.file
2320
 
2321
if mkdir -p . 2>/dev/null; then
2322
  as_mkdir_p=:
2323
else
2324
  test -d ./-p && rmdir ./-p
2325
  as_mkdir_p=false
2326
fi
2327
 
2328
as_executable_p="test -f"
2329
 
2330
# Sed expression to map a string onto a valid CPP name.
2331
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2332
 
2333
# Sed expression to map a string onto a valid variable name.
2334
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2335
 
2336
 
2337
# IFS
2338
# We need space, tab and new line, in precisely that order.
2339
as_nl='
2340
'
2341
IFS="   $as_nl"
2342
 
2343
# CDPATH.
2344
$as_unset CDPATH
2345
 
2346
exec 6>&1
2347
 
2348
# Open the log real soon, to keep \$[0] and so on meaningful, and to
2349
# report actual input values of CONFIG_FILES etc. instead of their
2350
# values after options handling.  Logging --version etc. is OK.
2351
exec 5>>config.log
2352
{
2353
  echo
2354
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2355
## Running $as_me. ##
2356
_ASBOX
2357
} >&5
2358
cat >&5 <<_CSEOF
2359
 
2360
This file was extended by $as_me, which was
2361
generated by GNU Autoconf 2.59.  Invocation command line was
2362
 
2363
  CONFIG_FILES    = $CONFIG_FILES
2364
  CONFIG_HEADERS  = $CONFIG_HEADERS
2365
  CONFIG_LINKS    = $CONFIG_LINKS
2366
  CONFIG_COMMANDS = $CONFIG_COMMANDS
2367
  $ $0 $@
2368
 
2369
_CSEOF
2370
echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2371
echo >&5
2372
_ACEOF
2373
 
2374
# Files that config.status was made for.
2375
if test -n "$ac_config_files"; then
2376
  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2377
fi
2378
 
2379
if test -n "$ac_config_headers"; then
2380
  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2381
fi
2382
 
2383
if test -n "$ac_config_links"; then
2384
  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2385
fi
2386
 
2387
if test -n "$ac_config_commands"; then
2388
  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2389
fi
2390
 
2391
cat >>$CONFIG_STATUS <<\_ACEOF
2392
 
2393
ac_cs_usage="\
2394
\`$as_me' instantiates files from templates according to the
2395
current configuration.
2396
 
2397
Usage: $0 [OPTIONS] [FILE]...
2398
 
2399
  -h, --help       print this help, then exit
2400
  -V, --version    print version number, then exit
2401
  -q, --quiet      do not print progress messages
2402
  -d, --debug      don't remove temporary files
2403
      --recheck    update $as_me by reconfiguring in the same conditions
2404
  --file=FILE[:TEMPLATE]
2405
                   instantiate the configuration file FILE
2406
 
2407
Configuration files:
2408
$config_files
2409
 
2410
Configuration commands:
2411
$config_commands
2412
 
2413
Report bugs to ."
2414
_ACEOF
2415
 
2416
cat >>$CONFIG_STATUS <<_ACEOF
2417
ac_cs_version="\\
2418
config.status
2419
configured by $0, generated by GNU Autoconf 2.59,
2420
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2421
 
2422
Copyright (C) 2003 Free Software Foundation, Inc.
2423
This config.status script is free software; the Free Software Foundation
2424
gives unlimited permission to copy, distribute and modify it."
2425
srcdir=$srcdir
2426
INSTALL="$INSTALL"
2427
_ACEOF
2428
 
2429
cat >>$CONFIG_STATUS <<\_ACEOF
2430
# If no file are specified by the user, then we need to provide default
2431
# value.  By we need to know if files were specified by the user.
2432
ac_need_defaults=:
2433
while test $# != 0
2434
do
2435
  case $1 in
2436
  --*=*)
2437
    ac_option=`expr "x$1" : 'x\([^=]*\)='`
2438
    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2439
    ac_shift=:
2440
    ;;
2441
  -*)
2442
    ac_option=$1
2443
    ac_optarg=$2
2444
    ac_shift=shift
2445
    ;;
2446
  *) # This is not an option, so the user has probably given explicit
2447
     # arguments.
2448
     ac_option=$1
2449
     ac_need_defaults=false;;
2450
  esac
2451
 
2452
  case $ac_option in
2453
  # Handling of the options.
2454
_ACEOF
2455
cat >>$CONFIG_STATUS <<\_ACEOF
2456
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2457
    ac_cs_recheck=: ;;
2458
  --version | --vers* | -V )
2459
    echo "$ac_cs_version"; exit 0 ;;
2460
  --he | --h)
2461
    # Conflict between --help and --header
2462
    { { echo "$as_me:$LINENO: error: ambiguous option: $1
2463
Try \`$0 --help' for more information." >&5
2464
echo "$as_me: error: ambiguous option: $1
2465
Try \`$0 --help' for more information." >&2;}
2466
   { (exit 1); exit 1; }; };;
2467
  --help | --hel | -h )
2468
    echo "$ac_cs_usage"; exit 0 ;;
2469
  --debug | --d* | -d )
2470
    debug=: ;;
2471
  --file | --fil | --fi | --f )
2472
    $ac_shift
2473
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2474
    ac_need_defaults=false;;
2475
  --header | --heade | --head | --hea )
2476
    $ac_shift
2477
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2478
    ac_need_defaults=false;;
2479
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2480
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2481
    ac_cs_silent=: ;;
2482
 
2483
  # This is an error.
2484
  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2485
Try \`$0 --help' for more information." >&5
2486
echo "$as_me: error: unrecognized option: $1
2487
Try \`$0 --help' for more information." >&2;}
2488
   { (exit 1); exit 1; }; } ;;
2489
 
2490
  *) ac_config_targets="$ac_config_targets $1" ;;
2491
 
2492
  esac
2493
  shift
2494
done
2495
 
2496
ac_configure_extra_args=
2497
 
2498
if $ac_cs_silent; then
2499
  exec 6>/dev/null
2500
  ac_configure_extra_args="$ac_configure_extra_args --silent"
2501
fi
2502
 
2503
_ACEOF
2504
cat >>$CONFIG_STATUS <<_ACEOF
2505
if \$ac_cs_recheck; then
2506
  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2507
  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2508
fi
2509
 
2510
_ACEOF
2511
 
2512
cat >>$CONFIG_STATUS <<_ACEOF
2513
#
2514
# INIT-COMMANDS section.
2515
#
2516
 
2517
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
2518
srcdir=${srcdir}
2519
target=${target}
2520
with_multisubdir=${with_multisubdir}
2521
ac_configure_args="${ac_configure_args} --enable-multilib"
2522
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
2523
libgloss_topdir=${libgloss_topdir}
2524
 
2525
 
2526
_ACEOF
2527
 
2528
 
2529
 
2530
cat >>$CONFIG_STATUS <<\_ACEOF
2531
for ac_config_target in $ac_config_targets
2532
do
2533
  case "$ac_config_target" in
2534
  # Handling of arguments.
2535
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2536
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
2537
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2538
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2539
   { (exit 1); exit 1; }; };;
2540
  esac
2541
done
2542
 
2543
# If the user did not use the arguments to specify the items to instantiate,
2544
# then the envvar interface is used.  Set only those that are not.
2545
# We use the long form for the default assignment because of an extremely
2546
# bizarre bug on SunOS 4.1.3.
2547
if $ac_need_defaults; then
2548
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2549
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
2550
fi
2551
 
2552
# Have a temporary directory for convenience.  Make it in the build tree
2553
# simply because there is no reason to put it here, and in addition,
2554
# creating and moving files from /tmp can sometimes cause problems.
2555
# Create a temporary directory, and hook for its removal unless debugging.
2556
$debug ||
2557
{
2558
  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2559
  trap '{ (exit 1); exit 1; }' 1 2 13 15
2560
}
2561
 
2562
# Create a (secure) tmp directory for tmp files.
2563
 
2564
{
2565
  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2566
  test -n "$tmp" && test -d "$tmp"
2567
}  ||
2568
{
2569
  tmp=./confstat$$-$RANDOM
2570
  (umask 077 && mkdir $tmp)
2571
} ||
2572
{
2573
   echo "$me: cannot create a temporary directory in ." >&2
2574
   { (exit 1); exit 1; }
2575
}
2576
 
2577
_ACEOF
2578
 
2579
cat >>$CONFIG_STATUS <<_ACEOF
2580
 
2581
#
2582
# CONFIG_FILES section.
2583
#
2584
 
2585
# No need to generate the scripts if there are no CONFIG_FILES.
2586
# This happens for instance when ./config.status config.h
2587
if test -n "\$CONFIG_FILES"; then
2588
  # Protect against being on the right side of a sed subst in config.status.
2589
  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2590
   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2591
s,@SHELL@,$SHELL,;t t
2592
s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2593
s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2594
s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2595
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2596
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2597
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2598
s,@exec_prefix@,$exec_prefix,;t t
2599
s,@prefix@,$prefix,;t t
2600
s,@program_transform_name@,$program_transform_name,;t t
2601
s,@bindir@,$bindir,;t t
2602
s,@sbindir@,$sbindir,;t t
2603
s,@libexecdir@,$libexecdir,;t t
2604
s,@datadir@,$datadir,;t t
2605
s,@sysconfdir@,$sysconfdir,;t t
2606
s,@sharedstatedir@,$sharedstatedir,;t t
2607
s,@localstatedir@,$localstatedir,;t t
2608
s,@libdir@,$libdir,;t t
2609
s,@includedir@,$includedir,;t t
2610
s,@oldincludedir@,$oldincludedir,;t t
2611
s,@infodir@,$infodir,;t t
2612
s,@mandir@,$mandir,;t t
2613
s,@build_alias@,$build_alias,;t t
2614
s,@host_alias@,$host_alias,;t t
2615
s,@target_alias@,$target_alias,;t t
2616
s,@DEFS@,$DEFS,;t t
2617
s,@ECHO_C@,$ECHO_C,;t t
2618
s,@ECHO_N@,$ECHO_N,;t t
2619
s,@ECHO_T@,$ECHO_T,;t t
2620
s,@LIBS@,$LIBS,;t t
2621
s,@build@,$build,;t t
2622
s,@build_cpu@,$build_cpu,;t t
2623
s,@build_vendor@,$build_vendor,;t t
2624
s,@build_os@,$build_os,;t t
2625
s,@host@,$host,;t t
2626
s,@host_cpu@,$host_cpu,;t t
2627
s,@host_vendor@,$host_vendor,;t t
2628
s,@host_os@,$host_os,;t t
2629
s,@target@,$target,;t t
2630
s,@target_cpu@,$target_cpu,;t t
2631
s,@target_vendor@,$target_vendor,;t t
2632
s,@target_os@,$target_os,;t t
2633
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2634
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2635
s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2636
s,@CC@,$CC,;t t
2637
s,@am__leading_dot@,$am__leading_dot,;t t
2638
s,@DEPDIR@,$DEPDIR,;t t
2639
s,@am__include@,$am__include,;t t
2640
s,@am__quote@,$am__quote,;t t
2641
s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
2642
s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
2643
s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
2644
s,@CCDEPMODE@,$CCDEPMODE,;t t
2645
s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
2646
s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
2647
s,@AS@,$AS,;t t
2648
s,@AR@,$AR,;t t
2649
s,@LD@,$LD,;t t
2650
s,@RANLIB@,$RANLIB,;t t
2651
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
2652
s,@CCAS@,$CCAS,;t t
2653
s,@CCASFLAGS@,$CCASFLAGS,;t t
2654
s,@host_makefile_frag_path@,$host_makefile_frag_path,;t t
2655
s,@LIBOBJS@,$LIBOBJS,;t t
2656
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2657
/@host_makefile_frag@/r $host_makefile_frag
2658
s,@host_makefile_frag@,,;t t
2659
CEOF
2660
 
2661
_ACEOF
2662
 
2663
  cat >>$CONFIG_STATUS <<\_ACEOF
2664
  # Split the substitutions into bite-sized pieces for seds with
2665
  # small command number limits, like on Digital OSF/1 and HP-UX.
2666
  ac_max_sed_lines=48
2667
  ac_sed_frag=1 # Number of current file.
2668
  ac_beg=1 # First line for current file.
2669
  ac_end=$ac_max_sed_lines # Line after last line for current file.
2670
  ac_more_lines=:
2671
  ac_sed_cmds=
2672
  while $ac_more_lines; do
2673
    if test $ac_beg -gt 1; then
2674
      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2675
    else
2676
      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2677
    fi
2678
    if test ! -s $tmp/subs.frag; then
2679
      ac_more_lines=false
2680
    else
2681
      # The purpose of the label and of the branching condition is to
2682
      # speed up the sed processing (if there are no `@' at all, there
2683
      # is no need to browse any of the substitutions).
2684
      # These are the two extra sed commands mentioned above.
2685
      (echo ':t
2686
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2687
      if test -z "$ac_sed_cmds"; then
2688
        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2689
      else
2690
        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2691
      fi
2692
      ac_sed_frag=`expr $ac_sed_frag + 1`
2693
      ac_beg=$ac_end
2694
      ac_end=`expr $ac_end + $ac_max_sed_lines`
2695
    fi
2696
  done
2697
  if test -z "$ac_sed_cmds"; then
2698
    ac_sed_cmds=cat
2699
  fi
2700
fi # test -n "$CONFIG_FILES"
2701
 
2702
_ACEOF
2703
cat >>$CONFIG_STATUS <<\_ACEOF
2704
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2705
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2706
  case $ac_file in
2707
  - | *:- | *:-:* ) # input from stdin
2708
        cat >$tmp/stdin
2709
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2710
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2711
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2712
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2713
  * )   ac_file_in=$ac_file.in ;;
2714
  esac
2715
 
2716
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2717
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2718
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2719
         X"$ac_file" : 'X\(//\)[^/]' \| \
2720
         X"$ac_file" : 'X\(//\)$' \| \
2721
         X"$ac_file" : 'X\(/\)' \| \
2722
         .     : '\(.\)' 2>/dev/null ||
2723
echo X"$ac_file" |
2724
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2725
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2726
          /^X\(\/\/\)$/{ s//\1/; q; }
2727
          /^X\(\/\).*/{ s//\1/; q; }
2728
          s/.*/./; q'`
2729
  { if $as_mkdir_p; then
2730
    mkdir -p "$ac_dir"
2731
  else
2732
    as_dir="$ac_dir"
2733
    as_dirs=
2734
    while test ! -d "$as_dir"; do
2735
      as_dirs="$as_dir $as_dirs"
2736
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
2737
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2738
         X"$as_dir" : 'X\(//\)[^/]' \| \
2739
         X"$as_dir" : 'X\(//\)$' \| \
2740
         X"$as_dir" : 'X\(/\)' \| \
2741
         .     : '\(.\)' 2>/dev/null ||
2742
echo X"$as_dir" |
2743
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2744
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2745
          /^X\(\/\/\)$/{ s//\1/; q; }
2746
          /^X\(\/\).*/{ s//\1/; q; }
2747
          s/.*/./; q'`
2748
    done
2749
    test ! -n "$as_dirs" || mkdir $as_dirs
2750
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2751
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2752
   { (exit 1); exit 1; }; }; }
2753
 
2754
  ac_builddir=.
2755
 
2756
if test "$ac_dir" != .; then
2757
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2758
  # A "../" for each directory in $ac_dir_suffix.
2759
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2760
else
2761
  ac_dir_suffix= ac_top_builddir=
2762
fi
2763
 
2764
case $srcdir in
2765
  .)  # No --srcdir option.  We are building in place.
2766
    ac_srcdir=.
2767
    if test -z "$ac_top_builddir"; then
2768
       ac_top_srcdir=.
2769
    else
2770
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2771
    fi ;;
2772
  [\\/]* | ?:[\\/]* )  # Absolute path.
2773
    ac_srcdir=$srcdir$ac_dir_suffix;
2774
    ac_top_srcdir=$srcdir ;;
2775
  *) # Relative path.
2776
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2777
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
2778
esac
2779
 
2780
# Do not use `cd foo && pwd` to compute absolute paths, because
2781
# the directories may not exist.
2782
case `pwd` in
2783
.) ac_abs_builddir="$ac_dir";;
2784
*)
2785
  case "$ac_dir" in
2786
  .) ac_abs_builddir=`pwd`;;
2787
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2788
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
2789
  esac;;
2790
esac
2791
case $ac_abs_builddir in
2792
.) ac_abs_top_builddir=${ac_top_builddir}.;;
2793
*)
2794
  case ${ac_top_builddir}. in
2795
  .) ac_abs_top_builddir=$ac_abs_builddir;;
2796
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2797
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2798
  esac;;
2799
esac
2800
case $ac_abs_builddir in
2801
.) ac_abs_srcdir=$ac_srcdir;;
2802
*)
2803
  case $ac_srcdir in
2804
  .) ac_abs_srcdir=$ac_abs_builddir;;
2805
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2806
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2807
  esac;;
2808
esac
2809
case $ac_abs_builddir in
2810
.) ac_abs_top_srcdir=$ac_top_srcdir;;
2811
*)
2812
  case $ac_top_srcdir in
2813
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
2814
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
2815
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
2816
  esac;;
2817
esac
2818
 
2819
 
2820
  case $INSTALL in
2821
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
2822
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2823
  esac
2824
 
2825
  if test x"$ac_file" != x-; then
2826
    { echo "$as_me:$LINENO: creating $ac_file" >&5
2827
echo "$as_me: creating $ac_file" >&6;}
2828
    rm -f "$ac_file"
2829
  fi
2830
  # Let's still pretend it is `configure' which instantiates (i.e., don't
2831
  # use $as_me), people would be surprised to read:
2832
  #    /* config.h.  Generated by config.status.  */
2833
  if test x"$ac_file" = x-; then
2834
    configure_input=
2835
  else
2836
    configure_input="$ac_file.  "
2837
  fi
2838
  configure_input=$configure_input"Generated from `echo $ac_file_in |
2839
                                     sed 's,.*/,,'` by configure."
2840
 
2841
  # First look for the input files in the build tree, otherwise in the
2842
  # src tree.
2843
  ac_file_inputs=`IFS=:
2844
    for f in $ac_file_in; do
2845
      case $f in
2846
      -) echo $tmp/stdin ;;
2847
      [\\/$]*)
2848
         # Absolute (can't be DOS-style, as IFS=:)
2849
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2850
echo "$as_me: error: cannot find input file: $f" >&2;}
2851
   { (exit 1); exit 1; }; }
2852
         echo "$f";;
2853
      *) # Relative
2854
         if test -f "$f"; then
2855
           # Build tree
2856
           echo "$f"
2857
         elif test -f "$srcdir/$f"; then
2858
           # Source tree
2859
           echo "$srcdir/$f"
2860
         else
2861
           # /dev/null tree
2862
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
2863
echo "$as_me: error: cannot find input file: $f" >&2;}
2864
   { (exit 1); exit 1; }; }
2865
         fi;;
2866
      esac
2867
    done` || { (exit 1); exit 1; }
2868
_ACEOF
2869
cat >>$CONFIG_STATUS <<_ACEOF
2870
  sed "$ac_vpsub
2871
$extrasub
2872
_ACEOF
2873
cat >>$CONFIG_STATUS <<\_ACEOF
2874
:t
2875
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2876
s,@configure_input@,$configure_input,;t t
2877
s,@srcdir@,$ac_srcdir,;t t
2878
s,@abs_srcdir@,$ac_abs_srcdir,;t t
2879
s,@top_srcdir@,$ac_top_srcdir,;t t
2880
s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
2881
s,@builddir@,$ac_builddir,;t t
2882
s,@abs_builddir@,$ac_abs_builddir,;t t
2883
s,@top_builddir@,$ac_top_builddir,;t t
2884
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
2885
s,@INSTALL@,$ac_INSTALL,;t t
2886
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
2887
  rm -f $tmp/stdin
2888
  if test x"$ac_file" != x-; then
2889
    mv $tmp/out $ac_file
2890
  else
2891
    cat $tmp/out
2892
    rm -f $tmp/out
2893
  fi
2894
 
2895
  # Run the commands associated with the file.
2896
  case $ac_file in
2897
    Makefile ) . ${libgloss_topdir}/config-ml.in ;;
2898
  esac
2899
done
2900
_ACEOF
2901
cat >>$CONFIG_STATUS <<\_ACEOF
2902
 
2903
#
2904
# CONFIG_COMMANDS section.
2905
#
2906
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
2907
  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
2908
  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
2909
  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
2910
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2911
         X"$ac_dest" : 'X\(//\)[^/]' \| \
2912
         X"$ac_dest" : 'X\(//\)$' \| \
2913
         X"$ac_dest" : 'X\(/\)' \| \
2914
         .     : '\(.\)' 2>/dev/null ||
2915
echo X"$ac_dest" |
2916
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2917
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2918
          /^X\(\/\/\)$/{ s//\1/; q; }
2919
          /^X\(\/\).*/{ s//\1/; q; }
2920
          s/.*/./; q'`
2921
  { if $as_mkdir_p; then
2922
    mkdir -p "$ac_dir"
2923
  else
2924
    as_dir="$ac_dir"
2925
    as_dirs=
2926
    while test ! -d "$as_dir"; do
2927
      as_dirs="$as_dir $as_dirs"
2928
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
2929
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2930
         X"$as_dir" : 'X\(//\)[^/]' \| \
2931
         X"$as_dir" : 'X\(//\)$' \| \
2932
         X"$as_dir" : 'X\(/\)' \| \
2933
         .     : '\(.\)' 2>/dev/null ||
2934
echo X"$as_dir" |
2935
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2936
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2937
          /^X\(\/\/\)$/{ s//\1/; q; }
2938
          /^X\(\/\).*/{ s//\1/; q; }
2939
          s/.*/./; q'`
2940
    done
2941
    test ! -n "$as_dirs" || mkdir $as_dirs
2942
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2943
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2944
   { (exit 1); exit 1; }; }; }
2945
 
2946
  ac_builddir=.
2947
 
2948
if test "$ac_dir" != .; then
2949
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2950
  # A "../" for each directory in $ac_dir_suffix.
2951
  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
2952
else
2953
  ac_dir_suffix= ac_top_builddir=
2954
fi
2955
 
2956
case $srcdir in
2957
  .)  # No --srcdir option.  We are building in place.
2958
    ac_srcdir=.
2959
    if test -z "$ac_top_builddir"; then
2960
       ac_top_srcdir=.
2961
    else
2962
       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
2963
    fi ;;
2964
  [\\/]* | ?:[\\/]* )  # Absolute path.
2965
    ac_srcdir=$srcdir$ac_dir_suffix;
2966
    ac_top_srcdir=$srcdir ;;
2967
  *) # Relative path.
2968
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
2969
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
2970
esac
2971
 
2972
# Do not use `cd foo && pwd` to compute absolute paths, because
2973
# the directories may not exist.
2974
case `pwd` in
2975
.) ac_abs_builddir="$ac_dir";;
2976
*)
2977
  case "$ac_dir" in
2978
  .) ac_abs_builddir=`pwd`;;
2979
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
2980
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
2981
  esac;;
2982
esac
2983
case $ac_abs_builddir in
2984
.) ac_abs_top_builddir=${ac_top_builddir}.;;
2985
*)
2986
  case ${ac_top_builddir}. in
2987
  .) ac_abs_top_builddir=$ac_abs_builddir;;
2988
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
2989
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
2990
  esac;;
2991
esac
2992
case $ac_abs_builddir in
2993
.) ac_abs_srcdir=$ac_srcdir;;
2994
*)
2995
  case $ac_srcdir in
2996
  .) ac_abs_srcdir=$ac_abs_builddir;;
2997
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
2998
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
2999
  esac;;
3000
esac
3001
case $ac_abs_builddir in
3002
.) ac_abs_top_srcdir=$ac_top_srcdir;;
3003
*)
3004
  case $ac_top_srcdir in
3005
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
3006
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3007
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3008
  esac;;
3009
esac
3010
 
3011
 
3012
  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
3013
echo "$as_me: executing $ac_dest commands" >&6;}
3014
  case $ac_dest in
3015
    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
3016
  # Strip MF so we end up with the name of the file.
3017
  mf=`echo "$mf" | sed -e 's/:.*$//'`
3018
  # Check whether this is an Automake generated Makefile or not.
3019
  # We used to match only the files named `Makefile.in', but
3020
  # some people rename them; so instead we look at the file content.
3021
  # Grep'ing the first line is not enough: some people post-process
3022
  # each Makefile.in and add a new line on top of each file to say so.
3023
  # So let's grep whole file.
3024
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
3025
    dirpart=`(dirname "$mf") 2>/dev/null ||
3026
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3027
         X"$mf" : 'X\(//\)[^/]' \| \
3028
         X"$mf" : 'X\(//\)$' \| \
3029
         X"$mf" : 'X\(/\)' \| \
3030
         .     : '\(.\)' 2>/dev/null ||
3031
echo X"$mf" |
3032
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3033
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3034
          /^X\(\/\/\)$/{ s//\1/; q; }
3035
          /^X\(\/\).*/{ s//\1/; q; }
3036
          s/.*/./; q'`
3037
  else
3038
    continue
3039
  fi
3040
  # Extract the definition of DEPDIR, am__include, and am__quote
3041
  # from the Makefile without running `make'.
3042
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
3043
  test -z "$DEPDIR" && continue
3044
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
3045
  test -z "am__include" && continue
3046
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
3047
  # When using ansi2knr, U may be empty or an underscore; expand it
3048
  U=`sed -n 's/^U = //p' < "$mf"`
3049
  # Find all dependency output files, they are included files with
3050
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
3051
  # simplest approach to changing $(DEPDIR) to its actual value in the
3052
  # expansion.
3053
  for file in `sed -n "
3054
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
3055
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
3056
    # Make sure the directory exists.
3057
    test -f "$dirpart/$file" && continue
3058
    fdir=`(dirname "$file") 2>/dev/null ||
3059
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3060
         X"$file" : 'X\(//\)[^/]' \| \
3061
         X"$file" : 'X\(//\)$' \| \
3062
         X"$file" : 'X\(/\)' \| \
3063
         .     : '\(.\)' 2>/dev/null ||
3064
echo X"$file" |
3065
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3066
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3067
          /^X\(\/\/\)$/{ s//\1/; q; }
3068
          /^X\(\/\).*/{ s//\1/; q; }
3069
          s/.*/./; q'`
3070
    { if $as_mkdir_p; then
3071
    mkdir -p $dirpart/$fdir
3072
  else
3073
    as_dir=$dirpart/$fdir
3074
    as_dirs=
3075
    while test ! -d "$as_dir"; do
3076
      as_dirs="$as_dir $as_dirs"
3077
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
3078
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3079
         X"$as_dir" : 'X\(//\)[^/]' \| \
3080
         X"$as_dir" : 'X\(//\)$' \| \
3081
         X"$as_dir" : 'X\(/\)' \| \
3082
         .     : '\(.\)' 2>/dev/null ||
3083
echo X"$as_dir" |
3084
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3085
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3086
          /^X\(\/\/\)$/{ s//\1/; q; }
3087
          /^X\(\/\).*/{ s//\1/; q; }
3088
          s/.*/./; q'`
3089
    done
3090
    test ! -n "$as_dirs" || mkdir $as_dirs
3091
  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
3092
echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
3093
   { (exit 1); exit 1; }; }; }
3094
 
3095
    # echo "creating $dirpart/$file"
3096
    echo '# dummy' > "$dirpart/$file"
3097
  done
3098
done
3099
 ;;
3100
  esac
3101
done
3102
_ACEOF
3103
 
3104
cat >>$CONFIG_STATUS <<\_ACEOF
3105
 
3106
{ (exit 0); exit 0; }
3107
_ACEOF
3108
chmod +x $CONFIG_STATUS
3109
ac_clean_files=$ac_clean_files_save
3110
 
3111
 
3112
# configure is writing to config.log, and then calls config.status.
3113
# config.status does its own redirection, appending to config.log.
3114
# Unfortunately, on DOS this fails, as config.log is still kept open
3115
# by configure, so config.status won't be able to write to it; its
3116
# output is simply discarded.  So we exec the FD to /dev/null,
3117
# effectively closing config.log, so it can be properly (re)opened and
3118
# appended to by config.status.  When coming back to configure, we
3119
# need to make the FD available again.
3120
if test "$no_create" != yes; then
3121
  ac_cs_success=:
3122
  ac_config_status_args=
3123
  test "$silent" = yes &&
3124
    ac_config_status_args="$ac_config_status_args --quiet"
3125
  exec 5>/dev/null
3126
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3127
  exec 5>>config.log
3128
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3129
  # would make configure fail if this is the last instruction.
3130
  $ac_cs_success || { (exit 1); exit 1; }
3131
fi
3132
 

powered by: WebSVN 2.1.0

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