Backupninja 0.9.6
[matthijs/upstream/backupninja.git] / autom4te.cache / output.1
1 @%:@! /bin/sh
2 @%:@ Guess values for system-dependent variables and create Makefiles.
3 @%:@ Generated by GNU Autoconf 2.61 for backupninja 0.9.6.
4 @%:@
5 @%:@ Report bugs to <backupninja@lists.riseup.net>.
6 @%:@ 
7 @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 @%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 @%:@ This configure script is free software; the Free Software Foundation
10 @%:@ gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44   echo "#! /bin/sh" >conf$$.sh
45   echo  "exit 0"   >>conf$$.sh
46   chmod +x conf$$.sh
47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48     PATH_SEPARATOR=';'
49   else
50     PATH_SEPARATOR=:
51   fi
52   rm -f conf$$.sh
53 fi
54
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57   as_unset=unset
58 else
59   as_unset=false
60 fi
61
62
63 # IFS
64 # We need space, tab and new line, in precisely that order.  Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
69 '
70 IFS=" ""        $as_nl"
71
72 # Find who we are.  Look in the path if we contain no directory separator.
73 case $0 in
74   *[\\/]* ) as_myself=$0 ;;
75   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
77 do
78   IFS=$as_save_IFS
79   test -z "$as_dir" && as_dir=.
80   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
83
84      ;;
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89   as_myself=$0
90 fi
91 if test ! -f "$as_myself"; then
92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93   { (exit 1); exit 1; }
94 fi
95
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
103
104 # NLS nuisances.
105 for as_var in \
106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108   LC_TELEPHONE LC_TIME
109 do
110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111     eval $as_var=C; export $as_var
112   else
113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114   fi
115 done
116
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119    test "X`expr 00001 : '.*\(...\)'`" = X001; then
120   as_expr=expr
121 else
122   as_expr=false
123 fi
124
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126   as_basename=basename
127 else
128   as_basename=false
129 fi
130
131
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135          X"$0" : 'X\(//\)$' \| \
136          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138     sed '/^.*\/\([^/][^/]*\)\/*$/{
139             s//\1/
140             q
141           }
142           /^X\/\(\/\/\)$/{
143             s//\1/
144             q
145           }
146           /^X\/\(\/\).*/{
147             s//\1/
148             q
149           }
150           s/.*/./; q'`
151
152 # CDPATH.
153 $as_unset CDPATH
154
155
156 if test "x$CONFIG_SHELL" = x; then
157   if (eval ":") 2>/dev/null; then
158   as_have_required=yes
159 else
160   as_have_required=no
161 fi
162
163   if test $as_have_required = yes &&     (eval ":
164 (as_func_return () {
165   (exit \$1)
166 }
167 as_func_success () {
168   as_func_return 0
169 }
170 as_func_failure () {
171   as_func_return 1
172 }
173 as_func_ret_success () {
174   return 0
175 }
176 as_func_ret_failure () {
177   return 1
178 }
179
180 exitcode=0
181 if as_func_success; then
182   :
183 else
184   exitcode=1
185   echo as_func_success failed.
186 fi
187
188 if as_func_failure; then
189   exitcode=1
190   echo as_func_failure succeeded.
191 fi
192
193 if as_func_ret_success; then
194   :
195 else
196   exitcode=1
197   echo as_func_ret_success failed.
198 fi
199
200 if as_func_ret_failure; then
201   exitcode=1
202   echo as_func_ret_failure succeeded.
203 fi
204
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
206   :
207 else
208   exitcode=1
209   echo positional parameters were not saved.
210 fi
211
212 test \$exitcode = 0) || { (exit 1); exit 1; }
213
214 (
215   as_lineno_1=\$LINENO
216   as_lineno_2=\$LINENO
217   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
220   :
221 else
222   as_candidate_shells=
223     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
225 do
226   IFS=$as_save_IFS
227   test -z "$as_dir" && as_dir=.
228   case $as_dir in
229          /*)
230            for as_base in sh bash ksh sh5; do
231              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232            done;;
233        esac
234 done
235 IFS=$as_save_IFS
236
237
238       for as_shell in $as_candidate_shells $SHELL; do
239          # Try only shells that exist, to save several forks.
240          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241                 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243   emulate sh
244   NULLCMD=:
245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246   # is contrary to our usage.  Disable this feature.
247   alias -g '${1+"$@"}'='"$@"'
248   setopt NO_GLOB_SUBST
249 else
250   case `(set -o) 2>/dev/null` in
251   *posix*) set -o posix ;;
252 esac
253
254 fi
255
256
257 :
258 _ASEOF
259 }; then
260   CONFIG_SHELL=$as_shell
261                as_have_required=yes
262                if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264   emulate sh
265   NULLCMD=:
266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267   # is contrary to our usage.  Disable this feature.
268   alias -g '${1+"$@"}'='"$@"'
269   setopt NO_GLOB_SUBST
270 else
271   case `(set -o) 2>/dev/null` in
272   *posix*) set -o posix ;;
273 esac
274
275 fi
276
277
278 :
279 (as_func_return () {
280   (exit $1)
281 }
282 as_func_success () {
283   as_func_return 0
284 }
285 as_func_failure () {
286   as_func_return 1
287 }
288 as_func_ret_success () {
289   return 0
290 }
291 as_func_ret_failure () {
292   return 1
293 }
294
295 exitcode=0
296 if as_func_success; then
297   :
298 else
299   exitcode=1
300   echo as_func_success failed.
301 fi
302
303 if as_func_failure; then
304   exitcode=1
305   echo as_func_failure succeeded.
306 fi
307
308 if as_func_ret_success; then
309   :
310 else
311   exitcode=1
312   echo as_func_ret_success failed.
313 fi
314
315 if as_func_ret_failure; then
316   exitcode=1
317   echo as_func_ret_failure succeeded.
318 fi
319
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
321   :
322 else
323   exitcode=1
324   echo positional parameters were not saved.
325 fi
326
327 test $exitcode = 0) || { (exit 1); exit 1; }
328
329 (
330   as_lineno_1=$LINENO
331   as_lineno_2=$LINENO
332   test "x$as_lineno_1" != "x$as_lineno_2" &&
333   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
334
335 _ASEOF
336 }; then
337   break
338 fi
339
340 fi
341
342       done
343
344       if test "x$CONFIG_SHELL" != x; then
345   for as_var in BASH_ENV ENV
346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347         done
348         export CONFIG_SHELL
349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
350 fi
351
352
353     if test $as_have_required = no; then
354   echo This script requires a shell more modern than all the
355       echo shells that I found on your system.  Please install a
356       echo modern shell, or manually run the script under such a
357       echo shell if you do have one.
358       { (exit 1); exit 1; }
359 fi
360
361     
362 fi
363
364 fi
365
366
367
368 (eval "as_func_return () {
369   (exit \$1)
370 }
371 as_func_success () {
372   as_func_return 0
373 }
374 as_func_failure () {
375   as_func_return 1
376 }
377 as_func_ret_success () {
378   return 0
379 }
380 as_func_ret_failure () {
381   return 1
382 }
383
384 exitcode=0
385 if as_func_success; then
386   :
387 else
388   exitcode=1
389   echo as_func_success failed.
390 fi
391
392 if as_func_failure; then
393   exitcode=1
394   echo as_func_failure succeeded.
395 fi
396
397 if as_func_ret_success; then
398   :
399 else
400   exitcode=1
401   echo as_func_ret_success failed.
402 fi
403
404 if as_func_ret_failure; then
405   exitcode=1
406   echo as_func_ret_failure succeeded.
407 fi
408
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
410   :
411 else
412   exitcode=1
413   echo positional parameters were not saved.
414 fi
415
416 test \$exitcode = 0") || {
417   echo No shell found that supports shell functions.
418   echo Please tell autoconf@gnu.org about your system,
419   echo including any error possibly output before this
420   echo message
421 }
422
423
424
425   as_lineno_1=$LINENO
426   as_lineno_2=$LINENO
427   test "x$as_lineno_1" != "x$as_lineno_2" &&
428   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
429
430   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431   # uniformly replaced by the line number.  The first 'sed' inserts a
432   # line-number line after each line using $LINENO; the second 'sed'
433   # does the real work.  The second script uses 'N' to pair each
434   # line-number line with the line containing $LINENO, and appends
435   # trailing '-' during substitution so that $LINENO is not a special
436   # case at line end.
437   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438   # scripts with optimization help from Paolo Bonzini.  Blame Lee
439   # E. McMahon (1931-1989) for sed's syntax.  :-)
440   sed -n '
441     p
442     /[$]LINENO/=
443   ' <$as_myself |
444     sed '
445       s/[$]LINENO.*/&-/
446       t lineno
447       b
448       :lineno
449       N
450       :loop
451       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452       t loop
453       s/-\n.*//
454     ' >$as_me.lineno &&
455   chmod +x "$as_me.lineno" ||
456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457    { (exit 1); exit 1; }; }
458
459   # Don't try to exec as it changes $[0], causing all sort of problems
460   # (the dirname of $[0] is not the place where we might find the
461   # original and so on.  Autoconf is especially sensitive to this).
462   . "./$as_me.lineno"
463   # Exit status is that of the last command.
464   exit
465 }
466
467
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469   as_dirname=dirname
470 else
471   as_dirname=false
472 fi
473
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477   case `echo 'x\c'` in
478   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
479   *)   ECHO_C='\c';;
480   esac;;
481 *)
482   ECHO_N='-n';;
483 esac
484
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486    test "X`expr 00001 : '.*\(...\)'`" = X001; then
487   as_expr=expr
488 else
489   as_expr=false
490 fi
491
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494   rm -f conf$$.dir/conf$$.file
495 else
496   rm -f conf$$.dir
497   mkdir conf$$.dir
498 fi
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501   as_ln_s='ln -s'
502   # ... but there are two gotchas:
503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505   # In both cases, we have to default to `cp -p'.
506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507     as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509   as_ln_s=ln
510 else
511   as_ln_s='cp -p'
512 fi
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
515
516 if mkdir -p . 2>/dev/null; then
517   as_mkdir_p=:
518 else
519   test -d ./-p && rmdir ./-p
520   as_mkdir_p=false
521 fi
522
523 if test -x / >/dev/null 2>&1; then
524   as_test_x='test -x'
525 else
526   if ls -dL / >/dev/null 2>&1; then
527     as_ls_L_option=L
528   else
529     as_ls_L_option=
530   fi
531   as_test_x='
532     eval sh -c '\''
533       if test -d "$1"; then
534         test -d "$1/.";
535       else
536         case $1 in
537         -*)set "./$1";;
538         esac;
539         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540         ???[sx]*):;;*)false;;esac;fi
541     '\'' sh
542   '
543 fi
544 as_executable_p=$as_test_x
545
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
548
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
551
552
553
554 exec 7<&0 </dev/null 6>&1
555
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560
561 #
562 # Initializations.
563 #
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIB@&t@OBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
573
574 # Identity of this package.
575 PACKAGE_NAME='backupninja'
576 PACKAGE_TARNAME='backupninja'
577 PACKAGE_VERSION='0.9.6'
578 PACKAGE_STRING='backupninja 0.9.6'
579 PACKAGE_BUGREPORT='backupninja@lists.riseup.net'
580
581 ac_unique_file="src/backupninja.in"
582 ac_subst_vars='SHELL
583 PATH_SEPARATOR
584 PACKAGE_NAME
585 PACKAGE_TARNAME
586 PACKAGE_VERSION
587 PACKAGE_STRING
588 PACKAGE_BUGREPORT
589 exec_prefix
590 prefix
591 program_transform_name
592 bindir
593 sbindir
594 libexecdir
595 datarootdir
596 datadir
597 sysconfdir
598 sharedstatedir
599 localstatedir
600 includedir
601 oldincludedir
602 docdir
603 infodir
604 htmldir
605 dvidir
606 pdfdir
607 psdir
608 libdir
609 localedir
610 mandir
611 DEFS
612 ECHO_C
613 ECHO_N
614 ECHO_T
615 LIBS
616 build_alias
617 host_alias
618 target_alias
619 INSTALL_PROGRAM
620 INSTALL_SCRIPT
621 INSTALL_DATA
622 am__isrc
623 CYGPATH_W
624 PACKAGE
625 VERSION
626 ACLOCAL
627 AUTOCONF
628 AUTOMAKE
629 AUTOHEADER
630 MAKEINFO
631 install_sh
632 STRIP
633 INSTALL_STRIP_PROGRAM
634 mkdir_p
635 AWK
636 SET_MAKE
637 am__leading_dot
638 AMTAR
639 am__tar
640 am__untar
641 BASH
642 SED
643 MKTEMP
644 ac_cv_have_rpm
645 HAVE_RPM
646 LN_S
647 CFGDIR
648 LIB@&t@OBJS
649 LTLIBOBJS'
650 ac_subst_files=''
651       ac_precious_vars='build_alias
652 host_alias
653 target_alias'
654
655
656 # Initialize some variables set by options.
657 ac_init_help=
658 ac_init_version=false
659 # The variables have the same names as the options, with
660 # dashes changed to underlines.
661 cache_file=/dev/null
662 exec_prefix=NONE
663 no_create=
664 no_recursion=
665 prefix=NONE
666 program_prefix=NONE
667 program_suffix=NONE
668 program_transform_name=s,x,x,
669 silent=
670 site=
671 srcdir=
672 verbose=
673 x_includes=NONE
674 x_libraries=NONE
675
676 # Installation directory options.
677 # These are left unexpanded so users can "make install exec_prefix=/foo"
678 # and all the variables that are supposed to be based on exec_prefix
679 # by default will actually change.
680 # Use braces instead of parens because sh, perl, etc. also accept them.
681 # (The list follows the same order as the GNU Coding Standards.)
682 bindir='${exec_prefix}/bin'
683 sbindir='${exec_prefix}/sbin'
684 libexecdir='${exec_prefix}/libexec'
685 datarootdir='${prefix}/share'
686 datadir='${datarootdir}'
687 sysconfdir='${prefix}/etc'
688 sharedstatedir='${prefix}/com'
689 localstatedir='${prefix}/var'
690 includedir='${prefix}/include'
691 oldincludedir='/usr/include'
692 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
693 infodir='${datarootdir}/info'
694 htmldir='${docdir}'
695 dvidir='${docdir}'
696 pdfdir='${docdir}'
697 psdir='${docdir}'
698 libdir='${exec_prefix}/lib'
699 localedir='${datarootdir}/locale'
700 mandir='${datarootdir}/man'
701
702 ac_prev=
703 ac_dashdash=
704 for ac_option
705 do
706   # If the previous option needs an argument, assign it.
707   if test -n "$ac_prev"; then
708     eval $ac_prev=\$ac_option
709     ac_prev=
710     continue
711   fi
712
713   case $ac_option in
714   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
715   *)    ac_optarg=yes ;;
716   esac
717
718   # Accept the important Cygnus configure options, so we can diagnose typos.
719
720   case $ac_dashdash$ac_option in
721   --)
722     ac_dashdash=yes ;;
723
724   -bindir | --bindir | --bindi | --bind | --bin | --bi)
725     ac_prev=bindir ;;
726   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
727     bindir=$ac_optarg ;;
728
729   -build | --build | --buil | --bui | --bu)
730     ac_prev=build_alias ;;
731   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
732     build_alias=$ac_optarg ;;
733
734   -cache-file | --cache-file | --cache-fil | --cache-fi \
735   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
736     ac_prev=cache_file ;;
737   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
738   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
739     cache_file=$ac_optarg ;;
740
741   --config-cache | -C)
742     cache_file=config.cache ;;
743
744   -datadir | --datadir | --datadi | --datad)
745     ac_prev=datadir ;;
746   -datadir=* | --datadir=* | --datadi=* | --datad=*)
747     datadir=$ac_optarg ;;
748
749   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
750   | --dataroo | --dataro | --datar)
751     ac_prev=datarootdir ;;
752   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
753   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
754     datarootdir=$ac_optarg ;;
755
756   -disable-* | --disable-*)
757     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
758     # Reject names that are not valid shell variable names.
759     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
760       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
761    { (exit 1); exit 1; }; }
762     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
763     eval enable_$ac_feature=no ;;
764
765   -docdir | --docdir | --docdi | --doc | --do)
766     ac_prev=docdir ;;
767   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
768     docdir=$ac_optarg ;;
769
770   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
771     ac_prev=dvidir ;;
772   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
773     dvidir=$ac_optarg ;;
774
775   -enable-* | --enable-*)
776     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
777     # Reject names that are not valid shell variable names.
778     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
779       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
780    { (exit 1); exit 1; }; }
781     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
782     eval enable_$ac_feature=\$ac_optarg ;;
783
784   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
785   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
786   | --exec | --exe | --ex)
787     ac_prev=exec_prefix ;;
788   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
789   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
790   | --exec=* | --exe=* | --ex=*)
791     exec_prefix=$ac_optarg ;;
792
793   -gas | --gas | --ga | --g)
794     # Obsolete; use --with-gas.
795     with_gas=yes ;;
796
797   -help | --help | --hel | --he | -h)
798     ac_init_help=long ;;
799   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
800     ac_init_help=recursive ;;
801   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
802     ac_init_help=short ;;
803
804   -host | --host | --hos | --ho)
805     ac_prev=host_alias ;;
806   -host=* | --host=* | --hos=* | --ho=*)
807     host_alias=$ac_optarg ;;
808
809   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
810     ac_prev=htmldir ;;
811   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
812   | --ht=*)
813     htmldir=$ac_optarg ;;
814
815   -includedir | --includedir | --includedi | --included | --include \
816   | --includ | --inclu | --incl | --inc)
817     ac_prev=includedir ;;
818   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
819   | --includ=* | --inclu=* | --incl=* | --inc=*)
820     includedir=$ac_optarg ;;
821
822   -infodir | --infodir | --infodi | --infod | --info | --inf)
823     ac_prev=infodir ;;
824   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
825     infodir=$ac_optarg ;;
826
827   -libdir | --libdir | --libdi | --libd)
828     ac_prev=libdir ;;
829   -libdir=* | --libdir=* | --libdi=* | --libd=*)
830     libdir=$ac_optarg ;;
831
832   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
833   | --libexe | --libex | --libe)
834     ac_prev=libexecdir ;;
835   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
836   | --libexe=* | --libex=* | --libe=*)
837     libexecdir=$ac_optarg ;;
838
839   -localedir | --localedir | --localedi | --localed | --locale)
840     ac_prev=localedir ;;
841   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
842     localedir=$ac_optarg ;;
843
844   -localstatedir | --localstatedir | --localstatedi | --localstated \
845   | --localstate | --localstat | --localsta | --localst | --locals)
846     ac_prev=localstatedir ;;
847   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
848   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
849     localstatedir=$ac_optarg ;;
850
851   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
852     ac_prev=mandir ;;
853   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
854     mandir=$ac_optarg ;;
855
856   -nfp | --nfp | --nf)
857     # Obsolete; use --without-fp.
858     with_fp=no ;;
859
860   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
861   | --no-cr | --no-c | -n)
862     no_create=yes ;;
863
864   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
865   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
866     no_recursion=yes ;;
867
868   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
869   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
870   | --oldin | --oldi | --old | --ol | --o)
871     ac_prev=oldincludedir ;;
872   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
873   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
874   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
875     oldincludedir=$ac_optarg ;;
876
877   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
878     ac_prev=prefix ;;
879   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
880     prefix=$ac_optarg ;;
881
882   -program-prefix | --program-prefix | --program-prefi | --program-pref \
883   | --program-pre | --program-pr | --program-p)
884     ac_prev=program_prefix ;;
885   -program-prefix=* | --program-prefix=* | --program-prefi=* \
886   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
887     program_prefix=$ac_optarg ;;
888
889   -program-suffix | --program-suffix | --program-suffi | --program-suff \
890   | --program-suf | --program-su | --program-s)
891     ac_prev=program_suffix ;;
892   -program-suffix=* | --program-suffix=* | --program-suffi=* \
893   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
894     program_suffix=$ac_optarg ;;
895
896   -program-transform-name | --program-transform-name \
897   | --program-transform-nam | --program-transform-na \
898   | --program-transform-n | --program-transform- \
899   | --program-transform | --program-transfor \
900   | --program-transfo | --program-transf \
901   | --program-trans | --program-tran \
902   | --progr-tra | --program-tr | --program-t)
903     ac_prev=program_transform_name ;;
904   -program-transform-name=* | --program-transform-name=* \
905   | --program-transform-nam=* | --program-transform-na=* \
906   | --program-transform-n=* | --program-transform-=* \
907   | --program-transform=* | --program-transfor=* \
908   | --program-transfo=* | --program-transf=* \
909   | --program-trans=* | --program-tran=* \
910   | --progr-tra=* | --program-tr=* | --program-t=*)
911     program_transform_name=$ac_optarg ;;
912
913   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
914     ac_prev=pdfdir ;;
915   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
916     pdfdir=$ac_optarg ;;
917
918   -psdir | --psdir | --psdi | --psd | --ps)
919     ac_prev=psdir ;;
920   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
921     psdir=$ac_optarg ;;
922
923   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
924   | -silent | --silent | --silen | --sile | --sil)
925     silent=yes ;;
926
927   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
928     ac_prev=sbindir ;;
929   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
930   | --sbi=* | --sb=*)
931     sbindir=$ac_optarg ;;
932
933   -sharedstatedir | --sharedstatedir | --sharedstatedi \
934   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
935   | --sharedst | --shareds | --shared | --share | --shar \
936   | --sha | --sh)
937     ac_prev=sharedstatedir ;;
938   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
939   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
940   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
941   | --sha=* | --sh=*)
942     sharedstatedir=$ac_optarg ;;
943
944   -site | --site | --sit)
945     ac_prev=site ;;
946   -site=* | --site=* | --sit=*)
947     site=$ac_optarg ;;
948
949   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
950     ac_prev=srcdir ;;
951   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
952     srcdir=$ac_optarg ;;
953
954   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
955   | --syscon | --sysco | --sysc | --sys | --sy)
956     ac_prev=sysconfdir ;;
957   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
958   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
959     sysconfdir=$ac_optarg ;;
960
961   -target | --target | --targe | --targ | --tar | --ta | --t)
962     ac_prev=target_alias ;;
963   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
964     target_alias=$ac_optarg ;;
965
966   -v | -verbose | --verbose | --verbos | --verbo | --verb)
967     verbose=yes ;;
968
969   -version | --version | --versio | --versi | --vers | -V)
970     ac_init_version=: ;;
971
972   -with-* | --with-*)
973     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
974     # Reject names that are not valid shell variable names.
975     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
976       { echo "$as_me: error: invalid package name: $ac_package" >&2
977    { (exit 1); exit 1; }; }
978     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
979     eval with_$ac_package=\$ac_optarg ;;
980
981   -without-* | --without-*)
982     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
983     # Reject names that are not valid shell variable names.
984     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
985       { echo "$as_me: error: invalid package name: $ac_package" >&2
986    { (exit 1); exit 1; }; }
987     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
988     eval with_$ac_package=no ;;
989
990   --x)
991     # Obsolete; use --with-x.
992     with_x=yes ;;
993
994   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
995   | --x-incl | --x-inc | --x-in | --x-i)
996     ac_prev=x_includes ;;
997   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
998   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
999     x_includes=$ac_optarg ;;
1000
1001   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1002   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1003     ac_prev=x_libraries ;;
1004   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1005   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1006     x_libraries=$ac_optarg ;;
1007
1008   -*) { echo "$as_me: error: unrecognized option: $ac_option
1009 Try \`$0 --help' for more information." >&2
1010    { (exit 1); exit 1; }; }
1011     ;;
1012
1013   *=*)
1014     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1015     # Reject names that are not valid shell variable names.
1016     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1017       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1018    { (exit 1); exit 1; }; }
1019     eval $ac_envvar=\$ac_optarg
1020     export $ac_envvar ;;
1021
1022   *)
1023     # FIXME: should be removed in autoconf 3.0.
1024     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1025     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1026       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1027     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1028     ;;
1029
1030   esac
1031 done
1032
1033 if test -n "$ac_prev"; then
1034   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1035   { echo "$as_me: error: missing argument to $ac_option" >&2
1036    { (exit 1); exit 1; }; }
1037 fi
1038
1039 # Be sure to have absolute directory names.
1040 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1041                 datadir sysconfdir sharedstatedir localstatedir includedir \
1042                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1043                 libdir localedir mandir
1044 do
1045   eval ac_val=\$$ac_var
1046   case $ac_val in
1047     [\\/$]* | ?:[\\/]* )  continue;;
1048     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1049   esac
1050   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1051    { (exit 1); exit 1; }; }
1052 done
1053
1054 # There might be people who depend on the old broken behavior: `$host'
1055 # used to hold the argument of --host etc.
1056 # FIXME: To remove some day.
1057 build=$build_alias
1058 host=$host_alias
1059 target=$target_alias
1060
1061 # FIXME: To remove some day.
1062 if test "x$host_alias" != x; then
1063   if test "x$build_alias" = x; then
1064     cross_compiling=maybe
1065     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1066     If a cross compiler is detected then cross compile mode will be used." >&2
1067   elif test "x$build_alias" != "x$host_alias"; then
1068     cross_compiling=yes
1069   fi
1070 fi
1071
1072 ac_tool_prefix=
1073 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1074
1075 test "$silent" = yes && exec 6>/dev/null
1076
1077
1078 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1079 ac_ls_di=`ls -di .` &&
1080 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1081   { echo "$as_me: error: Working directory cannot be determined" >&2
1082    { (exit 1); exit 1; }; }
1083 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1084   { echo "$as_me: error: pwd does not report name of working directory" >&2
1085    { (exit 1); exit 1; }; }
1086
1087
1088 # Find the source files, if location was not specified.
1089 if test -z "$srcdir"; then
1090   ac_srcdir_defaulted=yes
1091   # Try the directory containing this script, then the parent directory.
1092   ac_confdir=`$as_dirname -- "$0" ||
1093 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1094          X"$0" : 'X\(//\)[^/]' \| \
1095          X"$0" : 'X\(//\)$' \| \
1096          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1097 echo X"$0" |
1098     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1099             s//\1/
1100             q
1101           }
1102           /^X\(\/\/\)[^/].*/{
1103             s//\1/
1104             q
1105           }
1106           /^X\(\/\/\)$/{
1107             s//\1/
1108             q
1109           }
1110           /^X\(\/\).*/{
1111             s//\1/
1112             q
1113           }
1114           s/.*/./; q'`
1115   srcdir=$ac_confdir
1116   if test ! -r "$srcdir/$ac_unique_file"; then
1117     srcdir=..
1118   fi
1119 else
1120   ac_srcdir_defaulted=no
1121 fi
1122 if test ! -r "$srcdir/$ac_unique_file"; then
1123   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1124   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1125    { (exit 1); exit 1; }; }
1126 fi
1127 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1128 ac_abs_confdir=`(
1129         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1130    { (exit 1); exit 1; }; }
1131         pwd)`
1132 # When building in place, set srcdir=.
1133 if test "$ac_abs_confdir" = "$ac_pwd"; then
1134   srcdir=.
1135 fi
1136 # Remove unnecessary trailing slashes from srcdir.
1137 # Double slashes in file names in object file debugging info
1138 # mess up M-x gdb in Emacs.
1139 case $srcdir in
1140 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1141 esac
1142 for ac_var in $ac_precious_vars; do
1143   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1144   eval ac_env_${ac_var}_value=\$${ac_var}
1145   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1146   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1147 done
1148
1149 #
1150 # Report the --help message.
1151 #
1152 if test "$ac_init_help" = "long"; then
1153   # Omit some internal or obsolete options to make the list less imposing.
1154   # This message is too long to be a string in the A/UX 3.1 sh.
1155   cat <<_ACEOF
1156 \`configure' configures backupninja 0.9.6 to adapt to many kinds of systems.
1157
1158 Usage: $0 [OPTION]... [VAR=VALUE]...
1159
1160 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1161 VAR=VALUE.  See below for descriptions of some of the useful variables.
1162
1163 Defaults for the options are specified in brackets.
1164
1165 Configuration:
1166   -h, --help              display this help and exit
1167       --help=short        display options specific to this package
1168       --help=recursive    display the short help of all the included packages
1169   -V, --version           display version information and exit
1170   -q, --quiet, --silent   do not print \`checking...' messages
1171       --cache-file=FILE   cache test results in FILE [disabled]
1172   -C, --config-cache      alias for \`--cache-file=config.cache'
1173   -n, --no-create         do not create output files
1174       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1175
1176 Installation directories:
1177   --prefix=PREFIX         install architecture-independent files in PREFIX
1178                           [$ac_default_prefix]
1179   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1180                           [PREFIX]
1181
1182 By default, \`make install' will install all the files in
1183 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1184 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1185 for instance \`--prefix=\$HOME'.
1186
1187 For better control, use the options below.
1188
1189 Fine tuning of the installation directories:
1190   --bindir=DIR           user executables [EPREFIX/bin]
1191   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1192   --libexecdir=DIR       program executables [EPREFIX/libexec]
1193   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1194   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1195   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1196   --libdir=DIR           object code libraries [EPREFIX/lib]
1197   --includedir=DIR       C header files [PREFIX/include]
1198   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1199   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1200   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1201   --infodir=DIR          info documentation [DATAROOTDIR/info]
1202   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1203   --mandir=DIR           man documentation [DATAROOTDIR/man]
1204   --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/backupninja@:>@
1205   --htmldir=DIR          html documentation [DOCDIR]
1206   --dvidir=DIR           dvi documentation [DOCDIR]
1207   --pdfdir=DIR           pdf documentation [DOCDIR]
1208   --psdir=DIR            ps documentation [DOCDIR]
1209 _ACEOF
1210
1211   cat <<\_ACEOF
1212
1213 Program names:
1214   --program-prefix=PREFIX            prepend PREFIX to installed program names
1215   --program-suffix=SUFFIX            append SUFFIX to installed program names
1216   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1217 _ACEOF
1218 fi
1219
1220 if test -n "$ac_init_help"; then
1221   case $ac_init_help in
1222      short | recursive ) echo "Configuration of backupninja 0.9.6:";;
1223    esac
1224   cat <<\_ACEOF
1225
1226 Report bugs to <backupninja@lists.riseup.net>.
1227 _ACEOF
1228 ac_status=$?
1229 fi
1230
1231 if test "$ac_init_help" = "recursive"; then
1232   # If there are subdirs, report their specific --help.
1233   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1234     test -d "$ac_dir" || continue
1235     ac_builddir=.
1236
1237 case "$ac_dir" in
1238 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1239 *)
1240   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1241   # A ".." for each directory in $ac_dir_suffix.
1242   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1243   case $ac_top_builddir_sub in
1244   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1245   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1246   esac ;;
1247 esac
1248 ac_abs_top_builddir=$ac_pwd
1249 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1250 # for backward compatibility:
1251 ac_top_builddir=$ac_top_build_prefix
1252
1253 case $srcdir in
1254   .)  # We are building in place.
1255     ac_srcdir=.
1256     ac_top_srcdir=$ac_top_builddir_sub
1257     ac_abs_top_srcdir=$ac_pwd ;;
1258   [\\/]* | ?:[\\/]* )  # Absolute name.
1259     ac_srcdir=$srcdir$ac_dir_suffix;
1260     ac_top_srcdir=$srcdir
1261     ac_abs_top_srcdir=$srcdir ;;
1262   *) # Relative name.
1263     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1264     ac_top_srcdir=$ac_top_build_prefix$srcdir
1265     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1266 esac
1267 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1268
1269     cd "$ac_dir" || { ac_status=$?; continue; }
1270     # Check for guested configure.
1271     if test -f "$ac_srcdir/configure.gnu"; then
1272       echo &&
1273       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1274     elif test -f "$ac_srcdir/configure"; then
1275       echo &&
1276       $SHELL "$ac_srcdir/configure" --help=recursive
1277     else
1278       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1279     fi || ac_status=$?
1280     cd "$ac_pwd" || { ac_status=$?; break; }
1281   done
1282 fi
1283
1284 test -n "$ac_init_help" && exit $ac_status
1285 if $ac_init_version; then
1286   cat <<\_ACEOF
1287 backupninja configure 0.9.6
1288 generated by GNU Autoconf 2.61
1289
1290 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1291 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1292 This configure script is free software; the Free Software Foundation
1293 gives unlimited permission to copy, distribute and modify it.
1294 _ACEOF
1295   exit
1296 fi
1297 cat >config.log <<_ACEOF
1298 This file contains any messages produced by compilers while
1299 running configure, to aid debugging if configure makes a mistake.
1300
1301 It was created by backupninja $as_me 0.9.6, which was
1302 generated by GNU Autoconf 2.61.  Invocation command line was
1303
1304   $ $0 $@
1305
1306 _ACEOF
1307 exec 5>>config.log
1308 {
1309 cat <<_ASUNAME
1310 @%:@@%:@ --------- @%:@@%:@
1311 @%:@@%:@ Platform. @%:@@%:@
1312 @%:@@%:@ --------- @%:@@%:@
1313
1314 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1315 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1316 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1317 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1318 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1319
1320 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1321 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1322
1323 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1324 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1325 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1326 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1327 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1328 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1329 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1330
1331 _ASUNAME
1332
1333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1334 for as_dir in $PATH
1335 do
1336   IFS=$as_save_IFS
1337   test -z "$as_dir" && as_dir=.
1338   echo "PATH: $as_dir"
1339 done
1340 IFS=$as_save_IFS
1341
1342 } >&5
1343
1344 cat >&5 <<_ACEOF
1345
1346
1347 @%:@@%:@ ----------- @%:@@%:@
1348 @%:@@%:@ Core tests. @%:@@%:@
1349 @%:@@%:@ ----------- @%:@@%:@
1350
1351 _ACEOF
1352
1353
1354 # Keep a trace of the command line.
1355 # Strip out --no-create and --no-recursion so they do not pile up.
1356 # Strip out --silent because we don't want to record it for future runs.
1357 # Also quote any args containing shell meta-characters.
1358 # Make two passes to allow for proper duplicate-argument suppression.
1359 ac_configure_args=
1360 ac_configure_args0=
1361 ac_configure_args1=
1362 ac_must_keep_next=false
1363 for ac_pass in 1 2
1364 do
1365   for ac_arg
1366   do
1367     case $ac_arg in
1368     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1369     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1370     | -silent | --silent | --silen | --sile | --sil)
1371       continue ;;
1372     *\'*)
1373       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1374     esac
1375     case $ac_pass in
1376     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1377     2)
1378       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1379       if test $ac_must_keep_next = true; then
1380         ac_must_keep_next=false # Got value, back to normal.
1381       else
1382         case $ac_arg in
1383           *=* | --config-cache | -C | -disable-* | --disable-* \
1384           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1385           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1386           | -with-* | --with-* | -without-* | --without-* | --x)
1387             case "$ac_configure_args0 " in
1388               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1389             esac
1390             ;;
1391           -* ) ac_must_keep_next=true ;;
1392         esac
1393       fi
1394       ac_configure_args="$ac_configure_args '$ac_arg'"
1395       ;;
1396     esac
1397   done
1398 done
1399 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1400 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1401
1402 # When interrupted or exit'd, cleanup temporary files, and complete
1403 # config.log.  We remove comments because anyway the quotes in there
1404 # would cause problems or look ugly.
1405 # WARNING: Use '\'' to represent an apostrophe within the trap.
1406 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1407 trap 'exit_status=$?
1408   # Save into config.log some information that might help in debugging.
1409   {
1410     echo
1411
1412     cat <<\_ASBOX
1413 @%:@@%:@ ---------------- @%:@@%:@
1414 @%:@@%:@ Cache variables. @%:@@%:@
1415 @%:@@%:@ ---------------- @%:@@%:@
1416 _ASBOX
1417     echo
1418     # The following way of writing the cache mishandles newlines in values,
1419 (
1420   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1421     eval ac_val=\$$ac_var
1422     case $ac_val in #(
1423     *${as_nl}*)
1424       case $ac_var in #(
1425       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1426 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1427       esac
1428       case $ac_var in #(
1429       _ | IFS | as_nl) ;; #(
1430       *) $as_unset $ac_var ;;
1431       esac ;;
1432     esac
1433   done
1434   (set) 2>&1 |
1435     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1436     *${as_nl}ac_space=\ *)
1437       sed -n \
1438         "s/'\''/'\''\\\\'\'''\''/g;
1439           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1440       ;; #(
1441     *)
1442       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1443       ;;
1444     esac |
1445     sort
1446 )
1447     echo
1448
1449     cat <<\_ASBOX
1450 @%:@@%:@ ----------------- @%:@@%:@
1451 @%:@@%:@ Output variables. @%:@@%:@
1452 @%:@@%:@ ----------------- @%:@@%:@
1453 _ASBOX
1454     echo
1455     for ac_var in $ac_subst_vars
1456     do
1457       eval ac_val=\$$ac_var
1458       case $ac_val in
1459       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1460       esac
1461       echo "$ac_var='\''$ac_val'\''"
1462     done | sort
1463     echo
1464
1465     if test -n "$ac_subst_files"; then
1466       cat <<\_ASBOX
1467 @%:@@%:@ ------------------- @%:@@%:@
1468 @%:@@%:@ File substitutions. @%:@@%:@
1469 @%:@@%:@ ------------------- @%:@@%:@
1470 _ASBOX
1471       echo
1472       for ac_var in $ac_subst_files
1473       do
1474         eval ac_val=\$$ac_var
1475         case $ac_val in
1476         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1477         esac
1478         echo "$ac_var='\''$ac_val'\''"
1479       done | sort
1480       echo
1481     fi
1482
1483     if test -s confdefs.h; then
1484       cat <<\_ASBOX
1485 @%:@@%:@ ----------- @%:@@%:@
1486 @%:@@%:@ confdefs.h. @%:@@%:@
1487 @%:@@%:@ ----------- @%:@@%:@
1488 _ASBOX
1489       echo
1490       cat confdefs.h
1491       echo
1492     fi
1493     test "$ac_signal" != 0 &&
1494       echo "$as_me: caught signal $ac_signal"
1495     echo "$as_me: exit $exit_status"
1496   } >&5
1497   rm -f core *.core core.conftest.* &&
1498     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1499     exit $exit_status
1500 ' 0
1501 for ac_signal in 1 2 13 15; do
1502   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1503 done
1504 ac_signal=0
1505
1506 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1507 rm -f -r conftest* confdefs.h
1508
1509 # Predefined preprocessor variables.
1510
1511 cat >>confdefs.h <<_ACEOF
1512 @%:@define PACKAGE_NAME "$PACKAGE_NAME"
1513 _ACEOF
1514
1515
1516 cat >>confdefs.h <<_ACEOF
1517 @%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1518 _ACEOF
1519
1520
1521 cat >>confdefs.h <<_ACEOF
1522 @%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1523 _ACEOF
1524
1525
1526 cat >>confdefs.h <<_ACEOF
1527 @%:@define PACKAGE_STRING "$PACKAGE_STRING"
1528 _ACEOF
1529
1530
1531 cat >>confdefs.h <<_ACEOF
1532 @%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1533 _ACEOF
1534
1535
1536 # Let the site file select an alternate cache file if it wants to.
1537 # Prefer explicitly selected file to automatically selected ones.
1538 if test -n "$CONFIG_SITE"; then
1539   set x "$CONFIG_SITE"
1540 elif test "x$prefix" != xNONE; then
1541   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1542 else
1543   set x "$ac_default_prefix/share/config.site" \
1544         "$ac_default_prefix/etc/config.site"
1545 fi
1546 shift
1547 for ac_site_file
1548 do
1549   if test -r "$ac_site_file"; then
1550     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1551 echo "$as_me: loading site script $ac_site_file" >&6;}
1552     sed 's/^/| /' "$ac_site_file" >&5
1553     . "$ac_site_file"
1554   fi
1555 done
1556
1557 if test -r "$cache_file"; then
1558   # Some versions of bash will fail to source /dev/null (special
1559   # files actually), so we avoid doing that.
1560   if test -f "$cache_file"; then
1561     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1562 echo "$as_me: loading cache $cache_file" >&6;}
1563     case $cache_file in
1564       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1565       *)                      . "./$cache_file";;
1566     esac
1567   fi
1568 else
1569   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1570 echo "$as_me: creating cache $cache_file" >&6;}
1571   >$cache_file
1572 fi
1573
1574 # Check that the precious variables saved in the cache have kept the same
1575 # value.
1576 ac_cache_corrupted=false
1577 for ac_var in $ac_precious_vars; do
1578   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1579   eval ac_new_set=\$ac_env_${ac_var}_set
1580   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1581   eval ac_new_val=\$ac_env_${ac_var}_value
1582   case $ac_old_set,$ac_new_set in
1583     set,)
1584       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1585 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1586       ac_cache_corrupted=: ;;
1587     ,set)
1588       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1589 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1590       ac_cache_corrupted=: ;;
1591     ,);;
1592     *)
1593       if test "x$ac_old_val" != "x$ac_new_val"; then
1594         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1595 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1596         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1597 echo "$as_me:   former value:  $ac_old_val" >&2;}
1598         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1599 echo "$as_me:   current value: $ac_new_val" >&2;}
1600         ac_cache_corrupted=:
1601       fi;;
1602   esac
1603   # Pass precious variables to config.status.
1604   if test "$ac_new_set" = set; then
1605     case $ac_new_val in
1606     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1607     *) ac_arg=$ac_var=$ac_new_val ;;
1608     esac
1609     case " $ac_configure_args " in
1610       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1611       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1612     esac
1613   fi
1614 done
1615 if $ac_cache_corrupted; then
1616   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1617 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1618   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1619 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1620    { (exit 1); exit 1; }; }
1621 fi
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647 ac_ext=c
1648 ac_cpp='$CPP $CPPFLAGS'
1649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1652
1653
1654
1655 am__api_version='1.10'
1656
1657 ac_aux_dir=
1658 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1659   if test -f "$ac_dir/install-sh"; then
1660     ac_aux_dir=$ac_dir
1661     ac_install_sh="$ac_aux_dir/install-sh -c"
1662     break
1663   elif test -f "$ac_dir/install.sh"; then
1664     ac_aux_dir=$ac_dir
1665     ac_install_sh="$ac_aux_dir/install.sh -c"
1666     break
1667   elif test -f "$ac_dir/shtool"; then
1668     ac_aux_dir=$ac_dir
1669     ac_install_sh="$ac_aux_dir/shtool install -c"
1670     break
1671   fi
1672 done
1673 if test -z "$ac_aux_dir"; then
1674   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1675 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1676    { (exit 1); exit 1; }; }
1677 fi
1678
1679 # These three variables are undocumented and unsupported,
1680 # and are intended to be withdrawn in a future Autoconf release.
1681 # They can cause serious problems if a builder's source tree is in a directory
1682 # whose full name contains unusual characters.
1683 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1684 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1685 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1686
1687
1688 # Find a good install program.  We prefer a C program (faster),
1689 # so one script is as good as another.  But avoid the broken or
1690 # incompatible versions:
1691 # SysV /etc/install, /usr/sbin/install
1692 # SunOS /usr/etc/install
1693 # IRIX /sbin/install
1694 # AIX /bin/install
1695 # AmigaOS /C/install, which installs bootblocks on floppy discs
1696 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1697 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1698 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1699 # OS/2's system install, which has a completely different semantic
1700 # ./install, which can be erroneously created by make from ./install.sh.
1701 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1702 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1703 if test -z "$INSTALL"; then
1704 if test "${ac_cv_path_install+set}" = set; then
1705   echo $ECHO_N "(cached) $ECHO_C" >&6
1706 else
1707   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1708 for as_dir in $PATH
1709 do
1710   IFS=$as_save_IFS
1711   test -z "$as_dir" && as_dir=.
1712   # Account for people who put trailing slashes in PATH elements.
1713 case $as_dir/ in
1714   ./ | .// | /cC/* | \
1715   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1716   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1717   /usr/ucb/* ) ;;
1718   *)
1719     # OSF1 and SCO ODT 3.0 have their own names for install.
1720     # Don't use installbsd from OSF since it installs stuff as root
1721     # by default.
1722     for ac_prog in ginstall scoinst install; do
1723       for ac_exec_ext in '' $ac_executable_extensions; do
1724         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1725           if test $ac_prog = install &&
1726             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1727             # AIX install.  It has an incompatible calling convention.
1728             :
1729           elif test $ac_prog = install &&
1730             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1731             # program-specific install script used by HP pwplus--don't use.
1732             :
1733           else
1734             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1735             break 3
1736           fi
1737         fi
1738       done
1739     done
1740     ;;
1741 esac
1742 done
1743 IFS=$as_save_IFS
1744
1745
1746 fi
1747   if test "${ac_cv_path_install+set}" = set; then
1748     INSTALL=$ac_cv_path_install
1749   else
1750     # As a last resort, use the slow shell script.  Don't cache a
1751     # value for INSTALL within a source directory, because that will
1752     # break other packages using the cache if that directory is
1753     # removed, or if the value is a relative name.
1754     INSTALL=$ac_install_sh
1755   fi
1756 fi
1757 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1758 echo "${ECHO_T}$INSTALL" >&6; }
1759
1760 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1761 # It thinks the first close brace ends the variable substitution.
1762 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1763
1764 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1765
1766 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1767
1768 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1769 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1770 # Just in case
1771 sleep 1
1772 echo timestamp > conftest.file
1773 # Do `set' in a subshell so we don't clobber the current shell's
1774 # arguments.  Must try -L first in case configure is actually a
1775 # symlink; some systems play weird games with the mod time of symlinks
1776 # (eg FreeBSD returns the mod time of the symlink's containing
1777 # directory).
1778 if (
1779    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1780    if test "$*" = "X"; then
1781       # -L didn't work.
1782       set X `ls -t $srcdir/configure conftest.file`
1783    fi
1784    rm -f conftest.file
1785    if test "$*" != "X $srcdir/configure conftest.file" \
1786       && test "$*" != "X conftest.file $srcdir/configure"; then
1787
1788       # If neither matched, then we have a broken ls.  This can happen
1789       # if, for instance, CONFIG_SHELL is bash and it inherits a
1790       # broken ls alias from the environment.  This has actually
1791       # happened.  Such a system could not be considered "sane".
1792       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1793 alias in your environment" >&5
1794 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1795 alias in your environment" >&2;}
1796    { (exit 1); exit 1; }; }
1797    fi
1798
1799    test "$2" = conftest.file
1800    )
1801 then
1802    # Ok.
1803    :
1804 else
1805    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1806 Check your system clock" >&5
1807 echo "$as_me: error: newly created file is older than distributed files!
1808 Check your system clock" >&2;}
1809    { (exit 1); exit 1; }; }
1810 fi
1811 { echo "$as_me:$LINENO: result: yes" >&5
1812 echo "${ECHO_T}yes" >&6; }
1813 test "$program_prefix" != NONE &&
1814   program_transform_name="s&^&$program_prefix&;$program_transform_name"
1815 # Use a double $ so make ignores it.
1816 test "$program_suffix" != NONE &&
1817   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1818 # Double any \ or $.  echo might interpret backslashes.
1819 # By default was `s,x,x', remove it if useless.
1820 cat <<\_ACEOF >conftest.sed
1821 s/[\\$]/&&/g;s/;s,x,x,$//
1822 _ACEOF
1823 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1824 rm -f conftest.sed
1825
1826 # expand $ac_aux_dir to an absolute path
1827 am_aux_dir=`cd $ac_aux_dir && pwd`
1828
1829 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1830 # Use eval to expand $SHELL
1831 if eval "$MISSING --run true"; then
1832   am_missing_run="$MISSING --run "
1833 else
1834   am_missing_run=
1835   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1836 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1837 fi
1838
1839 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1840 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1841 if test -z "$MKDIR_P"; then
1842   if test "${ac_cv_path_mkdir+set}" = set; then
1843   echo $ECHO_N "(cached) $ECHO_C" >&6
1844 else
1845   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1846 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1847 do
1848   IFS=$as_save_IFS
1849   test -z "$as_dir" && as_dir=.
1850   for ac_prog in mkdir gmkdir; do
1851          for ac_exec_ext in '' $ac_executable_extensions; do
1852            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1853            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1854              'mkdir (GNU coreutils) '* | \
1855              'mkdir (coreutils) '* | \
1856              'mkdir (fileutils) '4.1*)
1857                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1858                break 3;;
1859            esac
1860          done
1861        done
1862 done
1863 IFS=$as_save_IFS
1864
1865 fi
1866
1867   if test "${ac_cv_path_mkdir+set}" = set; then
1868     MKDIR_P="$ac_cv_path_mkdir -p"
1869   else
1870     # As a last resort, use the slow shell script.  Don't cache a
1871     # value for MKDIR_P within a source directory, because that will
1872     # break other packages using the cache if that directory is
1873     # removed, or if the value is a relative name.
1874     test -d ./--version && rmdir ./--version
1875     MKDIR_P="$ac_install_sh -d"
1876   fi
1877 fi
1878 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1879 echo "${ECHO_T}$MKDIR_P" >&6; }
1880
1881 mkdir_p="$MKDIR_P"
1882 case $mkdir_p in
1883   [\\/$]* | ?:[\\/]*) ;;
1884   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1885 esac
1886
1887 for ac_prog in gawk mawk nawk awk
1888 do
1889   # Extract the first word of "$ac_prog", so it can be a program name with args.
1890 set dummy $ac_prog; ac_word=$2
1891 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1892 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1893 if test "${ac_cv_prog_AWK+set}" = set; then
1894   echo $ECHO_N "(cached) $ECHO_C" >&6
1895 else
1896   if test -n "$AWK"; then
1897   ac_cv_prog_AWK="$AWK" # Let the user override the test.
1898 else
1899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1900 for as_dir in $PATH
1901 do
1902   IFS=$as_save_IFS
1903   test -z "$as_dir" && as_dir=.
1904   for ac_exec_ext in '' $ac_executable_extensions; do
1905   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1906     ac_cv_prog_AWK="$ac_prog"
1907     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1908     break 2
1909   fi
1910 done
1911 done
1912 IFS=$as_save_IFS
1913
1914 fi
1915 fi
1916 AWK=$ac_cv_prog_AWK
1917 if test -n "$AWK"; then
1918   { echo "$as_me:$LINENO: result: $AWK" >&5
1919 echo "${ECHO_T}$AWK" >&6; }
1920 else
1921   { echo "$as_me:$LINENO: result: no" >&5
1922 echo "${ECHO_T}no" >&6; }
1923 fi
1924
1925
1926   test -n "$AWK" && break
1927 done
1928
1929 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1930 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1931 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1932 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1933   echo $ECHO_N "(cached) $ECHO_C" >&6
1934 else
1935   cat >conftest.make <<\_ACEOF
1936 SHELL = /bin/sh
1937 all:
1938         @echo '@@@%%%=$(MAKE)=@@@%%%'
1939 _ACEOF
1940 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1941 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1942   *@@@%%%=?*=@@@%%%*)
1943     eval ac_cv_prog_make_${ac_make}_set=yes;;
1944   *)
1945     eval ac_cv_prog_make_${ac_make}_set=no;;
1946 esac
1947 rm -f conftest.make
1948 fi
1949 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1950   { echo "$as_me:$LINENO: result: yes" >&5
1951 echo "${ECHO_T}yes" >&6; }
1952   SET_MAKE=
1953 else
1954   { echo "$as_me:$LINENO: result: no" >&5
1955 echo "${ECHO_T}no" >&6; }
1956   SET_MAKE="MAKE=${MAKE-make}"
1957 fi
1958
1959 rm -rf .tst 2>/dev/null
1960 mkdir .tst 2>/dev/null
1961 if test -d .tst; then
1962   am__leading_dot=.
1963 else
1964   am__leading_dot=_
1965 fi
1966 rmdir .tst 2>/dev/null
1967
1968 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1969   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1970   # is not polluted with repeated "-I."
1971   am__isrc=' -I$(srcdir)'
1972   # test to see if srcdir already configured
1973   if test -f $srcdir/config.status; then
1974     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1975 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1976    { (exit 1); exit 1; }; }
1977   fi
1978 fi
1979
1980 # test whether we have cygpath
1981 if test -z "$CYGPATH_W"; then
1982   if (cygpath --version) >/dev/null 2>/dev/null; then
1983     CYGPATH_W='cygpath -w'
1984   else
1985     CYGPATH_W=echo
1986   fi
1987 fi
1988
1989
1990 # Define the identity of the package.
1991  PACKAGE='backupninja'
1992  VERSION='0.9.6'
1993
1994
1995 cat >>confdefs.h <<_ACEOF
1996 @%:@define PACKAGE "$PACKAGE"
1997 _ACEOF
1998
1999  
2000 cat >>confdefs.h <<_ACEOF
2001 @%:@define VERSION "$VERSION"
2002 _ACEOF
2003
2004 # Some tools Automake needs.
2005
2006 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2007
2008
2009 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2010
2011
2012 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2013
2014
2015 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2016
2017
2018 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2019
2020 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2021
2022 # Installed binaries are usually stripped using `strip' when the user
2023 # run `make install-strip'.  However `strip' might not be the right
2024 # tool to use in cross-compilation environments, therefore Automake
2025 # will honor the `STRIP' environment variable to overrule this program.
2026 if test "$cross_compiling" != no; then
2027   if test -n "$ac_tool_prefix"; then
2028   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2029 set dummy ${ac_tool_prefix}strip; ac_word=$2
2030 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2031 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2032 if test "${ac_cv_prog_STRIP+set}" = set; then
2033   echo $ECHO_N "(cached) $ECHO_C" >&6
2034 else
2035   if test -n "$STRIP"; then
2036   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2037 else
2038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2039 for as_dir in $PATH
2040 do
2041   IFS=$as_save_IFS
2042   test -z "$as_dir" && as_dir=.
2043   for ac_exec_ext in '' $ac_executable_extensions; do
2044   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2045     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2046     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2047     break 2
2048   fi
2049 done
2050 done
2051 IFS=$as_save_IFS
2052
2053 fi
2054 fi
2055 STRIP=$ac_cv_prog_STRIP
2056 if test -n "$STRIP"; then
2057   { echo "$as_me:$LINENO: result: $STRIP" >&5
2058 echo "${ECHO_T}$STRIP" >&6; }
2059 else
2060   { echo "$as_me:$LINENO: result: no" >&5
2061 echo "${ECHO_T}no" >&6; }
2062 fi
2063
2064
2065 fi
2066 if test -z "$ac_cv_prog_STRIP"; then
2067   ac_ct_STRIP=$STRIP
2068   # Extract the first word of "strip", so it can be a program name with args.
2069 set dummy strip; ac_word=$2
2070 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2071 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2072 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2073   echo $ECHO_N "(cached) $ECHO_C" >&6
2074 else
2075   if test -n "$ac_ct_STRIP"; then
2076   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2077 else
2078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2079 for as_dir in $PATH
2080 do
2081   IFS=$as_save_IFS
2082   test -z "$as_dir" && as_dir=.
2083   for ac_exec_ext in '' $ac_executable_extensions; do
2084   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2085     ac_cv_prog_ac_ct_STRIP="strip"
2086     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2087     break 2
2088   fi
2089 done
2090 done
2091 IFS=$as_save_IFS
2092
2093 fi
2094 fi
2095 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2096 if test -n "$ac_ct_STRIP"; then
2097   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2098 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2099 else
2100   { echo "$as_me:$LINENO: result: no" >&5
2101 echo "${ECHO_T}no" >&6; }
2102 fi
2103
2104   if test "x$ac_ct_STRIP" = x; then
2105     STRIP=":"
2106   else
2107     case $cross_compiling:$ac_tool_warned in
2108 yes:)
2109 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2110 whose name does not start with the host triplet.  If you think this
2111 configuration is useful to you, please write to autoconf@gnu.org." >&5
2112 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2113 whose name does not start with the host triplet.  If you think this
2114 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2115 ac_tool_warned=yes ;;
2116 esac
2117     STRIP=$ac_ct_STRIP
2118   fi
2119 else
2120   STRIP="$ac_cv_prog_STRIP"
2121 fi
2122
2123 fi
2124 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2125
2126 # We need awk for the "check" target.  The system "awk" is bad on
2127 # some platforms.
2128 # Always define AMTAR for backward compatibility.
2129
2130 AMTAR=${AMTAR-"${am_missing_run}tar"}
2131
2132 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2133
2134
2135
2136
2137
2138
2139 # Checks for programs.
2140
2141 # BASH may already be set in the shell, if the admin then changes the
2142 # the /bin/sh symlink to a non-bash shell, all hell will break lose.
2143 unset BASH
2144 for ac_prog in bash
2145 do
2146   # Extract the first word of "$ac_prog", so it can be a program name with args.
2147 set dummy $ac_prog; ac_word=$2
2148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2150 if test "${ac_cv_path_BASH+set}" = set; then
2151   echo $ECHO_N "(cached) $ECHO_C" >&6
2152 else
2153   case $BASH in
2154   [\\/]* | ?:[\\/]*)
2155   ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
2156   ;;
2157   *)
2158   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2159 as_dummy="$PATH:/bin:/usr/bin:/usr/sbin"
2160 for as_dir in $as_dummy
2161 do
2162   IFS=$as_save_IFS
2163   test -z "$as_dir" && as_dir=.
2164   for ac_exec_ext in '' $ac_executable_extensions; do
2165   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2166     ac_cv_path_BASH="$as_dir/$ac_word$ac_exec_ext"
2167     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2168     break 2
2169   fi
2170 done
2171 done
2172 IFS=$as_save_IFS
2173
2174   ;;
2175 esac
2176 fi
2177 BASH=$ac_cv_path_BASH
2178 if test -n "$BASH"; then
2179   { echo "$as_me:$LINENO: result: $BASH" >&5
2180 echo "${ECHO_T}$BASH" >&6; }
2181 else
2182   { echo "$as_me:$LINENO: result: no" >&5
2183 echo "${ECHO_T}no" >&6; }
2184 fi
2185
2186
2187   test -n "$BASH" && break
2188 done
2189 test -n "$BASH" || BASH=""no""
2190
2191 if test x$BASH = "xno"; then
2192     { { echo "$as_me:$LINENO: error: bash is required" >&5
2193 echo "$as_me: error: bash is required" >&2;}
2194    { (exit 1); exit 1; }; }
2195 fi
2196
2197 for ac_prog in sed
2198 do
2199   # Extract the first word of "$ac_prog", so it can be a program name with args.
2200 set dummy $ac_prog; ac_word=$2
2201 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2202 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2203 if test "${ac_cv_path_SED+set}" = set; then
2204   echo $ECHO_N "(cached) $ECHO_C" >&6
2205 else
2206   case $SED in
2207   [\\/]* | ?:[\\/]*)
2208   ac_cv_path_SED="$SED" # Let the user override the test with a path.
2209   ;;
2210   *)
2211   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2212 for as_dir in $PATH
2213 do
2214   IFS=$as_save_IFS
2215   test -z "$as_dir" && as_dir=.
2216   for ac_exec_ext in '' $ac_executable_extensions; do
2217   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2218     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
2219     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2220     break 2
2221   fi
2222 done
2223 done
2224 IFS=$as_save_IFS
2225
2226   ;;
2227 esac
2228 fi
2229 SED=$ac_cv_path_SED
2230 if test -n "$SED"; then
2231   { echo "$as_me:$LINENO: result: $SED" >&5
2232 echo "${ECHO_T}$SED" >&6; }
2233 else
2234   { echo "$as_me:$LINENO: result: no" >&5
2235 echo "${ECHO_T}no" >&6; }
2236 fi
2237
2238
2239   test -n "$SED" && break
2240 done
2241 test -n "$SED" || SED=""no""
2242
2243 if test x$SED = "xno"; then
2244     { { echo "$as_me:$LINENO: error: sed is required" >&5
2245 echo "$as_me: error: sed is required" >&2;}
2246    { (exit 1); exit 1; }; }
2247 else
2248    export SED
2249 fi
2250
2251 for ac_prog in awk
2252 do
2253   # Extract the first word of "$ac_prog", so it can be a program name with args.
2254 set dummy $ac_prog; ac_word=$2
2255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2257 if test "${ac_cv_path_AWK+set}" = set; then
2258   echo $ECHO_N "(cached) $ECHO_C" >&6
2259 else
2260   case $AWK in
2261   [\\/]* | ?:[\\/]*)
2262   ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
2263   ;;
2264   *)
2265   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2266 for as_dir in $PATH
2267 do
2268   IFS=$as_save_IFS
2269   test -z "$as_dir" && as_dir=.
2270   for ac_exec_ext in '' $ac_executable_extensions; do
2271   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2272     ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
2273     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2274     break 2
2275   fi
2276 done
2277 done
2278 IFS=$as_save_IFS
2279
2280   ;;
2281 esac
2282 fi
2283 AWK=$ac_cv_path_AWK
2284 if test -n "$AWK"; then
2285   { echo "$as_me:$LINENO: result: $AWK" >&5
2286 echo "${ECHO_T}$AWK" >&6; }
2287 else
2288   { echo "$as_me:$LINENO: result: no" >&5
2289 echo "${ECHO_T}no" >&6; }
2290 fi
2291
2292
2293   test -n "$AWK" && break
2294 done
2295 test -n "$AWK" || AWK=""no""
2296
2297 if test x$AWK = "xno"; then
2298     { { echo "$as_me:$LINENO: error: awk is required" >&5
2299 echo "$as_me: error: awk is required" >&2;}
2300    { (exit 1); exit 1; }; }
2301 else
2302    export AWK
2303 fi
2304
2305 for ac_prog in mktemp
2306 do
2307   # Extract the first word of "$ac_prog", so it can be a program name with args.
2308 set dummy $ac_prog; ac_word=$2
2309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2311 if test "${ac_cv_path_MKTEMP+set}" = set; then
2312   echo $ECHO_N "(cached) $ECHO_C" >&6
2313 else
2314   case $MKTEMP in
2315   [\\/]* | ?:[\\/]*)
2316   ac_cv_path_MKTEMP="$MKTEMP" # Let the user override the test with a path.
2317   ;;
2318   *)
2319   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2320 for as_dir in $PATH
2321 do
2322   IFS=$as_save_IFS
2323   test -z "$as_dir" && as_dir=.
2324   for ac_exec_ext in '' $ac_executable_extensions; do
2325   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2326     ac_cv_path_MKTEMP="$as_dir/$ac_word$ac_exec_ext"
2327     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2328     break 2
2329   fi
2330 done
2331 done
2332 IFS=$as_save_IFS
2333
2334   ;;
2335 esac
2336 fi
2337 MKTEMP=$ac_cv_path_MKTEMP
2338 if test -n "$MKTEMP"; then
2339   { echo "$as_me:$LINENO: result: $MKTEMP" >&5
2340 echo "${ECHO_T}$MKTEMP" >&6; }
2341 else
2342   { echo "$as_me:$LINENO: result: no" >&5
2343 echo "${ECHO_T}no" >&6; }
2344 fi
2345
2346
2347   test -n "$MKTEMP" && break
2348 done
2349 test -n "$MKTEMP" || MKTEMP=""no""
2350
2351 if test x$MKTEMPT = "xno"; then
2352     { { echo "$as_me:$LINENO: error: mktemp is required" >&5
2353 echo "$as_me: error: mktemp is required" >&2;}
2354    { (exit 1); exit 1; }; }
2355 fi
2356
2357 # Extract the first word of "rpm", so it can be a program name with args.
2358 set dummy rpm; ac_word=$2
2359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2361 if test "${ac_cv_prog_ac_cv_have_rpm+set}" = set; then
2362   echo $ECHO_N "(cached) $ECHO_C" >&6
2363 else
2364   if test -n "$ac_cv_have_rpm"; then
2365   ac_cv_prog_ac_cv_have_rpm="$ac_cv_have_rpm" # Let the user override the test.
2366 else
2367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2368 for as_dir in $PATH
2369 do
2370   IFS=$as_save_IFS
2371   test -z "$as_dir" && as_dir=.
2372   for ac_exec_ext in '' $ac_executable_extensions; do
2373   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2374     ac_cv_prog_ac_cv_have_rpm=""yes""
2375     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2376     break 2
2377   fi
2378 done
2379 done
2380 IFS=$as_save_IFS
2381
2382   test -z "$ac_cv_prog_ac_cv_have_rpm" && ac_cv_prog_ac_cv_have_rpm=""no""
2383 fi
2384 fi
2385 ac_cv_have_rpm=$ac_cv_prog_ac_cv_have_rpm
2386 if test -n "$ac_cv_have_rpm"; then
2387   { echo "$as_me:$LINENO: result: $ac_cv_have_rpm" >&5
2388 echo "${ECHO_T}$ac_cv_have_rpm" >&6; }
2389 else
2390   { echo "$as_me:$LINENO: result: no" >&5
2391 echo "${ECHO_T}no" >&6; }
2392 fi
2393
2394
2395 if test "x$ac_cv_have_rpm" = "xyes"; then
2396         rpm --define '_topdir /tmp' > /dev/null 2>&1
2397         { echo "$as_me:$LINENO: checking to see if we can redefine _topdir" >&5
2398 echo $ECHO_N "checking to see if we can redefine _topdir... $ECHO_C" >&6; }
2399         if test $? -eq 0 ; then
2400                 { echo "$as_me:$LINENO: result: yes" >&5
2401 echo "${ECHO_T}yes" >&6; }
2402                 HAVE_RPM=yes
2403         else
2404                 { echo "$as_me:$LINENO: result: no.  You'll have to build packages manually." >&5
2405 echo "${ECHO_T}no.  You'll have to build packages manually." >&6; }
2406                 HAVE_RPM=no
2407         fi
2408 fi
2409
2410
2411 # Extract the first word of "rpm", so it can be a program name with args.
2412 set dummy rpm; ac_word=$2
2413 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2415 if test "${ac_cv_prog_ac_cv_have_rpm+set}" = set; then
2416   echo $ECHO_N "(cached) $ECHO_C" >&6
2417 else
2418   if test -n "$ac_cv_have_rpm"; then
2419   ac_cv_prog_ac_cv_have_rpm="$ac_cv_have_rpm" # Let the user override the test.
2420 else
2421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2422 for as_dir in $PATH
2423 do
2424   IFS=$as_save_IFS
2425   test -z "$as_dir" && as_dir=.
2426   for ac_exec_ext in '' $ac_executable_extensions; do
2427   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2428     ac_cv_prog_ac_cv_have_rpm=""yes""
2429     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2430     break 2
2431   fi
2432 done
2433 done
2434 IFS=$as_save_IFS
2435
2436   test -z "$ac_cv_prog_ac_cv_have_rpm" && ac_cv_prog_ac_cv_have_rpm=""no""
2437 fi
2438 fi
2439 ac_cv_have_rpm=$ac_cv_prog_ac_cv_have_rpm
2440 if test -n "$ac_cv_have_rpm"; then
2441   { echo "$as_me:$LINENO: result: $ac_cv_have_rpm" >&5
2442 echo "${ECHO_T}$ac_cv_have_rpm" >&6; }
2443 else
2444   { echo "$as_me:$LINENO: result: no" >&5
2445 echo "${ECHO_T}no" >&6; }
2446 fi
2447
2448
2449 if test "x$ac_cv_have_rpm" = "xyes"; then
2450         rpm --define '_topdir /tmp' > /dev/null 2>&1
2451         { echo "$as_me:$LINENO: checking to see if we can redefine _topdir" >&5
2452 echo $ECHO_N "checking to see if we can redefine _topdir... $ECHO_C" >&6; }
2453         if test $? -eq 0 ; then
2454                 { echo "$as_me:$LINENO: result: yes" >&5
2455 echo "${ECHO_T}yes" >&6; }
2456                 HAVE_RPM=yes
2457         else
2458                 { echo "$as_me:$LINENO: result: no.  You'll have to build packages manually." >&5
2459 echo "${ECHO_T}no.  You'll have to build packages manually." >&6; }
2460                 HAVE_RPM=no
2461         fi
2462 fi
2463
2464
2465 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
2466 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
2467 LN_S=$as_ln_s
2468 if test "$LN_S" = "ln -s"; then
2469   { echo "$as_me:$LINENO: result: yes" >&5
2470 echo "${ECHO_T}yes" >&6; }
2471 else
2472   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2473 echo "${ECHO_T}no, using $LN_S" >&6; }
2474 fi
2475
2476
2477 CFGDIR="${sysconfdir}"
2478
2479
2480 ac_config_files="$ac_config_files Makefile etc/Makefile examples/Makefile handlers/Makefile lib/Makefile man/Makefile src/Makefile"
2481
2482
2483 ac_config_files="$ac_config_files backupninja.spec"
2484
2485 cat >confcache <<\_ACEOF
2486 # This file is a shell script that caches the results of configure
2487 # tests run on this system so they can be shared between configure
2488 # scripts and configure runs, see configure's option --config-cache.
2489 # It is not useful on other systems.  If it contains results you don't
2490 # want to keep, you may remove or edit it.
2491 #
2492 # config.status only pays attention to the cache file if you give it
2493 # the --recheck option to rerun configure.
2494 #
2495 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2496 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2497 # following values.
2498
2499 _ACEOF
2500
2501 # The following way of writing the cache mishandles newlines in values,
2502 # but we know of no workaround that is simple, portable, and efficient.
2503 # So, we kill variables containing newlines.
2504 # Ultrix sh set writes to stderr and can't be redirected directly,
2505 # and sets the high bit in the cache file unless we assign to the vars.
2506 (
2507   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2508     eval ac_val=\$$ac_var
2509     case $ac_val in #(
2510     *${as_nl}*)
2511       case $ac_var in #(
2512       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2513 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2514       esac
2515       case $ac_var in #(
2516       _ | IFS | as_nl) ;; #(
2517       *) $as_unset $ac_var ;;
2518       esac ;;
2519     esac
2520   done
2521
2522   (set) 2>&1 |
2523     case $as_nl`(ac_space=' '; set) 2>&1` in #(
2524     *${as_nl}ac_space=\ *)
2525       # `set' does not quote correctly, so add quotes (double-quote
2526       # substitution turns \\\\ into \\, and sed turns \\ into \).
2527       sed -n \
2528         "s/'/'\\\\''/g;
2529           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2530       ;; #(
2531     *)
2532       # `set' quotes correctly as required by POSIX, so do not add quotes.
2533       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2534       ;;
2535     esac |
2536     sort
2537 ) |
2538   sed '
2539      /^ac_cv_env_/b end
2540      t clear
2541      :clear
2542      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2543      t end
2544      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2545      :end' >>confcache
2546 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2547   if test -w "$cache_file"; then
2548     test "x$cache_file" != "x/dev/null" &&
2549       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2550 echo "$as_me: updating cache $cache_file" >&6;}
2551     cat confcache >$cache_file
2552   else
2553     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2554 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2555   fi
2556 fi
2557 rm -f confcache
2558
2559 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2560 # Let make expand exec_prefix.
2561 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2562
2563 # Transform confdefs.h into DEFS.
2564 # Protect against shell expansion while executing Makefile rules.
2565 # Protect against Makefile macro expansion.
2566 #
2567 # If the first sed substitution is executed (which looks for macros that
2568 # take arguments), then branch to the quote section.  Otherwise,
2569 # look for a macro that doesn't take arguments.
2570 ac_script='
2571 t clear
2572 :clear
2573 s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
2574 t quote
2575 s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
2576 t quote
2577 b any
2578 :quote
2579 s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2580 s/\[/\\&/g
2581 s/\]/\\&/g
2582 s/\$/$$/g
2583 H
2584 :any
2585 ${
2586         g
2587         s/^\n//
2588         s/\n/ /g
2589         p
2590 }
2591 '
2592 DEFS=`sed -n "$ac_script" confdefs.h`
2593
2594
2595 ac_libobjs=
2596 ac_ltlibobjs=
2597 for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
2598   # 1. Remove the extension, and $U if already installed.
2599   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2600   ac_i=`echo "$ac_i" | sed "$ac_script"`
2601   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2602   #    will be set to the directory where LIBOBJS objects are built.
2603   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2604   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2605 done
2606 LIB@&t@OBJS=$ac_libobjs
2607
2608 LTLIBOBJS=$ac_ltlibobjs
2609
2610
2611
2612 : ${CONFIG_STATUS=./config.status}
2613 ac_clean_files_save=$ac_clean_files
2614 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2615 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2616 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2617 cat >$CONFIG_STATUS <<_ACEOF
2618 #! $SHELL
2619 # Generated by $as_me.
2620 # Run this file to recreate the current configuration.
2621 # Compiler output produced by configure, useful for debugging
2622 # configure, is in config.log if it exists.
2623
2624 debug=false
2625 ac_cs_recheck=false
2626 ac_cs_silent=false
2627 SHELL=\${CONFIG_SHELL-$SHELL}
2628 _ACEOF
2629
2630 cat >>$CONFIG_STATUS <<\_ACEOF
2631 ## --------------------- ##
2632 ## M4sh Initialization.  ##
2633 ## --------------------- ##
2634
2635 # Be more Bourne compatible
2636 DUALCASE=1; export DUALCASE # for MKS sh
2637 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2638   emulate sh
2639   NULLCMD=:
2640   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2641   # is contrary to our usage.  Disable this feature.
2642   alias -g '${1+"$@"}'='"$@"'
2643   setopt NO_GLOB_SUBST
2644 else
2645   case `(set -o) 2>/dev/null` in
2646   *posix*) set -o posix ;;
2647 esac
2648
2649 fi
2650
2651
2652
2653
2654 # PATH needs CR
2655 # Avoid depending upon Character Ranges.
2656 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2657 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2658 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2659 as_cr_digits='0123456789'
2660 as_cr_alnum=$as_cr_Letters$as_cr_digits
2661
2662 # The user is always right.
2663 if test "${PATH_SEPARATOR+set}" != set; then
2664   echo "#! /bin/sh" >conf$$.sh
2665   echo  "exit 0"   >>conf$$.sh
2666   chmod +x conf$$.sh
2667   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2668     PATH_SEPARATOR=';'
2669   else
2670     PATH_SEPARATOR=:
2671   fi
2672   rm -f conf$$.sh
2673 fi
2674
2675 # Support unset when possible.
2676 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2677   as_unset=unset
2678 else
2679   as_unset=false
2680 fi
2681
2682
2683 # IFS
2684 # We need space, tab and new line, in precisely that order.  Quoting is
2685 # there to prevent editors from complaining about space-tab.
2686 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2687 # splitting by setting IFS to empty value.)
2688 as_nl='
2689 '
2690 IFS=" ""        $as_nl"
2691
2692 # Find who we are.  Look in the path if we contain no directory separator.
2693 case $0 in
2694   *[\\/]* ) as_myself=$0 ;;
2695   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2696 for as_dir in $PATH
2697 do
2698   IFS=$as_save_IFS
2699   test -z "$as_dir" && as_dir=.
2700   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2701 done
2702 IFS=$as_save_IFS
2703
2704      ;;
2705 esac
2706 # We did not find ourselves, most probably we were run as `sh COMMAND'
2707 # in which case we are not to be found in the path.
2708 if test "x$as_myself" = x; then
2709   as_myself=$0
2710 fi
2711 if test ! -f "$as_myself"; then
2712   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2713   { (exit 1); exit 1; }
2714 fi
2715
2716 # Work around bugs in pre-3.0 UWIN ksh.
2717 for as_var in ENV MAIL MAILPATH
2718 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2719 done
2720 PS1='$ '
2721 PS2='> '
2722 PS4='+ '
2723
2724 # NLS nuisances.
2725 for as_var in \
2726   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2727   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2728   LC_TELEPHONE LC_TIME
2729 do
2730   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2731     eval $as_var=C; export $as_var
2732   else
2733     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2734   fi
2735 done
2736
2737 # Required to use basename.
2738 if expr a : '\(a\)' >/dev/null 2>&1 &&
2739    test "X`expr 00001 : '.*\(...\)'`" = X001; then
2740   as_expr=expr
2741 else
2742   as_expr=false
2743 fi
2744
2745 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2746   as_basename=basename
2747 else
2748   as_basename=false
2749 fi
2750
2751
2752 # Name of the executable.
2753 as_me=`$as_basename -- "$0" ||
2754 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2755          X"$0" : 'X\(//\)$' \| \
2756          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2757 echo X/"$0" |
2758     sed '/^.*\/\([^/][^/]*\)\/*$/{
2759             s//\1/
2760             q
2761           }
2762           /^X\/\(\/\/\)$/{
2763             s//\1/
2764             q
2765           }
2766           /^X\/\(\/\).*/{
2767             s//\1/
2768             q
2769           }
2770           s/.*/./; q'`
2771
2772 # CDPATH.
2773 $as_unset CDPATH
2774
2775
2776
2777   as_lineno_1=$LINENO
2778   as_lineno_2=$LINENO
2779   test "x$as_lineno_1" != "x$as_lineno_2" &&
2780   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2781
2782   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2783   # uniformly replaced by the line number.  The first 'sed' inserts a
2784   # line-number line after each line using $LINENO; the second 'sed'
2785   # does the real work.  The second script uses 'N' to pair each
2786   # line-number line with the line containing $LINENO, and appends
2787   # trailing '-' during substitution so that $LINENO is not a special
2788   # case at line end.
2789   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2790   # scripts with optimization help from Paolo Bonzini.  Blame Lee
2791   # E. McMahon (1931-1989) for sed's syntax.  :-)
2792   sed -n '
2793     p
2794     /[$]LINENO/=
2795   ' <$as_myself |
2796     sed '
2797       s/[$]LINENO.*/&-/
2798       t lineno
2799       b
2800       :lineno
2801       N
2802       :loop
2803       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2804       t loop
2805       s/-\n.*//
2806     ' >$as_me.lineno &&
2807   chmod +x "$as_me.lineno" ||
2808     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2809    { (exit 1); exit 1; }; }
2810
2811   # Don't try to exec as it changes $[0], causing all sort of problems
2812   # (the dirname of $[0] is not the place where we might find the
2813   # original and so on.  Autoconf is especially sensitive to this).
2814   . "./$as_me.lineno"
2815   # Exit status is that of the last command.
2816   exit
2817 }
2818
2819
2820 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2821   as_dirname=dirname
2822 else
2823   as_dirname=false
2824 fi
2825
2826 ECHO_C= ECHO_N= ECHO_T=
2827 case `echo -n x` in
2828 -n*)
2829   case `echo 'x\c'` in
2830   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2831   *)   ECHO_C='\c';;
2832   esac;;
2833 *)
2834   ECHO_N='-n';;
2835 esac
2836
2837 if expr a : '\(a\)' >/dev/null 2>&1 &&
2838    test "X`expr 00001 : '.*\(...\)'`" = X001; then
2839   as_expr=expr
2840 else
2841   as_expr=false
2842 fi
2843
2844 rm -f conf$$ conf$$.exe conf$$.file
2845 if test -d conf$$.dir; then
2846   rm -f conf$$.dir/conf$$.file
2847 else
2848   rm -f conf$$.dir
2849   mkdir conf$$.dir
2850 fi
2851 echo >conf$$.file
2852 if ln -s conf$$.file conf$$ 2>/dev/null; then
2853   as_ln_s='ln -s'
2854   # ... but there are two gotchas:
2855   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2856   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2857   # In both cases, we have to default to `cp -p'.
2858   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2859     as_ln_s='cp -p'
2860 elif ln conf$$.file conf$$ 2>/dev/null; then
2861   as_ln_s=ln
2862 else
2863   as_ln_s='cp -p'
2864 fi
2865 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2866 rmdir conf$$.dir 2>/dev/null
2867
2868 if mkdir -p . 2>/dev/null; then
2869   as_mkdir_p=:
2870 else
2871   test -d ./-p && rmdir ./-p
2872   as_mkdir_p=false
2873 fi
2874
2875 if test -x / >/dev/null 2>&1; then
2876   as_test_x='test -x'
2877 else
2878   if ls -dL / >/dev/null 2>&1; then
2879     as_ls_L_option=L
2880   else
2881     as_ls_L_option=
2882   fi
2883   as_test_x='
2884     eval sh -c '\''
2885       if test -d "$1"; then
2886         test -d "$1/.";
2887       else
2888         case $1 in
2889         -*)set "./$1";;
2890         esac;
2891         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2892         ???[sx]*):;;*)false;;esac;fi
2893     '\'' sh
2894   '
2895 fi
2896 as_executable_p=$as_test_x
2897
2898 # Sed expression to map a string onto a valid CPP name.
2899 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2900
2901 # Sed expression to map a string onto a valid variable name.
2902 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2903
2904
2905 exec 6>&1
2906
2907 # Save the log message, to keep $[0] and so on meaningful, and to
2908 # report actual input values of CONFIG_FILES etc. instead of their
2909 # values after options handling.
2910 ac_log="
2911 This file was extended by backupninja $as_me 0.9.6, which was
2912 generated by GNU Autoconf 2.61.  Invocation command line was
2913
2914   CONFIG_FILES    = $CONFIG_FILES
2915   CONFIG_HEADERS  = $CONFIG_HEADERS
2916   CONFIG_LINKS    = $CONFIG_LINKS
2917   CONFIG_COMMANDS = $CONFIG_COMMANDS
2918   $ $0 $@
2919
2920 on `(hostname || uname -n) 2>/dev/null | sed 1q`
2921 "
2922
2923 _ACEOF
2924
2925 cat >>$CONFIG_STATUS <<_ACEOF
2926 # Files that config.status was made for.
2927 config_files="$ac_config_files"
2928
2929 _ACEOF
2930
2931 cat >>$CONFIG_STATUS <<\_ACEOF
2932 ac_cs_usage="\
2933 \`$as_me' instantiates files from templates according to the
2934 current configuration.
2935
2936 Usage: $0 [OPTIONS] [FILE]...
2937
2938   -h, --help       print this help, then exit
2939   -V, --version    print version number and configuration settings, then exit
2940   -q, --quiet      do not print progress messages
2941   -d, --debug      don't remove temporary files
2942       --recheck    update $as_me by reconfiguring in the same conditions
2943   --file=FILE[:TEMPLATE]
2944                    instantiate the configuration file FILE
2945
2946 Configuration files:
2947 $config_files
2948
2949 Report bugs to <bug-autoconf@gnu.org>."
2950
2951 _ACEOF
2952 cat >>$CONFIG_STATUS <<_ACEOF
2953 ac_cs_version="\\
2954 backupninja config.status 0.9.6
2955 configured by $0, generated by GNU Autoconf 2.61,
2956   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2957
2958 Copyright (C) 2006 Free Software Foundation, Inc.
2959 This config.status script is free software; the Free Software Foundation
2960 gives unlimited permission to copy, distribute and modify it."
2961
2962 ac_pwd='$ac_pwd'
2963 srcdir='$srcdir'
2964 INSTALL='$INSTALL'
2965 MKDIR_P='$MKDIR_P'
2966 _ACEOF
2967
2968 cat >>$CONFIG_STATUS <<\_ACEOF
2969 # If no file are specified by the user, then we need to provide default
2970 # value.  By we need to know if files were specified by the user.
2971 ac_need_defaults=:
2972 while test $# != 0
2973 do
2974   case $1 in
2975   --*=*)
2976     ac_option=`expr "X$1" : 'X\([^=]*\)='`
2977     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2978     ac_shift=:
2979     ;;
2980   *)
2981     ac_option=$1
2982     ac_optarg=$2
2983     ac_shift=shift
2984     ;;
2985   esac
2986
2987   case $ac_option in
2988   # Handling of the options.
2989   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2990     ac_cs_recheck=: ;;
2991   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2992     echo "$ac_cs_version"; exit ;;
2993   --debug | --debu | --deb | --de | --d | -d )
2994     debug=: ;;
2995   --file | --fil | --fi | --f )
2996     $ac_shift
2997     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2998     ac_need_defaults=false;;
2999   --he | --h |  --help | --hel | -h )
3000     echo "$ac_cs_usage"; exit ;;
3001   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3002   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3003     ac_cs_silent=: ;;
3004
3005   # This is an error.
3006   -*) { echo "$as_me: error: unrecognized option: $1
3007 Try \`$0 --help' for more information." >&2
3008    { (exit 1); exit 1; }; } ;;
3009
3010   *) ac_config_targets="$ac_config_targets $1"
3011      ac_need_defaults=false ;;
3012
3013   esac
3014   shift
3015 done
3016
3017 ac_configure_extra_args=
3018
3019 if $ac_cs_silent; then
3020   exec 6>/dev/null
3021   ac_configure_extra_args="$ac_configure_extra_args --silent"
3022 fi
3023
3024 _ACEOF
3025 cat >>$CONFIG_STATUS <<_ACEOF
3026 if \$ac_cs_recheck; then
3027   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3028   CONFIG_SHELL=$SHELL
3029   export CONFIG_SHELL
3030   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3031 fi
3032
3033 _ACEOF
3034 cat >>$CONFIG_STATUS <<\_ACEOF
3035 exec 5>>config.log
3036 {
3037   echo
3038   sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
3039 @%:@@%:@ Running $as_me. @%:@@%:@
3040 _ASBOX
3041   echo "$ac_log"
3042 } >&5
3043
3044 _ACEOF
3045 cat >>$CONFIG_STATUS <<_ACEOF
3046 _ACEOF
3047
3048 cat >>$CONFIG_STATUS <<\_ACEOF
3049
3050 # Handling of arguments.
3051 for ac_config_target in $ac_config_targets
3052 do
3053   case $ac_config_target in
3054     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3055     "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
3056     "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
3057     "handlers/Makefile") CONFIG_FILES="$CONFIG_FILES handlers/Makefile" ;;
3058     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
3059     "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
3060     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
3061     "backupninja.spec") CONFIG_FILES="$CONFIG_FILES backupninja.spec" ;;
3062
3063   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3064 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3065    { (exit 1); exit 1; }; };;
3066   esac
3067 done
3068
3069
3070 # If the user did not use the arguments to specify the items to instantiate,
3071 # then the envvar interface is used.  Set only those that are not.
3072 # We use the long form for the default assignment because of an extremely
3073 # bizarre bug on SunOS 4.1.3.
3074 if $ac_need_defaults; then
3075   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3076 fi
3077
3078 # Have a temporary directory for convenience.  Make it in the build tree
3079 # simply because there is no reason against having it here, and in addition,
3080 # creating and moving files from /tmp can sometimes cause problems.
3081 # Hook for its removal unless debugging.
3082 # Note that there is a small window in which the directory will not be cleaned:
3083 # after its creation but before its name has been assigned to `$tmp'.
3084 $debug ||
3085 {
3086   tmp=
3087   trap 'exit_status=$?
3088   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3089 ' 0
3090   trap '{ (exit 1); exit 1; }' 1 2 13 15
3091 }
3092 # Create a (secure) tmp directory for tmp files.
3093
3094 {
3095   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3096   test -n "$tmp" && test -d "$tmp"
3097 }  ||
3098 {
3099   tmp=./conf$$-$RANDOM
3100   (umask 077 && mkdir "$tmp")
3101 } ||
3102 {
3103    echo "$me: cannot create a temporary directory in ." >&2
3104    { (exit 1); exit 1; }
3105 }
3106
3107 #
3108 # Set up the sed scripts for CONFIG_FILES section.
3109 #
3110
3111 # No need to generate the scripts if there are no CONFIG_FILES.
3112 # This happens for instance when ./config.status config.h
3113 if test -n "$CONFIG_FILES"; then
3114
3115 _ACEOF
3116
3117
3118
3119 ac_delim='%!_!# '
3120 for ac_last_try in false false false false false :; do
3121   cat >conf$$subs.sed <<_ACEOF
3122 SHELL!$SHELL$ac_delim
3123 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3124 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3125 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3126 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3127 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3128 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3129 exec_prefix!$exec_prefix$ac_delim
3130 prefix!$prefix$ac_delim
3131 program_transform_name!$program_transform_name$ac_delim
3132 bindir!$bindir$ac_delim
3133 sbindir!$sbindir$ac_delim
3134 libexecdir!$libexecdir$ac_delim
3135 datarootdir!$datarootdir$ac_delim
3136 datadir!$datadir$ac_delim
3137 sysconfdir!$sysconfdir$ac_delim
3138 sharedstatedir!$sharedstatedir$ac_delim
3139 localstatedir!$localstatedir$ac_delim
3140 includedir!$includedir$ac_delim
3141 oldincludedir!$oldincludedir$ac_delim
3142 docdir!$docdir$ac_delim
3143 infodir!$infodir$ac_delim
3144 htmldir!$htmldir$ac_delim
3145 dvidir!$dvidir$ac_delim
3146 pdfdir!$pdfdir$ac_delim
3147 psdir!$psdir$ac_delim
3148 libdir!$libdir$ac_delim
3149 localedir!$localedir$ac_delim
3150 mandir!$mandir$ac_delim
3151 DEFS!$DEFS$ac_delim
3152 ECHO_C!$ECHO_C$ac_delim
3153 ECHO_N!$ECHO_N$ac_delim
3154 ECHO_T!$ECHO_T$ac_delim
3155 LIBS!$LIBS$ac_delim
3156 build_alias!$build_alias$ac_delim
3157 host_alias!$host_alias$ac_delim
3158 target_alias!$target_alias$ac_delim
3159 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3160 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3161 INSTALL_DATA!$INSTALL_DATA$ac_delim
3162 am__isrc!$am__isrc$ac_delim
3163 CYGPATH_W!$CYGPATH_W$ac_delim
3164 PACKAGE!$PACKAGE$ac_delim
3165 VERSION!$VERSION$ac_delim
3166 ACLOCAL!$ACLOCAL$ac_delim
3167 AUTOCONF!$AUTOCONF$ac_delim
3168 AUTOMAKE!$AUTOMAKE$ac_delim
3169 AUTOHEADER!$AUTOHEADER$ac_delim
3170 MAKEINFO!$MAKEINFO$ac_delim
3171 install_sh!$install_sh$ac_delim
3172 STRIP!$STRIP$ac_delim
3173 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
3174 mkdir_p!$mkdir_p$ac_delim
3175 AWK!$AWK$ac_delim
3176 SET_MAKE!$SET_MAKE$ac_delim
3177 am__leading_dot!$am__leading_dot$ac_delim
3178 AMTAR!$AMTAR$ac_delim
3179 am__tar!$am__tar$ac_delim
3180 am__untar!$am__untar$ac_delim
3181 BASH!$BASH$ac_delim
3182 SED!$SED$ac_delim
3183 MKTEMP!$MKTEMP$ac_delim
3184 ac_cv_have_rpm!$ac_cv_have_rpm$ac_delim
3185 HAVE_RPM!$HAVE_RPM$ac_delim
3186 LN_S!$LN_S$ac_delim
3187 CFGDIR!$CFGDIR$ac_delim
3188 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
3189 LTLIBOBJS!$LTLIBOBJS$ac_delim
3190 _ACEOF
3191
3192   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 68; then
3193     break
3194   elif $ac_last_try; then
3195     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3196 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3197    { (exit 1); exit 1; }; }
3198   else
3199     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3200   fi
3201 done
3202
3203 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3204 if test -n "$ac_eof"; then
3205   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3206   ac_eof=`expr $ac_eof + 1`
3207 fi
3208
3209 cat >>$CONFIG_STATUS <<_ACEOF
3210 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3211 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3212 _ACEOF
3213 sed '
3214 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3215 s/^/s,@/; s/!/@,|#_!!_#|/
3216 :n
3217 t n
3218 s/'"$ac_delim"'$/,g/; t
3219 s/$/\\/; p
3220 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3221 ' >>$CONFIG_STATUS <conf$$subs.sed
3222 rm -f conf$$subs.sed
3223 cat >>$CONFIG_STATUS <<_ACEOF
3224 :end
3225 s/|#_!!_#|//g
3226 CEOF$ac_eof
3227 _ACEOF
3228
3229
3230 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3231 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3232 # trailing colons and then remove the whole line if VPATH becomes empty
3233 # (actually we leave an empty line to preserve line numbers).
3234 if test "x$srcdir" = x.; then
3235   ac_vpsub='/^[  ]*VPATH[        ]*=/{
3236 s/:*\$(srcdir):*/:/
3237 s/:*\${srcdir}:*/:/
3238 s/:*@srcdir@:*/:/
3239 s/^\([^=]*=[     ]*\):*/\1/
3240 s/:*$//
3241 s/^[^=]*=[       ]*$//
3242 }'
3243 fi
3244
3245 cat >>$CONFIG_STATUS <<\_ACEOF
3246 fi # test -n "$CONFIG_FILES"
3247
3248
3249 for ac_tag in  :F $CONFIG_FILES      
3250 do
3251   case $ac_tag in
3252   :[FHLC]) ac_mode=$ac_tag; continue;;
3253   esac
3254   case $ac_mode$ac_tag in
3255   :[FHL]*:*);;
3256   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3257 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3258    { (exit 1); exit 1; }; };;
3259   :[FH]-) ac_tag=-:-;;
3260   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3261   esac
3262   ac_save_IFS=$IFS
3263   IFS=:
3264   set x $ac_tag
3265   IFS=$ac_save_IFS
3266   shift
3267   ac_file=$1
3268   shift
3269
3270   case $ac_mode in
3271   :L) ac_source=$1;;
3272   :[FH])
3273     ac_file_inputs=
3274     for ac_f
3275     do
3276       case $ac_f in
3277       -) ac_f="$tmp/stdin";;
3278       *) # Look for the file first in the build tree, then in the source tree
3279          # (if the path is not absolute).  The absolute path cannot be DOS-style,
3280          # because $ac_f cannot contain `:'.
3281          test -f "$ac_f" ||
3282            case $ac_f in
3283            [\\/$]*) false;;
3284            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3285            esac ||
3286            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3287 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3288    { (exit 1); exit 1; }; };;
3289       esac
3290       ac_file_inputs="$ac_file_inputs $ac_f"
3291     done
3292
3293     # Let's still pretend it is `configure' which instantiates (i.e., don't
3294     # use $as_me), people would be surprised to read:
3295     #    /* config.h.  Generated by config.status.  */
3296     configure_input="Generated from "`IFS=:
3297           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3298     if test x"$ac_file" != x-; then
3299       configure_input="$ac_file.  $configure_input"
3300       { echo "$as_me:$LINENO: creating $ac_file" >&5
3301 echo "$as_me: creating $ac_file" >&6;}
3302     fi
3303
3304     case $ac_tag in
3305     *:-:* | *:-) cat >"$tmp/stdin";;
3306     esac
3307     ;;
3308   esac
3309
3310   ac_dir=`$as_dirname -- "$ac_file" ||
3311 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3312          X"$ac_file" : 'X\(//\)[^/]' \| \
3313          X"$ac_file" : 'X\(//\)$' \| \
3314          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3315 echo X"$ac_file" |
3316     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3317             s//\1/
3318             q
3319           }
3320           /^X\(\/\/\)[^/].*/{
3321             s//\1/
3322             q
3323           }
3324           /^X\(\/\/\)$/{
3325             s//\1/
3326             q
3327           }
3328           /^X\(\/\).*/{
3329             s//\1/
3330             q
3331           }
3332           s/.*/./; q'`
3333   { as_dir="$ac_dir"
3334   case $as_dir in #(
3335   -*) as_dir=./$as_dir;;
3336   esac
3337   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3338     as_dirs=
3339     while :; do
3340       case $as_dir in #(
3341       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3342       *) as_qdir=$as_dir;;
3343       esac
3344       as_dirs="'$as_qdir' $as_dirs"
3345       as_dir=`$as_dirname -- "$as_dir" ||
3346 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3347          X"$as_dir" : 'X\(//\)[^/]' \| \
3348          X"$as_dir" : 'X\(//\)$' \| \
3349          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3350 echo X"$as_dir" |
3351     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3352             s//\1/
3353             q
3354           }
3355           /^X\(\/\/\)[^/].*/{
3356             s//\1/
3357             q
3358           }
3359           /^X\(\/\/\)$/{
3360             s//\1/
3361             q
3362           }
3363           /^X\(\/\).*/{
3364             s//\1/
3365             q
3366           }
3367           s/.*/./; q'`
3368       test -d "$as_dir" && break
3369     done
3370     test -z "$as_dirs" || eval "mkdir $as_dirs"
3371   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3372 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3373    { (exit 1); exit 1; }; }; }
3374   ac_builddir=.
3375
3376 case "$ac_dir" in
3377 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3378 *)
3379   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3380   # A ".." for each directory in $ac_dir_suffix.
3381   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3382   case $ac_top_builddir_sub in
3383   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3384   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3385   esac ;;
3386 esac
3387 ac_abs_top_builddir=$ac_pwd
3388 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3389 # for backward compatibility:
3390 ac_top_builddir=$ac_top_build_prefix
3391
3392 case $srcdir in
3393   .)  # We are building in place.
3394     ac_srcdir=.
3395     ac_top_srcdir=$ac_top_builddir_sub
3396     ac_abs_top_srcdir=$ac_pwd ;;
3397   [\\/]* | ?:[\\/]* )  # Absolute name.
3398     ac_srcdir=$srcdir$ac_dir_suffix;
3399     ac_top_srcdir=$srcdir
3400     ac_abs_top_srcdir=$srcdir ;;
3401   *) # Relative name.
3402     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3403     ac_top_srcdir=$ac_top_build_prefix$srcdir
3404     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3405 esac
3406 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3407
3408
3409   case $ac_mode in
3410   :F)
3411   #
3412   # CONFIG_FILE
3413   #
3414
3415   case $INSTALL in
3416   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3417   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3418   esac
3419   ac_MKDIR_P=$MKDIR_P
3420   case $MKDIR_P in
3421   [\\/$]* | ?:[\\/]* ) ;;
3422   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3423   esac
3424 _ACEOF
3425
3426 cat >>$CONFIG_STATUS <<\_ACEOF
3427 # If the template does not know about datarootdir, expand it.
3428 # FIXME: This hack should be removed a few years after 2.60.
3429 ac_datarootdir_hack=; ac_datarootdir_seen=
3430
3431 case `sed -n '/datarootdir/ {
3432   p
3433   q
3434 }
3435 /@datadir@/p
3436 /@docdir@/p
3437 /@infodir@/p
3438 /@localedir@/p
3439 /@mandir@/p
3440 ' $ac_file_inputs` in
3441 *datarootdir*) ac_datarootdir_seen=yes;;
3442 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3443   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3444 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3445 _ACEOF
3446 cat >>$CONFIG_STATUS <<_ACEOF
3447   ac_datarootdir_hack='
3448   s&@datadir@&$datadir&g
3449   s&@docdir@&$docdir&g
3450   s&@infodir@&$infodir&g
3451   s&@localedir@&$localedir&g
3452   s&@mandir@&$mandir&g
3453     s&\\\${datarootdir}&$datarootdir&g' ;;
3454 esac
3455 _ACEOF
3456
3457 # Neutralize VPATH when `$srcdir' = `.'.
3458 # Shell code in configure.ac might set extrasub.
3459 # FIXME: do we really want to maintain this feature?
3460 cat >>$CONFIG_STATUS <<_ACEOF
3461   sed "$ac_vpsub
3462 $extrasub
3463 _ACEOF
3464 cat >>$CONFIG_STATUS <<\_ACEOF
3465 :t
3466 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3467 s&@configure_input@&$configure_input&;t t
3468 s&@top_builddir@&$ac_top_builddir_sub&;t t
3469 s&@srcdir@&$ac_srcdir&;t t
3470 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3471 s&@top_srcdir@&$ac_top_srcdir&;t t
3472 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3473 s&@builddir@&$ac_builddir&;t t
3474 s&@abs_builddir@&$ac_abs_builddir&;t t
3475 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3476 s&@INSTALL@&$ac_INSTALL&;t t
3477 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3478 $ac_datarootdir_hack
3479 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3480
3481 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3482   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3483   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3484   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3485 which seems to be undefined.  Please make sure it is defined." >&5
3486 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3487 which seems to be undefined.  Please make sure it is defined." >&2;}
3488
3489   rm -f "$tmp/stdin"
3490   case $ac_file in
3491   -) cat "$tmp/out"; rm -f "$tmp/out";;
3492   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3493   esac
3494  ;;
3495   
3496   
3497   
3498   esac
3499
3500 done # for ac_tag
3501
3502
3503 { (exit 0); exit 0; }
3504 _ACEOF
3505 chmod +x $CONFIG_STATUS
3506 ac_clean_files=$ac_clean_files_save
3507
3508
3509 # configure is writing to config.log, and then calls config.status.
3510 # config.status does its own redirection, appending to config.log.
3511 # Unfortunately, on DOS this fails, as config.log is still kept open
3512 # by configure, so config.status won't be able to write to it; its
3513 # output is simply discarded.  So we exec the FD to /dev/null,
3514 # effectively closing config.log, so it can be properly (re)opened and
3515 # appended to by config.status.  When coming back to configure, we
3516 # need to make the FD available again.
3517 if test "$no_create" != yes; then
3518   ac_cs_success=:
3519   ac_config_status_args=
3520   test "$silent" = yes &&
3521     ac_config_status_args="$ac_config_status_args --quiet"
3522   exec 5>/dev/null
3523   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3524   exec 5>>config.log
3525   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3526   # would make configure fail if this is the last instruction.
3527   $ac_cs_success || { (exit 1); exit 1; }
3528 fi
3529