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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tcl/] [win/] [configure] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#! /bin/sh
2
 
3
# Guess values for system-dependent variables and create Makefiles.
4
# Generated automatically using autoconf version 2.13
5
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6
#
7
# This configure script is free software; the Free Software Foundation
8
# gives unlimited permission to copy, distribute and modify it.
9
 
10
# Defaults:
11
ac_help=
12
ac_default_prefix=/usr/local
13
# Any additions from configure.in:
14
 
15
# Initialize some variables set by options.
16
# The variables have the same names as the options, with
17
# dashes changed to underlines.
18
build=NONE
19
cache_file=./config.cache
20
exec_prefix=NONE
21
host=NONE
22
no_create=
23
nonopt=NONE
24
no_recursion=
25
prefix=NONE
26
program_prefix=NONE
27
program_suffix=NONE
28
program_transform_name=s,x,x,
29
silent=
30
site=
31
sitefile=
32
srcdir=
33
target=NONE
34
verbose=
35
x_includes=NONE
36
x_libraries=NONE
37
bindir='${exec_prefix}/bin'
38
sbindir='${exec_prefix}/sbin'
39
libexecdir='${exec_prefix}/libexec'
40
datadir='${prefix}/share'
41
sysconfdir='${prefix}/etc'
42
sharedstatedir='${prefix}/com'
43
localstatedir='${prefix}/var'
44
libdir='${exec_prefix}/lib'
45
includedir='${prefix}/include'
46
oldincludedir='/usr/include'
47
infodir='${prefix}/info'
48
mandir='${prefix}/man'
49
 
50
# Initialize some other variables.
51
subdirs=
52
MFLAGS= MAKEFLAGS=
53
SHELL=${CONFIG_SHELL-/bin/sh}
54
# Maximum number of lines to put in a shell here document.
55
ac_max_here_lines=12
56
 
57
ac_prev=
58
for ac_option
59
do
60
 
61
  # If the previous option needs an argument, assign it.
62
  if test -n "$ac_prev"; then
63
    eval "$ac_prev=\$ac_option"
64
    ac_prev=
65
    continue
66
  fi
67
 
68
  case "$ac_option" in
69
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70
  *) ac_optarg= ;;
71
  esac
72
 
73
  # Accept the important Cygnus configure options, so we can diagnose typos.
74
 
75
  case "$ac_option" in
76
 
77
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
78
    ac_prev=bindir ;;
79
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80
    bindir="$ac_optarg" ;;
81
 
82
  -build | --build | --buil | --bui | --bu)
83
    ac_prev=build ;;
84
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85
    build="$ac_optarg" ;;
86
 
87
  -cache-file | --cache-file | --cache-fil | --cache-fi \
88
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89
    ac_prev=cache_file ;;
90
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92
    cache_file="$ac_optarg" ;;
93
 
94
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95
    ac_prev=datadir ;;
96
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97
  | --da=*)
98
    datadir="$ac_optarg" ;;
99
 
100
  -disable-* | --disable-*)
101
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102
    # Reject names that are not valid shell variable names.
103
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105
    fi
106
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107
    eval "enable_${ac_feature}=no" ;;
108
 
109
  -enable-* | --enable-*)
110
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111
    # Reject names that are not valid shell variable names.
112
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
113
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114
    fi
115
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116
    case "$ac_option" in
117
      *=*) ;;
118
      *) ac_optarg=yes ;;
119
    esac
120
    eval "enable_${ac_feature}='$ac_optarg'" ;;
121
 
122
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124
  | --exec | --exe | --ex)
125
    ac_prev=exec_prefix ;;
126
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128
  | --exec=* | --exe=* | --ex=*)
129
    exec_prefix="$ac_optarg" ;;
130
 
131
  -gas | --gas | --ga | --g)
132
    # Obsolete; use --with-gas.
133
    with_gas=yes ;;
134
 
135
  -help | --help | --hel | --he)
136
    # Omit some internal or obsolete options to make the list less imposing.
137
    # This message is too long to be a string in the A/UX 3.1 sh.
138
    cat << EOF
139
Usage: configure [options] [host]
140
Options: [defaults in brackets after descriptions]
141
Configuration:
142
  --cache-file=FILE       cache test results in FILE
143
  --help                  print this message
144
  --no-create             do not create output files
