]> git.sur5r.net Git - bacula/bacula/blob - gui/configure
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / gui / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
4 #
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 ## --------------------- ##
11
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14   emulate sh
15   NULLCMD=:
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
20   set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26   as_unset=unset
27 else
28   as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
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 \
42   LC_TELEPHONE LC_TIME
43 do
44   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45     eval $as_var=C; export $as_var
46   else
47     $as_unset $as_var
48   fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53   as_expr=expr
54 else
55   as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59   as_basename=basename
60 else
61   as_basename=false
62 fi
63
64
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 ||
71 echo X/"$0" |
72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73           /^X\/\(\/\/\)$/{ s//\1/; q; }
74           /^X\/\(\/\).*/{ s//\1/; q; }
75           s/.*/./; q'`
76
77
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
85
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
90   chmod +x conf$$.sh
91   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92     PATH_SEPARATOR=';'
93   else
94     PATH_SEPARATOR=:
95   fi
96   rm -f conf$$.sh
97 fi
98
99
100   as_lineno_1=$LINENO
101   as_lineno_2=$LINENO
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
106   # relative or not.
107   case $0 in
108     *[\\/]* ) as_myself=$0 ;;
109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112   IFS=$as_save_IFS
113   test -z "$as_dir" && as_dir=.
114   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117        ;;
118   esac
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
122     as_myself=$0
123   fi
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; }; }
127   fi
128   case $CONFIG_SHELL in
129   '')
130     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133   IFS=$as_save_IFS
134   test -z "$as_dir" && as_dir=.
135   for as_base in sh bash ksh sh5; do
136          case $as_dir in
137          /*)
138            if ("$as_dir/$as_base" -c '
139   as_lineno_1=$LINENO
140   as_lineno_2=$LINENO
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
147              export CONFIG_SHELL
148              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149            fi;;
150          esac
151        done
152 done
153 ;;
154   esac
155
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 |
165     sed '
166       N
167       s,$,-,
168       : loop
169       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170       t loop
171       s,-$,,
172       s,^['$as_cr_digits']*\n,,
173     ' >$as_me.lineno &&
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; }; }
177
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).
181   . ./$as_me.lineno
182   # Exit status is that of the last command.
183   exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188   *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T='      ' ;;
190   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195   as_expr=expr
196 else
197   as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >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
207     as_ln_s='cp -p'
208   else
209     as_ln_s='ln -s'
210   fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212   as_ln_s=ln
213 else
214   as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219   as_mkdir_p=:
220 else
221   test -d ./-p && rmdir ./-p
222   as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
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'"
229
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'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS="   $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
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`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
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}
266
267 # Identity of this package.
268 PACKAGE_NAME=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
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'
277
278 # Initialize some variables set by options.
279 ac_init_help=
280 ac_init_version=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
283 cache_file=/dev/null
284 exec_prefix=NONE
285 no_create=
286 no_recursion=
287 prefix=NONE
288 program_prefix=NONE
289 program_suffix=NONE
290 program_transform_name=s,x,x,
291 silent=
292 site=
293 srcdir=
294 verbose=
295 x_includes=NONE
296 x_libraries=NONE
297
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'
315
316 ac_prev=
317 for ac_option
318 do
319   # If the previous option needs an argument, assign it.
320   if test -n "$ac_prev"; then
321     eval "$ac_prev=\$ac_option"
322     ac_prev=
323     continue
324   fi
325
326   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
327
328   # Accept the important Cygnus configure options, so we can diagnose typos.
329
330   case $ac_option in
331
332   -bindir | --bindir | --bindi | --bind | --bin | --bi)
333     ac_prev=bindir ;;
334   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
335     bindir=$ac_optarg ;;
336
337   -build | --build | --buil | --bui | --bu)
338     ac_prev=build_alias ;;
339   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340     build_alias=$ac_optarg ;;
341
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 ;;
348
349   --config-cache | -C)
350     cache_file=config.cache ;;
351
352   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
353     ac_prev=datadir ;;
354   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
355   | --da=*)
356     datadir=$ac_optarg ;;
357
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" ;;
366
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'`
374     case $ac_option in
375       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
376       *) ac_optarg=yes ;;
377     esac
378     eval "enable_$ac_feature='$ac_optarg'" ;;
379
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 ;;
388
389   -gas | --gas | --ga | --g)
390     # Obsolete; use --with-gas.
391     with_gas=yes ;;
392
393   -help | --help | --hel | --he | -h)
394     ac_init_help=long ;;
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 ;;
399
400   -host | --host | --hos | --ho)
401     ac_prev=host_alias ;;
402   -host=* | --host=* | --hos=* | --ho=*)
403     host_alias=$ac_optarg ;;
404
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 ;;
411
412   -infodir | --infodir | --infodi | --infod | --info | --inf)
413     ac_prev=infodir ;;
414   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415     infodir=$ac_optarg ;;
416
417   -libdir | --libdir | --libdi | --libd)
418     ac_prev=libdir ;;
419   -libdir=* | --libdir=* | --libdi=* | --libd=*)
420     libdir=$ac_optarg ;;
421
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 ;;
428
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 ;;
437
438   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
439     ac_prev=mandir ;;
440   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
441     mandir=$ac_optarg ;;
442
443   -nfp | --nfp | --nf)
444     # Obsolete; use --without-fp.
445     with_fp=no ;;
446
447   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448   | --no-cr | --no-c | -n)
449     no_create=yes ;;
450
451   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
453     no_recursion=yes ;;
454
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 ;;
463
464   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
465     ac_prev=prefix ;;
466   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
467     prefix=$ac_optarg ;;
468
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 ;;
475
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 ;;
482
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 ;;
499
500   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501   | -silent | --silent | --silen | --sile | --sil)
502     silent=yes ;;
503
504   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
505     ac_prev=sbindir ;;
506   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
507   | --sbi=* | --sb=*)
508     sbindir=$ac_optarg ;;
509
510   -sharedstatedir | --sharedstatedir | --sharedstatedi \
511   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
512   | --sharedst | --shareds | --shared | --share | --shar \
513   | --sha | --sh)
514     ac_prev=sharedstatedir ;;
515   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
516   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
518   | --sha=* | --sh=*)
519     sharedstatedir=$ac_optarg ;;
520
521   -site | --site | --sit)
522     ac_prev=site ;;
523   -site=* | --site=* | --sit=*)
524     site=$ac_optarg ;;
525
526   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
527     ac_prev=srcdir ;;
528   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
529     srcdir=$ac_optarg ;;
530
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 ;;
537
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 ;;
542
543   -v | -verbose | --verbose | --verbos | --verbo | --verb)
544     verbose=yes ;;
545
546   -version | --version | --versio | --versi | --vers | -V)
547     ac_init_version=: ;;
548
549   -with-* | --with-*)
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'`
556     case $ac_option in
557       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
558       *) ac_optarg=yes ;;
559     esac
560     eval "with_$ac_package='$ac_optarg'" ;;
561
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" ;;
570
571   --x)
572     # Obsolete; use --with-x.
573     with_x=yes ;;
574
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 ;;
581
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 ;;
588
589   -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591    { (exit 1); exit 1; }; }
592     ;;
593
594   *=*)
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'"
602     export $ac_envvar ;;
603
604   *)
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}
610     ;;
611
612   esac
613 done
614
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; }; }
619 fi
620
621 # Be sure to have absolute paths.
622 for ac_var in exec_prefix prefix
623 do
624   eval ac_val=$`echo $ac_var`
625   case $ac_val in
626     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628    { (exit 1); exit 1; }; };;
629   esac
630 done
631
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
635 do
636   eval ac_val=$`echo $ac_var`
637   case $ac_val in
638     [\\/$]* | ?:[\\/]* ) ;;
639     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640    { (exit 1); exit 1; }; };;
641   esac
642 done
643
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.
647 build=$build_alias
648 host=$host_alias
649 target=$target_alias
650
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
658     cross_compiling=yes
659   fi
660 fi
661
662 ac_tool_prefix=
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
664
665 test "$silent" = yes && exec 6>/dev/null
666
667
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 ||
678 echo X"$0" |
679     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681           /^X\(\/\/\)$/{ s//\1/; q; }
682           /^X\(\/\).*/{ s//\1/; q; }
683           s/.*/./; q'`
684   srcdir=$ac_confdir
685   if test ! -r $srcdir/$ac_unique_file; then
686     srcdir=..
687   fi
688 else
689   ac_srcdir_defaulted=no
690 fi
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; }; }
695   else
696     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697    { (exit 1); exit 1; }; }
698   fi
699 fi
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
716
717 #
718 # Report the --help message.
719 #
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.
723   cat <<_ACEOF
724 \`configure' configures this package to adapt to many kinds of systems.
725
726 Usage: $0 [OPTION]... [VAR=VALUE]...
727
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.
730
731 Defaults for the options are specified in brackets.
732
733 Configuration:
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 \`..']
743
744 _ACEOF
745
746   cat <<_ACEOF
747 Installation directories:
748   --prefix=PREFIX         install architecture-independent files in PREFIX
749                           [$ac_default_prefix]
750   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
751                           [PREFIX]
752
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'.
757
758 For better control, use the options below.
759
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]
773 _ACEOF
774
775   cat <<\_ACEOF
776
777 System types:
778   --build=BUILD     configure for building on BUILD [guessed]
779   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
780 _ACEOF
781 fi
782
783 if test -n "$ac_init_help"; then
784
785   cat <<\_ACEOF
786
787 Optional Packages:
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
797
798 _ACEOF
799 fi
800
801 if test "$ac_init_help" = "recursive"; then
802   # If there are subdirs, report their specific --help.
803   ac_popdir=`pwd`
804   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
805     test -d $ac_dir || continue
806     ac_builddir=.
807
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'`
812 else
813   ac_dir_suffix= ac_top_builddir=
814 fi
815
816 case $srcdir in
817   .)  # No --srcdir option.  We are building in place.
818     ac_srcdir=.
819     if test -z "$ac_top_builddir"; then
820        ac_top_srcdir=.
821     else
822        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
823     fi ;;
824   [\\/]* | ?:[\\/]* )  # Absolute path.
825     ac_srcdir=$srcdir$ac_dir_suffix;
826     ac_top_srcdir=$srcdir ;;
827   *) # Relative path.
828     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
829     ac_top_srcdir=$ac_top_builddir$srcdir ;;
830 esac
831
832 # Do not use `cd foo && pwd` to compute absolute paths, because
833 # the directories may not exist.
834 case `pwd` in
835 .) ac_abs_builddir="$ac_dir";;
836 *)
837   case "$ac_dir" in
838   .) ac_abs_builddir=`pwd`;;
839   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
840   *) ac_abs_builddir=`pwd`/"$ac_dir";;
841   esac;;
842 esac
843 case $ac_abs_builddir in
844 .) ac_abs_top_builddir=${ac_top_builddir}.;;
845 *)
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}.;;
850   esac;;
851 esac
852 case $ac_abs_builddir in
853 .) ac_abs_srcdir=$ac_srcdir;;
854 *)
855   case $ac_srcdir in
856   .) ac_abs_srcdir=$ac_abs_builddir;;
857   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
858   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
859   esac;;
860 esac
861 case $ac_abs_builddir in
862 .) ac_abs_top_srcdir=$ac_top_srcdir;;
863 *)
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;;
868   esac;;
869 esac
870
871     cd $ac_dir
872     # Check for guested configure; otherwise get Cygnus style configure.
873     if test -f $ac_srcdir/configure.gnu; then
874       echo
875       $SHELL $ac_srcdir/configure.gnu  --help=recursive
876     elif test -f $ac_srcdir/configure; then
877       echo
878       $SHELL $ac_srcdir/configure  --help=recursive
879     elif test -f $ac_srcdir/configure.ac ||
880            test -f $ac_srcdir/configure.in; then
881       echo
882       $ac_configure --help
883     else
884       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
885     fi
886     cd $ac_popdir
887   done
888 fi
889
890 test -n "$ac_init_help" && exit 0
891 if $ac_init_version; then
892   cat <<\_ACEOF
893
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.
897 _ACEOF
898   exit 0
899 fi
900 exec 5>config.log
901 cat >&5 <<_ACEOF
902 This file contains any messages produced by compilers while
903 running configure, to aid debugging if configure makes a mistake.
904
905 It was created by $as_me, which was
906 generated by GNU Autoconf 2.59.  Invocation command line was
907
908   $ $0 $@
909
910 _ACEOF
911 {
912 cat <<_ASUNAME
913 ## --------- ##
914 ## Platform. ##
915 ## --------- ##
916
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`
922
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`
925
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`
933
934 _ASUNAME
935
936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
937 for as_dir in $PATH
938 do
939   IFS=$as_save_IFS
940   test -z "$as_dir" && as_dir=.
941   echo "PATH: $as_dir"
942 done
943
944 } >&5
945
946 cat >&5 <<_ACEOF
947
948
949 ## ----------- ##
950 ## Core tests. ##
951 ## ----------- ##
952
953 _ACEOF
954
955
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.
961 ac_configure_args=
962 ac_configure_args0=
963 ac_configure_args1=
964 ac_sep=
965 ac_must_keep_next=false
966 for ac_pass in 1 2
967 do
968   for ac_arg
969   do
970     case $ac_arg in
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)
974       continue ;;
975     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
976       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
977     esac
978     case $ac_pass in
979     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
980     2)
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.
984       else
985         case $ac_arg in
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 ;;
992             esac
993             ;;
994           -* ) ac_must_keep_next=true ;;
995         esac
996       fi
997       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
998       # Get rid of the leading space.
999       ac_sep=" "
1000       ;;
1001     esac
1002   done
1003 done
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; }
1006
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.
1014   {
1015     echo
1016
1017     cat <<\_ASBOX
1018 ## ---------------- ##
1019 ## Cache variables. ##
1020 ## ---------------- ##
1021 _ASBOX
1022     echo
1023     # The following way of writing the cache mishandles newlines in values,
1024 {
1025   (set) 2>&1 |
1026     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1027     *ac_space=\ *)
1028       sed -n \
1029         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1030           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1031       ;;
1032     *)
1033       sed -n \
1034         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1035       ;;
1036     esac;
1037 }
1038     echo
1039
1040     cat <<\_ASBOX
1041 ## ----------------- ##
1042 ## Output variables. ##
1043 ## ----------------- ##
1044 _ASBOX
1045     echo
1046     for ac_var in $ac_subst_vars
1047     do
1048       eval ac_val=$`echo $ac_var`
1049       echo "$ac_var='"'"'$ac_val'"'"'"
1050     done | sort
1051     echo
1052
1053     if test -n "$ac_subst_files"; then
1054       cat <<\_ASBOX
1055 ## ------------- ##
1056 ## Output files. ##
1057 ## ------------- ##
1058 _ASBOX
1059       echo
1060       for ac_var in $ac_subst_files
1061       do
1062         eval ac_val=$`echo $ac_var`
1063         echo "$ac_var='"'"'$ac_val'"'"'"
1064       done | sort
1065       echo
1066     fi
1067
1068     if test -s confdefs.h; then
1069       cat <<\_ASBOX
1070 ## ----------- ##
1071 ## confdefs.h. ##
1072 ## ----------- ##
1073 _ASBOX
1074       echo
1075       sed "/^$/d" confdefs.h | sort
1076       echo
1077     fi
1078     test "$ac_signal" != 0 &&
1079       echo "$as_me: caught signal $ac_signal"
1080     echo "$as_me: exit $exit_status"
1081   } >&5
1082   rm -f core *.core &&
1083   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1084     exit $exit_status
1085      ' 0
1086 for ac_signal in 1 2 13 15; do
1087   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1088 done
1089 ac_signal=0
1090
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.
1094 echo >confdefs.h
1095
1096 # Predefined preprocessor variables.
1097
1098 cat >>confdefs.h <<_ACEOF
1099 #define PACKAGE_NAME "$PACKAGE_NAME"
1100 _ACEOF
1101
1102
1103 cat >>confdefs.h <<_ACEOF
1104 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1105 _ACEOF
1106
1107
1108 cat >>confdefs.h <<_ACEOF
1109 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1110 _ACEOF
1111
1112
1113 cat >>confdefs.h <<_ACEOF
1114 #define PACKAGE_STRING "$PACKAGE_STRING"
1115 _ACEOF
1116
1117
1118 cat >>confdefs.h <<_ACEOF
1119 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1120 _ACEOF
1121
1122
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"
1128   else
1129     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1130   fi
1131 fi
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
1137     . "$ac_site_file"
1138   fi
1139 done
1140
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;}
1147     case $cache_file in
1148       [\\/]* | ?:[\\/]* ) . $cache_file;;
1149       *)                      . ./$cache_file;;
1150     esac
1151   fi
1152 else
1153   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1154 echo "$as_me: creating cache $cache_file" >&6;}
1155   >$cache_file
1156 fi
1157
1158 # Check that the precious variables saved in the cache have kept the same
1159 # value.
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
1168     set,)
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=: ;;
1172     ,set)
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=: ;;
1176     ,);;
1177     *)
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=:
1186       fi;;
1187   esac
1188   # Pass precious variables to config.status.
1189   if test "$ac_new_set" = set; then
1190     case $ac_new_val in
1191     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1192       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1193     *) ac_arg=$ac_var=$ac_new_val ;;
1194     esac
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'" ;;
1198     esac
1199   fi
1200 done
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; }; }
1207 fi
1208
1209 ac_ext=c
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
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233 BUILD_DIR=`pwd`
1234 cd ..
1235 TOP_DIR=`pwd`
1236 cd ${BUILD_DIR}
1237
1238 ac_aux_dir=
1239 for ac_dir in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf; do
1240   if test -f $ac_dir/install-sh; then
1241     ac_aux_dir=$ac_dir
1242     ac_install_sh="$ac_aux_dir/install-sh -c"
1243     break
1244   elif test -f $ac_dir/install.sh; then
1245     ac_aux_dir=$ac_dir
1246     ac_install_sh="$ac_aux_dir/install.sh -c"
1247     break
1248   elif test -f $ac_dir/shtool; then
1249     ac_aux_dir=$ac_dir
1250     ac_install_sh="$ac_aux_dir/shtool install -c"
1251     break
1252   fi
1253 done
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; }; }
1258 fi
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.
1262
1263
1264
1265
1266
1267 # ------------------------------------------
1268 # Where to get Bacula source
1269 # ------------------------------------------
1270
1271 # Check whether --with-bacula or --without-bacula was given.
1272 if test "${with_bacula+set}" = set; then
1273   withval="$with_bacula"
1274
1275        if test "x$withval" != "xno" ; then
1276           bacula=$withval
1277        fi
1278
1279
1280 fi;
1281
1282
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; }; }
1287 fi
1288
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; }; }
1295 fi
1296 echo "configuring for Bacula source $VERSION ($DATE)"
1297
1298
1299 for ac_prog in true
1300 do
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
1307 else
1308   case $TRUEPRG in
1309   [\\/]* | ?:[\\/]*)
1310   ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a path.
1311   ;;
1312   *)
1313   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1314 for as_dir in $PATH
1315 do
1316   IFS=$as_save_IFS
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
1322     break 2
1323   fi
1324 done
1325 done
1326
1327   ;;
1328 esac
1329 fi
1330 TRUEPRG=$ac_cv_path_TRUEPRG
1331
1332 if test -n "$TRUEPRG"; then
1333   echo "$as_me:$LINENO: result: $TRUEPRG" >&5
1334 echo "${ECHO_T}$TRUEPRG" >&6
1335 else
1336   echo "$as_me:$LINENO: result: no" >&5
1337 echo "${ECHO_T}no" >&6
1338 fi
1339
1340   test -n "$TRUEPRG" && break
1341 done
1342 test -n "$TRUEPRG" || TRUEPRG=":"
1343
1344 for ac_prog in false
1345 do
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
1352 else
1353   case $FALSEPRG in
1354   [\\/]* | ?:[\\/]*)
1355   ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a path.
1356   ;;
1357   *)
1358   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1359 for as_dir in $PATH
1360 do
1361   IFS=$as_save_IFS
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
1367     break 2
1368   fi
1369 done
1370 done
1371
1372   ;;
1373 esac
1374 fi
1375 FALSEPRG=$ac_cv_path_FALSEPRG
1376
1377 if test -n "$FALSEPRG"; then
1378   echo "$as_me:$LINENO: result: $FALSEPRG" >&5
1379 echo "${ECHO_T}$FALSEPRG" >&6
1380 else
1381   echo "$as_me:$LINENO: result: no" >&5
1382 echo "${ECHO_T}no" >&6
1383 fi
1384
1385   test -n "$FALSEPRG" && break
1386 done
1387 test -n "$FALSEPRG" || FALSEPRG=":"
1388
1389
1390 for ac_prog in gawk mawk nawk awk
1391 do
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
1398 else
1399   if test -n "$AWK"; then
1400   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1401 else
1402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1403 for as_dir in $PATH
1404 do
1405   IFS=$as_save_IFS
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
1411     break 2
1412   fi
1413 done
1414 done
1415
1416 fi
1417 fi
1418 AWK=$ac_cv_prog_AWK
1419 if test -n "$AWK"; then
1420   echo "$as_me:$LINENO: result: $AWK" >&5
1421 echo "${ECHO_T}$AWK" >&6
1422 else
1423   echo "$as_me:$LINENO: result: no" >&5
1424 echo "${ECHO_T}no" >&6
1425 fi
1426
1427   test -n "$AWK" && break
1428 done
1429
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 :;
1435 else
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; }; }
1445 fi
1446 THE_AWK=$AWK
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
1453 else
1454   case $AWK in
1455   [\\/]* | ?:[\\/]*)
1456   ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
1457   ;;
1458   *)
1459   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1460 for as_dir in $PATH
1461 do
1462   IFS=$as_save_IFS
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
1468     break 2
1469   fi
1470 done
1471 done
1472
1473   test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="$THE_AWK"
1474   ;;
1475 esac
1476 fi
1477 AWK=$ac_cv_path_AWK
1478
1479 if test -n "$AWK"; then
1480   echo "$as_me:$LINENO: result: $AWK" >&5
1481 echo "${ECHO_T}$AWK" >&6
1482 else
1483   echo "$as_me:$LINENO: result: no" >&5
1484 echo "${ECHO_T}no" >&6
1485 fi
1486
1487
1488
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
1495 # AIX /bin/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
1507 else
1508   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1509 for as_dir in $PATH
1510 do
1511   IFS=$as_save_IFS
1512   test -z "$as_dir" && as_dir=.
1513   # Account for people who put trailing slashes in PATH elements.
1514 case $as_dir/ in
1515   ./ | .// | /cC/* | \
1516   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1517   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1518   /usr/ucb/* ) ;;
1519   *)
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
1522     # by default.
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.
1529             :
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.
1533             :
1534           else
1535             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1536             break 3
1537           fi
1538         fi
1539       done
1540     done
1541     ;;
1542 esac
1543 done
1544
1545
1546 fi
1547   if test "${ac_cv_path_install+set}" = set; then
1548     INSTALL=$ac_cv_path_install
1549   else
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
1555   fi
1556 fi
1557 echo "$as_me:$LINENO: result: $INSTALL" >&5
1558 echo "${ECHO_T}$INSTALL" >&6
1559
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}'
1563
1564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1565
1566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1567
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
1574 else
1575   case $MV in
1576   [\\/]* | ?:[\\/]*)
1577   ac_cv_path_MV="$MV" # Let the user override the test with a path.
1578   ;;
1579   *)
1580   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1581 for as_dir in $PATH
1582 do
1583   IFS=$as_save_IFS
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
1589     break 2
1590   fi
1591 done
1592 done
1593
1594   test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
1595   ;;
1596 esac
1597 fi
1598 MV=$ac_cv_path_MV
1599
1600 if test -n "$MV"; then
1601   echo "$as_me:$LINENO: result: $MV" >&5
1602 echo "${ECHO_T}$MV" >&6
1603 else
1604   echo "$as_me:$LINENO: result: no" >&5
1605 echo "${ECHO_T}no" >&6
1606 fi
1607
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
1614 else
1615   case $RM in
1616   [\\/]* | ?:[\\/]*)
1617   ac_cv_path_RM="$RM" # Let the user override the test with a path.
1618   ;;
1619   *)
1620   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1621 for as_dir in $PATH
1622 do
1623   IFS=$as_save_IFS
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
1629     break 2
1630   fi
1631 done
1632 done
1633
1634   test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
1635   ;;
1636 esac
1637 fi
1638 RM=$ac_cv_path_RM
1639
1640 if test -n "$RM"; then
1641   echo "$as_me:$LINENO: result: $RM" >&5
1642 echo "${ECHO_T}$RM" >&6
1643 else
1644   echo "$as_me:$LINENO: result: no" >&5
1645 echo "${ECHO_T}no" >&6
1646 fi
1647
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
1654 else
1655   case $CP in
1656   [\\/]* | ?:[\\/]*)
1657   ac_cv_path_CP="$CP" # Let the user override the test with a path.
1658   ;;
1659   *)
1660   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1661 for as_dir in $PATH
1662 do
1663   IFS=$as_save_IFS
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
1669     break 2
1670   fi
1671 done
1672 done
1673
1674   test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
1675   ;;
1676 esac
1677 fi
1678 CP=$ac_cv_path_CP
1679
1680 if test -n "$CP"; then
1681   echo "$as_me:$LINENO: result: $CP" >&5
1682 echo "${ECHO_T}$CP" >&6
1683 else
1684   echo "$as_me:$LINENO: result: no" >&5
1685 echo "${ECHO_T}no" >&6
1686 fi
1687
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
1694 else
1695   case $ECHO in
1696   [\\/]* | ?:[\\/]*)
1697   ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
1698   ;;
1699   *)
1700   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1701 for as_dir in $PATH
1702 do
1703   IFS=$as_save_IFS
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
1709     break 2
1710   fi
1711 done
1712 done
1713
1714   test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
1715   ;;
1716 esac
1717 fi
1718 ECHO=$ac_cv_path_ECHO
1719
1720 if test -n "$ECHO"; then
1721   echo "$as_me:$LINENO: result: $ECHO" >&5
1722 echo "${ECHO_T}$ECHO" >&6
1723 else
1724   echo "$as_me:$LINENO: result: no" >&5
1725 echo "${ECHO_T}no" >&6
1726 fi
1727
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
1734 else
1735   case $AR in
1736   [\\/]* | ?:[\\/]*)
1737   ac_cv_path_AR="$AR" # Let the user override the test with a path.
1738   ;;
1739   *)
1740   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1741 for as_dir in $PATH
1742 do
1743   IFS=$as_save_IFS
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
1749     break 2
1750   fi
1751 done
1752 done
1753
1754   test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
1755   ;;
1756 esac
1757 fi
1758 AR=$ac_cv_path_AR
1759
1760 if test -n "$AR"; then
1761   echo "$as_me:$LINENO: result: $AR" >&5
1762 echo "${ECHO_T}$AR" >&6
1763 else
1764   echo "$as_me:$LINENO: result: no" >&5
1765 echo "${ECHO_T}no" >&6
1766 fi
1767
1768
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; }; }
1774
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
1779 else
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; }; }
1791
1792 fi
1793 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1794 echo "${ECHO_T}$ac_cv_build" >&6
1795 build=$ac_cv_build
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/'`
1799
1800
1801
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
1806 else
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; }; }
1814
1815 fi
1816 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1817 echo "${ECHO_T}$ac_cv_host" >&6
1818 host=$ac_cv_host
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/'`
1822
1823
1824 case $host_os in
1825   *cygwin* ) CYGWIN=yes;;
1826          * ) CYGWIN=no;;
1827 esac
1828
1829 if test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
1830 then
1831
1832
1833 if $TRUEPRG; then
1834   HAVE_SUN_OS_TRUE=
1835   HAVE_SUN_OS_FALSE='#'
1836 else
1837   HAVE_SUN_OS_TRUE='#'
1838   HAVE_SUN_OS_FALSE=
1839 fi
1840         cat >>confdefs.h <<\_ACEOF
1841 #define HAVE_SUN_OS 1
1842 _ACEOF
1843
1844 else
1845
1846
1847 if $FALSEPRG; then
1848   HAVE_SUN_OS_TRUE=
1849   HAVE_SUN_OS_FALSE='#'
1850 else
1851   HAVE_SUN_OS_TRUE='#'
1852   HAVE_SUN_OS_FALSE=
1853 fi
1854 fi
1855
1856 if test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
1857 then
1858
1859
1860 if $TRUEPRG; then
1861   HAVE_OSF1_OS_TRUE=
1862   HAVE_OSF1_OS_FALSE='#'
1863 else
1864   HAVE_OSF1_OS_TRUE='#'
1865   HAVE_OSF1_OS_FALSE=
1866 fi
1867         cat >>confdefs.h <<\_ACEOF
1868 #define HAVE_OSF1_OS 1
1869 _ACEOF
1870
1871 else
1872
1873
1874 if $FALSEPRG; then
1875   HAVE_OSF1_OS_TRUE=
1876   HAVE_OSF1_OS_FALSE='#'
1877 else
1878   HAVE_OSF1_OS_TRUE='#'
1879   HAVE_OSF1_OS_FALSE=
1880 fi
1881 fi
1882
1883 if test $HAVE_UNAME=yes -a x`uname -s` = xAIX
1884 then
1885
1886
1887 if $TRUEPRG; then
1888   HAVE_AIX_OS_TRUE=
1889   HAVE_AIX_OS_FALSE='#'
1890 else
1891   HAVE_AIX_OS_TRUE='#'
1892   HAVE_AIX_OS_FALSE=
1893 fi
1894         cat >>confdefs.h <<\_ACEOF
1895 #define HAVE_AIX_OS 1
1896 _ACEOF
1897
1898 else
1899
1900
1901 if $FALSEPRG; then
1902   HAVE_AIX_OS_TRUE=
1903   HAVE_AIX_OS_FALSE='#'
1904 else
1905   HAVE_AIX_OS_TRUE='#'
1906   HAVE_AIX_OS_FALSE=
1907 fi
1908 fi
1909
1910 if test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
1911 then
1912
1913
1914 if $TRUEPRG; then
1915   HAVE_HPUX_OS_TRUE=
1916   HAVE_HPUX_OS_FALSE='#'
1917 else
1918   HAVE_HPUX_OS_TRUE='#'
1919   HAVE_HPUX_OS_FALSE=
1920 fi
1921         cat >>confdefs.h <<\_ACEOF
1922 #define HAVE_HPUX_OS 1
1923 _ACEOF
1924
1925 else
1926
1927
1928 if $FALSEPRG; then
1929   HAVE_HPUX_OS_TRUE=
1930   HAVE_HPUX_OS_FALSE='#'
1931 else
1932   HAVE_HPUX_OS_TRUE='#'
1933   HAVE_HPUX_OS_FALSE=
1934 fi
1935 fi
1936
1937 if test $HAVE_UNAME=yes -a x`uname -s` = xLinux
1938 then
1939
1940
1941 if $TRUEPRG; then
1942   HAVE_LINUX_OS_TRUE=
1943   HAVE_LINUX_OS_FALSE='#'
1944 else
1945   HAVE_LINUX_OS_TRUE='#'
1946   HAVE_LINUX_OS_FALSE=
1947 fi
1948         cat >>confdefs.h <<\_ACEOF
1949 #define HAVE_LINUX_OS 1
1950 _ACEOF
1951
1952 else
1953
1954
1955 if $FALSEPRG; then
1956   HAVE_LINUX_OS_TRUE=
1957   HAVE_LINUX_OS_FALSE='#'
1958 else
1959   HAVE_LINUX_OS_TRUE='#'
1960   HAVE_LINUX_OS_FALSE=
1961 fi
1962 fi
1963
1964 if test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
1965 then
1966
1967
1968 if $TRUEPRG; then
1969   HAVE_FREEBSD_OS_TRUE=
1970   HAVE_FREEBSD_OS_FALSE='#'
1971 else
1972   HAVE_FREEBSD_OS_TRUE='#'
1973   HAVE_FREEBSD_OS_FALSE=
1974 fi
1975         cat >>confdefs.h <<\_ACEOF
1976 #define HAVE_FREEBSD_OS 1
1977 _ACEOF
1978
1979 else
1980
1981
1982 if $FALSEPRG; then
1983   HAVE_FREEBSD_OS_TRUE=
1984   HAVE_FREEBSD_OS_FALSE='#'
1985 else
1986   HAVE_FREEBSD_OS_TRUE='#'
1987   HAVE_FREEBSD_OS_FALSE=
1988 fi
1989 fi
1990
1991 if test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
1992 then
1993
1994
1995 if $TRUEPRG; then
1996   HAVE_NETBSD_OS_TRUE=
1997   HAVE_NETBSD_OS_FALSE='#'
1998 else
1999   HAVE_NETBSD_OS_TRUE='#'
2000   HAVE_NETBSD_OS_FALSE=
2001 fi
2002         cat >>confdefs.h <<\_ACEOF
2003 #define HAVE_NETBSD_OS 1
2004 _ACEOF
2005
2006 else
2007
2008
2009 if $FALSEPRG; then
2010   HAVE_NETBSD_OS_TRUE=
2011   HAVE_NETBSD_OS_FALSE='#'
2012 else
2013   HAVE_NETBSD_OS_TRUE='#'
2014   HAVE_NETBSD_OS_FALSE=
2015 fi
2016 fi
2017
2018 if test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
2019 then
2020
2021
2022 if $TRUEPRG; then
2023   HAVE_OPENBSD_OS_TRUE=
2024   HAVE_OPENBSD_OS_FALSE='#'
2025 else
2026   HAVE_OPENBSD_OS_TRUE='#'
2027   HAVE_OPENBSD_OS_FALSE=
2028 fi
2029         cat >>confdefs.h <<\_ACEOF
2030 #define HAVE_OPENBSD_OS 1
2031 _ACEOF
2032
2033 else
2034
2035
2036 if $FALSEPRG; then
2037   HAVE_OPENBSD_OS_TRUE=
2038   HAVE_OPENBSD_OS_FALSE='#'
2039 else
2040   HAVE_OPENBSD_OS_TRUE='#'
2041   HAVE_OPENBSD_OS_FALSE=
2042 fi
2043 fi
2044
2045 if test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2046 then
2047
2048
2049 if $TRUEPRG; then
2050   HAVE_BSDI_OS_TRUE=
2051   HAVE_BSDI_OS_FALSE='#'
2052 else
2053   HAVE_BSDI_OS_TRUE='#'
2054   HAVE_BSDI_OS_FALSE=
2055 fi
2056         cat >>confdefs.h <<\_ACEOF
2057 #define HAVE_BSDI_OS 1
2058 _ACEOF
2059
2060 else
2061
2062
2063 if $FALSEPRG; then
2064   HAVE_BSDI_OS_TRUE=
2065   HAVE_BSDI_OS_FALSE='#'
2066 else
2067   HAVE_BSDI_OS_TRUE='#'
2068   HAVE_BSDI_OS_FALSE=
2069 fi
2070 fi
2071
2072 if test $HAVE_UNAME=yes -a x`uname -s` = xSGI
2073 then
2074
2075
2076 if $TRUEPRG; then
2077   HAVE_SGI_OS_TRUE=
2078   HAVE_SGI_OS_FALSE='#'
2079 else
2080   HAVE_SGI_OS_TRUE='#'
2081   HAVE_SGI_OS_FALSE=
2082 fi
2083         cat >>confdefs.h <<\_ACEOF
2084 #define HAVE_SGI_OS 1
2085 _ACEOF
2086
2087 else
2088
2089
2090 if $FALSEPRG; then
2091   HAVE_SGI_OS_TRUE=
2092   HAVE_SGI_OS_FALSE='#'
2093 else
2094   HAVE_SGI_OS_TRUE='#'
2095   HAVE_SGI_OS_FALSE=
2096 fi
2097 fi
2098
2099 if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2100 then
2101
2102
2103 if $TRUEPRG; then
2104   HAVE_IRIX_OS_TRUE=
2105   HAVE_IRIX_OS_FALSE='#'
2106 else
2107   HAVE_IRIX_OS_TRUE='#'
2108   HAVE_IRIX_OS_FALSE=
2109 fi
2110         cat >>confdefs.h <<\_ACEOF
2111 #define HAVE_IRIX_OS 1
2112 _ACEOF
2113
2114 else
2115
2116
2117 if $FALSEPRG; then
2118   HAVE_IRIX_OS_TRUE=
2119   HAVE_IRIX_OS_FALSE='#'
2120 else
2121   HAVE_IRIX_OS_TRUE='#'
2122   HAVE_IRIX_OS_FALSE=
2123 fi
2124 fi
2125
2126 if test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2127 then
2128
2129
2130 if $TRUEPRG; then
2131   HAVE_DARWIN_OS_TRUE=
2132   HAVE_DARWIN_OS_FALSE='#'
2133 else
2134   HAVE_DARWIN_OS_TRUE='#'
2135   HAVE_DARWIN_OS_FALSE=
2136 fi
2137     cat >>confdefs.h <<\_ACEOF
2138 #define HAVE_DARWIN_OS 1
2139 _ACEOF
2140
2141 else
2142
2143
2144 if $FALSEPRG; then
2145   HAVE_DARWIN_OS_TRUE=
2146   HAVE_DARWIN_OS_FALSE='#'
2147 else
2148   HAVE_DARWIN_OS_TRUE='#'
2149   HAVE_DARWIN_OS_FALSE=
2150 fi
2151 fi
2152
2153
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"
2159 then
2160         echo "distname set to $DISTNAME"
2161 elif test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
2162 then
2163         DISTNAME=alpha
2164 elif test $HAVE_UNAME=yes -a x`uname -s` = xAIX
2165 then
2166         DISTNAME=aix
2167 elif test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
2168 then
2169         DISTNAME=hpux
2170 elif test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
2171 then
2172         DISTNAME=solaris
2173 elif test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
2174 then
2175         DISTNAME=freebsd
2176 elif test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
2177 then
2178         DISTNAME=netbsd
2179 elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
2180 then
2181         DISTNAME=openbsd
2182 elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2183 then
2184         DISTNAME=irix
2185 elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2186 then
2187         DISTNAME=bsdi
2188 elif test -f /etc/SuSE-release
2189 then
2190         DISTNAME=suse
2191 elif test -d /etc/SuSEconfig
2192 then
2193         DISTNAME=suse5
2194 elif test -f /etc/mandrake-release
2195 then
2196         DISTNAME=mandrake
2197 elif test -f /etc/whitebox-release
2198 then
2199        DISTNAME=redhat
2200 elif test -f /etc/redhat-release
2201 then
2202         DISTNAME=redhat
2203 elif test -f /etc/gentoo-release
2204 then
2205         DISTNAME=gentoo
2206 elif test -f /etc/debian_version
2207 then
2208         DISTNAME=debian
2209 elif test -f /etc/slackware-version
2210 then
2211         DISTNAME=slackware
2212 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2213 then
2214     DISTNAME=darwin
2215 elif test -f /etc/engarde-version
2216 then
2217         DISTNAME=engarde
2218 elif test "$CYGWIN" = yes
2219 then
2220         DISTNAME=cygwin
2221         cat >>confdefs.h <<\_ACEOF
2222 #define HAVE_CYGWIN 1
2223 _ACEOF
2224
2225 else
2226         DISTNAME=unknown
2227 fi
2228 echo "$as_me:$LINENO: result: done" >&5
2229 echo "${ECHO_T}done" >&6
2230
2231
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}
2237 fi
2238
2239
2240
2241
2242 # -------------------------------------------------------------------------
2243 #  Set variables for bimagemgr installation
2244 # -------------------------------------------------------------------------
2245 bimagemgr_cgidir=/var/www/cgi-bin
2246
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"
2250
2251        if test "x$withval" != "xno" ; then
2252            bimagemgr_cgidir=$withval
2253        fi
2254
2255
2256 fi;
2257
2258 bimagemgr_docdir=/var/www/html
2259
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"
2263
2264        if test "x$withval" != "xno" ; then
2265            bimagemgr_docdir=$withval
2266        fi
2267
2268
2269 fi;
2270
2271 bimagemgr_binowner=root
2272
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"
2276
2277        if test "x$withval" != "xno" ; then
2278            bimagemgr_binowner=$withval
2279        fi
2280
2281
2282 fi;
2283
2284 bimagemgr_bingroup=root
2285
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"
2289
2290        if test "x$withval" != "xno" ; then
2291            bimagemgr_bingroup=$withval
2292        fi
2293
2294
2295 fi;
2296
2297 bimagemgr_dataowner=apache
2298
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"
2302
2303        if test "x$withval" != "xno" ; then
2304            bimagemgr_dataowner=$withval
2305        fi
2306
2307
2308 fi;
2309
2310 bimagemgr_datagroup=apache
2311
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"
2315
2316        if test "x$withval" != "xno" ; then
2317            bimagemgr_datagroup=$withval
2318        fi
2319
2320
2321 fi;
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333 #
2334 # Finally we set appropriate distribution specific
2335 #  variables and defaults
2336 #
2337 # PFILES are platform specific files
2338 PFILES=""
2339 WIN32=
2340 MACOSX=
2341 hostname=`uname -n | cut -d '.' -f 1`
2342 case "$DISTNAME" in
2343 aix)
2344         DISTVER=`uname -r`
2345   ;;
2346 alpha)
2347         DISTVER=`uname -r`
2348   ;;
2349 bsdi)
2350         DISTVER=`uname -a |awk '{print $3}'`
2351   ;;
2352 cygwin)
2353         DISTVER=`uname -a |awk '{print $3}'`
2354         WIN32=win32
2355   ;;
2356 darwin)
2357         DISTVER=`uname -r`
2358   ;;
2359 debian)
2360         DISTVER=`cat /etc/debian_version`
2361   ;;
2362 freebsd)
2363         DISTVER=`uname -a |awk '{print $3}'`
2364   ;;
2365 hpux)
2366         DISTVER=`uname -r`
2367   ;;
2368 irix)
2369         DISTVER=`uname -r`
2370   ;;
2371 netbsd)
2372         DISTVER=`uname -a |awk '{print $3}'`
2373   ;;
2374 openbsd)
2375         DISTVER=`uname -a |awk '{print $3}'`
2376   ;;
2377 redhat)
2378         if test -f /etc/whitebox-release ; then
2379            f=/etc/whitebox-release
2380         else
2381            f=/etc/redhat-release
2382         fi
2383         if test `cat $f | grep release |\
2384                    cut -f 3 -d ' '`x = "Enterprise"x ; then
2385            DISTVER="Enterprise "`cat $f | grep release |\
2386                     cut -f 6 -d ' '`
2387         else
2388             DISTVER=`cat /etc/redhat-release | grep release |\
2389                      cut -f 5 -d ' '`
2390         fi
2391         hostname=`hostname -s`
2392   ;;
2393 mandrake)
2394         DISTVER=`cat /etc/mandrake-release | grep release |\
2395            cut -f 5 -d ' '`
2396   ;;
2397 gentoo)
2398         DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
2399   ;;
2400 slackware)
2401         DISTVER=`cat /etc/slackware-version`
2402   ;;
2403 solaris)
2404         DISTVER=`uname -r`
2405   ;;
2406 suse)
2407         DISTVER=`cat /etc/SuSE-release |grep VERSION|\
2408             cut -f 3 -d ' '`
2409   ;;
2410 suse5)
2411         DISTNAME=suse
2412         DISTVER=5.x
2413   ;;
2414 unknown)
2415         DISTVER=unknown
2416   ;;
2417 *)
2418   echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
2419   ;;
2420 esac
2421
2422
2423
2424
2425
2426
2427 MCOMMON=./autoconf/Make.common
2428
2429
2430
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.
2439 #
2440 # config.status only pays attention to the cache file if you give it
2441 # the --recheck option to rerun configure.
2442 #
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
2445 # following values.
2446
2447 _ACEOF
2448
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.
2454 {
2455   (set) 2>&1 |
2456     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2457     *ac_space=\ *)
2458       # `set' does not quote correctly, so add quotes (double-quote
2459       # substitution turns \\\\ into \\, and sed turns \\ into \).
2460       sed -n \
2461         "s/'/'\\\\''/g;
2462           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2463       ;;
2464     *)
2465       # `set' quotes correctly as required by POSIX, so do not add quotes.
2466       sed -n \
2467         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2468       ;;
2469     esac;
2470 } |
2471   sed '
2472      t clear
2473      : clear
2474      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2475      t end
2476      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2477      : end' >>confcache
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
2482   else
2483     echo "not updating unwritable cache $cache_file"
2484   fi
2485 fi
2486 rm -f confcache
2487
2488 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2489 # Let make expand exec_prefix.
2490 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2491
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}:*/:/;
2500 s/:*@srcdir@:*/:/;
2501 s/^\([^=]*=[     ]*\):*/\1/;
2502 s/:*$//;
2503 s/^[^=]*=[       ]*$//;
2504 }'
2505 fi
2506
2507 # Transform confdefs.h into DEFS.
2508 # Protect against shell expansion while executing Makefile rules.
2509 # Protect against Makefile macro expansion.
2510 #
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
2515 t clear
2516 : clear
2517 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2518 t quote
2519 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2520 t quote
2521 d
2522 : quote
2523 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2524 s,\[,\\&,g
2525 s,\],\\&,g
2526 s,\$,$$,g
2527 p
2528 _ACEOF
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
2534 # would break.
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
2538
2539
2540 ac_libobjs=
2541 ac_ltlibobjs=
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$//'`
2546   # 2. Add them.
2547   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2548   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2549 done
2550 LIBOBJS=$ac_libobjs
2551
2552 LTLIBOBJS=$ac_ltlibobjs
2553
2554
2555
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
2562 #! $SHELL
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.
2567
2568 debug=false
2569 ac_cs_recheck=false
2570 ac_cs_silent=false
2571 SHELL=\${CONFIG_SHELL-$SHELL}
2572 _ACEOF
2573
2574 cat >>$CONFIG_STATUS <<\_ACEOF
2575 ## --------------------- ##
2576 ## M4sh Initialization.  ##
2577 ## --------------------- ##
2578
2579 # Be Bourne compatible
2580 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2581   emulate sh
2582   NULLCMD=:
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
2587   set -o posix
2588 fi
2589 DUALCASE=1; export DUALCASE # for MKS sh
2590
2591 # Support unset when possible.
2592 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2593   as_unset=unset
2594 else
2595   as_unset=false
2596 fi
2597
2598
2599 # Work around bugs in pre-3.0 UWIN ksh.
2600 $as_unset ENV MAIL MAILPATH
2601 PS1='$ '
2602 PS2='> '
2603 PS4='+ '
2604
2605 # NLS nuisances.
2606 for as_var in \
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
2610 do
2611   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2612     eval $as_var=C; export $as_var
2613   else
2614     $as_unset $as_var
2615   fi
2616 done
2617
2618 # Required to use basename.
2619 if expr a : '\(a\)' >/dev/null 2>&1; then
2620   as_expr=expr
2621 else
2622   as_expr=false
2623 fi
2624
2625 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2626   as_basename=basename
2627 else
2628   as_basename=false
2629 fi
2630
2631
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 ||
2638 echo X/"$0" |
2639     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2640           /^X\/\(\/\/\)$/{ s//\1/; q; }
2641           /^X\/\(\/\).*/{ s//\1/; q; }
2642           s/.*/./; q'`
2643
2644
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
2652
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
2657   chmod +x conf$$.sh
2658   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2659     PATH_SEPARATOR=';'
2660   else
2661     PATH_SEPARATOR=:
2662   fi
2663   rm -f conf$$.sh
2664 fi
2665
2666
2667   as_lineno_1=$LINENO
2668   as_lineno_2=$LINENO
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
2673   # relative or not.
2674   case $0 in
2675     *[\\/]* ) as_myself=$0 ;;
2676     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2677 for as_dir in $PATH
2678 do
2679   IFS=$as_save_IFS
2680   test -z "$as_dir" && as_dir=.
2681   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2682 done
2683
2684        ;;
2685   esac
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
2689     as_myself=$0
2690   fi
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; }; }
2695   fi
2696   case $CONFIG_SHELL in
2697   '')
2698     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2699 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2700 do
2701   IFS=$as_save_IFS
2702   test -z "$as_dir" && as_dir=.
2703   for as_base in sh bash ksh sh5; do
2704          case $as_dir in
2705          /*)
2706            if ("$as_dir/$as_base" -c '
2707   as_lineno_1=$LINENO
2708   as_lineno_2=$LINENO
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
2715              export CONFIG_SHELL
2716              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2717            fi;;
2718          esac
2719        done
2720 done
2721 ;;
2722   esac
2723
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 |
2733     sed '
2734       N
2735       s,$,-,
2736       : loop
2737       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2738       t loop
2739       s,-$,,
2740       s,^['$as_cr_digits']*\n,,
2741     ' >$as_me.lineno &&
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; }; }
2746
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).
2750   . ./$as_me.lineno
2751   # Exit status is that of the last command.
2752   exit
2753 }
2754
2755
2756 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2757   *c*,-n*) ECHO_N= ECHO_C='
2758 ' ECHO_T='      ' ;;
2759   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2760   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2761 esac
2762
2763 if expr a : '\(a\)' >/dev/null 2>&1; then
2764   as_expr=expr
2765 else
2766   as_expr=false
2767 fi
2768
2769 rm -f conf$$ conf$$.exe conf$$.file
2770 echo >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
2776     as_ln_s='cp -p'
2777   else
2778     as_ln_s='ln -s'
2779   fi
2780 elif ln conf$$.file conf$$ 2>/dev/null; then
2781   as_ln_s=ln
2782 else
2783   as_ln_s='cp -p'
2784 fi
2785 rm -f conf$$ conf$$.exe conf$$.file
2786
2787 if mkdir -p . 2>/dev/null; then
2788   as_mkdir_p=:
2789 else
2790   test -d ./-p && rmdir ./-p
2791   as_mkdir_p=false
2792 fi
2793
2794 as_executable_p="test -f"
2795
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'"
2798
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'"
2801
2802
2803 # IFS
2804 # We need space, tab and new line, in precisely that order.
2805 as_nl='
2806 '
2807 IFS="   $as_nl"
2808
2809 # CDPATH.
2810 $as_unset CDPATH
2811
2812 exec 6>&1
2813
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.
2817 exec 5>>config.log
2818 {
2819   echo
2820   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2821 ## Running $as_me. ##
2822 _ASBOX
2823 } >&5
2824 cat >&5 <<_CSEOF
2825
2826 This file was extended by $as_me, which was
2827 generated by GNU Autoconf 2.59.  Invocation command line was
2828
2829   CONFIG_FILES    = $CONFIG_FILES
2830   CONFIG_HEADERS  = $CONFIG_HEADERS
2831   CONFIG_LINKS    = $CONFIG_LINKS
2832   CONFIG_COMMANDS = $CONFIG_COMMANDS
2833   $ $0 $@
2834
2835 _CSEOF
2836 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2837 echo >&5
2838 _ACEOF
2839
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
2843 fi
2844
2845 if test -n "$ac_config_headers"; then
2846   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2847 fi
2848
2849 if test -n "$ac_config_links"; then
2850   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2851 fi
2852
2853 if test -n "$ac_config_commands"; then
2854   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2855 fi
2856
2857 cat >>$CONFIG_STATUS <<\_ACEOF
2858
2859 ac_cs_usage="\
2860 \`$as_me' instantiates files from templates according to the
2861 current configuration.
2862
2863 Usage: $0 [OPTIONS] [FILE]...
2864
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
2872
2873 Configuration files:
2874 $config_files
2875
2876 Configuration commands:
2877 $config_commands
2878
2879 Report bugs to <bug-autoconf@gnu.org>."
2880 _ACEOF
2881
2882 cat >>$CONFIG_STATUS <<_ACEOF
2883 ac_cs_version="\\
2884 config.status
2885 configured by $0, generated by GNU Autoconf 2.59,
2886   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2887
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."
2891 srcdir=$srcdir
2892 INSTALL="$INSTALL"
2893 _ACEOF
2894
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.
2898 ac_need_defaults=:
2899 while test $# != 0
2900 do
2901   case $1 in
2902   --*=*)
2903     ac_option=`expr "x$1" : 'x\([^=]*\)='`
2904     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2905     ac_shift=:
2906     ;;
2907   -*)
2908     ac_option=$1
2909     ac_optarg=$2
2910     ac_shift=shift
2911     ;;
2912   *) # This is not an option, so the user has probably given explicit
2913      # arguments.
2914      ac_option=$1
2915      ac_need_defaults=false;;
2916   esac
2917
2918   case $ac_option in
2919   # Handling of the options.
2920 _ACEOF
2921 cat >>$CONFIG_STATUS <<\_ACEOF
2922   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2923     ac_cs_recheck=: ;;
2924   --version | --vers* | -V )
2925     echo "$ac_cs_version"; exit 0 ;;
2926   --he | --h)
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 )
2936     debug=: ;;
2937   --file | --fil | --fi | --f )
2938     $ac_shift
2939     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2940     ac_need_defaults=false;;
2941   --header | --heade | --head | --hea )
2942     $ac_shift
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)
2947     ac_cs_silent=: ;;
2948
2949   # This is an error.
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; }; } ;;
2955
2956   *) ac_config_targets="$ac_config_targets $1" ;;
2957
2958   esac
2959   shift
2960 done
2961
2962 ac_configure_extra_args=
2963
2964 if $ac_cs_silent; then
2965   exec 6>/dev/null
2966   ac_configure_extra_args="$ac_configure_extra_args --silent"
2967 fi
2968
2969 _ACEOF
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
2974 fi
2975
2976 _ACEOF
2977
2978
2979
2980
2981
2982 cat >>$CONFIG_STATUS <<\_ACEOF
2983 for ac_config_target in $ac_config_targets
2984 do
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; }; };;
2996   esac
2997 done
2998
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
3006 fi
3007
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.
3012 $debug ||
3013 {
3014   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3015   trap '{ (exit 1); exit 1; }' 1 2 13 15
3016 }
3017
3018 # Create a (secure) tmp directory for tmp files.
3019
3020 {
3021   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3022   test -n "$tmp" && test -d "$tmp"
3023 }  ||
3024 {
3025   tmp=./confstat$$-$RANDOM
3026   (umask 077 && mkdir $tmp)
3027 } ||
3028 {
3029    echo "$me: cannot create a temporary directory in ." >&2
3030    { (exit 1); exit 1; }
3031 }
3032
3033 _ACEOF
3034
3035 cat >>$CONFIG_STATUS <<_ACEOF
3036
3037 #
3038 # CONFIG_FILES section.
3039 #
3040
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
3072 s,@DEFS@,$DEFS,;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
3076 s,@LIBS@,$LIBS,;t t
3077 s,@BUILD_DIR@,$BUILD_DIR,;t t
3078 s,@bacula@,$bacula,;t t
3079 s,@VERSION@,$VERSION,;t t
3080 s,@DATE@,$DATE,;t t
3081 s,@TRUEPRG@,$TRUEPRG,;t t
3082 s,@FALSEPRG@,$FALSEPRG,;t t
3083 s,@AWK@,$AWK,;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
3087 s,@MV@,$MV,;t t
3088 s,@RM@,$RM,;t t
3089 s,@CP@,$CP,;t t
3090 s,@ECHO@,$ECHO,;t t
3091 s,@AR@,$AR,;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
3096 s,@host@,$host,;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
3136 s,@MCOMMON@,,;t t
3137 CEOF
3138
3139 _ACEOF
3140
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.
3144   ac_max_sed_lines=48
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.
3148   ac_more_lines=:
3149   ac_sed_cmds=
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
3153     else
3154       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3155     fi
3156     if test ! -s $tmp/subs.frag; then
3157       ac_more_lines=false
3158     else
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.
3163       (echo ':t
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"
3167       else
3168         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3169       fi
3170       ac_sed_frag=`expr $ac_sed_frag + 1`
3171       ac_beg=$ac_end
3172       ac_end=`expr $ac_end + $ac_max_sed_lines`
3173     fi
3174   done
3175   if test -z "$ac_sed_cmds"; then
3176     ac_sed_cmds=cat
3177   fi
3178 fi # test -n "$CONFIG_FILES"
3179
3180 _ACEOF
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".
3184   case $ac_file in
3185   - | *:- | *:-:* ) # input from stdin
3186         cat >$tmp/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 ;;
3192   esac
3193
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 ||
3201 echo X"$ac_file" |
3202     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3203           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3204           /^X\(\/\/\)$/{ s//\1/; q; }
3205           /^X\(\/\).*/{ s//\1/; q; }
3206           s/.*/./; q'`
3207   { if $as_mkdir_p; then
3208     mkdir -p "$ac_dir"
3209   else
3210     as_dir="$ac_dir"
3211     as_dirs=
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 ||
3220 echo X"$as_dir" |
3221     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3222           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3223           /^X\(\/\/\)$/{ s//\1/; q; }
3224           /^X\(\/\).*/{ s//\1/; q; }
3225           s/.*/./; q'`
3226     done
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; }; }; }
3231
3232   ac_builddir=.
3233
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'`
3238 else
3239   ac_dir_suffix= ac_top_builddir=
3240 fi
3241
3242 case $srcdir in
3243   .)  # No --srcdir option.  We are building in place.
3244     ac_srcdir=.
3245     if test -z "$ac_top_builddir"; then
3246        ac_top_srcdir=.
3247     else
3248        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3249     fi ;;
3250   [\\/]* | ?:[\\/]* )  # Absolute path.
3251     ac_srcdir=$srcdir$ac_dir_suffix;
3252     ac_top_srcdir=$srcdir ;;
3253   *) # Relative path.
3254     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3255     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3256 esac
3257
3258 # Do not use `cd foo && pwd` to compute absolute paths, because
3259 # the directories may not exist.
3260 case `pwd` in
3261 .) ac_abs_builddir="$ac_dir";;
3262 *)
3263   case "$ac_dir" in
3264   .) ac_abs_builddir=`pwd`;;
3265   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3266   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3267   esac;;
3268 esac
3269 case $ac_abs_builddir in
3270 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3271 *)
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}.;;
3276   esac;;
3277 esac
3278 case $ac_abs_builddir in
3279 .) ac_abs_srcdir=$ac_srcdir;;
3280 *)
3281   case $ac_srcdir in
3282   .) ac_abs_srcdir=$ac_abs_builddir;;
3283   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3284   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3285   esac;;
3286 esac
3287 case $ac_abs_builddir in
3288 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3289 *)
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;;
3294   esac;;
3295 esac
3296
3297
3298   case $INSTALL in
3299   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3300   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3301   esac
3302
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;}
3306     rm -f "$ac_file"
3307   fi
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
3312     configure_input=
3313   else
3314     configure_input="$ac_file.  "
3315   fi
3316   configure_input=$configure_input"Generated from `echo $ac_file_in |
3317                                      sed 's,.*/,,'` by configure."
3318
3319   # First look for the input files in the build tree, otherwise in the
3320   # src tree.
3321   ac_file_inputs=`IFS=:
3322     for f in $ac_file_in; do
3323       case $f in
3324       -) echo $tmp/stdin ;;
3325       [\\/$]*)
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; }; }
3330          echo "$f";;
3331       *) # Relative
3332          if test -f "$f"; then
3333            # Build tree
3334            echo "$f"
3335          elif test -f "$srcdir/$f"; then
3336            # Source tree
3337            echo "$srcdir/$f"
3338          else
3339            # /dev/null tree
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; }; }
3343          fi;;
3344       esac
3345     done` || { (exit 1); exit 1; }
3346 _ACEOF
3347 cat >>$CONFIG_STATUS <<_ACEOF
3348   sed "$ac_vpsub
3349 $extrasub
3350 _ACEOF
3351 cat >>$CONFIG_STATUS <<\_ACEOF
3352 :t
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
3365   rm -f $tmp/stdin
3366   if test x"$ac_file" != x-; then
3367     mv $tmp/out $ac_file
3368   else
3369     cat $tmp/out
3370     rm -f $tmp/out
3371   fi
3372
3373 done
3374 _ACEOF
3375 cat >>$CONFIG_STATUS <<\_ACEOF
3376
3377 #
3378 # CONFIG_COMMANDS section.
3379 #
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 ||
3389 echo X"$ac_dest" |
3390     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3391           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3392           /^X\(\/\/\)$/{ s//\1/; q; }
3393           /^X\(\/\).*/{ s//\1/; q; }
3394           s/.*/./; q'`
3395   { if $as_mkdir_p; then
3396     mkdir -p "$ac_dir"
3397   else
3398     as_dir="$ac_dir"
3399     as_dirs=
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 ||
3408 echo X"$as_dir" |
3409     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3410           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3411           /^X\(\/\/\)$/{ s//\1/; q; }
3412           /^X\(\/\).*/{ s//\1/; q; }
3413           s/.*/./; q'`
3414     done
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; }; }; }
3419
3420   ac_builddir=.
3421
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'`
3426 else
3427   ac_dir_suffix= ac_top_builddir=
3428 fi
3429
3430 case $srcdir in
3431   .)  # No --srcdir option.  We are building in place.
3432     ac_srcdir=.
3433     if test -z "$ac_top_builddir"; then
3434        ac_top_srcdir=.
3435     else
3436        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3437     fi ;;
3438   [\\/]* | ?:[\\/]* )  # Absolute path.
3439     ac_srcdir=$srcdir$ac_dir_suffix;
3440     ac_top_srcdir=$srcdir ;;
3441   *) # Relative path.
3442     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3443     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3444 esac
3445
3446 # Do not use `cd foo && pwd` to compute absolute paths, because
3447 # the directories may not exist.
3448 case `pwd` in
3449 .) ac_abs_builddir="$ac_dir";;
3450 *)
3451   case "$ac_dir" in
3452   .) ac_abs_builddir=`pwd`;;
3453   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3454   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3455   esac;;
3456 esac
3457 case $ac_abs_builddir in
3458 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3459 *)
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}.;;
3464   esac;;
3465 esac
3466 case $ac_abs_builddir in
3467 .) ac_abs_srcdir=$ac_srcdir;;
3468 *)
3469   case $ac_srcdir in
3470   .) ac_abs_srcdir=$ac_abs_builddir;;
3471   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3472   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3473   esac;;
3474 esac
3475 case $ac_abs_builddir in
3476 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3477 *)
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;;
3482   esac;;
3483 esac
3484
3485
3486   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
3487 echo "$as_me: executing $ac_dest commands" >&6;}
3488   case $ac_dest in
3489     default )
3490  ;;
3491   esac
3492 done
3493 _ACEOF
3494
3495 cat >>$CONFIG_STATUS <<\_ACEOF
3496
3497 { (exit 0); exit 0; }
3498 _ACEOF
3499 chmod +x $CONFIG_STATUS
3500 ac_clean_files=$ac_clean_files_save
3501
3502
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
3512   ac_cs_success=:
3513   ac_config_status_args=
3514   test "$silent" = yes &&
3515     ac_config_status_args="$ac_config_status_args --quiet"
3516   exec 5>/dev/null
3517   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3518   exec 5>>config.log
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; }
3522 fi
3523
3524
3525
3526 echo "
3527 Configuration on `date`:
3528
3529   Host:                       $host -- ${DISTNAME} ${DISTVER}
3530   Source code location:       ${bacula}
3531
3532   " > config.out
3533
3534 cat config.out