]> git.sur5r.net Git - bacula/bacula/blob - gui/configure
Update autoconf
[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 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 bacula 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
792 _ACEOF
793 fi
794
795 if test "$ac_init_help" = "recursive"; then
796   # If there are subdirs, report their specific --help.
797   ac_popdir=`pwd`
798   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
799     test -d $ac_dir || continue
800     ac_builddir=.
801
802 if test "$ac_dir" != .; then
803   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
804   # A "../" for each directory in $ac_dir_suffix.
805   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
806 else
807   ac_dir_suffix= ac_top_builddir=
808 fi
809
810 case $srcdir in
811   .)  # No --srcdir option.  We are building in place.
812     ac_srcdir=.
813     if test -z "$ac_top_builddir"; then
814        ac_top_srcdir=.
815     else
816        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
817     fi ;;
818   [\\/]* | ?:[\\/]* )  # Absolute path.
819     ac_srcdir=$srcdir$ac_dir_suffix;
820     ac_top_srcdir=$srcdir ;;
821   *) # Relative path.
822     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
823     ac_top_srcdir=$ac_top_builddir$srcdir ;;
824 esac
825
826 # Do not use `cd foo && pwd` to compute absolute paths, because
827 # the directories may not exist.
828 case `pwd` in
829 .) ac_abs_builddir="$ac_dir";;
830 *)
831   case "$ac_dir" in
832   .) ac_abs_builddir=`pwd`;;
833   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
834   *) ac_abs_builddir=`pwd`/"$ac_dir";;
835   esac;;
836 esac
837 case $ac_abs_builddir in
838 .) ac_abs_top_builddir=${ac_top_builddir}.;;
839 *)
840   case ${ac_top_builddir}. in
841   .) ac_abs_top_builddir=$ac_abs_builddir;;
842   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
843   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
844   esac;;
845 esac
846 case $ac_abs_builddir in
847 .) ac_abs_srcdir=$ac_srcdir;;
848 *)
849   case $ac_srcdir in
850   .) ac_abs_srcdir=$ac_abs_builddir;;
851   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
852   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
853   esac;;
854 esac
855 case $ac_abs_builddir in
856 .) ac_abs_top_srcdir=$ac_top_srcdir;;
857 *)
858   case $ac_top_srcdir in
859   .) ac_abs_top_srcdir=$ac_abs_builddir;;
860   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
861   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
862   esac;;
863 esac
864
865     cd $ac_dir
866     # Check for guested configure; otherwise get Cygnus style configure.
867     if test -f $ac_srcdir/configure.gnu; then
868       echo
869       $SHELL $ac_srcdir/configure.gnu  --help=recursive
870     elif test -f $ac_srcdir/configure; then
871       echo
872       $SHELL $ac_srcdir/configure  --help=recursive
873     elif test -f $ac_srcdir/configure.ac ||
874            test -f $ac_srcdir/configure.in; then
875       echo
876       $ac_configure --help
877     else
878       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
879     fi
880     cd $ac_popdir
881   done
882 fi
883
884 test -n "$ac_init_help" && exit 0
885 if $ac_init_version; then
886   cat <<\_ACEOF
887
888 Copyright (C) 2003 Free Software Foundation, Inc.
889 This configure script is free software; the Free Software Foundation
890 gives unlimited permission to copy, distribute and modify it.
891 _ACEOF
892   exit 0
893 fi
894 exec 5>config.log
895 cat >&5 <<_ACEOF
896 This file contains any messages produced by compilers while
897 running configure, to aid debugging if configure makes a mistake.
898
899 It was created by $as_me, which was
900 generated by GNU Autoconf 2.59.  Invocation command line was
901
902   $ $0 $@
903
904 _ACEOF
905 {
906 cat <<_ASUNAME
907 ## --------- ##
908 ## Platform. ##
909 ## --------- ##
910
911 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
912 uname -m = `(uname -m) 2>/dev/null || echo unknown`
913 uname -r = `(uname -r) 2>/dev/null || echo unknown`
914 uname -s = `(uname -s) 2>/dev/null || echo unknown`
915 uname -v = `(uname -v) 2>/dev/null || echo unknown`
916
917 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
918 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
919
920 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
921 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
922 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
923 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
924 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
925 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
926 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
927
928 _ASUNAME
929
930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
931 for as_dir in $PATH
932 do
933   IFS=$as_save_IFS
934   test -z "$as_dir" && as_dir=.
935   echo "PATH: $as_dir"
936 done
937
938 } >&5
939
940 cat >&5 <<_ACEOF
941
942
943 ## ----------- ##
944 ## Core tests. ##
945 ## ----------- ##
946
947 _ACEOF
948
949
950 # Keep a trace of the command line.
951 # Strip out --no-create and --no-recursion so they do not pile up.
952 # Strip out --silent because we don't want to record it for future runs.
953 # Also quote any args containing shell meta-characters.
954 # Make two passes to allow for proper duplicate-argument suppression.
955 ac_configure_args=
956 ac_configure_args0=
957 ac_configure_args1=
958 ac_sep=
959 ac_must_keep_next=false
960 for ac_pass in 1 2
961 do
962   for ac_arg
963   do
964     case $ac_arg in
965     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
966     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
967     | -silent | --silent | --silen | --sile | --sil)
968       continue ;;
969     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
970       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
971     esac
972     case $ac_pass in
973     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
974     2)
975       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
976       if test $ac_must_keep_next = true; then
977         ac_must_keep_next=false # Got value, back to normal.
978       else
979         case $ac_arg in
980           *=* | --config-cache | -C | -disable-* | --disable-* \
981           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
982           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
983           | -with-* | --with-* | -without-* | --without-* | --x)
984             case "$ac_configure_args0 " in
985               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
986             esac
987             ;;
988           -* ) ac_must_keep_next=true ;;
989         esac
990       fi
991       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
992       # Get rid of the leading space.
993       ac_sep=" "
994       ;;
995     esac
996   done
997 done
998 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
999 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1000
1001 # When interrupted or exit'd, cleanup temporary files, and complete
1002 # config.log.  We remove comments because anyway the quotes in there
1003 # would cause problems or look ugly.
1004 # WARNING: Be sure not to use single quotes in there, as some shells,
1005 # such as our DU 5.0 friend, will then `close' the trap.
1006 trap 'exit_status=$?
1007   # Save into config.log some information that might help in debugging.
1008   {
1009     echo
1010
1011     cat <<\_ASBOX
1012 ## ---------------- ##
1013 ## Cache variables. ##
1014 ## ---------------- ##
1015 _ASBOX
1016     echo
1017     # The following way of writing the cache mishandles newlines in values,
1018 {
1019   (set) 2>&1 |
1020     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1021     *ac_space=\ *)
1022       sed -n \
1023         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1024           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1025       ;;
1026     *)
1027       sed -n \
1028         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1029       ;;
1030     esac;
1031 }
1032     echo
1033
1034     cat <<\_ASBOX
1035 ## ----------------- ##
1036 ## Output variables. ##
1037 ## ----------------- ##
1038 _ASBOX
1039     echo
1040     for ac_var in $ac_subst_vars
1041     do
1042       eval ac_val=$`echo $ac_var`
1043       echo "$ac_var='"'"'$ac_val'"'"'"
1044     done | sort
1045     echo
1046
1047     if test -n "$ac_subst_files"; then
1048       cat <<\_ASBOX
1049 ## ------------- ##
1050 ## Output files. ##
1051 ## ------------- ##
1052 _ASBOX
1053       echo
1054       for ac_var in $ac_subst_files
1055       do
1056         eval ac_val=$`echo $ac_var`
1057         echo "$ac_var='"'"'$ac_val'"'"'"
1058       done | sort
1059       echo
1060     fi
1061
1062     if test -s confdefs.h; then
1063       cat <<\_ASBOX
1064 ## ----------- ##
1065 ## confdefs.h. ##
1066 ## ----------- ##
1067 _ASBOX
1068       echo
1069       sed "/^$/d" confdefs.h | sort
1070       echo
1071     fi
1072     test "$ac_signal" != 0 &&
1073       echo "$as_me: caught signal $ac_signal"
1074     echo "$as_me: exit $exit_status"
1075   } >&5
1076   rm -f core *.core &&
1077   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1078     exit $exit_status
1079      ' 0
1080 for ac_signal in 1 2 13 15; do
1081   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1082 done
1083 ac_signal=0
1084
1085 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1086 rm -rf conftest* confdefs.h
1087 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1088 echo >confdefs.h
1089
1090 # Predefined preprocessor variables.
1091
1092 cat >>confdefs.h <<_ACEOF
1093 #define PACKAGE_NAME "$PACKAGE_NAME"
1094 _ACEOF
1095
1096
1097 cat >>confdefs.h <<_ACEOF
1098 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1099 _ACEOF
1100
1101
1102 cat >>confdefs.h <<_ACEOF
1103 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1104 _ACEOF
1105
1106
1107 cat >>confdefs.h <<_ACEOF
1108 #define PACKAGE_STRING "$PACKAGE_STRING"
1109 _ACEOF
1110
1111
1112 cat >>confdefs.h <<_ACEOF
1113 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1114 _ACEOF
1115
1116
1117 # Let the site file select an alternate cache file if it wants to.
1118 # Prefer explicitly selected file to automatically selected ones.
1119 if test -z "$CONFIG_SITE"; then
1120   if test "x$prefix" != xNONE; then
1121     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1122   else
1123     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1124   fi
1125 fi
1126 for ac_site_file in $CONFIG_SITE; do
1127   if test -r "$ac_site_file"; then
1128     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1129 echo "$as_me: loading site script $ac_site_file" >&6;}
1130     sed 's/^/| /' "$ac_site_file" >&5
1131     . "$ac_site_file"
1132   fi
1133 done
1134
1135 if test -r "$cache_file"; then
1136   # Some versions of bash will fail to source /dev/null (special
1137   # files actually), so we avoid doing that.
1138   if test -f "$cache_file"; then
1139     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1140 echo "$as_me: loading cache $cache_file" >&6;}
1141     case $cache_file in
1142       [\\/]* | ?:[\\/]* ) . $cache_file;;
1143       *)                      . ./$cache_file;;
1144     esac
1145   fi
1146 else
1147   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1148 echo "$as_me: creating cache $cache_file" >&6;}
1149   >$cache_file
1150 fi
1151
1152 # Check that the precious variables saved in the cache have kept the same
1153 # value.
1154 ac_cache_corrupted=false
1155 for ac_var in `(set) 2>&1 |
1156                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1157   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1158   eval ac_new_set=\$ac_env_${ac_var}_set
1159   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1160   eval ac_new_val="\$ac_env_${ac_var}_value"
1161   case $ac_old_set,$ac_new_set in
1162     set,)
1163       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1164 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1165       ac_cache_corrupted=: ;;
1166     ,set)
1167       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1168 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1169       ac_cache_corrupted=: ;;
1170     ,);;
1171     *)
1172       if test "x$ac_old_val" != "x$ac_new_val"; then
1173         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1174 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1175         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1176 echo "$as_me:   former value:  $ac_old_val" >&2;}
1177         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1178 echo "$as_me:   current value: $ac_new_val" >&2;}
1179         ac_cache_corrupted=:
1180       fi;;
1181   esac
1182   # Pass precious variables to config.status.
1183   if test "$ac_new_set" = set; then
1184     case $ac_new_val in
1185     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1186       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1187     *) ac_arg=$ac_var=$ac_new_val ;;
1188     esac
1189     case " $ac_configure_args " in
1190       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1191       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1192     esac
1193   fi
1194 done
1195 if $ac_cache_corrupted; then
1196   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1197 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1198   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1199 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1200    { (exit 1); exit 1; }; }
1201 fi
1202
1203 ac_ext=c
1204 ac_cpp='$CPP $CPPFLAGS'
1205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227 BUILD_DIR=`pwd`
1228 cd ..
1229 TOP_DIR=`pwd`
1230 cd ${BUILD_DIR}
1231
1232 ac_aux_dir=
1233 for ac_dir in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf; do
1234   if test -f $ac_dir/install-sh; then
1235     ac_aux_dir=$ac_dir
1236     ac_install_sh="$ac_aux_dir/install-sh -c"
1237     break
1238   elif test -f $ac_dir/install.sh; then
1239     ac_aux_dir=$ac_dir
1240     ac_install_sh="$ac_aux_dir/install.sh -c"
1241     break
1242   elif test -f $ac_dir/shtool; then
1243     ac_aux_dir=$ac_dir
1244     ac_install_sh="$ac_aux_dir/shtool install -c"
1245     break
1246   fi
1247 done
1248 if test -z "$ac_aux_dir"; then
1249   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf" >&5
1250 echo "$as_me: error: cannot find install-sh or install.sh in ${BUILD_DIR}/autoconf $srcdir/${BUILD_DIR}/autoconf" >&2;}
1251    { (exit 1); exit 1; }; }
1252 fi
1253 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1254 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1255 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1256
1257
1258
1259
1260
1261 for ac_prog in true
1262 do
1263   # Extract the first word of "$ac_prog", so it can be a program name with args.
1264 set dummy $ac_prog; ac_word=$2
1265 echo "$as_me:$LINENO: checking for $ac_word" >&5
1266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1267 if test "${ac_cv_path_TRUEPRG+set}" = set; then
1268   echo $ECHO_N "(cached) $ECHO_C" >&6
1269 else
1270   case $TRUEPRG in
1271   [\\/]* | ?:[\\/]*)
1272   ac_cv_path_TRUEPRG="$TRUEPRG" # Let the user override the test with a path.
1273   ;;
1274   *)
1275   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1276 for as_dir in $PATH
1277 do
1278   IFS=$as_save_IFS
1279   test -z "$as_dir" && as_dir=.
1280   for ac_exec_ext in '' $ac_executable_extensions; do
1281   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1282     ac_cv_path_TRUEPRG="$as_dir/$ac_word$ac_exec_ext"
1283     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1284     break 2
1285   fi
1286 done
1287 done
1288
1289   ;;
1290 esac
1291 fi
1292 TRUEPRG=$ac_cv_path_TRUEPRG
1293
1294 if test -n "$TRUEPRG"; then
1295   echo "$as_me:$LINENO: result: $TRUEPRG" >&5
1296 echo "${ECHO_T}$TRUEPRG" >&6
1297 else
1298   echo "$as_me:$LINENO: result: no" >&5
1299 echo "${ECHO_T}no" >&6
1300 fi
1301
1302   test -n "$TRUEPRG" && break
1303 done
1304 test -n "$TRUEPRG" || TRUEPRG=":"
1305
1306 for ac_prog in false
1307 do
1308   # Extract the first word of "$ac_prog", so it can be a program name with args.
1309 set dummy $ac_prog; ac_word=$2
1310 echo "$as_me:$LINENO: checking for $ac_word" >&5
1311 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1312 if test "${ac_cv_path_FALSEPRG+set}" = set; then
1313   echo $ECHO_N "(cached) $ECHO_C" >&6
1314 else
1315   case $FALSEPRG in
1316   [\\/]* | ?:[\\/]*)
1317   ac_cv_path_FALSEPRG="$FALSEPRG" # Let the user override the test with a path.
1318   ;;
1319   *)
1320   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1321 for as_dir in $PATH
1322 do
1323   IFS=$as_save_IFS
1324   test -z "$as_dir" && as_dir=.
1325   for ac_exec_ext in '' $ac_executable_extensions; do
1326   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1327     ac_cv_path_FALSEPRG="$as_dir/$ac_word$ac_exec_ext"
1328     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1329     break 2
1330   fi
1331 done
1332 done
1333
1334   ;;
1335 esac
1336 fi
1337 FALSEPRG=$ac_cv_path_FALSEPRG
1338
1339 if test -n "$FALSEPRG"; then
1340   echo "$as_me:$LINENO: result: $FALSEPRG" >&5
1341 echo "${ECHO_T}$FALSEPRG" >&6
1342 else
1343   echo "$as_me:$LINENO: result: no" >&5
1344 echo "${ECHO_T}no" >&6
1345 fi
1346
1347   test -n "$FALSEPRG" && break
1348 done
1349 test -n "$FALSEPRG" || FALSEPRG=":"
1350
1351
1352 for ac_prog in gawk mawk nawk awk
1353 do
1354   # Extract the first word of "$ac_prog", so it can be a program name with args.
1355 set dummy $ac_prog; ac_word=$2
1356 echo "$as_me:$LINENO: checking for $ac_word" >&5
1357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1358 if test "${ac_cv_prog_AWK+set}" = set; then
1359   echo $ECHO_N "(cached) $ECHO_C" >&6
1360 else
1361   if test -n "$AWK"; then
1362   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1363 else
1364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1365 for as_dir in $PATH
1366 do
1367   IFS=$as_save_IFS
1368   test -z "$as_dir" && as_dir=.
1369   for ac_exec_ext in '' $ac_executable_extensions; do
1370   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1371     ac_cv_prog_AWK="$ac_prog"
1372     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1373     break 2
1374   fi
1375 done
1376 done
1377
1378 fi
1379 fi
1380 AWK=$ac_cv_prog_AWK
1381 if test -n "$AWK"; then
1382   echo "$as_me:$LINENO: result: $AWK" >&5
1383 echo "${ECHO_T}$AWK" >&6
1384 else
1385   echo "$as_me:$LINENO: result: no" >&5
1386 echo "${ECHO_T}no" >&6
1387 fi
1388
1389   test -n "$AWK" && break
1390 done
1391
1392 # Some AWK programs fail, so test it and warn the user
1393 if echo xfoo | $AWK 'BEGIN { prog=ARGV1; ARGC=1 }
1394       { if ((prog == $2) || (("(" prog ")") == $2) ||
1395            (("" prog "") == $2) ||
1396            ((prog ":") == $2)) { print $1 ; exit 0 } }' xfoo>/dev/null; then :;
1397 else
1398   { { echo "$as_me:$LINENO: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
1399    The regex engine of $AWK is too broken to be used you
1400    might want to install GNU AWK.
1401    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&5
1402 echo "$as_me: error: !!!!!!!!! WARNING !!!!!!!!!!!!!!
1403    The regex engine of $AWK is too broken to be used you
1404    might want to install GNU AWK.
1405    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >&2;}
1406    { (exit 1); exit 1; }; }
1407 fi
1408 THE_AWK=$AWK
1409 # Extract the first word of "$THE_AWK", so it can be a program name with args.
1410 set dummy $THE_AWK; ac_word=$2
1411 echo "$as_me:$LINENO: checking for $ac_word" >&5
1412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1413 if test "${ac_cv_path_AWK+set}" = set; then
1414   echo $ECHO_N "(cached) $ECHO_C" >&6
1415 else
1416   case $AWK in
1417   [\\/]* | ?:[\\/]*)
1418   ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
1419   ;;
1420   *)
1421   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1422 for as_dir in $PATH
1423 do
1424   IFS=$as_save_IFS
1425   test -z "$as_dir" && as_dir=.
1426   for ac_exec_ext in '' $ac_executable_extensions; do
1427   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1428     ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
1429     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1430     break 2
1431   fi
1432 done
1433 done
1434
1435   test -z "$ac_cv_path_AWK" && ac_cv_path_AWK="$THE_AWK"
1436   ;;
1437 esac
1438 fi
1439 AWK=$ac_cv_path_AWK
1440
1441 if test -n "$AWK"; then
1442   echo "$as_me:$LINENO: result: $AWK" >&5
1443 echo "${ECHO_T}$AWK" >&6
1444 else
1445   echo "$as_me:$LINENO: result: no" >&5
1446 echo "${ECHO_T}no" >&6
1447 fi
1448
1449
1450
1451 #VERSION=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/version.h`
1452 #DATE=`sed -n -e 's/^.*[ \t]*BDATE.*"\(.*\)"$/\1/p' ${srcdir}/version.h`
1453 #AC_SUBST(VERSION)dnl
1454 #AC_SUBST(DATE)dnl
1455 #echo "configuring for Bacula $VERSION ($DATE)"
1456
1457
1458 # Find a good install program.  We prefer a C program (faster),
1459 # so one script is as good as another.  But avoid the broken or
1460 # incompatible versions:
1461 # SysV /etc/install, /usr/sbin/install
1462 # SunOS /usr/etc/install
1463 # IRIX /sbin/install
1464 # AIX /bin/install
1465 # AmigaOS /C/install, which installs bootblocks on floppy discs
1466 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1467 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1468 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1469 # OS/2's system install, which has a completely different semantic
1470 # ./install, which can be erroneously created by make from ./install.sh.
1471 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1472 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1473 if test -z "$INSTALL"; then
1474 if test "${ac_cv_path_install+set}" = set; then
1475   echo $ECHO_N "(cached) $ECHO_C" >&6
1476 else
1477   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1478 for as_dir in $PATH
1479 do
1480   IFS=$as_save_IFS
1481   test -z "$as_dir" && as_dir=.
1482   # Account for people who put trailing slashes in PATH elements.
1483 case $as_dir/ in
1484   ./ | .// | /cC/* | \
1485   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1486   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1487   /usr/ucb/* ) ;;
1488   *)
1489     # OSF1 and SCO ODT 3.0 have their own names for install.
1490     # Don't use installbsd from OSF since it installs stuff as root
1491     # by default.
1492     for ac_prog in ginstall scoinst install; do
1493       for ac_exec_ext in '' $ac_executable_extensions; do
1494         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1495           if test $ac_prog = install &&
1496             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1497             # AIX install.  It has an incompatible calling convention.
1498             :
1499           elif test $ac_prog = install &&
1500             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1501             # program-specific install script used by HP pwplus--don't use.
1502             :
1503           else
1504             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1505             break 3
1506           fi
1507         fi
1508       done
1509     done
1510     ;;
1511 esac
1512 done
1513
1514
1515 fi
1516   if test "${ac_cv_path_install+set}" = set; then
1517     INSTALL=$ac_cv_path_install
1518   else
1519     # As a last resort, use the slow shell script.  We don't cache a
1520     # path for INSTALL within a source directory, because that will
1521     # break other packages using the cache if that directory is
1522     # removed, or if the path is relative.
1523     INSTALL=$ac_install_sh
1524   fi
1525 fi
1526 echo "$as_me:$LINENO: result: $INSTALL" >&5
1527 echo "${ECHO_T}$INSTALL" >&6
1528
1529 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1530 # It thinks the first close brace ends the variable substitution.
1531 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1532
1533 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1534
1535 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1536
1537 # Extract the first word of "mv", so it can be a program name with args.
1538 set dummy mv; ac_word=$2
1539 echo "$as_me:$LINENO: checking for $ac_word" >&5
1540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1541 if test "${ac_cv_path_MV+set}" = set; then
1542   echo $ECHO_N "(cached) $ECHO_C" >&6
1543 else
1544   case $MV in
1545   [\\/]* | ?:[\\/]*)
1546   ac_cv_path_MV="$MV" # Let the user override the test with a path.
1547   ;;
1548   *)
1549   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1550 for as_dir in $PATH
1551 do
1552   IFS=$as_save_IFS
1553   test -z "$as_dir" && as_dir=.
1554   for ac_exec_ext in '' $ac_executable_extensions; do
1555   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1556     ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
1557     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1558     break 2
1559   fi
1560 done
1561 done
1562
1563   test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
1564   ;;
1565 esac
1566 fi
1567 MV=$ac_cv_path_MV
1568
1569 if test -n "$MV"; then
1570   echo "$as_me:$LINENO: result: $MV" >&5
1571 echo "${ECHO_T}$MV" >&6
1572 else
1573   echo "$as_me:$LINENO: result: no" >&5
1574 echo "${ECHO_T}no" >&6
1575 fi
1576
1577 # Extract the first word of "rm", so it can be a program name with args.
1578 set dummy rm; ac_word=$2
1579 echo "$as_me:$LINENO: checking for $ac_word" >&5
1580 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1581 if test "${ac_cv_path_RM+set}" = set; then
1582   echo $ECHO_N "(cached) $ECHO_C" >&6
1583 else
1584   case $RM in
1585   [\\/]* | ?:[\\/]*)
1586   ac_cv_path_RM="$RM" # Let the user override the test with a path.
1587   ;;
1588   *)
1589   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1590 for as_dir in $PATH
1591 do
1592   IFS=$as_save_IFS
1593   test -z "$as_dir" && as_dir=.
1594   for ac_exec_ext in '' $ac_executable_extensions; do
1595   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1596     ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
1597     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1598     break 2
1599   fi
1600 done
1601 done
1602
1603   test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
1604   ;;
1605 esac
1606 fi
1607 RM=$ac_cv_path_RM
1608
1609 if test -n "$RM"; then
1610   echo "$as_me:$LINENO: result: $RM" >&5
1611 echo "${ECHO_T}$RM" >&6
1612 else
1613   echo "$as_me:$LINENO: result: no" >&5
1614 echo "${ECHO_T}no" >&6
1615 fi
1616
1617 # Extract the first word of "cp", so it can be a program name with args.
1618 set dummy cp; ac_word=$2
1619 echo "$as_me:$LINENO: checking for $ac_word" >&5
1620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1621 if test "${ac_cv_path_CP+set}" = set; then
1622   echo $ECHO_N "(cached) $ECHO_C" >&6
1623 else
1624   case $CP in
1625   [\\/]* | ?:[\\/]*)
1626   ac_cv_path_CP="$CP" # Let the user override the test with a path.
1627   ;;
1628   *)
1629   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630 for as_dir in $PATH
1631 do
1632   IFS=$as_save_IFS
1633   test -z "$as_dir" && as_dir=.
1634   for ac_exec_ext in '' $ac_executable_extensions; do
1635   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1636     ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
1637     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1638     break 2
1639   fi
1640 done
1641 done
1642
1643   test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
1644   ;;
1645 esac
1646 fi
1647 CP=$ac_cv_path_CP
1648
1649 if test -n "$CP"; then
1650   echo "$as_me:$LINENO: result: $CP" >&5
1651 echo "${ECHO_T}$CP" >&6
1652 else
1653   echo "$as_me:$LINENO: result: no" >&5
1654 echo "${ECHO_T}no" >&6
1655 fi
1656
1657 # Extract the first word of "echo", so it can be a program name with args.
1658 set dummy echo; ac_word=$2
1659 echo "$as_me:$LINENO: checking for $ac_word" >&5
1660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1661 if test "${ac_cv_path_ECHO+set}" = set; then
1662   echo $ECHO_N "(cached) $ECHO_C" >&6
1663 else
1664   case $ECHO in
1665   [\\/]* | ?:[\\/]*)
1666   ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
1667   ;;
1668   *)
1669   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1671 do
1672   IFS=$as_save_IFS
1673   test -z "$as_dir" && as_dir=.
1674   for ac_exec_ext in '' $ac_executable_extensions; do
1675   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1676     ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
1677     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1678     break 2
1679   fi
1680 done
1681 done
1682
1683   test -z "$ac_cv_path_ECHO" && ac_cv_path_ECHO="echo"
1684   ;;
1685 esac
1686 fi
1687 ECHO=$ac_cv_path_ECHO
1688
1689 if test -n "$ECHO"; then
1690   echo "$as_me:$LINENO: result: $ECHO" >&5
1691 echo "${ECHO_T}$ECHO" >&6
1692 else
1693   echo "$as_me:$LINENO: result: no" >&5
1694 echo "${ECHO_T}no" >&6
1695 fi
1696
1697 # Extract the first word of "ar", so it can be a program name with args.
1698 set dummy ar; ac_word=$2
1699 echo "$as_me:$LINENO: checking for $ac_word" >&5
1700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1701 if test "${ac_cv_path_AR+set}" = set; then
1702   echo $ECHO_N "(cached) $ECHO_C" >&6
1703 else
1704   case $AR in
1705   [\\/]* | ?:[\\/]*)
1706   ac_cv_path_AR="$AR" # Let the user override the test with a path.
1707   ;;
1708   *)
1709   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1710 for as_dir in $PATH
1711 do
1712   IFS=$as_save_IFS
1713   test -z "$as_dir" && as_dir=.
1714   for ac_exec_ext in '' $ac_executable_extensions; do
1715   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1716     ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
1717     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1718     break 2
1719   fi
1720 done
1721 done
1722
1723   test -z "$ac_cv_path_AR" && ac_cv_path_AR="ar"
1724   ;;
1725 esac
1726 fi
1727 AR=$ac_cv_path_AR
1728
1729 if test -n "$AR"; then
1730   echo "$as_me:$LINENO: result: $AR" >&5
1731 echo "${ECHO_T}$AR" >&6
1732 else
1733   echo "$as_me:$LINENO: result: no" >&5
1734 echo "${ECHO_T}no" >&6
1735 fi
1736
1737
1738 # Make sure we can run config.sub.
1739 $ac_config_sub sun4 >/dev/null 2>&1 ||
1740   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1741 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1742    { (exit 1); exit 1; }; }
1743
1744 echo "$as_me:$LINENO: checking build system type" >&5
1745 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1746 if test "${ac_cv_build+set}" = set; then
1747   echo $ECHO_N "(cached) $ECHO_C" >&6
1748 else
1749   ac_cv_build_alias=$build_alias
1750 test -z "$ac_cv_build_alias" &&
1751   ac_cv_build_alias=`$ac_config_guess`
1752 test -z "$ac_cv_build_alias" &&
1753   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1754 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1755    { (exit 1); exit 1; }; }
1756 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1757   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1758 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1759    { (exit 1); exit 1; }; }
1760
1761 fi
1762 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1763 echo "${ECHO_T}$ac_cv_build" >&6
1764 build=$ac_cv_build
1765 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1766 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1767 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1768
1769
1770
1771 echo "$as_me:$LINENO: checking host system type" >&5
1772 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1773 if test "${ac_cv_host+set}" = set; then
1774   echo $ECHO_N "(cached) $ECHO_C" >&6
1775 else
1776   ac_cv_host_alias=$host_alias
1777 test -z "$ac_cv_host_alias" &&
1778   ac_cv_host_alias=$ac_cv_build_alias
1779 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1780   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1781 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1782    { (exit 1); exit 1; }; }
1783
1784 fi
1785 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1786 echo "${ECHO_T}$ac_cv_host" >&6
1787 host=$ac_cv_host
1788 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1789 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1790 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1791
1792
1793 case $host_os in
1794   *cygwin* ) CYGWIN=yes;;
1795          * ) CYGWIN=no;;
1796 esac
1797
1798 if test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
1799 then
1800
1801
1802 if $TRUEPRG; then
1803   HAVE_SUN_OS_TRUE=
1804   HAVE_SUN_OS_FALSE='#'
1805 else
1806   HAVE_SUN_OS_TRUE='#'
1807   HAVE_SUN_OS_FALSE=
1808 fi
1809         cat >>confdefs.h <<\_ACEOF
1810 #define HAVE_SUN_OS 1
1811 _ACEOF
1812
1813 else
1814
1815
1816 if $FALSEPRG; then
1817   HAVE_SUN_OS_TRUE=
1818   HAVE_SUN_OS_FALSE='#'
1819 else
1820   HAVE_SUN_OS_TRUE='#'
1821   HAVE_SUN_OS_FALSE=
1822 fi
1823 fi
1824
1825 if test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
1826 then
1827
1828
1829 if $TRUEPRG; then
1830   HAVE_OSF1_OS_TRUE=
1831   HAVE_OSF1_OS_FALSE='#'
1832 else
1833   HAVE_OSF1_OS_TRUE='#'
1834   HAVE_OSF1_OS_FALSE=
1835 fi
1836         cat >>confdefs.h <<\_ACEOF
1837 #define HAVE_OSF1_OS 1
1838 _ACEOF
1839
1840 else
1841
1842
1843 if $FALSEPRG; then
1844   HAVE_OSF1_OS_TRUE=
1845   HAVE_OSF1_OS_FALSE='#'
1846 else
1847   HAVE_OSF1_OS_TRUE='#'
1848   HAVE_OSF1_OS_FALSE=
1849 fi
1850 fi
1851
1852 if test $HAVE_UNAME=yes -a x`uname -s` = xAIX
1853 then
1854
1855
1856 if $TRUEPRG; then
1857   HAVE_AIX_OS_TRUE=
1858   HAVE_AIX_OS_FALSE='#'
1859 else
1860   HAVE_AIX_OS_TRUE='#'
1861   HAVE_AIX_OS_FALSE=
1862 fi
1863         cat >>confdefs.h <<\_ACEOF
1864 #define HAVE_AIX_OS 1
1865 _ACEOF
1866
1867 else
1868
1869
1870 if $FALSEPRG; then
1871   HAVE_AIX_OS_TRUE=
1872   HAVE_AIX_OS_FALSE='#'
1873 else
1874   HAVE_AIX_OS_TRUE='#'
1875   HAVE_AIX_OS_FALSE=
1876 fi
1877 fi
1878
1879 if test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
1880 then
1881
1882
1883 if $TRUEPRG; then
1884   HAVE_HPUX_OS_TRUE=
1885   HAVE_HPUX_OS_FALSE='#'
1886 else
1887   HAVE_HPUX_OS_TRUE='#'
1888   HAVE_HPUX_OS_FALSE=
1889 fi
1890         cat >>confdefs.h <<\_ACEOF
1891 #define HAVE_HPUX_OS 1
1892 _ACEOF
1893
1894 else
1895
1896
1897 if $FALSEPRG; then
1898   HAVE_HPUX_OS_TRUE=
1899   HAVE_HPUX_OS_FALSE='#'
1900 else
1901   HAVE_HPUX_OS_TRUE='#'
1902   HAVE_HPUX_OS_FALSE=
1903 fi
1904 fi
1905
1906 if test $HAVE_UNAME=yes -a x`uname -s` = xLinux
1907 then
1908
1909
1910 if $TRUEPRG; then
1911   HAVE_LINUX_OS_TRUE=
1912   HAVE_LINUX_OS_FALSE='#'
1913 else
1914   HAVE_LINUX_OS_TRUE='#'
1915   HAVE_LINUX_OS_FALSE=
1916 fi
1917         cat >>confdefs.h <<\_ACEOF
1918 #define HAVE_LINUX_OS 1
1919 _ACEOF
1920
1921 else
1922
1923
1924 if $FALSEPRG; then
1925   HAVE_LINUX_OS_TRUE=
1926   HAVE_LINUX_OS_FALSE='#'
1927 else
1928   HAVE_LINUX_OS_TRUE='#'
1929   HAVE_LINUX_OS_FALSE=
1930 fi
1931 fi
1932
1933 if test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
1934 then
1935
1936
1937 if $TRUEPRG; then
1938   HAVE_FREEBSD_OS_TRUE=
1939   HAVE_FREEBSD_OS_FALSE='#'
1940 else
1941   HAVE_FREEBSD_OS_TRUE='#'
1942   HAVE_FREEBSD_OS_FALSE=
1943 fi
1944         cat >>confdefs.h <<\_ACEOF
1945 #define HAVE_FREEBSD_OS 1
1946 _ACEOF
1947
1948 else
1949
1950
1951 if $FALSEPRG; then
1952   HAVE_FREEBSD_OS_TRUE=
1953   HAVE_FREEBSD_OS_FALSE='#'
1954 else
1955   HAVE_FREEBSD_OS_TRUE='#'
1956   HAVE_FREEBSD_OS_FALSE=
1957 fi
1958 fi
1959
1960 if test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
1961 then
1962
1963
1964 if $TRUEPRG; then
1965   HAVE_NETBSD_OS_TRUE=
1966   HAVE_NETBSD_OS_FALSE='#'
1967 else
1968   HAVE_NETBSD_OS_TRUE='#'
1969   HAVE_NETBSD_OS_FALSE=
1970 fi
1971         cat >>confdefs.h <<\_ACEOF
1972 #define HAVE_NETBSD_OS 1
1973 _ACEOF
1974
1975 else
1976
1977
1978 if $FALSEPRG; then
1979   HAVE_NETBSD_OS_TRUE=
1980   HAVE_NETBSD_OS_FALSE='#'
1981 else
1982   HAVE_NETBSD_OS_TRUE='#'
1983   HAVE_NETBSD_OS_FALSE=
1984 fi
1985 fi
1986
1987 if test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
1988 then
1989
1990
1991 if $TRUEPRG; then
1992   HAVE_OPENBSD_OS_TRUE=
1993   HAVE_OPENBSD_OS_FALSE='#'
1994 else
1995   HAVE_OPENBSD_OS_TRUE='#'
1996   HAVE_OPENBSD_OS_FALSE=
1997 fi
1998         cat >>confdefs.h <<\_ACEOF
1999 #define HAVE_OPENBSD_OS 1
2000 _ACEOF
2001
2002 else
2003
2004
2005 if $FALSEPRG; then
2006   HAVE_OPENBSD_OS_TRUE=
2007   HAVE_OPENBSD_OS_FALSE='#'
2008 else
2009   HAVE_OPENBSD_OS_TRUE='#'
2010   HAVE_OPENBSD_OS_FALSE=
2011 fi
2012 fi
2013
2014 if test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2015 then
2016
2017
2018 if $TRUEPRG; then
2019   HAVE_BSDI_OS_TRUE=
2020   HAVE_BSDI_OS_FALSE='#'
2021 else
2022   HAVE_BSDI_OS_TRUE='#'
2023   HAVE_BSDI_OS_FALSE=
2024 fi
2025         cat >>confdefs.h <<\_ACEOF
2026 #define HAVE_BSDI_OS 1
2027 _ACEOF
2028
2029 else
2030
2031
2032 if $FALSEPRG; then
2033   HAVE_BSDI_OS_TRUE=
2034   HAVE_BSDI_OS_FALSE='#'
2035 else
2036   HAVE_BSDI_OS_TRUE='#'
2037   HAVE_BSDI_OS_FALSE=
2038 fi
2039 fi
2040
2041 if test $HAVE_UNAME=yes -a x`uname -s` = xSGI
2042 then
2043
2044
2045 if $TRUEPRG; then
2046   HAVE_SGI_OS_TRUE=
2047   HAVE_SGI_OS_FALSE='#'
2048 else
2049   HAVE_SGI_OS_TRUE='#'
2050   HAVE_SGI_OS_FALSE=
2051 fi
2052         cat >>confdefs.h <<\_ACEOF
2053 #define HAVE_SGI_OS 1
2054 _ACEOF
2055
2056 else
2057
2058
2059 if $FALSEPRG; then
2060   HAVE_SGI_OS_TRUE=
2061   HAVE_SGI_OS_FALSE='#'
2062 else
2063   HAVE_SGI_OS_TRUE='#'
2064   HAVE_SGI_OS_FALSE=
2065 fi
2066 fi
2067
2068 if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2069 then
2070
2071
2072 if $TRUEPRG; then
2073   HAVE_IRIX_OS_TRUE=
2074   HAVE_IRIX_OS_FALSE='#'
2075 else
2076   HAVE_IRIX_OS_TRUE='#'
2077   HAVE_IRIX_OS_FALSE=
2078 fi
2079         cat >>confdefs.h <<\_ACEOF
2080 #define HAVE_IRIX_OS 1
2081 _ACEOF
2082
2083 else
2084
2085
2086 if $FALSEPRG; then
2087   HAVE_IRIX_OS_TRUE=
2088   HAVE_IRIX_OS_FALSE='#'
2089 else
2090   HAVE_IRIX_OS_TRUE='#'
2091   HAVE_IRIX_OS_FALSE=
2092 fi
2093 fi
2094
2095 if test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2096 then
2097
2098
2099 if $TRUEPRG; then
2100   HAVE_DARWIN_OS_TRUE=
2101   HAVE_DARWIN_OS_FALSE='#'
2102 else
2103   HAVE_DARWIN_OS_TRUE='#'
2104   HAVE_DARWIN_OS_FALSE=
2105 fi
2106     cat >>confdefs.h <<\_ACEOF
2107 #define HAVE_DARWIN_OS 1
2108 _ACEOF
2109
2110 else
2111
2112
2113 if $FALSEPRG; then
2114   HAVE_DARWIN_OS_TRUE=
2115   HAVE_DARWIN_OS_FALSE='#'
2116 else
2117   HAVE_DARWIN_OS_TRUE='#'
2118   HAVE_DARWIN_OS_FALSE=
2119 fi
2120 fi
2121
2122
2123 # -----------------------------------------------------------
2124 # ----------------------------------------------------------
2125 echo "$as_me:$LINENO: checking for Operating System Distribution" >&5
2126 echo $ECHO_N "checking for Operating System Distribution... $ECHO_C" >&6
2127 if test "x$DISTNAME" != "x"
2128 then
2129         echo "distname set to $DISTNAME"
2130 elif test $HAVE_UNAME=yes -a x`uname -s` = xOSF1
2131 then
2132         DISTNAME=alpha
2133 elif test $HAVE_UNAME=yes -a x`uname -s` = xAIX
2134 then
2135         DISTNAME=aix
2136 elif test $HAVE_UNAME=yes -a x`uname -s` = xHP-UX
2137 then
2138         DISTNAME=hpux
2139 elif test $HAVE_UNAME=yes -a x`uname -s` = xSunOS
2140 then
2141         DISTNAME=solaris
2142 elif test $HAVE_UNAME=yes -a x`uname -s` = xFreeBSD
2143 then
2144         DISTNAME=freebsd
2145 elif test $HAVE_UNAME=yes -a x`uname -s` = xNetBSD
2146 then
2147         DISTNAME=netbsd
2148 elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
2149 then
2150         DISTNAME=openbsd
2151 elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
2152 then
2153         DISTNAME=irix
2154 elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
2155 then
2156         DISTNAME=bsdi
2157 elif test -f /etc/SuSE-release
2158 then
2159         DISTNAME=suse
2160 elif test -d /etc/SuSEconfig
2161 then
2162         DISTNAME=suse5
2163 elif test -f /etc/mandrake-release
2164 then
2165         DISTNAME=mandrake
2166 elif test -f /etc/whitebox-release
2167 then
2168        DISTNAME=redhat
2169 elif test -f /etc/redhat-release
2170 then
2171         DISTNAME=redhat
2172 elif test -f /etc/gentoo-release
2173 then
2174         DISTNAME=gentoo
2175 elif test -f /etc/debian_version
2176 then
2177         DISTNAME=debian
2178 elif test -f /etc/slackware-version
2179 then
2180         DISTNAME=slackware
2181 elif test $HAVE_UNAME=yes -a x`uname -s` = xDarwin
2182 then
2183     DISTNAME=darwin
2184 elif test -f /etc/engarde-version
2185 then
2186         DISTNAME=engarde
2187 elif test "$CYGWIN" = yes
2188 then
2189         DISTNAME=cygwin
2190         cat >>confdefs.h <<\_ACEOF
2191 #define HAVE_CYGWIN 1
2192 _ACEOF
2193
2194 else
2195         DISTNAME=unknown
2196 fi
2197 echo "$as_me:$LINENO: result: done" >&5
2198 echo "${ECHO_T}done" >&6
2199
2200
2201 # -------------------------------------------------------------------------
2202 #  If the user has not set --exec-prefix, we default to ${prefix}
2203 # -------------------------------------------------------------------------
2204 if test x${exec_prefix} = xNONE ; then
2205     exec_prefix=${prefix}
2206 fi
2207
2208
2209
2210 # ------------------------------------------
2211 # Where to get Bacula source
2212 # ------------------------------------------
2213
2214 # Check whether --with-bacula or --without-bacula was given.
2215 if test "${with_bacula+set}" = set; then
2216   withval="$with_bacula"
2217
2218        if test "x$withval" != "xno" ; then
2219           bacula=$withval
2220        fi
2221
2222
2223 fi;
2224
2225
2226
2227
2228 #
2229 # Finally we set appropriate distribution specific
2230 #  variables and defaults
2231 #
2232 # PFILES are platform specific files
2233 PFILES=""
2234 WIN32=
2235 MACOSX=
2236 hostname=`uname -n | cut -d '.' -f 1`
2237 case "$DISTNAME" in
2238 aix)
2239         DISTVER=`uname -r`
2240   ;;
2241 alpha)
2242         DISTVER=`uname -r`
2243   ;;
2244 bsdi)
2245         DISTVER=`uname -a |awk '{print $3}'`
2246   ;;
2247 cygwin)
2248         DISTVER=`uname -a |awk '{print $3}'`
2249         WIN32=win32
2250   ;;
2251 darwin)
2252         DISTVER=`uname -r`
2253   ;;
2254 debian)
2255         DISTVER=`cat /etc/debian_version`
2256   ;;
2257 freebsd)
2258         DISTVER=`uname -a |awk '{print $3}'`
2259   ;;
2260 hpux)
2261         DISTVER=`uname -r`
2262   ;;
2263 irix)
2264         DISTVER=`uname -r`
2265   ;;
2266 netbsd)
2267         DISTVER=`uname -a |awk '{print $3}'`
2268   ;;
2269 openbsd)
2270         DISTVER=`uname -a |awk '{print $3}'`
2271   ;;
2272 redhat)
2273         if test -f /etc/whitebox-release ; then
2274            f=/etc/whitebox-release
2275         else
2276            f=/etc/redhat-release
2277         fi
2278         if test `cat $f | grep release |\
2279                    cut -f 3 -d ' '`x = "Enterprise"x ; then
2280            DISTVER="Enterprise "`cat $f | grep release |\
2281                     cut -f 6 -d ' '`
2282         else
2283             DISTVER=`cat /etc/redhat-release | grep release |\
2284                      cut -f 5 -d ' '`
2285         fi
2286         hostname=`hostname -s`
2287   ;;
2288 mandrake)
2289         DISTVER=`cat /etc/mandrake-release | grep release |\
2290            cut -f 5 -d ' '`
2291   ;;
2292 gentoo)
2293         DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
2294   ;;
2295 slackware)
2296         DISTVER=`cat /etc/slackware-version`
2297   ;;
2298 solaris)
2299         DISTVER=`uname -r`
2300   ;;
2301 suse)
2302         DISTVER=`cat /etc/SuSE-release |grep VERSION|\
2303             cut -f 3 -d ' '`
2304   ;;
2305 suse5)
2306         DISTNAME=suse
2307         DISTVER=5.x
2308   ;;
2309 unknown)
2310         DISTVER=unknown
2311   ;;
2312 *)
2313   echo " === Something went wrong. Unknown DISTNAME $DISTNAME ==="
2314   ;;
2315 esac
2316
2317
2318
2319
2320
2321
2322 MCOMMON=./autoconf/Make.common
2323
2324
2325
2326                                         ac_config_files="$ac_config_files autoconf/Make.common Makefile bimagemgr/Makefile $PFILES"
2327           ac_config_commands="$ac_config_commands default"
2328 cat >confcache <<\_ACEOF
2329 # This file is a shell script that caches the results of configure
2330 # tests run on this system so they can be shared between configure
2331 # scripts and configure runs, see configure's option --config-cache.
2332 # It is not useful on other systems.  If it contains results you don't
2333 # want to keep, you may remove or edit it.
2334 #
2335 # config.status only pays attention to the cache file if you give it
2336 # the --recheck option to rerun configure.
2337 #
2338 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2339 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2340 # following values.
2341
2342 _ACEOF
2343
2344 # The following way of writing the cache mishandles newlines in values,
2345 # but we know of no workaround that is simple, portable, and efficient.
2346 # So, don't put newlines in cache variables' values.
2347 # Ultrix sh set writes to stderr and can't be redirected directly,
2348 # and sets the high bit in the cache file unless we assign to the vars.
2349 {
2350   (set) 2>&1 |
2351     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2352     *ac_space=\ *)
2353       # `set' does not quote correctly, so add quotes (double-quote
2354       # substitution turns \\\\ into \\, and sed turns \\ into \).
2355       sed -n \
2356         "s/'/'\\\\''/g;
2357           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2358       ;;
2359     *)
2360       # `set' quotes correctly as required by POSIX, so do not add quotes.
2361       sed -n \
2362         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2363       ;;
2364     esac;
2365 } |
2366   sed '
2367      t clear
2368      : clear
2369      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2370      t end
2371      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2372      : end' >>confcache
2373 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2374   if test -w $cache_file; then
2375     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2376     cat confcache >$cache_file
2377   else
2378     echo "not updating unwritable cache $cache_file"
2379   fi
2380 fi
2381 rm -f confcache
2382
2383 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2384 # Let make expand exec_prefix.
2385 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2386
2387 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2388 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2389 # trailing colons and then remove the whole line if VPATH becomes empty
2390 # (actually we leave an empty line to preserve line numbers).
2391 if test "x$srcdir" = x.; then
2392   ac_vpsub='/^[  ]*VPATH[        ]*=/{
2393 s/:*\$(srcdir):*/:/;
2394 s/:*\${srcdir}:*/:/;
2395 s/:*@srcdir@:*/:/;
2396 s/^\([^=]*=[     ]*\):*/\1/;
2397 s/:*$//;
2398 s/^[^=]*=[       ]*$//;
2399 }'
2400 fi
2401
2402 # Transform confdefs.h into DEFS.
2403 # Protect against shell expansion while executing Makefile rules.
2404 # Protect against Makefile macro expansion.
2405 #
2406 # If the first sed substitution is executed (which looks for macros that
2407 # take arguments), then we branch to the quote section.  Otherwise,
2408 # look for a macro that doesn't take arguments.
2409 cat >confdef2opt.sed <<\_ACEOF
2410 t clear
2411 : clear
2412 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2413 t quote
2414 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2415 t quote
2416 d
2417 : quote
2418 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
2419 s,\[,\\&,g
2420 s,\],\\&,g
2421 s,\$,$$,g
2422 p
2423 _ACEOF
2424 # We use echo to avoid assuming a particular line-breaking character.
2425 # The extra dot is to prevent the shell from consuming trailing
2426 # line-breaks from the sub-command output.  A line-break within
2427 # single-quotes doesn't work because, if this script is created in a
2428 # platform that uses two characters for line-breaks (e.g., DOS), tr
2429 # would break.
2430 ac_LF_and_DOT=`echo; echo .`
2431 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2432 rm -f confdef2opt.sed
2433
2434
2435 ac_libobjs=
2436 ac_ltlibobjs=
2437 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2438   # 1. Remove the extension, and $U if already installed.
2439   ac_i=`echo "$ac_i" |
2440          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2441   # 2. Add them.
2442   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2443   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2444 done
2445 LIBOBJS=$ac_libobjs
2446
2447 LTLIBOBJS=$ac_ltlibobjs
2448
2449
2450
2451 : ${CONFIG_STATUS=./config.status}
2452 ac_clean_files_save=$ac_clean_files
2453 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2454 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2455 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2456 cat >$CONFIG_STATUS <<_ACEOF
2457 #! $SHELL
2458 # Generated by $as_me.
2459 # Run this file to recreate the current configuration.
2460 # Compiler output produced by configure, useful for debugging
2461 # configure, is in config.log if it exists.
2462
2463 debug=false
2464 ac_cs_recheck=false
2465 ac_cs_silent=false
2466 SHELL=\${CONFIG_SHELL-$SHELL}
2467 _ACEOF
2468
2469 cat >>$CONFIG_STATUS <<\_ACEOF
2470 ## --------------------- ##
2471 ## M4sh Initialization.  ##
2472 ## --------------------- ##
2473
2474 # Be Bourne compatible
2475 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2476   emulate sh
2477   NULLCMD=:
2478   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2479   # is contrary to our usage.  Disable this feature.
2480   alias -g '${1+"$@"}'='"$@"'
2481 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2482   set -o posix
2483 fi
2484 DUALCASE=1; export DUALCASE # for MKS sh
2485
2486 # Support unset when possible.
2487 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2488   as_unset=unset
2489 else
2490   as_unset=false
2491 fi
2492
2493
2494 # Work around bugs in pre-3.0 UWIN ksh.
2495 $as_unset ENV MAIL MAILPATH
2496 PS1='$ '
2497 PS2='> '
2498 PS4='+ '
2499
2500 # NLS nuisances.
2501 for as_var in \
2502   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2503   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2504   LC_TELEPHONE LC_TIME
2505 do
2506   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2507     eval $as_var=C; export $as_var
2508   else
2509     $as_unset $as_var
2510   fi
2511 done
2512
2513 # Required to use basename.
2514 if expr a : '\(a\)' >/dev/null 2>&1; then
2515   as_expr=expr
2516 else
2517   as_expr=false
2518 fi
2519
2520 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2521   as_basename=basename
2522 else
2523   as_basename=false
2524 fi
2525
2526
2527 # Name of the executable.
2528 as_me=`$as_basename "$0" ||
2529 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2530          X"$0" : 'X\(//\)$' \| \
2531          X"$0" : 'X\(/\)$' \| \
2532          .     : '\(.\)' 2>/dev/null ||
2533 echo X/"$0" |
2534     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2535           /^X\/\(\/\/\)$/{ s//\1/; q; }
2536           /^X\/\(\/\).*/{ s//\1/; q; }
2537           s/.*/./; q'`
2538
2539
2540 # PATH needs CR, and LINENO needs CR and PATH.
2541 # Avoid depending upon Character Ranges.
2542 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2543 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2544 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2545 as_cr_digits='0123456789'
2546 as_cr_alnum=$as_cr_Letters$as_cr_digits
2547
2548 # The user is always right.
2549 if test "${PATH_SEPARATOR+set}" != set; then
2550   echo "#! /bin/sh" >conf$$.sh
2551   echo  "exit 0"   >>conf$$.sh
2552   chmod +x conf$$.sh
2553   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2554     PATH_SEPARATOR=';'
2555   else
2556     PATH_SEPARATOR=:
2557   fi
2558   rm -f conf$$.sh
2559 fi
2560
2561
2562   as_lineno_1=$LINENO
2563   as_lineno_2=$LINENO
2564   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2565   test "x$as_lineno_1" != "x$as_lineno_2" &&
2566   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2567   # Find who we are.  Look in the path if we contain no path at all
2568   # relative or not.
2569   case $0 in
2570     *[\\/]* ) as_myself=$0 ;;
2571     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2572 for as_dir in $PATH
2573 do
2574   IFS=$as_save_IFS
2575   test -z "$as_dir" && as_dir=.
2576   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2577 done
2578
2579        ;;
2580   esac
2581   # We did not find ourselves, most probably we were run as `sh COMMAND'
2582   # in which case we are not to be found in the path.
2583   if test "x$as_myself" = x; then
2584     as_myself=$0
2585   fi
2586   if test ! -f "$as_myself"; then
2587     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2588 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2589    { (exit 1); exit 1; }; }
2590   fi
2591   case $CONFIG_SHELL in
2592   '')
2593     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2594 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2595 do
2596   IFS=$as_save_IFS
2597   test -z "$as_dir" && as_dir=.
2598   for as_base in sh bash ksh sh5; do
2599          case $as_dir in
2600          /*)
2601            if ("$as_dir/$as_base" -c '
2602   as_lineno_1=$LINENO
2603   as_lineno_2=$LINENO
2604   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2605   test "x$as_lineno_1" != "x$as_lineno_2" &&
2606   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2607              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2608              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2609              CONFIG_SHELL=$as_dir/$as_base
2610              export CONFIG_SHELL
2611              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2612            fi;;
2613          esac
2614        done
2615 done
2616 ;;
2617   esac
2618
2619   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2620   # uniformly replaced by the line number.  The first 'sed' inserts a
2621   # line-number line before each line; the second 'sed' does the real
2622   # work.  The second script uses 'N' to pair each line-number line
2623   # with the numbered line, and appends trailing '-' during
2624   # substitution so that $LINENO is not a special case at line end.
2625   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2626   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2627   sed '=' <$as_myself |
2628     sed '
2629       N
2630       s,$,-,
2631       : loop
2632       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2633       t loop
2634       s,-$,,
2635       s,^['$as_cr_digits']*\n,,
2636     ' >$as_me.lineno &&
2637   chmod +x $as_me.lineno ||
2638     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2639 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2640    { (exit 1); exit 1; }; }
2641
2642   # Don't try to exec as it changes $[0], causing all sort of problems
2643   # (the dirname of $[0] is not the place where we might find the
2644   # original and so on.  Autoconf is especially sensible to this).
2645   . ./$as_me.lineno
2646   # Exit status is that of the last command.
2647   exit
2648 }
2649
2650
2651 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2652   *c*,-n*) ECHO_N= ECHO_C='
2653 ' ECHO_T='      ' ;;
2654   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2655   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2656 esac
2657
2658 if expr a : '\(a\)' >/dev/null 2>&1; then
2659   as_expr=expr
2660 else
2661   as_expr=false
2662 fi
2663
2664 rm -f conf$$ conf$$.exe conf$$.file
2665 echo >conf$$.file
2666 if ln -s conf$$.file conf$$ 2>/dev/null; then
2667   # We could just check for DJGPP; but this test a) works b) is more generic
2668   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2669   if test -f conf$$.exe; then
2670     # Don't use ln at all; we don't have any links
2671     as_ln_s='cp -p'
2672   else
2673     as_ln_s='ln -s'
2674   fi
2675 elif ln conf$$.file conf$$ 2>/dev/null; then
2676   as_ln_s=ln
2677 else
2678   as_ln_s='cp -p'
2679 fi
2680 rm -f conf$$ conf$$.exe conf$$.file
2681
2682 if mkdir -p . 2>/dev/null; then
2683   as_mkdir_p=:
2684 else
2685   test -d ./-p && rmdir ./-p
2686   as_mkdir_p=false
2687 fi
2688
2689 as_executable_p="test -f"
2690
2691 # Sed expression to map a string onto a valid CPP name.
2692 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2693
2694 # Sed expression to map a string onto a valid variable name.
2695 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2696
2697
2698 # IFS
2699 # We need space, tab and new line, in precisely that order.
2700 as_nl='
2701 '
2702 IFS="   $as_nl"
2703
2704 # CDPATH.
2705 $as_unset CDPATH
2706
2707 exec 6>&1
2708
2709 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2710 # report actual input values of CONFIG_FILES etc. instead of their
2711 # values after options handling.  Logging --version etc. is OK.
2712 exec 5>>config.log
2713 {
2714   echo
2715   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2716 ## Running $as_me. ##
2717 _ASBOX
2718 } >&5
2719 cat >&5 <<_CSEOF
2720
2721 This file was extended by $as_me, which was
2722 generated by GNU Autoconf 2.59.  Invocation command line was
2723
2724   CONFIG_FILES    = $CONFIG_FILES
2725   CONFIG_HEADERS  = $CONFIG_HEADERS
2726   CONFIG_LINKS    = $CONFIG_LINKS
2727   CONFIG_COMMANDS = $CONFIG_COMMANDS
2728   $ $0 $@
2729
2730 _CSEOF
2731 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2732 echo >&5
2733 _ACEOF
2734
2735 # Files that config.status was made for.
2736 if test -n "$ac_config_files"; then
2737   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2738 fi
2739
2740 if test -n "$ac_config_headers"; then
2741   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2742 fi
2743
2744 if test -n "$ac_config_links"; then
2745   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2746 fi
2747
2748 if test -n "$ac_config_commands"; then
2749   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2750 fi
2751
2752 cat >>$CONFIG_STATUS <<\_ACEOF
2753
2754 ac_cs_usage="\
2755 \`$as_me' instantiates files from templates according to the
2756 current configuration.
2757
2758 Usage: $0 [OPTIONS] [FILE]...
2759
2760   -h, --help       print this help, then exit
2761   -V, --version    print version number, then exit
2762   -q, --quiet      do not print progress messages
2763   -d, --debug      don't remove temporary files
2764       --recheck    update $as_me by reconfiguring in the same conditions
2765   --file=FILE[:TEMPLATE]
2766                    instantiate the configuration file FILE
2767
2768 Configuration files:
2769 $config_files
2770
2771 Configuration commands:
2772 $config_commands
2773
2774 Report bugs to <bug-autoconf@gnu.org>."
2775 _ACEOF
2776
2777 cat >>$CONFIG_STATUS <<_ACEOF
2778 ac_cs_version="\\
2779 config.status
2780 configured by $0, generated by GNU Autoconf 2.59,
2781   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2782
2783 Copyright (C) 2003 Free Software Foundation, Inc.
2784 This config.status script is free software; the Free Software Foundation
2785 gives unlimited permission to copy, distribute and modify it."
2786 srcdir=$srcdir
2787 INSTALL="$INSTALL"
2788 _ACEOF
2789
2790 cat >>$CONFIG_STATUS <<\_ACEOF
2791 # If no file are specified by the user, then we need to provide default
2792 # value.  By we need to know if files were specified by the user.
2793 ac_need_defaults=:
2794 while test $# != 0
2795 do
2796   case $1 in
2797   --*=*)
2798     ac_option=`expr "x$1" : 'x\([^=]*\)='`
2799     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2800     ac_shift=:
2801     ;;
2802   -*)
2803     ac_option=$1
2804     ac_optarg=$2
2805     ac_shift=shift
2806     ;;
2807   *) # This is not an option, so the user has probably given explicit
2808      # arguments.
2809      ac_option=$1
2810      ac_need_defaults=false;;
2811   esac
2812
2813   case $ac_option in
2814   # Handling of the options.
2815 _ACEOF
2816 cat >>$CONFIG_STATUS <<\_ACEOF
2817   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2818     ac_cs_recheck=: ;;
2819   --version | --vers* | -V )
2820     echo "$ac_cs_version"; exit 0 ;;
2821   --he | --h)
2822     # Conflict between --help and --header
2823     { { echo "$as_me:$LINENO: error: ambiguous option: $1
2824 Try \`$0 --help' for more information." >&5
2825 echo "$as_me: error: ambiguous option: $1
2826 Try \`$0 --help' for more information." >&2;}
2827    { (exit 1); exit 1; }; };;
2828   --help | --hel | -h )
2829     echo "$ac_cs_usage"; exit 0 ;;
2830   --debug | --d* | -d )
2831     debug=: ;;
2832   --file | --fil | --fi | --f )
2833     $ac_shift
2834     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2835     ac_need_defaults=false;;
2836   --header | --heade | --head | --hea )
2837     $ac_shift
2838     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2839     ac_need_defaults=false;;
2840   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2841   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2842     ac_cs_silent=: ;;
2843
2844   # This is an error.
2845   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2846 Try \`$0 --help' for more information." >&5
2847 echo "$as_me: error: unrecognized option: $1
2848 Try \`$0 --help' for more information." >&2;}
2849    { (exit 1); exit 1; }; } ;;
2850
2851   *) ac_config_targets="$ac_config_targets $1" ;;
2852
2853   esac
2854   shift
2855 done
2856
2857 ac_configure_extra_args=
2858
2859 if $ac_cs_silent; then
2860   exec 6>/dev/null
2861   ac_configure_extra_args="$ac_configure_extra_args --silent"
2862 fi
2863
2864 _ACEOF
2865 cat >>$CONFIG_STATUS <<_ACEOF
2866 if \$ac_cs_recheck; then
2867   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2868   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2869 fi
2870
2871 _ACEOF
2872
2873
2874
2875
2876
2877 cat >>$CONFIG_STATUS <<\_ACEOF
2878 for ac_config_target in $ac_config_targets
2879 do
2880   case "$ac_config_target" in
2881   # Handling of arguments.
2882   "autoconf/Make.common" ) CONFIG_FILES="$CONFIG_FILES autoconf/Make.common" ;;
2883   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2884   "bimagemgr/Makefile" ) CONFIG_FILES="$CONFIG_FILES bimagemgr/Makefile" ;;
2885   "$PFILES" ) CONFIG_FILES="$CONFIG_FILES $PFILES" ;;
2886   "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
2887   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2888 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2889    { (exit 1); exit 1; }; };;
2890   esac
2891 done
2892
2893 # If the user did not use the arguments to specify the items to instantiate,
2894 # then the envvar interface is used.  Set only those that are not.
2895 # We use the long form for the default assignment because of an extremely
2896 # bizarre bug on SunOS 4.1.3.
2897 if $ac_need_defaults; then
2898   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2899   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
2900 fi
2901
2902 # Have a temporary directory for convenience.  Make it in the build tree
2903 # simply because there is no reason to put it here, and in addition,
2904 # creating and moving files from /tmp can sometimes cause problems.
2905 # Create a temporary directory, and hook for its removal unless debugging.
2906 $debug ||
2907 {
2908   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2909   trap '{ (exit 1); exit 1; }' 1 2 13 15
2910 }
2911
2912 # Create a (secure) tmp directory for tmp files.
2913
2914 {
2915   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2916   test -n "$tmp" && test -d "$tmp"
2917 }  ||
2918 {
2919   tmp=./confstat$$-$RANDOM
2920   (umask 077 && mkdir $tmp)
2921 } ||
2922 {
2923    echo "$me: cannot create a temporary directory in ." >&2
2924    { (exit 1); exit 1; }
2925 }
2926
2927 _ACEOF
2928
2929 cat >>$CONFIG_STATUS <<_ACEOF
2930
2931 #
2932 # CONFIG_FILES section.
2933 #
2934
2935 # No need to generate the scripts if there are no CONFIG_FILES.
2936 # This happens for instance when ./config.status config.h
2937 if test -n "\$CONFIG_FILES"; then
2938   # Protect against being on the right side of a sed subst in config.status.
2939   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2940    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2941 s,@SHELL@,$SHELL,;t t
2942 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2943 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2944 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2945 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2946 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2947 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2948 s,@exec_prefix@,$exec_prefix,;t t
2949 s,@prefix@,$prefix,;t t
2950 s,@program_transform_name@,$program_transform_name,;t t
2951 s,@bindir@,$bindir,;t t
2952 s,@sbindir@,$sbindir,;t t
2953 s,@libexecdir@,$libexecdir,;t t
2954 s,@datadir@,$datadir,;t t
2955 s,@sysconfdir@,$sysconfdir,;t t
2956 s,@sharedstatedir@,$sharedstatedir,;t t
2957 s,@localstatedir@,$localstatedir,;t t
2958 s,@libdir@,$libdir,;t t
2959 s,@includedir@,$includedir,;t t
2960 s,@oldincludedir@,$oldincludedir,;t t
2961 s,@infodir@,$infodir,;t t
2962 s,@mandir@,$mandir,;t t
2963 s,@build_alias@,$build_alias,;t t
2964 s,@host_alias@,$host_alias,;t t
2965 s,@target_alias@,$target_alias,;t t
2966 s,@DEFS@,$DEFS,;t t
2967 s,@ECHO_C@,$ECHO_C,;t t
2968 s,@ECHO_N@,$ECHO_N,;t t
2969 s,@ECHO_T@,$ECHO_T,;t t
2970 s,@LIBS@,$LIBS,;t t
2971 s,@BUILD_DIR@,$BUILD_DIR,;t t
2972 s,@TRUEPRG@,$TRUEPRG,;t t
2973 s,@FALSEPRG@,$FALSEPRG,;t t
2974 s,@AWK@,$AWK,;t t
2975 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2976 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2977 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2978 s,@MV@,$MV,;t t
2979 s,@RM@,$RM,;t t
2980 s,@CP@,$CP,;t t
2981 s,@ECHO@,$ECHO,;t t
2982 s,@AR@,$AR,;t t
2983 s,@build@,$build,;t t
2984 s,@build_cpu@,$build_cpu,;t t
2985 s,@build_vendor@,$build_vendor,;t t
2986 s,@build_os@,$build_os,;t t
2987 s,@host@,$host,;t t
2988 s,@host_cpu@,$host_cpu,;t t
2989 s,@host_vendor@,$host_vendor,;t t
2990 s,@host_os@,$host_os,;t t
2991 s,@HAVE_SUN_OS_TRUE@,$HAVE_SUN_OS_TRUE,;t t
2992 s,@HAVE_SUN_OS_FALSE@,$HAVE_SUN_OS_FALSE,;t t
2993 s,@HAVE_OSF1_OS_TRUE@,$HAVE_OSF1_OS_TRUE,;t t
2994 s,@HAVE_OSF1_OS_FALSE@,$HAVE_OSF1_OS_FALSE,;t t
2995 s,@HAVE_AIX_OS_TRUE@,$HAVE_AIX_OS_TRUE,;t t
2996 s,@HAVE_AIX_OS_FALSE@,$HAVE_AIX_OS_FALSE,;t t
2997 s,@HAVE_HPUX_OS_TRUE@,$HAVE_HPUX_OS_TRUE,;t t
2998 s,@HAVE_HPUX_OS_FALSE@,$HAVE_HPUX_OS_FALSE,;t t
2999 s,@HAVE_LINUX_OS_TRUE@,$HAVE_LINUX_OS_TRUE,;t t
3000 s,@HAVE_LINUX_OS_FALSE@,$HAVE_LINUX_OS_FALSE,;t t
3001 s,@HAVE_FREEBSD_OS_TRUE@,$HAVE_FREEBSD_OS_TRUE,;t t
3002 s,@HAVE_FREEBSD_OS_FALSE@,$HAVE_FREEBSD_OS_FALSE,;t t
3003 s,@HAVE_NETBSD_OS_TRUE@,$HAVE_NETBSD_OS_TRUE,;t t
3004 s,@HAVE_NETBSD_OS_FALSE@,$HAVE_NETBSD_OS_FALSE,;t t
3005 s,@HAVE_OPENBSD_OS_TRUE@,$HAVE_OPENBSD_OS_TRUE,;t t
3006 s,@HAVE_OPENBSD_OS_FALSE@,$HAVE_OPENBSD_OS_FALSE,;t t
3007 s,@HAVE_BSDI_OS_TRUE@,$HAVE_BSDI_OS_TRUE,;t t
3008 s,@HAVE_BSDI_OS_FALSE@,$HAVE_BSDI_OS_FALSE,;t t
3009 s,@HAVE_SGI_OS_TRUE@,$HAVE_SGI_OS_TRUE,;t t
3010 s,@HAVE_SGI_OS_FALSE@,$HAVE_SGI_OS_FALSE,;t t
3011 s,@HAVE_IRIX_OS_TRUE@,$HAVE_IRIX_OS_TRUE,;t t
3012 s,@HAVE_IRIX_OS_FALSE@,$HAVE_IRIX_OS_FALSE,;t t
3013 s,@HAVE_DARWIN_OS_TRUE@,$HAVE_DARWIN_OS_TRUE,;t t
3014 s,@HAVE_DARWIN_OS_FALSE@,$HAVE_DARWIN_OS_FALSE,;t t
3015 s,@bacula@,$bacula,;t t
3016 s,@hostname@,$hostname,;t t
3017 s,@DISTNAME@,$DISTNAME,;t t
3018 s,@DISTVER@,$DISTVER,;t t
3019 s,@LIBOBJS@,$LIBOBJS,;t t
3020 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3021 /@MCOMMON@/r $MCOMMON
3022 s,@MCOMMON@,,;t t
3023 CEOF
3024
3025 _ACEOF
3026
3027   cat >>$CONFIG_STATUS <<\_ACEOF
3028   # Split the substitutions into bite-sized pieces for seds with
3029   # small command number limits, like on Digital OSF/1 and HP-UX.
3030   ac_max_sed_lines=48
3031   ac_sed_frag=1 # Number of current file.
3032   ac_beg=1 # First line for current file.
3033   ac_end=$ac_max_sed_lines # Line after last line for current file.
3034   ac_more_lines=:
3035   ac_sed_cmds=
3036   while $ac_more_lines; do
3037     if test $ac_beg -gt 1; then
3038       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3039     else
3040       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3041     fi
3042     if test ! -s $tmp/subs.frag; then
3043       ac_more_lines=false
3044     else
3045       # The purpose of the label and of the branching condition is to
3046       # speed up the sed processing (if there are no `@' at all, there
3047       # is no need to browse any of the substitutions).
3048       # These are the two extra sed commands mentioned above.
3049       (echo ':t
3050   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3051       if test -z "$ac_sed_cmds"; then
3052         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3053       else
3054         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3055       fi
3056       ac_sed_frag=`expr $ac_sed_frag + 1`
3057       ac_beg=$ac_end
3058       ac_end=`expr $ac_end + $ac_max_sed_lines`
3059     fi
3060   done
3061   if test -z "$ac_sed_cmds"; then
3062     ac_sed_cmds=cat
3063   fi
3064 fi # test -n "$CONFIG_FILES"
3065
3066 _ACEOF
3067 cat >>$CONFIG_STATUS <<\_ACEOF
3068 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3069   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3070   case $ac_file in
3071   - | *:- | *:-:* ) # input from stdin
3072         cat >$tmp/stdin
3073         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3074         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3075   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3076         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3077   * )   ac_file_in=$ac_file.in ;;
3078   esac
3079
3080   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3081   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3082 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3083          X"$ac_file" : 'X\(//\)[^/]' \| \
3084          X"$ac_file" : 'X\(//\)$' \| \
3085          X"$ac_file" : 'X\(/\)' \| \
3086          .     : '\(.\)' 2>/dev/null ||
3087 echo X"$ac_file" |
3088     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3089           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3090           /^X\(\/\/\)$/{ s//\1/; q; }
3091           /^X\(\/\).*/{ s//\1/; q; }
3092           s/.*/./; q'`
3093   { if $as_mkdir_p; then
3094     mkdir -p "$ac_dir"
3095   else
3096     as_dir="$ac_dir"
3097     as_dirs=
3098     while test ! -d "$as_dir"; do
3099       as_dirs="$as_dir $as_dirs"
3100       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3101 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3102          X"$as_dir" : 'X\(//\)[^/]' \| \
3103          X"$as_dir" : 'X\(//\)$' \| \
3104          X"$as_dir" : 'X\(/\)' \| \
3105          .     : '\(.\)' 2>/dev/null ||
3106 echo X"$as_dir" |
3107     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3108           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3109           /^X\(\/\/\)$/{ s//\1/; q; }
3110           /^X\(\/\).*/{ s//\1/; q; }
3111           s/.*/./; q'`
3112     done
3113     test ! -n "$as_dirs" || mkdir $as_dirs
3114   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3115 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3116    { (exit 1); exit 1; }; }; }
3117
3118   ac_builddir=.
3119
3120 if test "$ac_dir" != .; then
3121   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3122   # A "../" for each directory in $ac_dir_suffix.
3123   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3124 else
3125   ac_dir_suffix= ac_top_builddir=
3126 fi
3127
3128 case $srcdir in
3129   .)  # No --srcdir option.  We are building in place.
3130     ac_srcdir=.
3131     if test -z "$ac_top_builddir"; then
3132        ac_top_srcdir=.
3133     else
3134        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3135     fi ;;
3136   [\\/]* | ?:[\\/]* )  # Absolute path.
3137     ac_srcdir=$srcdir$ac_dir_suffix;
3138     ac_top_srcdir=$srcdir ;;
3139   *) # Relative path.
3140     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3141     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3142 esac
3143
3144 # Do not use `cd foo && pwd` to compute absolute paths, because
3145 # the directories may not exist.
3146 case `pwd` in
3147 .) ac_abs_builddir="$ac_dir";;
3148 *)
3149   case "$ac_dir" in
3150   .) ac_abs_builddir=`pwd`;;
3151   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3152   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3153   esac;;
3154 esac
3155 case $ac_abs_builddir in
3156 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3157 *)
3158   case ${ac_top_builddir}. in
3159   .) ac_abs_top_builddir=$ac_abs_builddir;;
3160   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3161   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3162   esac;;
3163 esac
3164 case $ac_abs_builddir in
3165 .) ac_abs_srcdir=$ac_srcdir;;
3166 *)
3167   case $ac_srcdir in
3168   .) ac_abs_srcdir=$ac_abs_builddir;;
3169   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3170   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3171   esac;;
3172 esac
3173 case $ac_abs_builddir in
3174 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3175 *)
3176   case $ac_top_srcdir in
3177   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3178   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3179   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3180   esac;;
3181 esac
3182
3183
3184   case $INSTALL in
3185   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3186   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3187   esac
3188
3189   if test x"$ac_file" != x-; then
3190     { echo "$as_me:$LINENO: creating $ac_file" >&5
3191 echo "$as_me: creating $ac_file" >&6;}
3192     rm -f "$ac_file"
3193   fi
3194   # Let's still pretend it is `configure' which instantiates (i.e., don't
3195   # use $as_me), people would be surprised to read:
3196   #    /* config.h.  Generated by config.status.  */
3197   if test x"$ac_file" = x-; then
3198     configure_input=
3199   else
3200     configure_input="$ac_file.  "
3201   fi
3202   configure_input=$configure_input"Generated from `echo $ac_file_in |
3203                                      sed 's,.*/,,'` by configure."
3204
3205   # First look for the input files in the build tree, otherwise in the
3206   # src tree.
3207   ac_file_inputs=`IFS=:
3208     for f in $ac_file_in; do
3209       case $f in
3210       -) echo $tmp/stdin ;;
3211       [\\/$]*)
3212          # Absolute (can't be DOS-style, as IFS=:)
3213          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3214 echo "$as_me: error: cannot find input file: $f" >&2;}
3215    { (exit 1); exit 1; }; }
3216          echo "$f";;
3217       *) # Relative
3218          if test -f "$f"; then
3219            # Build tree
3220            echo "$f"
3221          elif test -f "$srcdir/$f"; then
3222            # Source tree
3223            echo "$srcdir/$f"
3224          else
3225            # /dev/null tree
3226            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3227 echo "$as_me: error: cannot find input file: $f" >&2;}
3228    { (exit 1); exit 1; }; }
3229          fi;;
3230       esac
3231     done` || { (exit 1); exit 1; }
3232 _ACEOF
3233 cat >>$CONFIG_STATUS <<_ACEOF
3234   sed "$ac_vpsub
3235 $extrasub
3236 _ACEOF
3237 cat >>$CONFIG_STATUS <<\_ACEOF
3238 :t
3239 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3240 s,@configure_input@,$configure_input,;t t
3241 s,@srcdir@,$ac_srcdir,;t t
3242 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3243 s,@top_srcdir@,$ac_top_srcdir,;t t
3244 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3245 s,@builddir@,$ac_builddir,;t t
3246 s,@abs_builddir@,$ac_abs_builddir,;t t
3247 s,@top_builddir@,$ac_top_builddir,;t t
3248 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3249 s,@INSTALL@,$ac_INSTALL,;t t
3250 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3251   rm -f $tmp/stdin
3252   if test x"$ac_file" != x-; then
3253     mv $tmp/out $ac_file
3254   else
3255     cat $tmp/out
3256     rm -f $tmp/out
3257   fi
3258
3259 done
3260 _ACEOF
3261 cat >>$CONFIG_STATUS <<\_ACEOF
3262
3263 #
3264 # CONFIG_COMMANDS section.
3265 #
3266 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
3267   ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
3268   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
3269   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
3270 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3271          X"$ac_dest" : 'X\(//\)[^/]' \| \
3272          X"$ac_dest" : 'X\(//\)$' \| \
3273          X"$ac_dest" : 'X\(/\)' \| \
3274          .     : '\(.\)' 2>/dev/null ||
3275 echo X"$ac_dest" |
3276     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3277           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3278           /^X\(\/\/\)$/{ s//\1/; q; }
3279           /^X\(\/\).*/{ s//\1/; q; }
3280           s/.*/./; q'`
3281   { if $as_mkdir_p; then
3282     mkdir -p "$ac_dir"
3283   else
3284     as_dir="$ac_dir"
3285     as_dirs=
3286     while test ! -d "$as_dir"; do
3287       as_dirs="$as_dir $as_dirs"
3288       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3289 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3290          X"$as_dir" : 'X\(//\)[^/]' \| \
3291          X"$as_dir" : 'X\(//\)$' \| \
3292          X"$as_dir" : 'X\(/\)' \| \
3293          .     : '\(.\)' 2>/dev/null ||
3294 echo X"$as_dir" |
3295     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3296           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3297           /^X\(\/\/\)$/{ s//\1/; q; }
3298           /^X\(\/\).*/{ s//\1/; q; }
3299           s/.*/./; q'`
3300     done
3301     test ! -n "$as_dirs" || mkdir $as_dirs
3302   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3303 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3304    { (exit 1); exit 1; }; }; }
3305
3306   ac_builddir=.
3307
3308 if test "$ac_dir" != .; then
3309   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3310   # A "../" for each directory in $ac_dir_suffix.
3311   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3312 else
3313   ac_dir_suffix= ac_top_builddir=
3314 fi
3315
3316 case $srcdir in
3317   .)  # No --srcdir option.  We are building in place.
3318     ac_srcdir=.
3319     if test -z "$ac_top_builddir"; then
3320        ac_top_srcdir=.
3321     else
3322        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3323     fi ;;
3324   [\\/]* | ?:[\\/]* )  # Absolute path.
3325     ac_srcdir=$srcdir$ac_dir_suffix;
3326     ac_top_srcdir=$srcdir ;;
3327   *) # Relative path.
3328     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3329     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3330 esac
3331
3332 # Do not use `cd foo && pwd` to compute absolute paths, because
3333 # the directories may not exist.
3334 case `pwd` in
3335 .) ac_abs_builddir="$ac_dir";;
3336 *)
3337   case "$ac_dir" in
3338   .) ac_abs_builddir=`pwd`;;
3339   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3340   *) ac_abs_builddir=`pwd`/"$ac_dir";;
3341   esac;;
3342 esac
3343 case $ac_abs_builddir in
3344 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3345 *)
3346   case ${ac_top_builddir}. in
3347   .) ac_abs_top_builddir=$ac_abs_builddir;;
3348   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3349   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3350   esac;;
3351 esac
3352 case $ac_abs_builddir in
3353 .) ac_abs_srcdir=$ac_srcdir;;
3354 *)
3355   case $ac_srcdir in
3356   .) ac_abs_srcdir=$ac_abs_builddir;;
3357   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3358   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3359   esac;;
3360 esac
3361 case $ac_abs_builddir in
3362 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3363 *)
3364   case $ac_top_srcdir in
3365   .) ac_abs_top_srcdir=$ac_abs_builddir;;
3366   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3367   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3368   esac;;
3369 esac
3370
3371
3372   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
3373 echo "$as_me: executing $ac_dest commands" >&6;}
3374   case $ac_dest in
3375     default )
3376  ;;
3377   esac
3378 done
3379 _ACEOF
3380
3381 cat >>$CONFIG_STATUS <<\_ACEOF
3382
3383 { (exit 0); exit 0; }
3384 _ACEOF
3385 chmod +x $CONFIG_STATUS
3386 ac_clean_files=$ac_clean_files_save
3387
3388
3389 # configure is writing to config.log, and then calls config.status.
3390 # config.status does its own redirection, appending to config.log.
3391 # Unfortunately, on DOS this fails, as config.log is still kept open
3392 # by configure, so config.status won't be able to write to it; its
3393 # output is simply discarded.  So we exec the FD to /dev/null,
3394 # effectively closing config.log, so it can be properly (re)opened and
3395 # appended to by config.status.  When coming back to configure, we
3396 # need to make the FD available again.
3397 if test "$no_create" != yes; then
3398   ac_cs_success=:
3399   ac_config_status_args=
3400   test "$silent" = yes &&
3401     ac_config_status_args="$ac_config_status_args --quiet"
3402   exec 5>/dev/null
3403   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3404   exec 5>>config.log
3405   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3406   # would make configure fail if this is the last instruction.
3407   $ac_cs_success || { (exit 1); exit 1; }
3408 fi
3409
3410
3411
3412 echo "
3413 Configuration on `date`:
3414
3415   Host:                       $host -- ${DISTNAME} ${DISTVER}
3416   Bacula version:             ${VERSION} (${DATE})
3417   Source code location:       ${bacula}
3418
3419   " > config.out
3420
3421 cat config.out