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