145
  --quiet, --silent       do not print \`checking...' messages
146
  --site-file=FILE        use FILE as the site file
147
  --version               print the version of autoconf that created configure
148
Directory and file names:
149
  --prefix=PREFIX         install architecture-independent files in PREFIX
150
                          [$ac_default_prefix]
151
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
152
                          [same as prefix]
153
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
154
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
155
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
156
  --datadir=DIR           read-only architecture-independent data in DIR
157
                          [PREFIX/share]
158
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
159
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
160
                          [PREFIX/com]
161
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
162
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
163
  --includedir=DIR        C header files in DIR [PREFIX/include]
164
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
165
  --infodir=DIR           info documentation in DIR [PREFIX/info]
166
  --mandir=DIR            man documentation in DIR [PREFIX/man]
167
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
168
  --program-prefix=PREFIX prepend PREFIX to installed program names
169
  --program-suffix=SUFFIX append SUFFIX to installed program names
170
  --program-transform-name=PROGRAM
171
                          run sed PROGRAM on installed program names
172
EOF
173
    cat << EOF
174
Host type:
175
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
176
  --host=HOST             configure for HOST [guessed]
177
  --target=TARGET         configure for TARGET [TARGET=HOST]
178
Features and packages:
179
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
180
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
181
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
182
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
183
  --x-includes=DIR        X include files are in DIR
184
  --x-libraries=DIR       X library files are in DIR
185
EOF
186
    if test -n "$ac_help"; then
187
      echo "--enable and --with options recognized:$ac_help"
188
    fi
189
    exit 0 ;;
190
 
191
  -host | --host | --hos | --ho)
192
    ac_prev=host ;;
193
  -host=* | --host=* | --hos=* | --ho=*)
194
    host="$ac_optarg" ;;
195
 
196
  -includedir | --includedir | --includedi | --included | --include \
197
  | --includ | --inclu | --incl | --inc)
198
    ac_prev=includedir ;;
199
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
200
  | --includ=* | --inclu=* | --incl=* | --inc=*)
201
    includedir="$ac_optarg" ;;
202
 
203
  -infodir | --infodir | --infodi | --infod | --info | --inf)
204
    ac_prev=infodir ;;
205
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
206
    infodir="$ac_optarg" ;;
207
 
208
  -libdir | --libdir | --libdi | --libd)
209
    ac_prev=libdir ;;
210
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
211
    libdir="$ac_optarg" ;;
212
 
213
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
214
  | --libexe | --libex | --libe)
215
    ac_prev=libexecdir ;;
216
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
217
  | --libexe=* | --libex=* | --libe=*)
218
    libexecdir="$ac_optarg" ;;
219
 
220
  -localstatedir | --localstatedir | --localstatedi | --localstated \
221
  | --localstate | --localstat | --localsta | --localst \
222
  | --locals | --local | --loca | --loc | --lo)
223
    ac_prev=localstatedir ;;
224
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
225
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
226
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
227
    localstatedir="$ac_optarg" ;;
228
 
229
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
230
    ac_prev=mandir ;;
231
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
232
    mandir="$ac_optarg" ;;
233
 
234
  -nfp | --nfp | --nf)
235
    # Obsolete; use --without-fp.
236
    with_fp=no ;;
237
 
238
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
239
  | --no-cr | --no-c)
240
    no_create=yes ;;
241
 
242
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
243
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
244
    no_recursion=yes ;;
245
 
246
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
247
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
248
  | --oldin | --oldi | --old | --ol | --o)
249
    ac_prev=oldincludedir ;;
250
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
251
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
252
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
253
    oldincludedir="$ac_optarg" ;;
254
 
255
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
256
    ac_prev=prefix ;;
257
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
258
    prefix="$ac_optarg" ;;
259
 
260
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
261
  | --program-pre | --program-pr | --program-p)
262
    ac_prev=program_prefix ;;
263
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
264
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
265
    program_prefix="$ac_optarg" ;;
266
 
267
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
268
  | --program-suf | --program-su | --program-s)
269
    ac_prev=program_suffix ;;
270
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
271
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
272
    program_suffix="$ac_optarg" ;;
273
 
274
  -program-transform-name | --program-transform-name \
275
  | --program-transform-nam | --program-transform-na \
276
  | --program-transform-n | --program-transform- \
277
  | --program-transform | --program-transfor \
278
  | --program-transfo | --program-transf \
279
  | --program-trans | --program-tran \
280
  | --progr-tra | --program-tr | --program-t)
281
    ac_prev=program_transform_name ;;
282
  -program-transform-name=* | --program-transform-name=* \
283
  | --program-transform-nam=* | --program-transform-na=* \
284
  | --program-transform-n=* | --program-transform-=* \
285
  | --program-transform=* | --program-transfor=* \
286
  | --program-transfo=* | --program-transf=* \
287
  | --program-trans=* | --program-tran=* \
288
  | --progr-tra=* | --program-tr=* | --program-t=*)
289
    program_transform_name="$ac_optarg" ;;
290
 
291
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
292
  | -silent | --silent | --silen | --sile | --sil)
293
    silent=yes ;;
294
 
295
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
296
    ac_prev=sbindir ;;
297
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
298
  | --sbi=* | --sb=*)
299
    sbindir="$ac_optarg" ;;
300
 
301
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
302
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
303
  | --sharedst | --shareds | --shared | --share | --shar \
304
  | --sha | --sh)
305
    ac_prev=sharedstatedir ;;
306
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
307
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
308
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
309
  | --sha=* | --sh=*)
310
    sharedstatedir="$ac_optarg" ;;
311
 
312
  -site | --site | --sit)
313
    ac_prev=site ;;
314
  -site=* | --site=* | --sit=*)
315
    site="$ac_optarg" ;;
316
 
317
  -site-file | --site-file | --site-fil | --site-fi | --site-f)
318
    ac_prev=sitefile ;;
319
  -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
320
    sitefile="$ac_optarg" ;;
321
 
322
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
323
    ac_prev=srcdir ;;
324
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
325
    srcdir="$ac_optarg" ;;
326
 
327
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
328
  | --syscon | --sysco | --sysc | --sys | --sy)
329
    ac_prev=sysconfdir ;;
330
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
331
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
332
    sysconfdir="$ac_optarg" ;;
333
 
334
  -target | --target | --targe | --targ | --tar | --ta | --t)
335
    ac_prev=target ;;
336
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
337
    target="$ac_optarg" ;;
338
 
339
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
340
    verbose=yes ;;
341
 
342
  -version | --version | --versio | --versi | --vers)
343
    echo "configure generated by autoconf version 2.13"
344
    exit 0 ;;
345
 
346
  -with-* | --with-*)
347
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
348
    # Reject names that are not valid shell variable names.
349
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
350
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
351
    fi
352
    ac_package=`echo $ac_package| sed 's/-/_/g'`
353
    case "$ac_option" in
354
      *=*) ;;
355
      *) ac_optarg=yes ;;
356
    esac
357
    eval "with_${ac_package}='$ac_optarg'" ;;
358
 
359
  -without-* | --without-*)
360
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
361
    # Reject names that are not valid shell variable names.
362
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
363
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
364
    fi
365
    ac_package=`echo $ac_package| sed 's/-/_/g'`
366
    eval "with_${ac_package}=no" ;;
367
 
368
  --x)
369
    # Obsolete; use --with-x.
370
    with_x=yes ;;
371
 
372
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
373
  | --x-incl | --x-inc | --x-in | --x-i)
374
    ac_prev=x_includes ;;
375
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
376
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
377
    x_includes="$ac_optarg" ;;
378
 
379
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
380
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
381
    ac_prev=x_libraries ;;
382
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
383
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
384
    x_libraries="$ac_optarg" ;;
385
 
386
  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
387
    ;;
388
 
389
  *)
390
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
391
      echo "configure: warning: $ac_option: invalid host type" 1>&2
392
    fi
393
    if test "x$nonopt" != xNONE; then
394
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
395
    fi
396
    nonopt="$ac_option"
397
    ;;
398
 
399
  esac
400
done
401
 
402
if test -n "$ac_prev"; then
403
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
404
fi
405
 
406
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
407
 
408
# File descriptor usage:
409
# 0 standard input
410
# 1 file creation
411
# 2 errors and warnings
412
# 3 some systems may open it to /dev/tty
413
# 4 used on the Kubota Titan
414
# 6 checking for... messages and results
415
# 5 compiler messages saved in config.log
416
if test "$silent" = yes; then
417
  exec 6>/dev/null
418
else
419
  exec 6>&1
420
fi
421
exec 5>./config.log
422
 
423
echo "\
424
This file contains any messages produced by compilers while
425
running configure, to aid debugging if configure makes a mistake.
426
" 1>&5
427
 
428
# Strip out --no-create and --no-recursion so they do not pile up.
429
# Also quote any args containing shell metacharacters.
430
ac_configure_args=
431
for ac_arg
432
do
433
  case "$ac_arg" in
434
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
435
  | --no-cr | --no-c) ;;
436
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
437
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
438
  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
439
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
440
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
441
  esac
442
done
443
 
444
# NLS nuisances.
445
# Only set these to C if already set.  These must not be set unconditionally
446
# because not all systems understand e.g. LANG=C (notably SCO).
447
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
448
# Non-C LC_CTYPE values break the ctype check.
449
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
450
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
451
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
452
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
453
 
454
# confdefs.h avoids OS command line length limits that DEFS can exceed.
455
rm -rf conftest* confdefs.h
456
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
457
echo > confdefs.h
458
 
459
# A filename unique to this package, relative to the directory that
460
# configure is in, which we can look for to find out if srcdir is correct.
461
ac_unique_file=../generic/tcl.h
462
 
463
# Find the source files, if location was not specified.
464
if test -z "$srcdir"; then
465
  ac_srcdir_defaulted=yes
466
  # Try the directory containing this script, then its parent.
467
  ac_prog=$0
468
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
469
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
470
  srcdir=$ac_confdir
471
  if test ! -r $srcdir/$ac_unique_file; then
472
    srcdir=..
473
  fi
474
else
475
  ac_srcdir_defaulted=no
476
fi
477
if test ! -r $srcdir/$ac_unique_file; then
478
  if test "$ac_srcdir_defaulted" = yes; then
479
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
480
  else
481
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
482
  fi
483
fi
484
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
485
 
486
# Prefer explicitly selected file to automatically selected ones.
487
if test -z "$sitefile"; then
488
  if test -z "$CONFIG_SITE"; then
489
    if test "x$prefix" != xNONE; then
490
      CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
491
    else
492
      CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
493
    fi
494
  fi
495
else
496
  CONFIG_SITE="$sitefile"
497
fi
498
for ac_site_file in $CONFIG_SITE; do
499
  if test -r "$ac_site_file"; then
500
    echo "loading site script $ac_site_file"
501
    . "$ac_site_file"
502
  fi
503
done
504
 
505
if test -r "$cache_file"; then
506
  echo "loading cache $cache_file"
507
  . $cache_file
508
else
509
  echo "creating cache $cache_file"
510
  > $cache_file
511
fi
512
 
513
ac_ext=c
514
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
515
ac_cpp='$CPP $CPPFLAGS'
516
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
517
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
518
cross_compiling=$ac_cv_prog_cc_cross
519
 
520
ac_exeext=
521
ac_objext=o
522
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
523
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
524
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
525
    ac_n= ac_c='
526
' ac_t='        '
527
  else
528
    ac_n=-n ac_c= ac_t=
529
  fi
530
else
531
  ac_n= ac_c='\c' ac_t=
532
fi
533
 
534
 
535
 
536
if test "${prefix}" = "NONE"; then
537
    prefix=/usr/local
538
fi
539
if test "${exec_prefix}" = "NONE"; then
540
    exec_prefix=$prefix
541
fi
542
 
543
ac_aux_dir=
544
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
545
  if test -f $ac_dir/install-sh; then
546
    ac_aux_dir=$ac_dir
547
    ac_install_sh="$ac_aux_dir/install-sh -c"
548
    break
549
  elif test -f $ac_dir/install.sh; then
550
    ac_aux_dir=$ac_dir
551
    ac_install_sh="$ac_aux_dir/install.sh -c"
552
    break
553
  fi
554
done
555
if test -z "$ac_aux_dir"; then
556
  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
557
fi
558
ac_config_guess=$ac_aux_dir/config.guess
559
ac_config_sub=$ac_aux_dir/config.sub
560
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
561
 
562
 
563
# Make sure we can run config.sub.
564
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
565
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
566
fi
567
 
568
echo $ac_n "checking host system type""... $ac_c" 1>&6
569
echo "configure:570: checking host system type" >&5
570
 
571
host_alias=$host
572
case "$host_alias" in
573
NONE)
574
  case $nonopt in
575
  NONE)
576
    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
577
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
578
    fi ;;
579
  *) host_alias=$nonopt ;;
580
  esac ;;
581
esac
582
 
583
host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
584
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
585
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
586
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
587
echo "$ac_t""$host" 1>&6
588
 
589
 
590
# Extract the first word of "gcc", so it can be a program name with args.
591
set dummy gcc; ac_word=$2
592
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
593
echo "configure:594: checking for $ac_word" >&5
594
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
595
  echo $ac_n "(cached) $ac_c" 1>&6
596
else
597
  if test -n "$CC"; then
598
  ac_cv_prog_CC="$CC" # Let the user override the test.
599
else
600
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
601
  ac_dummy="$PATH"
602
  for ac_dir in $ac_dummy; do
603
    test -z "$ac_dir" && ac_dir=.
604
    if test -f $ac_dir/$ac_word; then
605
      ac_cv_prog_CC="gcc"
606
      break
607
    fi
608
  done
609
  IFS="$ac_save_ifs"
610
fi
611
fi
612
CC="$ac_cv_prog_CC"
613
if test -n "$CC"; then
614
  echo "$ac_t""$CC" 1>&6
615
else
616
  echo "$ac_t""no" 1>&6
617
fi
618
 
619
if test -z "$CC"; then
620
  # Extract the first word of "cc", so it can be a program name with args.
621
set dummy cc; ac_word=$2
622
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
623
echo "configure:624: checking for $ac_word" >&5
624
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
625
  echo $ac_n "(cached) $ac_c" 1>&6
626
else
627
  if test -n "$CC"; then
628
  ac_cv_prog_CC="$CC" # Let the user override the test.
629
else
630
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
631
  ac_prog_rejected=no
632
  ac_dummy="$PATH"
633
  for ac_dir in $ac_dummy; do
634
    test -z "$ac_dir" && ac_dir=.
635
    if test -f $ac_dir/$ac_word; then
636
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
637
        ac_prog_rejected=yes
638
        continue
639
      fi
640
      ac_cv_prog_CC="cc"
641
      break
642
    fi
643
  done
644
  IFS="$ac_save_ifs"
645
if test $ac_prog_rejected = yes; then
646
  # We found a bogon in the path, so make sure we never use it.
647
  set dummy $ac_cv_prog_CC
648
  shift
649
  if test $# -gt 0; then
650
    # We chose a different compiler from the bogus one.
651
    # However, it has the same basename, so the bogon will be chosen
652
    # first if we set CC to just the basename; use the full file name.
653
    shift
654
    set dummy "$ac_dir/$ac_word" "$@"
655
    shift
656
    ac_cv_prog_CC="$@"
657
  fi
658
fi
659
fi
660
fi
661
CC="$ac_cv_prog_CC"
662
if test -n "$CC"; then
663
  echo "$ac_t""$CC" 1>&6
664
else
665
  echo "$ac_t""no" 1>&6
666
fi
667
 
668
  if test -z "$CC"; then
669
    case "`uname -s`" in
670
    *win32* | *WIN32*)
671
      # Extract the first word of "cl", so it can be a program name with args.
672
set dummy cl; ac_word=$2
673
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
674
echo "configure:675: checking for $ac_word" >&5
675
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
676
  echo $ac_n "(cached) $ac_c" 1>&6
677
else
678
  if test -n "$CC"; then
679
  ac_cv_prog_CC="$CC" # Let the user override the test.
680
else
681
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
682
  ac_dummy="$PATH"
683
  for ac_dir in $ac_dummy; do
684
    test -z "$ac_dir" && ac_dir=.
685
    if test -f $ac_dir/$ac_word; then
686
      ac_cv_prog_CC="cl"
687
      break
688
    fi
689
  done
690
  IFS="$ac_save_ifs"
691
fi
692
fi
693
CC="$ac_cv_prog_CC"
694
if test -n "$CC"; then
695
  echo "$ac_t""$CC" 1>&6
696
else
697
  echo "$ac_t""no" 1>&6
698
fi
699
 ;;
700
    esac
701
  fi
702
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
703
fi
704
 
705
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
706
echo "configure:707: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
707
 
708
ac_ext=c
709
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
710
ac_cpp='$CPP $CPPFLAGS'
711
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
712
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
713
cross_compiling=$ac_cv_prog_cc_cross
714
 
715
cat > conftest.$ac_ext << EOF
716
 
717
#line 718 "configure"
718
#include "confdefs.h"
719
 
720
main(){return(0);}
721
EOF
722
if { (eval echo configure:723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
723
  ac_cv_prog_cc_works=yes
724
  # If we can't run a trivial program, we are probably using a cross compiler.
725
  if (./conftest; exit) 2>/dev/null; then
726
    ac_cv_prog_cc_cross=no
727
  else
728
    ac_cv_prog_cc_cross=yes
729
  fi
730
else
731
  echo "configure: failed program was:" >&5
732
  cat conftest.$ac_ext >&5
733
  ac_cv_prog_cc_works=no
734
fi
735
rm -fr conftest*
736
ac_ext=c
737
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
738
ac_cpp='$CPP $CPPFLAGS'
739
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
740
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
741
cross_compiling=$ac_cv_prog_cc_cross
742
 
743
echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
744
if test $ac_cv_prog_cc_works = no; then
745
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
746
fi
747
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
748
echo "configure:749: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
749
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
750
cross_compiling=$ac_cv_prog_cc_cross
751
 
752
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
753
echo "configure:754: checking whether we are using GNU C" >&5
754
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
755
  echo $ac_n "(cached) $ac_c" 1>&6
756
else
757
  cat > conftest.c <
758
#ifdef __GNUC__
759
  yes;
760
#endif
761
EOF
762
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
763
  ac_cv_prog_gcc=yes
764
else
765
  ac_cv_prog_gcc=no
766
fi
767
fi
768
 
769
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
770
 
771
if test $ac_cv_prog_gcc = yes; then
772
  GCC=yes
773
else
774
  GCC=
775
fi
776
 
777
ac_test_CFLAGS="${CFLAGS+set}"
778
ac_save_CFLAGS="$CFLAGS"
779
CFLAGS=
780
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
781
echo "configure:782: checking whether ${CC-cc} accepts -g" >&5
782
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
783
  echo $ac_n "(cached) $ac_c" 1>&6
784
else
785
  echo 'void f(){}' > conftest.c
786
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
787
  ac_cv_prog_cc_g=yes
788
else
789
  ac_cv_prog_cc_g=no
790
fi
791
rm -f conftest*
792
 
793
fi
794
 
795
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
796
if test "$ac_test_CFLAGS" = set; then
797
  CFLAGS="$ac_save_CFLAGS"
798
elif test $ac_cv_prog_cc_g = yes; then
799
  if test "$GCC" = yes; then
800
    CFLAGS="-g -O2"
801
  else
802
    CFLAGS="-g"
803
  fi
804
else
805
  if test "$GCC" = yes; then
806
    CFLAGS="-O2"
807
  else
808
    CFLAGS=
809
  fi
810
fi
811
 
812
echo $ac_n "checking for object suffix""... $ac_c" 1>&6
813
echo "configure:814: checking for object suffix" >&5
814
if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
815
  echo $ac_n "(cached) $ac_c" 1>&6
816
else
817
  rm -f conftest*
818
echo 'int i = 1;' > conftest.$ac_ext
819
if { (eval echo configure:820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
820
  for ac_file in conftest.*; do
821
    case $ac_file in
822
    *.c) ;;
823
    *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
824
    esac
825
  done
826
else
827
  { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
828
fi
829
rm -f conftest*
830
fi
831
 
832
echo "$ac_t""$ac_cv_objext" 1>&6
833
OBJEXT=$ac_cv_objext
834
ac_objext=$ac_cv_objext
835
 
836
echo $ac_n "checking build system type""... $ac_c" 1>&6
837
echo "configure:838: checking build system type" >&5
838
 
839
build_alias=$build
840
case "$build_alias" in
841
NONE)
842
  case $nonopt in
843
  NONE) build_alias=$host_alias ;;
844
  *) build_alias=$nonopt ;;
845
  esac ;;
846
esac
847
 
848
build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
849
build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
850
build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
851
build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
852
echo "$ac_t""$build" 1>&6
853
 
854
if test $host != $build; then
855
  ac_tool_prefix=${host_alias}-
856
else
857
  ac_tool_prefix=
858
fi
859
 
860
# Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
861
set dummy ${ac_tool_prefix}nm; ac_word=$2
862
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
863
echo "configure:864: checking for $ac_word" >&5
864
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
865
  echo $ac_n "(cached) $ac_c" 1>&6
866
else
867
  if test -n "$NM"; then
868
  ac_cv_prog_NM="$NM" # Let the user override the test.
869
else
870
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
871
  ac_dummy="$PATH"
872
  for ac_dir in $ac_dummy; do
873
    test -z "$ac_dir" && ac_dir=.
874
    if test -f $ac_dir/$ac_word; then
875
      ac_cv_prog_NM="${ac_tool_prefix}nm"
876
      break
877
    fi
878
  done
879
  IFS="$ac_save_ifs"
880
fi
881
fi
882
NM="$ac_cv_prog_NM"
883
if test -n "$NM"; then
884
  echo "$ac_t""$NM" 1>&6
885
else
886
  echo "$ac_t""no" 1>&6
887
fi
888
 
889
 
890
if test -z "$ac_cv_prog_NM"; then
891
if test -n "$ac_tool_prefix"; then
892
  # Extract the first word of "nm", so it can be a program name with args.
893
set dummy nm; ac_word=$2
894
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
895
echo "configure:896: checking for $ac_word" >&5
896
if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
897
  echo $ac_n "(cached) $ac_c" 1>&6
898
else
899
  if test -n "$NM"; then
900
  ac_cv_prog_NM="$NM" # Let the user override the test.
901
else
902
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
903
  ac_dummy="$PATH"
904
  for ac_dir in $ac_dummy; do
905
    test -z "$ac_dir" && ac_dir=.
906
    if test -f $ac_dir/$ac_word; then
907
      ac_cv_prog_NM="nm"
908
      break
909
    fi
910
  done
911
  IFS="$ac_save_ifs"
912
  test -z "$ac_cv_prog_NM" && ac_cv_prog_NM="nm"
913
fi
914
fi
915
NM="$ac_cv_prog_NM"
916
if test -n "$NM"; then
917
  echo "$ac_t""$NM" 1>&6
918
else
919
  echo "$ac_t""no" 1>&6
920
fi
921
 
922
else
923
  NM="nm"
924
fi
925
fi
926
 
927
 
928
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
929
set dummy ${ac_tool_prefix}as; ac_word=$2
930
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
931
echo "configure:932: checking for $ac_word" >&5
932
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
933
  echo $ac_n "(cached) $ac_c" 1>&6
934
else
935
  if test -n "$AS"; then
936
  ac_cv_prog_AS="$AS" # Let the user override the test.
937
else
938
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
939
  ac_dummy="$PATH"
940
  for ac_dir in $ac_dummy; do
941
    test -z "$ac_dir" && ac_dir=.
942
    if test -f $ac_dir/$ac_word; then
943
      ac_cv_prog_AS="${ac_tool_prefix}as"
944
      break
945
    fi
946
  done
947
  IFS="$ac_save_ifs"
948
fi
949
fi
950
AS="$ac_cv_prog_AS"
951
if test -n "$AS"; then
952
  echo "$ac_t""$AS" 1>&6
953
else
954
  echo "$ac_t""no" 1>&6
955
fi
956
 
957
 
958
if test -z "$ac_cv_prog_AS"; then
959
if test -n "$ac_tool_prefix"; then
960
  # Extract the first word of "as", so it can be a program name with args.
961
set dummy as; ac_word=$2
962
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
963
echo "configure:964: checking for $ac_word" >&5
964
if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
965
  echo $ac_n "(cached) $ac_c" 1>&6
966
else
967
  if test -n "$AS"; then
968
  ac_cv_prog_AS="$AS" # Let the user override the test.
969
else
970
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
971
  ac_dummy="$PATH"
972
  for ac_dir in $ac_dummy; do
973
    test -z "$ac_dir" && ac_dir=.
974
    if test -f $ac_dir/$ac_word; then
975
      ac_cv_prog_AS="as"
976
      break
977
    fi
978
  done
979
  IFS="$ac_save_ifs"
980
  test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
981
fi
982
fi
983
AS="$ac_cv_prog_AS"
984
if test -n "$AS"; then
985
  echo "$ac_t""$AS" 1>&6
986
else
987
  echo "$ac_t""no" 1>&6
988
fi
989
 
990
else
991
  AS="as"
992
fi
993
fi
994
 
995
 
996
# Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
997
set dummy ${ac_tool_prefix}ld; ac_word=$2
998
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
999
echo "configure:1000: checking for $ac_word" >&5
1000
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1001
  echo $ac_n "(cached) $ac_c" 1>&6
1002
else
1003
  if test -n "$LD"; then
1004
  ac_cv_prog_LD="$LD" # Let the user override the test.
1005
else
1006
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1007
  ac_dummy="$PATH"
1008
  for ac_dir in $ac_dummy; do
1009
    test -z "$ac_dir" && ac_dir=.
1010
    if test -f $ac_dir/$ac_word; then
1011
      ac_cv_prog_LD="${ac_tool_prefix}ld"
1012
      break
1013
    fi
1014
  done
1015
  IFS="$ac_save_ifs"
1016
fi
1017
fi
1018
LD="$ac_cv_prog_LD"
1019
if test -n "$LD"; then
1020
  echo "$ac_t""$LD" 1>&6
1021
else
1022
  echo "$ac_t""no" 1>&6
1023
fi
1024
 
1025
 
1026
if test -z "$ac_cv_prog_LD"; then
1027
if test -n "$ac_tool_prefix"; then
1028
  # Extract the first word of "ld", so it can be a program name with args.
1029
set dummy ld; ac_word=$2
1030
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1031
echo "configure:1032: checking for $ac_word" >&5
1032
if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
1033
  echo $ac_n "(cached) $ac_c" 1>&6
1034
else
1035
  if test -n "$LD"; then
1036
  ac_cv_prog_LD="$LD" # Let the user override the test.
1037
else
1038
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1039
  ac_dummy="$PATH"
1040
  for ac_dir in $ac_dummy; do
1041
    test -z "$ac_dir" && ac_dir=.
1042
    if test -f $ac_dir/$ac_word; then
1043
      ac_cv_prog_LD="ld"
1044
      break
1045
    fi
1046
  done
1047
  IFS="$ac_save_ifs"
1048
  test -z "$ac_cv_prog_LD" && ac_cv_prog_LD="ld"
1049
fi
1050
fi
1051
LD="$ac_cv_prog_LD"
1052
if test -n "$LD"; then
1053
  echo "$ac_t""$LD" 1>&6
1054
else
1055
  echo "$ac_t""no" 1>&6
1056
fi
1057
 
1058
else
1059
  LD="ld"
1060
fi
1061
fi
1062
 
1063
 
1064
# Extract the first word of "ranlib", so it can be a program name with args.
1065
set dummy ranlib; ac_word=$2
1066
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1067
echo "configure:1068: checking for $ac_word" >&5
1068
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1069
  echo $ac_n "(cached) $ac_c" 1>&6
1070
else
1071
  if test -n "$RANLIB"; then
1072
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1073
else
1074
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1075
  ac_dummy="$PATH"
1076
  for ac_dir in $ac_dummy; do
1077
    test -z "$ac_dir" && ac_dir=.
1078
    if test -f $ac_dir/$ac_word; then
1079
      ac_cv_prog_RANLIB="ranlib"
1080
      break
1081
    fi
1082
  done
1083
  IFS="$ac_save_ifs"
1084
  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1085
fi
1086
fi
1087
RANLIB="$ac_cv_prog_RANLIB"
1088
if test -n "$RANLIB"; then
1089
  echo "$ac_t""$RANLIB" 1>&6
1090
else
1091
  echo "$ac_t""no" 1>&6
1092
fi
1093
 
1094
# Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
1095
set dummy ${ac_tool_prefix}dlltool; ac_word=$2
1096
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1097
echo "configure:1098: checking for $ac_word" >&5
1098
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
1099
  echo $ac_n "(cached) $ac_c" 1>&6
1100
else
1101
  if test -n "$DLLTOOL"; then
1102
  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
1103
else
1104
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1105
  ac_dummy="$PATH"
1106
  for ac_dir in $ac_dummy; do
1107
    test -z "$ac_dir" && ac_dir=.
1108
    if test -f $ac_dir/$ac_word; then
1109
      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
1110
      break
1111
    fi
1112
  done
1113
  IFS="$ac_save_ifs"
1114
fi
1115
fi
1116
DLLTOOL="$ac_cv_prog_DLLTOOL"
1117
if test -n "$DLLTOOL"; then
1118
  echo "$ac_t""$DLLTOOL" 1>&6
1119
else
1120
  echo "$ac_t""no" 1>&6
1121
fi
1122
 
1123
 
1124
if test -z "$ac_cv_prog_DLLTOOL"; then
1125
if test -n "$ac_tool_prefix"; then
1126
  # Extract the first word of "dlltool", so it can be a program name with args.
1127
set dummy dlltool; ac_word=$2
1128
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1129
echo "configure:1130: checking for $ac_word" >&5
1130
if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
1131
  echo $ac_n "(cached) $ac_c" 1>&6
1132
else
1133
  if test -n "$DLLTOOL"; then
1134
  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
1135
else
1136
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1137
  ac_dummy="$PATH"
1138
  for ac_dir in $ac_dummy; do
1139
    test -z "$ac_dir" && ac_dir=.
1140
    if test -f $ac_dir/$ac_word; then
1141
      ac_cv_prog_DLLTOOL="dlltool"
1142
      break
1143
    fi
1144
  done
1145
  IFS="$ac_save_ifs"
1146
  test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="dlltool"
1147
fi
1148
fi
1149
DLLTOOL="$ac_cv_prog_DLLTOOL"
1150
if test -n "$DLLTOOL"; then
1151
  echo "$ac_t""$DLLTOOL" 1>&6
1152
else
1153
  echo "$ac_t""no" 1>&6
1154
fi
1155
 
1156
else
1157
  DLLTOOL="dlltool"
1158
fi
1159
fi
1160
 
1161
 
1162
# Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
1163
set dummy ${ac_tool_prefix}windres; ac_word=$2
1164
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1165
echo "configure:1166: checking for $ac_word" >&5
1166
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
1167
  echo $ac_n "(cached) $ac_c" 1>&6
1168
else
1169
  if test -n "$WINDRES"; then
1170
  ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
1171
else
1172
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1173
  ac_dummy="$PATH"
1174
  for ac_dir in $ac_dummy; do
1175
    test -z "$ac_dir" && ac_dir=.
1176
    if test -f $ac_dir/$ac_word; then
1177
      ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
1178
      break
1179
    fi
1180
  done
1181
  IFS="$ac_save_ifs"
1182
fi
1183
fi
1184
WINDRES="$ac_cv_prog_WINDRES"
1185
if test -n "$WINDRES"; then
1186
  echo "$ac_t""$WINDRES" 1>&6
1187
else
1188
  echo "$ac_t""no" 1>&6
1189
fi
1190
 
1191
 
1192
if test -z "$ac_cv_prog_WINDRES"; then
1193
if test -n "$ac_tool_prefix"; then
1194
  # Extract the first word of "windres", so it can be a program name with args.
1195
set dummy windres; ac_word=$2
1196
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1197
echo "configure:1198: checking for $ac_word" >&5
1198
if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
1199
  echo $ac_n "(cached) $ac_c" 1>&6
1200
else
1201
  if test -n "$WINDRES"; then
1202
  ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
1203
else
1204
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1205
  ac_dummy="$PATH"
1206
  for ac_dir in $ac_dummy; do
1207
    test -z "$ac_dir" && ac_dir=.
1208
    if test -f $ac_dir/$ac_word; then
1209
      ac_cv_prog_WINDRES="windres"
1210
      break
1211
    fi
1212
  done
1213
  IFS="$ac_save_ifs"
1214
  test -z "$ac_cv_prog_WINDRES" && ac_cv_prog_WINDRES="windres"
1215
fi
1216
fi
1217
WINDRES="$ac_cv_prog_WINDRES"
1218
if test -n "$WINDRES"; then
1219
  echo "$ac_t""$WINDRES" 1>&6
1220
else
1221
  echo "$ac_t""no" 1>&6
1222
fi
1223
 
1224
else
1225
  WINDRES="windres"
1226
fi
1227
fi
1228
 
1229
 
1230
# Find a good install program.  We prefer a C program (faster),
1231
# so one script is as good as another.  But avoid the broken or
1232
# incompatible versions:
1233
# SysV /etc/install, /usr/sbin/install
1234
# SunOS /usr/etc/install
1235
# IRIX /sbin/install
1236
# AIX /bin/install
1237
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1238
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1239
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1240
# ./install, which can be erroneously created by make from ./install.sh.
1241
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1242
echo "configure:1243: checking for a BSD compatible install" >&5
1243
if test -z "$INSTALL"; then
1244
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1245
  echo $ac_n "(cached) $ac_c" 1>&6
1246
else
1247
    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1248
  for ac_dir in $PATH; do
1249
    # Account for people who put trailing slashes in PATH elements.
1250
    case "$ac_dir/" in
1251
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1252
    *)
1253
      # OSF1 and SCO ODT 3.0 have their own names for install.
1254
      # Don't use installbsd from OSF since it installs stuff as root
1255
      # by default.
1256
      for ac_prog in ginstall scoinst install; do
1257
        if test -f $ac_dir/$ac_prog; then
1258
          if test $ac_prog = install &&
1259
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1260
            # AIX install.  It has an incompatible calling convention.
1261
            :
1262
          else
1263
            ac_cv_path_install="$ac_dir/$ac_prog -c"
1264
            break 2
1265
          fi
1266
        fi
1267
      done
1268
      ;;
1269
    esac
1270
  done
1271
  IFS="$ac_save_IFS"
1272
 
1273
fi
1274
  if test "${ac_cv_path_install+set}" = set; then
1275
    INSTALL="$ac_cv_path_install"
1276
  else
1277
    # As a last resort, use the slow shell script.  We don't cache a
1278
    # path for INSTALL within a source directory, because that will
1279
    # break other packages using the cache if that directory is
1280
    # removed, or if the path is relative.
1281
    INSTALL="$ac_install_sh"
1282
  fi
1283
fi
1284
echo "$ac_t""$INSTALL" 1>&6
1285
 
1286
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1287
# It thinks the first close brace ends the variable substitution.
1288
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1289
 
1290
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1291
 
1292
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1293
 
1294
 
1295
# needed for the subtle differences between cygwin and mingw32
1296
case "${host}" in
1297
*-*-cygwin*)
1298
        TCL_ALLOC_OBJ=
1299
        DLL_LDLIBS=-lcygwin
1300
        DLL_LDFLAGS='-nostartfiles -Wl,--dll'
1301
        ;;
1302
*-*-mingw32*)
1303
        TCL_ALLOC_OBJ='$(TMPDIR)/tclAlloc.o'
1304
        DLL_LDLIBS=
1305
        DLL_LDFLAGS='-mdll'
1306
        ;;
1307
esac
1308
 
1309
 
1310
 
1311
 
1312
 
1313
# The following variables are just for tclConfig.sh, not for Makefile.
1314
LIBOBJS=
1315
 
1316
TCL_VERSION=8.0
1317
TCL_MAJOR_VERSION=8
1318
TCL_MINOR_VERSION=0
1319
TCL_PATCH_LEVEL=p2
1320
VERSION=${TCL_VERSION}
1321
DL_LIBS=
1322
MATH_LIBS=-lm
1323
SHLIB_CFLAGS=
1324
SHLIB_LD=
1325
SHLIB_LD_LIBS=
1326
SHLIB_SUFFIX=
1327
LD_FLAGS=
1328
TCL_LD_SEARCH_FLAGS=
1329
TCL_BUILD_LIB_SPEC="-L`pwd` -ltcl`echo ${VERSION} | tr -d .`"
1330
TCL_LIB_SPEC="-L${exec_prefix}/lib -ltcl`echo ${VERSION} | tr -d .`"
1331
TCL_LIB_VERSIONS_OK=nodots
1332
TCL_SHARED_LIB_SUFFIX=
1333
TCL_UNSHARED_LIB_SUFFIX="`echo ${VERSION} | tr -d .`.a"
1334
eval "TCL_LIB_FILE=libtcl${TCL_UNSHARED_LIB_SUFFIX}"
1335
TCL_SRC_DIR=`cd $srcdir/..; pwd`
1336
if test "$prefix" != "$exec_prefix"; then
1337
    TCL_PACKAGE_PATH="${exec_prefix}/lib ${prefix}/lib"
1338
else
1339
    TCL_PACKAGE_PATH="${prefix}/lib"
1340
fi
1341
TCL_BIN_DIR=`pwd`
1342
 
1343
 
1344
 
1345
 
1346
 
1347
 
1348
 
1349
 
1350
 
1351
 
1352
 
1353
 
1354
 
1355
 
1356
 
1357
 
1358
 
1359
 
1360
 
1361
 
1362
 
1363
 
1364
 
1365
 
1366
trap '' 1 2 15
1367
cat > confcache <<\EOF
1368
# This file is a shell script that caches the results of configure
1369
# tests run on this system so they can be shared between configure
1370
# scripts and configure runs.  It is not useful on other systems.
1371
# If it contains results you don't want to keep, you may remove or edit it.
1372
#
1373
# By default, configure uses ./config.cache as the cache file,
1374
# creating it if it does not exist already.  You can give configure
1375
# the --cache-file=FILE option to use a different cache file; that is
1376
# what configure does when it calls configure scripts in
1377
# subdirectories, so they share the cache.
1378
# Giving --cache-file=/dev/null disables caching, for debugging configure.
1379
# config.status only pays attention to the cache file if you give it the
1380
# --recheck option to rerun configure.
1381
#
1382
EOF
1383
# The following way of writing the cache mishandles newlines in values,
1384
# but we know of no workaround that is simple, portable, and efficient.
1385
# So, don't put newlines in cache variables' values.
1386
# Ultrix sh set writes to stderr and can't be redirected directly,
1387
# and sets the high bit in the cache file unless we assign to the vars.
1388
(set) 2>&1 |
1389
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
1390
  *ac_space=\ *)
1391
    # `set' does not quote correctly, so add quotes (double-quote substitution
