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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [utils/] [sparclite/] [configure] - Blame information for rev 1778

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

Line No. Rev Author Line
1 106 markom
#! /bin/sh
2
 
3
# Guess values for system-dependent variables and create Makefiles.
4
# Generated automatically using autoconf version 2.10
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
srcdir=
32
target=NONE
33
verbose=
34
x_includes=NONE
35
x_libraries=NONE
36
bindir='${exec_prefix}/bin'
37
sbindir='${exec_prefix}/sbin'
38
libexecdir='${exec_prefix}/libexec'
39
datadir='${prefix}/share'
40
sysconfdir='${prefix}/etc'
41
sharedstatedir='${prefix}/com'
42
localstatedir='${prefix}/var'
43
libdir='${exec_prefix}/lib'
44
includedir='${prefix}/include'
45
oldincludedir='/usr/include'
46
infodir='${prefix}/info'
47
mandir='${prefix}/man'
48
 
49
# Initialize some other variables.
50
subdirs=
51
MFLAGS= MAKEFLAGS=
52
 
53
ac_prev=
54
for ac_option
55
do
56
 
57
  # If the previous option needs an argument, assign it.
58
  if test -n "$ac_prev"; then
59
    eval "$ac_prev=\$ac_option"
60
    ac_prev=
61
    continue
62
  fi
63
 
64
  case "$ac_option" in
65
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
66
  *) ac_optarg= ;;
67
  esac
68
 
69
  # Accept the important Cygnus configure options, so we can diagnose typos.
70
 
71
  case "$ac_option" in
72
 
73
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
74
    ac_prev=bindir ;;
75
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
76
    bindir="$ac_optarg" ;;
77
 
78
  -build | --build | --buil | --bui | --bu)
79
    ac_prev=build ;;
80
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
81
    build="$ac_optarg" ;;
82
 
83
  -cache-file | --cache-file | --cache-fil | --cache-fi \
84
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
85
    ac_prev=cache_file ;;
86
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
87
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
88
    cache_file="$ac_optarg" ;;
89
 
90
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
91
    ac_prev=datadir ;;
92
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
93
  | --da=*)
94
    datadir="$ac_optarg" ;;
95
 
96
  -disable-* | --disable-*)
97
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
98
    # Reject names that are not valid shell variable names.
99
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
100
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
101
    fi
102
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
103
    eval "enable_${ac_feature}=no" ;;
104
 
105
  -enable-* | --enable-*)
106
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
107
    # Reject names that are not valid shell variable names.
108
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
109
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
110
    fi
111
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
112
    case "$ac_option" in
113
      *=*) ;;
114
      *) ac_optarg=yes ;;
115
    esac
116
    eval "enable_${ac_feature}='$ac_optarg'" ;;
117
 
118
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
119
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
120
  | --exec | --exe | --ex)
121
    ac_prev=exec_prefix ;;
122
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
123
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
124
  | --exec=* | --exe=* | --ex=*)
125
    exec_prefix="$ac_optarg" ;;
126
 
127
  -gas | --gas | --ga | --g)
128
    # Obsolete; use --with-gas.
129
    with_gas=yes ;;
130
 
131
  -help | --help | --hel | --he)
132
    # Omit some internal or obsolete options to make the list less imposing.
133
    # This message is too long to be a string in the A/UX 3.1 sh.
134
    cat << EOF
135
Usage: configure [options] [host]
136
Options: [defaults in brackets after descriptions]
137
Configuration:
138
  --cache-file=FILE       cache test results in FILE
139
  --help                  print this message
140
  --no-create             do not create output files
