2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 if expr a : '\(a\)' >/dev/null 2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
221 test -d ./-p && rmdir ./-p
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file="autoconf/configure.in"
275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS BUILD_DIR bacula VERSION DATE TRUEPRG FALSEPRG AWK INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA MV RM CP ECHO AR build build_cpu build_vendor build_os host host_cpu host_vendor host_os HAVE_SUN_OS_TRUE HAVE_SUN_OS_FALSE HAVE_OSF1_OS_TRUE HAVE_OSF1_OS_FALSE HAVE_AIX_OS_TRUE HAVE_AIX_OS_FALSE HAVE_HPUX_OS_TRUE HAVE_HPUX_OS_FALSE HAVE_LINUX_OS_TRUE HAVE_LINUX_OS_FALSE HAVE_FREEBSD_OS_TRUE HAVE_FREEBSD_OS_FALSE HAVE_NETBSD_OS_TRUE HAVE_NETBSD_OS_FALSE HAVE_OPENBSD_OS_TRUE HAVE_OPENBSD_OS_FALSE HAVE_BSDI_OS_TRUE HAVE_BSDI_OS_FALSE HAVE_SGI_OS_TRUE HAVE_SGI_OS_FALSE HAVE_IRIX_OS_TRUE HAVE_IRIX_OS_FALSE HAVE_DARWIN_OS_TRUE HAVE_DARWIN_OS_FALSE bimagemgr_cgidir bimagemgr_docdir bimagemgr_binowner bimagemgr_bingroup bimagemgr_dataowner bimagemgr_datagroup hostname DISTNAME DISTVER LIBOBJS LTLIBOBJS'
276 ac_subst_files='MCOMMON'
278 # Initialize some variables set by options.
280 ac_init_version=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
290 program_transform_name=s,x,x,
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir='${exec_prefix}/bin'
304 sbindir='${exec_prefix}/sbin'
305 libexecdir='${exec_prefix}/libexec'
306 datadir='${prefix}/share'
307 sysconfdir='${prefix}/etc'
308 sharedstatedir='${prefix}/com'
309 localstatedir='${prefix}/var'
310 libdir='${exec_prefix}/lib'
311 includedir='${prefix}/include'
312 oldincludedir='/usr/include'
313 infodir='${prefix}/info'
314 mandir='${prefix}/man'
319 # If the previous option needs an argument, assign it.
320 if test -n "$ac_prev"; then
321 eval "$ac_prev=\$ac_option"
326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
332 -bindir | --bindir | --bindi | --bind | --bin | --bi)
334 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
337 -build | --build | --buil | --bui | --bu)
338 ac_prev=build_alias ;;
339 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340 build_alias=$ac_optarg ;;
342 -cache-file | --cache-file | --cache-fil | --cache-fi \
343 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
344 ac_prev=cache_file ;;
345 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
346 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
347 cache_file=$ac_optarg ;;
350 cache_file=config.cache ;;
352 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356 datadir=$ac_optarg ;;
358 -disable-* | --disable-*)
359 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360 # Reject names that are not valid shell variable names.
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
362 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363 { (exit 1); exit 1; }; }
364 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
365 eval "enable_$ac_feature=no" ;;
367 -enable-* | --enable-*)
368 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369 # Reject names that are not valid shell variable names.
370 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
371 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372 { (exit 1); exit 1; }; }
373 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 eval "enable_$ac_feature='$ac_optarg'" ;;
380 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
381 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
382 | --exec | --exe | --ex)
383 ac_prev=exec_prefix ;;
384 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
385 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
386 | --exec=* | --exe=* | --ex=*)
387 exec_prefix=$ac_optarg ;;
389 -gas | --gas | --ga | --g)
390 # Obsolete; use --with-gas.
393 -help | --help | --hel | --he | -h)
395 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
396 ac_init_help=recursive ;;
397 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
398 ac_init_help=short ;;
400 -host | --host | --hos | --ho)
401 ac_prev=host_alias ;;
402 -host=* | --host=* | --hos=* | --ho=*)
403 host_alias=$ac_optarg ;;
405 -includedir | --includedir | --includedi | --included | --include \
406 | --includ | --inclu | --incl | --inc)
407 ac_prev=includedir ;;
408 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
409 | --includ=* | --inclu=* | --incl=* | --inc=*)
410 includedir=$ac_optarg ;;
412 -infodir | --infodir | --infodi | --infod | --info | --inf)
414 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415 infodir=$ac_optarg ;;
417 -libdir | --libdir | --libdi | --libd)
419 -libdir=* | --libdir=* | --libdi=* | --libd=*)
422 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
423 | --libexe | --libex | --libe)
424 ac_prev=libexecdir ;;
425 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
426 | --libexe=* | --libex=* | --libe=*)
427 libexecdir=$ac_optarg ;;
429 -localstatedir | --localstatedir | --localstatedi | --localstated \
430 | --localstate | --localstat | --localsta | --localst \
431 | --locals | --local | --loca | --loc | --lo)
432 ac_prev=localstatedir ;;
433 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
434 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
435 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
436 localstatedir=$ac_optarg ;;
438 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
444 # Obsolete; use --without-fp.
447 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448 | --no-cr | --no-c | -n)
451 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
455 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
456 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
457 | --oldin | --oldi | --old | --ol | --o)
458 ac_prev=oldincludedir ;;
459 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
460 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
461 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
462 oldincludedir=$ac_optarg ;;
464 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
469 -program-prefix | --program-prefix | --program-prefi | --program-pref \
470 | --program-pre | --program-pr | --program-p)
471 ac_prev=program_prefix ;;
472 -program-prefix=* | --program-prefix=* | --program-prefi=* \
473 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
474 program_prefix=$ac_optarg ;;
476 -program-suffix | --program-suffix | --program-suffi | --program-suff \
477 | --program-suf | --program-su | --program-s)
478 ac_prev=program_suffix ;;
479 -program-suffix=* | --program-suffix=* | --program-suffi=* \
480 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
481 program_suffix=$ac_optarg ;;
483 -program-transform-name | --program-transform-name \
484 | --program-transform-nam | --program-transform-na \
485 | --program-transform-n | --program-transform- \
486 | --program-transform | --program-transfor \
487 | --program-transfo | --program-transf \
488 | --program-trans | --program-tran \
489 | --progr-tra | --program-tr | --program-t)
490 ac_prev=program_transform_name ;;
491 -program-transform-name=* | --program-transform-name=* \
492 | --program-transform-nam=* | --program-transform-na=* \
493 | --program-transform-n=* | --program-transform-=* \
494 | --program-transform=* | --program-transfor=* \
495 | --program-transfo=* | --program-transf=* \
496 | --program-trans=* | --program-tran=* \
497 | --progr-tra=* | --program-tr=* | --program-t=*)
498 program_transform_name=$ac_optarg ;;
500 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501 | -silent | --silent | --silen | --sile | --sil)
504 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508 sbindir=$ac_optarg ;;
510 -sharedstatedir | --sharedstatedir | --sharedstatedi \
511 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
512 | --sharedst | --shareds | --shared | --share | --shar \
514 ac_prev=sharedstatedir ;;
515 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
516 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519 sharedstatedir=$ac_optarg ;;
521 -site | --site | --sit)
523 -site=* | --site=* | --sit=*)
526 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
531 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
532 | --syscon | --sysco | --sysc | --sys | --sy)
533 ac_prev=sysconfdir ;;
534 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
535 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
536 sysconfdir=$ac_optarg ;;
538 -target | --target | --targe | --targ | --tar | --ta | --t)
539 ac_prev=target_alias ;;
540 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
541 target_alias=$ac_optarg ;;
543 -v | -verbose | --verbose | --verbos | --verbo | --verb)
546 -version | --version | --versio | --versi | --vers | -V)
550 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551 # Reject names that are not valid shell variable names.
552 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
553 { echo "$as_me: error: invalid package name: $ac_package" >&2
554 { (exit 1); exit 1; }; }
555 ac_package=`echo $ac_package| sed 's/-/_/g'`
557 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 eval "with_$ac_package='$ac_optarg'" ;;
562 -without-* | --without-*)
563 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564 # Reject names that are not valid shell variable names.
565 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
566 { echo "$as_me: error: invalid package name: $ac_package" >&2
567 { (exit 1); exit 1; }; }
568 ac_package=`echo $ac_package | sed 's/-/_/g'`
569 eval "with_$ac_package=no" ;;
572 # Obsolete; use --with-x.
575 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
576 | --x-incl | --x-inc | --x-in | --x-i)
577 ac_prev=x_includes ;;
578 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
579 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
580 x_includes=$ac_optarg ;;
582 -x-libraries | --x-libraries | --x-librarie | --x-librari \
583 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
584 ac_prev=x_libraries ;;
585 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
586 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
587 x_libraries=$ac_optarg ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
595 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
596 # Reject names that are not valid shell variable names.
597 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
598 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599 { (exit 1); exit 1; }; }
600 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601 eval "$ac_envvar='$ac_optarg'"
605 # FIXME: should be removed in autoconf 3.0.
606 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
608 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
615 if test -n "$ac_prev"; then
616 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
617 { echo "$as_me: error: missing argument to $ac_option" >&2
618 { (exit 1); exit 1; }; }
621 # Be sure to have absolute paths.
622 for ac_var in exec_prefix prefix
624 eval ac_val=$`echo $ac_var`
626 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628 { (exit 1); exit 1; }; };;
632 # Be sure to have absolute paths.
633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634 localstatedir libdir includedir oldincludedir infodir mandir
636 eval ac_val=$`echo $ac_var`
638 [\\/$]* | ?:[\\/]* ) ;;
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640 { (exit 1); exit 1; }; };;
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x; then
653 if test "x$build_alias" = x; then
654 cross_compiling=maybe
655 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656 If a cross compiler is detected then cross compile mode will be used." >&2
657 elif test "x$build_alias" != "x$host_alias"; then
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
665 test "$silent" = yes && exec 6>/dev/null
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670 ac_srcdir_defaulted=yes
671 # Try the directory containing this script, then its parent.
672 ac_confdir=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674 X"$0" : 'X\(//\)[^/]' \| \
675 X"$0" : 'X\(//\)$' \| \
676 X"$0" : 'X\(/\)' \| \
677 . : '\(.\)' 2>/dev/null ||
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
685 if test ! -r $srcdir/$ac_unique_file; then
689 ac_srcdir_defaulted=no
691 if test ! -r $srcdir/$ac_unique_file; then
692 if test "$ac_srcdir_defaulted" = yes; then
693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694 { (exit 1); exit 1; }; }
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697 { (exit 1); exit 1; }; }
700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702 { (exit 1); exit 1; }; }
703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set=${build_alias+set}
705 ac_env_build_alias_value=$build_alias
706 ac_cv_env_build_alias_set=${build_alias+set}
707 ac_cv_env_build_alias_value=$build_alias
708 ac_env_host_alias_set=${host_alias+set}
709 ac_env_host_alias_value=$host_alias
710 ac_cv_env_host_alias_set=${host_alias+set}
711 ac_cv_env_host_alias_value=$host_alias
712 ac_env_target_alias_set=${target_alias+set}
713 ac_env_target_alias_value=$target_alias
714 ac_cv_env_target_alias_set=${target_alias+set}
715 ac_cv_env_target_alias_value=$target_alias
718 # Report the --help message.
720 if test "$ac_init_help" = "long"; then
721 # Omit some internal or obsolete options to make the list less imposing.
722 # This message is too long to be a string in the A/UX 3.1 sh.
724 \`configure' configures this package to adapt to many kinds of systems.
726 Usage: $0 [OPTION]... [VAR=VALUE]...
728 To assign environment variables (e.g., CC, CFLAGS...), specify them as
729 VAR=VALUE. See below for descriptions of some of the useful variables.
731 Defaults for the options are specified in brackets.
734 -h, --help display this help and exit
735 --help=short display options specific to this package
736 --help=recursive display the short help of all the included packages
737 -V, --version display version information and exit
738 -q, --quiet, --silent do not print \`checking...' messages
739 --cache-file=FILE cache test results in FILE [disabled]
740 -C, --config-cache alias for \`--cache-file=config.cache'
741 -n, --no-create do not create output files
742 --srcdir=DIR find the sources in DIR [configure dir or \`..']
747 Installation directories:
748 --prefix=PREFIX install architecture-independent files in PREFIX
750 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
753 By default, \`make install' will install all the files in
754 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
755 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
756 for instance \`--prefix=\$HOME'.
758 For better control, use the options below.
760 Fine tuning of the installation directories:
761 --bindir=DIR user executables [EPREFIX/bin]
762 --sbindir=DIR system admin executables [EPREFIX/sbin]
763 --libexecdir=DIR program executables [EPREFIX/libexec]
764 --datadir=DIR read-only architecture-independent data [PREFIX/share]
765 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
766 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
767 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
768 --libdir=DIR object code libraries [EPREFIX/lib]
769 --includedir=DIR C header files [PREFIX/include]
770 --oldincludedir=DIR C header files for non-gcc [/usr/include]
771 --infodir=DIR info documentation [PREFIX/info]
772 --mandir=DIR man documentation [PREFIX/man]
778 --build=BUILD configure for building on BUILD [guessed]
779 --host=HOST cross-compile to build programs to run on HOST [BUILD]
783 if test -n "$ac_init_help"; then
788 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
789 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
790 --with-bacula=PATH specify path to Bacula source
791 --with-bimagemgr-cgidir=DIR specify bimagemgr cgi-bin dir
792 --with-bimagemgr-docdir=DIR specify bimagemgr doc root dir
793 --with-bimagemgr-binowner=USER specify bimagemgr binary file owner
794 --with-bimagemgr-bingroup=USER specify bimagemgr binary file group
795 --with-bimagemgr-dataowner=USER specify bimagemgr data file owner
796 --with-bimagemgr-datagroup=USER specify bimagemgr data file group
801 if test "$ac_init_help" = "recursive"; then
802 # If there are subdirs, report their specific --help.
804 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
805 test -d $ac_dir || continue
808 if test "$ac_dir" != .; then
809 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
810 # A "../" for each directory in $ac_dir_suffix.
811 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
813 ac_dir_suffix= ac_top_builddir=
817 .) # No --srcdir option. We are building in place.
819 if test -z "$ac_top_builddir"; then
822 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
824 [\\/]* | ?:[\\/]* ) # Absolute path.
825 ac_srcdir=$srcdir$ac_dir_suffix;
826 ac_top_srcdir=$srcdir ;;
828 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
829 ac_top_srcdir=$ac_top_builddir$srcdir ;;
832 # Do not use `cd foo && pwd` to compute absolute paths, because
833 # the directories may not exist.
835 .) ac_abs_builddir="$ac_dir";;
838 .) ac_abs_builddir=`pwd`;;
839 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
840 *) ac_abs_builddir=`pwd`/"$ac_dir";;
843 case $ac_abs_builddir in
844 .) ac_abs_top_builddir=${ac_top_builddir}.;;
846 case ${ac_top_builddir}. in
847 .) ac_abs_top_builddir=$ac_abs_builddir;;
848 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
849 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
852 case $ac_abs_builddir in
853 .) ac_abs_srcdir=$ac_srcdir;;
856 .) ac_abs_srcdir=$ac_abs_builddir;;
857 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
858 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
861 case $ac_abs_builddir in
862 .) ac_abs_top_srcdir=$ac_top_srcdir;;
864 case $ac_top_srcdir in
865 .) ac_abs_top_srcdir=$ac_abs_builddir;;
866 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
867 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
872 # Check for guested configure; otherwise get Cygnus style configure.
873 if test -f $ac_srcdir/configure.gnu; then
875 $SHELL $ac_srcdir/configure.gnu --help=recursive
876 elif test -f $ac_srcdir/configure; then
878 $SHELL $ac_srcdir/configure --help=recursive
879 elif test -f $ac_srcdir/configure.ac ||
880 test -f $ac_srcdir/configure.in; then
884 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
890 test -n "$ac_init_help" && exit 0
891 if $ac_init_version; then
894 Copyright (C) 2003 Free Software Foundation, Inc.
895 This configure script is free software; the Free Software Foundation
896 gives unlimited permission to copy, distribute and modify it.
902 This file contains any messages produced by compilers while
903 running configure, to aid debugging if configure makes a mistake.
905 It was created by $as_me, which was
906 generated by GNU Autoconf 2.59. Invocation command line was
917 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
918 uname -m = `(uname -m) 2>/dev/null || echo unknown`
919 uname -r = `(uname -r) 2>/dev/null || echo unknown`
920 uname -s = `(uname -s) 2>/dev/null || echo unknown`
921 uname -v = `(uname -v) 2>/dev/null || echo unknown`
923 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
924 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
926 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
927 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
928 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
929 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
930 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
931 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
932 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
940 test -z "$as_dir" && as_dir=.
956 # Keep a trace of the command line.
957 # Strip out --no-create and --no-recursion so they do not pile up.
958 # Strip out --silent because we don't want to record it for future runs.
959 # Also quote any args containing shell meta-characters.
960 # Make two passes to allow for proper duplicate-argument suppression.
965 ac_must_keep_next=false
971 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
972 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
973 | -silent | --silent | --silen | --sile | --sil)
975 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
976 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
979 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
981 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
982 if test $ac_must_keep_next = true; then
983 ac_must_keep_next=false # Got value, back to normal.
986 *=* | --config-cache | -C | -disable-* | --disable-* \
987 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
988 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
989 | -with-* | --with-* | -without-* | --without-* | --x)
990 case "$ac_configure_args0 " in
991 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
994 -* ) ac_must_keep_next=true ;;
997 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
998 # Get rid of the leading space.
1004 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1005 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1007 # When interrupted or exit'd, cleanup temporary files, and complete
1008 # config.log. We remove comments because anyway the quotes in there
1009 # would cause problems or look ugly.
1010 # WARNING: Be sure not to use single quotes in there, as some shells,
1011 # such as our DU 5.0 friend, will then `close' the trap.
1012 trap 'exit_status=$?
1013 # Save into config.log some information that might help in debugging.
1018 ## ---------------- ##
1019 ## Cache variables. ##
1020 ## ---------------- ##
1023 # The following way of writing the cache mishandles newlines in values,
1026 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1029 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1030 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1034 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1041 ## ----------------- ##
1042 ## Output variables. ##
1043 ## ----------------- ##
1046 for ac_var in $ac_subst_vars
1048 eval ac_val=$`echo $ac_var`
1049 echo "$ac_var='"'"'$ac_val'"'"'"
1053 if test -n "$ac_subst_files"; then
1060 for ac_var in $ac_subst_files
1062 eval ac_val=$`echo $ac_var`
1063 echo "$ac_var='"'"'$ac_val'"'"'"
1068 if test -s confdefs.h; then
1075 sed "/^$/d" confdefs.h | sort
1078 test "$ac_signal" != 0 &&
1079 echo "$as_me: caught signal $ac_signal"
1080 echo "$as_me: exit $exit_status"
1082 rm -f core *.core &&
1083 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1086 for ac_signal in 1 2 13 15; do
1087 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1091 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1092 rm -rf conftest* confdefs.h
1093 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1096 # Predefined preprocessor variables.
1098 cat >>confdefs.h <<_ACEOF
1099 #define PACKAGE_NAME "$PACKAGE_NAME"
1103 cat >>confdefs.h <<_ACEOF
1104 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1108 cat >>confdefs.h <<_ACEOF
1109 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1113 cat >>confdefs.h <<_ACEOF
1114 #define PACKAGE_STRING "$PACKAGE_STRING"
1118 cat >>confdefs.h <<_ACEOF
1119 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1123 # Let the site file select an alternate cache file if it wants to.
1124 # Prefer explicitly selected file to automatically selected ones.
1125 if test -z "$CONFIG_SITE"; then
1126 if test "x$prefix" != xNONE; then
1127 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1129 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1132 for ac_site_file in $CONFIG_SITE; do
1133 if test -r "$ac_site_file"; then
1134 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1135 echo "$as_me: loading site script $ac_site_file" >&6;}
1136 sed 's/^/| /' "$ac_site_file" >&5
1141 if test -r "$cache_file"; then
1142 # Some versions of bash will fail to source /dev/null (special
1143 # files actually), so we avoid doing that.
1144 if test -f "$cache_file"; then
1145 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1146 echo "$as_me: loading cache $cache_file" >&6;}
1148 [\\/]* | ?:[\\/]* ) . $cache_file;;
1149 *) . ./$cache_file;;
1153 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1154 echo "$as_me: creating cache $cache_file" >&6;}
1158 # Check that the precious variables saved in the cache have kept the same
1160 ac_cache_corrupted=false
1161 for ac_var in `(set) 2>&1 |
1162 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1163 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1164 eval ac_new_set=\$ac_env_${ac_var}_set
1165 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1166 eval ac_new_val="\$ac_env_${ac_var}_value"
1167 case $ac_old_set,$ac_new_set in
1169 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1170 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1171 ac_cache_corrupted=: ;;
1173 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1174 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1175 ac_cache_corrupted=: ;;
1178 if test "x$ac_old_val" != "x$ac_new_val"; then
1179 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1180 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1181 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1182 echo "$as_me: former value: $ac_old_val" >&2;}
1183 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1184 echo "$as_me: current value: $ac_new_val" >&2;}
1185 ac_cache_corrupted=:
1188 # Pass precious variables to config.status.
1189 if test "$ac_new_set" = set; then
1191 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1192 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1193 *) ac_arg=$ac_var=$ac_new_val ;;
1195 case " $ac_configure_args " in
1196 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1197 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1201 if $ac_cache_corrupted; then
1202 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1203 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1204 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1205 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1206 { (exit 1); exit 1; }; }
1210 ac_cpp='$CPP $CPPFLAGS'
1211 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1212 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1213 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1239 for ac_dir in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf; do
1240 if test -f $ac_dir/install-sh; then
1242 ac_install_sh="$ac_aux_dir/install-sh -c"
1244 elif test -f $ac_dir/install.sh; then
1246 ac_install_sh="$ac_aux_dir/install.sh -c"
1248 elif test -f $ac_dir/shtool; then
1250 ac_install_sh="$ac_aux_dir/shtool install -c"
1254 if test -z "$ac_aux_dir"; then
1255 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf" >&5
1256 echo "$as_me: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf" >&2;}
1257 { (exit 1); exit 1; }; }
1259 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1260 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1261 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1267 # ------------------------------------------
1268 # Where to get Bacula source
1269 # ------------------------------------------
1271 # Check whether --with-bacula or --without-bacula was given.
1272 if test "${with_bacula+set}" = set; then
1273 withval="$with_bacula"
1275 if test "x$withval" != "xno" ; then
1283 if test "x$bacula" = "x" ; then
1284 { { echo "$as_me:$LINENO: error: The Bacula source directory must be specified. Use --with-bacula=<path>" >&5
1285 echo "$as_me: error: The Bacula source directory must be specified. Use --with-bacula=<path>" >&2;}
1286 { (exit 1); exit 1; }; }
1289 VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${bacula}/src/version.h`
1290 DATE=`sed -n -e 's/^.* \t*BDATE.*"\(.*\)"$/\1/p' ${bacula}/src/version.h`
1291 if test "x$VERSION" = "x" ; then
1292 { { echo "$as_me:$LINENO: error: Bacula version not found" >&5
1293 echo "$as_me: error: Bacula version not found" >&2;}
1294 { (exit 1); exit 1; }; }
1296 echo "configuring for Bacula source $VERSION ($DATE)"
1301 # Extract the first word of "$ac_prog", so it can be a program name with args.
1302 set dummy $ac_prog; ac_word=$2
1303 echo "$as_me:$LINENO: checking for $ac_word" >&5
1304 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1305 if test "${ac_cv_path_TRUEPRG+set}" = set; then
1306 echo $ECHO_N "(cached) $ECHO_C" >&6
1310 ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a path.
1313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1317 test -z "$as_dir" && as_dir=.
1318 for ac_exec_ext in '' $ac_executable_extensions; do
1319 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1320 ac_cv_path_TRUEPRG="$as_dir/$ac_word$ac_exec_ext"
1321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1330 TRUEPRG=$ac_cv_path_TRUEPRG
1332 if test -n "$TRUEPRG"; then
1333 echo "$as_me:$LINENO: result: $TRUEPRG" >&5
1334 echo "${ECHO_T}$TRUEPRG" >&6
1336 echo "$as_me:$LINENO: result: no" >&5
1337 echo "${ECHO_T}no" >&6
1340 test -n "$TRUEPRG" && break
1342 test -n "$TRUEPRG" || TRUEPRG=":"
1344 for ac_prog in false
1346 # Extract the first word of "$ac_prog", so it can be a program name with args.
1347 set dummy $ac_prog; ac_word=$2
1348 echo "$as_me:$LINENO: checking for $ac_word" >&5
1349 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1350 if test "${ac_cv_path_FALSEPRG+set}" = set; then
1351 echo $ECHO_N "(cached) $ECHO_C" >&6
1355 ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a path.
1358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1362 test -z "$as_dir" && as_dir=.
1363 for ac_exec_ext in '' $ac_executable_extensions; do
1364 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1365 ac_cv_path_FALSEPRG="$as_dir/$ac_word$ac_exec_ext"
1366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1375 FALSEPRG=$ac_cv_path_FALSEPRG
1377 if test -n "$FALSEPRG"; then
1378 echo "$as_me:$LINENO: result: $FALSEPRG" >&5
1379 echo "${ECHO_T}$FALSEPRG" >&6
1381 echo "$as_me:$LINENO: result: no" >&5
1382 echo "${ECHO_T}no" >&6
1385 test -n "$FALSEPRG" && break
1387 test -n "$FALSEPRG" || FALSEPRG=":"
1390 for ac_prog in gawk mawk nawk awk
1392 # Extract the first word of "$ac_prog", so it can be a program name with args.
1393 set dummy $ac_prog; ac_word=$2
1394 echo "$as_me:$LINENO: checking for $ac_word" >&5
1395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1396 if test "${ac_cv_prog_AWK+set}" = set; then
1397 echo $ECHO_N "(cached) $ECHO_C" >&6
1399 if test -n "$AWK"; then
1400 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1406 test -z "$as_dir" && as_dir=.
1407 for ac_exec_ext in '' $ac_executable_extensions; do
1408 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1409 ac_cv_prog_AWK="$ac_prog"
1410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1419 if test -n "$AWK"; then
1420 echo "$as_me:$LINENO: result: $AWK" >&5
1421 echo "${ECHO_T}$AWK" >&6
1423 echo "$as_me:$LINENO: result: no" >&5
1424 echo "${ECHO_T}no" >&6
1427 test -n "$AWK" && break
1430 # Some AWK programs fail, so test it and warn the user
1431 if echo xfoo | $AWK 'BEGIN { prog=ARGV1; ARGC=1 }
1432 { if ((prog == $2) || (("(" prog ")") == $2) ||
1433 (("" prog "") == $2) ||
1434 ((prog ":") == $2)) { print $1 ; exit 0 } }' xfoo>/dev/null; then :;
1436 { { echo "$as_me:$LINENO: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
1437 The regex engine of $AWK is too broken to be used you
1438 might want to install GNU AWK.
1439 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&5
1440 echo "$as_me: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
1441 The regex engine of $AWK is too broken to be used you
1442 might want to install GNU AWK.
1443 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&2;}
1444 { (exit 1); exit 1; }; }
1447 # Extract the first word of "$THE_AWK", so it can be a program name with args.
1448 set dummy $THE_AWK; ac_word=$2
1449 echo "$as_me:$LINENO: checking for $ac_word" >&5
1450 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1451 if test "${ac_cv_path_AWK+set}" = set; then
1452 echo $ECHO_N "(cached) $ECHO_C" >&6
1456 ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
1459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1463 test -z "$as_dir" && as_dir=.
1464 for ac_exec_ext in '' $ac_executable_extensions; do
1465 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1466 ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
1467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1473 test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="$THE_AWK"
1479 if test -n "$AWK"; then
1480 echo "$as_me:$LINENO: result: $AWK" >&5
1481 echo "${ECHO_T}$AWK" >&6
1483 echo "$as_me:$LINENO: result: no" >&5
1484 echo "${ECHO_T}no" >&6
1489 # Find a good install program. We prefer a C program (faster),
1490 # so one script is as good as another. But avoid the broken or
1491 # incompatible versions:
1492 # SysV /etc/install, /usr/sbin/install
1493 # SunOS /usr/etc/install
1494 # IRIX /sbin/install
1496 # AmigaOS /C/install, which installs bootblocks on floppy discs
1497 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1498 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1499 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1500 # OS/2's system install, which has a completely different semantic
1501 # ./install, which can be erroneously created by make from ./install.sh.
1502 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1503 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1504 if test -z "$INSTALL"; then
1505 if test "${ac_cv_path_install+set}" = set; then
1506 echo $ECHO_N "(cached) $ECHO_C" >&6
1508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1512 test -z "$as_dir" && as_dir=.
1513 # Account for people who put trailing slashes in PATH elements.
1515 ./ | .// | /cC/* | \
1516 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1517 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1520 # OSF1 and SCO ODT 3.0 have their own names for install.
1521 # Don't use installbsd from OSF since it installs stuff as root
1523 for ac_prog in ginstall scoinst install; do
1524 for ac_exec_ext in '' $ac_executable_extensions; do
1525 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1526 if test $ac_prog = install &&
1527 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1528 # AIX install. It has an incompatible calling convention.
1530 elif test $ac_prog = install &&
1531 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1532 # program-specific install script used by HP pwplus--don't use.
1535 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1547 if test "${ac_cv_path_install+set}" = set; then
1548 INSTALL=$ac_cv_path_install
1550 # As a last resort, use the slow shell script. We don't cache a
1551 # path for INSTALL within a source directory, because that will
1552 # break other packages using the cache if that directory is
1553 # removed, or if the path is relative.
1554 INSTALL=$ac_install_sh
1557 echo "$as_me:$LINENO: result: $INSTALL" >&5
1558 echo "${ECHO_T}$INSTALL" >&6
1560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1561 # It thinks the first close brace ends the variable substitution.
1562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1568 # Extract the first word of "mv", so it can be a program name with args.
1569 set dummy mv; ac_word=$2
1570 echo "$as_me:$LINENO: checking for $ac_word" >&5
1571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1572 if test "${ac_cv_path_MV+set}" = set; then
1573 echo $ECHO_N "(cached) $ECHO_C" >&6
1577 ac_cv_path_MV="$MV" # Let the user override the test with a path.
1580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1584 test -z "$as_dir" && as_dir=.
1585 for ac_exec_ext in '' $ac_executable_extensions; do
1586 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1587 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
1588 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1594 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
1600 if test -n "$MV"; then
1601 echo "$as_me:$LINENO: result: $MV" >&5
1602 echo "${ECHO_T}$MV" >&6
1604 echo "$as_me:$LINENO: result: no" >&5
1605 echo "${ECHO_T}no" >&6
1608 # Extract the first word of "rm", so it can be a program name with args.
1609 set dummy rm; ac_word=$2
1610 echo "$as_me:$LINENO: checking for $ac_word" >&5
1611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1612 if test "${ac_cv_path_RM+set}" = set; then
1613 echo $ECHO_N "(cached) $ECHO_C" >&6
1617 ac_cv_path_RM="$RM" # Let the user override the test with a path.
1620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1624 test -z "$as_dir" && as_dir=.
1625 for ac_exec_ext in '' $ac_executable_extensions; do
1626 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1627 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
1628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1634 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
1640 if test -n "$RM"; then
1641 echo "$as_me:$LINENO: result: $RM" >&5
1642 echo "${ECHO_T}$RM" >&6
1644 echo "$as_me:$LINENO: result: no" >&5
1645 echo "${ECHO_T}no" >&6
1648 # Extract the first word of "cp", so it can be a program name with args.
1649 set dummy cp; ac_word=$2
1650 echo "$as_me:$LINENO: checking for $ac_word" >&5
1651 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1652 if test "${ac_cv_path_CP+set}" = set; then
1653 echo $ECHO_N "(cached) $ECHO_C" >&6
1657 ac_cv_path_CP="$CP" # Let the user override the test with a path.
1660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1664 test -z "$as_dir" && as_dir=.
1665 for ac_exec_ext in '' $ac_executable_extensions; do
1666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1667 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
1668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1674 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
1680 if test -n "$CP"; then
1681 echo "$as_me:$LINENO: result: $CP" >&5
1682 echo "${ECHO_T}$CP" >&6
1684 echo "$as_me:$LINENO: result: no" >&5
1685 echo "${ECHO_T}no" >&6
1688 # Extract the first word of "echo", so it can be a program name with args.
1689 set dummy echo; ac_word=$2
1690 echo "$as_me:$LINENO: checking for $ac_word" >&5
1691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1692 if test "${ac_cv_path_ECHO+set}" = set; then
1693 echo $ECHO_N "(cached) $ECHO_C" >&6
1697 ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
1700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1704 test -z "$as_dir" && as_dir=.
1705 for ac_exec_ext in '' $ac_executable_extensions; do
1706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1707 ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
1708 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1714 test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
1718 ECHO=$ac_cv_path_ECHO
1720 if test -n "$ECHO"; then
1721 echo "$as_me:$LINENO: result: $ECHO" >&5
1722 echo "${ECHO_T}$ECHO" >&6
1724 echo "$as_me:$LINENO: result: no" >&5
1725 echo "${ECHO_T}no" >&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 "$as_me:$LINENO: checking for $ac_word" >&5
1731 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1732 if test "${ac_cv_path_AR+set}" = set; then
1733 echo $ECHO_N "(cached) $ECHO_C" >&6
1737 ac_cv_path_AR="$AR" # Let the user override the test with a path.
1740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1744 test -z "$as_dir" && as_dir=.
1745 for ac_exec_ext in '' $ac_executable_extensions; do
1746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1747 ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
1748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1754 test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
1760 if test -n "$AR"; then
1761 echo "$as_me:$LINENO: result: $AR" >&5
1762 echo "${ECHO_T}$AR" >&6
1764 echo "$as_me:$LINENO: result: no" >&5
1765 echo "${ECHO_T}no" >&6
1769 # Make sure we can run config.sub.
1770 $ac_config_sub sun4 >/dev/null 2>&1 ||
1771 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1772 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1773 { (exit 1); exit 1; }; }
1775 echo "$as_me:$LINENO: checking build system type" >&5
1776 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1777 if test "${ac_cv_build+set}" = set; then
1778 echo $ECHO_N "(cached) $ECHO_C" >&6
1780 ac_cv_build_alias=$build_alias
1781 test -z "$ac_cv_build_alias" &&
1782 ac_cv_build_alias=`$ac_config_guess`
1783 test -z "$ac_cv_build_alias" &&
1784 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1785 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1786 { (exit 1); exit 1; }; }
1787 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1788 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1789 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1790 { (exit 1); exit 1; }; }
1793 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1794 echo "${ECHO_T}$ac_cv_build" >&6
1796 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1797 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1798 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1802 echo "$as_me:$LINENO: checking host system type" >&5
1803 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1804 if test "${ac_cv_host+set}" = set; then
1805 echo $ECHO_N "(cached) $ECHO_C" >&6
1807 ac_cv_host_alias=$host_alias
1808 test -z "$ac_cv_host_alias" &&
1809 ac_cv_host_alias=$ac_cv_build_alias
1810 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1811 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1812 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1813 { (exit 1); exit 1; }; }
1816 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1817 echo "${ECHO_T}$ac_cv_host" >&6
1819 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1820 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1821 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1825 *cygwin* ) CYGWIN=yes;;
1829 if test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
1835 HAVE_SUN_OS_FALSE='#'
1837 HAVE_SUN_OS_TRUE='#'
1840 cat >>confdefs.h <<\_ACEOF
1841 #define HAVE_SUN_OS 1
1849 HAVE_SUN_OS_FALSE='#'
1851 HAVE_SUN_OS_TRUE='#'
1856 if test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
1862 HAVE_OSF1_OS_FALSE='#'
1864 HAVE_OSF1_OS_TRUE='#'
1867 cat >>confdefs.h <<\_ACEOF
1868 #define HAVE_OSF1_OS 1
1876 HAVE_OSF1_OS_FALSE='#'
1878 HAVE_OSF1_OS_TRUE='#'
1883 if test $HAVE_UNAME=yes -a x`uname -s` = xAIX
1889 HAVE_AIX_OS_FALSE='#'
1891 HAVE_AIX_OS_TRUE='#'
1894 cat >>confdefs.h <<\_ACEOF
1895 #define HAVE_AIX_OS 1
1903 HAVE_AIX_OS_FALSE='#'
1905 HAVE_AIX_OS_TRUE='#'
1910 if test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
1916 HAVE_HPUX_OS_FALSE='#'
1918 HAVE_HPUX_OS_TRUE='#'
1921 cat >>confdefs.h <<\_ACEOF
1922 #define HAVE_HPUX_OS 1
1930 HAVE_HPUX_OS_FALSE='#'
1932 HAVE_HPUX_OS_TRUE='#'
1937 if test $HAVE_UNAME=yes -a x`uname -s` = xLinux
1943 HAVE_LINUX_OS_FALSE='#'
1945 HAVE_LINUX_OS_TRUE='#'
1946 HAVE_LINUX_OS_FALSE=
1948 cat >>confdefs.h <<\_ACEOF
1949 #define HAVE_LINUX_OS 1
1957 HAVE_LINUX_OS_FALSE='#'
1959 HAVE_LINUX_OS_TRUE='#'
1960 HAVE_LINUX_OS_FALSE=
1964 if test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
1969 HAVE_FREEBSD_OS_TRUE=
1970 HAVE_FREEBSD_OS_FALSE='#'
1972 HAVE_FREEBSD_OS_TRUE='#'
1973 HAVE_FREEBSD_OS_FALSE=
1975 cat >>confdefs.h <<\_ACEOF
1976 #define HAVE_FREEBSD_OS 1
1983 HAVE_FREEBSD_OS_TRUE=
1984 HAVE_FREEBSD_OS_FALSE='#'
1986 HAVE_FREEBSD_OS_TRUE='#'
1987 HAVE_FREEBSD_OS_FALSE=
1991 if test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
1996 HAVE_NETBSD_OS_TRUE=
1997 HAVE_NETBSD_OS_FALSE='#'
1999 HAVE_NETBSD_OS_TRUE='#'
2000 HAVE_NETBSD_OS_FALSE=
2002 cat >>confdefs.h <<\_ACEOF
2003 #define HAVE_NETBSD_OS 1
2010 HAVE_NETBSD_OS_TRUE=
2011 HAVE_NETBSD_OS_FALSE='#'
2013 HAVE_NETBSD_OS_TRUE='#'
2014 HAVE_NETBSD_OS_FALSE=
2018 if test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
2023 HAVE_OPENBSD_OS_TRUE=
2024 HAVE_OPENBSD_OS_FALSE='#'
2026 HAVE_OPENBSD_OS_TRUE='#'
2027 HAVE_OPENBSD_OS_FALSE=
2029 cat >>confdefs.h <<\_ACEOF
2030 #define HAVE_OPENBSD_OS 1
2037 HAVE_OPENBSD_OS_TRUE=
2038 HAVE_OPENBSD_OS_FALSE='#'
2040 HAVE_OPENBSD_OS_TRUE='#'
2041 HAVE_OPENBSD_OS_FALSE=
2045 if test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2051 HAVE_BSDI_OS_FALSE='#'
2053 HAVE_BSDI_OS_TRUE='#'
2056 cat >>confdefs.h <<\_ACEOF
2057 #define HAVE_BSDI_OS 1
2065 HAVE_BSDI_OS_FALSE='#'
2067 HAVE_BSDI_OS_TRUE='#'
2072 if test $HAVE_UNAME=yes -a x`uname -s` = xSGI
2078 HAVE_SGI_OS_FALSE='#'
2080 HAVE_SGI_OS_TRUE='#'
2083 cat >>confdefs.h <<\_ACEOF
2084 #define HAVE_SGI_OS 1
2092 HAVE_SGI_OS_FALSE='#'
2094 HAVE_SGI_OS_TRUE='#'
2099 if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2105 HAVE_IRIX_OS_FALSE='#'
2107 HAVE_IRIX_OS_TRUE='#'
2110 cat >>confdefs.h <<\_ACEOF
2111 #define HAVE_IRIX_OS 1
2119 HAVE_IRIX_OS_FALSE='#'
2121 HAVE_IRIX_OS_TRUE='#'
2126 if test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2131 HAVE_DARWIN_OS_TRUE=
2132 HAVE_DARWIN_OS_FALSE='#'
2134 HAVE_DARWIN_OS_TRUE='#'
2135 HAVE_DARWIN_OS_FALSE=
2137 cat >>confdefs.h <<\_ACEOF
2138 #define HAVE_DARWIN_OS 1
2145 HAVE_DARWIN_OS_TRUE=
2146 HAVE_DARWIN_OS_FALSE='#'
2148 HAVE_DARWIN_OS_TRUE='#'
2149 HAVE_DARWIN_OS_FALSE=
2154 # -----------------------------------------------------------
2155 # ----------------------------------------------------------
2156 echo "$as_me:$LINENO: checking for Operating System Distribution" >&5
2157 echo $ECHO_N "checking for Operating System Distribution... $ECHO_C" >&6
2158 if test "x$DISTNAME" != "x"
2160 echo "distname set to $DISTNAME"
2161 elif test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
2164 elif test $HAVE_UNAME=yes -a x`uname -s` = xAIX
2167 elif test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
2170 elif test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
2173 elif test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
2176 elif test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
2179 elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
2182 elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2185 elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2188 elif test -f /etc/SuSE-release
2191 elif test -d /etc/SuSEconfig
2194 elif test -f /etc/mandrake-release
2197 elif test -f /etc/whitebox-release
2200 elif test -f /etc/redhat-release
2203 elif test -f /etc/gentoo-release
2206 elif test -f /etc/debian_version
2209 elif test -f /etc/slackware-version
2212 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2215 elif test -f /etc/engarde-version
2218 elif test "$CYGWIN" = yes
2221 cat >>confdefs.h <<\_ACEOF
2222 #define HAVE_CYGWIN 1
2228 echo "$as_me:$LINENO: result: done" >&5
2229 echo "${ECHO_T}done" >&6
2232 # -------------------------------------------------------------------------
2233 # If the user has not set --exec-prefix, we default to ${prefix}
2234 # -------------------------------------------------------------------------
2235 if test x${exec_prefix} = xNONE ; then
2236 exec_prefix=${prefix}
2242 # -------------------------------------------------------------------------
2243 # Set variables for bimagemgr installation
2244 # -------------------------------------------------------------------------
2245 bimagemgr_cgidir=/var/www/cgi-bin
2247 # Check whether --with-bimagemgr-cgidir or --without-bimagemgr-cgidir was given.
2248 if test "${with_bimagemgr_cgidir+set}" = set; then
2249 withval="$with_bimagemgr_cgidir"
2251 if test "x$withval" != "xno" ; then
2252 bimagemgr_cgidir=$withval
2258 bimagemgr_docdir=/var/www/html
2260 # Check whether --with-bimagemgr-docdir or --without-bimagemgr-docdir was given.
2261 if test "${with_bimagemgr_docdir+set}" = set; then
2262 withval="$with_bimagemgr_docdir"
2264 if test "x$withval" != "xno" ; then
2265 bimagemgr_docdir=$withval
2271 bimagemgr_binowner=root
2273 # Check whether --with-bimagemgr-binowner or --without-bimagemgr-binowner was given.
2274 if test "${with_bimagemgr_binowner+set}" = set; then
2275 withval="$with_bimagemgr_binowner"
2277 if test "x$withval" != "xno" ; then
2278 bimagemgr_binowner=$withval
2284 bimagemgr_bingroup=root
2286 # Check whether --with-bimagemgr-bingroup or --without-bimagemgr-bingroup was given.
2287 if test "${with_bimagemgr_bingroup+set}" = set; then
2288 withval="$with_bimagemgr_bingroup"
2290 if test "x$withval" != "xno" ; then
2291 bimagemgr_bingroup=$withval
2297 bimagemgr_dataowner=apache
2299 # Check whether --with-bimagemgr-dataowner or --without-bimagemgr-dataowner was given.
2300 if test "${with_bimagemgr_dataowner+set}" = set; then
2301 withval="$with_bimagemgr_dataowner"
2303 if test "x$withval" != "xno" ; then
2304 bimagemgr_dataowner=$withval
2310 bimagemgr_datagroup=apache
2312 # Check whether --with-bimagemgr-datagroup or --without-bimagemgr-datagroup was given.
2313 if test "${with_bimagemgr_datagroup+set}" = set; then
2314 withval="$with_bimagemgr_datagroup"
2316 if test "x$withval" != "xno" ; then
2317 bimagemgr_datagroup=$withval
2334 # Finally we set appropriate distribution specific
2335 # variables and defaults
2337 # PFILES are platform specific files
2341 hostname=`uname -n | cut -d '.' -f 1`
2350 DISTVER=`uname -a |awk '{print $3}'`
2353 DISTVER=`uname -a |awk '{print $3}'`
2360 DISTVER=`cat /etc/debian_version`
2363 DISTVER=`uname -a |awk '{print $3}'`
2372 DISTVER=`uname -a |awk '{print $3}'`
2375 DISTVER=`uname -a |awk '{print $3}'`
2378 if test -f /etc/whitebox-release ; then
2379 f=/etc/whitebox-release
2381 f=/etc/redhat-release
2383 if test `cat $f | grep release |\
2384 cut -f 3 -d ' '`x = "Enterprise"x ; then
2385 DISTVER="Enterprise "`cat $f | grep release |\
2388 DISTVER=`cat /etc/redhat-release | grep release |\
2391 hostname=`hostname -s`
2394 DISTVER=`cat /etc/mandrake-release | grep release |\
2398 DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
2401 DISTVER=`cat /etc/slackware-version`
2407 DISTVER=`cat /etc/SuSE-release |grep VERSION|\
2418 echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
2427 MCOMMON=./autoconf/Make.common
2431 ac_config_files="$ac_config_files autoconf/Make.common Makefile bimagemgr/Makefile bacula-gui.spec $PFILES"
2432 ac_config_commands="$ac_config_commands default"
2433 cat >confcache <<\_ACEOF
2434 # This file is a shell script that caches the results of configure
2435 # tests run on this system so they can be shared between configure
2436 # scripts and configure runs, see configure's option --config-cache.
2437 # It is not useful on other systems. If it contains results you don't
2438 # want to keep, you may remove or edit it.
2440 # config.status only pays attention to the cache file if you give it
2441 # the --recheck option to rerun configure.
2443 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2444 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2449 # The following way of writing the cache mishandles newlines in values,
2450 # but we know of no workaround that is simple, portable, and efficient.
2451 # So, don't put newlines in cache variables' values.
2452 # Ultrix sh set writes to stderr and can't be redirected directly,
2453 # and sets the high bit in the cache file unless we assign to the vars.
2456 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2458 # `set' does not quote correctly, so add quotes (double-quote
2459 # substitution turns \\\\ into \\, and sed turns \\ into \).
2462 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2465 # `set' quotes correctly as required by POSIX, so do not add quotes.
2467 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2474 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2476 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2478 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2479 if test -w $cache_file; then
2480 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2481 cat confcache >$cache_file
2483 echo "not updating unwritable cache $cache_file"
2488 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2489 # Let make expand exec_prefix.
2490 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2492 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2493 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2494 # trailing colons and then remove the whole line if VPATH becomes empty
2495 # (actually we leave an empty line to preserve line numbers).
2496 if test "x$srcdir" = x.; then
2497 ac_vpsub='/^[ ]*VPATH[ ]*=/{
2498 s/:*\$(srcdir):*/:/;
2499 s/:*\${srcdir}:*/:/;
2501 s/^\([^=]*=[ ]*\):*/\1/;
2507 # Transform confdefs.h into DEFS.
2508 # Protect against shell expansion while executing Makefile rules.
2509 # Protect against Makefile macro expansion.
2511 # If the first sed substitution is executed (which looks for macros that
2512 # take arguments), then we branch to the quote section. Otherwise,
2513 # look for a macro that doesn't take arguments.
2514 cat >confdef2opt.sed <<\_ACEOF
2517 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
2519 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
2523 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
2529 # We use echo to avoid assuming a particular line-breaking character.
2530 # The extra dot is to prevent the shell from consuming trailing
2531 # line-breaks from the sub-command output. A line-break within
2532 # single-quotes doesn't work because, if this script is created in a
2533 # platform that uses two characters for line-breaks (e.g., DOS), tr
2535 ac_LF_and_DOT=`echo; echo .`
2536 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2537 rm -f confdef2opt.sed
2542 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2543 # 1. Remove the extension, and $U if already installed.
2544 ac_i=`echo "$ac_i" |
2545 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2547 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2548 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2552 LTLIBOBJS=$ac_ltlibobjs
2556 : ${CONFIG_STATUS=./config.status}
2557 ac_clean_files_save=$ac_clean_files
2558 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2559 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2560 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2561 cat >$CONFIG_STATUS <<_ACEOF
2563 # Generated by $as_me.
2564 # Run this file to recreate the current configuration.
2565 # Compiler output produced by configure, useful for debugging
2566 # configure, is in config.log if it exists.
2571 SHELL=\${CONFIG_SHELL-$SHELL}
2574 cat >>$CONFIG_STATUS <<\_ACEOF
2575 ## --------------------- ##
2576 ## M4sh Initialization. ##
2577 ## --------------------- ##
2579 # Be Bourne compatible
2580 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2583 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2584 # is contrary to our usage. Disable this feature.
2585 alias -g '${1+"$@"}'='"$@"'
2586 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2589 DUALCASE=1; export DUALCASE # for MKS sh
2591 # Support unset when possible.
2592 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2599 # Work around bugs in pre-3.0 UWIN ksh.
2600 $as_unset ENV MAIL MAILPATH
2607 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2608 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2609 LC_TELEPHONE LC_TIME
2611 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2612 eval $as_var=C; export $as_var
2618 # Required to use basename.
2619 if expr a : '\(a\)' >/dev/null 2>&1; then
2625 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2626 as_basename=basename
2632 # Name of the executable.
2633 as_me=`$as_basename "$0" ||
2634 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2635 X"$0" : 'X\(//\)$' \| \
2636 X"$0" : 'X\(/\)$' \| \
2637 . : '\(.\)' 2>/dev/null ||
2639 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2640 /^X\/\(\/\/\)$/{ s//\1/; q; }
2641 /^X\/\(\/\).*/{ s//\1/; q; }
2645 # PATH needs CR, and LINENO needs CR and PATH.
2646 # Avoid depending upon Character Ranges.
2647 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2648 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2649 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2650 as_cr_digits='0123456789'
2651 as_cr_alnum=$as_cr_Letters$as_cr_digits
2653 # The user is always right.
2654 if test "${PATH_SEPARATOR+set}" != set; then
2655 echo "#! /bin/sh" >conf$$.sh
2656 echo "exit 0" >>conf$$.sh
2658 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2669 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2670 test "x$as_lineno_1" != "x$as_lineno_2" &&
2671 test "x$as_lineno_3" = "x$as_lineno_2" || {
2672 # Find who we are. Look in the path if we contain no path at all
2675 *[\\/]* ) as_myself=$0 ;;
2676 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2680 test -z "$as_dir" && as_dir=.
2681 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2686 # We did not find ourselves, most probably we were run as `sh COMMAND'
2687 # in which case we are not to be found in the path.
2688 if test "x$as_myself" = x; then
2691 if test ! -f "$as_myself"; then
2692 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2693 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2694 { (exit 1); exit 1; }; }
2696 case $CONFIG_SHELL in
2698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2699 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2702 test -z "$as_dir" && as_dir=.
2703 for as_base in sh bash ksh sh5; do
2706 if ("$as_dir/$as_base" -c '
2709 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2710 test "x$as_lineno_1" != "x$as_lineno_2" &&
2711 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
2712 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2713 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2714 CONFIG_SHELL=$as_dir/$as_base
2716 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2724 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2725 # uniformly replaced by the line number. The first 'sed' inserts a
2726 # line-number line before each line; the second 'sed' does the real
2727 # work. The second script uses 'N' to pair each line-number line
2728 # with the numbered line, and appends trailing '-' during
2729 # substitution so that $LINENO is not a special case at line end.
2730 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2731 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
2732 sed '=' <$as_myself |
2737 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2740 s,^['$as_cr_digits']*\n,,
2742 chmod +x $as_me.lineno ||
2743 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2744 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2745 { (exit 1); exit 1; }; }
2747 # Don't try to exec as it changes $[0], causing all sort of problems
2748 # (the dirname of $[0] is not the place where we might find the
2749 # original and so on. Autoconf is especially sensible to this).
2751 # Exit status is that of the last command.
2756 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2757 *c*,-n*) ECHO_N= ECHO_C='
2759 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2760 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
2763 if expr a : '\(a\)' >/dev/null 2>&1; then
2769 rm -f conf$$ conf$$.exe conf$$.file
2771 if ln -s conf$$.file conf$$ 2>/dev/null; then
2772 # We could just check for DJGPP; but this test a) works b) is more generic
2773 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2774 if test -f conf$$.exe; then
2775 # Don't use ln at all; we don't have any links
2780 elif ln conf$$.file conf$$ 2>/dev/null; then
2785 rm -f conf$$ conf$$.exe conf$$.file
2787 if mkdir -p . 2>/dev/null; then
2790 test -d ./-p && rmdir ./-p
2794 as_executable_p="test -f"
2796 # Sed expression to map a string onto a valid CPP name.
2797 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2799 # Sed expression to map a string onto a valid variable name.
2800 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2804 # We need space, tab and new line, in precisely that order.
2814 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2815 # report actual input values of CONFIG_FILES etc. instead of their
2816 # values after options handling. Logging --version etc. is OK.
2820 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2821 ## Running $as_me. ##
2826 This file was extended by $as_me, which was
2827 generated by GNU Autoconf 2.59. Invocation command line was
2829 CONFIG_FILES = $CONFIG_FILES
2830 CONFIG_HEADERS = $CONFIG_HEADERS
2831 CONFIG_LINKS = $CONFIG_LINKS
2832 CONFIG_COMMANDS = $CONFIG_COMMANDS
2836 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2840 # Files that config.status was made for.
2841 if test -n "$ac_config_files"; then
2842 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2845 if test -n "$ac_config_headers"; then
2846 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2849 if test -n "$ac_config_links"; then
2850 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2853 if test -n "$ac_config_commands"; then
2854 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2857 cat >>$CONFIG_STATUS <<\_ACEOF
2860 \`$as_me' instantiates files from templates according to the
2861 current configuration.
2863 Usage: $0 [OPTIONS] [FILE]...
2865 -h, --help print this help, then exit
2866 -V, --version print version number, then exit
2867 -q, --quiet do not print progress messages
2868 -d, --debug don't remove temporary files
2869 --recheck update $as_me by reconfiguring in the same conditions
2870 --file=FILE[:TEMPLATE]
2871 instantiate the configuration file FILE
2873 Configuration files:
2876 Configuration commands:
2879 Report bugs to <bug-autoconf@gnu.org>."
2882 cat >>$CONFIG_STATUS <<_ACEOF
2885 configured by $0, generated by GNU Autoconf 2.59,
2886 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2888 Copyright (C) 2003 Free Software Foundation, Inc.
2889 This config.status script is free software; the Free Software Foundation
2890 gives unlimited permission to copy, distribute and modify it."
2895 cat >>$CONFIG_STATUS <<\_ACEOF
2896 # If no file are specified by the user, then we need to provide default
2897 # value. By we need to know if files were specified by the user.
2903 ac_option=`expr "x$1" : 'x\([^=]*\)='`
2904 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2912 *) # This is not an option, so the user has probably given explicit
2915 ac_need_defaults=false;;
2919 # Handling of the options.
2921 cat >>$CONFIG_STATUS <<\_ACEOF
2922 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2924 --version | --vers* | -V )
2925 echo "$ac_cs_version"; exit 0 ;;
2927 # Conflict between --help and --header
2928 { { echo "$as_me:$LINENO: error: ambiguous option: $1
2929 Try \`$0 --help' for more information." >&5
2930 echo "$as_me: error: ambiguous option: $1
2931 Try \`$0 --help' for more information." >&2;}
2932 { (exit 1); exit 1; }; };;
2933 --help | --hel | -h )
2934 echo "$ac_cs_usage"; exit 0 ;;
2935 --debug | --d* | -d )
2937 --file | --fil | --fi | --f )
2939 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2940 ac_need_defaults=false;;
2941 --header | --heade | --head | --hea )
2943 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2944 ac_need_defaults=false;;
2945 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2946 | -silent | --silent | --silen | --sile | --sil | --si | --s)
2950 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2951 Try \`$0 --help' for more information." >&5
2952 echo "$as_me: error: unrecognized option: $1
2953 Try \`$0 --help' for more information." >&2;}
2954 { (exit 1); exit 1; }; } ;;
2956 *) ac_config_targets="$ac_config_targets $1" ;;
2962 ac_configure_extra_args=
2964 if $ac_cs_silent; then
2966 ac_configure_extra_args="$ac_configure_extra_args --silent"
2970 cat >>$CONFIG_STATUS <<_ACEOF
2971 if \$ac_cs_recheck; then
2972 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2973 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2982 cat >>$CONFIG_STATUS <<\_ACEOF
2983 for ac_config_target in $ac_config_targets
2985 case "$ac_config_target" in
2986 # Handling of arguments.
2987 "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
2988 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2989 "bimagemgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES bimagemgr/Makefile" ;;
2990 "bacula-gui.spec" ) CONFIG_FILES="$CONFIG_FILES bacula-gui.spec" ;;
2991 "$PFILES" ) CONFIG_FILES="$CONFIG_FILES $PFILES" ;;
2992 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
2993 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2994 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2995 { (exit 1); exit 1; }; };;
2999 # If the user did not use the arguments to specify the items to instantiate,
3000 # then the envvar interface is used. Set only those that are not.
3001 # We use the long form for the default assignment because of an extremely
3002 # bizarre bug on SunOS 4.1.3.
3003 if $ac_need_defaults; then
3004 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3005 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3008 # Have a temporary directory for convenience. Make it in the build tree
3009 # simply because there is no reason to put it here, and in addition,
3010 # creating and moving files from /tmp can sometimes cause problems.
3011 # Create a temporary directory, and hook for its removal unless debugging.
3014 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3015 trap '{ (exit 1); exit 1; }' 1 2 13 15
3018 # Create a (secure) tmp directory for tmp files.
3021 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3022 test -n "$tmp" && test -d "$tmp"
3025 tmp=./confstat$$-$RANDOM
3026 (umask 077 && mkdir $tmp)
3029 echo "$me: cannot create a temporary directory in ." >&2
3030 { (exit 1); exit 1; }
3035 cat >>$CONFIG_STATUS <<_ACEOF
3038 # CONFIG_FILES section.
3041 # No need to generate the scripts if there are no CONFIG_FILES.
3042 # This happens for instance when ./config.status config.h
3043 if test -n "\$CONFIG_FILES"; then
3044 # Protect against being on the right side of a sed subst in config.status.
3045 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3046 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3047 s,@SHELL@,$SHELL,;t t
3048 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3049 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3050 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3051 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3052 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3053 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3054 s,@exec_prefix@,$exec_prefix,;t t
3055 s,@prefix@,$prefix,;t t
3056 s,@program_transform_name@,$program_transform_name,;t t
3057 s,@bindir@,$bindir,;t t
3058 s,@sbindir@,$sbindir,;t t
3059 s,@libexecdir@,$libexecdir,;t t
3060 s,@datadir@,$datadir,;t t
3061 s,@sysconfdir@,$sysconfdir,;t t
3062 s,@sharedstatedir@,$sharedstatedir,;t t
3063 s,@localstatedir@,$localstatedir,;t t
3064 s,@libdir@,$libdir,;t t
3065 s,@includedir@,$includedir,;t t
3066 s,@oldincludedir@,$oldincludedir,;t t
3067 s,@infodir@,$infodir,;t t
3068 s,@mandir@,$mandir,;t t
3069 s,@build_alias@,$build_alias,;t t
3070 s,@host_alias@,$host_alias,;t t
3071 s,@target_alias@,$target_alias,;t t
3073 s,@ECHO_C@,$ECHO_C,;t t
3074 s,@ECHO_N@,$ECHO_N,;t t
3075 s,@ECHO_T@,$ECHO_T,;t t
3077 s,@BUILD_DIR@,$BUILD_DIR,;t t
3078 s,@bacula@,$bacula,;t t
3079 s,@VERSION@,$VERSION,;t t
3081 s,@TRUEPRG@,$TRUEPRG,;t t
3082 s,@FALSEPRG@,$FALSEPRG,;t t
3084 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3085 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3086 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3092 s,@build@,$build,;t t
3093 s,@build_cpu@,$build_cpu,;t t
3094 s,@build_vendor@,$build_vendor,;t t
3095 s,@build_os@,$build_os,;t t
3097 s,@host_cpu@,$host_cpu,;t t
3098 s,@host_vendor@,$host_vendor,;t t
3099 s,@host_os@,$host_os,;t t
3100 s,@HAVE_SUN_OS_TRUE@,$HAVE_SUN_OS_TRUE,;t t
3101 s,@HAVE_SUN_OS_FALSE@,$HAVE_SUN_OS_FALSE,;t t
3102 s,@HAVE_OSF1_OS_TRUE@,$HAVE_OSF1_OS_TRUE,;t t
3103 s,@HAVE_OSF1_OS_FALSE@,$HAVE_OSF1_OS_FALSE,;t t
3104 s,@HAVE_AIX_OS_TRUE@,$HAVE_AIX_OS_TRUE,;t t
3105 s,@HAVE_AIX_OS_FALSE@,$HAVE_AIX_OS_FALSE,;t t
3106 s,@HAVE_HPUX_OS_TRUE@,$HAVE_HPUX_OS_TRUE,;t t
3107 s,@HAVE_HPUX_OS_FALSE@,$HAVE_HPUX_OS_FALSE,;t t
3108 s,@HAVE_LINUX_OS_TRUE@,$HAVE_LINUX_OS_TRUE,;t t
3109 s,@HAVE_LINUX_OS_FALSE@,$HAVE_LINUX_OS_FALSE,;t t
3110 s,@HAVE_FREEBSD_OS_TRUE@,$HAVE_FREEBSD_OS_TRUE,;t t
3111 s,@HAVE_FREEBSD_OS_FALSE@,$HAVE_FREEBSD_OS_FALSE,;t t
3112 s,@HAVE_NETBSD_OS_TRUE@,$HAVE_NETBSD_OS_TRUE,;t t
3113 s,@HAVE_NETBSD_OS_FALSE@,$HAVE_NETBSD_OS_FALSE,;t t
3114 s,@HAVE_OPENBSD_OS_TRUE@,$HAVE_OPENBSD_OS_TRUE,;t t
3115 s,@HAVE_OPENBSD_OS_FALSE@,$HAVE_OPENBSD_OS_FALSE,;t t
3116 s,@HAVE_BSDI_OS_TRUE@,$HAVE_BSDI_OS_TRUE,;t t
3117 s,@HAVE_BSDI_OS_FALSE@,$HAVE_BSDI_OS_FALSE,;t t
3118 s,@HAVE_SGI_OS_TRUE@,$HAVE_SGI_OS_TRUE,;t t
3119 s,@HAVE_SGI_OS_FALSE@,$HAVE_SGI_OS_FALSE,;t t
3120 s,@HAVE_IRIX_OS_TRUE@,$HAVE_IRIX_OS_TRUE,;t t
3121 s,@HAVE_IRIX_OS_FALSE@,$HAVE_IRIX_OS_FALSE,;t t
3122 s,@HAVE_DARWIN_OS_TRUE@,$HAVE_DARWIN_OS_TRUE,;t t
3123 s,@HAVE_DARWIN_OS_FALSE@,$HAVE_DARWIN_OS_FALSE,;t t
3124 s,@bimagemgr_cgidir@,$bimagemgr_cgidir,;t t
3125 s,@bimagemgr_docdir@,$bimagemgr_docdir,;t t
3126 s,@bimagemgr_binowner@,$bimagemgr_binowner,;t t
3127 s,@bimagemgr_bingroup@,$bimagemgr_bingroup,;t t
3128 s,@bimagemgr_dataowner@,$bimagemgr_dataowner,;t t
3129 s,@bimagemgr_datagroup@,$bimagemgr_datagroup,;t t
3130 s,@hostname@,$hostname,;t t
3131 s,@DISTNAME@,$DISTNAME,;t t
3132 s,@DISTVER@,$DISTVER,;t t
3133 s,@LIBOBJS@,$LIBOBJS,;t t
3134 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3135 /@MCOMMON@/r $MCOMMON
3141 cat >>$CONFIG_STATUS <<\_ACEOF
3142 # Split the substitutions into bite-sized pieces for seds with
3143 # small command number limits, like on Digital OSF/1 and HP-UX.
3145 ac_sed_frag=1 # Number of current file.
3146 ac_beg=1 # First line for current file.
3147 ac_end=$ac_max_sed_lines # Line after last line for current file.
3150 while $ac_more_lines; do
3151 if test $ac_beg -gt 1; then
3152 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3154 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3156 if test ! -s $tmp/subs.frag; then
3159 # The purpose of the label and of the branching condition is to
3160 # speed up the sed processing (if there are no `@' at all, there
3161 # is no need to browse any of the substitutions).
3162 # These are the two extra sed commands mentioned above.
3164 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3165 if test -z "$ac_sed_cmds"; then
3166 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3168 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3170 ac_sed_frag=`expr $ac_sed_frag + 1`
3172 ac_end=`expr $ac_end + $ac_max_sed_lines`
3175 if test -z "$ac_sed_cmds"; then
3178 fi # test -n "$CONFIG_FILES"
3181 cat >>$CONFIG_STATUS <<\_ACEOF
3182 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3183 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3185 - | *:- | *:-:* ) # input from stdin
3187 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3188 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3189 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3190 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3191 * ) ac_file_in=$ac_file.in ;;
3194 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3195 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3196 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3197 X"$ac_file" : 'X\(//\)[^/]' \| \
3198 X"$ac_file" : 'X\(//\)$' \| \
3199 X"$ac_file" : 'X\(/\)' \| \
3200 . : '\(.\)' 2>/dev/null ||
3202 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3203 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3204 /^X\(\/\/\)$/{ s//\1/; q; }
3205 /^X\(\/\).*/{ s//\1/; q; }
3207 { if $as_mkdir_p; then
3212 while test ! -d "$as_dir"; do
3213 as_dirs="$as_dir $as_dirs"
3214 as_dir=`(dirname "$as_dir") 2>/dev/null ||
3215 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3216 X"$as_dir" : 'X\(//\)[^/]' \| \
3217 X"$as_dir" : 'X\(//\)$' \| \
3218 X"$as_dir" : 'X\(/\)' \| \
3219 . : '\(.\)' 2>/dev/null ||
3221 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3222 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3223 /^X\(\/\/\)$/{ s//\1/; q; }
3224 /^X\(\/\).*/{ s//\1/; q; }
3227 test ! -n "$as_dirs" || mkdir $as_dirs
3228 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3229 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3230 { (exit 1); exit 1; }; }; }
3234 if test "$ac_dir" != .; then
3235 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3236 # A "../" for each directory in $ac_dir_suffix.
3237 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3239 ac_dir_suffix= ac_top_builddir=
3243 .) # No --srcdir option. We are building in place.
3245 if test -z "$ac_top_builddir"; then
3248 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3250 [\\/]* | ?:[\\/]* ) # Absolute path.
3251 ac_srcdir=$srcdir$ac_dir_suffix;
3252 ac_top_srcdir=$srcdir ;;
3254 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3255 ac_top_srcdir=$ac_top_builddir$srcdir ;;
3258 # Do not use `cd foo && pwd` to compute absolute paths, because
3259 # the directories may not exist.
3261 .) ac_abs_builddir="$ac_dir";;
3264 .) ac_abs_builddir=`pwd`;;
3265 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3266 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3269 case $ac_abs_builddir in
3270 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3272 case ${ac_top_builddir}. in
3273 .) ac_abs_top_builddir=$ac_abs_builddir;;
3274 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3275 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3278 case $ac_abs_builddir in
3279 .) ac_abs_srcdir=$ac_srcdir;;
3282 .) ac_abs_srcdir=$ac_abs_builddir;;
3283 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3284 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3287 case $ac_abs_builddir in
3288 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3290 case $ac_top_srcdir in
3291 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3292 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3293 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3299 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3300 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3303 if test x"$ac_file" != x-; then
3304 { echo "$as_me:$LINENO: creating $ac_file" >&5
3305 echo "$as_me: creating $ac_file" >&6;}
3308 # Let's still pretend it is `configure' which instantiates (i.e., don't
3309 # use $as_me), people would be surprised to read:
3310 # /* config.h. Generated by config.status. */
3311 if test x"$ac_file" = x-; then
3314 configure_input="$ac_file. "
3316 configure_input=$configure_input"Generated from `echo $ac_file_in |
3317 sed 's,.*/,,'` by configure."
3319 # First look for the input files in the build tree, otherwise in the
3321 ac_file_inputs=`IFS=:
3322 for f in $ac_file_in; do
3324 -) echo $tmp/stdin ;;
3326 # Absolute (can't be DOS-style, as IFS=:)
3327 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3328 echo "$as_me: error: cannot find input file: $f" >&2;}
3329 { (exit 1); exit 1; }; }
3332 if test -f "$f"; then
3335 elif test -f "$srcdir/$f"; then
3340 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3341 echo "$as_me: error: cannot find input file: $f" >&2;}
3342 { (exit 1); exit 1; }; }
3345 done` || { (exit 1); exit 1; }
3347 cat >>$CONFIG_STATUS <<_ACEOF
3351 cat >>$CONFIG_STATUS <<\_ACEOF
3353 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3354 s,@configure_input@,$configure_input,;t t
3355 s,@srcdir@,$ac_srcdir,;t t
3356 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3357 s,@top_srcdir@,$ac_top_srcdir,;t t
3358 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3359 s,@builddir@,$ac_builddir,;t t
3360 s,@abs_builddir@,$ac_abs_builddir,;t t
3361 s,@top_builddir@,$ac_top_builddir,;t t
3362 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3363 s,@INSTALL@,$ac_INSTALL,;t t
3364 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3366 if test x"$ac_file" != x-; then
3367 mv $tmp/out $ac_file
3375 cat >>$CONFIG_STATUS <<\_ACEOF
3378 # CONFIG_COMMANDS section.
3380 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
3381 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
3382 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
3383 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
3384 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3385 X"$ac_dest" : 'X\(//\)[^/]' \| \
3386 X"$ac_dest" : 'X\(//\)$' \| \
3387 X"$ac_dest" : 'X\(/\)' \| \
3388 . : '\(.\)' 2>/dev/null ||
3390 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3391 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3392 /^X\(\/\/\)$/{ s//\1/; q; }
3393 /^X\(\/\).*/{ s//\1/; q; }
3395 { if $as_mkdir_p; then
3400 while test ! -d "$as_dir"; do
3401 as_dirs="$as_dir $as_dirs"
3402 as_dir=`(dirname "$as_dir") 2>/dev/null ||
3403 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3404 X"$as_dir" : 'X\(//\)[^/]' \| \
3405 X"$as_dir" : 'X\(//\)$' \| \
3406 X"$as_dir" : 'X\(/\)' \| \
3407 . : '\(.\)' 2>/dev/null ||
3409 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3410 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3411 /^X\(\/\/\)$/{ s//\1/; q; }
3412 /^X\(\/\).*/{ s//\1/; q; }
3415 test ! -n "$as_dirs" || mkdir $as_dirs
3416 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3417 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3418 { (exit 1); exit 1; }; }; }
3422 if test "$ac_dir" != .; then
3423 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3424 # A "../" for each directory in $ac_dir_suffix.
3425 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3427 ac_dir_suffix= ac_top_builddir=
3431 .) # No --srcdir option. We are building in place.
3433 if test -z "$ac_top_builddir"; then
3436 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3438 [\\/]* | ?:[\\/]* ) # Absolute path.
3439 ac_srcdir=$srcdir$ac_dir_suffix;
3440 ac_top_srcdir=$srcdir ;;
3442 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3443 ac_top_srcdir=$ac_top_builddir$srcdir ;;
3446 # Do not use `cd foo && pwd` to compute absolute paths, because
3447 # the directories may not exist.
3449 .) ac_abs_builddir="$ac_dir";;
3452 .) ac_abs_builddir=`pwd`;;
3453 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3454 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3457 case $ac_abs_builddir in
3458 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3460 case ${ac_top_builddir}. in
3461 .) ac_abs_top_builddir=$ac_abs_builddir;;
3462 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3463 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3466 case $ac_abs_builddir in
3467 .) ac_abs_srcdir=$ac_srcdir;;
3470 .) ac_abs_srcdir=$ac_abs_builddir;;
3471 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3472 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3475 case $ac_abs_builddir in
3476 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3478 case $ac_top_srcdir in
3479 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3480 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3481 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3486 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
3487 echo "$as_me: executing $ac_dest commands" >&6;}
3495 cat >>$CONFIG_STATUS <<\_ACEOF
3497 { (exit 0); exit 0; }
3499 chmod +x $CONFIG_STATUS
3500 ac_clean_files=$ac_clean_files_save
3503 # configure is writing to config.log, and then calls config.status.
3504 # config.status does its own redirection, appending to config.log.
3505 # Unfortunately, on DOS this fails, as config.log is still kept open
3506 # by configure, so config.status won't be able to write to it; its
3507 # output is simply discarded. So we exec the FD to /dev/null,
3508 # effectively closing config.log, so it can be properly (re)opened and
3509 # appended to by config.status. When coming back to configure, we
3510 # need to make the FD available again.
3511 if test "$no_create" != yes; then
3513 ac_config_status_args=
3514 test "$silent" = yes &&
3515 ac_config_status_args="$ac_config_status_args --quiet"
3517 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3519 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3520 # would make configure fail if this is the last instruction.
3521 $ac_cs_success || { (exit 1); exit 1; }
3527 Configuration on `date`:
3529 Host: $host -- ${DISTNAME} ${DISTVER}
3530 Source code location: ${bacula}