1392
    # turns \\\\ into \\, and sed turns \\ into \).
1393
    sed -n \
1394
      -e "s/'/'\\\\''/g" \
1395
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1396
    ;;
1397
  *)
1398
    # `set' quotes correctly as required by POSIX, so do not add quotes.
1399
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1400
    ;;
1401
  esac >> confcache
1402
if cmp -s $cache_file confcache; then
1403
  :
1404
else
1405
  if test -w $cache_file; then
1406
    echo "updating cache $cache_file"
1407
    cat confcache > $cache_file
1408
  else
1409
    echo "not updating unwritable cache $cache_file"
1410
  fi
1411
fi
1412
rm -f confcache
1413
 
1414
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1415
 
1416
test "x$prefix" = xNONE && prefix=$ac_default_prefix
1417
# Let make expand exec_prefix.
1418
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1419
 
1420
# Any assignment to VPATH causes Sun make to only execute
1421
# the first set of double-colon rules, so remove it if not needed.
1422
# If there is a colon in the path, we need to keep it.
1423
if test "x$srcdir" = x.; then
1424
  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1425
fi
1426
 
1427
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1428
 
1429
# Transform confdefs.h into DEFS.
1430
# Protect against shell expansion while executing Makefile rules.
1431
# Protect against Makefile macro expansion.
1432
cat > conftest.defs <<\EOF
1433
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1434
s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1435
s%\[%\\&%g
1436
s%\]%\\&%g
1437
s%\$%$$%g
1438
EOF
1439
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1440
rm -f conftest.defs
1441
 
