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 --enable-gnome enable build of gnome-console GUI [disabled]"
17 --with-gnome-includes Specify location of GNOME headers"
19 --with-gnome-libs Specify location of GNOME libs"
21 --with-gnome Specify prefix for GNOME files"
23 --enable-smartalloc enable smartalloc debugging support [disabled]"
25 --enable-static-tools enable static tape tools [disabled]"
27 --enable-static-fd enable static File daemon [disabled]"
29 --enable-static-sd enable static Storage daemon [disabled]"
31 --enable-static-dir enable static Director [disabled]"
33 --enable-static-cons enable static Console [disabled]"
35 --enable-client-only build client (File daemon) only [disabled]"
37 --disable-readline disable readline support [enabled]
40 --with-readline=DIR specify readline library directory"
42 --with-tcp-wrappers=DIR enable tcpwrappers support"
44 --with-working-dir=PATH specify path of Bacula working directory"
46 --with-scriptdir=PATH specify path of Bacula scripts directory"
48 --with-dump-email=EMAIL dump email address"
50 --with-job-email=EMAIL job output email address"
52 --with-smtp-host=HOST SMTP mail host address"
54 --with-pid-dir=PATH specify location of Bacula pid files"
56 --with-subsys-dir=PATH specify location of Bacula subsys file"
58 --with-baseport=PORT specify base port address for daemons"
60 --with-dir-password=PASSWORD specify Director's password"
62 --with-fd-password=PASSWORD specify Client's password"
64 --with-sd-password=PASSWORD specify Storage daemon's password"
67 Which DBMS do you want to use (please select only one):
68 --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
69 install directory, default is to search through
70 a number of common places for the MySQL files."
73 Which DBMS do you want to use (please select only one):
74 --with-embedded-mysql[=DIR] Include MySQL support. DIR is the MySQL base
75 install directory, default is to search through
76 a number of common places for the MySQL files."
79 Which DBMS do you want to use (please select only one):
80 --with-sqlite[=DIR] Include SQLite support. DIR is the SQLite base
81 install directory, default is to search through
82 a number of common places for the SQLite files."
84 --disable-largefile omit support for large files"
86 --with-x use the X Window System"
88 # Initialize some variables set by options.
89 # The variables have the same names as the options, with
90 # dashes changed to underlines.
92 cache_file=./config.cache
101 program_transform_name=s,x,x,
109 bindir='${exec_prefix}/bin'
110 sbindir='${exec_prefix}/sbin'
111 libexecdir='${exec_prefix}/libexec'
112 datadir='${prefix}/share'
113 sysconfdir='${prefix}/etc'
114 sharedstatedir='${prefix}/com'
115 localstatedir='${prefix}/var'
116 libdir='${exec_prefix}/lib'
117 includedir='${prefix}/include'
118 oldincludedir='/usr/include'
119 infodir='${prefix}/info'
120 mandir='${prefix}/man'
122 # Initialize some other variables.
125 SHELL=${CONFIG_SHELL-/bin/sh}
126 # Maximum number of lines to put in a shell here document.
133 # If the previous option needs an argument, assign it.
134 if test -n "$ac_prev"; then
135 eval "$ac_prev=\$ac_option"
141 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
145 # Accept the important Cygnus configure options, so we can diagnose typos.
149 -bindir | --bindir | --bindi | --bind | --bin | --bi)
151 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
152 bindir="$ac_optarg" ;;
154 -build | --build | --buil | --bui | --bu)
156 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
157 build="$ac_optarg" ;;
159 -cache-file | --cache-file | --cache-fil | --cache-fi \
160 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
161 ac_prev=cache_file ;;
162 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
163 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
164 cache_file="$ac_optarg" ;;
166 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
168 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
170 datadir="$ac_optarg" ;;
172 -disable-* | --disable-*)
173 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
174 # Reject names that are not valid shell variable names.
175 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
176 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
178 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
179 eval "enable_${ac_feature}=no" ;;
181 -enable-* | --enable-*)
182 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
183 # Reject names that are not valid shell variable names.
184 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
185 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
187 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
192 eval "enable_${ac_feature}='$ac_optarg'" ;;
194 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
195 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
196 | --exec | --exe | --ex)
197 ac_prev=exec_prefix ;;
198 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
199 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
200 | --exec=* | --exe=* | --ex=*)
201 exec_prefix="$ac_optarg" ;;
203 -gas | --gas | --ga | --g)
204 # Obsolete; use --with-gas.
207 -help | --help | --hel | --he)
208 # Omit some internal or obsolete options to make the list less imposing.
209 # This message is too long to be a string in the A/UX 3.1 sh.
211 Usage: configure [options] [host]
212 Options: [defaults in brackets after descriptions]
214 --cache-file=FILE cache test results in FILE
215 --help print this message
216 --no-create do not create output files
217 --quiet, --silent do not print \`checking...' messages
218 --version print the version of autoconf that created configure
219 Directory and file names:
220 --prefix=PREFIX install architecture-independent files in PREFIX
222 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
224 --bindir=DIR user executables in DIR [EPREFIX/bin]
225 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
226 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
227 --datadir=DIR read-only architecture-independent data in DIR
229 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
230 --sharedstatedir=DIR modifiable architecture-independent data in DIR
232 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
233 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
234 --includedir=DIR C header files in DIR [PREFIX/include]
235 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
236 --infodir=DIR info documentation in DIR [PREFIX/info]
237 --mandir=DIR man documentation in DIR [PREFIX/man]
238 --srcdir=DIR find the sources in DIR [configure dir or ..]
239 --program-prefix=PREFIX prepend PREFIX to installed program names
240 --program-suffix=SUFFIX append SUFFIX to installed program names
241 --program-transform-name=PROGRAM
242 run sed PROGRAM on installed program names
246 --build=BUILD configure for building on BUILD [BUILD=HOST]
247 --host=HOST configure for HOST [guessed]
248 --target=TARGET configure for TARGET [TARGET=HOST]
249 Features and packages:
250 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
251 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
252 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
253 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
254 --x-includes=DIR X include files are in DIR
255 --x-libraries=DIR X library files are in DIR
257 if test -n "$ac_help"; then
258 echo "--enable and --with options recognized:$ac_help"
262 -host | --host | --hos | --ho)
264 -host=* | --host=* | --hos=* | --ho=*)
267 -includedir | --includedir | --includedi | --included | --include \
268 | --includ | --inclu | --incl | --inc)
269 ac_prev=includedir ;;
270 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
271 | --includ=* | --inclu=* | --incl=* | --inc=*)
272 includedir="$ac_optarg" ;;
274 -infodir | --infodir | --infodi | --infod | --info | --inf)
276 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
277 infodir="$ac_optarg" ;;
279 -libdir | --libdir | --libdi | --libd)
281 -libdir=* | --libdir=* | --libdi=* | --libd=*)
282 libdir="$ac_optarg" ;;
284 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
285 | --libexe | --libex | --libe)
286 ac_prev=libexecdir ;;
287 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
288 | --libexe=* | --libex=* | --libe=*)
289 libexecdir="$ac_optarg" ;;
291 -localstatedir | --localstatedir | --localstatedi | --localstated \
292 | --localstate | --localstat | --localsta | --localst \
293 | --locals | --local | --loca | --loc | --lo)
294 ac_prev=localstatedir ;;
295 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
296 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
297 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
298 localstatedir="$ac_optarg" ;;
300 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
302 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
303 mandir="$ac_optarg" ;;
306 # Obsolete; use --without-fp.
309 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
313 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
314 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
317 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
318 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
319 | --oldin | --oldi | --old | --ol | --o)
320 ac_prev=oldincludedir ;;
321 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
322 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
323 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
324 oldincludedir="$ac_optarg" ;;
326 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
328 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
329 prefix="$ac_optarg" ;;
331 -program-prefix | --program-prefix | --program-prefi | --program-pref \
332 | --program-pre | --program-pr | --program-p)
333 ac_prev=program_prefix ;;
334 -program-prefix=* | --program-prefix=* | --program-prefi=* \
335 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
336 program_prefix="$ac_optarg" ;;
338 -program-suffix | --program-suffix | --program-suffi | --program-suff \
339 | --program-suf | --program-su | --program-s)
340 ac_prev=program_suffix ;;
341 -program-suffix=* | --program-suffix=* | --program-suffi=* \
342 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
343 program_suffix="$ac_optarg" ;;
345 -program-transform-name | --program-transform-name \
346 | --program-transform-nam | --program-transform-na \
347 | --program-transform-n | --program-transform- \
348 | --program-transform | --program-transfor \
349 | --program-transfo | --program-transf \
350 | --program-trans | --program-tran \
351 | --progr-tra | --program-tr | --program-t)
352 ac_prev=program_transform_name ;;
353 -program-transform-name=* | --program-transform-name=* \
354 | --program-transform-nam=* | --program-transform-na=* \
355 | --program-transform-n=* | --program-transform-=* \
356 | --program-transform=* | --program-transfor=* \
357 | --program-transfo=* | --program-transf=* \
358 | --program-trans=* | --program-tran=* \
359 | --progr-tra=* | --program-tr=* | --program-t=*)
360 program_transform_name="$ac_optarg" ;;
362 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
363 | -silent | --silent | --silen | --sile | --sil)
366 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
368 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
370 sbindir="$ac_optarg" ;;
372 -sharedstatedir | --sharedstatedir | --sharedstatedi \
373 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
374 | --sharedst | --shareds | --shared | --share | --shar \
376 ac_prev=sharedstatedir ;;
377 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
378 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
379 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
381 sharedstatedir="$ac_optarg" ;;
383 -site | --site | --sit)
385 -site=* | --site=* | --sit=*)
388 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
390 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
391 srcdir="$ac_optarg" ;;
393 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
394 | --syscon | --sysco | --sysc | --sys | --sy)
395 ac_prev=sysconfdir ;;
396 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
397 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
398 sysconfdir="$ac_optarg" ;;
400 -target | --target | --targe | --targ | --tar | --ta | --t)
402 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
403 target="$ac_optarg" ;;
405 -v | -verbose | --verbose | --verbos | --verbo | --verb)
408 -version | --version | --versio | --versi | --vers)
409 echo "configure generated by autoconf version 2.13"
413 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
414 # Reject names that are not valid shell variable names.
415 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
416 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
418 ac_package=`echo $ac_package| sed 's/-/_/g'`
423 eval "with_${ac_package}='$ac_optarg'" ;;
425 -without-* | --without-*)
426 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
427 # Reject names that are not valid shell variable names.
428 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
429 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
431 ac_package=`echo $ac_package| sed 's/-/_/g'`
432 eval "with_${ac_package}=no" ;;
435 # Obsolete; use --with-x.
438 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
439 | --x-incl | --x-inc | --x-in | --x-i)
440 ac_prev=x_includes ;;
441 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
442 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
443 x_includes="$ac_optarg" ;;
445 -x-libraries | --x-libraries | --x-librarie | --x-librari \
446 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
447 ac_prev=x_libraries ;;
448 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
449 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
450 x_libraries="$ac_optarg" ;;
452 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
456 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
457 echo "configure: warning: $ac_option: invalid host type" 1>&2
459 if test "x$nonopt" != xNONE; then
460 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
468 if test -n "$ac_prev"; then
469 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
472 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
474 # File descriptor usage:
477 # 2 errors and warnings
478 # 3 some systems may open it to /dev/tty
479 # 4 used on the Kubota Titan
480 # 6 checking for... messages and results
481 # 5 compiler messages saved in config.log
482 if test "$silent" = yes; then
490 This file contains any messages produced by compilers while
491 running configure, to aid debugging if configure makes a mistake.
494 # Strip out --no-create and --no-recursion so they do not pile up.
495 # Also quote any args containing shell metacharacters.
500 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
501 | --no-cr | --no-c) ;;
502 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
503 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
504 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
505 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
506 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
511 # Only set these to C if already set. These must not be set unconditionally
512 # because not all systems understand e.g. LANG=C (notably SCO).
513 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
514 # Non-C LC_CTYPE values break the ctype check.
515 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
516 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
517 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
518 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
520 # confdefs.h avoids OS command line length limits that DEFS can exceed.
521 rm -rf conftest* confdefs.h
522 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
525 # A filename unique to this package, relative to the directory that
526 # configure is in, which we can look for to find out if srcdir is correct.
527 ac_unique_file=src/version.h
529 # Find the source files, if location was not specified.
530 if test -z "$srcdir"; then
531 ac_srcdir_defaulted=yes
532 # Try the directory containing this script, then its parent.
534 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
535 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
537 if test ! -r $srcdir/$ac_unique_file; then
541 ac_srcdir_defaulted=no
543 if test ! -r $srcdir/$ac_unique_file; then
544 if test "$ac_srcdir_defaulted" = yes; then
545 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
547 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
550 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
552 # Prefer explicitly selected file to automatically selected ones.
553 if test -z "$CONFIG_SITE"; then
554 if test "x$prefix" != xNONE; then
555 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
557 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
560 for ac_site_file in $CONFIG_SITE; do
561 if test -r "$ac_site_file"; then
562 echo "loading site script $ac_site_file"
567 if test -r "$cache_file"; then
568 echo "loading cache $cache_file"
571 echo "creating cache $cache_file"
576 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
577 ac_cpp='$CPP $CPPFLAGS'
578 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
579 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
580 cross_compiling=$ac_cv_prog_cc_cross
584 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
585 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
586 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
593 ac_n= ac_c='\c' ac_t=
603 for ac_dir in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf; do
604 if test -f $ac_dir/install-sh; then
606 ac_install_sh="$ac_aux_dir/install-sh -c"
608 elif test -f $ac_dir/install.sh; then
610 ac_install_sh="$ac_aux_dir/install.sh -c"
614 if test -z "$ac_aux_dir"; then
615 { echo "configure: error: can not find install-sh or install.sh in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf" 1>&2; exit 1; }
617 ac_config_guess=$ac_aux_dir/config.guess
618 ac_config_sub=$ac_aux_dir/config.sub
619 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
628 # Extract the first word of "$ac_prog", so it can be a program name with args.
629 set dummy $ac_prog; ac_word=$2
630 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
631 echo "configure:632: checking for $ac_word" >&5
632 if eval "test \"`echo '$''{'ac_cv_path_TRUEPRG'+set}'`\" = set"; then
633 echo $ac_n "(cached) $ac_c" 1>&6
637 ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a path.
640 ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a dos path.
643 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
645 for ac_dir in $ac_dummy; do
646 test -z "$ac_dir" && ac_dir=.
647 if test -f $ac_dir/$ac_word; then
648 ac_cv_path_TRUEPRG="$ac_dir/$ac_word"
656 TRUEPRG="$ac_cv_path_TRUEPRG"
657 if test -n "$TRUEPRG"; then
658 echo "$ac_t""$TRUEPRG" 1>&6
660 echo "$ac_t""no" 1>&6
663 test -n "$TRUEPRG" && break
665 test -n "$TRUEPRG" || TRUEPRG=":"
669 # Extract the first word of "$ac_prog", so it can be a program name with args.
670 set dummy $ac_prog; ac_word=$2
671 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
672 echo "configure:673: checking for $ac_word" >&5
673 if eval "test \"`echo '$''{'ac_cv_path_FALSEPRG'+set}'`\" = set"; then
674 echo $ac_n "(cached) $ac_c" 1>&6
678 ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a path.
681 ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a dos path.
684 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
686 for ac_dir in $ac_dummy; do
687 test -z "$ac_dir" && ac_dir=.
688 if test -f $ac_dir/$ac_word; then
689 ac_cv_path_FALSEPRG="$ac_dir/$ac_word"
697 FALSEPRG="$ac_cv_path_FALSEPRG"
698 if test -n "$FALSEPRG"; then
699 echo "$ac_t""$FALSEPRG" 1>&6
701 echo "$ac_t""no" 1>&6
704 test -n "$FALSEPRG" && break
706 test -n "$FALSEPRG" || FALSEPRG=":"
710 # Make sure we can run config.sub.
711 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
712 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
715 echo $ac_n "checking host system type""... $ac_c" 1>&6
716 echo "configure:717: checking host system type" >&5
719 case "$host_alias" in
723 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
724 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
726 *) host_alias=$nonopt ;;
730 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
731 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
732 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
733 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
734 echo "$ac_t""$host" 1>&6
737 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
738 DATE=`sed -n -e 's/^.* \t*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
739 LSMDATE=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
740 echo "configuring for bacula $VERSION ($DATE)"
744 # Extract the first word of "gcc", so it can be a program name with args.
745 set dummy gcc; ac_word=$2
746 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
747 echo "configure:748: checking for $ac_word" >&5
748 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
749 echo $ac_n "(cached) $ac_c" 1>&6
751 if test -n "$CC"; then
752 ac_cv_prog_CC="$CC" # Let the user override the test.
754 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
756 for ac_dir in $ac_dummy; do
757 test -z "$ac_dir" && ac_dir=.
758 if test -f $ac_dir/$ac_word; then
767 if test -n "$CC"; then
768 echo "$ac_t""$CC" 1>&6
770 echo "$ac_t""no" 1>&6
773 if test -z "$CC"; then
774 # Extract the first word of "cc", so it can be a program name with args.
775 set dummy cc; ac_word=$2
776 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
777 echo "configure:778: checking for $ac_word" >&5
778 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
779 echo $ac_n "(cached) $ac_c" 1>&6
781 if test -n "$CC"; then
782 ac_cv_prog_CC="$CC" # Let the user override the test.
784 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
787 for ac_dir in $ac_dummy; do
788 test -z "$ac_dir" && ac_dir=.
789 if test -f $ac_dir/$ac_word; then
790 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
799 if test $ac_prog_rejected = yes; then
800 # We found a bogon in the path, so make sure we never use it.
801 set dummy $ac_cv_prog_CC
803 if test $# -gt 0; then
804 # We chose a different compiler from the bogus one.
805 # However, it has the same basename, so the bogon will be chosen
806 # first if we set CC to just the basename; use the full file name.
808 set dummy "$ac_dir/$ac_word" "$@"
816 if test -n "$CC"; then
817 echo "$ac_t""$CC" 1>&6
819 echo "$ac_t""no" 1>&6
822 if test -z "$CC"; then
825 # Extract the first word of "cl", so it can be a program name with args.
826 set dummy cl; ac_word=$2
827 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
828 echo "configure:829: checking for $ac_word" >&5
829 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
830 echo $ac_n "(cached) $ac_c" 1>&6
832 if test -n "$CC"; then
833 ac_cv_prog_CC="$CC" # Let the user override the test.
835 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
837 for ac_dir in $ac_dummy; do
838 test -z "$ac_dir" && ac_dir=.
839 if test -f $ac_dir/$ac_word; then
848 if test -n "$CC"; then
849 echo "$ac_t""$CC" 1>&6
851 echo "$ac_t""no" 1>&6
856 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
859 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
860 echo "configure:861: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
863 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
864 ac_cpp='$CPP $CPPFLAGS'
865 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
866 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
867 cross_compiling=$ac_cv_prog_cc_cross
869 cat > conftest.$ac_ext << EOF
871 #line 872 "configure"
872 #include "confdefs.h"
876 if { (eval echo configure:877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
877 ac_cv_prog_cc_works=yes
878 # If we can't run a trivial program, we are probably using a cross compiler.
879 if (./conftest; exit) 2>/dev/null; then
880 ac_cv_prog_cc_cross=no
882 ac_cv_prog_cc_cross=yes
885 echo "configure: failed program was:" >&5
886 cat conftest.$ac_ext >&5
887 ac_cv_prog_cc_works=no
891 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
892 ac_cpp='$CPP $CPPFLAGS'
893 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
894 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
895 cross_compiling=$ac_cv_prog_cc_cross
897 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
898 if test $ac_cv_prog_cc_works = no; then
899 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
901 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
902 echo "configure:903: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
903 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
904 cross_compiling=$ac_cv_prog_cc_cross
906 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
907 echo "configure:908: checking whether we are using GNU C" >&5
908 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
909 echo $ac_n "(cached) $ac_c" 1>&6
911 cat > conftest.c <<EOF
916 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
923 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
925 if test $ac_cv_prog_gcc = yes; then
931 ac_test_CFLAGS="${CFLAGS+set}"
932 ac_save_CFLAGS="$CFLAGS"
934 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
935 echo "configure:936: checking whether ${CC-cc} accepts -g" >&5
936 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
937 echo $ac_n "(cached) $ac_c" 1>&6
939 echo 'void f(){}' > conftest.c
940 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
949 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
950 if test "$ac_test_CFLAGS" = set; then
951 CFLAGS="$ac_save_CFLAGS"
952 elif test $ac_cv_prog_cc_g = yes; then
953 if test "$GCC" = yes; then
959 if test "$GCC" = yes; then
966 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
968 # Extract the first word of "$ac_prog", so it can be a program name with args.
969 set dummy $ac_prog; ac_word=$2
970 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
971 echo "configure:972: checking for $ac_word" >&5
972 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
973 echo $ac_n "(cached) $ac_c" 1>&6
975 if test -n "$CXX"; then
976 ac_cv_prog_CXX="$CXX" # Let the user override the test.
978 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
980 for ac_dir in $ac_dummy; do
981 test -z "$ac_dir" && ac_dir=.
982 if test -f $ac_dir/$ac_word; then
983 ac_cv_prog_CXX="$ac_prog"
990 CXX="$ac_cv_prog_CXX"
991 if test -n "$CXX"; then
992 echo "$ac_t""$CXX" 1>&6
994 echo "$ac_t""no" 1>&6
997 test -n "$CXX" && break
999 test -n "$CXX" || CXX="gcc"
1002 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1003 echo "configure:1004: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1006 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1007 ac_cpp='$CXXCPP $CPPFLAGS'
1008 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1009 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1010 cross_compiling=$ac_cv_prog_cxx_cross
1012 cat > conftest.$ac_ext << EOF
1014 #line 1015 "configure"
1015 #include "confdefs.h"
1017 int main(){return(0);}
1019 if { (eval echo configure:1020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1020 ac_cv_prog_cxx_works=yes
1021 # If we can't run a trivial program, we are probably using a cross compiler.
1022 if (./conftest; exit) 2>/dev/null; then
1023 ac_cv_prog_cxx_cross=no
1025 ac_cv_prog_cxx_cross=yes
1028 echo "configure: failed program was:" >&5
1029 cat conftest.$ac_ext >&5
1030 ac_cv_prog_cxx_works=no
1034 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1035 ac_cpp='$CPP $CPPFLAGS'
1036 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1037 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1038 cross_compiling=$ac_cv_prog_cc_cross
1040 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1041 if test $ac_cv_prog_cxx_works = no; then
1042 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1044 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1045 echo "configure:1046: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1046 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1047 cross_compiling=$ac_cv_prog_cxx_cross
1049 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1050 echo "configure:1051: checking whether we are using GNU C++" >&5
1051 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1052 echo $ac_n "(cached) $ac_c" 1>&6
1054 cat > conftest.C <<EOF
1059 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1060: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1066 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1068 if test $ac_cv_prog_gxx = yes; then
1074 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1075 ac_save_CXXFLAGS="$CXXFLAGS"
1077 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1078 echo "configure:1079: checking whether ${CXX-g++} accepts -g" >&5
1079 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1080 echo $ac_n "(cached) $ac_c" 1>&6
1082 echo 'void f(){}' > conftest.cc
1083 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1084 ac_cv_prog_cxx_g=yes
1092 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1093 if test "$ac_test_CXXFLAGS" = set; then
1094 CXXFLAGS="$ac_save_CXXFLAGS"
1095 elif test $ac_cv_prog_cxx_g = yes; then
1096 if test "$GXX" = yes; then
1102 if test "$GXX" = yes; then
1109 for ac_declaration in \
1111 '#include <stdlib.h>' \
1112 'extern "C" void std::exit (int) throw (); using std::exit;' \
1113 'extern "C" void std::exit (int); using std::exit;' \
1114 'extern "C" void exit (int) throw ();' \
1115 'extern "C" void exit (int);' \
1118 cat > conftest.$ac_ext <<EOF
1119 #line 1120 "configure"
1120 #include "confdefs.h"
1127 if { (eval echo configure:1128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1130 echo "configure: failed program was:" >&5
1131 cat conftest.$ac_ext >&5
1136 cat > conftest.$ac_ext <<EOF
1137 #line 1138 "configure"
1138 #include "confdefs.h"
1144 if { (eval echo configure:1145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1148 echo "configure: failed program was:" >&5
1149 cat conftest.$ac_ext >&5
1153 if test -n "$ac_declaration"; then
1154 echo '#ifdef __cplusplus' >>confdefs.h
1155 echo $ac_declaration >>confdefs.h
1156 echo '#endif' >>confdefs.h
1160 if test "x$CC" != xcc; then
1161 echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
1162 echo "configure:1163: checking whether $CC and cc understand -c and -o together" >&5
1164 echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
1165 echo "configure:1166: checking whether cc understands -c and -o together" >&5
1167 set dummy $CC; ac_cc="`echo $2 |
1168 sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
1169 if eval "test \"`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`\" = set"; then
1170 echo $ac_n "(cached) $ac_c" 1>&6
1172 echo 'foo(){}' > conftest.c
1173 # Make sure it works both with $CC and with simple cc.
1174 # We do the test twice because some compilers refuse to overwrite an
1175 # existing .o file with -o, though they will create one.
1176 ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
1177 if { (eval echo configure:1178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
1178 test -f conftest.o && { (eval echo configure:1179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
1180 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
1181 if test "x$CC" != xcc; then
1182 # Test first that cc exists at all.
1183 if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1184: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
1184 ac_try='cc -c conftest.c -o conftest.o 1>&5'
1185 if { (eval echo configure:1186: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
1186 test -f conftest.o && { (eval echo configure:1187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
1191 # cc exists but doesn't like -o.
1192 eval ac_cv_prog_cc_${ac_cc}_c_o=no
1197 eval ac_cv_prog_cc_${ac_cc}_c_o=no
1202 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
1203 echo "$ac_t""yes" 1>&6
1205 echo "$ac_t""no" 1>&6
1206 cat >> confdefs.h <<\EOF
1207 #define NO_MINUS_C_MINUS_O 1
1211 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1212 echo "configure:1213: checking how to run the C preprocessor" >&5
1213 # On Suns, sometimes $CPP names a directory.
1214 if test -n "$CPP" && test -d "$CPP"; then
1217 if test -z "$CPP"; then
1218 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1219 echo $ac_n "(cached) $ac_c" 1>&6
1221 # This must be in double quotes, not single quotes, because CPP may get
1222 # substituted into the Makefile and "${CC-cc}" will confuse make.
1224 # On the NeXT, cc -E runs the code through the compiler's parser,
1225 # not just through cpp.
1226 cat > conftest.$ac_ext <<EOF
1227 #line 1228 "configure"
1228 #include "confdefs.h"
1232 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1233 { (eval echo configure:1234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1234 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1235 if test -z "$ac_err"; then
1239 echo "configure: failed program was:" >&5
1240 cat conftest.$ac_ext >&5
1242 CPP="${CC-cc} -E -traditional-cpp"
1243 cat > conftest.$ac_ext <<EOF
1244 #line 1245 "configure"
1245 #include "confdefs.h"
1249 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1250 { (eval echo configure:1251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1251 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1252 if test -z "$ac_err"; then
1256 echo "configure: failed program was:" >&5
1257 cat conftest.$ac_ext >&5
1259 CPP="${CC-cc} -nologo -E"
1260 cat > conftest.$ac_ext <<EOF
1261 #line 1262 "configure"
1262 #include "confdefs.h"
1266 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1267 { (eval echo configure:1268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1268 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1269 if test -z "$ac_err"; then
1273 echo "configure: failed program was:" >&5
1274 cat conftest.$ac_ext >&5
1283 ac_cv_prog_CPP="$CPP"
1285 CPP="$ac_cv_prog_CPP"
1287 ac_cv_prog_CPP="$CPP"
1289 echo "$ac_t""$CPP" 1>&6
1291 if test $ac_cv_prog_gcc = yes; then
1292 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
1293 echo "configure:1294: checking whether ${CC-cc} needs -traditional" >&5
1294 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
1295 echo $ac_n "(cached) $ac_c" 1>&6
1297 ac_pattern="Autoconf.*'x'"
1298 cat > conftest.$ac_ext <<EOF
1299 #line 1300 "configure"
1300 #include "confdefs.h"
1304 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1305 egrep "$ac_pattern" >/dev/null 2>&1; then
1307 ac_cv_prog_gcc_traditional=yes
1310 ac_cv_prog_gcc_traditional=no
1315 if test $ac_cv_prog_gcc_traditional = no; then
1316 cat > conftest.$ac_ext <<EOF
1317 #line 1318 "configure"
1318 #include "confdefs.h"
1322 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1323 egrep "$ac_pattern" >/dev/null 2>&1; then
1325 ac_cv_prog_gcc_traditional=yes
1332 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
1333 if test $ac_cv_prog_gcc_traditional = yes; then
1334 CC="$CC -traditional"
1340 cat >> confdefs.h <<\EOF
1346 # Find a good install program. We prefer a C program (faster),
1347 # so one script is as good as another. But avoid the broken or
1348 # incompatible versions:
1349 # SysV /etc/install, /usr/sbin/install
1350 # SunOS /usr/etc/install
1351 # IRIX /sbin/install
1353 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1354 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1355 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1356 # ./install, which can be erroneously created by make from ./install.sh.
1357 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1358 echo "configure:1359: checking for a BSD compatible install" >&5
1359 if test -z "$INSTALL"; then
1360 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1361 echo $ac_n "(cached) $ac_c" 1>&6
1363 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1364 for ac_dir in $PATH; do
1365 # Account for people who put trailing slashes in PATH elements.
1367 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1369 # OSF1 and SCO ODT 3.0 have their own names for install.
1370 # Don't use installbsd from OSF since it installs stuff as root
1372 for ac_prog in ginstall scoinst install; do
1373 if test -f $ac_dir/$ac_prog; then
1374 if test $ac_prog = install &&
1375 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1376 # AIX install. It has an incompatible calling convention.
1379 ac_cv_path_install="$ac_dir/$ac_prog -c"
1390 if test "${ac_cv_path_install+set}" = set; then
1391 INSTALL="$ac_cv_path_install"
1393 # As a last resort, use the slow shell script. We don't cache a
1394 # path for INSTALL within a source directory, because that will
1395 # break other packages using the cache if that directory is
1396 # removed, or if the path is relative.
1397 INSTALL="$ac_install_sh"
1400 echo "$ac_t""$INSTALL" 1>&6
1402 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1403 # It thinks the first close brace ends the variable substitution.
1404 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1406 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1408 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1410 # Extract the first word of "ranlib", so it can be a program name with args.
1411 set dummy ranlib; ac_word=$2
1412 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1413 echo "configure:1414: checking for $ac_word" >&5
1414 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1415 echo $ac_n "(cached) $ac_c" 1>&6
1417 if test -n "$RANLIB"; then
1418 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1420 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1422 for ac_dir in $ac_dummy; do
1423 test -z "$ac_dir" && ac_dir=.
1424 if test -f $ac_dir/$ac_word; then
1425 ac_cv_prog_RANLIB="ranlib"
1430 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1433 RANLIB="$ac_cv_prog_RANLIB"
1434 if test -n "$RANLIB"; then
1435 echo "$ac_t""$RANLIB" 1>&6
1437 echo "$ac_t""no" 1>&6
1440 # Extract the first word of "mv", so it can be a program name with args.
1441 set dummy mv; ac_word=$2
1442 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1443 echo "configure:1444: checking for $ac_word" >&5
1444 if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then
1445 echo $ac_n "(cached) $ac_c" 1>&6
1449 ac_cv_path_MV="$MV" # Let the user override the test with a path.
1452 ac_cv_path_MV="$MV" # Let the user override the test with a dos path.
1455 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1457 for ac_dir in $ac_dummy; do
1458 test -z "$ac_dir" && ac_dir=.
1459 if test -f $ac_dir/$ac_word; then
1460 ac_cv_path_MV="$ac_dir/$ac_word"
1465 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
1470 if test -n "$MV"; then
1471 echo "$ac_t""$MV" 1>&6
1473 echo "$ac_t""no" 1>&6
1476 # Extract the first word of "rm", so it can be a program name with args.
1477 set dummy rm; ac_word=$2
1478 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1479 echo "configure:1480: checking for $ac_word" >&5
1480 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then
1481 echo $ac_n "(cached) $ac_c" 1>&6
1485 ac_cv_path_RM="$RM" # Let the user override the test with a path.
1488 ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
1491 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1493 for ac_dir in $ac_dummy; do
1494 test -z "$ac_dir" && ac_dir=.
1495 if test -f $ac_dir/$ac_word; then
1496 ac_cv_path_RM="$ac_dir/$ac_word"
1501 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
1506 if test -n "$RM"; then
1507 echo "$ac_t""$RM" 1>&6
1509 echo "$ac_t""no" 1>&6
1512 # Extract the first word of "cp", so it can be a program name with args.
1513 set dummy cp; ac_word=$2
1514 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1515 echo "configure:1516: checking for $ac_word" >&5
1516 if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then
1517 echo $ac_n "(cached) $ac_c" 1>&6
1521 ac_cv_path_CP="$CP" # Let the user override the test with a path.
1524 ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
1527 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1529 for ac_dir in $ac_dummy; do
1530 test -z "$ac_dir" && ac_dir=.
1531 if test -f $ac_dir/$ac_word; then
1532 ac_cv_path_CP="$ac_dir/$ac_word"
1537 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
1542 if test -n "$CP"; then
1543 echo "$ac_t""$CP" 1>&6
1545 echo "$ac_t""no" 1>&6
1548 # Extract the first word of "sed", so it can be a program name with args.
1549 set dummy sed; ac_word=$2
1550 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1551 echo "configure:1552: checking for $ac_word" >&5
1552 if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then
1553 echo $ac_n "(cached) $ac_c" 1>&6
1557 ac_cv_path_SED="$SED" # Let the user override the test with a path.
1560 ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
1563 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1565 for ac_dir in $ac_dummy; do
1566 test -z "$ac_dir" && ac_dir=.
1567 if test -f $ac_dir/$ac_word; then
1568 ac_cv_path_SED="$ac_dir/$ac_word"
1573 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
1577 SED="$ac_cv_path_SED"
1578 if test -n "$SED"; then
1579 echo "$ac_t""$SED" 1>&6
1581 echo "$ac_t""no" 1>&6
1584 # Extract the first word of "awk", so it can be a program name with args.
1585 set dummy awk; ac_word=$2
1586 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1587 echo "configure:1588: checking for $ac_word" >&5
1588 if eval "test \"`echo '$''{'ac_cv_path_AWK'+set}'`\" = set"; then
1589 echo $ac_n "(cached) $ac_c" 1>&6
1593 ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
1596 ac_cv_path_AWK="$AWK" # Let the user override the test with a dos path.
1599 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1601 for ac_dir in $ac_dummy; do
1602 test -z "$ac_dir" && ac_dir=.
1603 if test -f $ac_dir/$ac_word; then
1604 ac_cv_path_AWK="$ac_dir/$ac_word"
1609 test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="awk"
1613 AWK="$ac_cv_path_AWK"
1614 if test -n "$AWK"; then
1615 echo "$ac_t""$AWK" 1>&6
1617 echo "$ac_t""no" 1>&6
1620 # Extract the first word of "echo", so it can be a program name with args.
1621 set dummy echo; ac_word=$2
1622 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1623 echo "configure:1624: checking for $ac_word" >&5
1624 if eval "test \"`echo '$''{'ac_cv_path_ECHO'+set}'`\" = set"; then
1625 echo $ac_n "(cached) $ac_c" 1>&6
1629 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
1632 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a dos path.
1635 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1637 for ac_dir in $ac_dummy; do
1638 test -z "$ac_dir" && ac_dir=.
1639 if test -f $ac_dir/$ac_word; then
1640 ac_cv_path_ECHO="$ac_dir/$ac_word"
1645 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
1649 ECHO="$ac_cv_path_ECHO"
1650 if test -n "$ECHO"; then
1651 echo "$ac_t""$ECHO" 1>&6
1653 echo "$ac_t""no" 1>&6
1656 # Extract the first word of "cmp", so it can be a program name with args.
1657 set dummy cmp; ac_word=$2
1658 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1659 echo "configure:1660: checking for $ac_word" >&5
1660 if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then
1661 echo $ac_n "(cached) $ac_c" 1>&6
1665 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
1668 ac_cv_path_CMP="$CMP" # Let the user override the test with a dos path.
1671 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1673 for ac_dir in $ac_dummy; do
1674 test -z "$ac_dir" && ac_dir=.
1675 if test -f $ac_dir/$ac_word; then
1676 ac_cv_path_CMP="$ac_dir/$ac_word"
1681 test -z "$ac_cv_path_CMP" && ac_cv_path_CMP="cmp"
1685 CMP="$ac_cv_path_CMP"
1686 if test -n "$CMP"; then
1687 echo "$ac_t""$CMP" 1>&6
1689 echo "$ac_t""no" 1>&6
1692 # Extract the first word of "tbl", so it can be a program name with args.
1693 set dummy tbl; ac_word=$2
1694 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1695 echo "configure:1696: checking for $ac_word" >&5
1696 if eval "test \"`echo '$''{'ac_cv_path_TBL'+set}'`\" = set"; then
1697 echo $ac_n "(cached) $ac_c" 1>&6
1701 ac_cv_path_TBL="$TBL" # Let the user override the test with a path.
1704 ac_cv_path_TBL="$TBL" # Let the user override the test with a dos path.
1707 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1709 for ac_dir in $ac_dummy; do
1710 test -z "$ac_dir" && ac_dir=.
1711 if test -f $ac_dir/$ac_word; then
1712 ac_cv_path_TBL="$ac_dir/$ac_word"
1717 test -z "$ac_cv_path_TBL" && ac_cv_path_TBL="tbl"
1721 TBL="$ac_cv_path_TBL"
1722 if test -n "$TBL"; then
1723 echo "$ac_t""$TBL" 1>&6
1725 echo "$ac_t""no" 1>&6
1728 # Extract the first word of "ar", so it can be a program name with args.
1729 set dummy ar; ac_word=$2
1730 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1731 echo "configure:1732: checking for $ac_word" >&5
1732 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
1733 echo $ac_n "(cached) $ac_c" 1>&6
1737 ac_cv_path_AR="$AR" # Let the user override the test with a path.
1740 ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
1743 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1745 for ac_dir in $ac_dummy; do
1746 test -z "$ac_dir" && ac_dir=.
1747 if test -f $ac_dir/$ac_word; then
1748 ac_cv_path_AR="$ac_dir/$ac_word"
1753 test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
1758 if test -n "$AR"; then
1759 echo "$ac_t""$AR" 1>&6
1761 echo "$ac_t""no" 1>&6
1764 # Extract the first word of "ranlib", so it can be a program name with args.
1765 set dummy ranlib; ac_word=$2
1766 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1767 echo "configure:1768: checking for $ac_word" >&5
1768 if eval "test \"`echo '$''{'ac_cv_path_RANLIB'+set}'`\" = set"; then
1769 echo $ac_n "(cached) $ac_c" 1>&6
1773 ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a path.
1776 ac_cv_path_RANLIB="$RANLIB" # Let the user override the test with a dos path.
1779 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1781 for ac_dir in $ac_dummy; do
1782 test -z "$ac_dir" && ac_dir=.
1783 if test -f $ac_dir/$ac_word; then
1784 ac_cv_path_RANLIB="$ac_dir/$ac_word"
1789 test -z "$ac_cv_path_RANLIB" && ac_cv_path_RANLIB="ranlib"
1793 RANLIB="$ac_cv_path_RANLIB"
1794 if test -n "$RANLIB"; then
1795 echo "$ac_t""$RANLIB" 1>&6
1797 echo "$ac_t""no" 1>&6
1800 # Extract the first word of "openssl", so it can be a program name with args.
1801 set dummy openssl; ac_word=$2
1802 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1803 echo "configure:1804: checking for $ac_word" >&5
1804 if eval "test \"`echo '$''{'ac_cv_path_OPENSSL'+set}'`\" = set"; then
1805 echo $ac_n "(cached) $ac_c" 1>&6
1809 ac_cv_path_OPENSSL="$OPENSSL" # Let the user override the test with a path.
1812 ac_cv_path_OPENSSL="$OPENSSL" # Let the user override the test with a dos path.
1815 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1817 for ac_dir in $ac_dummy; do
1818 test -z "$ac_dir" && ac_dir=.
1819 if test -f $ac_dir/$ac_word; then
1820 ac_cv_path_OPENSSL="$ac_dir/$ac_word"
1825 test -z "$ac_cv_path_OPENSSL" && ac_cv_path_OPENSSL="none"
1829 OPENSSL="$ac_cv_path_OPENSSL"
1830 if test -n "$OPENSSL"; then
1831 echo "$ac_t""$OPENSSL" 1>&6
1833 echo "$ac_t""no" 1>&6
1837 test -n "$ARFLAG" || ARFLAGS="cr"
1850 echo $ac_n "checking for Operating System""... $ac_c" 1>&6
1851 echo "configure:1852: checking for Operating System" >&5
1852 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1853 echo "configure:1854: checking for Cygwin environment" >&5
1854 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1855 echo $ac_n "(cached) $ac_c" 1>&6
1857 cat > conftest.$ac_ext <<EOF
1858 #line 1859 "configure"
1859 #include "confdefs.h"
1864 #define __CYGWIN__ __CYGWIN32__
1869 if { (eval echo configure:1870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1873 echo "configure: failed program was:" >&5
1874 cat conftest.$ac_ext >&5
1882 echo "$ac_t""$ac_cv_cygwin" 1>&6
1884 test "$ac_cv_cygwin" = yes && CYGWIN=yes
1885 if test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
1891 HAVE_SUN_OS_FALSE='#'
1893 HAVE_SUN_OS_TRUE='#'
1896 cat >> confdefs.h <<\EOF
1897 #define HAVE_SUN_OS 1
1905 HAVE_SUN_OS_FALSE='#'
1907 HAVE_SUN_OS_TRUE='#'
1912 if test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
1918 HAVE_OSF1_OS_FALSE='#'
1920 HAVE_OSF1_OS_TRUE='#'
1923 cat >> confdefs.h <<\EOF
1924 #define HAVE_OSF1_OS 1
1932 HAVE_OSF1_OS_FALSE='#'
1934 HAVE_OSF1_OS_TRUE='#'
1939 if test $HAVE_UNAME=yes -a x`uname -s` = xAIX
1945 HAVE_AIX_OS_FALSE='#'
1947 HAVE_AIX_OS_TRUE='#'
1950 cat >> confdefs.h <<\EOF
1951 #define HAVE_AIX_OS 1
1959 HAVE_AIX_OS_FALSE='#'
1961 HAVE_AIX_OS_TRUE='#'
1966 if test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
1972 HAVE_HPUX_OS_FALSE='#'
1974 HAVE_HPUX_OS_TRUE='#'
1977 cat >> confdefs.h <<\EOF
1978 #define HAVE_HPUX_OS 1
1986 HAVE_HPUX_OS_FALSE='#'
1988 HAVE_HPUX_OS_TRUE='#'
1993 if test $HAVE_UNAME=yes -a x`uname -s` = xLinux
1999 HAVE_LINUX_OS_FALSE='#'
2001 HAVE_LINUX_OS_TRUE='#'
2002 HAVE_LINUX_OS_FALSE=
2004 cat >> confdefs.h <<\EOF
2005 #define HAVE_LINUX_OS 1
2013 HAVE_LINUX_OS_FALSE='#'
2015 HAVE_LINUX_OS_TRUE='#'
2016 HAVE_LINUX_OS_FALSE=
2020 if test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
2025 HAVE_FREEBSD_OS_TRUE=
2026 HAVE_FREEBSD_OS_FALSE='#'
2028 HAVE_FREEBSD_OS_TRUE='#'
2029 HAVE_FREEBSD_OS_FALSE=
2031 cat >> confdefs.h <<\EOF
2032 #define HAVE_FREEBSD_OS 1
2039 HAVE_FREEBSD_OS_TRUE=
2040 HAVE_FREEBSD_OS_FALSE='#'
2042 HAVE_FREEBSD_OS_TRUE='#'
2043 HAVE_FREEBSD_OS_FALSE=
2047 if test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
2052 HAVE_NETBSD_OS_TRUE=
2053 HAVE_NETBSD_OS_FALSE='#'
2055 HAVE_NETBSD_OS_TRUE='#'
2056 HAVE_NETBSD_OS_FALSE=
2058 cat >> confdefs.h <<\EOF
2059 #define HAVE_NETBSD_OS 1
2066 HAVE_NETBSD_OS_TRUE=
2067 HAVE_NETBSD_OS_FALSE='#'
2069 HAVE_NETBSD_OS_TRUE='#'
2070 HAVE_NETBSD_OS_FALSE=
2074 if test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
2079 HAVE_OPENBSD_OS_TRUE=
2080 HAVE_OPENBSD_OS_FALSE='#'
2082 HAVE_OPENBSD_OS_TRUE='#'
2083 HAVE_OPENBSD_OS_FALSE=
2085 cat >> confdefs.h <<\EOF
2086 #define HAVE_OPENBSD_OS 1
2093 HAVE_OPENBSD_OS_TRUE=
2094 HAVE_OPENBSD_OS_FALSE='#'
2096 HAVE_OPENBSD_OS_TRUE='#'
2097 HAVE_OPENBSD_OS_FALSE=
2101 if test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2107 HAVE_BSDI_OS_FALSE='#'
2109 HAVE_BSDI_OS_TRUE='#'
2112 cat >> confdefs.h <<\EOF
2113 #define HAVE_BSDI_OS 1
2121 HAVE_BSDI_OS_FALSE='#'
2123 HAVE_BSDI_OS_TRUE='#'
2128 if test $HAVE_UNAME=yes -a x`uname -s` = xSGI
2134 HAVE_SGI_OS_FALSE='#'
2136 HAVE_SGI_OS_TRUE='#'
2139 cat >> confdefs.h <<\EOF
2140 #define HAVE_SGI_OS 1
2148 HAVE_SGI_OS_FALSE='#'
2150 HAVE_SGI_OS_TRUE='#'
2155 if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2161 HAVE_IRIX_OS_FALSE='#'
2163 HAVE_IRIX_OS_TRUE='#'
2166 cat >> confdefs.h <<\EOF
2167 #define HAVE_IRIX_OS 1
2175 HAVE_IRIX_OS_FALSE='#'
2177 HAVE_IRIX_OS_TRUE='#'
2182 if test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2187 HAVE_DARWIN_OS_TRUE=
2188 HAVE_DARWIN_OS_FALSE='#'
2190 HAVE_DARWIN_OS_TRUE='#'
2191 HAVE_DARWIN_OS_FALSE=
2193 cat >> confdefs.h <<\EOF
2194 #define HAVE_DARWIN_OS 1
2201 HAVE_DARWIN_OS_TRUE=
2202 HAVE_DARWIN_OS_FALSE='#'
2204 HAVE_DARWIN_OS_TRUE='#'
2205 HAVE_DARWIN_OS_FALSE=
2209 echo "$ac_t""" "" 1>&6
2212 # -----------------------------------------------------------
2213 # ----------------------------------------------------------
2214 echo $ac_n "checking for Operating System Distribution""... $ac_c" 1>&6
2215 echo "configure:2216: checking for Operating System Distribution" >&5
2216 if test "x$DISTNAME" != "x"
2218 echo "distname set to $DISTNAME"
2219 elif test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
2222 elif test $HAVE_UNAME=yes -a x`uname -s` = xAIX
2225 elif test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
2228 elif test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
2231 elif test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
2234 elif test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
2237 elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
2240 elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2243 elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2246 elif test -f /etc/SuSE-release
2249 elif test -d /etc/SuSEconfig
2252 elif test -d /usr/src/OpenLinux
2255 elif test -f /etc/redhat-release
2258 elif test -f /etc/gentoo-release
2261 elif test -f /etc/debian_version
2264 elif test -f /etc/slackware-version
2267 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2270 elif test "$ac_cv_cygwin" = yes
2273 cat >> confdefs.h <<\EOF
2274 #define HAVE_CYGWIN 1
2280 echo "$ac_t""" "" 1>&6
2283 # -----------------------------------------------------------
2284 # ----------------------------------------------------------
2289 INSIDE_GNOME_COMMON_TRUE=
2290 INSIDE_GNOME_COMMON_FALSE='#'
2292 INSIDE_GNOME_COMMON_TRUE='#'
2293 INSIDE_GNOME_COMMON_FALSE=
2296 test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
2298 for k in gnome-macros ; do ACLOCAL="$ACLOCAL -I $k" ; done
2301 # ------------------------------------------------------------------
2302 # If the user has not set --prefix, we set our default to nothing.
2303 # In this case, if the user has not set --sysconfdir, we set it
2304 # to the package default of /etc/bacula. If either --prefix or
2305 # --sysconfdir is set, we leave sysconfdir alone except to eval it.
2306 # ------------------------------------------------------------------
2307 if test x${prefix} = xNONE ; then
2308 if test `eval echo ${sysconfdir}` = NONE/etc ; then
2309 sysconfdir=/etc/bacula
2313 sysconfdir=`eval echo ${sysconfdir}`
2315 # -------------------------------------------------------------------------
2316 # If the user has not set --exec-prefix, we default to ${prefix}
2317 # -------------------------------------------------------------------------
2318 if test x${exec_prefix} = xNONE ; then
2319 exec_prefix=${prefix}
2322 # ------------------------------------------------------------------
2323 # If the user has not set --sbindir, we set our default as /sbin
2324 # ------------------------------------------------------------------
2325 if test x$sbindir = x'${exec_prefix}/sbin' ; then
2326 sbindir=${exec_prefix}/sbin
2328 sbindir=`eval echo ${sbindir}`
2330 # ------------------------------------------------------------------
2331 # All list of languages for which a translation exist. Each
2332 # language is separated by a space.
2333 # ------------------------------------------------------------------
2336 for ac_prog in msgfmt
2338 # Extract the first word of "$ac_prog", so it can be a program name with args.
2339 set dummy $ac_prog; ac_word=$2
2340 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2341 echo "configure:2342: checking for $ac_word" >&5
2342 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
2343 echo $ac_n "(cached) $ac_c" 1>&6
2347 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
2350 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a dos path.
2353 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2355 for ac_dir in $ac_dummy; do
2356 test -z "$ac_dir" && ac_dir=.
2357 if test -f $ac_dir/$ac_word; then
2358 ac_cv_path_MSGFMT="$ac_dir/$ac_word"
2366 MSGFMT="$ac_cv_path_MSGFMT"
2367 if test -n "$MSGFMT"; then
2368 echo "$ac_t""$MSGFMT" 1>&6
2370 echo "$ac_t""no" 1>&6
2373 test -n "$MSGFMT" && break
2375 test -n "$MSGFMT" || MSGFMT="no"
2377 if test "$MSGFMT" = "no"
2379 echo 'msgfmt program not found, disabling NLS !'
2381 USE_INCLUDED_LIBINTL=no
2389 support_smartalloc=yes
2390 support_readline=yes
2392 support_static_tools=no
2393 support_static_fd=no
2394 support_static_sd=no
2395 support_static_dir=no
2396 support_static_cons=no
2397 build_client_only=no
2403 # -------------------------------------------
2404 # gnome (default off)
2405 # -------------------------------------------
2406 # Check whether --enable-gnome or --disable-gnome was given.
2407 if test "${enable_gnome+set}" = set; then
2408 enableval="$enable_gnome"
2409 if test x$enableval = xyes; then
2416 if test x$support_gnome = xyes; then
2427 # Check whether --with-gnome-includes or --without-gnome-includes was given.
2428 if test "${with_gnome_includes+set}" = set; then
2429 withval="$with_gnome_includes"
2431 CFLAGS="$CFLAGS -I$withval"
2436 # Check whether --with-gnome-libs or --without-gnome-libs was given.
2437 if test "${with_gnome_libs+set}" = set; then
2438 withval="$with_gnome_libs"
2440 LDFLAGS="$LDFLAGS -L$withval"
2441 gnome_prefix=$withval
2446 # Check whether --with-gnome or --without-gnome was given.
2447 if test "${with_gnome+set}" = set; then
2448 withval="$with_gnome"
2449 if test x$withval = xyes; then
2453 if test "x$withval" = xno; then
2457 LDFLAGS="$LDFLAGS -L$withval/lib"
2458 CFLAGS="$CFLAGS -I$withval/include"
2459 gnome_prefix=$withval/lib
2467 if test "x$want_gnome" = xyes; then
2469 # Extract the first word of "gnome-config", so it can be a program name with args.
2470 set dummy gnome-config; ac_word=$2
2471 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2472 echo "configure:2473: checking for $ac_word" >&5
2473 if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; then
2474 echo $ac_n "(cached) $ac_c" 1>&6
2476 case "$GNOME_CONFIG" in
2478 ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a path.
2481 ac_cv_path_GNOME_CONFIG="$GNOME_CONFIG" # Let the user override the test with a dos path.
2484 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2486 for ac_dir in $ac_dummy; do
2487 test -z "$ac_dir" && ac_dir=.
2488 if test -f $ac_dir/$ac_word; then
2489 ac_cv_path_GNOME_CONFIG="$ac_dir/$ac_word"
2494 test -z "$ac_cv_path_GNOME_CONFIG" && ac_cv_path_GNOME_CONFIG="no"
2498 GNOME_CONFIG="$ac_cv_path_GNOME_CONFIG"
2499 if test -n "$GNOME_CONFIG"; then
2500 echo "$ac_t""$GNOME_CONFIG" 1>&6
2502 echo "$ac_t""no" 1>&6
2505 if test "$GNOME_CONFIG" = "no"; then
2506 no_gnome_config="yes"
2508 echo $ac_n "checking if $GNOME_CONFIG works""... $ac_c" 1>&6
2509 echo "configure:2510: checking if $GNOME_CONFIG works" >&5
2510 if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then
2511 echo "$ac_t""yes" 1>&6
2514 # Extract the first word of "orbit-config", so it can be a program name with args.
2515 set dummy orbit-config; ac_word=$2
2516 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2517 echo "configure:2518: checking for $ac_word" >&5
2518 if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then
2519 echo $ac_n "(cached) $ac_c" 1>&6
2521 case "$ORBIT_CONFIG" in
2523 ac_cv_path_ORBIT_CONFIG="$ORBIT_CONFIG" # Let the user override the test with a path.
2526 ac_cv_path_ORBIT_CONFIG="$ORBIT_CONFIG" # Let the user override the test with a dos path.
2529 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2531 for ac_dir in $ac_dummy; do
2532 test -z "$ac_dir" && ac_dir=.
2533 if test -f $ac_dir/$ac_word; then
2534 ac_cv_path_ORBIT_CONFIG="$ac_dir/$ac_word"
2539 test -z "$ac_cv_path_ORBIT_CONFIG" && ac_cv_path_ORBIT_CONFIG="no"
2543 ORBIT_CONFIG="$ac_cv_path_ORBIT_CONFIG"
2544 if test -n "$ORBIT_CONFIG"; then
2545 echo "$ac_t""$ORBIT_CONFIG" 1>&6
2547 echo "$ac_t""no" 1>&6
2550 # Extract the first word of "orbit-idl", so it can be a program name with args.
2551 set dummy orbit-idl; ac_word=$2
2552 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2553 echo "configure:2554: checking for $ac_word" >&5
2554 if eval "test \"`echo '$''{'ac_cv_path_ORBIT_IDL'+set}'`\" = set"; then
2555 echo $ac_n "(cached) $ac_c" 1>&6
2557 case "$ORBIT_IDL" in
2559 ac_cv_path_ORBIT_IDL="$ORBIT_IDL" # Let the user override the test with a path.
2562 ac_cv_path_ORBIT_IDL="$ORBIT_IDL" # Let the user override the test with a dos path.
2565 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2567 for ac_dir in $ac_dummy; do
2568 test -z "$ac_dir" && ac_dir=.
2569 if test -f $ac_dir/$ac_word; then
2570 ac_cv_path_ORBIT_IDL="$ac_dir/$ac_word"
2575 test -z "$ac_cv_path_ORBIT_IDL" && ac_cv_path_ORBIT_IDL="no"
2579 ORBIT_IDL="$ac_cv_path_ORBIT_IDL"
2580 if test -n "$ORBIT_IDL"; then
2581 echo "$ac_t""$ORBIT_IDL" 1>&6
2583 echo "$ac_t""no" 1>&6
2586 echo $ac_n "checking for working ORBit environment""... $ac_c" 1>&6
2587 echo "configure:2588: checking for working ORBit environment" >&5
2588 if eval "test \"`echo '$''{'gnome_cv_orbit_found'+set}'`\" = set"; then
2589 echo $ac_n "(cached) $ac_c" 1>&6
2592 if test x$ORBIT_CONFIG = xno -o x$ORBIT_IDL = xno; then
2593 gnome_cv_orbit_found=no
2595 gnome_cv_orbit_found=yes
2600 echo "$ac_t""$gnome_cv_orbit_found" 1>&6
2603 if test x$gnome_cv_orbit_found = xyes; then
2605 HAVE_ORBIT_FALSE='#'
2610 if test x$gnome_cv_orbit_found = xyes; then
2612 ORBIT_CFLAGS=`orbit-config --cflags client server`
2613 ORBIT_LIBS=`orbit-config --use-service=name --libs client server`
2617 if test xfail = xfailure; then
2618 { echo "configure: error: ORBit not installed or installation problem" 1>&2; exit 1; }
2622 echo $ac_n "checking for gnorba libraries""... $ac_c" 1>&6
2623 echo "configure:2624: checking for gnorba libraries" >&5
2624 if eval "test \"`echo '$''{'gnome_cv_gnorba_found'+set}'`\" = set"; then
2625 echo $ac_n "(cached) $ac_c" 1>&6
2628 gnome_cv_gnorba_found=no
2629 if test x$gnome_cv_orbit_found = xyes; then
2630 GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
2631 GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
2632 if test -n "$GNORBA_LIBS"; then
2633 gnome_cv_gnorba_found=yes
2639 echo "$ac_t""$gnome_cv_gnorba_found" 1>&6
2642 if test x$gnome_cv_gnorba_found = xyes; then
2644 HAVE_GNORBA_FALSE='#'
2646 HAVE_GNORBA_TRUE='#'
2649 if test x$gnome_cv_orbit_found = xyes; then
2651 GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
2652 GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
2656 if test xfail = xfailure; then
2657 { echo "configure: error: gnorba library not installed or installation problem" 1>&2; exit 1; }
2661 GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`"
2662 GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`"
2663 GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`"
2664 GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`"
2665 ZVT_LIBS="`$GNOME_CONFIG --libs-only-l zvt`"
2666 GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`"
2667 GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`"
2670 echo "$ac_t""no" 1>&6
2671 no_gnome_config="yes"
2675 if test x$exec_prefix = xNONE; then
2676 if test x$prefix = xNONE; then
2677 gnome_prefix=$ac_default_prefix/lib
2679 gnome_prefix=$prefix/lib
2682 gnome_prefix=`eval echo \`echo $libdir\``
2685 if test "$no_gnome_config" = "yes"; then
2686 echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
2687 echo "configure:2688: checking for gnomeConf.sh file in $gnome_prefix" >&5
2688 if test -f $gnome_prefix/gnomeConf.sh; then
2689 echo "$ac_t""found" 1>&6
2690 echo "loading gnome configuration from" \
2691 "$gnome_prefix/gnomeConf.sh"
2692 . $gnome_prefix/gnomeConf.sh
2695 echo "$ac_t""not found" 1>&6
2696 if test xfail = xfail; then
2697 { echo "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" 1>&2; exit 1; }
2706 echo $ac_n "checking extra library \"$i\"""... $ac_c" 1>&6
2707 echo "configure:2708: checking extra library \"$i\"" >&5
2711 GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets`
2712 echo "$ac_t""$GNOME_APPLETS_LIBS" 1>&6;;
2715 GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets`
2716 echo "$ac_t""$GNOME_DOCKLETS_LIBS" 1>&6;;
2719 GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet`
2720 echo "$ac_t""$GNOME_CAPPLET_LIBS" 1>&6;;
2722 echo "$ac_t""unknown library" 1>&6
2724 EXTRA_INCLUDEDIR=`$GNOME_CONFIG --cflags $i`
2725 GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR $EXTRA_INCLUDEDIR"
2730 GNOME_DIR=src/gnome-console
2735 # -------------------------------------------
2736 # smartalloc (default off)
2737 # -------------------------------------------
2738 # Check whether --enable-smartalloc or --disable-smartalloc was given.
2739 if test "${enable_smartalloc+set}" = set; then
2740 enableval="$enable_smartalloc"
2741 if test x$enableval = xno; then
2742 support_smartalloc=no
2747 if test x$support_smartalloc = xyes; then
2748 cat >> confdefs.h <<\EOF
2749 #define SMARTALLOC 1
2754 # -------------------------------------------
2755 # static-tools (default off)
2756 # -------------------------------------------
2757 # Check whether --enable-static-tools or --disable-static-tools was given.
2758 if test "${enable_static_tools+set}" = set; then
2759 enableval="$enable_static_tools"
2760 if test x$enableval = xyes; then
2761 support_static_tools=yes
2767 if test x$support_static_tools = xyes; then
2768 TTOOL_LDFLAGS="-static"
2772 # -------------------------------------------
2773 # static-fd (default off)
2774 # -------------------------------------------
2775 # Check whether --enable-static-fd or --disable-static-fd was given.
2776 if test "${enable_static_fd+set}" = set; then
2777 enableval="$enable_static_fd"
2778 if test x$enableval = xyes; then
2779 support_static_fd=yes
2785 if test x$support_static_fd = xyes; then
2786 STATIC_FD="static-bacula-fd"
2790 # -------------------------------------------
2791 # static-sd (default off)
2792 # -------------------------------------------
2793 # Check whether --enable-static-sd or --disable-static-sd was given.
2794 if test "${enable_static_sd+set}" = set; then
2795 enableval="$enable_static_sd"
2796 if test x$enableval = xyes; then
2797 support_static_sd=yes
2803 if test x$support_static_sd = xyes; then
2804 STATIC_SD="static-bacula-sd"
2808 # -------------------------------------------
2809 # static-dir (default off)
2810 # -------------------------------------------
2811 # Check whether --enable-static-dir or --disable-static-dir was given.
2812 if test "${enable_static_dir+set}" = set; then
2813 enableval="$enable_static_dir"
2814 if test x$enableval = xyes; then
2815 support_static_dir=yes
2821 if test x$support_static_dir = xyes; then
2822 STATIC_DIR="static-bacula-dir"
2826 # -------------------------------------------
2827 # static-cons (default off)
2828 # -------------------------------------------
2829 # Check whether --enable-static-cons or --disable-static-cons was given.
2830 if test "${enable_static_cons+set}" = set; then
2831 enableval="$enable_static_cons"
2832 if test x$enableval = xyes; then
2833 support_static_cons=yes
2839 if test x$support_static_cons = xyes; then
2840 STATIC_CONS="static-console"
2844 # -------------------------------------------
2845 # client_only (default off)
2846 # -------------------------------------------
2847 # Check whether --enable-client-only or --disable-client-only was given.
2848 if test "${enable_client_only+set}" = set; then
2849 enableval="$enable_client_only"
2850 if test x$enableval = xyes; then
2851 build_client_only=yes
2855 if test x$build_client_only = xno; then
2862 # ---------------------------------------------------
2863 # Check for readline support/directory (default on)
2864 # ---------------------------------------------------
2865 # this allows you to turn it completely off
2866 # Check whether --enable-readline or --disable-readline was given.
2867 if test "${enable_readline+set}" = set; then
2868 enableval="$enable_readline"
2869 if test x$enableval = xno; then
2877 if test x$support_readline = xyes; then
2878 # Check whether --with-readline or --without-readline was given.
2879 if test "${with_readline+set}" = set; then
2880 withval="$with_readline"
2882 case "$with_readline" in
2885 if test "$with_readline" != "yes"; then
2886 CONS_INC="-I$with_readline"
2887 CONS_LDFLAGS="-L$with_readline"
2889 with_readline="/usr/include/readline"
2891 ac_safe=`echo "$with_readline/readline.h" | sed 'y%./+-%__p_%'`
2892 echo $ac_n "checking for $with_readline/readline.h""... $ac_c" 1>&6
2893 echo "configure:2894: checking for $with_readline/readline.h" >&5
2894 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2895 echo $ac_n "(cached) $ac_c" 1>&6
2897 cat > conftest.$ac_ext <<EOF
2898 #line 2899 "configure"
2899 #include "confdefs.h"
2900 #include <$with_readline/readline.h>
2902 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2903 { (eval echo configure:2904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2904 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2905 if test -z "$ac_err"; then
2907 eval "ac_cv_header_$ac_safe=yes"
2910 echo "configure: failed program was:" >&5
2911 cat conftest.$ac_ext >&5
2913 eval "ac_cv_header_$ac_safe=no"
2917 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2918 echo "$ac_t""yes" 1>&6
2919 echo "$ac_t""yes" 1>&6
2920 cat >> confdefs.h <<\EOF
2921 #define HAVE_READLINE 1
2924 CONS_LIBS="-lreadline -ltermcap"
2928 echo "$ac_t""no" 1>&6
2929 { echo "configure: error: *** readline library missing" 1>&2; exit 1; }
2939 # check for standard readline library
2940 ac_safe=`echo "/usr/include/readline/readline.h" | sed 'y%./+-%__p_%'`
2941 echo $ac_n "checking for /usr/include/readline/readline.h""... $ac_c" 1>&6
2942 echo "configure:2943: checking for /usr/include/readline/readline.h" >&5
2943 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2944 echo $ac_n "(cached) $ac_c" 1>&6
2946 cat > conftest.$ac_ext <<EOF
2947 #line 2948 "configure"
2948 #include "confdefs.h"
2949 #include </usr/include/readline/readline.h>
2951 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2952 { (eval echo configure:2953: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2953 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2954 if test -z "$ac_err"; then
2956 eval "ac_cv_header_$ac_safe=yes"
2959 echo "configure: failed program was:" >&5
2960 cat conftest.$ac_ext >&5
2962 eval "ac_cv_header_$ac_safe=no"
2966 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2967 echo "$ac_t""yes" 1>&6
2968 echo "$ac_t""yes" 1>&6
2969 cat >> confdefs.h <<\EOF
2970 #define HAVE_READLINE 1
2974 CONS_INC="-I/usr/include/readline"
2975 CONS_LIBS="-lreadline -ltermcap"
2978 echo "$ac_t""no" 1>&6
2980 # Did not find starndard library, so user our own
2981 echo "$ac_t""yes" 1>&6
2982 cat >> confdefs.h <<\EOF
2983 #define HAVE_READLINE 1
2987 CONS_INC="-I${TOP_DIR}/depkgs"
2988 CONS_LIBS="-lreadline -lhistory -ltermcap"
2989 CONS_LDFLAGS="-L${TOP_DIR}/depkgs/readline"
2990 PRTREADLINE_SRC="${TOP_DIR}/depkgs/readline"
3004 # Minimal stuff for readline Makefile configuration
3008 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
3009 echo "configure:3010: checking whether stat file-mode macros are broken" >&5
3010 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
3011 echo $ac_n "(cached) $ac_c" 1>&6
3013 cat > conftest.$ac_ext <<EOF
3014 #line 3015 "configure"
3015 #include "confdefs.h"
3016 #include <sys/types.h>
3017 #include <sys/stat.h>
3019 #if defined(S_ISBLK) && defined(S_IFDIR)
3020 # if S_ISBLK (S_IFDIR)
3025 #if defined(S_ISBLK) && defined(S_IFCHR)
3026 # if S_ISBLK (S_IFCHR)
3031 #if defined(S_ISLNK) && defined(S_IFREG)
3032 # if S_ISLNK (S_IFREG)
3037 #if defined(S_ISSOCK) && defined(S_IFREG)
3038 # if S_ISSOCK (S_IFREG)
3044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3045 egrep "You lose" >/dev/null 2>&1; then
3047 ac_cv_header_stat_broken=yes
3050 ac_cv_header_stat_broken=no
3056 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
3057 if test $ac_cv_header_stat_broken = yes; then
3058 cat >> confdefs.h <<\EOF
3059 #define STAT_MACROS_BROKEN 1
3065 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
3067 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3068 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
3069 echo "configure:3070: checking for $ac_hdr that defines DIR" >&5
3070 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
3071 echo $ac_n "(cached) $ac_c" 1>&6
3073 cat > conftest.$ac_ext <<EOF
3074 #line 3075 "configure"
3075 #include "confdefs.h"
3076 #include <sys/types.h>
3082 if { (eval echo configure:3083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3084 eval "ac_cv_header_dirent_$ac_safe=yes"
3086 echo "configure: failed program was:" >&5
3087 cat conftest.$ac_ext >&5
3089 eval "ac_cv_header_dirent_$ac_safe=no"
3093 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
3094 echo "$ac_t""yes" 1>&6
3095 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3096 cat >> confdefs.h <<EOF
3097 #define $ac_tr_hdr 1
3099 ac_header_dirent=$ac_hdr; break
3101 echo "$ac_t""no" 1>&6
3104 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
3105 if test $ac_header_dirent = dirent.h; then
3106 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
3107 echo "configure:3108: checking for opendir in -ldir" >&5
3108 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
3109 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3110 echo $ac_n "(cached) $ac_c" 1>&6
3112 ac_save_LIBS="$LIBS"
3114 cat > conftest.$ac_ext <<EOF
3115 #line 3116 "configure"
3116 #include "confdefs.h"
3117 /* Override any gcc2 internal prototype to avoid an error. */
3118 /* We use char because int might match the return type of a gcc2
3119 builtin and then its argument prototype would still apply. */
3126 if { (eval echo configure:3127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3128 eval "ac_cv_lib_$ac_lib_var=yes"
3130 echo "configure: failed program was:" >&5
3131 cat conftest.$ac_ext >&5
3133 eval "ac_cv_lib_$ac_lib_var=no"
3136 LIBS="$ac_save_LIBS"
3139 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3140 echo "$ac_t""yes" 1>&6
3143 echo "$ac_t""no" 1>&6
3147 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
3148 echo "configure:3149: checking for opendir in -lx" >&5
3149 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
3150 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3151 echo $ac_n "(cached) $ac_c" 1>&6
3153 ac_save_LIBS="$LIBS"
3155 cat > conftest.$ac_ext <<EOF
3156 #line 3157 "configure"
3157 #include "confdefs.h"
3158 /* Override any gcc2 internal prototype to avoid an error. */
3159 /* We use char because int might match the return type of a gcc2
3160 builtin and then its argument prototype would still apply. */
3167 if { (eval echo configure:3168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3169 eval "ac_cv_lib_$ac_lib_var=yes"
3171 echo "configure: failed program was:" >&5
3172 cat conftest.$ac_ext >&5
3174 eval "ac_cv_lib_$ac_lib_var=no"
3177 LIBS="$ac_save_LIBS"
3180 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3181 echo "$ac_t""yes" 1>&6
3184 echo "$ac_t""no" 1>&6
3190 for ac_func in strcasecmp select setenv putenv tcgetattr setlocale lstat lchown
3192 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3193 echo "configure:3194: checking for $ac_func" >&5
3194 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3195 echo $ac_n "(cached) $ac_c" 1>&6
3197 cat > conftest.$ac_ext <<EOF
3198 #line 3199 "configure"
3199 #include "confdefs.h"
3200 /* System header to define __stub macros and hopefully few prototypes,
3201 which can conflict with char $ac_func(); below. */
3203 /* Override any gcc2 internal prototype to avoid an error. */
3204 /* We use char because int might match the return type of a gcc2
3205 builtin and then its argument prototype would still apply. */
3210 /* The GNU C library defines this for functions which it implements
3211 to always fail with ENOSYS. Some functions are actually named
3212 something starting with __ and the normal name is an alias. */
3213 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3221 if { (eval echo configure:3222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3223 eval "ac_cv_func_$ac_func=yes"
3225 echo "configure: failed program was:" >&5
3226 cat conftest.$ac_ext >&5
3228 eval "ac_cv_func_$ac_func=no"
3233 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3234 echo "$ac_t""yes" 1>&6
3235 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3236 cat >> confdefs.h <<EOF
3237 #define $ac_tr_func 1
3241 echo "$ac_t""no" 1>&6
3246 #AC_CHECK_FUNC(getopt_long, AC_DEFINE(HAVE_GETOPT_LONG),
3247 # [LIBEXTRAOBJ="$LIBEXTRAOBJ getopt.o getopt1.o"
3248 # EXTRAOBJ="$EXTRAOBJ lib/getopt.o lib/getopt1.o"])
3250 echo $ac_n "checking for getopt_long""... $ac_c" 1>&6
3251 echo "configure:3252: checking for getopt_long" >&5
3252 if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then
3253 echo $ac_n "(cached) $ac_c" 1>&6
3255 cat > conftest.$ac_ext <<EOF
3256 #line 3257 "configure"
3257 #include "confdefs.h"
3258 /* System header to define __stub macros and hopefully few prototypes,
3259 which can conflict with char getopt_long(); below. */
3261 /* Override any gcc2 internal prototype to avoid an error. */
3262 /* We use char because int might match the return type of a gcc2
3263 builtin and then its argument prototype would still apply. */
3268 /* The GNU C library defines this for functions which it implements
3269 to always fail with ENOSYS. Some functions are actually named
3270 something starting with __ and the normal name is an alias. */
3271 #if defined (__stub_getopt_long) || defined (__stub___getopt_long)
3279 if { (eval echo configure:3280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3281 eval "ac_cv_func_getopt_long=yes"
3283 echo "configure: failed program was:" >&5
3284 cat conftest.$ac_ext >&5
3286 eval "ac_cv_func_getopt_long=no"
3291 if eval "test \"`echo '$ac_cv_func_'getopt_long`\" = yes"; then
3292 echo "$ac_t""yes" 1>&6
3293 cat >> confdefs.h <<\EOF
3294 #define HAVE_GETOPT_LONG 1
3298 echo "$ac_t""no" 1>&6
3303 echo $ac_n "checking for working strcoll""... $ac_c" 1>&6
3304 echo "configure:3305: checking for working strcoll" >&5
3305 if eval "test \"`echo '$''{'ac_cv_func_strcoll_works'+set}'`\" = set"; then
3306 echo $ac_n "(cached) $ac_c" 1>&6
3308 if test "$cross_compiling" = yes; then
3309 ac_cv_func_strcoll_works=no
3311 cat > conftest.$ac_ext <<EOF
3312 #line 3313 "configure"
3313 #include "confdefs.h"
3317 exit (strcoll ("abc", "def") >= 0 ||
3318 strcoll ("ABC", "DEF") >= 0 ||
3319 strcoll ("123", "456") >= 0);
3322 if { (eval echo configure:3323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3324 ac_cv_func_strcoll_works=yes
3326 echo "configure: failed program was:" >&5
3327 cat conftest.$ac_ext >&5
3329 ac_cv_func_strcoll_works=no
3336 echo "$ac_t""$ac_cv_func_strcoll_works" 1>&6
3337 if test $ac_cv_func_strcoll_works = yes; then
3338 cat >> confdefs.h <<\EOF
3339 #define HAVE_STRCOLL 1
3345 for ac_hdr in varargs.h \
3346 sys/ptem.h sys/pte.h sys/stream.h
3348 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3349 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3350 echo "configure:3351: checking for $ac_hdr" >&5
3351 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3352 echo $ac_n "(cached) $ac_c" 1>&6
3354 cat > conftest.$ac_ext <<EOF
3355 #line 3356 "configure"
3356 #include "confdefs.h"
3359 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3360 { (eval echo configure:3361: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3361 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3362 if test -z "$ac_err"; then
3364 eval "ac_cv_header_$ac_safe=yes"
3367 echo "configure: failed program was:" >&5
3368 cat conftest.$ac_ext >&5
3370 eval "ac_cv_header_$ac_safe=no"
3374 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3375 echo "$ac_t""yes" 1>&6
3376 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3377 cat >> confdefs.h <<EOF
3378 #define $ac_tr_hdr 1
3382 echo "$ac_t""no" 1>&6
3387 # End of readline stuff
3388 # -----------------------------------------------------------------------
3391 # ---------------------------------------------------
3392 # Check for GMP support/directory
3393 # ---------------------------------------------------
3397 # [ --with-gmp[=DIR] Specify gmp library directory],
3399 # case "$with_gmp" in
3402 # if test "$with_gmp" != "yes"; then
3403 # GMP_INC="-I$with_gmp"
3405 # GMP_LDFLAGS="-L$with_gmp"
3407 # with_gmp="/usr/include"
3409 # AC_CHECK_HEADER($with_gmp/gmp.h,
3410 # [ AC_MSG_RESULT(yes)
3411 # AC_DEFINE(HAVE_GMP)
3415 # [ AC_MSG_ERROR([*** gmp library missing])
3421 # # check for standard gmp library
3422 # AC_CHECK_HEADER(/usr/include/gmp.h,
3423 # [ AC_MSG_RESULT(yes)
3424 # AC_DEFINE(HAVE_GMP)
3429 # # Did not find standard library, so use our own
3430 # AC_MSG_RESULT(yes)
3431 # AC_DEFINE(HAVE_GMP)
3434 # GMP_INC="-I${TOP_DIR}/depkgs/gmp"
3436 # GMP_LDFLAGS="-L${TOP_DIR}/depkgs/gmp"
3437 # GMP_SRC="${TOP_DIR}/depkgs/gmp"
3443 #AC_SUBST(GMP_LDFLAGS)
3447 # -----------------------------------------------------------------------
3450 # ---------------------------------------------------
3451 # Check for CWEB support/directory
3452 # ---------------------------------------------------
3457 # [ --with-cweb[=DIR] Specify cweb library directory],
3459 # case "$with_cweb" in
3462 # if test "$with_cweb" != "yes"; then
3463 # CWEB_INC="-I$with_cweb"
3464 # CWEB_LIBS="-lcweb"
3465 # CWEB_LDFLAGS="-L$with_cweb"
3467 # with_cweb="/usr/include"
3469 # AC_CHECK_HEADER($with_cweb/cweb.h,
3470 # [ AC_MSG_RESULT(yes)
3471 # AC_DEFINE(HAVE_CWEB)
3472 # CWEB_LIBS="-lcweb"
3475 # [ AC_MSG_ERROR([*** cweb library missing])
3481 # # check for standard cweb library
3482 # AC_CHECK_HEADER(/usr/include/cweb.h,
3483 # [ AC_MSG_RESULT(yes)
3484 # AC_DEFINE(HAVE_CWEB)
3487 # CWEB_LIBS="-lcweb"
3489 # # Did not find starndard library, so use our own
3490 # AC_MSG_RESULT(yes)
3491 # AC_DEFINE(HAVE_CWEB)
3494 # CWEB=${TOP_DIR}/depkgs/cweb
3495 # CWEB_INC="-I${TOP_DIR}/depkgs/cweb"
3496 # CWEB_LIBS="-lcweb"
3497 # CWEB_LDFLAGS="-L${TOP_DIR}/depkgs/cweb"
3498 # CWEB_SRC="${TOP_DIR}/depkgs/cweb"
3504 #AC_SUBST(CWEB_LIBS)
3505 #AC_SUBST(CWEB_LDFLAGS)
3509 # -----------------------------------------------------------------------
3513 # -----------------------------------------------------------
3514 # Check whether user wants TCP wrappers support (default off)
3515 # -----------------------------------------------------------
3517 # Check whether --with-tcp-wrappers or --without-tcp-wrappers was given.
3518 if test "${with_tcp_wrappers+set}" = set; then
3519 withval="$with_tcp_wrappers"
3521 if test "x$withval" != "xno" ; then
3523 LIBS="$LIBS -lwrap -lnsl"
3524 echo $ac_n "checking for libwrap""... $ac_c" 1>&6
3525 echo "configure:3526: checking for libwrap" >&5
3526 cat > conftest.$ac_ext <<EOF
3527 #line 3528 "configure"
3528 #include "confdefs.h"
3530 int deny_severity = 0;
3531 int allow_severity = 0;
3532 struct request_info *req;
3537 if { (eval echo configure:3538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3540 echo "$ac_t""yes" 1>&6
3541 cat >> confdefs.h <<\EOF
3542 #define HAVE_LIBWRAP 1
3548 echo "configure: failed program was:" >&5
3549 cat conftest.$ac_ext >&5
3551 { echo "configure: error: *** libwrap missing" 1>&2; exit 1; }
3561 # ------------------------------------------
3562 # Where to place working dir
3563 # ------------------------------------------
3564 working_dir=`eval echo ${sysconfdir}/working`
3565 # Check whether --with-working-dir or --without-working-dir was given.
3566 if test "${with_working_dir+set}" = set; then
3567 withval="$with_working_dir"
3569 if test "x$withval" != "xno" ; then
3570 working_dir=$withval
3580 # ------------------------------------------
3581 # Where to place scriptdir (script files)
3582 # ------------------------------------------
3583 scriptdir=`eval echo ${sysconfdir}`
3584 # Check whether --with-scriptdir or --without-scriptdir was given.
3585 if test "${with_scriptdir+set}" = set; then
3586 withval="$with_scriptdir"
3588 if test "x$withval" != "xno" ; then
3599 # ------------------------------------------
3600 # Where to send dump email
3601 # ------------------------------------------
3602 dump_email=root@localhost
3603 # Check whether --with-dump-email or --without-dump-email was given.
3604 if test "${with_dump_email+set}" = set; then
3605 withval="$with_dump_email"
3607 if test "x$withval" != "xno" ; then
3617 # ------------------------------------------
3618 # Where to send job email
3619 # ------------------------------------------
3620 job_email=root@localhost
3621 # Check whether --with-job-email or --without-job-email was given.
3622 if test "${with_job_email+set}" = set; then
3623 withval="$with_job_email"
3625 if test "x$withval" != "xno" ; then
3635 # ------------------------------------------
3636 # Where to find smtp host
3637 # ------------------------------------------
3639 # Check whether --with-smtp_host or --without-smtp_host was given.
3640 if test "${with_smtp_host+set}" = set; then
3641 withval="$with_smtp_host"
3643 if test "x$withval" != "xno" ; then
3654 # ------------------------------------
3655 # Where to place pid files
3656 # ------------------------------------
3658 # Check whether --with-pid-dir or --without-pid-dir was given.
3659 if test "${with_pid_dir+set}" = set; then
3660 withval="$with_pid_dir"
3662 if test "x$withval" != "xno" ; then
3670 # make sure the pid directory exists
3671 if test ! -d $piddir ; then
3672 piddir=`eval echo ${sysconfdir}`
3674 NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
3678 cat >> confdefs.h <<EOF
3679 #define _PATH_BACULA_PIDDIR "$piddir"
3685 # ------------------------------------
3686 # Where to place subsys "lock file"
3687 # ------------------------------------
3688 subsysdir=/var/run/subsys
3689 # Check whether --with-subsys-dir or --without-subsys-dir was given.
3690 if test "${with_subsys_dir+set}" = set; then
3691 withval="$with_subsys_dir"
3693 if test "x$withval" != "xno" ; then
3701 # make sure the pid directory exists
3702 if test ! -d $subsysdir ; then
3703 subsysdir=`eval echo ${sysconfdir}`
3705 NONE/*) subsysdir=`echo $subsysdir | sed "s~NONE~$ac_default_prefix~"` ;;
3713 # ------------------------------------
3714 # Where to start assigning ports
3715 # ------------------------------------
3717 # Check whether --with-baseport or --without-baseport was given.
3718 if test "${with_baseport+set}" = set; then
3719 withval="$with_baseport"
3721 if test "x$withval" != "xno" ; then
3730 dir_port=`expr $baseport`
3731 fd_port=`expr $baseport + 1`
3732 sd_port=`expr $fd_port + 1`
3739 # ------------------------------------------
3740 # Generate passwords
3741 # ------------------------------------------
3743 # Check whether --with-dir-password or --without-dir-password was given.
3744 if test "${with_dir_password+set}" = set; then
3745 withval="$with_dir_password"
3747 if test "x$withval" != "xno" ; then
3748 dir_password=$withval
3755 if test "x$dir_password" = "x" ; then
3756 if test "x$OPENSSL" = "xnone" ; then
3757 # key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" abcdefghijklmnopqrst | awk '{getline} {print} {exit}'`
3758 key=`autoconf/randpass 33`
3760 key=`openssl rand -base64 33`
3766 # Check whether --with-fd-password or --without-fd-password was given.
3767 if test "${with_fd_password+set}" = set; then
3768 withval="$with_fd_password"
3770 if test "x$withval" != "xno" ; then
3771 fd_password=$withval
3778 if test "x$fd_password" = "x" ; then
3779 if test "x$OPENSSL" = "xnone" ; then
3780 # key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" tsrqponmlkjihgfedcba | awk '{getline} {print} {exit}'`
3781 key=`autoconf/randpass 37`
3783 key=`openssl rand -base64 33`
3789 # Check whether --with-sd-password or --without-sd-password was given.
3790 if test "${with_sd_password+set}" = set; then
3791 withval="$with_sd_password"
3793 if test "x$withval" != "xno" ; then
3794 sd_password=$withval
3801 if test "x$sd_password" = "x" ; then
3802 if test "x$OPENSSL" = "xnone" ; then
3803 # key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" 123456789uvwxyzabcdef | awk '{getline} {print} {exit}'`
3804 key=`autocnf/randpass 41`
3806 key=`openssl rand -base64 33`
3819 # ------------------------------------------------
3820 # Bacula check for various SQL database engines
3821 # ------------------------------------------------
3824 echo $ac_n "checking for MySQL support""... $ac_c" 1>&6
3825 echo "configure:3826: checking for MySQL support" >&5
3826 # Check whether --with-mysql or --without-mysql was given.
3827 if test "${with_mysql+set}" = set; then
3828 withval="$with_mysql"
3830 if test "$withval" != "no"; then
3831 if test "$withval" = "yes"; then
3832 if test -f /usr/local/mysql/include/mysql/mysql.h; then
3833 MYSQL_INCDIR=/usr/local/mysql/include/mysql
3834 MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
3835 MYSQL_BINDIR=/usr/local/mysql/bin
3836 elif test -f /usr/include/mysql/mysql.h; then
3837 MYSQL_INCDIR=/usr/include/mysql
3838 MYSQL_LIBDIR=/usr/lib/mysql
3839 MYSQL_BINDIR=/usr/bin
3840 elif test -f /usr/include/mysql.h; then
3841 MYSQL_INCDIR=/usr/include
3842 MYSQL_LIBDIR=/usr/lib
3843 MYSQL_BINDIR=/usr/bin
3844 elif test -f /usr/local/include/mysql/mysql.h; then
3845 MYSQL_INCDIR=/usr/local/include/mysql
3846 MYSQL_LIBDIR=/usr/local/lib/mysql
3847 MYSQL_BINDIR=/usr/local/bin
3848 elif test -f /usr/local/include/mysql.h; then
3849 MYSQL_INCDIR=/usr/local/include
3850 MYSQL_LIBDIR=/usr/local/lib
3851 MYSQL_BINDIR=/usr/local/bin
3853 echo "$ac_t""no" 1>&6
3854 { echo "configure: error: Unable to find mysql.h in standard locations" 1>&2; exit 1; }
3857 if test -f $withval/include/mysql/mysql.h; then
3858 MYSQL_INCDIR=$withval/include/mysql
3859 MYSQL_LIBDIR=$withval/lib/mysql
3860 MYSQL_BINDIR=$withval/bin
3861 elif test -f $withval/include/mysql.h; then
3862 MYSQL_INCDIR=$withval/include
3863 MYSQL_LIBDIR=$withval/lib
3864 MYSQL_BINDIR=$withval/bin
3866 echo "$ac_t""no" 1>&6
3867 { echo "configure: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" 1>&2; exit 1; }
3870 SQL_INCLUDE=-I$MYSQL_INCDIR
3871 SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqlclient -lz"
3872 SQL_BINDIR=$MYSQL_BINDIR
3874 cat >> confdefs.h <<\EOF
3875 #define HAVE_MYSQL 1
3878 echo "$ac_t""yes" 1>&6
3885 echo "$ac_t""no" 1>&6
3890 echo "$ac_t""no" 1>&6
3895 # Check whether --with-embedded-mysql or --without-embedded-mysql was given.
3896 if test "${with_embedded_mysql+set}" = set; then
3897 withval="$with_embedded_mysql"
3899 if test "$withval" != "no"; then
3900 if test "$withval" = "yes"; then
3901 if test -f /usr/local/mysql/include/mysql/mysql.h; then
3902 MYSQL_INCDIR=/usr/local/mysql/include/mysql
3903 MYSQL_LIBDIR=/usr/local/mysql/lib/mysql
3904 MYSQL_BINDIR=/usr/local/mysql/bin
3905 elif test -f /usr/include/mysql/mysql.h; then
3906 MYSQL_INCDIR=/usr/include/mysql
3907 MYSQL_LIBDIR=/usr/lib/mysql
3908 MYSQL_BINDIR=/usr/bin
3909 elif test -f /usr/include/mysql.h; then
3910 MYSQL_INCDIR=/usr/include
3911 MYSQL_LIBDIR=/usr/lib
3912 MYSQL_BINDIR=/usr/bin
3913 elif test -f /usr/local/include/mysql/mysql.h; then
3914 MYSQL_INCDIR=/usr/local/include/mysql
3915 MYSQL_LIBDIR=/usr/local/lib/mysql
3916 MYSQL_BINDIR=/usr/local/bin
3917 elif test -f /usr/local/include/mysql.h; then
3918 MYSQL_INCDIR=/usr/local/include
3919 MYSQL_LIBDIR=/usr/local/lib
3920 MYSQL_BINDIR=/usr/local/bin
3922 echo "$ac_t""no" 1>&6
3923 { echo "configure: error: Unable to find mysql.h in standard locations" 1>&2; exit 1; }
3926 if test -f $withval/include/mysql/mysql.h; then
3927 MYSQL_INCDIR=$withval/include/mysql
3928 MYSQL_LIBDIR=$withval/lib/mysql
3929 MYSQL_BINDIR=$withval/bin
3930 elif test -f $withval/include/mysql.h; then
3931 MYSQL_INCDIR=$withval/include
3932 MYSQL_LIBDIR=$withval/lib
3933 MYSQL_BINDIR=$withval/bin
3935 echo "$ac_t""no" 1>&6
3936 { echo "configure: error: Invalid MySQL directory $withval - unable to find mysql.h under $withval" 1>&2; exit 1; }
3939 SQL_INCLUDE=-I$MYSQL_INCDIR
3940 SQL_LFLAGS="-L$MYSQL_LIBDIR -lmysqld -lz -lm -lcrypt"
3941 SQL_BINDIR=$MYSQL_BINDIR
3943 cat >> confdefs.h <<\EOF
3944 #define HAVE_MYSQL 1
3947 cat >> confdefs.h <<\EOF
3948 #define HAVE_EMBEDDED_MYSQL 1
3951 echo "$ac_t""yes" 1>&6
3958 echo "$ac_t""no" 1>&6
3963 echo "$ac_t""no" 1>&6
3976 # ------------------------------------------------
3977 # Bacula check for various SQL database engines
3978 # ------------------------------------------------
3981 echo $ac_n "checking for SQLite support""... $ac_c" 1>&6
3982 echo "configure:3983: checking for SQLite support" >&5
3983 # Check whether --with-sqlite or --without-sqlite was given.
3984 if test "${with_sqlite+set}" = set; then
3985 withval="$with_sqlite"
3987 if test "$withval" != "no"; then
3988 if test "$withval" = "yes"; then
3989 if test -f /usr/local/include/sqlite.h; then
3990 SQLITE_INCDIR=/usr/local/include
3991 SQLITE_LIBDIR=/usr/local/lib
3992 SQLITE_BINDIR=/usr/local/bin
3993 elif test -f /usr/include/sqlite.h; then
3994 SQLITE_INCDIR=/usr/include
3995 SQLITE_LIBDIR=/usr/lib
3996 SQLITE_BINDIR=/usr/bin
3998 echo "$ac_t""no" 1>&6
3999 { echo "configure: error: Unable to find sqlite.h in standard locations" 1>&2; exit 1; }
4002 if test -f $withval/sqlite.h; then
4003 SQLITE_INCDIR=$withval
4004 SQLITE_LIBDIR=$withval
4005 SQLITE_BINDIR=$withval
4007 echo "$ac_t""no" 1>&6
4008 { echo "configure: error: Invalid SQLite directory $withval - unable to find sqlite.h under $withval" 1>&2; exit 1; }
4011 SQL_INCLUDE=-I$SQLITE_INCDIR
4012 SQL_LFLAGS="-L$SQLITE_LIBDIR -lsqlite"
4013 SQL_BINDIR=$SQLITE_BINDIR
4015 cat >> confdefs.h <<\EOF
4016 #define HAVE_SQLITE 1
4019 echo "$ac_t""yes" 1>&6
4026 echo "$ac_t""no" 1>&6
4031 echo "$ac_t""no" 1>&6
4044 cat >> confdefs.h <<\EOF
4045 #define PROTOTYPES 1
4049 if test -z "$CFLAGS"; then
4050 if test -z "$CCOPTS"; then
4057 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
4058 echo "configure:4059: checking for mingw32 environment" >&5
4059 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
4060 echo $ac_n "(cached) $ac_c" 1>&6
4062 cat > conftest.$ac_ext <<EOF
4063 #line 4064 "configure"
4064 #include "confdefs.h"
4070 if { (eval echo configure:4071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4074 echo "configure: failed program was:" >&5
4075 cat conftest.$ac_ext >&5
4083 echo "$ac_t""$ac_cv_mingw32" 1>&6
4085 test "$ac_cv_mingw32" = yes && MINGW32=yes
4088 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
4089 echo "configure:4090: checking for executable suffix" >&5
4090 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
4091 echo $ac_n "(cached) $ac_c" 1>&6
4093 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
4097 echo 'int main () { return 0; }' > conftest.$ac_ext
4099 if { (eval echo configure:4100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
4100 for file in conftest.*; do
4102 *.c | *.o | *.obj) ;;
4103 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
4107 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
4110 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
4115 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
4116 echo "$ac_t""${ac_cv_exeext}" 1>&6
4120 largefile_support="no"
4121 echo $ac_n "checking build system type""... $ac_c" 1>&6
4122 echo "configure:4123: checking build system type" >&5
4125 case "$build_alias" in
4128 NONE) build_alias=$host_alias ;;
4129 *) build_alias=$nonopt ;;
4133 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
4134 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
4135 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
4136 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4137 echo "$ac_t""$build" 1>&6
4139 if test $host != $build; then
4140 ac_tool_prefix=${host_alias}-
4146 # Check whether --enable-largefile or --disable-largefile was given.
4147 if test "${enable_largefile+set}" = set; then
4148 enableval="$enable_largefile"
4152 if test "$enable_largefile" != no; then
4153 # Extract the first word of "${ac_tool_prefix}getconf", so it can be a program name with args.
4154 set dummy ${ac_tool_prefix}getconf; ac_word=$2
4155 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4156 echo "configure:4157: checking for $ac_word" >&5
4157 if eval "test \"`echo '$''{'ac_cv_prog_GETCONF'+set}'`\" = set"; then
4158 echo $ac_n "(cached) $ac_c" 1>&6
4160 if test -n "$GETCONF"; then
4161 ac_cv_prog_GETCONF="$GETCONF" # Let the user override the test.
4163 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4165 for ac_dir in $ac_dummy; do
4166 test -z "$ac_dir" && ac_dir=.
4167 if test -f $ac_dir/$ac_word; then
4168 ac_cv_prog_GETCONF="${ac_tool_prefix}getconf"
4173 test -z "$ac_cv_prog_GETCONF" && ac_cv_prog_GETCONF="getconf"
4176 GETCONF="$ac_cv_prog_GETCONF"
4177 if test -n "$GETCONF"; then
4178 echo "$ac_t""$GETCONF" 1>&6
4180 echo "$ac_t""no" 1>&6
4185 echo $ac_n "checking for CFLAGS value to request large file support""... $ac_c" 1>&6
4186 echo "configure:4187: checking for CFLAGS value to request large file support" >&5
4187 if eval "test \"`echo '$''{'ac_cv_sys_largefile_CFLAGS'+set}'`\" = set"; then
4188 echo $ac_n "(cached) $ac_c" 1>&6
4190 ac_cv_sys_largefile_CFLAGS=`($GETCONF LFS_CFLAGS) 2>/dev/null` || {
4191 ac_cv_sys_largefile_CFLAGS=no
4193 # IRIX 6.2 and later require cc -n32.
4194 irix6.[2-9]* | irix6.1[0-9]* | irix[7-9].* | irix[1-9][0-9]*)
4195 if test "$GCC" != yes; then
4196 ac_cv_sys_largefile_CFLAGS=-n32
4199 CC="$CC $ac_cv_sys_largefile_CFLAGS"
4200 cat > conftest.$ac_ext <<EOF
4201 #line 4202 "configure"
4202 #include "confdefs.h"
4208 if { (eval echo configure:4209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4211 echo "configure: failed program was:" >&5
4212 cat conftest.$ac_ext >&5
4214 ac_cv_sys_largefile_CFLAGS=no
4222 echo "$ac_t""$ac_cv_sys_largefile_CFLAGS" 1>&6
4223 echo $ac_n "checking for LDFLAGS value to request large file support""... $ac_c" 1>&6
4224 echo "configure:4225: checking for LDFLAGS value to request large file support" >&5
4225 if eval "test \"`echo '$''{'ac_cv_sys_largefile_LDFLAGS'+set}'`\" = set"; then
4226 echo $ac_n "(cached) $ac_c" 1>&6
4228 ac_cv_sys_largefile_LDFLAGS=`($GETCONF LFS_LDFLAGS) 2>/dev/null` || {
4229 ac_cv_sys_largefile_LDFLAGS=no
4234 echo "$ac_t""$ac_cv_sys_largefile_LDFLAGS" 1>&6
4235 echo $ac_n "checking for LIBS value to request large file support""... $ac_c" 1>&6
4236 echo "configure:4237: checking for LIBS value to request large file support" >&5
4237 if eval "test \"`echo '$''{'ac_cv_sys_largefile_LIBS'+set}'`\" = set"; then
4238 echo $ac_n "(cached) $ac_c" 1>&6
4240 ac_cv_sys_largefile_LIBS=`($GETCONF LFS_LIBS) 2>/dev/null` || {
4241 ac_cv_sys_largefile_LIBS=no
4246 echo "$ac_t""$ac_cv_sys_largefile_LIBS" 1>&6
4248 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
4251 -D_FILE_OFFSET_BITS=*) ;;
4252 -D_LARGEFILE_SOURCE | -D_LARGEFILE_SOURCE=*) ;;
4253 -D_LARGE_FILES | -D_LARGE_FILES=*) ;;
4259 '') CPPFLAGS="$ac_flag" ;;
4260 *) CPPFLAGS=$CPPFLAGS' '"$ac_flag" ;;
4268 '') CFLAGS="$ac_flag" ;;
4269 *) CFLAGS=$CFLAGS' '"$ac_flag" ;;
4274 case "$ac_cv_sys_largefile_LDFLAGS" in
4278 '') LDFLAGS="$ac_cv_sys_largefile_LDFLAGS" ;;
4279 *) LDFLAGS=$LDFLAGS' '"$ac_cv_sys_largefile_LDFLAGS" ;;
4282 case "$ac_cv_sys_largefile_LIBS" in
4286 '') LIBS="$ac_cv_sys_largefile_LIBS" ;;
4287 *) LIBS=$LIBS' '"$ac_cv_sys_largefile_LIBS" ;;
4290 echo $ac_n "checking for _FILE_OFFSET_BITS""... $ac_c" 1>&6
4291 echo "configure:4292: checking for _FILE_OFFSET_BITS" >&5
4292 if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
4293 echo $ac_n "(cached) $ac_c" 1>&6
4295 ac_cv_sys_file_offset_bits=no
4297 # HP-UX 10.20 and later
4298 hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)
4299 ac_cv_sys_file_offset_bits=64 ;;
4301 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
4303 -D_FILE_OFFSET_BITS)
4304 ac_cv_sys_file_offset_bits=1 ;;
4305 -D_FILE_OFFSET_BITS=*)
4306 ac_cv_sys_file_offset_bits=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
4312 echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6
4313 if test "$ac_cv_sys_file_offset_bits" != no; then
4314 cat >> confdefs.h <<EOF
4315 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4319 echo $ac_n "checking for _LARGEFILE_SOURCE""... $ac_c" 1>&6
4320 echo "configure:4321: checking for _LARGEFILE_SOURCE" >&5
4321 if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then
4322 echo $ac_n "(cached) $ac_c" 1>&6
4324 ac_cv_sys_largefile_source=no
4326 # HP-UX 10.20 and later
4327 hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)
4328 ac_cv_sys_largefile_source=1 ;;
4330 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
4332 -D_LARGEFILE_SOURCE)
4333 ac_cv_sys_largefile_source=1 ;;
4334 -D_LARGEFILE_SOURCE=*)
4335 ac_cv_sys_largefile_source=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
4341 echo "$ac_t""$ac_cv_sys_largefile_source" 1>&6
4342 if test "$ac_cv_sys_largefile_source" != no; then
4343 cat >> confdefs.h <<EOF
4344 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
4348 echo $ac_n "checking for _LARGE_FILES""... $ac_c" 1>&6
4349 echo "configure:4350: checking for _LARGE_FILES" >&5
4350 if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
4351 echo $ac_n "(cached) $ac_c" 1>&6
4353 ac_cv_sys_large_files=no
4356 aix4.[2-9]* | aix4.1[0-9]* | aix[5-9].* | aix[1-9][0-9]*)
4357 ac_cv_sys_large_files=1 ;;
4359 for ac_flag in $ac_cv_sys_largefile_CFLAGS no; do
4362 ac_cv_sys_large_files=1 ;;
4364 ac_cv_sys_large_files=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;;
4370 echo "$ac_t""$ac_cv_sys_large_files" 1>&6
4371 if test "$ac_cv_sys_large_files" != no; then
4372 cat >> confdefs.h <<EOF
4373 #define _LARGE_FILES $ac_cv_sys_large_files
4381 # If we find X, set shell vars x_includes and x_libraries to the
4382 # paths, otherwise set no_x=yes.
4383 # Uses ac_ vars as temps to allow command line to override cache and checks.
4384 # --without-x overrides everything else, but does not touch the cache.
4385 echo $ac_n "checking for X""... $ac_c" 1>&6
4386 echo "configure:4387: checking for X" >&5
4388 # Check whether --with-x or --without-x was given.
4389 if test "${with_x+set}" = set; then
4394 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4395 if test "x$with_x" = xno; then
4396 # The user explicitly disabled X.
4399 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
4400 # Both variables are already set.
4403 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
4404 echo $ac_n "(cached) $ac_c" 1>&6
4406 # One or both of the vars are not set, and there is no cached value.
4407 ac_x_includes=NO ac_x_libraries=NO
4409 if mkdir conftestdir; then
4411 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
4412 cat > Imakefile <<'EOF'
4414 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
4416 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
4417 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4418 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
4419 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4420 for ac_extension in a so sl; do
4421 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
4422 test -f $ac_im_libdir/libX11.$ac_extension; then
4423 ac_im_usrlibdir=$ac_im_libdir; break
4426 # Screen out bogus values from the imake configuration. They are
4427 # bogus both because they are the default anyway, and because
4428 # using them would break gcc on systems where it needs fixed includes.
4429 case "$ac_im_incroot" in
4431 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
4433 case "$ac_im_usrlibdir" in
4435 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
4442 if test "$ac_x_includes" = NO; then
4443 # Guess where to find include files, by looking for this one X11 .h file.
4444 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
4446 # First, try using that file with no special directory specified.
4447 cat > conftest.$ac_ext <<EOF
4448 #line 4449 "configure"
4449 #include "confdefs.h"
4450 #include <$x_direct_test_include>
4452 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4453 { (eval echo configure:4454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4454 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4455 if test -z "$ac_err"; then
4457 # We can compile using X headers with no special include directory.
4461 echo "configure: failed program was:" >&5
4462 cat conftest.$ac_ext >&5
4464 # Look for the header file in a standard set of common directories.
4465 # Check X11 before X11Rn because it is often a symlink to the current release.
4468 /usr/X11R6/include \
4469 /usr/X11R5/include \
4470 /usr/X11R4/include \
4473 /usr/include/X11R6 \
4474 /usr/include/X11R5 \
4475 /usr/include/X11R4 \
4477 /usr/local/X11/include \
4478 /usr/local/X11R6/include \
4479 /usr/local/X11R5/include \
4480 /usr/local/X11R4/include \
4482 /usr/local/include/X11 \
4483 /usr/local/include/X11R6 \
4484 /usr/local/include/X11R5 \
4485 /usr/local/include/X11R4 \
4489 /usr/XFree86/include/X11 \
4492 /usr/local/include \
4493 /usr/unsupported/include \
4494 /usr/athena/include \
4495 /usr/local/x11r5/include \
4496 /usr/lpp/Xamples/include \
4498 /usr/openwin/include \
4499 /usr/openwin/share/include \
4502 if test -r "$ac_dir/$x_direct_test_include"; then
4503 ac_x_includes=$ac_dir
4509 fi # $ac_x_includes = NO
4511 if test "$ac_x_libraries" = NO; then
4512 # Check for the libraries.
4514 test -z "$x_direct_test_library" && x_direct_test_library=Xt
4515 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
4517 # See if we find them without any special options.
4518 # Don't add to $LIBS permanently.
4519 ac_save_LIBS="$LIBS"
4520 LIBS="-l$x_direct_test_library $LIBS"
4521 cat > conftest.$ac_ext <<EOF
4522 #line 4523 "configure"
4523 #include "confdefs.h"
4526 ${x_direct_test_function}()
4529 if { (eval echo configure:4530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4531 LIBS="$ac_save_LIBS"
4532 # We can link X programs with no special library path.
4535 echo "configure: failed program was:" >&5
4536 cat conftest.$ac_ext >&5
4538 LIBS="$ac_save_LIBS"
4539 # First see if replacing the include by lib works.
4540 # Check X11 before X11Rn because it is often a symlink to the current release.
4541 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
4552 /usr/local/X11/lib \
4553 /usr/local/X11R6/lib \
4554 /usr/local/X11R5/lib \
4555 /usr/local/X11R4/lib \
4557 /usr/local/lib/X11 \
4558 /usr/local/lib/X11R6 \
4559 /usr/local/lib/X11R5 \
4560 /usr/local/lib/X11R4 \
4564 /usr/XFree86/lib/X11 \
4568 /usr/unsupported/lib \
4570 /usr/local/x11r5/lib \
4571 /usr/lpp/Xamples/lib \
4575 /usr/openwin/share/lib \
4578 for ac_extension in a so sl; do
4579 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
4580 ac_x_libraries=$ac_dir
4587 fi # $ac_x_libraries = NO
4589 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
4590 # Didn't find X anywhere. Cache the known absence of X.
4591 ac_cv_have_x="have_x=no"
4593 # Record where we found X for the cache.
4594 ac_cv_have_x="have_x=yes \
4595 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
4599 eval "$ac_cv_have_x"
4602 if test "$have_x" != yes; then
4603 echo "$ac_t""$have_x" 1>&6
4606 # If each of the values was on the command line, it overrides each guess.
4607 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4608 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4609 # Update the cache value to reflect the command line values.
4610 ac_cv_have_x="have_x=yes \
4611 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
4612 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
4615 if test "$no_x" = yes; then
4616 # Not all programs may use this symbol, but it does not hurt to define it.
4617 cat >> confdefs.h <<\EOF
4618 #define X_DISPLAY_MISSING 1
4621 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4623 if test -n "$x_includes"; then
4624 X_CFLAGS="$X_CFLAGS -I$x_includes"
4627 # It would also be nice to do this for all -L options, not just this one.
4628 if test -n "$x_libraries"; then
4629 X_LIBS="$X_LIBS -L$x_libraries"
4630 # For Solaris; some versions of Sun CC require a space after -R and
4631 # others require no space. Words are not sufficient . . . .
4632 case "`(uname -sr) 2>/dev/null`" in
4634 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
4635 echo "configure:4636: checking whether -R must be followed by a space" >&5
4636 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
4637 cat > conftest.$ac_ext <<EOF
4638 #line 4639 "configure"
4639 #include "confdefs.h"
4645 if { (eval echo configure:4646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4649 echo "configure: failed program was:" >&5
4650 cat conftest.$ac_ext >&5
4655 if test $ac_R_nospace = yes; then
4656 echo "$ac_t""no" 1>&6
4657 X_LIBS="$X_LIBS -R$x_libraries"
4659 LIBS="$ac_xsave_LIBS -R $x_libraries"
4660 cat > conftest.$ac_ext <<EOF
4661 #line 4662 "configure"
4662 #include "confdefs.h"
4668 if { (eval echo configure:4669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4672 echo "configure: failed program was:" >&5
4673 cat conftest.$ac_ext >&5
4678 if test $ac_R_space = yes; then
4679 echo "$ac_t""yes" 1>&6
4680 X_LIBS="$X_LIBS -R $x_libraries"
4682 echo "$ac_t""neither works" 1>&6
4685 LIBS="$ac_xsave_LIBS"
4689 # Check for system-dependent libraries X programs must link with.
4690 # Do this before checking for the system-independent R6 libraries
4691 # (-lICE), since we may need -lsocket or whatever for X linking.
4693 if test "$ISC" = yes; then
4694 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4696 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
4697 # libraries were built with DECnet support. And karl@cs.umb.edu says
4698 # the Alpha needs dnet_stub (dnet does not exist).
4699 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
4700 echo "configure:4701: checking for dnet_ntoa in -ldnet" >&5
4701 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
4702 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4703 echo $ac_n "(cached) $ac_c" 1>&6
4705 ac_save_LIBS="$LIBS"
4707 cat > conftest.$ac_ext <<EOF
4708 #line 4709 "configure"
4709 #include "confdefs.h"
4710 /* Override any gcc2 internal prototype to avoid an error. */
4711 /* We use char because int might match the return type of a gcc2
4712 builtin and then its argument prototype would still apply. */
4719 if { (eval echo configure:4720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4721 eval "ac_cv_lib_$ac_lib_var=yes"
4723 echo "configure: failed program was:" >&5
4724 cat conftest.$ac_ext >&5
4726 eval "ac_cv_lib_$ac_lib_var=no"
4729 LIBS="$ac_save_LIBS"
4732 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4733 echo "$ac_t""yes" 1>&6
4734 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4736 echo "$ac_t""no" 1>&6
4739 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4740 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
4741 echo "configure:4742: checking for dnet_ntoa in -ldnet_stub" >&5
4742 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
4743 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4744 echo $ac_n "(cached) $ac_c" 1>&6
4746 ac_save_LIBS="$LIBS"
4747 LIBS="-ldnet_stub $LIBS"
4748 cat > conftest.$ac_ext <<EOF
4749 #line 4750 "configure"
4750 #include "confdefs.h"
4751 /* Override any gcc2 internal prototype to avoid an error. */
4752 /* We use char because int might match the return type of a gcc2
4753 builtin and then its argument prototype would still apply. */
4760 if { (eval echo configure:4761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4762 eval "ac_cv_lib_$ac_lib_var=yes"
4764 echo "configure: failed program was:" >&5
4765 cat conftest.$ac_ext >&5
4767 eval "ac_cv_lib_$ac_lib_var=no"
4770 LIBS="$ac_save_LIBS"
4773 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4774 echo "$ac_t""yes" 1>&6
4775 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4777 echo "$ac_t""no" 1>&6
4782 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4783 # to get the SysV transport functions.
4784 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
4786 # The nsl library prevents programs from opening the X display
4787 # on Irix 5.2, according to dickey@clark.net.
4788 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
4789 echo "configure:4790: checking for gethostbyname" >&5
4790 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
4791 echo $ac_n "(cached) $ac_c" 1>&6
4793 cat > conftest.$ac_ext <<EOF
4794 #line 4795 "configure"
4795 #include "confdefs.h"
4796 /* System header to define __stub macros and hopefully few prototypes,
4797 which can conflict with char gethostbyname(); below. */
4799 /* Override any gcc2 internal prototype to avoid an error. */
4800 /* We use char because int might match the return type of a gcc2
4801 builtin and then its argument prototype would still apply. */
4802 char gethostbyname();
4806 /* The GNU C library defines this for functions which it implements
4807 to always fail with ENOSYS. Some functions are actually named
4808 something starting with __ and the normal name is an alias. */
4809 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
4817 if { (eval echo configure:4818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4819 eval "ac_cv_func_gethostbyname=yes"
4821 echo "configure: failed program was:" >&5
4822 cat conftest.$ac_ext >&5
4824 eval "ac_cv_func_gethostbyname=no"
4829 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
4830 echo "$ac_t""yes" 1>&6
4833 echo "$ac_t""no" 1>&6
4836 if test $ac_cv_func_gethostbyname = no; then
4837 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
4838 echo "configure:4839: checking for gethostbyname in -lnsl" >&5
4839 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
4840 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4841 echo $ac_n "(cached) $ac_c" 1>&6
4843 ac_save_LIBS="$LIBS"
4845 cat > conftest.$ac_ext <<EOF
4846 #line 4847 "configure"
4847 #include "confdefs.h"
4848 /* Override any gcc2 internal prototype to avoid an error. */
4849 /* We use char because int might match the return type of a gcc2
4850 builtin and then its argument prototype would still apply. */
4851 char gethostbyname();
4857 if { (eval echo configure:4858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4859 eval "ac_cv_lib_$ac_lib_var=yes"
4861 echo "configure: failed program was:" >&5
4862 cat conftest.$ac_ext >&5
4864 eval "ac_cv_lib_$ac_lib_var=no"
4867 LIBS="$ac_save_LIBS"
4870 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4871 echo "$ac_t""yes" 1>&6
4872 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4874 echo "$ac_t""no" 1>&6
4879 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4880 # socket/setsockopt and other routines are undefined under SCO ODT
4881 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4882 # on later versions), says simon@lia.di.epfl.ch: it contains
4883 # gethostby* variants that don't use the nameserver (or something).
4884 # -lsocket must be given before -lnsl if both are needed.
4885 # We assume that if connect needs -lnsl, so does gethostbyname.
4886 echo $ac_n "checking for connect""... $ac_c" 1>&6
4887 echo "configure:4888: checking for connect" >&5
4888 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
4889 echo $ac_n "(cached) $ac_c" 1>&6
4891 cat > conftest.$ac_ext <<EOF
4892 #line 4893 "configure"
4893 #include "confdefs.h"
4894 /* System header to define __stub macros and hopefully few prototypes,
4895 which can conflict with char connect(); below. */
4897 /* Override any gcc2 internal prototype to avoid an error. */
4898 /* We use char because int might match the return type of a gcc2
4899 builtin and then its argument prototype would still apply. */
4904 /* The GNU C library defines this for functions which it implements
4905 to always fail with ENOSYS. Some functions are actually named
4906 something starting with __ and the normal name is an alias. */
4907 #if defined (__stub_connect) || defined (__stub___connect)
4915 if { (eval echo configure:4916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4917 eval "ac_cv_func_connect=yes"
4919 echo "configure: failed program was:" >&5
4920 cat conftest.$ac_ext >&5
4922 eval "ac_cv_func_connect=no"
4927 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
4928 echo "$ac_t""yes" 1>&6
4931 echo "$ac_t""no" 1>&6
4934 if test $ac_cv_func_connect = no; then
4935 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
4936 echo "configure:4937: checking for connect in -lsocket" >&5
4937 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
4938 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4939 echo $ac_n "(cached) $ac_c" 1>&6
4941 ac_save_LIBS="$LIBS"
4942 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4943 cat > conftest.$ac_ext <<EOF
4944 #line 4945 "configure"
4945 #include "confdefs.h"
4946 /* Override any gcc2 internal prototype to avoid an error. */
4947 /* We use char because int might match the return type of a gcc2
4948 builtin and then its argument prototype would still apply. */
4955 if { (eval echo configure:4956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4957 eval "ac_cv_lib_$ac_lib_var=yes"
4959 echo "configure: failed program was:" >&5
4960 cat conftest.$ac_ext >&5
4962 eval "ac_cv_lib_$ac_lib_var=no"
4965 LIBS="$ac_save_LIBS"
4968 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4969 echo "$ac_t""yes" 1>&6
4970 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4972 echo "$ac_t""no" 1>&6
4977 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
4978 echo $ac_n "checking for remove""... $ac_c" 1>&6
4979 echo "configure:4980: checking for remove" >&5
4980 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
4981 echo $ac_n "(cached) $ac_c" 1>&6
4983 cat > conftest.$ac_ext <<EOF
4984 #line 4985 "configure"
4985 #include "confdefs.h"
4986 /* System header to define __stub macros and hopefully few prototypes,
4987 which can conflict with char remove(); below. */
4989 /* Override any gcc2 internal prototype to avoid an error. */
4990 /* We use char because int might match the return type of a gcc2
4991 builtin and then its argument prototype would still apply. */
4996 /* The GNU C library defines this for functions which it implements
4997 to always fail with ENOSYS. Some functions are actually named
4998 something starting with __ and the normal name is an alias. */
4999 #if defined (__stub_remove) || defined (__stub___remove)
5007 if { (eval echo configure:5008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5009 eval "ac_cv_func_remove=yes"
5011 echo "configure: failed program was:" >&5
5012 cat conftest.$ac_ext >&5
5014 eval "ac_cv_func_remove=no"
5019 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
5020 echo "$ac_t""yes" 1>&6
5023 echo "$ac_t""no" 1>&6
5026 if test $ac_cv_func_remove = no; then
5027 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
5028 echo "configure:5029: checking for remove in -lposix" >&5
5029 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
5030 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5031 echo $ac_n "(cached) $ac_c" 1>&6
5033 ac_save_LIBS="$LIBS"
5034 LIBS="-lposix $LIBS"
5035 cat > conftest.$ac_ext <<EOF
5036 #line 5037 "configure"
5037 #include "confdefs.h"
5038 /* Override any gcc2 internal prototype to avoid an error. */
5039 /* We use char because int might match the return type of a gcc2
5040 builtin and then its argument prototype would still apply. */
5047 if { (eval echo configure:5048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5049 eval "ac_cv_lib_$ac_lib_var=yes"
5051 echo "configure: failed program was:" >&5
5052 cat conftest.$ac_ext >&5
5054 eval "ac_cv_lib_$ac_lib_var=no"
5057 LIBS="$ac_save_LIBS"
5060 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5061 echo "$ac_t""yes" 1>&6
5062 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5064 echo "$ac_t""no" 1>&6
5069 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5070 echo $ac_n "checking for shmat""... $ac_c" 1>&6
5071 echo "configure:5072: checking for shmat" >&5
5072 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
5073 echo $ac_n "(cached) $ac_c" 1>&6
5075 cat > conftest.$ac_ext <<EOF
5076 #line 5077 "configure"
5077 #include "confdefs.h"
5078 /* System header to define __stub macros and hopefully few prototypes,
5079 which can conflict with char shmat(); below. */
5081 /* Override any gcc2 internal prototype to avoid an error. */
5082 /* We use char because int might match the return type of a gcc2
5083 builtin and then its argument prototype would still apply. */
5088 /* The GNU C library defines this for functions which it implements
5089 to always fail with ENOSYS. Some functions are actually named
5090 something starting with __ and the normal name is an alias. */
5091 #if defined (__stub_shmat) || defined (__stub___shmat)
5099 if { (eval echo configure:5100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5101 eval "ac_cv_func_shmat=yes"
5103 echo "configure: failed program was:" >&5
5104 cat conftest.$ac_ext >&5
5106 eval "ac_cv_func_shmat=no"
5111 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
5112 echo "$ac_t""yes" 1>&6
5115 echo "$ac_t""no" 1>&6
5118 if test $ac_cv_func_shmat = no; then
5119 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
5120 echo "configure:5121: checking for shmat in -lipc" >&5
5121 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
5122 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5123 echo $ac_n "(cached) $ac_c" 1>&6
5125 ac_save_LIBS="$LIBS"
5127 cat > conftest.$ac_ext <<EOF
5128 #line 5129 "configure"
5129 #include "confdefs.h"
5130 /* Override any gcc2 internal prototype to avoid an error. */
5131 /* We use char because int might match the return type of a gcc2
5132 builtin and then its argument prototype would still apply. */
5139 if { (eval echo configure:5140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5141 eval "ac_cv_lib_$ac_lib_var=yes"
5143 echo "configure: failed program was:" >&5
5144 cat conftest.$ac_ext >&5
5146 eval "ac_cv_lib_$ac_lib_var=no"
5149 LIBS="$ac_save_LIBS"
5152 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5153 echo "$ac_t""yes" 1>&6
5154 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5156 echo "$ac_t""no" 1>&6
5162 # Check for libraries that X11R6 Xt/Xaw programs need.
5163 ac_save_LDFLAGS="$LDFLAGS"
5164 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5165 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5166 # check for ICE first), but we must link in the order -lSM -lICE or
5167 # we get undefined symbols. So assume we have SM if we have ICE.
5168 # These have to be linked with before -lX11, unlike the other
5169 # libraries we check for below, so use a different variable.
5170 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
5171 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
5172 echo "configure:5173: checking for IceConnectionNumber in -lICE" >&5
5173 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
5174 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5175 echo $ac_n "(cached) $ac_c" 1>&6
5177 ac_save_LIBS="$LIBS"
5178 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5179 cat > conftest.$ac_ext <<EOF
5180 #line 5181 "configure"
5181 #include "confdefs.h"
5182 /* Override any gcc2 internal prototype to avoid an error. */
5183 /* We use char because int might match the return type of a gcc2
5184 builtin and then its argument prototype would still apply. */
5185 char IceConnectionNumber();
5188 IceConnectionNumber()
5191 if { (eval echo configure:5192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5193 eval "ac_cv_lib_$ac_lib_var=yes"
5195 echo "configure: failed program was:" >&5
5196 cat conftest.$ac_ext >&5
5198 eval "ac_cv_lib_$ac_lib_var=no"
5201 LIBS="$ac_save_LIBS"
5204 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5205 echo "$ac_t""yes" 1>&6
5206 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5208 echo "$ac_t""no" 1>&6
5211 LDFLAGS="$ac_save_LDFLAGS"
5241 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5242 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5243 echo "configure:5244: checking for $ac_hdr" >&5
5244 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5245 echo $ac_n "(cached) $ac_c" 1>&6
5247 cat > conftest.$ac_ext <<EOF
5248 #line 5249 "configure"
5249 #include "confdefs.h"
5252 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5253 { (eval echo configure:5254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5254 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5255 if test -z "$ac_err"; then
5257 eval "ac_cv_header_$ac_safe=yes"
5260 echo "configure: failed program was:" >&5
5261 cat conftest.$ac_ext >&5
5263 eval "ac_cv_header_$ac_safe=no"
5267 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5268 echo "$ac_t""yes" 1>&6
5269 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5270 cat >> confdefs.h <<EOF
5271 #define $ac_tr_hdr 1
5275 echo "$ac_t""no" 1>&6
5279 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5280 echo "configure:5281: checking for ANSI C header files" >&5
5281 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5282 echo $ac_n "(cached) $ac_c" 1>&6
5284 cat > conftest.$ac_ext <<EOF
5285 #line 5286 "configure"
5286 #include "confdefs.h"
5292 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5293 { (eval echo configure:5294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5294 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5295 if test -z "$ac_err"; then
5297 ac_cv_header_stdc=yes
5300 echo "configure: failed program was:" >&5
5301 cat conftest.$ac_ext >&5
5303 ac_cv_header_stdc=no
5307 if test $ac_cv_header_stdc = yes; then
5308 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5309 cat > conftest.$ac_ext <<EOF
5310 #line 5311 "configure"
5311 #include "confdefs.h"
5314 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5315 egrep "memchr" >/dev/null 2>&1; then
5319 ac_cv_header_stdc=no
5325 if test $ac_cv_header_stdc = yes; then
5326 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5327 cat > conftest.$ac_ext <<EOF
5328 #line 5329 "configure"
5329 #include "confdefs.h"
5332 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5333 egrep "free" >/dev/null 2>&1; then
5337 ac_cv_header_stdc=no
5343 if test $ac_cv_header_stdc = yes; then
5344 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5345 if test "$cross_compiling" = yes; then
5348 cat > conftest.$ac_ext <<EOF
5349 #line 5350 "configure"
5350 #include "confdefs.h"
5352 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5353 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5354 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5355 int main () { int i; for (i = 0; i < 256; i++)
5356 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5360 if { (eval echo configure:5361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5364 echo "configure: failed program was:" >&5
5365 cat conftest.$ac_ext >&5
5367 ac_cv_header_stdc=no
5375 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5376 if test $ac_cv_header_stdc = yes; then
5377 cat >> confdefs.h <<\EOF
5378 #define STDC_HEADERS 1
5383 echo $ac_n "checking whether sys/types.h defines makedev""... $ac_c" 1>&6
5384 echo "configure:5385: checking whether sys/types.h defines makedev" >&5
5385 if eval "test \"`echo '$''{'ac_cv_header_sys_types_h_makedev'+set}'`\" = set"; then
5386 echo $ac_n "(cached) $ac_c" 1>&6
5388 cat > conftest.$ac_ext <<EOF
5389 #line 5390 "configure"
5390 #include "confdefs.h"
5391 #include <sys/types.h>
5393 return makedev(0, 0);
5396 if { (eval echo configure:5397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5398 ac_cv_header_sys_types_h_makedev=yes
5400 echo "configure: failed program was:" >&5
5401 cat conftest.$ac_ext >&5
5403 ac_cv_header_sys_types_h_makedev=no
5409 echo "$ac_t""$ac_cv_header_sys_types_h_makedev" 1>&6
5411 if test $ac_cv_header_sys_types_h_makedev = no; then
5412 ac_safe=`echo "sys/mkdev.h" | sed 'y%./+-%__p_%'`
5413 echo $ac_n "checking for sys/mkdev.h""... $ac_c" 1>&6
5414 echo "configure:5415: checking for sys/mkdev.h" >&5
5415 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5416 echo $ac_n "(cached) $ac_c" 1>&6
5418 cat > conftest.$ac_ext <<EOF
5419 #line 5420 "configure"
5420 #include "confdefs.h"
5421 #include <sys/mkdev.h>
5423 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5424 { (eval echo configure:5425: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5425 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5426 if test -z "$ac_err"; then
5428 eval "ac_cv_header_$ac_safe=yes"
5431 echo "configure: failed program was:" >&5
5432 cat conftest.$ac_ext >&5
5434 eval "ac_cv_header_$ac_safe=no"
5438 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5439 echo "$ac_t""yes" 1>&6
5440 cat >> confdefs.h <<\EOF
5441 #define MAJOR_IN_MKDEV 1
5445 echo "$ac_t""no" 1>&6
5449 if test $ac_cv_header_sys_mkdev_h = no; then
5450 ac_safe=`echo "sys/sysmacros.h" | sed 'y%./+-%__p_%'`
5451 echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&6
5452 echo "configure:5453: checking for sys/sysmacros.h" >&5
5453 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5454 echo $ac_n "(cached) $ac_c" 1>&6
5456 cat > conftest.$ac_ext <<EOF
5457 #line 5458 "configure"
5458 #include "confdefs.h"
5459 #include <sys/sysmacros.h>
5461 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5462 { (eval echo configure:5463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5463 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5464 if test -z "$ac_err"; then
5466 eval "ac_cv_header_$ac_safe=yes"
5469 echo "configure: failed program was:" >&5
5470 cat conftest.$ac_ext >&5
5472 eval "ac_cv_header_$ac_safe=no"
5476 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5477 echo "$ac_t""yes" 1>&6
5478 cat >> confdefs.h <<\EOF
5479 #define MAJOR_IN_SYSMACROS 1
5483 echo "$ac_t""no" 1>&6
5490 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
5492 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5493 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
5494 echo "configure:5495: checking for $ac_hdr that defines DIR" >&5
5495 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
5496 echo $ac_n "(cached) $ac_c" 1>&6
5498 cat > conftest.$ac_ext <<EOF
5499 #line 5500 "configure"
5500 #include "confdefs.h"
5501 #include <sys/types.h>
5507 if { (eval echo configure:5508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5509 eval "ac_cv_header_dirent_$ac_safe=yes"
5511 echo "configure: failed program was:" >&5
5512 cat conftest.$ac_ext >&5
5514 eval "ac_cv_header_dirent_$ac_safe=no"
5518 if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
5519 echo "$ac_t""yes" 1>&6
5520 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5521 cat >> confdefs.h <<EOF
5522 #define $ac_tr_hdr 1
5524 ac_header_dirent=$ac_hdr; break
5526 echo "$ac_t""no" 1>&6
5529 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
5530 if test $ac_header_dirent = dirent.h; then
5531 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
5532 echo "configure:5533: checking for opendir in -ldir" >&5
5533 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
5534 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5535 echo $ac_n "(cached) $ac_c" 1>&6
5537 ac_save_LIBS="$LIBS"
5539 cat > conftest.$ac_ext <<EOF
5540 #line 5541 "configure"
5541 #include "confdefs.h"
5542 /* Override any gcc2 internal prototype to avoid an error. */
5543 /* We use char because int might match the return type of a gcc2
5544 builtin and then its argument prototype would still apply. */
5551 if { (eval echo configure:5552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5553 eval "ac_cv_lib_$ac_lib_var=yes"
5555 echo "configure: failed program was:" >&5
5556 cat conftest.$ac_ext >&5
5558 eval "ac_cv_lib_$ac_lib_var=no"
5561 LIBS="$ac_save_LIBS"
5564 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5565 echo "$ac_t""yes" 1>&6
5568 echo "$ac_t""no" 1>&6
5572 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
5573 echo "configure:5574: checking for opendir in -lx" >&5
5574 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
5575 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5576 echo $ac_n "(cached) $ac_c" 1>&6
5578 ac_save_LIBS="$LIBS"
5580 cat > conftest.$ac_ext <<EOF
5581 #line 5582 "configure"
5582 #include "confdefs.h"
5583 /* Override any gcc2 internal prototype to avoid an error. */
5584 /* We use char because int might match the return type of a gcc2
5585 builtin and then its argument prototype would still apply. */
5592 if { (eval echo configure:5593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5594 eval "ac_cv_lib_$ac_lib_var=yes"
5596 echo "configure: failed program was:" >&5
5597 cat conftest.$ac_ext >&5
5599 eval "ac_cv_lib_$ac_lib_var=no"
5602 LIBS="$ac_save_LIBS"
5605 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5606 echo "$ac_t""yes" 1>&6
5609 echo "$ac_t""no" 1>&6
5614 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
5615 echo "configure:5616: checking whether stat file-mode macros are broken" >&5
5616 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
5617 echo $ac_n "(cached) $ac_c" 1>&6
5619 cat > conftest.$ac_ext <<EOF
5620 #line 5621 "configure"
5621 #include "confdefs.h"
5622 #include <sys/types.h>
5623 #include <sys/stat.h>
5625 #if defined(S_ISBLK) && defined(S_IFDIR)
5626 # if S_ISBLK (S_IFDIR)
5631 #if defined(S_ISBLK) && defined(S_IFCHR)
5632 # if S_ISBLK (S_IFCHR)
5637 #if defined(S_ISLNK) && defined(S_IFREG)
5638 # if S_ISLNK (S_IFREG)
5643 #if defined(S_ISSOCK) && defined(S_IFREG)
5644 # if S_ISSOCK (S_IFREG)
5650 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5651 egrep "You lose" >/dev/null 2>&1; then
5653 ac_cv_header_stat_broken=yes
5656 ac_cv_header_stat_broken=no
5662 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
5663 if test $ac_cv_header_stat_broken = yes; then
5664 cat >> confdefs.h <<\EOF
5665 #define STAT_MACROS_BROKEN 1
5670 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
5671 echo "configure:5672: checking for sys/wait.h that is POSIX.1 compatible" >&5
5672 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
5673 echo $ac_n "(cached) $ac_c" 1>&6
5675 cat > conftest.$ac_ext <<EOF
5676 #line 5677 "configure"
5677 #include "confdefs.h"
5678 #include <sys/types.h>
5679 #include <sys/wait.h>
5681 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
5684 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
5689 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
5692 if { (eval echo configure:5693: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5694 ac_cv_header_sys_wait_h=yes
5696 echo "configure: failed program was:" >&5
5697 cat conftest.$ac_ext >&5
5699 ac_cv_header_sys_wait_h=no
5704 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
5705 if test $ac_cv_header_sys_wait_h = yes; then
5706 cat >> confdefs.h <<\EOF
5707 #define HAVE_SYS_WAIT_H 1
5712 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
5713 echo "configure:5714: checking whether time.h and sys/time.h may both be included" >&5
5714 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
5715 echo $ac_n "(cached) $ac_c" 1>&6
5717 cat > conftest.$ac_ext <<EOF
5718 #line 5719 "configure"
5719 #include "confdefs.h"
5720 #include <sys/types.h>
5721 #include <sys/time.h>
5727 if { (eval echo configure:5728: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5729 ac_cv_header_time=yes
5731 echo "configure: failed program was:" >&5
5732 cat conftest.$ac_ext >&5
5734 ac_cv_header_time=no
5739 echo "$ac_t""$ac_cv_header_time" 1>&6
5740 if test $ac_cv_header_time = yes; then
5741 cat >> confdefs.h <<\EOF
5742 #define TIME_WITH_SYS_TIME 1
5747 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
5748 echo "configure:5749: checking for st_blksize in struct stat" >&5
5749 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
5750 echo $ac_n "(cached) $ac_c" 1>&6
5752 cat > conftest.$ac_ext <<EOF
5753 #line 5754 "configure"
5754 #include "confdefs.h"
5755 #include <sys/types.h>
5756 #include <sys/stat.h>
5758 struct stat s; s.st_blksize;
5761 if { (eval echo configure:5762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5763 ac_cv_struct_st_blksize=yes
5765 echo "configure: failed program was:" >&5
5766 cat conftest.$ac_ext >&5
5768 ac_cv_struct_st_blksize=no
5773 echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
5774 if test $ac_cv_struct_st_blksize = yes; then
5775 cat >> confdefs.h <<\EOF
5776 #define HAVE_ST_BLKSIZE 1
5781 echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
5782 echo "configure:5783: checking for st_blocks in struct stat" >&5
5783 if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
5784 echo $ac_n "(cached) $ac_c" 1>&6
5786 cat > conftest.$ac_ext <<EOF
5787 #line 5788 "configure"
5788 #include "confdefs.h"
5789 #include <sys/types.h>
5790 #include <sys/stat.h>
5792 struct stat s; s.st_blocks;
5795 if { (eval echo configure:5796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5797 ac_cv_struct_st_blocks=yes
5799 echo "configure: failed program was:" >&5
5800 cat conftest.$ac_ext >&5
5802 ac_cv_struct_st_blocks=no
5807 echo "$ac_t""$ac_cv_struct_st_blocks" 1>&6
5808 if test $ac_cv_struct_st_blocks = yes; then
5809 cat >> confdefs.h <<\EOF
5810 #define HAVE_ST_BLOCKS 1
5814 LIBOBJS="$LIBOBJS fileblocks.${ac_objext}"
5817 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
5818 echo "configure:5819: checking whether struct tm is in sys/time.h or time.h" >&5
5819 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
5820 echo $ac_n "(cached) $ac_c" 1>&6
5822 cat > conftest.$ac_ext <<EOF
5823 #line 5824 "configure"
5824 #include "confdefs.h"
5825 #include <sys/types.h>
5828 struct tm *tp; tp->tm_sec;
5831 if { (eval echo configure:5832: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5833 ac_cv_struct_tm=time.h
5835 echo "configure: failed program was:" >&5
5836 cat conftest.$ac_ext >&5
5838 ac_cv_struct_tm=sys/time.h
5843 echo "$ac_t""$ac_cv_struct_tm" 1>&6
5844 if test $ac_cv_struct_tm = sys/time.h; then
5845 cat >> confdefs.h <<\EOF
5846 #define TM_IN_SYS_TIME 1
5851 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
5852 echo "configure:5853: checking for tm_zone in struct tm" >&5
5853 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
5854 echo $ac_n "(cached) $ac_c" 1>&6
5856 cat > conftest.$ac_ext <<EOF
5857 #line 5858 "configure"
5858 #include "confdefs.h"
5859 #include <sys/types.h>
5860 #include <$ac_cv_struct_tm>
5862 struct tm tm; tm.tm_zone;
5865 if { (eval echo configure:5866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5867 ac_cv_struct_tm_zone=yes
5869 echo "configure: failed program was:" >&5
5870 cat conftest.$ac_ext >&5
5872 ac_cv_struct_tm_zone=no
5877 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
5878 if test "$ac_cv_struct_tm_zone" = yes; then
5879 cat >> confdefs.h <<\EOF
5880 #define HAVE_TM_ZONE 1
5884 echo $ac_n "checking for tzname""... $ac_c" 1>&6
5885 echo "configure:5886: checking for tzname" >&5
5886 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
5887 echo $ac_n "(cached) $ac_c" 1>&6
5889 cat > conftest.$ac_ext <<EOF
5890 #line 5891 "configure"
5891 #include "confdefs.h"
5893 #ifndef tzname /* For SGI. */
5894 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
5900 if { (eval echo configure:5901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5902 ac_cv_var_tzname=yes
5904 echo "configure: failed program was:" >&5
5905 cat conftest.$ac_ext >&5
5912 echo "$ac_t""$ac_cv_var_tzname" 1>&6
5913 if test $ac_cv_var_tzname = yes; then
5914 cat >> confdefs.h <<\EOF
5915 #define HAVE_TZNAME 1
5922 echo $ac_n "checking for utime.h""... $ac_c" 1>&6
5923 echo "configure:5924: checking for utime.h" >&5
5924 if eval "test \"`echo '$''{'ba_cv_header_utime_h'+set}'`\" = set"; then
5925 echo $ac_n "(cached) $ac_c" 1>&6
5927 cat > conftest.$ac_ext <<EOF
5928 #line 5929 "configure"
5929 #include "confdefs.h"
5931 #include <sys/types.h>
5937 if { (eval echo configure:5938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5939 ba_cv_header_utime_h=yes
5941 echo "configure: failed program was:" >&5
5942 cat conftest.$ac_ext >&5
5944 ba_cv_header_utime_h=no
5949 echo "$ac_t""$ba_cv_header_utime_h" 1>&6
5950 test $ba_cv_header_utime_h = yes && cat >> confdefs.h <<\EOF
5951 #define HAVE_UTIME_H 1
5955 echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
5956 echo "configure:5957: checking for socklen_t" >&5
5957 if eval "test \"`echo '$''{'ba_cv_header_socklen_t'+set}'`\" = set"; then
5958 echo $ac_n "(cached) $ac_c" 1>&6
5960 cat > conftest.$ac_ext <<EOF
5961 #line 5962 "configure"
5962 #include "confdefs.h"
5964 #include <sys/types.h>
5965 #include <sys/socket.h>
5970 if { (eval echo configure:5971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5972 ba_cv_header_socklen_t=yes
5974 echo "configure: failed program was:" >&5
5975 cat conftest.$ac_ext >&5
5977 ba_cv_header_socklen_t=no
5982 echo "$ac_t""$ba_cv_header_socklen_t" 1>&6
5983 test $ba_cv_header_socklen_t = yes && cat >> confdefs.h <<\EOF
5984 #define HAVE_SOCKLEN_T 1
5988 echo $ac_n "checking for bigendian""... $ac_c" 1>&6
5989 echo "configure:5990: checking for bigendian" >&5
5990 if eval "test \"`echo '$''{'ba_cv_bigendian'+set}'`\" = set"; then
5991 echo $ac_n "(cached) $ac_c" 1>&6
5993 if test "$cross_compiling" = yes; then
5996 cat > conftest.$ac_ext <<EOF
5997 #line 5998 "configure"
5998 #include "confdefs.h"
5999 main(){long a=1L; char *p=(char *)&a; exit(*p);}
6001 if { (eval echo configure:6002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6005 echo "configure: failed program was:" >&5
6006 cat conftest.$ac_ext >&5
6015 echo "$ac_t""$ba_cv_bigendian" 1>&6
6016 test $ba_cv_bigendian = yes && cat >> confdefs.h <<\EOF
6017 #define HAVE_BIGENDIAN 1
6022 echo $ac_n "checking for working const""... $ac_c" 1>&6
6023 echo "configure:6024: checking for working const" >&5
6024 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
6025 echo $ac_n "(cached) $ac_c" 1>&6
6027 cat > conftest.$ac_ext <<EOF
6028 #line 6029 "configure"
6029 #include "confdefs.h"
6033 /* Ultrix mips cc rejects this. */
6034 typedef int charset[2]; const charset x;
6035 /* SunOS 4.1.1 cc rejects this. */
6036 char const *const *ccp;
6038 /* NEC SVR4.0.2 mips cc rejects this. */
6039 struct point {int x, y;};
6040 static struct point const zero = {0,0};
6041 /* AIX XL C 1.02.0.0 rejects this.
6042 It does not let you subtract one const X* pointer from another in an arm
6043 of an if-expression whose if-part is not a constant expression */
6044 const char *g = "string";
6045 ccp = &g + (g ? g-g : 0);
6046 /* HPUX 7.0 cc rejects these. */
6049 ccp = (char const *const *) p;
6050 { /* SCO 3.2v4 cc rejects this. */
6052 char const *s = 0 ? (char *) 0 : (char const *) 0;
6056 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6058 const int *foo = &x[0];
6061 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6062 typedef const int *iptr;
6066 { /* AIX XL C 1.02.0.0 rejects this saying
6067 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6068 struct s { int j; const int *ap[3]; };
6069 struct s *b; b->j = 5;
6071 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6077 if { (eval echo configure:6078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6081 echo "configure: failed program was:" >&5
6082 cat conftest.$ac_ext >&5
6089 echo "$ac_t""$ac_cv_c_const" 1>&6
6090 if test $ac_cv_c_const = no; then
6091 cat >> confdefs.h <<\EOF
6099 echo $ac_n "checking how to get filesystem type""... $ac_c" 1>&6
6100 echo "configure:6101: checking how to get filesystem type" >&5
6102 # The order of these tests is important.
6103 cat > conftest.$ac_ext <<EOF
6104 #line 6105 "configure"
6105 #include "confdefs.h"
6106 #include <sys/statvfs.h>
6107 #include <sys/fstyp.h>
6109 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6110 { (eval echo configure:6111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6111 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6112 if test -z "$ac_err"; then
6114 cat >> confdefs.h <<\EOF
6115 #define FSTYPE_STATVFS 1
6120 echo "configure: failed program was:" >&5
6121 cat conftest.$ac_ext >&5
6124 if test $fstype = no; then
6125 cat > conftest.$ac_ext <<EOF
6126 #line 6127 "configure"
6127 #include "confdefs.h"
6128 #include <sys/statfs.h>
6129 #include <sys/fstyp.h>
6131 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6132 { (eval echo configure:6133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6133 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6134 if test -z "$ac_err"; then
6136 cat >> confdefs.h <<\EOF
6137 #define FSTYPE_USG_STATFS 1
6142 echo "configure: failed program was:" >&5
6143 cat conftest.$ac_ext >&5
6147 if test $fstype = no; then
6148 cat > conftest.$ac_ext <<EOF
6149 #line 6150 "configure"
6150 #include "confdefs.h"
6151 #include <sys/statfs.h>
6152 #include <sys/vmount.h>
6154 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6155 { (eval echo configure:6156: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6156 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6157 if test -z "$ac_err"; then
6159 cat >> confdefs.h <<\EOF
6160 #define FSTYPE_AIX_STATFS 1
6165 echo "configure: failed program was:" >&5
6166 cat conftest.$ac_ext >&5
6170 if test $fstype = no; then
6171 cat > conftest.$ac_ext <<EOF
6172 #line 6173 "configure"
6173 #include "confdefs.h"
6176 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6177 { (eval echo configure:6178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6178 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6179 if test -z "$ac_err"; then
6181 cat >> confdefs.h <<\EOF
6182 #define FSTYPE_MNTENT 1
6187 echo "configure: failed program was:" >&5
6188 cat conftest.$ac_ext >&5
6192 if test $fstype = no; then
6193 cat > conftest.$ac_ext <<EOF
6194 #line 6195 "configure"
6195 #include "confdefs.h"
6196 #include <sys/mount.h>
6198 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6199 egrep "f_type;" >/dev/null 2>&1; then
6201 cat >> confdefs.h <<\EOF
6202 #define FSTYPE_STATFS 1
6209 if test $fstype = no; then
6210 cat > conftest.$ac_ext <<EOF
6211 #line 6212 "configure"
6212 #include "confdefs.h"
6213 #include <sys/mount.h>
6214 #include <sys/fs_types.h>
6216 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6217 { (eval echo configure:6218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6218 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6219 if test -z "$ac_err"; then
6221 cat >> confdefs.h <<\EOF
6222 #define FSTYPE_GETMNT 1
6227 echo "configure: failed program was:" >&5
6228 cat conftest.$ac_ext >&5
6232 echo "$ac_t""$fstype" 1>&6
6234 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
6235 echo "configure:6236: checking return type of signal handlers" >&5
6236 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
6237 echo $ac_n "(cached) $ac_c" 1>&6
6239 cat > conftest.$ac_ext <<EOF
6240 #line 6241 "configure"
6241 #include "confdefs.h"
6242 #include <sys/types.h>
6248 extern "C" void (*signal (int, void (*)(int)))(int);
6250 void (*signal ()) ();
6257 if { (eval echo configure:6258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6259 ac_cv_type_signal=void
6261 echo "configure: failed program was:" >&5
6262 cat conftest.$ac_ext >&5
6264 ac_cv_type_signal=int
6269 echo "$ac_t""$ac_cv_type_signal" 1>&6
6270 cat >> confdefs.h <<EOF
6271 #define RETSIGTYPE $ac_cv_type_signal
6276 echo $ac_n "checking for type of signal functions""... $ac_c" 1>&6
6277 echo "configure:6278: checking for type of signal functions" >&5
6278 if eval "test \"`echo '$''{'bash_cv_signal_vintage'+set}'`\" = set"; then
6279 echo $ac_n "(cached) $ac_c" 1>&6
6282 cat > conftest.$ac_ext <<EOF
6283 #line 6284 "configure"
6284 #include "confdefs.h"
6289 struct sigaction sa;
6290 sigemptyset(&ss); sigsuspend(&ss);
6291 sigaction(SIGINT, &sa, (struct sigaction *) 0);
6292 sigprocmask(SIG_BLOCK, &ss, (sigset_t *) 0);
6296 if { (eval echo configure:6297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6298 bash_cv_signal_vintage=posix
6300 echo "configure: failed program was:" >&5
6301 cat conftest.$ac_ext >&5
6304 cat > conftest.$ac_ext <<EOF
6305 #line 6306 "configure"
6306 #include "confdefs.h"
6310 int mask = sigmask(SIGINT);
6311 sigsetmask(mask); sigblock(mask); sigpause(mask);
6315 if { (eval echo configure:6316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6317 bash_cv_signal_vintage=4.2bsd
6319 echo "configure: failed program was:" >&5
6320 cat conftest.$ac_ext >&5
6323 cat > conftest.$ac_ext <<EOF
6324 #line 6325 "configure"
6325 #include "confdefs.h"
6328 RETSIGTYPE foo() { }
6331 int mask = sigmask(SIGINT);
6332 sigset(SIGINT, foo); sigrelse(SIGINT);
6333 sighold(SIGINT); sigpause(SIGINT);
6337 if { (eval echo configure:6338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6339 bash_cv_signal_vintage=svr3
6341 echo "configure: failed program was:" >&5
6342 cat conftest.$ac_ext >&5
6344 bash_cv_signal_vintage=v7
6357 echo "$ac_t""$bash_cv_signal_vintage" 1>&6
6358 if test "$bash_cv_signal_vintage" = posix; then
6359 cat >> confdefs.h <<\EOF
6360 #define HAVE_POSIX_SIGNALS 1
6363 elif test "$bash_cv_signal_vintage" = "4.2bsd"; then
6364 cat >> confdefs.h <<\EOF
6365 #define HAVE_BSD_SIGNALS 1
6368 elif test "$bash_cv_signal_vintage" = svr3; then
6369 cat >> confdefs.h <<\EOF
6370 #define HAVE_USG_SIGHOLD 1
6375 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
6376 echo "configure:6377: checking for mode_t" >&5
6377 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
6378 echo $ac_n "(cached) $ac_c" 1>&6
6380 cat > conftest.$ac_ext <<EOF
6381 #line 6382 "configure"
6382 #include "confdefs.h"
6383 #include <sys/types.h>
6389 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6390 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6392 ac_cv_type_mode_t=yes
6395 ac_cv_type_mode_t=no
6400 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
6401 if test $ac_cv_type_mode_t = no; then
6402 cat >> confdefs.h <<\EOF
6408 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
6409 echo "configure:6410: checking for uid_t in sys/types.h" >&5
6410 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
6411 echo $ac_n "(cached) $ac_c" 1>&6
6413 cat > conftest.$ac_ext <<EOF
6414 #line 6415 "configure"
6415 #include "confdefs.h"
6416 #include <sys/types.h>
6418 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6419 egrep "uid_t" >/dev/null 2>&1; then
6421 ac_cv_type_uid_t=yes
6430 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
6431 if test $ac_cv_type_uid_t = no; then
6432 cat >> confdefs.h <<\EOF
6436 cat >> confdefs.h <<\EOF
6442 echo $ac_n "checking for size_t""... $ac_c" 1>&6
6443 echo "configure:6444: checking for size_t" >&5
6444 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
6445 echo $ac_n "(cached) $ac_c" 1>&6
6447 cat > conftest.$ac_ext <<EOF
6448 #line 6449 "configure"
6449 #include "confdefs.h"
6450 #include <sys/types.h>
6456 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6457 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6459 ac_cv_type_size_t=yes
6462 ac_cv_type_size_t=no
6467 echo "$ac_t""$ac_cv_type_size_t" 1>&6
6468 if test $ac_cv_type_size_t = no; then
6469 cat >> confdefs.h <<\EOF
6470 #define size_t unsigned
6475 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
6476 echo "configure:6477: checking for pid_t" >&5
6477 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
6478 echo $ac_n "(cached) $ac_c" 1>&6
6480 cat > conftest.$ac_ext <<EOF
6481 #line 6482 "configure"
6482 #include "confdefs.h"
6483 #include <sys/types.h>
6489 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6490 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6492 ac_cv_type_pid_t=yes
6500 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
6501 if test $ac_cv_type_pid_t = no; then
6502 cat >> confdefs.h <<\EOF
6508 echo $ac_n "checking for off_t""... $ac_c" 1>&6
6509 echo "configure:6510: checking for off_t" >&5
6510 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
6511 echo $ac_n "(cached) $ac_c" 1>&6
6513 cat > conftest.$ac_ext <<EOF
6514 #line 6515 "configure"
6515 #include "confdefs.h"
6516 #include <sys/types.h>
6522 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6523 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6525 ac_cv_type_off_t=yes
6533 echo "$ac_t""$ac_cv_type_off_t" 1>&6
6534 if test $ac_cv_type_off_t = no; then
6535 cat >> confdefs.h <<\EOF
6541 echo $ac_n "checking for ino_t""... $ac_c" 1>&6
6542 echo "configure:6543: checking for ino_t" >&5
6543 if eval "test \"`echo '$''{'ac_cv_type_ino_t'+set}'`\" = set"; then
6544 echo $ac_n "(cached) $ac_c" 1>&6
6546 cat > conftest.$ac_ext <<EOF
6547 #line 6548 "configure"
6548 #include "confdefs.h"
6549 #include <sys/types.h>
6555 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6556 egrep "(^|[^a-zA-Z_0-9])ino_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6558 ac_cv_type_ino_t=yes
6566 echo "$ac_t""$ac_cv_type_ino_t" 1>&6
6567 if test $ac_cv_type_ino_t = no; then
6568 cat >> confdefs.h <<\EOF
6569 #define ino_t unsigned long
6574 echo $ac_n "checking for dev_t""... $ac_c" 1>&6
6575 echo "configure:6576: checking for dev_t" >&5
6576 if eval "test \"`echo '$''{'ac_cv_type_dev_t'+set}'`\" = set"; then
6577 echo $ac_n "(cached) $ac_c" 1>&6
6579 cat > conftest.$ac_ext <<EOF
6580 #line 6581 "configure"
6581 #include "confdefs.h"
6582 #include <sys/types.h>
6588 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6589 egrep "(^|[^a-zA-Z_0-9])dev_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6591 ac_cv_type_dev_t=yes
6599 echo "$ac_t""$ac_cv_type_dev_t" 1>&6
6600 if test $ac_cv_type_dev_t = no; then
6601 cat >> confdefs.h <<\EOF
6602 #define dev_t unsigned long
6607 echo $ac_n "checking for daddr_t""... $ac_c" 1>&6
6608 echo "configure:6609: checking for daddr_t" >&5
6609 if eval "test \"`echo '$''{'ac_cv_type_daddr_t'+set}'`\" = set"; then
6610 echo $ac_n "(cached) $ac_c" 1>&6
6612 cat > conftest.$ac_ext <<EOF
6613 #line 6614 "configure"
6614 #include "confdefs.h"
6615 #include <sys/types.h>
6621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6622 egrep "(^|[^a-zA-Z_0-9])daddr_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6624 ac_cv_type_daddr_t=yes
6627 ac_cv_type_daddr_t=no
6632 echo "$ac_t""$ac_cv_type_daddr_t" 1>&6
6633 if test $ac_cv_type_daddr_t = no; then
6634 cat >> confdefs.h <<\EOF
6635 #define daddr_t long
6640 echo $ac_n "checking for major_t""... $ac_c" 1>&6
6641 echo "configure:6642: checking for major_t" >&5
6642 if eval "test \"`echo '$''{'ac_cv_type_major_t'+set}'`\" = set"; then
6643 echo $ac_n "(cached) $ac_c" 1>&6
6645 cat > conftest.$ac_ext <<EOF
6646 #line 6647 "configure"
6647 #include "confdefs.h"
6648 #include <sys/types.h>
6654 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6655 egrep "(^|[^a-zA-Z_0-9])major_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6657 ac_cv_type_major_t=yes
6660 ac_cv_type_major_t=no
6665 echo "$ac_t""$ac_cv_type_major_t" 1>&6
6666 if test $ac_cv_type_major_t = no; then
6667 cat >> confdefs.h <<\EOF
6673 echo $ac_n "checking for minor_t""... $ac_c" 1>&6
6674 echo "configure:6675: checking for minor_t" >&5
6675 if eval "test \"`echo '$''{'ac_cv_type_minor_t'+set}'`\" = set"; then
6676 echo $ac_n "(cached) $ac_c" 1>&6
6678 cat > conftest.$ac_ext <<EOF
6679 #line 6680 "configure"
6680 #include "confdefs.h"
6681 #include <sys/types.h>
6687 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6688 egrep "(^|[^a-zA-Z_0-9])minor_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6690 ac_cv_type_minor_t=yes
6693 ac_cv_type_minor_t=no
6698 echo "$ac_t""$ac_cv_type_minor_t" 1>&6
6699 if test $ac_cv_type_minor_t = no; then
6700 cat >> confdefs.h <<\EOF
6706 echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
6707 echo "configure:6708: checking for ssize_t" >&5
6708 if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
6709 echo $ac_n "(cached) $ac_c" 1>&6
6711 cat > conftest.$ac_ext <<EOF
6712 #line 6713 "configure"
6713 #include "confdefs.h"
6714 #include <sys/types.h>
6720 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6721 egrep "(^|[^a-zA-Z_0-9])ssize_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
6723 ac_cv_type_ssize_t=yes
6726 ac_cv_type_ssize_t=no
6731 echo "$ac_t""$ac_cv_type_ssize_t" 1>&6
6732 if test $ac_cv_type_ssize_t = no; then
6733 cat >> confdefs.h <<\EOF
6739 echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
6740 echo "configure:6741: checking for st_blocks in struct stat" >&5
6741 if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
6742 echo $ac_n "(cached) $ac_c" 1>&6
6744 cat > conftest.$ac_ext <<EOF
6745 #line 6746 "configure"
6746 #include "confdefs.h"
6747 #include <sys/types.h>
6748 #include <sys/stat.h>
6750 struct stat s; s.st_blocks;
6753 if { (eval echo configure:6754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6755 ac_cv_struct_st_blocks=yes
6757 echo "configure: failed program was:" >&5
6758 cat conftest.$ac_ext >&5
6760 ac_cv_struct_st_blocks=no
6765 echo "$ac_t""$ac_cv_struct_st_blocks" 1>&6
6766 if test $ac_cv_struct_st_blocks = yes; then
6767 cat >> confdefs.h <<\EOF
6768 #define HAVE_ST_BLOCKS 1
6772 LIBOBJS="$LIBOBJS fileblocks.${ac_objext}"
6775 echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
6776 echo "configure:6777: checking for st_rdev in struct stat" >&5
6777 if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
6778 echo $ac_n "(cached) $ac_c" 1>&6
6780 cat > conftest.$ac_ext <<EOF
6781 #line 6782 "configure"
6782 #include "confdefs.h"
6783 #include <sys/types.h>
6784 #include <sys/stat.h>
6786 struct stat s; s.st_rdev;
6789 if { (eval echo configure:6790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6791 ac_cv_struct_st_rdev=yes
6793 echo "configure: failed program was:" >&5
6794 cat conftest.$ac_ext >&5
6796 ac_cv_struct_st_rdev=no
6801 echo "$ac_t""$ac_cv_struct_st_rdev" 1>&6
6802 if test $ac_cv_struct_st_rdev = yes; then
6803 cat >> confdefs.h <<\EOF
6804 #define HAVE_ST_RDEV 1
6809 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
6810 echo "configure:6811: checking whether struct tm is in sys/time.h or time.h" >&5
6811 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
6812 echo $ac_n "(cached) $ac_c" 1>&6
6814 cat > conftest.$ac_ext <<EOF
6815 #line 6816 "configure"
6816 #include "confdefs.h"
6817 #include <sys/types.h>
6820 struct tm *tp; tp->tm_sec;
6823 if { (eval echo configure:6824: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6825 ac_cv_struct_tm=time.h
6827 echo "configure: failed program was:" >&5
6828 cat conftest.$ac_ext >&5
6830 ac_cv_struct_tm=sys/time.h
6835 echo "$ac_t""$ac_cv_struct_tm" 1>&6
6836 if test $ac_cv_struct_tm = sys/time.h; then
6837 cat >> confdefs.h <<\EOF
6838 #define TM_IN_SYS_TIME 1
6843 echo $ac_n "checking for working const""... $ac_c" 1>&6
6844 echo "configure:6845: checking for working const" >&5
6845 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
6846 echo $ac_n "(cached) $ac_c" 1>&6
6848 cat > conftest.$ac_ext <<EOF
6849 #line 6850 "configure"
6850 #include "confdefs.h"
6854 /* Ultrix mips cc rejects this. */
6855 typedef int charset[2]; const charset x;
6856 /* SunOS 4.1.1 cc rejects this. */
6857 char const *const *ccp;
6859 /* NEC SVR4.0.2 mips cc rejects this. */
6860 struct point {int x, y;};
6861 static struct point const zero = {0,0};
6862 /* AIX XL C 1.02.0.0 rejects this.
6863 It does not let you subtract one const X* pointer from another in an arm
6864 of an if-expression whose if-part is not a constant expression */
6865 const char *g = "string";
6866 ccp = &g + (g ? g-g : 0);
6867 /* HPUX 7.0 cc rejects these. */
6870 ccp = (char const *const *) p;
6871 { /* SCO 3.2v4 cc rejects this. */
6873 char const *s = 0 ? (char *) 0 : (char const *) 0;
6877 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6879 const int *foo = &x[0];
6882 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6883 typedef const int *iptr;
6887 { /* AIX XL C 1.02.0.0 rejects this saying
6888 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6889 struct s { int j; const int *ap[3]; };
6890 struct s *b; b->j = 5;
6892 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6898 if { (eval echo configure:6899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6902 echo "configure: failed program was:" >&5
6903 cat conftest.$ac_ext >&5
6910 echo "$ac_t""$ac_cv_c_const" 1>&6
6911 if test $ac_cv_c_const = no; then
6912 cat >> confdefs.h <<\EOF
6920 echo $ac_n "checking size of char""... $ac_c" 1>&6
6921 echo "configure:6922: checking size of char" >&5
6922 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
6923 echo $ac_n "(cached) $ac_c" 1>&6
6925 if test "$cross_compiling" = yes; then
6928 cat > conftest.$ac_ext <<EOF
6929 #line 6930 "configure"
6930 #include "confdefs.h"
6934 FILE *f=fopen("conftestval", "w");
6936 fprintf(f, "%d\n", sizeof(char));
6940 if { (eval echo configure:6941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6942 ac_cv_sizeof_char=`cat conftestval`
6944 echo "configure: failed program was:" >&5
6945 cat conftest.$ac_ext >&5
6953 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
6954 cat >> confdefs.h <<EOF
6955 #define SIZEOF_CHAR $ac_cv_sizeof_char
6959 echo $ac_n "checking size of short int""... $ac_c" 1>&6
6960 echo "configure:6961: checking size of short int" >&5
6961 if eval "test \"`echo '$''{'ac_cv_sizeof_short_int'+set}'`\" = set"; then
6962 echo $ac_n "(cached) $ac_c" 1>&6
6964 if test "$cross_compiling" = yes; then
6965 ac_cv_sizeof_short_int=2
6967 cat > conftest.$ac_ext <<EOF
6968 #line 6969 "configure"
6969 #include "confdefs.h"
6973 FILE *f=fopen("conftestval", "w");
6975 fprintf(f, "%d\n", sizeof(short int));
6979 if { (eval echo configure:6980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6981 ac_cv_sizeof_short_int=`cat conftestval`
6983 echo "configure: failed program was:" >&5
6984 cat conftest.$ac_ext >&5
6986 ac_cv_sizeof_short_int=0
6992 echo "$ac_t""$ac_cv_sizeof_short_int" 1>&6
6993 cat >> confdefs.h <<EOF
6994 #define SIZEOF_SHORT_INT $ac_cv_sizeof_short_int
6998 echo $ac_n "checking size of int""... $ac_c" 1>&6
6999 echo "configure:7000: checking size of int" >&5
7000 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
7001 echo $ac_n "(cached) $ac_c" 1>&6
7003 if test "$cross_compiling" = yes; then
7006 cat > conftest.$ac_ext <<EOF
7007 #line 7008 "configure"
7008 #include "confdefs.h"
7012 FILE *f=fopen("conftestval", "w");
7014 fprintf(f, "%d\n", sizeof(int));
7018 if { (eval echo configure:7019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7020 ac_cv_sizeof_int=`cat conftestval`
7022 echo "configure: failed program was:" >&5
7023 cat conftest.$ac_ext >&5
7031 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
7032 cat >> confdefs.h <<EOF
7033 #define SIZEOF_INT $ac_cv_sizeof_int
7037 echo $ac_n "checking size of long int""... $ac_c" 1>&6
7038 echo "configure:7039: checking size of long int" >&5
7039 if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then
7040 echo $ac_n "(cached) $ac_c" 1>&6
7042 if test "$cross_compiling" = yes; then
7043 ac_cv_sizeof_long_int=4
7045 cat > conftest.$ac_ext <<EOF
7046 #line 7047 "configure"
7047 #include "confdefs.h"
7051 FILE *f=fopen("conftestval", "w");
7053 fprintf(f, "%d\n", sizeof(long int));
7057 if { (eval echo configure:7058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7059 ac_cv_sizeof_long_int=`cat conftestval`
7061 echo "configure: failed program was:" >&5
7062 cat conftest.$ac_ext >&5
7064 ac_cv_sizeof_long_int=0
7070 echo "$ac_t""$ac_cv_sizeof_long_int" 1>&6
7071 cat >> confdefs.h <<EOF
7072 #define SIZEOF_LONG_INT $ac_cv_sizeof_long_int
7076 echo $ac_n "checking size of long long int""... $ac_c" 1>&6
7077 echo "configure:7078: checking size of long long int" >&5
7078 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long_int'+set}'`\" = set"; then
7079 echo $ac_n "(cached) $ac_c" 1>&6
7081 if test "$cross_compiling" = yes; then
7082 ac_cv_sizeof_long_long_int=8
7084 cat > conftest.$ac_ext <<EOF
7085 #line 7086 "configure"
7086 #include "confdefs.h"
7090 FILE *f=fopen("conftestval", "w");
7092 fprintf(f, "%d\n", sizeof(long long int));
7096 if { (eval echo configure:7097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7098 ac_cv_sizeof_long_long_int=`cat conftestval`
7100 echo "configure: failed program was:" >&5
7101 cat conftest.$ac_ext >&5
7103 ac_cv_sizeof_long_long_int=0
7109 echo "$ac_t""$ac_cv_sizeof_long_long_int" 1>&6
7110 cat >> confdefs.h <<EOF
7111 #define SIZEOF_LONG_LONG_INT $ac_cv_sizeof_long_long_int
7115 echo $ac_n "checking size of int *""... $ac_c" 1>&6
7116 echo "configure:7117: checking size of int *" >&5
7117 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
7118 echo $ac_n "(cached) $ac_c" 1>&6
7120 if test "$cross_compiling" = yes; then
7121 ac_cv_sizeof_int_p=4
7123 cat > conftest.$ac_ext <<EOF
7124 #line 7125 "configure"
7125 #include "confdefs.h"
7129 FILE *f=fopen("conftestval", "w");
7131 fprintf(f, "%d\n", sizeof(int *));
7135 if { (eval echo configure:7136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7137 ac_cv_sizeof_int_p=`cat conftestval`
7139 echo "configure: failed program was:" >&5
7140 cat conftest.$ac_ext >&5
7142 ac_cv_sizeof_int_p=0
7148 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
7149 cat >> confdefs.h <<EOF
7150 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
7155 # Check for sys/types.h types
7156 echo $ac_n "checking for u_int type""... $ac_c" 1>&6
7157 echo "configure:7158: checking for u_int type" >&5
7158 if eval "test \"`echo '$''{'ac_cv_have_u_int'+set}'`\" = set"; then
7159 echo $ac_n "(cached) $ac_c" 1>&6
7162 cat > conftest.$ac_ext <<EOF
7163 #line 7164 "configure"
7164 #include "confdefs.h"
7165 #include <sys/types.h>
7170 if { (eval echo configure:7171: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7172 ac_cv_have_u_int="yes"
7174 echo "configure: failed program was:" >&5
7175 cat conftest.$ac_ext >&5
7177 ac_cv_have_u_int="no"
7184 echo "$ac_t""$ac_cv_have_u_int" 1>&6
7185 if test "x$ac_cv_have_u_int" = "xyes" ; then
7186 cat >> confdefs.h <<\EOF
7187 #define HAVE_U_INT 1
7193 echo $ac_n "checking for intmax_t type""... $ac_c" 1>&6
7194 echo "configure:7195: checking for intmax_t type" >&5
7195 if eval "test \"`echo '$''{'ac_cv_have_intmax_t'+set}'`\" = set"; then
7196 echo $ac_n "(cached) $ac_c" 1>&6
7199 cat > conftest.$ac_ext <<EOF
7200 #line 7201 "configure"
7201 #include "confdefs.h"
7202 #include <sys/types.h>
7207 if { (eval echo configure:7208: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7209 ac_cv_have_intmax_t="yes"
7211 echo "configure: failed program was:" >&5
7212 cat conftest.$ac_ext >&5
7215 cat > conftest.$ac_ext <<EOF
7216 #line 7217 "configure"
7217 #include "confdefs.h"
7223 if { (eval echo configure:7224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7225 ac_cv_have_intmax_t="yes"
7227 echo "configure: failed program was:" >&5
7228 cat conftest.$ac_ext >&5
7230 ac_cv_have_intmax_t="no"
7242 echo "$ac_t""$ac_cv_have_intmax_t" 1>&6
7243 if test "x$ac_cv_have_intmax_t" = "xyes" ; then
7244 cat >> confdefs.h <<\EOF
7245 #define HAVE_INTMAX_T 1
7252 echo $ac_n "checking for u_intmax_t type""... $ac_c" 1>&6
7253 echo "configure:7254: checking for u_intmax_t type" >&5
7254 if eval "test \"`echo '$''{'ac_cv_have_u_intmax_t'+set}'`\" = set"; then
7255 echo $ac_n "(cached) $ac_c" 1>&6
7258 cat > conftest.$ac_ext <<EOF
7259 #line 7260 "configure"
7260 #include "confdefs.h"
7261 #include <sys/types.h>
7263 u_intmax_t a; a = 1;
7266 if { (eval echo configure:7267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7268 ac_cv_have_u_intmax_t="yes"
7270 echo "configure: failed program was:" >&5
7271 cat conftest.$ac_ext >&5
7274 cat > conftest.$ac_ext <<EOF
7275 #line 7276 "configure"
7276 #include "confdefs.h"
7279 u_intmax_t a; a = 1;
7282 if { (eval echo configure:7283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7284 ac_cv_have_u_intmax_t="yes"
7286 echo "configure: failed program was:" >&5
7287 cat conftest.$ac_ext >&5
7289 ac_cv_have_u_intmax_t="no"
7300 echo "$ac_t""$ac_cv_have_u_intmax_t" 1>&6
7301 if test "x$ac_cv_have_u_intmax_t" = "xyes" ; then
7302 cat >> confdefs.h <<\EOF
7303 #define HAVE_U_INTMAX_T 1
7310 echo $ac_n "checking for intXX_t types""... $ac_c" 1>&6
7311 echo "configure:7312: checking for intXX_t types" >&5
7312 if eval "test \"`echo '$''{'ac_cv_have_intxx_t'+set}'`\" = set"; then
7313 echo $ac_n "(cached) $ac_c" 1>&6
7316 cat > conftest.$ac_ext <<EOF
7317 #line 7318 "configure"
7318 #include "confdefs.h"
7319 #include <sys/types.h>
7321 int8_t a; int16_t b; int32_t c; a = b = c = 1;
7324 if { (eval echo configure:7325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7326 ac_cv_have_intxx_t="yes"
7328 echo "configure: failed program was:" >&5
7329 cat conftest.$ac_ext >&5
7331 ac_cv_have_intxx_t="no"
7338 echo "$ac_t""$ac_cv_have_intxx_t" 1>&6
7339 if test "x$ac_cv_have_intxx_t" = "xyes" ; then
7340 cat >> confdefs.h <<\EOF
7341 #define HAVE_INTXX_T 1
7347 echo $ac_n "checking for int64_t type""... $ac_c" 1>&6
7348 echo "configure:7349: checking for int64_t type" >&5
7349 if eval "test \"`echo '$''{'ac_cv_have_int64_t'+set}'`\" = set"; then
7350 echo $ac_n "(cached) $ac_c" 1>&6
7353 cat > conftest.$ac_ext <<EOF
7354 #line 7355 "configure"
7355 #include "confdefs.h"
7356 #include <sys/types.h>
7361 if { (eval echo configure:7362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7363 ac_cv_have_int64_t="yes"
7365 echo "configure: failed program was:" >&5
7366 cat conftest.$ac_ext >&5
7368 ac_cv_have_int64_t="no"
7375 echo "$ac_t""$ac_cv_have_int64_t" 1>&6
7376 if test "x$ac_cv_have_int64_t" = "xyes" ; then
7377 cat >> confdefs.h <<\EOF
7378 #define HAVE_INT64_T 1
7384 echo $ac_n "checking for u_intXX_t types""... $ac_c" 1>&6
7385 echo "configure:7386: checking for u_intXX_t types" >&5
7386 if eval "test \"`echo '$''{'ac_cv_have_u_intxx_t'+set}'`\" = set"; then
7387 echo $ac_n "(cached) $ac_c" 1>&6
7390 cat > conftest.$ac_ext <<EOF
7391 #line 7392 "configure"
7392 #include "confdefs.h"
7393 #include <sys/types.h>
7395 u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
7398 if { (eval echo configure:7399: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7400 ac_cv_have_u_intxx_t="yes"
7402 echo "configure: failed program was:" >&5
7403 cat conftest.$ac_ext >&5
7405 ac_cv_have_u_intxx_t="no"
7412 echo "$ac_t""$ac_cv_have_u_intxx_t" 1>&6
7413 if test "x$ac_cv_have_u_intxx_t" = "xyes" ; then
7414 cat >> confdefs.h <<\EOF
7415 #define HAVE_U_INTXX_T 1
7421 echo $ac_n "checking for u_int64_t types""... $ac_c" 1>&6
7422 echo "configure:7423: checking for u_int64_t types" >&5
7423 if eval "test \"`echo '$''{'ac_cv_have_u_int64_t'+set}'`\" = set"; then
7424 echo $ac_n "(cached) $ac_c" 1>&6
7427 cat > conftest.$ac_ext <<EOF
7428 #line 7429 "configure"
7429 #include "confdefs.h"
7430 #include <sys/types.h>
7435 if { (eval echo configure:7436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7437 ac_cv_have_u_int64_t="yes"
7439 echo "configure: failed program was:" >&5
7440 cat conftest.$ac_ext >&5
7442 ac_cv_have_u_int64_t="no"
7449 echo "$ac_t""$ac_cv_have_u_int64_t" 1>&6
7450 if test "x$ac_cv_have_u_int64_t" = "xyes" ; then
7451 cat >> confdefs.h <<\EOF
7452 #define HAVE_U_INT64_T 1
7458 if (test -z "$have_u_intxx_t" || test -z "$have_intxx_t" && \
7459 test "x$ac_cv_header_sys_bitypes_h" = "xyes")
7461 echo $ac_n "checking for intXX_t and u_intXX_t types in sys/bitypes.h""... $ac_c" 1>&6
7462 echo "configure:7463: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
7463 cat > conftest.$ac_ext <<EOF
7464 #line 7465 "configure"
7465 #include "confdefs.h"
7466 #include <sys/bitypes.h>
7468 int8_t a; int16_t b; int32_t c;
7469 u_int8_t e; u_int16_t f; u_int32_t g;
7470 a = b = c = e = f = g = 1;
7473 if { (eval echo configure:7474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7475 cat >> confdefs.h <<\EOF
7476 #define HAVE_U_INTXX_T 1
7479 cat >> confdefs.h <<\EOF
7480 #define HAVE_INTXX_T 1
7483 cat >> confdefs.h <<\EOF
7484 #define HAVE_SYS_BITYPES_H 1
7487 echo "$ac_t""yes" 1>&6
7489 echo "configure: failed program was:" >&5
7490 cat conftest.$ac_ext >&5
7492 echo "$ac_t""no" 1>&6
7498 if test -z "$have_u_intxx_t" ; then
7499 echo $ac_n "checking for uintXX_t types""... $ac_c" 1>&6
7500 echo "configure:7501: checking for uintXX_t types" >&5
7501 if eval "test \"`echo '$''{'ac_cv_have_uintxx_t'+set}'`\" = set"; then
7502 echo $ac_n "(cached) $ac_c" 1>&6
7505 cat > conftest.$ac_ext <<EOF
7506 #line 7507 "configure"
7507 #include "confdefs.h"
7508 #include <sys/types.h>
7510 uint8_t a; uint16_t b;
7511 uint32_t c; a = b = c = 1;
7514 if { (eval echo configure:7515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7516 ac_cv_have_uintxx_t="yes"
7518 echo "configure: failed program was:" >&5
7519 cat conftest.$ac_ext >&5
7521 ac_cv_have_uintxx_t="no"
7528 echo "$ac_t""$ac_cv_have_uintxx_t" 1>&6
7529 if test "x$ac_cv_have_uintxx_t" = "xyes" ; then
7530 cat >> confdefs.h <<\EOF
7531 #define HAVE_UINTXX_T 1
7554 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7555 echo "configure:7556: checking for $ac_func" >&5
7556 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7557 echo $ac_n "(cached) $ac_c" 1>&6
7559 cat > conftest.$ac_ext <<EOF
7560 #line 7561 "configure"
7561 #include "confdefs.h"
7562 /* System header to define __stub macros and hopefully few prototypes,
7563 which can conflict with char $ac_func(); below. */
7565 /* Override any gcc2 internal prototype to avoid an error. */
7566 /* We use char because int might match the return type of a gcc2
7567 builtin and then its argument prototype would still apply. */
7572 /* The GNU C library defines this for functions which it implements
7573 to always fail with ENOSYS. Some functions are actually named
7574 something starting with __ and the normal name is an alias. */
7575 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7583 if { (eval echo configure:7584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7585 eval "ac_cv_func_$ac_func=yes"
7587 echo "configure: failed program was:" >&5
7588 cat conftest.$ac_ext >&5
7590 eval "ac_cv_func_$ac_func=no"
7595 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7596 echo "$ac_t""yes" 1>&6
7597 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7598 cat >> confdefs.h <<EOF
7599 #define $ac_tr_func 1
7603 echo "$ac_t""no" 1>&6
7604 echo 'configure: cannot find needed function.'; exit 1
7610 for ac_func in fchdir
7612 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7613 echo "configure:7614: checking for $ac_func" >&5
7614 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7615 echo $ac_n "(cached) $ac_c" 1>&6
7617 cat > conftest.$ac_ext <<EOF
7618 #line 7619 "configure"
7619 #include "confdefs.h"
7620 /* System header to define __stub macros and hopefully few prototypes,
7621 which can conflict with char $ac_func(); below. */
7623 /* Override any gcc2 internal prototype to avoid an error. */
7624 /* We use char because int might match the return type of a gcc2
7625 builtin and then its argument prototype would still apply. */
7630 /* The GNU C library defines this for functions which it implements
7631 to always fail with ENOSYS. Some functions are actually named
7632 something starting with __ and the normal name is an alias. */
7633 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7641 if { (eval echo configure:7642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7643 eval "ac_cv_func_$ac_func=yes"
7645 echo "configure: failed program was:" >&5
7646 cat conftest.$ac_ext >&5
7648 eval "ac_cv_func_$ac_func=no"
7653 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7654 echo "$ac_t""yes" 1>&6
7655 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7656 cat >> confdefs.h <<EOF
7657 #define $ac_tr_func 1
7659 cat >> confdefs.h <<\EOF
7660 #define HAVE_FCHDIR 1
7664 echo "$ac_t""no" 1>&6
7669 for ac_func in snprintf vsnprintf gethostid getdomainname
7671 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7672 echo "configure:7673: checking for $ac_func" >&5
7673 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7674 echo $ac_n "(cached) $ac_c" 1>&6
7676 cat > conftest.$ac_ext <<EOF
7677 #line 7678 "configure"
7678 #include "confdefs.h"
7679 /* System header to define __stub macros and hopefully few prototypes,
7680 which can conflict with char $ac_func(); below. */
7682 /* Override any gcc2 internal prototype to avoid an error. */
7683 /* We use char because int might match the return type of a gcc2
7684 builtin and then its argument prototype would still apply. */
7689 /* The GNU C library defines this for functions which it implements
7690 to always fail with ENOSYS. Some functions are actually named
7691 something starting with __ and the normal name is an alias. */
7692 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7700 if { (eval echo configure:7701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7702 eval "ac_cv_func_$ac_func=yes"
7704 echo "configure: failed program was:" >&5
7705 cat conftest.$ac_ext >&5
7707 eval "ac_cv_func_$ac_func=no"
7712 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7713 echo "$ac_t""yes" 1>&6
7714 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7715 cat >> confdefs.h <<EOF
7716 #define $ac_tr_func 1
7720 echo "$ac_t""no" 1>&6
7725 for ac_func in localtime_r readdir_r strerror_r gethostbyname_r
7727 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7728 echo "configure:7729: checking for $ac_func" >&5
7729 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7730 echo $ac_n "(cached) $ac_c" 1>&6
7732 cat > conftest.$ac_ext <<EOF
7733 #line 7734 "configure"
7734 #include "confdefs.h"
7735 /* System header to define __stub macros and hopefully few prototypes,
7736 which can conflict with char $ac_func(); below. */
7738 /* Override any gcc2 internal prototype to avoid an error. */
7739 /* We use char because int might match the return type of a gcc2
7740 builtin and then its argument prototype would still apply. */
7745 /* The GNU C library defines this for functions which it implements
7746 to always fail with ENOSYS. Some functions are actually named
7747 something starting with __ and the normal name is an alias. */
7748 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7756 if { (eval echo configure:7757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7758 eval "ac_cv_func_$ac_func=yes"
7760 echo "configure: failed program was:" >&5
7761 cat conftest.$ac_ext >&5
7763 eval "ac_cv_func_$ac_func=no"
7768 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7769 echo "$ac_t""yes" 1>&6
7770 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7771 cat >> confdefs.h <<EOF
7772 #define $ac_tr_func 1
7776 echo "$ac_t""no" 1>&6
7781 # If resolver functions are not in libc check for -lnsl or -lresolv.
7782 echo $ac_n "checking for gethostbyname_r""... $ac_c" 1>&6
7783 echo "configure:7784: checking for gethostbyname_r" >&5
7784 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname_r'+set}'`\" = set"; then
7785 echo $ac_n "(cached) $ac_c" 1>&6
7787 cat > conftest.$ac_ext <<EOF
7788 #line 7789 "configure"
7789 #include "confdefs.h"
7790 /* System header to define __stub macros and hopefully few prototypes,
7791 which can conflict with char gethostbyname_r(); below. */
7793 /* Override any gcc2 internal prototype to avoid an error. */
7794 /* We use char because int might match the return type of a gcc2
7795 builtin and then its argument prototype would still apply. */
7796 char gethostbyname_r();
7800 /* The GNU C library defines this for functions which it implements
7801 to always fail with ENOSYS. Some functions are actually named
7802 something starting with __ and the normal name is an alias. */
7803 #if defined (__stub_gethostbyname_r) || defined (__stub___gethostbyname_r)
7811 if { (eval echo configure:7812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7813 eval "ac_cv_func_gethostbyname_r=yes"
7815 echo "configure: failed program was:" >&5
7816 cat conftest.$ac_ext >&5
7818 eval "ac_cv_func_gethostbyname_r=no"
7823 if eval "test \"`echo '$ac_cv_func_'gethostbyname_r`\" = yes"; then
7824 echo "$ac_t""yes" 1>&6
7825 echo "$ac_t""using libc's resolver" 1>&6
7827 echo "$ac_t""no" 1>&6
7828 echo $ac_n "checking for gethostbyname_r in -lnsl""... $ac_c" 1>&6
7829 echo "configure:7830: checking for gethostbyname_r in -lnsl" >&5
7830 ac_lib_var=`echo nsl'_'gethostbyname_r | sed 'y%./+-%__p_%'`
7831 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7832 echo $ac_n "(cached) $ac_c" 1>&6
7834 ac_save_LIBS="$LIBS"
7836 cat > conftest.$ac_ext <<EOF
7837 #line 7838 "configure"
7838 #include "confdefs.h"
7839 /* Override any gcc2 internal prototype to avoid an error. */
7840 /* We use char because int might match the return type of a gcc2
7841 builtin and then its argument prototype would still apply. */
7842 char gethostbyname_r();
7848 if { (eval echo configure:7849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7850 eval "ac_cv_lib_$ac_lib_var=yes"
7852 echo "configure: failed program was:" >&5
7853 cat conftest.$ac_ext >&5
7855 eval "ac_cv_lib_$ac_lib_var=no"
7858 LIBS="$ac_save_LIBS"
7861 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7862 echo "$ac_t""yes" 1>&6
7863 ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \
7864 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
7865 cat >> confdefs.h <<EOF
7866 #define $ac_tr_lib 1
7872 echo "$ac_t""no" 1>&6
7875 echo $ac_n "checking for gethostbyname_r in -lresolv""... $ac_c" 1>&6
7876 echo "configure:7877: checking for gethostbyname_r in -lresolv" >&5
7877 ac_lib_var=`echo resolv'_'gethostbyname_r | sed 'y%./+-%__p_%'`
7878 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7879 echo $ac_n "(cached) $ac_c" 1>&6
7881 ac_save_LIBS="$LIBS"
7882 LIBS="-lresolv $LIBS"
7883 cat > conftest.$ac_ext <<EOF
7884 #line 7885 "configure"
7885 #include "confdefs.h"
7886 /* Override any gcc2 internal prototype to avoid an error. */
7887 /* We use char because int might match the return type of a gcc2
7888 builtin and then its argument prototype would still apply. */
7889 char gethostbyname_r();
7895 if { (eval echo configure:7896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7897 eval "ac_cv_lib_$ac_lib_var=yes"
7899 echo "configure: failed program was:" >&5
7900 cat conftest.$ac_ext >&5
7902 eval "ac_cv_lib_$ac_lib_var=no"
7905 LIBS="$ac_save_LIBS"
7908 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7909 echo "$ac_t""yes" 1>&6
7910 ac_tr_lib=HAVE_LIB`echo resolv | sed -e 's/^a-zA-Z0-9_/_/g' \
7911 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
7912 cat >> confdefs.h <<EOF
7913 #define $ac_tr_lib 1
7916 LIBS="-lresolv $LIBS"
7919 echo "$ac_t""no" 1>&6
7926 # Find where sockets are (especially for Solaris)
7927 echo $ac_n "checking for socket""... $ac_c" 1>&6
7928 echo "configure:7929: checking for socket" >&5
7929 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
7930 echo $ac_n "(cached) $ac_c" 1>&6
7932 cat > conftest.$ac_ext <<EOF
7933 #line 7934 "configure"
7934 #include "confdefs.h"
7935 /* System header to define __stub macros and hopefully few prototypes,
7936 which can conflict with char socket(); below. */
7938 /* Override any gcc2 internal prototype to avoid an error. */
7939 /* We use char because int might match the return type of a gcc2
7940 builtin and then its argument prototype would still apply. */
7945 /* The GNU C library defines this for functions which it implements
7946 to always fail with ENOSYS. Some functions are actually named
7947 something starting with __ and the normal name is an alias. */
7948 #if defined (__stub_socket) || defined (__stub___socket)
7956 if { (eval echo configure:7957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7958 eval "ac_cv_func_socket=yes"
7960 echo "configure: failed program was:" >&5
7961 cat conftest.$ac_ext >&5
7963 eval "ac_cv_func_socket=no"
7968 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
7969 echo "$ac_t""yes" 1>&6
7970 echo "$ac_t""using libc's socket" 1>&6
7972 echo "$ac_t""no" 1>&6
7973 echo $ac_n "checking for socket in -lxnet""... $ac_c" 1>&6
7974 echo "configure:7975: checking for socket in -lxnet" >&5
7975 ac_lib_var=`echo xnet'_'socket | sed 'y%./+-%__p_%'`
7976 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7977 echo $ac_n "(cached) $ac_c" 1>&6
7979 ac_save_LIBS="$LIBS"
7981 cat > conftest.$ac_ext <<EOF
7982 #line 7983 "configure"
7983 #include "confdefs.h"
7984 /* Override any gcc2 internal prototype to avoid an error. */
7985 /* We use char because int might match the return type of a gcc2
7986 builtin and then its argument prototype would still apply. */
7993 if { (eval echo configure:7994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7995 eval "ac_cv_lib_$ac_lib_var=yes"
7997 echo "configure: failed program was:" >&5
7998 cat conftest.$ac_ext >&5
8000 eval "ac_cv_lib_$ac_lib_var=no"
8003 LIBS="$ac_save_LIBS"
8006 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8007 echo "$ac_t""yes" 1>&6
8008 ac_tr_lib=HAVE_LIB`echo xnet | sed -e 's/^a-zA-Z0-9_/_/g' \
8009 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
8010 cat >> confdefs.h <<EOF
8011 #define $ac_tr_lib 1
8017 echo "$ac_t""no" 1>&6
8020 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
8021 echo "configure:8022: checking for socket in -lsocket" >&5
8022 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
8023 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8024 echo $ac_n "(cached) $ac_c" 1>&6
8026 ac_save_LIBS="$LIBS"
8027 LIBS="-lsocket $LIBS"
8028 cat > conftest.$ac_ext <<EOF
8029 #line 8030 "configure"
8030 #include "confdefs.h"
8031 /* Override any gcc2 internal prototype to avoid an error. */
8032 /* We use char because int might match the return type of a gcc2
8033 builtin and then its argument prototype would still apply. */
8040 if { (eval echo configure:8041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8042 eval "ac_cv_lib_$ac_lib_var=yes"
8044 echo "configure: failed program was:" >&5
8045 cat conftest.$ac_ext >&5
8047 eval "ac_cv_lib_$ac_lib_var=no"
8050 LIBS="$ac_save_LIBS"
8053 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8054 echo "$ac_t""yes" 1>&6
8055 ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \
8056 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
8057 cat >> confdefs.h <<EOF
8058 #define $ac_tr_lib 1
8061 LIBS="-lsocket $LIBS"
8064 echo "$ac_t""no" 1>&6
8067 echo $ac_n "checking for socket in -linet""... $ac_c" 1>&6
8068 echo "configure:8069: checking for socket in -linet" >&5
8069 ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'`
8070 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8071 echo $ac_n "(cached) $ac_c" 1>&6
8073 ac_save_LIBS="$LIBS"
8075 cat > conftest.$ac_ext <<EOF
8076 #line 8077 "configure"
8077 #include "confdefs.h"
8078 /* Override any gcc2 internal prototype to avoid an error. */
8079 /* We use char because int might match the return type of a gcc2
8080 builtin and then its argument prototype would still apply. */
8087 if { (eval echo configure:8088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8089 eval "ac_cv_lib_$ac_lib_var=yes"
8091 echo "configure: failed program was:" >&5
8092 cat conftest.$ac_ext >&5
8094 eval "ac_cv_lib_$ac_lib_var=no"
8097 LIBS="$ac_save_LIBS"
8100 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8101 echo "$ac_t""yes" 1>&6
8102 ac_tr_lib=HAVE_LIB`echo inet | sed -e 's/^a-zA-Z0-9_/_/g' \
8103 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
8104 cat >> confdefs.h <<EOF
8105 #define $ac_tr_lib 1
8111 echo "$ac_t""no" 1>&6
8117 for ac_func in inet_pton
8119 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8120 echo "configure:8121: checking for $ac_func" >&5
8121 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8122 echo $ac_n "(cached) $ac_c" 1>&6
8124 cat > conftest.$ac_ext <<EOF
8125 #line 8126 "configure"
8126 #include "confdefs.h"
8127 /* System header to define __stub macros and hopefully few prototypes,
8128 which can conflict with char $ac_func(); below. */
8130 /* Override any gcc2 internal prototype to avoid an error. */
8131 /* We use char because int might match the return type of a gcc2
8132 builtin and then its argument prototype would still apply. */
8137 /* The GNU C library defines this for functions which it implements
8138 to always fail with ENOSYS. Some functions are actually named
8139 something starting with __ and the normal name is an alias. */
8140 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8148 if { (eval echo configure:8149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8150 eval "ac_cv_func_$ac_func=yes"
8152 echo "configure: failed program was:" >&5
8153 cat conftest.$ac_ext >&5
8155 eval "ac_cv_func_$ac_func=no"
8160 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8161 echo "$ac_t""yes" 1>&6
8162 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8163 cat >> confdefs.h <<EOF
8164 #define $ac_tr_func 1
8166 cat >> confdefs.h <<\EOF
8167 #define HAVE_INET_PTON 1
8171 echo "$ac_t""no" 1>&6
8176 echo $ac_n "checking for strftime""... $ac_c" 1>&6
8177 echo "configure:8178: checking for strftime" >&5
8178 if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
8179 echo $ac_n "(cached) $ac_c" 1>&6
8181 cat > conftest.$ac_ext <<EOF
8182 #line 8183 "configure"
8183 #include "confdefs.h"
8184 /* System header to define __stub macros and hopefully few prototypes,
8185 which can conflict with char strftime(); below. */
8187 /* Override any gcc2 internal prototype to avoid an error. */
8188 /* We use char because int might match the return type of a gcc2
8189 builtin and then its argument prototype would still apply. */
8194 /* The GNU C library defines this for functions which it implements
8195 to always fail with ENOSYS. Some functions are actually named
8196 something starting with __ and the normal name is an alias. */
8197 #if defined (__stub_strftime) || defined (__stub___strftime)
8205 if { (eval echo configure:8206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8207 eval "ac_cv_func_strftime=yes"
8209 echo "configure: failed program was:" >&5
8210 cat conftest.$ac_ext >&5
8212 eval "ac_cv_func_strftime=no"
8217 if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
8218 echo "$ac_t""yes" 1>&6
8219 cat >> confdefs.h <<\EOF
8220 #define HAVE_STRFTIME 1
8224 echo "$ac_t""no" 1>&6
8225 # strftime is in -lintl on SCO UNIX.
8226 echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
8227 echo "configure:8228: checking for strftime in -lintl" >&5
8228 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
8229 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8230 echo $ac_n "(cached) $ac_c" 1>&6
8232 ac_save_LIBS="$LIBS"
8234 cat > conftest.$ac_ext <<EOF
8235 #line 8236 "configure"
8236 #include "confdefs.h"
8237 /* Override any gcc2 internal prototype to avoid an error. */
8238 /* We use char because int might match the return type of a gcc2
8239 builtin and then its argument prototype would still apply. */
8246 if { (eval echo configure:8247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8248 eval "ac_cv_lib_$ac_lib_var=yes"
8250 echo "configure: failed program was:" >&5
8251 cat conftest.$ac_ext >&5
8253 eval "ac_cv_lib_$ac_lib_var=no"
8256 LIBS="$ac_save_LIBS"
8259 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8260 echo "$ac_t""yes" 1>&6
8261 cat >> confdefs.h <<\EOF
8262 #define HAVE_STRFTIME 1
8267 echo "$ac_t""no" 1>&6
8272 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
8273 echo "configure:8274: checking for vprintf" >&5
8274 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
8275 echo $ac_n "(cached) $ac_c" 1>&6
8277 cat > conftest.$ac_ext <<EOF
8278 #line 8279 "configure"
8279 #include "confdefs.h"
8280 /* System header to define __stub macros and hopefully few prototypes,
8281 which can conflict with char vprintf(); below. */
8283 /* Override any gcc2 internal prototype to avoid an error. */
8284 /* We use char because int might match the return type of a gcc2
8285 builtin and then its argument prototype would still apply. */
8290 /* The GNU C library defines this for functions which it implements
8291 to always fail with ENOSYS. Some functions are actually named
8292 something starting with __ and the normal name is an alias. */
8293 #if defined (__stub_vprintf) || defined (__stub___vprintf)
8301 if { (eval echo configure:8302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8303 eval "ac_cv_func_vprintf=yes"
8305 echo "configure: failed program was:" >&5
8306 cat conftest.$ac_ext >&5
8308 eval "ac_cv_func_vprintf=no"
8313 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
8314 echo "$ac_t""yes" 1>&6
8315 cat >> confdefs.h <<\EOF
8316 #define HAVE_VPRINTF 1
8320 echo "$ac_t""no" 1>&6
8323 if test "$ac_cv_func_vprintf" != yes; then
8324 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
8325 echo "configure:8326: checking for _doprnt" >&5
8326 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
8327 echo $ac_n "(cached) $ac_c" 1>&6
8329 cat > conftest.$ac_ext <<EOF
8330 #line 8331 "configure"
8331 #include "confdefs.h"
8332 /* System header to define __stub macros and hopefully few prototypes,
8333 which can conflict with char _doprnt(); below. */
8335 /* Override any gcc2 internal prototype to avoid an error. */
8336 /* We use char because int might match the return type of a gcc2
8337 builtin and then its argument prototype would still apply. */
8342 /* The GNU C library defines this for functions which it implements
8343 to always fail with ENOSYS. Some functions are actually named
8344 something starting with __ and the normal name is an alias. */
8345 #if defined (__stub__doprnt) || defined (__stub____doprnt)
8353 if { (eval echo configure:8354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8355 eval "ac_cv_func__doprnt=yes"
8357 echo "configure: failed program was:" >&5
8358 cat conftest.$ac_ext >&5
8360 eval "ac_cv_func__doprnt=no"
8365 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
8366 echo "$ac_t""yes" 1>&6
8367 cat >> confdefs.h <<\EOF
8368 #define HAVE_DOPRNT 1
8372 echo "$ac_t""no" 1>&6
8377 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8378 # for constant arguments. Useless!
8379 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
8380 echo "configure:8381: checking for working alloca.h" >&5
8381 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
8382 echo $ac_n "(cached) $ac_c" 1>&6
8384 cat > conftest.$ac_ext <<EOF
8385 #line 8386 "configure"
8386 #include "confdefs.h"
8389 char *p = alloca(2 * sizeof(int));
8392 if { (eval echo configure:8393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8394 ac_cv_header_alloca_h=yes
8396 echo "configure: failed program was:" >&5
8397 cat conftest.$ac_ext >&5
8399 ac_cv_header_alloca_h=no
8404 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
8405 if test $ac_cv_header_alloca_h = yes; then
8406 cat >> confdefs.h <<\EOF
8407 #define HAVE_ALLOCA_H 1
8412 echo $ac_n "checking for alloca""... $ac_c" 1>&6
8413 echo "configure:8414: checking for alloca" >&5
8414 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
8415 echo $ac_n "(cached) $ac_c" 1>&6
8417 cat > conftest.$ac_ext <<EOF
8418 #line 8419 "configure"
8419 #include "confdefs.h"
8422 # define alloca __builtin_alloca
8425 # include <malloc.h>
8426 # define alloca _alloca
8429 # include <alloca.h>
8434 # ifndef alloca /* predefined by HP cc +Olibcalls */
8443 char *p = (char *) alloca(1);
8446 if { (eval echo configure:8447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8448 ac_cv_func_alloca_works=yes
8450 echo "configure: failed program was:" >&5
8451 cat conftest.$ac_ext >&5
8453 ac_cv_func_alloca_works=no
8458 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
8459 if test $ac_cv_func_alloca_works = yes; then
8460 cat >> confdefs.h <<\EOF
8461 #define HAVE_ALLOCA 1
8466 if test $ac_cv_func_alloca_works = no; then
8467 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8468 # that cause trouble. Some versions do not even contain alloca or
8469 # contain a buggy version. If you still want to use their alloca,
8470 # use ar to extract alloca.o from them instead of compiling alloca.c.
8471 ALLOCA=alloca.${ac_objext}
8472 cat >> confdefs.h <<\EOF
8477 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
8478 echo "configure:8479: checking whether alloca needs Cray hooks" >&5
8479 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
8480 echo $ac_n "(cached) $ac_c" 1>&6
8482 cat > conftest.$ac_ext <<EOF
8483 #line 8484 "configure"
8484 #include "confdefs.h"
8485 #if defined(CRAY) && ! defined(CRAY2)
8492 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8493 egrep "webecray" >/dev/null 2>&1; then
8504 echo "$ac_t""$ac_cv_os_cray" 1>&6
8505 if test $ac_cv_os_cray = yes; then
8506 for ac_func in _getb67 GETB67 getb67; do
8507 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8508 echo "configure:8509: checking for $ac_func" >&5
8509 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8510 echo $ac_n "(cached) $ac_c" 1>&6
8512 cat > conftest.$ac_ext <<EOF
8513 #line 8514 "configure"
8514 #include "confdefs.h"
8515 /* System header to define __stub macros and hopefully few prototypes,
8516 which can conflict with char $ac_func(); below. */
8518 /* Override any gcc2 internal prototype to avoid an error. */
8519 /* We use char because int might match the return type of a gcc2
8520 builtin and then its argument prototype would still apply. */
8525 /* The GNU C library defines this for functions which it implements
8526 to always fail with ENOSYS. Some functions are actually named
8527 something starting with __ and the normal name is an alias. */
8528 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8536 if { (eval echo configure:8537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8538 eval "ac_cv_func_$ac_func=yes"
8540 echo "configure: failed program was:" >&5
8541 cat conftest.$ac_ext >&5
8543 eval "ac_cv_func_$ac_func=no"
8548 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8549 echo "$ac_t""yes" 1>&6
8550 cat >> confdefs.h <<EOF
8551 #define CRAY_STACKSEG_END $ac_func
8556 echo "$ac_t""no" 1>&6
8562 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
8563 echo "configure:8564: checking stack direction for C alloca" >&5
8564 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
8565 echo $ac_n "(cached) $ac_c" 1>&6
8567 if test "$cross_compiling" = yes; then
8568 ac_cv_c_stack_direction=0
8570 cat > conftest.$ac_ext <<EOF
8571 #line 8572 "configure"
8572 #include "confdefs.h"
8573 find_stack_direction ()
8575 static char *addr = 0;
8580 return find_stack_direction ();
8583 return (&dummy > addr) ? 1 : -1;
8587 exit (find_stack_direction() < 0);
8590 if { (eval echo configure:8591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8592 ac_cv_c_stack_direction=1
8594 echo "configure: failed program was:" >&5
8595 cat conftest.$ac_ext >&5
8597 ac_cv_c_stack_direction=-1
8604 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
8605 cat >> confdefs.h <<EOF
8606 #define STACK_DIRECTION $ac_cv_c_stack_direction
8611 # getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX, -lgen on Unixware.
8612 echo $ac_n "checking for getmntent in -lsun""... $ac_c" 1>&6
8613 echo "configure:8614: checking for getmntent in -lsun" >&5
8614 ac_lib_var=`echo sun'_'getmntent | sed 'y%./+-%__p_%'`
8615 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8616 echo $ac_n "(cached) $ac_c" 1>&6
8618 ac_save_LIBS="$LIBS"
8620 cat > conftest.$ac_ext <<EOF
8621 #line 8622 "configure"
8622 #include "confdefs.h"
8623 /* Override any gcc2 internal prototype to avoid an error. */
8624 /* We use char because int might match the return type of a gcc2
8625 builtin and then its argument prototype would still apply. */
8632 if { (eval echo configure:8633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8634 eval "ac_cv_lib_$ac_lib_var=yes"
8636 echo "configure: failed program was:" >&5
8637 cat conftest.$ac_ext >&5
8639 eval "ac_cv_lib_$ac_lib_var=no"
8642 LIBS="$ac_save_LIBS"
8645 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8646 echo "$ac_t""yes" 1>&6
8649 echo "$ac_t""no" 1>&6
8650 echo $ac_n "checking for getmntent in -lseq""... $ac_c" 1>&6
8651 echo "configure:8652: checking for getmntent in -lseq" >&5
8652 ac_lib_var=`echo seq'_'getmntent | sed 'y%./+-%__p_%'`
8653 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8654 echo $ac_n "(cached) $ac_c" 1>&6
8656 ac_save_LIBS="$LIBS"
8658 cat > conftest.$ac_ext <<EOF
8659 #line 8660 "configure"
8660 #include "confdefs.h"
8661 /* Override any gcc2 internal prototype to avoid an error. */
8662 /* We use char because int might match the return type of a gcc2
8663 builtin and then its argument prototype would still apply. */
8670 if { (eval echo configure:8671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8672 eval "ac_cv_lib_$ac_lib_var=yes"
8674 echo "configure: failed program was:" >&5
8675 cat conftest.$ac_ext >&5
8677 eval "ac_cv_lib_$ac_lib_var=no"
8680 LIBS="$ac_save_LIBS"
8683 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8684 echo "$ac_t""yes" 1>&6
8687 echo "$ac_t""no" 1>&6
8688 echo $ac_n "checking for getmntent in -lgen""... $ac_c" 1>&6
8689 echo "configure:8690: checking for getmntent in -lgen" >&5
8690 ac_lib_var=`echo gen'_'getmntent | sed 'y%./+-%__p_%'`
8691 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8692 echo $ac_n "(cached) $ac_c" 1>&6
8694 ac_save_LIBS="$LIBS"
8696 cat > conftest.$ac_ext <<EOF
8697 #line 8698 "configure"
8698 #include "confdefs.h"
8699 /* Override any gcc2 internal prototype to avoid an error. */
8700 /* We use char because int might match the return type of a gcc2
8701 builtin and then its argument prototype would still apply. */
8708 if { (eval echo configure:8709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8710 eval "ac_cv_lib_$ac_lib_var=yes"
8712 echo "configure: failed program was:" >&5
8713 cat conftest.$ac_ext >&5
8715 eval "ac_cv_lib_$ac_lib_var=no"
8718 LIBS="$ac_save_LIBS"
8721 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8722 echo "$ac_t""yes" 1>&6
8725 echo "$ac_t""no" 1>&6
8732 echo $ac_n "checking for getmntent""... $ac_c" 1>&6
8733 echo "configure:8734: checking for getmntent" >&5
8734 if eval "test \"`echo '$''{'ac_cv_func_getmntent'+set}'`\" = set"; then
8735 echo $ac_n "(cached) $ac_c" 1>&6
8737 cat > conftest.$ac_ext <<EOF
8738 #line 8739 "configure"
8739 #include "confdefs.h"
8740 /* System header to define __stub macros and hopefully few prototypes,
8741 which can conflict with char getmntent(); below. */
8743 /* Override any gcc2 internal prototype to avoid an error. */
8744 /* We use char because int might match the return type of a gcc2
8745 builtin and then its argument prototype would still apply. */
8750 /* The GNU C library defines this for functions which it implements
8751 to always fail with ENOSYS. Some functions are actually named
8752 something starting with __ and the normal name is an alias. */
8753 #if defined (__stub_getmntent) || defined (__stub___getmntent)
8761 if { (eval echo configure:8762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8763 eval "ac_cv_func_getmntent=yes"
8765 echo "configure: failed program was:" >&5
8766 cat conftest.$ac_ext >&5
8768 eval "ac_cv_func_getmntent=no"
8773 if eval "test \"`echo '$ac_cv_func_'getmntent`\" = yes"; then
8774 echo "$ac_t""yes" 1>&6
8775 cat >> confdefs.h <<\EOF
8776 #define HAVE_GETMNTENT 1
8780 echo "$ac_t""no" 1>&6
8783 echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&6
8784 echo "configure:8785: checking whether closedir returns void" >&5
8785 if eval "test \"`echo '$''{'ac_cv_func_closedir_void'+set}'`\" = set"; then
8786 echo $ac_n "(cached) $ac_c" 1>&6
8788 if test "$cross_compiling" = yes; then
8789 ac_cv_func_closedir_void=yes
8791 cat > conftest.$ac_ext <<EOF
8792 #line 8793 "configure"
8793 #include "confdefs.h"
8794 #include <sys/types.h>
8795 #include <$ac_header_dirent>
8796 int closedir(); main() { exit(closedir(opendir(".")) != 0); }
8798 if { (eval echo configure:8799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8800 ac_cv_func_closedir_void=no
8802 echo "configure: failed program was:" >&5
8803 cat conftest.$ac_ext >&5
8805 ac_cv_func_closedir_void=yes
8812 echo "$ac_t""$ac_cv_func_closedir_void" 1>&6
8813 if test $ac_cv_func_closedir_void = yes; then
8814 cat >> confdefs.h <<\EOF
8815 #define CLOSEDIR_VOID 1
8820 echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
8821 echo "configure:8822: checking whether setpgrp takes no argument" >&5
8822 if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
8823 echo $ac_n "(cached) $ac_c" 1>&6
8825 if test "$cross_compiling" = yes; then
8826 { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }
8828 cat > conftest.$ac_ext <<EOF
8829 #line 8830 "configure"
8830 #include "confdefs.h"
8832 #ifdef HAVE_UNISTD_H
8837 * If this system has a BSD-style setpgrp, which takes arguments, exit
8842 if (setpgrp(1,1) == -1)
8849 if { (eval echo configure:8850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8851 ac_cv_func_setpgrp_void=no
8853 echo "configure: failed program was:" >&5
8854 cat conftest.$ac_ext >&5
8856 ac_cv_func_setpgrp_void=yes
8864 echo "$ac_t""$ac_cv_func_setpgrp_void" 1>&6
8865 if test $ac_cv_func_setpgrp_void = yes; then
8866 cat >> confdefs.h <<\EOF
8867 #define SETPGRP_VOID 1
8871 echo $ac_n "checking for working fnmatch""... $ac_c" 1>&6
8872 echo "configure:8873: checking for working fnmatch" >&5
8873 if eval "test \"`echo '$''{'ac_cv_func_fnmatch_works'+set}'`\" = set"; then
8874 echo $ac_n "(cached) $ac_c" 1>&6
8876 # Some versions of Solaris or SCO have a broken fnmatch function.
8877 # So we run a test program. If we are cross-compiling, take no chance.
8878 # Thanks to John Oleynick and Franc,ois Pinard for this test.
8879 if test "$cross_compiling" = yes; then
8880 ac_cv_func_fnmatch_works=no
8882 cat > conftest.$ac_ext <<EOF
8883 #line 8884 "configure"
8884 #include "confdefs.h"
8885 main() { exit (fnmatch ("a*", "abc", 0) != 0); }
8887 if { (eval echo configure:8888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8889 ac_cv_func_fnmatch_works=yes
8891 echo "configure: failed program was:" >&5
8892 cat conftest.$ac_ext >&5
8894 ac_cv_func_fnmatch_works=no
8901 echo "$ac_t""$ac_cv_func_fnmatch_works" 1>&6
8902 if test $ac_cv_func_fnmatch_works = yes; then
8903 cat >> confdefs.h <<\EOF
8904 #define HAVE_FNMATCH 1
8911 echo $ac_n "checking for setlocale in -lxpg4""... $ac_c" 1>&6
8912 echo "configure:8913: checking for setlocale in -lxpg4" >&5
8913 ac_lib_var=`echo xpg4'_'setlocale | sed 'y%./+-%__p_%'`
8914 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8915 echo $ac_n "(cached) $ac_c" 1>&6
8917 ac_save_LIBS="$LIBS"
8919 cat > conftest.$ac_ext <<EOF
8920 #line 8921 "configure"
8921 #include "confdefs.h"
8922 /* Override any gcc2 internal prototype to avoid an error. */
8923 /* We use char because int might match the return type of a gcc2
8924 builtin and then its argument prototype would still apply. */
8931 if { (eval echo configure:8932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8933 eval "ac_cv_lib_$ac_lib_var=yes"
8935 echo "configure: failed program was:" >&5
8936 cat conftest.$ac_ext >&5
8938 eval "ac_cv_lib_$ac_lib_var=no"
8941 LIBS="$ac_save_LIBS"
8944 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8945 echo "$ac_t""yes" 1>&6
8948 echo "$ac_t""no" 1>&6
8953 echo $ac_n "checking for getpwnam in -lsun""... $ac_c" 1>&6
8954 echo "configure:8955: checking for getpwnam in -lsun" >&5
8955 ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'`
8956 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8957 echo $ac_n "(cached) $ac_c" 1>&6
8959 ac_save_LIBS="$LIBS"
8961 cat > conftest.$ac_ext <<EOF
8962 #line 8963 "configure"
8963 #include "confdefs.h"
8964 /* Override any gcc2 internal prototype to avoid an error. */
8965 /* We use char because int might match the return type of a gcc2
8966 builtin and then its argument prototype would still apply. */
8973 if { (eval echo configure:8974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8975 eval "ac_cv_lib_$ac_lib_var=yes"
8977 echo "configure: failed program was:" >&5
8978 cat conftest.$ac_ext >&5
8980 eval "ac_cv_lib_$ac_lib_var=no"
8983 LIBS="$ac_save_LIBS"
8986 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8987 echo "$ac_t""yes" 1>&6
8988 ac_tr_lib=HAVE_LIB`echo sun | sed -e 's/[^a-zA-Z0-9_]/_/g' \
8989 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
8990 cat >> confdefs.h <<EOF
8991 #define $ac_tr_lib 1
8997 echo "$ac_t""no" 1>&6
9001 for ac_hdr in zlib.h
9003 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9004 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9005 echo "configure:9006: checking for $ac_hdr" >&5
9006 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9007 echo $ac_n "(cached) $ac_c" 1>&6
9009 cat > conftest.$ac_ext <<EOF
9010 #line 9011 "configure"
9011 #include "confdefs.h"
9014 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9015 { (eval echo configure:9016: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9016 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9017 if test -z "$ac_err"; then
9019 eval "ac_cv_header_$ac_safe=yes"
9022 echo "configure: failed program was:" >&5
9023 cat conftest.$ac_ext >&5
9025 eval "ac_cv_header_$ac_safe=no"
9029 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9030 echo "$ac_t""yes" 1>&6
9031 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9032 cat >> confdefs.h <<EOF
9033 #define $ac_tr_hdr 1
9037 echo "$ac_t""no" 1>&6
9041 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9042 echo "configure:9043: checking for deflate in -lz" >&5
9043 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9044 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9045 echo $ac_n "(cached) $ac_c" 1>&6
9047 ac_save_LIBS="$LIBS"
9049 cat > conftest.$ac_ext <<EOF
9050 #line 9051 "configure"
9051 #include "confdefs.h"
9052 /* Override any gcc2 internal prototype to avoid an error. */
9053 /* We use char because int might match the return type of a gcc2
9054 builtin and then its argument prototype would still apply. */
9061 if { (eval echo configure:9062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9063 eval "ac_cv_lib_$ac_lib_var=yes"
9065 echo "configure: failed program was:" >&5
9066 cat conftest.$ac_ext >&5
9068 eval "ac_cv_lib_$ac_lib_var=no"
9071 LIBS="$ac_save_LIBS"
9074 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9075 echo "$ac_t""yes" 1>&6
9078 echo "$ac_t""no" 1>&6
9082 if test x$FDLIBS = x-lz; then
9083 cat >> confdefs.h <<\EOF
9091 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
9092 echo "configure:9093: checking for pthread_create in -lpthread" >&5
9093 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
9094 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9095 echo $ac_n "(cached) $ac_c" 1>&6
9097 ac_save_LIBS="$LIBS"
9098 LIBS="-lpthread $LIBS"
9099 cat > conftest.$ac_ext <<EOF
9100 #line 9101 "configure"
9101 #include "confdefs.h"
9102 /* Override any gcc2 internal prototype to avoid an error. */
9103 /* We use char because int might match the return type of a gcc2
9104 builtin and then its argument prototype would still apply. */
9105 char pthread_create();
9111 if { (eval echo configure:9112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9113 eval "ac_cv_lib_$ac_lib_var=yes"
9115 echo "configure: failed program was:" >&5
9116 cat conftest.$ac_ext >&5
9118 eval "ac_cv_lib_$ac_lib_var=no"
9121 LIBS="$ac_save_LIBS"
9124 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9125 echo "$ac_t""yes" 1>&6
9126 PTHREAD_LIB="-lpthread"
9128 echo "$ac_t""no" 1>&6
9129 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
9130 echo "configure:9131: checking for pthread_create in -lpthreads" >&5
9131 ac_lib_var=`echo pthreads'_'pthread_create | sed 'y%./+-%__p_%'`
9132 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9133 echo $ac_n "(cached) $ac_c" 1>&6
9135 ac_save_LIBS="$LIBS"
9136 LIBS="-lpthreads $LIBS"
9137 cat > conftest.$ac_ext <<EOF
9138 #line 9139 "configure"
9139 #include "confdefs.h"
9140 /* Override any gcc2 internal prototype to avoid an error. */
9141 /* We use char because int might match the return type of a gcc2
9142 builtin and then its argument prototype would still apply. */
9143 char pthread_create();
9149 if { (eval echo configure:9150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9151 eval "ac_cv_lib_$ac_lib_var=yes"
9153 echo "configure: failed program was:" >&5
9154 cat conftest.$ac_ext >&5
9156 eval "ac_cv_lib_$ac_lib_var=no"
9159 LIBS="$ac_save_LIBS"
9162 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9163 echo "$ac_t""yes" 1>&6
9164 PTHREAD_LIB="-lpthreads"
9166 echo "$ac_t""no" 1>&6
9167 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
9168 echo "configure:9169: checking for pthread_create in -lc_r" >&5
9169 ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
9170 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9171 echo $ac_n "(cached) $ac_c" 1>&6
9173 ac_save_LIBS="$LIBS"
9175 cat > conftest.$ac_ext <<EOF
9176 #line 9177 "configure"
9177 #include "confdefs.h"
9178 /* Override any gcc2 internal prototype to avoid an error. */
9179 /* We use char because int might match the return type of a gcc2
9180 builtin and then its argument prototype would still apply. */
9181 char pthread_create();
9187 if { (eval echo configure:9188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9189 eval "ac_cv_lib_$ac_lib_var=yes"
9191 echo "configure: failed program was:" >&5
9192 cat conftest.$ac_ext >&5
9194 eval "ac_cv_lib_$ac_lib_var=no"
9197 LIBS="$ac_save_LIBS"
9200 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9201 echo "$ac_t""yes" 1>&6
9204 echo "$ac_t""no" 1>&6
9205 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
9206 echo "configure:9207: checking for pthread_create" >&5
9207 if eval "test \"`echo '$''{'ac_cv_func_pthread_create'+set}'`\" = set"; then
9208 echo $ac_n "(cached) $ac_c" 1>&6
9210 cat > conftest.$ac_ext <<EOF
9211 #line 9212 "configure"
9212 #include "confdefs.h"
9213 /* System header to define __stub macros and hopefully few prototypes,
9214 which can conflict with char pthread_create(); below. */
9216 /* Override any gcc2 internal prototype to avoid an error. */
9217 /* We use char because int might match the return type of a gcc2
9218 builtin and then its argument prototype would still apply. */
9219 char pthread_create();
9223 /* The GNU C library defines this for functions which it implements
9224 to always fail with ENOSYS. Some functions are actually named
9225 something starting with __ and the normal name is an alias. */
9226 #if defined (__stub_pthread_create) || defined (__stub___pthread_create)
9234 if { (eval echo configure:9235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
9236 eval "ac_cv_func_pthread_create=yes"
9238 echo "configure: failed program was:" >&5
9239 cat conftest.$ac_ext >&5
9241 eval "ac_cv_func_pthread_create=no"
9246 if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then
9247 echo "$ac_t""yes" 1>&6
9250 echo "$ac_t""no" 1>&6
9264 cat >> confdefs.h <<\EOF
9271 LDFLAGS=${LDFLAGS--O}
9272 DB_LIBS="${SQL_LFLAGS}"
9274 CPPFLAGS="$CPPFLAGS"
9294 # Finally we set appropriate distribution specific
9295 # variables and defaults
9297 # PFILES are platform specific files
9298 PFILES="platforms/Makefile"
9305 PSCMD="ps -e -o pid,comm"
9307 platforms/aix/Makefile"
9311 PTHREAD_LIB="-lpthread -lexc"
9312 if test "${CC}" = "gcc" ; then
9319 TAPEDRIVE="/dev/nrmt0"
9322 DISTVER=`uname -a |awk '{print $3}'`
9323 TAPEDRIVE="/dev/nrst0"
9326 DISTVER=`cat /etc/.issue | grep Version | cut -f 2 -d ' '`
9327 TAPEDRIVE="/dev/nrst0"
9328 PSCMD="ps -e -o pid,command"
9329 hostname=`hostname -s`
9332 DISTVER=`uname -a |awk '{print $3}'`
9333 TAPEDRIVE="/dev/nrst0"
9335 CFLAGS="${CFLAGS} -mwindows"
9336 LDFLAGS="${LDFLAGS} -mwindows"
9340 TAPEDRIVE="/dev/nst0"
9341 PSCMD="ps -e -o pid,command"
9342 hostname=`hostname -s`
9344 platforms/darwin/Makefile"
9347 DISTVER=`cat /etc/debian_version`
9348 TAPEDRIVE="/dev/nrst0"
9349 PSCMD="ps -e -o pid,command"
9350 hostname=`hostname -s`
9353 DISTVER=`uname -a |awk '{print $3}'`
9354 PTHREAD_LIB="-pthread"
9355 CFLAGS="${CFLAGS} -pthread"
9358 TAPEDRIVE="/dev/nrst0"
9359 PSCMD="ps -x -o pid,command"
9361 platforms/freebsd/Makefile \
9362 platforms/freebsd/bacula-fd \
9363 platforms/freebsd/bacula-sd \
9364 platforms/freebsd/bacula-dir"
9365 hostname=`hostname -s`
9366 largefile_support="yes"
9370 TAPEDRIVE="/dev/rmt/0hnb"
9374 TAPEDRIVE="/dev/rmt/0cbn"
9375 PSCMD="ps -e -o pid,comm"
9377 platforms/irix/Makefile \
9378 platforms/irix/bacula-fd \
9379 platforms/irix/bacula-sd \
9380 platforms/irix/bacula-dir"
9383 DISTVER=`uname -a |awk '{print $3}'`
9386 TAPEDRIVE="/dev/nrst0"
9387 PSCMD="ps -a -o pid,command"
9388 PTHREAD_LIB="-pthread"
9389 CFLAGS="${CFLAGS} -pthread"
9392 DISTVER=`uname -a |awk '{print $3}'`
9395 TAPEDRIVE="/dev/nrst0"
9396 PSCMD="ps -a -o pid,command"
9397 PTHREAD_LIB="-pthread"
9398 CFLAGS="${CFLAGS} -pthread"
9400 platforms/openbsd/Makefile \
9401 platforms/openbsd/bacula-fd \
9402 platforms/openbsd/bacula-sd \
9403 platforms/openbsd/bacula-dir"
9406 DISTVER=`cat /etc/redhat-release | grep release |\
9408 TAPEDRIVE="/dev/nst0"
9409 PSCMD="ps -e -o pid,command"
9411 platforms/redhat/Makefile \
9412 platforms/redhat/bacula-fd \
9413 platforms/redhat/bacula-sd \
9414 platforms/redhat/bacula-dir"
9415 hostname=`hostname -s`
9418 DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
9419 TAPEDRIVE="/dev/nst0"
9420 PSCMD="ps -e -o pid,command"
9422 platforms/gentoo/Makefile \
9423 platforms/gentoo/bacula-fd \
9424 platforms/gentoo/bacula-sd \
9425 platforms/gentoo/bacula-dir"
9426 hostname=`hostname -s`
9430 DISTVER=`cat /etc/slackware-version`
9431 TAPEDRIVE="/dev/nst0"
9432 PSCMD="ps -e -o pid,command"
9433 hostname=`hostname -s`
9437 TAPEDRIVE="/dev/rmt/0cbn"
9438 PSCMD="ps -e -o pid,comm"
9440 platforms/solaris/Makefile \
9441 platforms/solaris/bacula-fd \
9442 platforms/solaris/bacula-sd \
9443 platforms/solaris/bacula-dir"
9444 if test x$DISTVER = x5.6 ; then
9445 cat >> confdefs.h <<\EOF
9446 #define HAVE_OLD_SOCKOPT 1
9452 DISTVER=`cat /etc/SuSE-release |grep VERSION|\
9454 TAPEDRIVE="/dev/nst0"
9455 PSCMD="ps -e -o pid,command"
9456 hostname=`hostname -s`
9461 TAPEDRIVE="/dev/nst0"
9462 PSCMD="ps -e -o pid,command"
9463 hostname=`hostname -s`
9467 TAPEDRIVE="/dev/nst0"
9470 echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
9477 LIBS="$PTHREAD_LIB $LIBS"
9479 cat >> confdefs.h <<EOF
9483 cat >> confdefs.h <<EOF
9493 MCOMMON=./autoconf/Make.common
9497 cat > confcache <<\EOF
9498 # This file is a shell script that caches the results of configure
9499 # tests run on this system so they can be shared between configure
9500 # scripts and configure runs. It is not useful on other systems.
9501 # If it contains results you don't want to keep, you may remove or edit it.
9503 # By default, configure uses ./config.cache as the cache file,
9504 # creating it if it does not exist already. You can give configure
9505 # the --cache-file=FILE option to use a different cache file; that is
9506 # what configure does when it calls configure scripts in
9507 # subdirectories, so they share the cache.
9508 # Giving --cache-file=/dev/null disables caching, for debugging configure.
9509 # config.status only pays attention to the cache file if you give it the
9510 # --recheck option to rerun configure.
9513 # The following way of writing the cache mishandles newlines in values,
9514 # but we know of no workaround that is simple, portable, and efficient.
9515 # So, don't put newlines in cache variables' values.
9516 # Ultrix sh set writes to stderr and can't be redirected directly,
9517 # and sets the high bit in the cache file unless we assign to the vars.
9519 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9521 # `set' does not quote correctly, so add quotes (double-quote substitution
9522 # turns \\\\ into \\, and sed turns \\ into \).
9524 -e "s/'/'\\\\''/g" \
9525 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
9528 # `set' quotes correctly as required by POSIX, so do not add quotes.
9529 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
9532 if cmp -s $cache_file confcache; then
9535 if test -w $cache_file; then
9536 echo "updating cache $cache_file"
9537 cat confcache > $cache_file
9539 echo "not updating unwritable cache $cache_file"
9544 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
9546 test "x$prefix" = xNONE && prefix=$ac_default_prefix
9547 # Let make expand exec_prefix.
9548 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9550 # Any assignment to VPATH causes Sun make to only execute
9551 # the first set of double-colon rules, so remove it if not needed.
9552 # If there is a colon in the path, we need to keep it.
9553 if test "x$srcdir" = x.; then
9554 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
9557 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
9559 DEFS=-DHAVE_CONFIG_H
9561 # Without the "./", some shells look in PATH for config.status.
9562 : ${CONFIG_STATUS=./config.status}
9564 echo creating $CONFIG_STATUS
9565 rm -f $CONFIG_STATUS
9566 cat > $CONFIG_STATUS <<EOF
9568 # Generated automatically by configure.
9569 # Run this file to recreate the current configuration.
9570 # This directory was configured as follows,
9571 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
9573 # $0 $ac_configure_args
9575 # Compiler output produced by configure, useful for debugging
9576 # configure, is in ./config.log if it exists.
9578 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
9581 case "\$ac_option" in
9582 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9583 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
9584 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
9585 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
9586 echo "$CONFIG_STATUS generated by autoconf version 2.13"
9588 -help | --help | --hel | --he | --h)
9589 echo "\$ac_cs_usage"; exit 0 ;;
9590 *) echo "\$ac_cs_usage"; exit 1 ;;
9594 ac_given_srcdir=$srcdir
9595 ac_given_INSTALL="$INSTALL"
9597 trap 'rm -fr `echo "autoconf/Make.common \
9600 rescue/linux/Makefile \
9601 rescue/freebsd/Makefile \
9602 rescue/solaris/Makefile \
9603 scripts/startmysql \
9605 scripts/btraceback \
9616 src/console/Makefile \
9617 src/console/console.conf \
9618 src/gnome-console/Makefile \
9619 src/gnome-console/gnome-console.conf \
9620 src/tconsole/Makefile \
9622 src/dird/bacula-dir.conf \
9624 src/stored/Makefile \
9625 src/stored/bacula-sd.conf \
9626 src/filed/Makefile \
9628 src/filed/bacula-fd.conf \
9629 src/filed/win32/Makefile \
9631 src/cats/make_catalog_backup \
9632 src/cats/delete_catalog_backup \
9633 src/cats/alter_mysql_tables \
9634 src/cats/make_mysql_tables \
9635 src/cats/drop_mysql_tables \
9636 src/cats/create_mysql_database \
9637 src/cats/grant_mysql_privileges \
9638 src/cats/alter_sqlite_tables \
9639 src/cats/make_sqlite_tables \
9640 src/cats/drop_sqlite_tables \
9641 src/cats/create_sqlite_database \
9644 src/cats/create_bdb_database \
9645 src/cats/make_bdb_tables \
9646 src/cats/drop_bdb_tables \
9647 src/cats/make_bacula_tables \
9648 src/cats/drop_bacula_tables \
9649 src/findlib/Makefile \
9650 src/tools/Makefile \
9651 $PFILES src/config.h:autoconf/config.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
9653 cat >> $CONFIG_STATUS <<EOF
9655 # Protect against being on the right side of a sed subst in config.status.
9656 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
9657 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
9661 s%@CFLAGS@%$CFLAGS%g
9662 s%@CPPFLAGS@%$CPPFLAGS%g
9663 s%@CXXFLAGS@%$CXXFLAGS%g
9664 s%@FFLAGS@%$FFLAGS%g
9666 s%@LDFLAGS@%$LDFLAGS%g
9668 s%@exec_prefix@%$exec_prefix%g
9669 s%@prefix@%$prefix%g
9670 s%@program_transform_name@%$program_transform_name%g
9671 s%@bindir@%$bindir%g
9672 s%@sbindir@%$sbindir%g
9673 s%@libexecdir@%$libexecdir%g
9674 s%@datadir@%$datadir%g
9675 s%@sysconfdir@%$sysconfdir%g
9676 s%@sharedstatedir@%$sharedstatedir%g
9677 s%@localstatedir@%$localstatedir%g
9678 s%@libdir@%$libdir%g
9679 s%@includedir@%$includedir%g
9680 s%@oldincludedir@%$oldincludedir%g
9681 s%@infodir@%$infodir%g
9682 s%@mandir@%$mandir%g
9683 s%@BUILD_DIR@%$BUILD_DIR%g
9684 s%@TRUEPRG@%$TRUEPRG%g
9685 s%@FALSEPRG@%$FALSEPRG%g
9687 s%@host_alias@%$host_alias%g
9688 s%@host_cpu@%$host_cpu%g
9689 s%@host_vendor@%$host_vendor%g
9690 s%@host_os@%$host_os%g
9691 s%@VERSION@%$VERSION%g
9693 s%@LSMDATE@%$LSMDATE%g
9697 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
9698 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
9699 s%@INSTALL_DATA@%$INSTALL_DATA%g
9700 s%@RANLIB@%$RANLIB%g
9710 s%@OPENSSL@%$OPENSSL%g
9711 s%@ARFLAGS@%$ARFLAGS%g
9712 s%@MAKE_SHELL@%$MAKE_SHELL%g
9713 s%@LOCAL_LIBS@%$LOCAL_LIBS%g
9714 s%@LOCAL_CFLAGS@%$LOCAL_CFLAGS%g
9715 s%@LOCAL_LDFLAGS@%$LOCAL_LDFLAGS%g
9716 s%@LOCAL_DEFS@%$LOCAL_DEFS%g
9717 s%@HAVE_SUN_OS_TRUE@%$HAVE_SUN_OS_TRUE%g
9718 s%@HAVE_SUN_OS_FALSE@%$HAVE_SUN_OS_FALSE%g
9719 s%@HAVE_OSF1_OS_TRUE@%$HAVE_OSF1_OS_TRUE%g
9720 s%@HAVE_OSF1_OS_FALSE@%$HAVE_OSF1_OS_FALSE%g
9721 s%@HAVE_AIX_OS_TRUE@%$HAVE_AIX_OS_TRUE%g
9722 s%@HAVE_AIX_OS_FALSE@%$HAVE_AIX_OS_FALSE%g
9723 s%@HAVE_HPUX_OS_TRUE@%$HAVE_HPUX_OS_TRUE%g
9724 s%@HAVE_HPUX_OS_FALSE@%$HAVE_HPUX_OS_FALSE%g
9725 s%@HAVE_LINUX_OS_TRUE@%$HAVE_LINUX_OS_TRUE%g
9726 s%@HAVE_LINUX_OS_FALSE@%$HAVE_LINUX_OS_FALSE%g
9727 s%@HAVE_FREEBSD_OS_TRUE@%$HAVE_FREEBSD_OS_TRUE%g
9728 s%@HAVE_FREEBSD_OS_FALSE@%$HAVE_FREEBSD_OS_FALSE%g
9729 s%@HAVE_NETBSD_OS_TRUE@%$HAVE_NETBSD_OS_TRUE%g
9730 s%@HAVE_NETBSD_OS_FALSE@%$HAVE_NETBSD_OS_FALSE%g
9731 s%@HAVE_OPENBSD_OS_TRUE@%$HAVE_OPENBSD_OS_TRUE%g
9732 s%@HAVE_OPENBSD_OS_FALSE@%$HAVE_OPENBSD_OS_FALSE%g
9733 s%@HAVE_BSDI_OS_TRUE@%$HAVE_BSDI_OS_TRUE%g
9734 s%@HAVE_BSDI_OS_FALSE@%$HAVE_BSDI_OS_FALSE%g
9735 s%@HAVE_SGI_OS_TRUE@%$HAVE_SGI_OS_TRUE%g
9736 s%@HAVE_SGI_OS_FALSE@%$HAVE_SGI_OS_FALSE%g
9737 s%@HAVE_IRIX_OS_TRUE@%$HAVE_IRIX_OS_TRUE%g
9738 s%@HAVE_IRIX_OS_FALSE@%$HAVE_IRIX_OS_FALSE%g
9739 s%@HAVE_DARWIN_OS_TRUE@%$HAVE_DARWIN_OS_TRUE%g
9740 s%@HAVE_DARWIN_OS_FALSE@%$HAVE_DARWIN_OS_FALSE%g
9741 s%@INSIDE_GNOME_COMMON_TRUE@%$INSIDE_GNOME_COMMON_TRUE%g
9742 s%@INSIDE_GNOME_COMMON_FALSE@%$INSIDE_GNOME_COMMON_FALSE%g
9743 s%@MSGFMT@%$MSGFMT%g
9744 s%@GNOME_LIBS@%$GNOME_LIBS%g
9745 s%@GNOMEUI_LIBS@%$GNOMEUI_LIBS%g
9746 s%@GNOMEGNORBA_LIBS@%$GNOMEGNORBA_LIBS%g
9747 s%@GTKXMHTML_LIBS@%$GTKXMHTML_LIBS%g
9748 s%@ZVT_LIBS@%$ZVT_LIBS%g
9749 s%@GNOME_LIBDIR@%$GNOME_LIBDIR%g
9750 s%@GNOME_INCLUDEDIR@%$GNOME_INCLUDEDIR%g
9751 s%@GNOME_CONFIG@%$GNOME_CONFIG%g
9752 s%@ORBIT_CONFIG@%$ORBIT_CONFIG%g
9753 s%@ORBIT_IDL@%$ORBIT_IDL%g
9754 s%@HAVE_ORBIT_TRUE@%$HAVE_ORBIT_TRUE%g
9755 s%@HAVE_ORBIT_FALSE@%$HAVE_ORBIT_FALSE%g
9756 s%@ORBIT_CFLAGS@%$ORBIT_CFLAGS%g
9757 s%@ORBIT_LIBS@%$ORBIT_LIBS%g
9758 s%@HAVE_GNORBA_TRUE@%$HAVE_GNORBA_TRUE%g
9759 s%@HAVE_GNORBA_FALSE@%$HAVE_GNORBA_FALSE%g
9760 s%@GNORBA_CFLAGS@%$GNORBA_CFLAGS%g
9761 s%@GNORBA_LIBS@%$GNORBA_LIBS%g
9762 s%@GNOME_APPLETS_LIBS@%$GNOME_APPLETS_LIBS%g
9763 s%@GNOME_DOCKLETS_LIBS@%$GNOME_DOCKLETS_LIBS%g
9764 s%@GNOME_CAPPLET_LIBS@%$GNOME_CAPPLET_LIBS%g
9765 s%@GNOME_DIR@%$GNOME_DIR%g
9766 s%@TTOOL_LDFLAGS@%$TTOOL_LDFLAGS%g
9767 s%@STATIC_FD@%$STATIC_FD%g
9768 s%@STATIC_SD@%$STATIC_SD%g
9769 s%@STATIC_DIR@%$STATIC_DIR%g
9770 s%@STATIC_CONS@%$STATIC_CONS%g
9771 s%@ALL_DIRS@%$ALL_DIRS%g
9772 s%@CONS_INC@%$CONS_INC%g
9773 s%@CONS_LIBS@%$CONS_LIBS%g
9774 s%@CONS_LDFLAGS@%$CONS_LDFLAGS%g
9775 s%@READLINE_SRC@%$READLINE_SRC%g
9776 s%@working_dir@%$working_dir%g
9777 s%@scriptdir@%$scriptdir%g
9778 s%@dump_email@%$dump_email%g
9779 s%@job_email@%$job_email%g
9780 s%@smtp_host@%$smtp_host%g
9781 s%@piddir@%$piddir%g
9782 s%@subsysdir@%$subsysdir%g
9783 s%@baseport@%$baseport%g
9784 s%@dir_port@%$dir_port%g
9785 s%@fd_port@%$fd_port%g
9786 s%@sd_port@%$sd_port%g
9787 s%@dir_password@%$dir_password%g
9788 s%@fd_password@%$fd_password%g
9789 s%@sd_password@%$sd_password%g
9790 s%@SQL_LFLAGS@%$SQL_LFLAGS%g
9791 s%@SQL_INCLUDE@%$SQL_INCLUDE%g
9792 s%@SQL_BINDIR@%$SQL_BINDIR%g
9794 s%@DB_NAME@%$DB_NAME%g
9795 s%@EXEEXT@%$EXEEXT%g
9797 s%@build_alias@%$build_alias%g
9798 s%@build_cpu@%$build_cpu%g
9799 s%@build_vendor@%$build_vendor%g
9800 s%@build_os@%$build_os%g
9801 s%@GETCONF@%$GETCONF%g
9802 s%@X_CFLAGS@%$X_CFLAGS%g
9803 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
9804 s%@X_LIBS@%$X_LIBS%g
9805 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
9806 s%@LIBOBJS@%$LIBOBJS%g
9807 s%@ALLOCA@%$ALLOCA%g
9808 s%@FDLIBS@%$FDLIBS%g
9810 s%@DINCLUDE@%$DINCLUDE%g
9812 s%@DB_LIBS@%$DB_LIBS%g
9813 s%@OBJLIST@%$OBJLIST%g
9814 s%@hostname@%$hostname%g
9815 s%@TAPEDRIVE@%$TAPEDRIVE%g
9818 s%@DISTNAME@%$DISTNAME%g
9819 s%@DISTVER@%$DISTVER%g
9820 /@MCOMMON@/r $MCOMMON
9826 cat >> $CONFIG_STATUS <<\EOF
9828 # Split the substitutions into bite-sized pieces for seds with
9829 # small command number limits, like on Digital OSF/1 and HP-UX.
9830 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
9831 ac_file=1 # Number of current file.
9832 ac_beg=1 # First line for current file.
9833 ac_end=$ac_max_sed_cmds # Line after last line for current file.
9836 while $ac_more_lines; do
9837 if test $ac_beg -gt 1; then
9838 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
9840 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
9842 if test ! -s conftest.s$ac_file; then
9844 rm -f conftest.s$ac_file
9846 if test -z "$ac_sed_cmds"; then
9847 ac_sed_cmds="sed -f conftest.s$ac_file"
9849 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
9851 ac_file=`expr $ac_file + 1`
9853 ac_end=`expr $ac_end + $ac_max_sed_cmds`
9856 if test -z "$ac_sed_cmds"; then
9861 cat >> $CONFIG_STATUS <<EOF
9863 CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \
9866 rescue/linux/Makefile \
9867 rescue/freebsd/Makefile \
9868 rescue/solaris/Makefile \
9869 scripts/startmysql \
9871 scripts/btraceback \
9882 src/console/Makefile \
9883 src/console/console.conf \
9884 src/gnome-console/Makefile \
9885 src/gnome-console/gnome-console.conf \
9886 src/tconsole/Makefile \
9888 src/dird/bacula-dir.conf \
9890 src/stored/Makefile \
9891 src/stored/bacula-sd.conf \
9892 src/filed/Makefile \
9894 src/filed/bacula-fd.conf \
9895 src/filed/win32/Makefile \
9897 src/cats/make_catalog_backup \
9898 src/cats/delete_catalog_backup \
9899 src/cats/alter_mysql_tables \
9900 src/cats/make_mysql_tables \
9901 src/cats/drop_mysql_tables \
9902 src/cats/create_mysql_database \
9903 src/cats/grant_mysql_privileges \
9904 src/cats/alter_sqlite_tables \
9905 src/cats/make_sqlite_tables \
9906 src/cats/drop_sqlite_tables \
9907 src/cats/create_sqlite_database \
9910 src/cats/create_bdb_database \
9911 src/cats/make_bdb_tables \
9912 src/cats/drop_bdb_tables \
9913 src/cats/make_bacula_tables \
9914 src/cats/drop_bacula_tables \
9915 src/findlib/Makefile \
9916 src/tools/Makefile \
9919 cat >> $CONFIG_STATUS <<\EOF
9920 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
9921 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9923 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
9924 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
9925 *) ac_file_in="${ac_file}.in" ;;
9928 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
9930 # Remove last slash and all that follows it. Not all systems have dirname.
9931 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
9932 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
9933 # The file is in a subdirectory.
9934 test ! -d "$ac_dir" && mkdir "$ac_dir"
9935 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
9936 # A "../" for each directory in $ac_dir_suffix.
9937 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
9939 ac_dir_suffix= ac_dots=
9942 case "$ac_given_srcdir" in
9944 if test -z "$ac_dots"; then top_srcdir=.
9945 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
9946 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
9948 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
9949 top_srcdir="$ac_dots$ac_given_srcdir" ;;
9952 case "$ac_given_INSTALL" in
9953 [/$]*) INSTALL="$ac_given_INSTALL" ;;
9954 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
9957 echo creating "$ac_file"
9959 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
9961 *Makefile*) ac_comsub="1i\\
9962 # $configure_input" ;;
9966 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
9968 s%@configure_input@%$configure_input%g
9969 s%@srcdir@%$srcdir%g
9970 s%@top_srcdir@%$top_srcdir%g
9971 s%@INSTALL@%$INSTALL%g
9972 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
9976 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
9977 # NAME is the cpp macro being defined and VALUE is the value it is being given.
9979 # ac_d sets the value in "#define NAME VALUE" lines.
9980 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
9981 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
9984 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
9985 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
9986 ac_uB='\([ ]\)%\1#\2define\3'
9989 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
9990 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
9991 ac_eB='$%\1#\2define\3'
9995 if test "${CONFIG_HEADERS+set}" != set; then
9997 cat >> $CONFIG_STATUS <<EOF
9998 CONFIG_HEADERS="src/config.h:autoconf/config.h.in"
10000 cat >> $CONFIG_STATUS <<\EOF
10002 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
10003 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
10005 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
10006 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
10007 *) ac_file_in="${ac_file}.in" ;;
10010 echo creating $ac_file
10012 rm -f conftest.frag conftest.in conftest.out
10013 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
10014 cat $ac_file_inputs > conftest.in
10018 # Transform confdefs.h into a sed script conftest.vals that substitutes
10019 # the proper values into config.h.in to produce config.h. And first:
10020 # Protect against being on the right side of a sed subst in config.status.
10021 # Protect against being in an unquoted here document in config.status.
10022 rm -f conftest.vals
10023 cat > conftest.hdr <<\EOF
10026 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
10030 sed -n -f conftest.hdr confdefs.h > conftest.vals
10033 # This sed command replaces #undef with comments. This is necessary, for
10034 # example, in the case of _POSIX_SOURCE, which is predefined and required
10035 # on some systems where configure will not decide to define it.
10036 cat >> conftest.vals <<\EOF
10037 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
10040 # Break up conftest.vals because some shells have a limit on
10041 # the size of here documents, and old seds have small limits too.
10043 rm -f conftest.tail
10046 ac_lines=`grep -c . conftest.vals`
10047 # grep -c gives empty output for an empty file on some AIX systems.
10048 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
10049 # Write a limited-size here document to conftest.frag.
10050 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
10051 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
10053 sed -f conftest.frag conftest.in > conftest.out
10055 mv conftest.out conftest.in
10056 ' >> $CONFIG_STATUS
10057 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
10058 rm -f conftest.vals
10059 mv conftest.tail conftest.vals
10061 rm -f conftest.vals
10063 cat >> $CONFIG_STATUS <<\EOF
10064 rm -f conftest.frag conftest.h
10065 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
10066 cat conftest.in >> conftest.h
10068 if cmp -s $ac_file conftest.h 2>/dev/null; then
10069 echo "$ac_file is unchanged"
10072 # Remove last slash and all that follows it. Not all systems have dirname.
10073 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
10074 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
10075 # The file is in a subdirectory.
10076 test ! -d "$ac_dir" && mkdir "$ac_dir"
10079 mv conftest.h $ac_file
10084 cat >> $CONFIG_STATUS <<EOF
10087 cat >> $CONFIG_STATUS <<\EOF
10088 (echo "Doing make of dependencies"; make depend;)
10092 chmod +x $CONFIG_STATUS
10093 rm -fr confdefs* $ac_clean_files
10094 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
10098 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
10099 chmod 755 console gconsole
10101 chmod 755 src/cats/make_mysql_tables src/cats/drop_mysql_tables
10102 chmod 755 src/cats/make_test_tables src/cats/drop_test_tables
10103 chmod 755 src/cats/create_mysql_database
10104 chmod 755 src/cats/make_catalog_backup src/cats/delete_catalog_backup
10105 chmod 755 src/cats/alter_mysql_tables
10106 chmod 755 src/cats/grant_mysql_privileges
10107 chmod 755 src/cats/make_sqlite_tables src/cats/drop_sqlite_tables
10108 chmod 755 src/cats/make_bacula_tables src/cats/drop_bacula_tables
10109 chmod 755 src/cats/create_sqlite_database
10110 chmod 755 src/cats/alter_sqlite_tables
10111 chmod 755 src/cats/sqlite
10112 chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables
10113 chmod 755 src/cats/create_bdb_database
10115 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
10116 largefile_support="yes"
10121 Configuration on `date`:
10123 Host: $host -- ${DISTNAME} ${DISTVER}
10124 Bacula version: ${VERSION} (${DATE})
10125 Source code location: ${srcdir}
10126 Install binaries: ${sbindir}
10127 Install config files: ${sysconfdir}
10128 Scripts directory ${scriptdir}
10129 Working directory ${working_dir}
10131 C++ Compiler: ${CXX}
10132 Compiler flags: ${CFLAGS}
10133 Linker flags: ${LDFLAGS}
10135 Statically Linked Tools: ${support_static_tools}
10136 Statically Linked FD: ${support_static_fd}
10137 Statically Linked SD: ${support_static_sd}
10138 Statically Linked DIR: ${support_static_dir}
10139 Statically Linked CONS: ${support_static_cons}
10140 Database type: ${db_name}
10141 Database lib: ${DB_LIBS}
10143 Job Output Email: ${job_email}
10144 Traceback Email: ${dump_email}
10145 SMTP Host Address: ${smtp_host}
10146 Director Port ${dir_port}
10147 File daemon Port ${fd_port}
10148 Storage daemon Port ${sd_port}
10149 SQL binaries Directory ${SQL_BINDIR}
10151 Large file support: $largefile_support
10152 readline support: ${got_readline} ${PRTREADLINE_SRC}
10153 TCP Wrappers support: ${TCPW_MSG}
10154 ZLIB support: ${have_zlib}
10155 enable-smartalloc: ${support_smartalloc}
10156 enable-gnome: ${support_gnome}
10157 client-only: ${build_client_only}
10164 # cweb support: ${got_cweb} ${CWEB_SRC}
10165 # gmp support: ${got_gmp} ${GMP_SRC}