141
  --quiet, --silent       do not print \`checking...' messages
142
  --version               print the version of autoconf that created configure
143
Directory and file names:
144
  --prefix=PREFIX         install architecture-independent files in PREFIX
145
                          [$ac_default_prefix]
146
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
147
                          [same as prefix]
148
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
149
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
150
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
151
  --datadir=DIR           read-only architecture-independent data in DIR
152
                          [PREFIX/share]
153
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
154
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
155
                          [PREFIX/com]
156
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
157
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
158
  --includedir=DIR        C header files in DIR [PREFIX/include]
159
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
160
  --infodir=DIR           info documentation in DIR [PREFIX/info]
161
  --mandir=DIR            man documentation in DIR [PREFIX/man]
162
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
163
  --program-prefix=PREFIX prepend PREFIX to installed program names
164
  --program-suffix=SUFFIX append SUFFIX to installed program names
165
  --program-transform-name=PROGRAM
166
                          run sed PROGRAM on installed program names
167
EOF
168
    cat << EOF
169
Host type:
170
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
171
  --host=HOST             configure for HOST [guessed]
172
  --target=TARGET         configure for TARGET [TARGET=HOST]
173
Features and packages:
174
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
175
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
176
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
177
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
178
  --x-includes=DIR        X include files are in DIR
179
  --x-libraries=DIR       X library files are in DIR
180
EOF
181
    if test -n "$ac_help"; then
182
      echo "--enable and --with options recognized:$ac_help"
183
    fi
184
    exit 0 ;;
185
 
186
  -host | --host | --hos | --ho)
187
    ac_prev=host ;;
188
  -host=* | --host=* | --hos=* | --ho=*)
189
    host="$ac_optarg" ;;
190
 
191
  -includedir | --includedir | --includedi | --included | --include \
192
  | --includ | --inclu | --incl | --inc)
193
    ac_prev=includedir ;;
194
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
195
  | --includ=* | --inclu=* | --incl=* | --inc=*)
196
    includedir="$ac_optarg" ;;
197
 
198
  -infodir | --infodir | --infodi | --infod | --info | --inf)
199
    ac_prev=infodir ;;
200
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
201
    infodir="$ac_optarg" ;;
202
 
203
  -libdir | --libdir | --libdi | --libd)
204
    ac_prev=libdir ;;
205
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
206
    libdir="$ac_optarg" ;;
207
 
208
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
209
  | --libexe | --libex | --libe)
210
    ac_prev=libexecdir ;;
211
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
212
  | --libexe=* | --libex=* | --libe=*)
213
    libexecdir="$ac_optarg" ;;
214
 
215
  -localstatedir | --localstatedir | --localstatedi | --localstated \
216
  | --localstate | --localstat | --localsta | --localst \
217
  | --locals | --local | --loca | --loc | --lo)
218
    ac_prev=localstatedir ;;
219
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
220
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
221
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
222
    localstatedir="$ac_optarg" ;;
223
 
224
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
225
    ac_prev=mandir ;;
226
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
227
    mandir="$ac_optarg" ;;
228
 
229
  -nfp | --nfp | --nf)
230
    # Obsolete; use --without-fp.
231
    with_fp=no ;;
232
 
233
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
234
  | --no-cr | --no-c)
235
    no_create=yes ;;
236
 
237
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
238
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
239
    no_recursion=yes ;;
240
 
241
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
242
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
243
  | --oldin | --oldi | --old | --ol | --o)
244
    ac_prev=oldincludedir ;;
245
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
246
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
247
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
248
    oldincludedir="$ac_optarg" ;;
249
 
250
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
251
    ac_prev=prefix ;;
252
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
253
    prefix="$ac_optarg" ;;
254
 
255
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
256
  | --program-pre | --program-pr | --program-p)
257
    ac_prev=program_prefix ;;
258
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
259
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
260
    program_prefix="$ac_optarg" ;;
261
 
262
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
263
  | --program-suf | --program-su | --program-s)
264
    ac_prev=program_suffix ;;
265
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
266
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
267
    program_suffix="$ac_optarg" ;;
268
 
269
  -program-transform-name | --program-transform-name \
270
  | --program-transform-nam | --program-transform-na \
271
  | --program-transform-n | --program-transform- \
272
  | --program-transform | --program-transfor \
273
  | --program-transfo | --program-transf \
274
  | --program-trans | --program-tran \
275
  | --progr-tra | --program-tr | --program-t)
276
    ac_prev=program_transform_name ;;
277
  -program-transform-name=* | --program-transform-name=* \
278
  | --program-transform-nam=* | --program-transform-na=* \
279
  | --program-transform-n=* | --program-transform-=* \
280
  | --program-transform=* | --program-transfor=* \
281
  | --program-transfo=* | --program-transf=* \
282
  | --program-trans=* | --program-tran=* \
283
  | --progr-tra=* | --program-tr=* | --program-t=*)
284
    program_transform_name="$ac_optarg" ;;
285
 
286
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
287
  | -silent | --silent | --silen | --sile | --sil)
288
    silent=yes ;;
289
 
290
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
291
    ac_prev=sbindir ;;
292
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
293
  | --sbi=* | --sb=*)
294
    sbindir="$ac_optarg" ;;
295
 
296
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
297
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
298
  | --sharedst | --shareds | --shared | --share | --shar \
299
  | --sha | --sh)
300
    ac_prev=sharedstatedir ;;
301
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
302
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
303
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
304
  | --sha=* | --sh=*)
305
    sharedstatedir="$ac_optarg" ;;
306
 
307
  -site | --site | --sit)
308
    ac_prev=site ;;
309
  -site=* | --site=* | --sit=*)
310
    site="$ac_optarg" ;;
311
 
312
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
313
    ac_prev=srcdir ;;
314
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
315
    srcdir="$ac_optarg" ;;
316
 
317
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
318
  | --syscon | --sysco | --sysc | --sys | --sy)
319
    ac_prev=sysconfdir ;;
320
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
321
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
322
    sysconfdir="$ac_optarg" ;;
323
 
324
  -target | --target | --targe | --targ | --tar | --ta | --t)
325
    ac_prev=target ;;
326
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
327
    target="$ac_optarg" ;;
328
 
329
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
330
    verbose=yes ;;
331
 
332
  -version | --version | --versio | --versi | --vers)
333
    echo "configure generated by autoconf version 2.10"
334
    exit 0 ;;
335
 
336
  -with-* | --with-*)
337
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
338
    # Reject names that are not valid shell variable names.
339
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
340
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
341
    fi
342
    ac_package=`echo $ac_package| sed 's/-/_/g'`
343
    case "$ac_option" in
344
      *=*) ;;
345
      *) ac_optarg=yes ;;
346
    esac
347
    eval "with_${ac_package}='$ac_optarg'" ;;
348
 
349
  -without-* | --without-*)
350
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
351
    # Reject names that are not valid shell variable names.
352
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
353
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
354
    fi
355
    ac_package=`echo $ac_package| sed 's/-/_/g'`
356
    eval "with_${ac_package}=no" ;;
357
 
358
  --x)
359
    # Obsolete; use --with-x.
360
    with_x=yes ;;
361
 
362
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
363
  | --x-incl | --x-inc | --x-in | --x-i)
364
    ac_prev=x_includes ;;
365
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
366
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
367
    x_includes="$ac_optarg" ;;
368
 
369
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
370
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
371
    ac_prev=x_libraries ;;
372
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
373
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
374
    x_libraries="$ac_optarg" ;;
375
 
376
  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
377
    ;;
378
 
379
  *)
380
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
381
      echo "configure: warning: $ac_option: invalid host type" 1>&2
382
    fi
383
    if test "x$nonopt" != xNONE; then
384
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
385
    fi
386
    nonopt="$ac_option"
387
    ;;
388
 
389
  esac
390
done
391
 
392
if test -n "$ac_prev"; then
393
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
394
fi
395
 
396
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
397
 
398
# File descriptor usage:
399
# 0 standard input
400
# 1 file creation
401
# 2 errors and warnings
402
# 3 some systems may open it to /dev/tty
403
# 4 used on the Kubota Titan
404
# 6 checking for... messages and results
405
# 5 compiler messages saved in config.log
406
if test "$silent" = yes; then
407
  exec 6>/dev/null
408
else
409
  exec 6>&1
410
fi
411
exec 5>./config.log
412
 
413
echo "\
414
This file contains any messages produced by compilers while
415
running configure, to aid debugging if configure makes a mistake.
416
" 1>&5
417
 
418
# Strip out --no-create and --no-recursion so they do not pile up.
419
# Also quote any args containing shell metacharacters.
420
ac_configure_args=
421
for ac_arg
422
do
423
  case "$ac_arg" in
424
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
425
  | --no-cr | --no-c) ;;
426
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
427
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
428
  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
429
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
430
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
431
  esac
432
done
433
 
434
# NLS nuisances.
435
# Only set LANG and LC_ALL to C if already set.
436
# These must not be set unconditionally because not all systems understand
437
# e.g. LANG=C (notably SCO).
438
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
439
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
440
 
441
# confdefs.h avoids OS command line length limits that DEFS can exceed.
442
rm -rf conftest* confdefs.h
443
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
444
echo > confdefs.h
445
 
446
# A filename unique to this package, relative to the directory that
447
# configure is in, which we can look for to find out if srcdir is correct.
448
ac_unique_file=aload.c
449
 
450
# Find the source files, if location was not specified.
451
if test -z "$srcdir"; then
452
  ac_srcdir_defaulted=yes
453
  # Try the directory containing this script, then its parent.
454
  ac_prog=$0
455
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
456
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
457
  srcdir=$ac_confdir
458
  if test ! -r $srcdir/$ac_unique_file; then
459
    srcdir=..
460
  fi
461
else
462
  ac_srcdir_defaulted=no
463
fi
464
if test ! -r $srcdir/$ac_unique_file; then
465
  if test "$ac_srcdir_defaulted" = yes; then
466
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
467
  else
468
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
469
  fi
470
fi
471
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
472
 
473
# Prefer explicitly selected file to automatically selected ones.
474
if test -z "$CONFIG_SITE"; then
475
  if test "x$prefix" != xNONE; then
476
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
477
  else
478
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
479
  fi
480
fi
481
for ac_site_file in $CONFIG_SITE; do
482
  if test -r "$ac_site_file"; then
483
    echo "loading site script $ac_site_file"
484
    . "$ac_site_file"
485
  fi
486
done
487
 
488
if test -r "$cache_file"; then
489
  echo "loading cache $cache_file"
490
  . $cache_file
491
else
492
  echo "creating cache $cache_file"
493
  > $cache_file
494
fi
495
 
496
ac_ext=c
497
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
498
ac_cpp='$CPP $CPPFLAGS'
499
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
500
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
501
 
502
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
503
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
504
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
505
    ac_n= ac_c='
506
' ac_t='        '
507
  else
508
    ac_n=-n ac_c= ac_t=
509
  fi
510
else
511
  ac_n= ac_c='\c' ac_t=
512
fi
513
 
514
 
515
 
516
CC=${CC-cc}
517
# Extract the first word of "gcc", so it can be a program name with args.
518
set dummy gcc; ac_word=$2
519
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
520
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
521
  echo $ac_n "(cached) $ac_c" 1>&6
522
else
523
  if test -n "$CC"; then
524
  ac_cv_prog_CC="$CC" # Let the user override the test.
525
else
526
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
527
  for ac_dir in $PATH; do
528
    test -z "$ac_dir" && ac_dir=.
529
    if test -f $ac_dir/$ac_word; then
530
      ac_cv_prog_CC="gcc"
531
      break
532
    fi
533
  done
534
  IFS="$ac_save_ifs"
535
fi
536
fi
537
CC="$ac_cv_prog_CC"
538
if test -n "$CC"; then
539
  echo "$ac_t""$CC" 1>&6
540
else
541
  echo "$ac_t""no" 1>&6
542
fi
543
 
544
if test -z "$CC"; then
545
  # Extract the first word of "cc", so it can be a program name with args.
546
set dummy cc; ac_word=$2
547
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
548
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
549
  echo $ac_n "(cached) $ac_c" 1>&6
550
else
551
  if test -n "$CC"; then
552
  ac_cv_prog_CC="$CC" # Let the user override the test.
553
else
554
  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
555
  ac_prog_rejected=no
556
  for ac_dir in $PATH; do
557
    test -z "$ac_dir" && ac_dir=.
558
    if test -f $ac_dir/$ac_word; then
559
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
560
        ac_prog_rejected=yes
561
        continue
562
      fi
563
      ac_cv_prog_CC="cc"
564
      break
565
    fi
566
  done
567
  IFS="$ac_save_ifs"
568
if test $ac_prog_rejected = yes; then
569
  # We found a bogon in the path, so make sure we never use it.
570
  set dummy $ac_cv_prog_CC
571
  shift
572
  if test $# -gt 0; then
573
    # We chose a different compiler from the bogus one.
574
    # However, it has the same basename, so the bogon will be chosen
575
    # first if we set CC to just the basename; use the full file name.
576
    shift
577
    set dummy "$ac_dir/$ac_word" "$@"
578
    shift
579
    ac_cv_prog_CC="$@"
580
  fi
581
fi
582
fi
583
fi
584
CC="$ac_cv_prog_CC"
585
if test -n "$CC"; then
586
  echo "$ac_t""$CC" 1>&6
587
else
588
  echo "$ac_t""no" 1>&6
589
fi
590
 
591
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
592
fi
593
 
594
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
595
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
596
  echo $ac_n "(cached) $ac_c" 1>&6
597
else
598
  cat > conftest.c <
599
#ifdef __GNUC__
600
  yes;
601
#endif
602
EOF
603
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:604: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
604
  ac_cv_prog_gcc=yes
605
else
606
  ac_cv_prog_gcc=no
607
fi
608
fi
609
 
610
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
611
if test $ac_cv_prog_gcc = yes; then
612
  GCC=yes
613
  if test "${CFLAGS+set}" != set; then
614
    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
615
if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
616
  echo $ac_n "(cached) $ac_c" 1>&6
617
else
618
  echo 'void f(){}' > conftest.c
619
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
620
  ac_cv_prog_gcc_g=yes
621
else
622
  ac_cv_prog_gcc_g=no
623
fi
624
rm -f conftest*
625
 
626
fi
627
 
628
echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
629
    if test $ac_cv_prog_gcc_g = yes; then
630
      CFLAGS="-g -O"
631
    else
632
      CFLAGS="-O"
633
    fi
634
  fi
635
else
636
  GCC=
637
  test "${CFLAGS+set}" = set || CFLAGS="-g"
638
fi
639
 
640
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
641
# On Suns, sometimes $CPP names a directory.
642
if test -n "$CPP" && test -d "$CPP"; then
643
  CPP=
644
fi
645
if test -z "$CPP"; then
646
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
647
  echo $ac_n "(cached) $ac_c" 1>&6
648
else
649
    # This must be in double quotes, not single quotes, because CPP may get
650
  # substituted into the Makefile and "${CC-cc}" will confuse make.
651
  CPP="${CC-cc} -E"
652
  # On the NeXT, cc -E runs the code through the compiler's parser,
653
  # not just through cpp.
654
  cat > conftest.$ac_ext <
655
#line 656 "configure"
656
#include "confdefs.h"
657
#include 
658
Syntax Error
659
EOF
660
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
661
{ (eval echo configure:662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
662
ac_err=`grep -v '^ *+' conftest.out`
663
if test -z "$ac_err"; then
664
  :
665
else
666
  echo "$ac_err" >&5
667
  rm -rf conftest*
668
  CPP="${CC-cc} -E -traditional-cpp"
669
  cat > conftest.$ac_ext <
670
#line 671 "configure"
671
#include "confdefs.h"
672
#include 
673
Syntax Error
674
EOF
675
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
676
{ (eval echo configure:677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
677
ac_err=`grep -v '^ *+' conftest.out`
678
if test -z "$ac_err"; then
679
  :
680
else
681
  echo "$ac_err" >&5
682
  rm -rf conftest*
683
  CPP=/lib/cpp
684
fi
685
rm -f conftest*
686
fi
687
rm -f conftest*
688
  ac_cv_prog_CPP="$CPP"
689
fi
690
  CPP="$ac_cv_prog_CPP"
691
else
692
  ac_cv_prog_CPP="$CPP"
693
fi
694
echo "$ac_t""$CPP" 1>&6
695
 
696
echo $ac_n "checking for AIX""... $ac_c" 1>&6
697
cat > conftest.$ac_ext <
698
#line 699 "configure"
699
#include "confdefs.h"
700
#ifdef _AIX
701
  yes
702
#endif
703
 
704
EOF
705
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
706
  egrep "yes" >/dev/null 2>&1; then
707
  rm -rf conftest*
708
  echo "$ac_t""yes" 1>&6; cat >> confdefs.h <<\EOF
709
#define _ALL_SOURCE 1
710
EOF
711
 
712
else
713
  rm -rf conftest*
714
  echo "$ac_t""no" 1>&6
715
fi
716
rm -f conftest*
717
 
718
 
719
ac_safe=`echo "minix/config.h" | tr './\055' '___'`
720
echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6
721
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
722
  echo $ac_n "(cached) $ac_c" 1>&6
723
else
724
  cat > conftest.$ac_ext <
725
#line 726 "configure"
726
#include "confdefs.h"
727
#include 
728
EOF
729
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
730
{ (eval echo configure:731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
731
ac_err=`grep -v '^ *+' conftest.out`
732
if test -z "$ac_err"; then
733
  rm -rf conftest*
734
  eval "ac_cv_header_$ac_safe=yes"
735
else
736
  echo "$ac_err" >&5
737
  rm -rf conftest*
738
  eval "ac_cv_header_$ac_safe=no"
739
fi
740
rm -f conftest*
741
fi
742
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
743
  echo "$ac_t""yes" 1>&6
744
  MINIX=yes
745
else
746
  echo "$ac_t""no" 1>&6
747
MINIX=
748
fi
749
 
750
if test "$MINIX" = yes; then
751
  cat >> confdefs.h <<\EOF
752
#define _POSIX_SOURCE 1
753
EOF
754
 
755
  cat >> confdefs.h <<\EOF
756
#define _POSIX_1_SOURCE 2
757
EOF
758
 
759
  cat >> confdefs.h <<\EOF
760
#define _MINIX 1
761
EOF
762
 
763
fi
764
 
765
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
766
if test -d /etc/conf/kconfig.d &&
767
  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
768
then
769
  echo "$ac_t""yes" 1>&6
770
  ISC=yes # If later tests want to check for ISC.
771
  cat >> confdefs.h <<\EOF
772
#define _POSIX_SOURCE 1
773
EOF
774
 
775
  if test "$GCC" = yes; then
776
    CC="$CC -posix"
777
  else
778
    CC="$CC -Xp"
779
  fi
780
else
781
  echo "$ac_t""no" 1>&6
782
  ISC=
783
fi
784
 
785
 
786
ac_aux_dir=
787
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
788
  if test -f $ac_dir/install-sh; then
789
    ac_aux_dir=$ac_dir
790
    ac_install_sh="$ac_aux_dir/install-sh -c"
791
    break
792
  elif test -f $ac_dir/install.sh; then
793
    ac_aux_dir=$ac_dir
794
    ac_install_sh="$ac_aux_dir/install.sh -c"
795
    break
796
  fi
797
done
798
if test -z "$ac_aux_dir"; then
799
  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
800
fi
801
ac_config_guess=$ac_aux_dir/config.guess
802
ac_config_sub=$ac_aux_dir/config.sub
803
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
804
 
805
# Find a good install program.  We prefer a C program (faster),
806
# so one script is as good as another.  But avoid the broken or
807
# incompatible versions:
808
# SysV /etc/install, /usr/sbin/install
809
# SunOS /usr/etc/install
810
# IRIX /sbin/install
811
# AIX /bin/install
812
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
813
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
814
# ./install, which can be erroneously created by make from ./install.sh.
815
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
816
if test -z "$INSTALL"; then
817
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
818
  echo $ac_n "(cached) $ac_c" 1>&6
819
else
820
    IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
821
  for ac_dir in $PATH; do
822
    # Account for people who put trailing slashes in PATH elements.
823
    case "$ac_dir/" in
824
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
825
    *)
826
      # OSF1 and SCO ODT 3.0 have their own names for install.
827
      for ac_prog in ginstall installbsd scoinst install; do
828
        if test -f $ac_dir/$ac_prog; then
829
          if test $ac_prog = install &&
830
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
831
            # AIX install.  It has an incompatible calling convention.
832
            # OSF/1 installbsd also uses dspmsg, but is usable.
833
            :
834
          else
835
            ac_cv_path_install="$ac_dir/$ac_prog -c"
836
            break 2
837
          fi
838
        fi
839
      done
840
      ;;
841
    esac
842
  done
843
  IFS="$ac_save_ifs"
844
 
845
fi
846
  if test "${ac_cv_path_install+set}" = set; then
847
    INSTALL="$ac_cv_path_install"
848
  else
849
    # As a last resort, use the slow shell script.  We don't cache a
850
    # path for INSTALL within a source directory, because that will
851
    # break other packages using the cache if that directory is
852
    # removed, or if the path is relative.
853
    INSTALL="$ac_install_sh"
854
  fi
855
fi
856
echo "$ac_t""$INSTALL" 1>&6
857
 
858
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
859
# It thinks the first close brace ends the variable substitution.
860
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
861
 
862
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
863
 
864
 
865
ac_aux_dir=
866
for ac_dir in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../..; do
867
  if test -f $ac_dir/install-sh; then
868
    ac_aux_dir=$ac_dir
869
    ac_install_sh="$ac_aux_dir/install-sh -c"
870
    break
871
  elif test -f $ac_dir/install.sh; then
872
    ac_aux_dir=$ac_dir
873
    ac_install_sh="$ac_aux_dir/install.sh -c"
874
    break
875
  fi
876
done
877
if test -z "$ac_aux_dir"; then
878
  { echo "configure: error: can not find install-sh or install.sh in `cd $srcdir;pwd`/../.. $srcdir/`cd $srcdir;pwd`/../.." 1>&2; exit 1; }
879
fi
880
ac_config_guess=$ac_aux_dir/config.guess
881
ac_config_sub=$ac_aux_dir/config.sub
882
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
883
 
884
 
885
# Do some error checking and defaulting for the host and target type.
886
# The inputs are:
887
#    configure --host=HOST --target=TARGET --build=BUILD NONOPT
888
#
889
# The rules are:
890
# 1. You are not allowed to specify --host, --target, and nonopt at the
891
#    same time.
892
# 2. Host defaults to nonopt.
893
# 3. If nonopt is not specified, then host defaults to the current host,
894
#    as determined by config.guess.
895
# 4. Target and build default to nonopt.
896
# 5. If nonopt is not specified, then target and build default to host.
897
 
898
# The aliases save the names the user supplied, while $host etc.
899
# will get canonicalized.
900
case $host---$target---$nonopt in
901
NONE---*---* | *---NONE---* | *---*---NONE) ;;
902
*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
903
esac
904
 
905
 
906
# Make sure we can run config.sub.
907
if $ac_config_sub sun4 >/dev/null 2>&1; then :
908
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
909
fi
910
 
911
echo $ac_n "checking host system type""... $ac_c" 1>&6
912
 
913
host_alias=$host
914
case "$host_alias" in
915
NONE)
916
  case $nonopt in
917
  NONE)
918
    if host_alias=`$ac_config_guess`; then :
919
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
920
    fi ;;
921
  *) host_alias=$nonopt ;;
922
  esac ;;
923
esac
924
 
925
host=`$ac_config_sub $host_alias`
926
host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
927
host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
928
host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
929
echo "$ac_t""$host" 1>&6
930
 
931
echo $ac_n "checking target system type""... $ac_c" 1>&6
932
 
933
target_alias=$target
934
case "$target_alias" in
935
NONE)
936
  case $nonopt in
937
  NONE) target_alias=$host_alias ;;
938
  *) target_alias=$nonopt ;;
939
  esac ;;
940
esac
941
 
942
target=`$ac_config_sub $target_alias`
943
target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
944
target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
945
target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
946
echo "$ac_t""$target" 1>&6
947
 
948
echo $ac_n "checking build system type""... $ac_c" 1>&6
949
 
950
build_alias=$build
951
case "$build_alias" in
952
NONE)
953
  case $nonopt in
954
  NONE) build_alias=$host_alias ;;
955
  *) build_alias=$nonopt ;;
956
  esac ;;
957
esac
958
 
959
build=`$ac_config_sub $build_alias`
960
build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
961
build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
962
build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
963
echo "$ac_t""$build" 1>&6
964
 
965
test "$host_alias" != "$target_alias" &&
966
  test "$program_prefix$program_suffix$program_transform_name" = \
967
    NONENONEs,x,x, &&
968
  program_prefix=${target_alias}-
969
 
970
if test "$program_transform_name" = s,x,x,; then
971
  program_transform_name=
972
else
973
  # Double any \ or $.  echo might interpret backslashes.
974
  cat <<\EOF_SED > conftestsed
975
s,\\,\\\\,g; s,\$,$$,g
976
EOF_SED
977
  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
978
  rm -f conftestsed
979
fi
980
test "$program_prefix" != NONE &&
981
  program_transform_name="s,^,${program_prefix},; $program_transform_name"
982
# Use a double $ so make ignores it.
983
test "$program_suffix" != NONE &&
984
  program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
985
 
986
# sed with no file args requires a program.
987
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
988
 
989
 
990
ac_safe=`echo "termios.h" | tr './\055' '___'`
991
echo $ac_n "checking for termios.h""... $ac_c" 1>&6
992
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
993
  echo $ac_n "(cached) $ac_c" 1>&6
994
else
995
  cat > conftest.$ac_ext <
996
#line 997 "configure"
997
#include "confdefs.h"
998
#include 
999
EOF
1000
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1001
{ (eval echo configure:1002: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1002
ac_err=`grep -v '^ *+' conftest.out`
1003
if test -z "$ac_err"; then
1004
  rm -rf conftest*
1005
  eval "ac_cv_header_$ac_safe=yes"
1006
else
1007
  echo "$ac_err" >&5
1008
  rm -rf conftest*
1009
  eval "ac_cv_header_$ac_safe=no"
1010
fi
1011
rm -f conftest*
1012
fi
1013
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1014
  echo "$ac_t""yes" 1>&6
1015
  cat >> confdefs.h <<\EOF
1016
#define HAVE_TERMIOS 1
1017
EOF
1018
 termio=termios
1019
else
1020
  echo "$ac_t""no" 1>&6
1021
fi
1022
 
1023
ac_safe=`echo "termio.h" | tr './\055' '___'`
1024
echo $ac_n "checking for termio.h""... $ac_c" 1>&6
1025
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1026
  echo $ac_n "(cached) $ac_c" 1>&6
1027
else
1028
  cat > conftest.$ac_ext <
1029
#line 1030 "configure"
1030
#include "confdefs.h"
1031
#include 
1032
EOF
1033
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1034
{ (eval echo configure:1035: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1035
ac_err=`grep -v '^ *+' conftest.out`
1036
if test -z "$ac_err"; then
1037
  rm -rf conftest*
1038
  eval "ac_cv_header_$ac_safe=yes"
1039
else
1040
  echo "$ac_err" >&5
1041
  rm -rf conftest*
1042
  eval "ac_cv_header_$ac_safe=no"
1043
fi
1044
rm -f conftest*
1045
fi
1046
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1047
  echo "$ac_t""yes" 1>&6
1048
  cat >> confdefs.h <<\EOF
1049
#define HAVE_TERMIO 1
1050
EOF
1051
 termio=termio
1052
else
1053
  echo "$ac_t""no" 1>&6
1054
fi
1055
 
1056
ac_safe=`echo "sgtty.h" | tr './\055' '___'`
1057
echo $ac_n "checking for sgtty.h""... $ac_c" 1>&6
1058
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1059
  echo $ac_n "(cached) $ac_c" 1>&6
1060
else
1061
  cat > conftest.$ac_ext <
1062
#line 1063 "configure"
1063
#include "confdefs.h"
1064
#include 
1065
EOF
1066
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1067
{ (eval echo configure:1068: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1068
ac_err=`grep -v '^ *+' conftest.out`
1069
if test -z "$ac_err"; then
1070
  rm -rf conftest*
1071
  eval "ac_cv_header_$ac_safe=yes"
1072
else
1073
  echo "$ac_err" >&5
1074
  rm -rf conftest*
1075
  eval "ac_cv_header_$ac_safe=no"
1076
fi
1077
rm -f conftest*
1078
fi
1079
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1080
  echo "$ac_t""yes" 1>&6
1081
  cat >> confdefs.h <<\EOF
1082
#define HAVE_SGTTY 1
1083
EOF
1084
 termio=sgtty
1085
else
1086
  echo "$ac_t""no" 1>&6
1087
fi
1088
 
1089
 
1090
# disable standalone load programs on DOS/GO32 hosts
1091
PROGS="aload eload"
1092
case "${host}" in
1093
i[3456]86-*-go32*)
1094
        PROGS=""
1095
        ;;
1096
*)
1097
esac
1098
 
1099
 
1100
# check for networking libraries.
1101
NETLIBS=
1102
echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
1103
ac_lib_var=`echo nsl'_'t_accept | tr './+\055' '__p_'`
1104
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1105
  echo $ac_n "(cached) $ac_c" 1>&6
1106
else
1107
  ac_save_LIBS="$LIBS"
1108
LIBS="-lnsl  $LIBS"
1109
cat > conftest.$ac_ext <
1110
#line 1111 "configure"
1111
#include "confdefs.h"
1112
/* Override any gcc2 internal prototype to avoid an error.  */
1113
/* We use char because int might match the return type of a gcc2
1114
    builtin and then its argument prototype would still apply.  */
1115
char t_accept();
1116
 
1117
int main() { return 0; }
1118
int t() {
1119
t_accept()
1120
; return 0; }
1121
EOF
1122
if { (eval echo configure:1123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1123
  rm -rf conftest*
1124
  eval "ac_cv_lib_$ac_lib_var=yes"
1125
else
1126
  rm -rf conftest*
1127
  eval "ac_cv_lib_$ac_lib_var=no"
1128
fi
1129
rm -f conftest*
1130
LIBS="$ac_save_LIBS"
1131
 
1132
fi
1133
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1134
  echo "$ac_t""yes" 1>&6
1135
  NETLIBS="$NETLIBS -lnsl"
1136
else
1137
  echo "$ac_t""no" 1>&6
1138
fi
1139
 
1140
 
1141
# -lsocket is required on some systems, but is broken on IRIX.
1142
if test "`(uname) 2> /dev/null`" != IRIX; then
1143
        echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
1144
ac_lib_var=`echo socket'_'socket | tr './+\055' '__p_'`
1145
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1146
  echo $ac_n "(cached) $ac_c" 1>&6
1147
else
1148
  ac_save_LIBS="$LIBS"
1149
LIBS="-lsocket  $LIBS"
1150
cat > conftest.$ac_ext <
1151
#line 1152 "configure"
1152
#include "confdefs.h"
1153
/* Override any gcc2 internal prototype to avoid an error.  */
1154
/* We use char because int might match the return type of a gcc2
1155
    builtin and then its argument prototype would still apply.  */
1156
char socket();
1157
 
1158
int main() { return 0; }
1159
int t() {
1160
socket()
1161
; return 0; }
1162
EOF
1163
if { (eval echo configure:1164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1164
  rm -rf conftest*
1165
  eval "ac_cv_lib_$ac_lib_var=yes"
1166
else
1167
  rm -rf conftest*
1168
  eval "ac_cv_lib_$ac_lib_var=no"
1169
fi
1170
rm -f conftest*
1171
LIBS="$ac_save_LIBS"
1172
 
1173
fi
1174
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1175
  echo "$ac_t""yes" 1>&6
1176
  NETLIBS="$NETLIBS -lsocket"
1177
else
1178
  echo "$ac_t""no" 1>&6
1179
fi
1180
 
1181
fi
1182
 
1183
 
1184
trap '' 1 2 15
1185
cat > confcache <<\EOF
1186
# This file is a shell script that caches the results of configure
1187
# tests run on this system so they can be shared between configure
1188
# scripts and configure runs.  It is not useful on other systems.
1189
# If it contains results you don't want to keep, you may remove or edit it.
1190
#
1191
# By default, configure uses ./config.cache as the cache file,
1192
# creating it if it does not exist already.  You can give configure
1193
# the --cache-file=FILE option to use a different cache file; that is
1194
# what configure does when it calls configure scripts in
1195
# subdirectories, so they share the cache.
1196
# Giving --cache-file=/dev/null disables caching, for debugging configure.
1197
# config.status only pays attention to the cache file if you give it the
1198
# --recheck option to rerun configure.
1199
#
1200
EOF
1201
# Ultrix sh set writes to stderr and can't be redirected directly,
1202
# and sets the high bit in the cache file unless we assign to the vars.
1203
(set) 2>&1 |
1204
  sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
1205
  >> confcache
1206
if cmp -s $cache_file confcache; then
1207
  :
1208
else
1209
  if test -w $cache_file; then
1210
    echo "updating cache $cache_file"
1211
    cat confcache > $cache_file
1212
  else
1213
    echo "not updating unwritable cache $cache_file"
1214
  fi
1215
fi
1216
rm -f confcache
1217
 
1218
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1219
 
1220
test "x$prefix" = xNONE && prefix=$ac_default_prefix
1221
# Let make expand exec_prefix.
1222
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1223
 
1224
# Any assignment to VPATH causes Sun make to only execute
1225
# the first set of double-colon rules, so remove it if not needed.
1226
# If there is a colon in the path, we need to keep it.
1227
if test "x$srcdir" = x.; then
1228
  ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1229
fi
1230
 
1231
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1232
 
1233
# Transform confdefs.h into DEFS.
1234
# Protect against shell expansion while executing Makefile rules.
1235
# Protect against Makefile macro expansion.
1236
cat > conftest.defs <<\EOF
1237
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1238
s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1239
s%\[%\\&%g
1240
s%\]%\\&%g
1241
s%\$%$$%g
1242
EOF
1243
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1244
rm -f conftest.defs
1245
 
1246
 
1247
# Without the "./", some shells look in PATH for config.status.
1248
: ${CONFIG_STATUS=./config.status}
1249
 
1250
echo creating $CONFIG_STATUS
1251
rm -f $CONFIG_STATUS
1252
cat > $CONFIG_STATUS <
1253
#! /bin/sh
1254
# Generated automatically by configure.
1255
# Run this file to recreate the current configuration.
1256
# This directory was configured as follows,
1257
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1258
#
1259
# $0 $ac_configure_args
1260
#
1261
# Compiler output produced by configure, useful for debugging
1262
# configure, is in ./config.log if it exists.
1263
 
1264
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1265
for ac_option
1266
do
1267
  case "\$ac_option" in
1268
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1269
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1270
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1271
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1272
    echo "$CONFIG_STATUS generated by autoconf version 2.10"
1273
    exit 0 ;;
1274
  -help | --help | --hel | --he | --h)
1275
    echo "\$ac_cs_usage"; exit 0 ;;
1276
  *) echo "\$ac_cs_usage"; exit 1 ;;
1277
  esac
1278
done
1279
 
1280
ac_given_srcdir=$srcdir
1281
ac_given_INSTALL="$INSTALL"
1282
 
1283
trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1284
EOF
1285
cat >> $CONFIG_STATUS <
1286
 
1287
# Protect against being on the right side of a sed subst in config.status.
1288
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1289
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1290
$ac_vpsub
1291
$extrasub
1292
s%@CFLAGS@%$CFLAGS%g
1293
s%@CPPFLAGS@%$CPPFLAGS%g
1294
s%@CXXFLAGS@%$CXXFLAGS%g
1295
s%@DEFS@%$DEFS%g
1296
s%@LDFLAGS@%$LDFLAGS%g
1297
s%@LIBS@%$LIBS%g
1298
s%@exec_prefix@%$exec_prefix%g
1299
s%@prefix@%$prefix%g
1300
s%@program_transform_name@%$program_transform_name%g
1301
s%@bindir@%$bindir%g
1302
s%@sbindir@%$sbindir%g
1303
s%@libexecdir@%$libexecdir%g
1304
s%@datadir@%$datadir%g
1305
s%@sysconfdir@%$sysconfdir%g
1306
s%@sharedstatedir@%$sharedstatedir%g
1307
s%@localstatedir@%$localstatedir%g
1308
s%@libdir@%$libdir%g
1309
s%@includedir@%$includedir%g
1310
s%@oldincludedir@%$oldincludedir%g
1311
s%@infodir@%$infodir%g
1312
s%@mandir@%$mandir%g
1313
s%@CC@%$CC%g
1314
s%@CPP@%$CPP%g
1315
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1316
s%@INSTALL_DATA@%$INSTALL_DATA%g
1317
s%@host@%$host%g
1318
s%@host_alias@%$host_alias%g
1319
s%@host_cpu@%$host_cpu%g
1320
s%@host_vendor@%$host_vendor%g
1321
s%@host_os@%$host_os%g
1322
s%@target@%$target%g
1323
s%@target_alias@%$target_alias%g
1324
s%@target_cpu@%$target_cpu%g
1325
s%@target_vendor@%$target_vendor%g
1326
s%@target_os@%$target_os%g
1327
s%@build@%$build%g
1328
s%@build_alias@%$build_alias%g
1329
s%@build_cpu@%$build_cpu%g
1330
s%@build_vendor@%$build_vendor%g
1331
s%@build_os@%$build_os%g
1332
s%@PROGS@%$PROGS%g
1333
s%@NETLIBS@%$NETLIBS%g
1334
 
1335
CEOF
1336
EOF
1337
cat >> $CONFIG_STATUS <
1338
 
1339
CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1340
EOF
1341
cat >> $CONFIG_STATUS <<\EOF
1342
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1343
  # Support "outfile[:infile]", defaulting infile="outfile.in".
1344
  case "$ac_file" in
1345
  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
1346
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1347
  *) ac_file_in="${ac_file}.in" ;;
1348
  esac
1349
 
1350
  # Adjust relative srcdir, etc. for subdirectories.
1351
 
1352
  # Remove last slash and all that follows it.  Not all systems have dirname.
1353
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1354
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1355
    # The file is in a subdirectory.
1356
    test ! -d "$ac_dir" && mkdir "$ac_dir"
1357
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1358
    # A "../" for each directory in $ac_dir_suffix.
1359
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1360
  else
1361
    ac_dir_suffix= ac_dots=
1362
  fi
1363
 
1364
  case "$ac_given_srcdir" in
1365
  .)  srcdir=.
1366
      if test -z "$ac_dots"; then top_srcdir=.
1367
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1368
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1369
  *) # Relative path.
1370
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1371
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
1372
  esac
1373
 
1374
  case "$ac_given_INSTALL" in
1375
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
1376
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1377
  esac
1378
  echo creating "$ac_file"
1379
  rm -f "$ac_file"
1380
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1381
  case "$ac_file" in
1382
  *Makefile*) ac_comsub="1i\\
1383
# $configure_input" ;;
1384
  *) ac_comsub= ;;
1385
  esac
1386
  sed -e "$ac_comsub
1387
s%@configure_input@%$configure_input%g
1388
s%@srcdir@%$srcdir%g
1389
s%@top_srcdir@%$top_srcdir%g
1390
s%@INSTALL@%$INSTALL%g
1391
" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
1392
fi; done
1393
rm -f conftest.subs
1394
 
1395
 
1396
 
1397
exit 0
1398
EOF
1399
chmod +x $CONFIG_STATUS
1400
rm -fr confdefs* $ac_clean_files
1401
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1402
 

powered by: WebSVN 2.1.0

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