1442
 
1443
# Without the "./", some shells look in PATH for config.status.
1444
: ${CONFIG_STATUS=./config.status}
1445
 
1446
echo creating $CONFIG_STATUS
1447
rm -f $CONFIG_STATUS
1448
cat > $CONFIG_STATUS <
1449
#! /bin/sh
1450
# Generated automatically by configure.
1451
# Run this file to recreate the current configuration.
1452
# This directory was configured as follows,
1453
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1454
#
1455
# $0 $ac_configure_args
1456
#
1457
# Compiler output produced by configure, useful for debugging
1458
# configure, is in ./config.log if it exists.
1459
 
1460
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1461
for ac_option
1462
do
1463
  case "\$ac_option" in
1464
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1465
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1466
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1467
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1468
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
1469
    exit 0 ;;
1470
  -help | --help | --hel | --he | --h)
1471
    echo "\$ac_cs_usage"; exit 0 ;;
1472
  *) echo "\$ac_cs_usage"; exit 1 ;;
1473
  esac
1474
done
1475
 
1476
ac_given_srcdir=$srcdir
1477
ac_given_INSTALL="$INSTALL"
1478
 
1479
trap 'rm -fr `echo "Makefile ../unix/tclConfig.sh" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1480
EOF
1481
cat >> $CONFIG_STATUS <
1482
 
