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.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix
=/usr
/local
13 # Any additions from configure.in:
15 --without-gcc don't use gcc"
17 # Initialize some variables set by options.
18 # The variables have the same names as the options, with
19 # dashes changed to underlines.
21 cache_file
=.
/config.cache
30 program_transform_name
=s
,x
,x
,
38 bindir
='${exec_prefix}/bin'
39 sbindir
='${exec_prefix}/sbin'
40 libexecdir
='${exec_prefix}/libexec'
41 datadir
='${prefix}/share'
42 sysconfdir
='${prefix}/etc'
43 sharedstatedir
='${prefix}/com'
44 localstatedir
='${prefix}/var'
45 libdir
='${exec_prefix}/lib'
46 includedir
='${prefix}/include'
47 oldincludedir
='/usr/include'
48 infodir
='${prefix}/info'
49 mandir
='${prefix}/man'
51 # Initialize some other variables.
54 SHELL
=${CONFIG_SHELL-/bin/sh}
55 # Maximum number of lines to put in a shell here document.
62 # If the previous option needs an argument, assign it.
63 if test -n "$ac_prev"; then
64 eval "$ac_prev=\$ac_option"
70 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
74 # Accept the important Cygnus configure options, so we can diagnose typos.
78 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
80 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
81 bindir
="$ac_optarg" ;;
83 -build |
--build |
--buil |
--bui |
--bu)
85 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
88 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
89 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
91 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
92 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
93 cache_file
="$ac_optarg" ;;
95 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
97 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
99 datadir
="$ac_optarg" ;;
101 -disable-* |
--disable-*)
102 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
103 # Reject names that are not valid shell variable names.
104 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
105 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
107 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
108 eval "enable_${ac_feature}=no" ;;
110 -enable-* |
--enable-*)
111 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
112 # Reject names that are not valid shell variable names.
113 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
114 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
116 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
121 eval "enable_${ac_feature}='$ac_optarg'" ;;
123 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
124 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
125 |
--exec |
--exe |
--ex)
126 ac_prev
=exec_prefix
;;
127 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
128 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
129 |
--exec=* |
--exe=* |
--ex=*)
130 exec_prefix
="$ac_optarg" ;;
132 -gas |
--gas |
--ga |
--g)
133 # Obsolete; use --with-gas.
136 -help |
--help |
--hel |
--he)
137 # Omit some internal or obsolete options to make the list less imposing.
138 # This message is too long to be a string in the A/UX 3.1 sh.
140 Usage: configure [options] [host]
141 Options: [defaults in brackets after descriptions]
143 --cache-file=FILE cache test results in FILE
144 --help print this message
145 --no-create do not create output files
146 --quiet, --silent do not print \`checking...' messages
147 --version print the version of autoconf that created configure
148 Directory and file names:
149 --prefix=PREFIX install architecture-independent files in PREFIX
151 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
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
158 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
159 --sharedstatedir=DIR modifiable architecture-independent data in DIR
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
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
186 if test -n "$ac_help"; then
187 echo "--enable and --with options recognized:$ac_help"
191 -host |
--host |
--hos |
--ho)
193 -host=* |
--host=* |
--hos=* |
--ho=*)
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" ;;
203 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
205 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
206 infodir
="$ac_optarg" ;;
208 -libdir |
--libdir |
--libdi |
--libd)
210 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
211 libdir
="$ac_optarg" ;;
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" ;;
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" ;;
229 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
231 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
232 mandir
="$ac_optarg" ;;
235 # Obsolete; use --without-fp.
238 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
242 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
243 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
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" ;;
255 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
257 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
258 prefix
="$ac_optarg" ;;
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" ;;
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" ;;
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" ;;
291 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
292 |
-silent |
--silent |
--silen |
--sile |
--sil)
295 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
297 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
299 sbindir
="$ac_optarg" ;;
301 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
302 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
303 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
305 ac_prev
=sharedstatedir
;;
306 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
307 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
308 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
310 sharedstatedir
="$ac_optarg" ;;
312 -site |
--site |
--sit)
314 -site=* |
--site=* |
--sit=*)
317 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
319 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
320 srcdir
="$ac_optarg" ;;
322 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
323 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
324 ac_prev
=sysconfdir
;;
325 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
326 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
327 sysconfdir
="$ac_optarg" ;;
329 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
331 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
332 target
="$ac_optarg" ;;
334 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
337 -version |
--version |
--versio |
--versi |
--vers)
338 echo "configure generated by autoconf version 2.13"
342 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
343 # Reject names that are not valid shell variable names.
344 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
345 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
347 ac_package
=`echo $ac_package| sed 's/-/_/g'`
352 eval "with_${ac_package}='$ac_optarg'" ;;
354 -without-* |
--without-*)
355 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
356 # Reject names that are not valid shell variable names.
357 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
358 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
360 ac_package
=`echo $ac_package| sed 's/-/_/g'`
361 eval "with_${ac_package}=no" ;;
364 # Obsolete; use --with-x.
367 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
368 |
--x-incl |
--x-inc |
--x-in |
--x-i)
369 ac_prev
=x_includes
;;
370 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
371 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
372 x_includes
="$ac_optarg" ;;
374 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
375 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
376 ac_prev
=x_libraries
;;
377 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
378 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
379 x_libraries
="$ac_optarg" ;;
381 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
385 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
386 echo "configure: warning: $ac_option: invalid host type" 1>&2
388 if test "x$nonopt" != xNONE
; then
389 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
397 if test -n "$ac_prev"; then
398 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
401 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
403 # File descriptor usage:
406 # 2 errors and warnings
407 # 3 some systems may open it to /dev/tty
408 # 4 used on the Kubota Titan
409 # 6 checking for... messages and results
410 # 5 compiler messages saved in config.log
411 if test "$silent" = yes; then
419 This file contains any messages produced by compilers while
420 running configure, to aid debugging if configure makes a mistake.
423 # Strip out --no-create and --no-recursion so they do not pile up.
424 # Also quote any args containing shell metacharacters.
429 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
430 |
--no-cr |
--no-c) ;;
431 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
432 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
433 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
434 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
435 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
440 # Only set these to C if already set. These must not be set unconditionally
441 # because not all systems understand e.g. LANG=C (notably SCO).
442 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
443 # Non-C LC_CTYPE values break the ctype check.
444 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
445 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
446 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
447 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
449 # confdefs.h avoids OS command line length limits that DEFS can exceed.
450 rm -rf conftest
* confdefs.h
451 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
454 # A filename unique to this package, relative to the directory that
455 # configure is in, which we can look for to find out if srcdir is correct.
456 ac_unique_file
=nslint.c
458 # Find the source files, if location was not specified.
459 if test -z "$srcdir"; then
460 ac_srcdir_defaulted
=yes
461 # Try the directory containing this script, then its parent.
463 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
464 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
466 if test ! -r $srcdir/$ac_unique_file; then
470 ac_srcdir_defaulted
=no
472 if test ! -r $srcdir/$ac_unique_file; then
473 if test "$ac_srcdir_defaulted" = yes; then
474 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
476 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
479 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
481 # Prefer explicitly selected file to automatically selected ones.
482 if test -z "$CONFIG_SITE"; then
483 if test "x$prefix" != xNONE
; then
484 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
486 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
489 for ac_site_file
in $CONFIG_SITE; do
490 if test -r "$ac_site_file"; then
491 echo "loading site script $ac_site_file"
496 if test -r "$cache_file"; then
497 echo "loading cache $cache_file"
500 echo "creating cache $cache_file"
505 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
506 ac_cpp
='$CPP $CPPFLAGS'
507 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
508 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
509 cross_compiling
=$ac_cv_prog_cc_cross
513 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
514 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
515 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
522 ac_n
= ac_c
='\c' ac_t
=
528 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
529 if test -f $ac_dir/install-sh
; then
531 ac_install_sh
="$ac_aux_dir/install-sh -c"
533 elif test -f $ac_dir/install.sh
; then
535 ac_install_sh
="$ac_aux_dir/install.sh -c"
539 if test -z "$ac_aux_dir"; then
540 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
542 ac_config_guess
=$ac_aux_dir/config.guess
543 ac_config_sub
=$ac_aux_dir/config.sub
544 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
547 # Do some error checking and defaulting for the host and target type.
549 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
552 # 1. You are not allowed to specify --host, --target, and nonopt at the
554 # 2. Host defaults to nonopt.
555 # 3. If nonopt is not specified, then host defaults to the current host,
556 # as determined by config.guess.
557 # 4. Target and build default to nonopt.
558 # 5. If nonopt is not specified, then target and build default to host.
560 # The aliases save the names the user supplied, while $host etc.
561 # will get canonicalized.
562 case $host---$target---$nonopt in
563 NONE---
*---* |
*---NONE---* |
*---*---NONE) ;;
564 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
568 # Make sure we can run config.sub.
569 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
570 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
573 echo $ac_n "checking host system type""... $ac_c" 1>&6
574 echo "configure:575: checking host system type" >&5
577 case "$host_alias" in
581 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
582 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
584 *) host_alias
=$nonopt ;;
588 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
589 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
590 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
591 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
592 echo "$ac_t""$host" 1>&6
594 echo $ac_n "checking target system type""... $ac_c" 1>&6
595 echo "configure:596: checking target system type" >&5
598 case "$target_alias" in
601 NONE
) target_alias
=$host_alias ;;
602 *) target_alias
=$nonopt ;;
606 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
607 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
608 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
609 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
610 echo "$ac_t""$target" 1>&6
612 echo $ac_n "checking build system type""... $ac_c" 1>&6
613 echo "configure:614: checking build system type" >&5
616 case "$build_alias" in
619 NONE
) build_alias
=$host_alias ;;
620 *) build_alias
=$nonopt ;;
624 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
625 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
626 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
627 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
628 echo "$ac_t""$build" 1>&6
630 test "$host_alias" != "$target_alias" &&
631 test "$program_prefix$program_suffix$program_transform_name" = \
633 program_prefix
=${target_alias}-
638 if test -z "$PWD" ; then
646 # Check whether --with-gcc or --without-gcc was given.
647 if test "${with_gcc+set}" = set; then
654 if test "${srcdir}" != "." ; then
655 V_INCLS
="-I\$\(srcdir\)"
657 if test "${CFLAGS+set}" = set; then
660 if test -z "$CC" ; then
664 # Extract the first word of "shlicc2", so it can be a program name with args.
665 set dummy shlicc2
; ac_word
=$2
666 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
667 echo "configure:668: checking for $ac_word" >&5
668 if eval "test \"`echo '$''{'ac_cv_prog_SHLICC2'+set}'`\" = set"; then
669 echo $ac_n "(cached) $ac_c" 1>&6
671 if test -n "$SHLICC2"; then
672 ac_cv_prog_SHLICC2
="$SHLICC2" # Let the user override the test.
674 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
676 for ac_dir
in $ac_dummy; do
677 test -z "$ac_dir" && ac_dir
=.
678 if test -f $ac_dir/$ac_word; then
679 ac_cv_prog_SHLICC2
="yes"
684 test -z "$ac_cv_prog_SHLICC2" && ac_cv_prog_SHLICC2
="no"
687 SHLICC2
="$ac_cv_prog_SHLICC2"
688 if test -n "$SHLICC2"; then
689 echo "$ac_t""$SHLICC2" 1>&6
691 echo "$ac_t""no" 1>&6
694 if test $SHLICC2 = yes ; then
701 if test -z "$CC" -a "$with_gcc" = no
; then
705 # Extract the first word of "gcc", so it can be a program name with args.
706 set dummy gcc
; ac_word
=$2
707 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
708 echo "configure:709: checking for $ac_word" >&5
709 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
710 echo $ac_n "(cached) $ac_c" 1>&6
712 if test -n "$CC"; then
713 ac_cv_prog_CC
="$CC" # Let the user override the test.
715 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
717 for ac_dir
in $ac_dummy; do
718 test -z "$ac_dir" && ac_dir
=.
719 if test -f $ac_dir/$ac_word; then
728 if test -n "$CC"; then
729 echo "$ac_t""$CC" 1>&6
731 echo "$ac_t""no" 1>&6
734 if test -z "$CC"; then
735 # Extract the first word of "cc", so it can be a program name with args.
736 set dummy cc
; ac_word
=$2
737 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
738 echo "configure:739: checking for $ac_word" >&5
739 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
740 echo $ac_n "(cached) $ac_c" 1>&6
742 if test -n "$CC"; then
743 ac_cv_prog_CC
="$CC" # Let the user override the test.
745 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
748 for ac_dir
in $ac_dummy; do
749 test -z "$ac_dir" && ac_dir
=.
750 if test -f $ac_dir/$ac_word; then
751 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
760 if test $ac_prog_rejected = yes; then
761 # We found a bogon in the path, so make sure we never use it.
762 set dummy
$ac_cv_prog_CC
764 if test $# -gt 0; then
765 # We chose a different compiler from the bogus one.
766 # However, it has the same basename, so the bogon will be chosen
767 # first if we set CC to just the basename; use the full file name.
769 set dummy
"$ac_dir/$ac_word" "$@"
777 if test -n "$CC"; then
778 echo "$ac_t""$CC" 1>&6
780 echo "$ac_t""no" 1>&6
783 if test -z "$CC"; then
786 # Extract the first word of "cl", so it can be a program name with args.
787 set dummy cl
; ac_word
=$2
788 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
789 echo "configure:790: checking for $ac_word" >&5
790 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
791 echo $ac_n "(cached) $ac_c" 1>&6
793 if test -n "$CC"; then
794 ac_cv_prog_CC
="$CC" # Let the user override the test.
796 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
798 for ac_dir
in $ac_dummy; do
799 test -z "$ac_dir" && ac_dir
=.
800 if test -f $ac_dir/$ac_word; then
809 if test -n "$CC"; then
810 echo "$ac_t""$CC" 1>&6
812 echo "$ac_t""no" 1>&6
817 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
820 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
821 echo "configure:822: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
824 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
825 ac_cpp
='$CPP $CPPFLAGS'
826 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
827 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
828 cross_compiling
=$ac_cv_prog_cc_cross
830 cat > conftest.
$ac_ext << EOF
832 #line 833 "configure"
833 #include "confdefs.h"
837 if { (eval echo configure
:838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
838 ac_cv_prog_cc_works
=yes
839 # If we can't run a trivial program, we are probably using a cross compiler.
840 if (.
/conftest
; exit) 2>/dev
/null
; then
841 ac_cv_prog_cc_cross
=no
843 ac_cv_prog_cc_cross
=yes
846 echo "configure: failed program was:" >&5
847 cat conftest.
$ac_ext >&5
848 ac_cv_prog_cc_works
=no
852 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
853 ac_cpp
='$CPP $CPPFLAGS'
854 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
855 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
856 cross_compiling
=$ac_cv_prog_cc_cross
858 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
859 if test $ac_cv_prog_cc_works = no
; then
860 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
862 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
863 echo "configure:864: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
864 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
865 cross_compiling
=$ac_cv_prog_cc_cross
867 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
868 echo "configure:869: checking whether we are using GNU C" >&5
869 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
870 echo $ac_n "(cached) $ac_c" 1>&6
872 cat > conftest.c
<<EOF
877 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
884 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
886 if test $ac_cv_prog_gcc = yes; then
892 ac_test_CFLAGS
="${CFLAGS+set}"
893 ac_save_CFLAGS
="$CFLAGS"
895 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
896 echo "configure:897: checking whether ${CC-cc} accepts -g" >&5
897 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
898 echo $ac_n "(cached) $ac_c" 1>&6
900 echo 'void f(){}' > conftest.c
901 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
910 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
911 if test "$ac_test_CFLAGS" = set; then
912 CFLAGS
="$ac_save_CFLAGS"
913 elif test $ac_cv_prog_cc_g = yes; then
914 if test "$GCC" = yes; then
920 if test "$GCC" = yes; then
927 if test "$GCC" != yes ; then
928 echo $ac_n "checking that $CC handles ansi prototypes""... $ac_c" 1>&6
929 echo "configure:930: checking that $CC handles ansi prototypes" >&5
930 if eval "test \"`echo '$''{'ac_cv_lbl_cc_ansi_prototypes'+set}'`\" = set"; then
931 echo $ac_n "(cached) $ac_c" 1>&6
933 cat > conftest.
$ac_ext <<EOF
934 #line 935 "configure"
935 #include "confdefs.h"
936 #include <sys/types.h>
938 int frob(int, char *)
941 if { (eval echo configure
:942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
943 ac_cv_lbl_cc_ansi_prototypes
=yes
945 echo "configure: failed program was:" >&5
946 cat conftest.
$ac_ext >&5
948 ac_cv_lbl_cc_ansi_prototypes
=no
953 echo "$ac_t""$ac_cv_lbl_cc_ansi_prototypes" 1>&6
954 if test $ac_cv_lbl_cc_ansi_prototypes = no
; then
958 echo $ac_n "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)""... $ac_c" 1>&6
959 echo "configure:960: checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)" >&5
960 savedcflags
="$CFLAGS"
961 CFLAGS
="-Aa -D_HPUX_SOURCE $CFLAGS"
962 if eval "test \"`echo '$''{'ac_cv_lbl_cc_hpux_cc_aa'+set}'`\" = set"; then
963 echo $ac_n "(cached) $ac_c" 1>&6
965 cat > conftest.
$ac_ext <<EOF
966 #line 967 "configure"
967 #include "confdefs.h"
968 #include <sys/types.h>
970 int frob(int, char *)
973 if { (eval echo configure
:974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
975 ac_cv_lbl_cc_hpux_cc_aa
=yes
977 echo "configure: failed program was:" >&5
978 cat conftest.
$ac_ext >&5
980 ac_cv_lbl_cc_hpux_cc_aa
=no
985 echo "$ac_t""$ac_cv_lbl_cc_hpux_cc_aa" 1>&6
986 if test $ac_cv_lbl_cc_hpux_cc_aa = no
; then
987 { echo "configure: error: see the INSTALL doc for more info" 1>&2; exit 1; }
989 CFLAGS
="$savedcflags"
990 V_CCOPT
="-Aa $V_CCOPT"
991 cat >> confdefs.h
<<\EOF
992 #define _HPUX_SOURCE 1
998 { echo "configure: error: see the INSTALL doc for more info" 1>&2; exit 1; }
1002 V_INCLS
="$V_INCLS -I/usr/local/include"
1003 LDFLAGS
="$LDFLAGS -L/usr/local/lib"
1005 case "$target_os" in
1008 V_CCOPT
="$V_CCOPT -xansi -signed -g3"
1012 V_CCOPT
="$V_CCOPT -std1 -g3"
1016 echo $ac_n "checking that Ultrix $CC hacks const in prototypes""... $ac_c" 1>&6
1017 echo "configure:1018: checking that Ultrix $CC hacks const in prototypes" >&5
1018 if eval "test \"`echo '$''{'ac_cv_lbl_cc_const_proto'+set}'`\" = set"; then
1019 echo $ac_n "(cached) $ac_c" 1>&6
1021 cat > conftest.
$ac_ext <<EOF
1022 #line 1023 "configure"
1023 #include "confdefs.h"
1024 #include <sys/types.h>
1026 struct a { int b; };
1027 void c(const struct a *)
1030 if { (eval echo configure
:1031: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1032 ac_cv_lbl_cc_const_proto
=yes
1034 echo "configure: failed program was:" >&5
1035 cat conftest.
$ac_ext >&5
1037 ac_cv_lbl_cc_const_proto
=no
1042 echo "$ac_t""$ac_cv_lbl_cc_const_proto" 1>&6
1043 if test $ac_cv_lbl_cc_const_proto = no
; then
1044 cat >> confdefs.h
<<\EOF
1054 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1055 echo "configure:1056: checking how to run the C preprocessor" >&5
1056 # On Suns, sometimes $CPP names a directory.
1057 if test -n "$CPP" && test -d "$CPP"; then
1060 if test -z "$CPP"; then
1061 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1062 echo $ac_n "(cached) $ac_c" 1>&6
1064 # This must be in double quotes, not single quotes, because CPP may get
1065 # substituted into the Makefile and "${CC-cc}" will confuse make.
1067 # On the NeXT, cc -E runs the code through the compiler's parser,
1068 # not just through cpp.
1069 cat > conftest.
$ac_ext <<EOF
1070 #line 1071 "configure"
1071 #include "confdefs.h"
1075 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1076 { (eval echo configure
:1077: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1077 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1078 if test -z "$ac_err"; then
1082 echo "configure: failed program was:" >&5
1083 cat conftest.
$ac_ext >&5
1085 CPP
="${CC-cc} -E -traditional-cpp"
1086 cat > conftest.
$ac_ext <<EOF
1087 #line 1088 "configure"
1088 #include "confdefs.h"
1092 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1093 { (eval echo configure
:1094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1094 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1095 if test -z "$ac_err"; then
1099 echo "configure: failed program was:" >&5
1100 cat conftest.
$ac_ext >&5
1102 CPP
="${CC-cc} -nologo -E"
1103 cat > conftest.
$ac_ext <<EOF
1104 #line 1105 "configure"
1105 #include "confdefs.h"
1109 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1110 { (eval echo configure
:1111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1111 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1112 if test -z "$ac_err"; then
1116 echo "configure: failed program was:" >&5
1117 cat conftest.
$ac_ext >&5
1126 ac_cv_prog_CPP
="$CPP"
1128 CPP
="$ac_cv_prog_CPP"
1130 ac_cv_prog_CPP
="$CPP"
1132 echo "$ac_t""$CPP" 1>&6
1134 for ac_hdr
in fcntl.h malloc.h memory.h
1136 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1137 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1138 echo "configure:1139: checking for $ac_hdr" >&5
1139 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1140 echo $ac_n "(cached) $ac_c" 1>&6
1142 cat > conftest.
$ac_ext <<EOF
1143 #line 1144 "configure"
1144 #include "confdefs.h"
1147 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1148 { (eval echo configure
:1149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1149 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1150 if test -z "$ac_err"; then
1152 eval "ac_cv_header_$ac_safe=yes"
1155 echo "configure: failed program was:" >&5
1156 cat conftest.
$ac_ext >&5
1158 eval "ac_cv_header_$ac_safe=no"
1162 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1163 echo "$ac_t""yes" 1>&6
1164 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1165 cat >> confdefs.h
<<EOF
1166 #define $ac_tr_hdr 1
1170 echo "$ac_t""no" 1>&6
1175 for ac_func
in strerror
1177 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1178 echo "configure:1179: checking for $ac_func" >&5
1179 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1180 echo $ac_n "(cached) $ac_c" 1>&6
1182 cat > conftest.
$ac_ext <<EOF
1183 #line 1184 "configure"
1184 #include "confdefs.h"
1185 /* System header to define __stub macros and hopefully few prototypes,
1186 which can conflict with char $ac_func(); below. */
1188 /* Override any gcc2 internal prototype to avoid an error. */
1189 /* We use char because int might match the return type of a gcc2
1190 builtin and then its argument prototype would still apply. */
1195 /* The GNU C library defines this for functions which it implements
1196 to always fail with ENOSYS. Some functions are actually named
1197 something starting with __ and the normal name is an alias. */
1198 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1206 if { (eval echo configure
:1207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1208 eval "ac_cv_func_$ac_func=yes"
1210 echo "configure: failed program was:" >&5
1211 cat conftest.
$ac_ext >&5
1213 eval "ac_cv_func_$ac_func=no"
1218 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
1219 echo "$ac_t""yes" 1>&6
1220 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
1221 cat >> confdefs.h
<<EOF
1222 #define $ac_tr_func 1
1226 echo "$ac_t""no" 1>&6
1227 LIBOBJS
="$LIBOBJS ${ac_func}.${ac_objext}"
1232 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
1233 echo "configure:1234: checking for main in -lnsl" >&5
1234 ac_lib_var
=`echo nsl'_'main | sed 'y%./+-%__p_%'`
1235 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1236 echo $ac_n "(cached) $ac_c" 1>&6
1238 ac_save_LIBS
="$LIBS"
1240 cat > conftest.
$ac_ext <<EOF
1241 #line 1242 "configure"
1242 #include "confdefs.h"
1248 if { (eval echo configure
:1249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1250 eval "ac_cv_lib_$ac_lib_var=yes"
1252 echo "configure: failed program was:" >&5
1253 cat conftest.
$ac_ext >&5
1255 eval "ac_cv_lib_$ac_lib_var=no"
1258 LIBS
="$ac_save_LIBS"
1261 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1262 echo "$ac_t""yes" 1>&6
1263 ac_tr_lib
=HAVE_LIB
`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1264 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1265 cat >> confdefs.h
<<EOF
1266 #define $ac_tr_lib 1
1272 echo "$ac_t""no" 1>&6
1275 echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
1276 echo "configure:1277: checking for main in -lsocket" >&5
1277 ac_lib_var
=`echo socket'_'main | sed 'y%./+-%__p_%'`
1278 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1279 echo $ac_n "(cached) $ac_c" 1>&6
1281 ac_save_LIBS
="$LIBS"
1282 LIBS
="-lsocket $LIBS"
1283 cat > conftest.
$ac_ext <<EOF
1284 #line 1285 "configure"
1285 #include "confdefs.h"
1291 if { (eval echo configure
:1292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1293 eval "ac_cv_lib_$ac_lib_var=yes"
1295 echo "configure: failed program was:" >&5
1296 cat conftest.
$ac_ext >&5
1298 eval "ac_cv_lib_$ac_lib_var=no"
1301 LIBS
="$ac_save_LIBS"
1304 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1305 echo "$ac_t""yes" 1>&6
1306 ac_tr_lib
=HAVE_LIB
`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
1307 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
1308 cat >> confdefs.h
<<EOF
1309 #define $ac_tr_lib 1
1312 LIBS
="-lsocket $LIBS"
1315 echo "$ac_t""no" 1>&6
1319 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1320 echo "configure:1321: checking for ANSI C header files" >&5
1321 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1322 echo $ac_n "(cached) $ac_c" 1>&6
1324 cat > conftest.
$ac_ext <<EOF
1325 #line 1326 "configure"
1326 #include "confdefs.h"
1332 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1333 { (eval echo configure
:1334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1334 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1335 if test -z "$ac_err"; then
1337 ac_cv_header_stdc
=yes
1340 echo "configure: failed program was:" >&5
1341 cat conftest.
$ac_ext >&5
1343 ac_cv_header_stdc
=no
1347 if test $ac_cv_header_stdc = yes; then
1348 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1349 cat > conftest.
$ac_ext <<EOF
1350 #line 1351 "configure"
1351 #include "confdefs.h"
1354 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1355 egrep "memchr" >/dev
/null
2>&1; then
1359 ac_cv_header_stdc
=no
1365 if test $ac_cv_header_stdc = yes; then
1366 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1367 cat > conftest.
$ac_ext <<EOF
1368 #line 1369 "configure"
1369 #include "confdefs.h"
1372 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1373 egrep "free" >/dev
/null
2>&1; then
1377 ac_cv_header_stdc
=no
1383 if test $ac_cv_header_stdc = yes; then
1384 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1385 if test "$cross_compiling" = yes; then
1388 cat > conftest.
$ac_ext <<EOF
1389 #line 1390 "configure"
1390 #include "confdefs.h"
1392 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1393 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1394 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1395 int main () { int i; for (i = 0; i < 256; i++)
1396 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1400 if { (eval echo configure
:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
1404 echo "configure: failed program was:" >&5
1405 cat conftest.
$ac_ext >&5
1407 ac_cv_header_stdc
=no
1415 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1416 if test $ac_cv_header_stdc = yes; then
1417 cat >> confdefs.h
<<\EOF
1418 #define STDC_HEADERS 1
1423 echo $ac_n "checking for int32_t""... $ac_c" 1>&6
1424 echo "configure:1425: checking for int32_t" >&5
1425 if eval "test \"`echo '$''{'ac_cv_type_int32_t'+set}'`\" = set"; then
1426 echo $ac_n "(cached) $ac_c" 1>&6
1428 cat > conftest.
$ac_ext <<EOF
1429 #line 1430 "configure"
1430 #include "confdefs.h"
1431 #include <sys/types.h>
1437 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1438 egrep "(^|[^a-zA-Z_0-9])int32_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
1440 ac_cv_type_int32_t
=yes
1443 ac_cv_type_int32_t
=no
1448 echo "$ac_t""$ac_cv_type_int32_t" 1>&6
1449 if test $ac_cv_type_int32_t = no
; then
1450 cat >> confdefs.h
<<\EOF
1456 echo $ac_n "checking for u_int32_t""... $ac_c" 1>&6
1457 echo "configure:1458: checking for u_int32_t" >&5
1458 if eval "test \"`echo '$''{'ac_cv_type_u_int32_t'+set}'`\" = set"; then
1459 echo $ac_n "(cached) $ac_c" 1>&6
1461 cat > conftest.
$ac_ext <<EOF
1462 #line 1463 "configure"
1463 #include "confdefs.h"
1464 #include <sys/types.h>
1470 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1471 egrep "(^|[^a-zA-Z_0-9])u_int32_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
1473 ac_cv_type_u_int32_t
=yes
1476 ac_cv_type_u_int32_t
=no
1481 echo "$ac_t""$ac_cv_type_u_int32_t" 1>&6
1482 if test $ac_cv_type_u_int32_t = no
; then
1483 cat >> confdefs.h
<<\EOF
1484 #define u_int32_t u_int
1491 if test "${LBL_CFLAGS+set}" = set; then
1492 V_CCOPT
="$V_CCOPT ${LBL_CFLAGS}"
1494 if test -f .devel
; then
1495 if test "$GCC" = yes ; then
1496 if test "$SHLICC2" = yes ; then
1497 ac_cv_lbl_gcc_vers
=2
1498 V_CCOPT
="`echo $V_CCOPT | sed -e 's/-O/-O2/'`"
1500 echo $ac_n "checking gcc version""... $ac_c" 1>&6
1501 echo "configure:1502: checking gcc version" >&5
1502 if eval "test \"`echo '$''{'ac_cv_lbl_gcc_vers'+set}'`\" = set"; then
1503 echo $ac_n "(cached) $ac_c" 1>&6
1505 ac_cv_lbl_gcc_vers
=`$CC --version 2>&1 | \
1509 echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6
1510 if test $ac_cv_lbl_gcc_vers -gt 1 ; then
1511 V_CCOPT
="`echo $V_CCOPT | sed -e 's/-O/-O2/'`"
1514 if test "${LBL_CFLAGS+set}" != set; then
1515 if test "$ac_cv_prog_cc_g" = yes ; then
1516 V_CCOPT
="-g $V_CCOPT"
1518 V_CCOPT
="$V_CCOPT -Wall"
1519 if test $ac_cv_lbl_gcc_vers -gt 1 ; then
1520 V_CCOPT
="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
1524 case "$target_os" in
1527 V_CCOPT
="$V_CCOPT -fullwarn -n32"
1534 os
=`echo $target_os | sed -e 's/\([0-9][0-9]*\)[^0-9].*$/\1/'`
1536 if test -f $name ; then
1537 ln -s $name os-proto.h
1538 cat >> confdefs.h
<<\EOF
1539 #define HAVE_OS_PROTO_H 1
1543 echo "configure: warning: can't find $name" 1>&2
1547 if test -r lbl
/gnuc.h
; then
1549 ln -s lbl
/gnuc.h gnuc.h
1555 # Find a good install program. We prefer a C program (faster),
1556 # so one script is as good as another. But avoid the broken or
1557 # incompatible versions:
1558 # SysV /etc/install, /usr/sbin/install
1559 # SunOS /usr/etc/install
1560 # IRIX /sbin/install
1562 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1563 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1564 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1565 # ./install, which can be erroneously created by make from ./install.sh.
1566 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1567 echo "configure:1568: checking for a BSD compatible install" >&5
1568 if test -z "$INSTALL"; then
1569 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1570 echo $ac_n "(cached) $ac_c" 1>&6
1572 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
1573 for ac_dir
in $PATH; do
1574 # Account for people who put trailing slashes in PATH elements.
1576 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
1578 # OSF1 and SCO ODT 3.0 have their own names for install.
1579 # Don't use installbsd from OSF since it installs stuff as root
1581 for ac_prog
in ginstall scoinst
install; do
1582 if test -f $ac_dir/$ac_prog; then
1583 if test $ac_prog = install &&
1584 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
1585 # AIX install. It has an incompatible calling convention.
1588 ac_cv_path_install
="$ac_dir/$ac_prog -c"
1599 if test "${ac_cv_path_install+set}" = set; then
1600 INSTALL
="$ac_cv_path_install"
1602 # As a last resort, use the slow shell script. We don't cache a
1603 # path for INSTALL within a source directory, because that will
1604 # break other packages using the cache if that directory is
1605 # removed, or if the path is relative.
1606 INSTALL
="$ac_install_sh"
1609 echo "$ac_t""$INSTALL" 1>&6
1611 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1612 # It thinks the first close brace ends the variable substitution.
1613 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1615 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
1617 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1621 cat > confcache
<<\EOF
1622 # This file is a shell script that caches the results of configure
1623 # tests run on this system so they can be shared between configure
1624 # scripts and configure runs. It is not useful on other systems.
1625 # If it contains results you don't want to keep, you may remove or edit it.
1627 # By default, configure uses ./config.cache as the cache file,
1628 # creating it if it does not exist already. You can give configure
1629 # the --cache-file=FILE option to use a different cache file; that is
1630 # what configure does when it calls configure scripts in
1631 # subdirectories, so they share the cache.
1632 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1633 # config.status only pays attention to the cache file if you give it the
1634 # --recheck option to rerun configure.
1637 # The following way of writing the cache mishandles newlines in values,
1638 # but we know of no workaround that is simple, portable, and efficient.
1639 # So, don't put newlines in cache variables' values.
1640 # Ultrix sh set writes to stderr and can't be redirected directly,
1641 # and sets the high bit in the cache file unless we assign to the vars.
1643 case `(ac_space=' '; set | grep ac_space) 2>&1` in
1645 # `set' does not quote correctly, so add quotes (double-quote substitution
1646 # turns \\\\ into \\, and sed turns \\ into \).
1648 -e "s/'/'\\\\''/g" \
1649 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1652 # `set' quotes correctly as required by POSIX, so do not add quotes.
1653 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1656 if cmp -s $cache_file confcache
; then
1659 if test -w $cache_file; then
1660 echo "updating cache $cache_file"
1661 cat confcache
> $cache_file
1663 echo "not updating unwritable cache $cache_file"
1668 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1670 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
1671 # Let make expand exec_prefix.
1672 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
1674 # Any assignment to VPATH causes Sun make to only execute
1675 # the first set of double-colon rules, so remove it if not needed.
1676 # If there is a colon in the path, we need to keep it.
1677 if test "x$srcdir" = x.
; then
1678 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
1681 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1683 # Transform confdefs.h into DEFS.
1684 # Protect against shell expansion while executing Makefile rules.
1685 # Protect against Makefile macro expansion.
1686 cat > conftest.defs
<<\EOF
1687 s
%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1688 s
%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
1693 DEFS=`sed -f conftest.defs confdefs.h |
tr '\012' ' '`
1697 # Without the "./", some shells look in PATH for config.status.
1698 : ${CONFIG_STATUS=./config.status}
1700 echo creating $CONFIG_STATUS
1701 rm -f $CONFIG_STATUS
1702 cat > $CONFIG_STATUS <<EOF
1704 # Generated automatically by configure.
1705 # Run this file to recreate the current configuration.
1706 # This directory was configured as follows,
1707 # on host `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`:
1709 # $0 $ac_configure_args
1711 # Compiler output produced by configure, useful for debugging
1712 # configure, is in ./config.log if it exists.
1714 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1717 case "\$ac_option" in
1718 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1719 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1720 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1721 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1722 echo "$CONFIG_STATUS generated by autoconf version 2.13"
1724 -help | --help | --hel | --he | --h)
1725 echo "\$ac_cs_usage"; exit 0 ;;
1726 *) echo "\$ac_cs_usage"; exit 1 ;;
1730 ac_given_srcdir=$srcdir
1731 ac_given_INSTALL="$INSTALL"
1733 trap 'rm -fr `echo "Makefile" |
sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1735 cat >> $CONFIG_STATUS <<EOF
1737 # Protect against being on the right side of a sed subst in config.status.
1738 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1739 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1743 s%@CFLAGS@%$CFLAGS%g
1744 s%@CPPFLAGS@%$CPPFLAGS%g
1745 s%@CXXFLAGS@%$CXXFLAGS%g
1746 s%@FFLAGS@%$FFLAGS%g
1748 s%@LDFLAGS@%$LDFLAGS%g
1750 s%@exec_prefix@%$exec_prefix%g
1751 s%@prefix@%$prefix%g
1752 s%@program_transform_name@%$program_transform_name%g
1753 s%@bindir@%$bindir%g
1754 s%@sbindir@%$sbindir%g
1755 s%@libexecdir@%$libexecdir%g
1756 s%@datadir@%$datadir%g
1757 s%@sysconfdir@%$sysconfdir%g
1758 s%@sharedstatedir@%$sharedstatedir%g
1759 s%@localstatedir@%$localstatedir%g
1760 s%@libdir@%$libdir%g
1761 s%@includedir@%$includedir%g
1762 s%@oldincludedir@%$oldincludedir%g
1763 s%@infodir@%$infodir%g
1764 s%@mandir@%$mandir%g
1766 s%@host_alias@%$host_alias%g
1767 s%@host_cpu@%$host_cpu%g
1768 s%@host_vendor@%$host_vendor%g
1769 s%@host_os@%$host_os%g
1770 s%@target@%$target%g
1771 s%@target_alias@%$target_alias%g
1772 s%@target_cpu@%$target_cpu%g
1773 s%@target_vendor@%$target_vendor%g
1774 s%@target_os@%$target_os%g
1776 s%@build_alias@%$build_alias%g
1777 s%@build_cpu@%$build_cpu%g
1778 s%@build_vendor@%$build_vendor%g
1779 s%@build_os@%$build_os%g
1780 s%@SHLICC2@%$SHLICC2%g
1783 s%@LIBOBJS@%$LIBOBJS%g
1784 s%@V_CCOPT@%$V_CCOPT%g
1785 s%@V_INCLS@%$V_INCLS%g
1786 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1787 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
1788 s%@INSTALL_DATA@%$INSTALL_DATA%g
1793 cat >> $CONFIG_STATUS <<\EOF
1795 # Split the substitutions into bite-sized pieces for seds with
1796 # small command number limits, like on Digital OSF/1 and HP-UX.
1797 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1798 ac_file=1 # Number of current file.
1799 ac_beg=1 # First line for current file.
1800 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1803 while $ac_more_lines; do
1804 if test $ac_beg -gt 1; then
1805 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1807 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1809 if test ! -s conftest.s$ac_file; then
1811 rm -f conftest.s$ac_file
1813 if test -z "$ac_sed_cmds"; then
1814 ac_sed_cmds="sed -f conftest.s$ac_file"
1816 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1818 ac_file=`expr $ac_file + 1`
1820 ac_end=`expr $ac_end + $ac_max_sed_cmds`
1823 if test -z "$ac_sed_cmds"; then
1828 cat >> $CONFIG_STATUS <<EOF
1830 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
1832 cat >> $CONFIG_STATUS <<\EOF
1833 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1834 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1836 *:*) ac_file_in=`echo "$ac_file"|
sed 's%[^:]*:%%'`
1837 ac_file=`echo "$ac_file"|
sed 's%:.*%%'` ;;
1838 *) ac_file_in="${ac_file}.in" ;;
1841 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1843 # Remove last slash and all that follows it. Not all systems have dirname.
1844 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
1845 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1846 # The file is in a subdirectory.
1847 test ! -d "$ac_dir" && mkdir "$ac_dir"
1848 ac_dir_suffix="/`echo $ac_dir|
sed 's%^\./%%'`"
1849 # A "../" for each directory in $ac_dir_suffix.
1850 ac_dots=`echo $ac_dir_suffix|
sed 's%/[^/]*%../%g'`
1852 ac_dir_suffix= ac_dots=
1855 case "$ac_given_srcdir" in
1857 if test -z "$ac_dots"; then top_srcdir=.
1858 else top_srcdir=`echo $ac_dots|
sed 's%/$%%'`; fi ;;
1859 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1861 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1862 top_srcdir="$ac_dots$ac_given_srcdir" ;;
1865 case "$ac_given_INSTALL" in
1866 [/$]*) INSTALL="$ac_given_INSTALL" ;;
1867 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1870 echo creating "$ac_file"
1872 configure_input="Generated automatically from `echo $ac_file_in|
sed 's%.*/%%'` by configure."
1874 *Makefile*) ac_comsub="1i\\
1875 # $configure_input" ;;
1879 ac_file_inputs=`echo $ac_file_in|
sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1881 s%@configure_input@%$configure_input%g
1882 s%@srcdir@%$srcdir%g
1883 s%@top_srcdir@%$top_srcdir%g
1884 s%@INSTALL@%$INSTALL%g
1885 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1890 cat >> $CONFIG_STATUS <<EOF
1893 cat >> $CONFIG_STATUS <<\EOF
1897 chmod +x $CONFIG_STATUS
1898 rm -fr confdefs* $ac_clean_files
1899 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1902 if test -f .devel ; then