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