1483
# Protect against being on the right side of a sed subst in config.status.
1484
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1485
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1486
$ac_vpsub
1487
$extrasub
1488
s%@SHELL@%$SHELL%g
1489
s%@CFLAGS@%$CFLAGS%g
1490
s%@CPPFLAGS@%$CPPFLAGS%g
1491
s%@CXXFLAGS@%$CXXFLAGS%g
1492
s%@FFLAGS@%$FFLAGS%g
1493
s%@DEFS@%$DEFS%g
1494
s%@LDFLAGS@%$LDFLAGS%g
1495
s%@LIBS@%$LIBS%g
1496
s%@exec_prefix@%$exec_prefix%g
1497
s%@prefix@%$prefix%g
1498
s%@program_transform_name@%$program_transform_name%g
1499
s%@bindir@%$bindir%g
1500
s%@sbindir@%$sbindir%g
1501
s%@libexecdir@%$libexecdir%g
1502
s%@datadir@%$datadir%g
1503
s%@sysconfdir@%$sysconfdir%g
1504
s%@sharedstatedir@%$sharedstatedir%g
1505
s%@localstatedir@%$localstatedir%g
1506
s%@libdir@%$libdir%g
1507
s%@includedir@%$includedir%g
1508
s%@oldincludedir@%$oldincludedir%g
1509
s%@infodir@%$infodir%g
1510
s%@mandir@%$mandir%g
1511
s%@host@%$host%g
1512
s%@host_alias@%$host_alias%g
1513
s%@host_cpu@%$host_cpu%g
1514
s%@host_vendor@%$host_vendor%g
1515
s%@host_os@%$host_os%g
1516
s%@CC@%$CC%g
1517
s%@OBJEXT@%$OBJEXT%g
1518
s%@build@%$build%g
1519
s%@build_alias@%$build_alias%g
1520
s%@build_cpu@%$build_cpu%g
1521
s%@build_vendor@%$build_vendor%g
1522
s%@build_os@%$build_os%g
1523
s%@NM@%$NM%g
1524
s%@AS@%$AS%g
1525
s%@LD@%$LD%g
1526
s%@RANLIB@%$RANLIB%g
1527
s%@DLLTOOL@%$DLLTOOL%g
1528
s%@WINDRES@%$WINDRES%g
1529
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1530
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1531
s%@INSTALL_DATA@%$INSTALL_DATA%g
1532
s%@TCL_ALLOC_OBJ@%$TCL_ALLOC_OBJ%g
1533
s%@DLL_LDFLAGS@%$DLL_LDFLAGS%g
1534
s%@DLL_LDLIBS@%$DLL_LDLIBS%g
1535
s%@LIBOBJS@%$LIBOBJS%g
1536
s%@DL_LIBS@%$DL_LIBS%g
1537
s%@LD_FLAGS@%$LD_FLAGS%g
1538
s%@MATH_LIBS@%$MATH_LIBS%g
1539
s%@SHLIB_CFLAGS@%$SHLIB_CFLAGS%g
1540
s%@SHLIB_LD@%$SHLIB_LD%g
1541
s%@SHLIB_LD_LIBS@%$SHLIB_LD_LIBS%g
1542
s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g
1543
s%@TCL_BUILD_LIB_SPEC@%$TCL_BUILD_LIB_SPEC%g
1544
s%@TCL_LD_SEARCH_FLAGS@%$TCL_LD_SEARCH_FLAGS%g
1545
s%@TCL_LIB_FILE@%$TCL_LIB_FILE%g
1546
s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g
1547
s%@TCL_LIB_VERSIONS_OK@%$TCL_LIB_VERSIONS_OK%g
1548
s%@TCL_MAJOR_VERSION@%$TCL_MAJOR_VERSION%g
1549
s%@TCL_MINOR_VERSION@%$TCL_MINOR_VERSION%g
1550
s%@TCL_PACKAGE_PATH@%$TCL_PACKAGE_PATH%g
1551
s%@TCL_PATCH_LEVEL@%$TCL_PATCH_LEVEL%g
1552
s%@TCL_SHARED_LIB_SUFFIX@%$TCL_SHARED_LIB_SUFFIX%g
1553
s%@TCL_SHLIB_CFLAGS@%$TCL_SHLIB_CFLAGS%g
1554
s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
1555
s%@TCL_UNSHARED_LIB_SUFFIX@%$TCL_UNSHARED_LIB_SUFFIX%g
1556
s%@TCL_VERSION@%$TCL_VERSION%g
1557
s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g
1558
 
1559
CEOF
1560
EOF
1561
 
1562
cat >> $CONFIG_STATUS <<\EOF
1563
 
1564
# Split the substitutions into bite-sized pieces for seds with
1565
# small command number limits, like on Digital OSF/1 and HP-UX.
1566
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1567
ac_file=1 # Number of current file.
1568
ac_beg=1 # First line for current file.
1569
ac_end=$ac_max_sed_cmds # Line after last line for current file.
1570
ac_more_lines=:
1571
ac_sed_cmds=""
1572
while $ac_more_lines; do
1573
  if test $ac_beg -gt 1; then
1574
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1575
  else
1576
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1577
  fi
1578
  if test ! -s conftest.s$ac_file; then
1579
    ac_more_lines=false
1580
    rm -f conftest.s$ac_file
1581
  else
1582
    if test -z "$ac_sed_cmds"; then
1583
      ac_sed_cmds="sed -f conftest.s$ac_file"
1584
    else
1585
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1586
    fi
1587
    ac_file=`expr $ac_file + 1`
1588
    ac_beg=$ac_end
1589
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
1590
  fi
1591
done
1592
if test -z "$ac_sed_cmds"; then
1593
  ac_sed_cmds=cat
1594
fi
1595
EOF
1596
 
1597
cat >> $CONFIG_STATUS <
1598
 
1599
CONFIG_FILES=\${CONFIG_FILES-"Makefile ../unix/tclConfig.sh"}
1600
EOF
1601
cat >> $CONFIG_STATUS <<\EOF
1602
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1603
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1604
  case "$ac_file" in
1605
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1606
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1607
  *) ac_file_in="${ac_file}.in" ;;
1608
  esac
1609
 
1610
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1611
 
1612
  # Remove last slash and all that follows it.  Not all systems have dirname.
1613
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1614
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1615
    # The file is in a subdirectory.
1616
    test ! -d "$ac_dir" && mkdir "$ac_dir"
1617
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1618
    # A "../" for each directory in $ac_dir_suffix.
1619
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1620
  else
1621
    ac_dir_suffix= ac_dots=
1622
  fi
1623
 
1624
  case "$ac_given_srcdir" in
1625
  .)  srcdir=.
1626
      if test -z "$ac_dots"; then top_srcdir=.
1627
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1628
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1629
  *) # Relative path.
1630
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1631
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1632
  esac
1633
 
1634
  case "$ac_given_INSTALL" in
1635
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
1636
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1637
  esac
1638
 
1639
  echo creating "$ac_file"
1640
  rm -f "$ac_file"
1641
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1642
  case "$ac_file" in
1643
  *Makefile*) ac_comsub="1i\\
1644
# $configure_input" ;;
1645
  *) ac_comsub= ;;
1646
  esac
1647
 
1648
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1649
  sed -e "$ac_comsub
1650
s%@configure_input@%$configure_input%g
1651
s%@srcdir@%$srcdir%g
1652
s%@top_srcdir@%$top_srcdir%g
1653
s%@INSTALL@%$INSTALL%g
1654
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1655
fi; done
1656
rm -f conftest.s*
1657
 
1658
EOF
1659
cat >> $CONFIG_STATUS <
1660
 
1661
EOF
1662
cat >> $CONFIG_STATUS <<\EOF
1663
 
1664
exit 0
1665
EOF
1666
chmod +x $CONFIG_STATUS
1667
rm -fr confdefs* $ac_clean_files
1668
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1669
 

powered by: WebSVN 2.1.0

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