2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60a for backupninja 0.9.4.
5 # Report bugs to <backupninja@lists.riseup.net>.
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 ## --------------------- ##
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
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+"$@"}'='"$@"'
24 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
26 BIN_SH=xpg4; export BIN_SH # for Tru64
27 DUALCASE=1; export DUALCASE # for MKS sh
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
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
43 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
51 # Support unset when possible.
52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
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.)
68 # Find who we are. Look in the path if we contain no directory separator.
70 *[\\/]* ) as_myself=$0 ;;
71 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
75 test -z "$as_dir" && as_dir=.
76 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
87 if test ! -f "$as_myself"; then
88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
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
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 \
106 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107 eval $as_var=C; export $as_var
109 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 # Required to use basename.
114 if expr a : '\(a\)' >/dev/null 2>&1 &&
115 test "X`expr 00001 : '.*\(...\)'`" = X001; then
121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
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 ||
134 sed '/^.*\/\([^/][^/]*\)\/*$/{
152 if test "x$CONFIG_SHELL" = x; then
153 if (eval ":") 2>/dev/null; then
159 if test $as_have_required = yes && (eval ":
169 as_func_ret_success () {
172 as_func_ret_failure () {
177 if as_func_success; then
181 echo as_func_success failed.
184 if as_func_failure; then
186 echo as_func_failure succeeded.
189 if as_func_ret_success; then
193 echo as_func_ret_success failed.
196 if as_func_ret_failure; then
198 echo as_func_ret_failure succeeded.
201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 echo positional parameters were not saved.
208 test \$exitcode = 0) || { (exit 1); exit 1; }
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
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
223 test -z "$as_dir" && as_dir=.
226 for as_base in sh bash ksh sh5; do
227 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
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
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+"$@"}'='"$@"'
247 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
249 BIN_SH=xpg4; export BIN_SH # for Tru64
250 DUALCASE=1; export DUALCASE # for MKS sh
255 CONFIG_SHELL=$as_shell
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
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+"$@"}'='"$@"'
267 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
269 BIN_SH=xpg4; export BIN_SH # for Tru64
270 DUALCASE=1; export DUALCASE # for MKS sh
282 as_func_ret_success () {
285 as_func_ret_failure () {
290 if as_func_success; then
294 echo as_func_success failed.
297 if as_func_failure; then
299 echo as_func_failure succeeded.
302 if as_func_ret_success; then
306 echo as_func_ret_success failed.
309 if as_func_ret_failure; then
311 echo as_func_ret_failure succeeded.
314 if ( set x; as_func_ret_success y && test x = "$1" ); then
318 echo positional parameters were not saved.
321 test $exitcode = 0) || { (exit 1); exit 1; }
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; }
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
343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
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; }
362 (eval "as_func_return () {
371 as_func_ret_success () {
374 as_func_ret_failure () {
379 if as_func_success; then
383 echo as_func_success failed.
386 if as_func_failure; then
388 echo as_func_failure succeeded.
391 if as_func_ret_success; then
395 echo as_func_ret_success failed.
398 if as_func_ret_failure; then
400 echo as_func_ret_failure succeeded.
403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
407 echo positional parameters were not saved.
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
421 test "x$as_lineno_1" != "x$as_lineno_2" &&
422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
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
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. :-)
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
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; }; }
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).
457 # Exit status is that of the last command.
462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
468 ECHO_C= ECHO_N= ECHO_T=
472 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 if expr a : '\(a\)' >/dev/null 2>&1 &&
480 test "X`expr 00001 : '.*\(...\)'`" = X001; then
486 rm -f conf$$ conf$$.exe conf$$.file
487 if test -d conf$$.dir; then
488 rm -f conf$$.dir/conf$$.file
494 if ln -s conf$$.file conf$$ 2>/dev/null; then
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 ||
502 elif ln conf$$.file conf$$ 2>/dev/null; then
507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
508 rmdir conf$$.dir 2>/dev/null
510 if mkdir -p . 2>/dev/null; then
513 test -d ./-p && rmdir ./-p
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
524 if test -x conf$$.file >/dev/null 2>&1; then
525 as_executable_p="test -x"
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'"
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'"
539 exec 7<&0 </dev/null 6>&1
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`
549 ac_default_prefix=/usr/local
551 ac_config_libobj_dir=.
557 SHELL=${CONFIG_SHELL-/bin/sh}
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'
566 ac_unique_file="src/backupninja.in"
576 program_transform_name
617 INSTALL_STRIP_PROGRAM
634 ac_precious_vars='build_alias
639 # Initialize some variables set by options.
641 ac_init_version=false
642 # The variables have the same names as the options, with
643 # dashes changed to underlines.
651 program_transform_name=s,x,x,
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'
681 libdir='${exec_prefix}/lib'
682 localedir='${datarootdir}/locale'
683 mandir='${datarootdir}/man'
689 # If the previous option needs an argument, assign it.
690 if test -n "$ac_prev"; then
691 eval $ac_prev=\$ac_option
697 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
701 # Accept the important Cygnus configure options, so we can diagnose typos.
703 case $ac_dashdash$ac_option in
707 -bindir | --bindir | --bindi | --bind | --bin | --bi)
709 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
712 -build | --build | --buil | --bui | --bu)
713 ac_prev=build_alias ;;
714 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
715 build_alias=$ac_optarg ;;
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 ;;
725 cache_file=config.cache ;;
727 -datadir | --datadir | --datadi | --datad)
729 -datadir=* | --datadir=* | --datadi=* | --datad=*)
730 datadir=$ac_optarg ;;
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 ;;
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 ;;
748 -docdir | --docdir | --docdi | --doc | --do)
750 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
753 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
755 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
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 ;;
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 ;;
776 -gas | --gas | --ga | --g)
777 # Obsolete; use --with-gas.
780 -help | --help | --hel | --he | -h)
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 ;;
787 -host | --host | --hos | --ho)
788 ac_prev=host_alias ;;
789 -host=* | --host=* | --hos=* | --ho=*)
790 host_alias=$ac_optarg ;;
792 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
794 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
796 htmldir=$ac_optarg ;;
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 ;;
805 -infodir | --infodir | --infodi | --infod | --info | --inf)
807 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
808 infodir=$ac_optarg ;;
810 -libdir | --libdir | --libdi | --libd)
812 -libdir=* | --libdir=* | --libdi=* | --libd=*)
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 ;;
822 -localedir | --localedir | --localedi | --localed | --locale)
824 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
825 localedir=$ac_optarg ;;
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 ;;
834 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
836 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
840 # Obsolete; use --without-fp.
843 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
844 | --no-cr | --no-c | -n)
847 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
848 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
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 ;;
860 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
862 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
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 ;;
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 ;;
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 ;;
896 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
898 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
901 -psdir | --psdir | --psdi | --psd | --ps)
903 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
906 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
907 | -silent | --silent | --silen | --sile | --sil)
910 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
912 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
914 sbindir=$ac_optarg ;;
916 -sharedstatedir | --sharedstatedir | --sharedstatedi \
917 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
918 | --sharedst | --shareds | --shared | --share | --shar \
920 ac_prev=sharedstatedir ;;
921 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
922 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
923 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
925 sharedstatedir=$ac_optarg ;;
927 -site | --site | --sit)
929 -site=* | --site=* | --sit=*)
932 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
934 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
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 ;;
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 ;;
949 -v | -verbose | --verbose | --verbos | --verbo | --verb)
952 -version | --version | --versio | --versi | --vers | -V)
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 ;;
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 ;;
974 # Obsolete; use --with-x.
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 ;;
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 ;;
991 -*) { echo "$as_me: error: unrecognized option: $ac_option
992 Try \`$0 --help' for more information." >&2
993 { (exit 1); exit 1; }; }
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 ;;
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}
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; }; }
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
1028 eval ac_val=\$$ac_var
1030 [\\/$]* | ?:[\\/]* ) continue;;
1031 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1033 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1034 { (exit 1); exit 1; }; }
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.
1042 target=$target_alias
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
1056 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1058 test "$silent" = yes && exec 6>/dev/null
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; }; }
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 ||
1081 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1099 if test ! -r "$srcdir/$ac_unique_file"; then
1103 ac_srcdir_defaulted=no
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; }; }
1110 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1112 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1113 { (exit 1); exit 1; }; }
1115 # When building in place, set srcdir=.
1116 if test "$ac_abs_confdir" = "$ac_pwd"; then
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.
1123 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
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}
1133 # Report the --help message.
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.
1139 \`configure' configures backupninja 0.9.4 to adapt to many kinds of systems.
1141 Usage: $0 [OPTION]... [VAR=VALUE]...
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.
1146 Defaults for the options are specified in brackets.
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 \`..']
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
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'.
1170 For better control, use the options below.
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]
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
1203 if test -n "$ac_init_help"; then
1204 case $ac_init_help in
1205 short | recursive ) echo "Configuration of backupninja 0.9.4:";;
1209 Report bugs to <backupninja@lists.riseup.net>.
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
1221 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
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/ ;;
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
1237 .) # We are building in place.
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 ;;
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 ;;
1250 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1252 cd "$ac_dir" || { ac_status=$?; continue; }
1253 # Check for guested configure.
1254 if test -f "$ac_srcdir/configure.gnu"; then
1256 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1257 elif test -f "$ac_srcdir/configure"; then
1259 $SHELL "$ac_srcdir/configure" --help=recursive
1261 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1263 cd "$ac_pwd" || { ac_status=$?; break; }
1267 test -n "$ac_init_help" && exit $ac_status
1268 if $ac_init_version; then
1270 backupninja configure 0.9.4
1271 generated by GNU Autoconf 2.60a
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.
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.
1284 It was created by backupninja $as_me 0.9.4, which was
1285 generated by GNU Autoconf 2.60a. Invocation command line was
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`
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`
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`
1316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1320 test -z "$as_dir" && as_dir=.
1321 echo "PATH: $as_dir"
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.
1345 ac_must_keep_next=false
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)
1356 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1359 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
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.
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 ;;
1374 -* ) ac_must_keep_next=true ;;
1377 ac_configure_args="$ac_configure_args '$ac_arg'"
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; }
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.
1396 ## ---------------- ##
1397 ## Cache variables. ##
1398 ## ---------------- ##
1401 # The following way of writing the cache mishandles newlines in values,
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
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;} ;;
1412 _ | IFS | as_nl) ;; #(
1413 *) $as_unset $ac_var ;;
1418 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1419 *${as_nl}ac_space=\ *)
1421 "s/'\''/'\''\\\\'\'''\''/g;
1422 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1425 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1433 ## ----------------- ##
1434 ## Output variables. ##
1435 ## ----------------- ##
1438 for ac_var in $ac_subst_vars
1440 eval ac_val=\$$ac_var
1442 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1444 echo "$ac_var='\''$ac_val'\''"
1448 if test -n "$ac_subst_files"; then
1450 ## ------------------- ##
1451 ## File substitutions. ##
1452 ## ------------------- ##
1455 for ac_var in $ac_subst_files
1457 eval ac_val=\$$ac_var
1459 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1461 echo "$ac_var='\''$ac_val'\''"
1466 if test -s confdefs.h; then
1476 test "$ac_signal" != 0 &&
1477 echo "$as_me: caught signal $ac_signal"
1478 echo "$as_me: exit $exit_status"
1480 rm -f core *.core core.conftest.* &&
1481 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1484 for ac_signal in 1 2 13 15; do
1485 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1489 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1490 rm -f -r conftest* confdefs.h
1492 # Predefined preprocessor variables.
1494 cat >>confdefs.h <<_ACEOF
1495 #define PACKAGE_NAME "$PACKAGE_NAME"
1499 cat >>confdefs.h <<_ACEOF
1500 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1504 cat >>confdefs.h <<_ACEOF
1505 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1509 cat >>confdefs.h <<_ACEOF
1510 #define PACKAGE_STRING "$PACKAGE_STRING"
1514 cat >>confdefs.h <<_ACEOF
1515 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
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"
1526 set x "$ac_default_prefix/share/config.site" \
1527 "$ac_default_prefix/etc/config.site"
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
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;}
1547 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1548 *) . "./$cache_file";;
1552 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1553 echo "$as_me: creating cache $cache_file" >&6;}
1557 # Check that the precious variables saved in the cache have kept the same
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
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=: ;;
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=: ;;
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=:
1586 # Pass precious variables to config.status.
1587 if test "$ac_new_set" = set; then
1589 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1590 *) ac_arg=$ac_var=$ac_new_val ;;
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'" ;;
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; }; }
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
1638 am__api_version="1.9"
1640 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1641 if test -f "$ac_dir/install-sh"; then
1643 ac_install_sh="$ac_aux_dir/install-sh -c"
1645 elif test -f "$ac_dir/install.sh"; then
1647 ac_install_sh="$ac_aux_dir/install.sh -c"
1649 elif test -f "$ac_dir/shtool"; then
1651 ac_install_sh="$ac_aux_dir/shtool install -c"
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; }; }
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.
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
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
1689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1693 test -z "$as_dir" && as_dir=.
1694 # Account for people who put trailing slashes in PATH elements.
1696 ./ | .// | /cC/* | \
1697 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1698 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
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
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.
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.
1716 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1729 if test "${ac_cv_path_install+set}" = set; then
1730 INSTALL=$ac_cv_path_install
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
1739 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1740 echo "${ECHO_T}$INSTALL" >&6; }
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}'
1746 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1748 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
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; }
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
1761 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1762 if test "$*" = "X"; then
1764 set X `ls -t $srcdir/configure conftest.file`
1767 if test "$*" != "X $srcdir/configure conftest.file" \
1768 && test "$*" != "X conftest.file $srcdir/configure"; then
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; }; }
1781 test "$2" = conftest.file
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; }; }
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,$//
1805 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1808 # expand $ac_aux_dir to an absolute path
1809 am_aux_dir=`cd $ac_aux_dir && pwd`
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 "
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;}
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
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 --'
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
1842 for d in ./-p ./--version;
1844 test -d $d && rmdir $d
1846 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1847 if test -f "$ac_aux_dir/mkinstalldirs"; then
1848 mkdir_p='$(mkinstalldirs)'
1850 mkdir_p='$(install_sh) -d'
1854 for ac_prog in gawk mawk nawk awk
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
1863 if test -n "$AWK"; then
1864 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
1884 if test -n "$AWK"; then
1885 { echo "$as_me:$LINENO: result: $AWK" >&5
1886 echo "${ECHO_T}$AWK" >&6; }
1888 { echo "$as_me:$LINENO: result: no" >&5
1889 echo "${ECHO_T}no" >&6; }
1893 test -n "$AWK" && break
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
1902 cat >conftest.make <<\_ACEOF
1905 @echo '@@@%%%=$(MAKE)=@@@%%%'
1907 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1908 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1910 eval ac_cv_prog_make_${ac_make}_set=yes;;
1912 eval ac_cv_prog_make_${ac_make}_set=no;;
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; }
1921 { echo "$as_me:$LINENO: result: no" >&5
1922 echo "${ECHO_T}no" >&6; }
1923 SET_MAKE="MAKE=${MAKE-make}"
1926 rm -rf .tst 2>/dev/null
1927 mkdir .tst 2>/dev/null
1928 if test -d .tst; then
1933 rmdir .tst 2>/dev/null
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; }; }
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'
1953 # Define the identity of the package.
1954 PACKAGE='backupninja'
1958 cat >>confdefs.h <<_ACEOF
1959 #define PACKAGE "$PACKAGE"
1963 cat >>confdefs.h <<_ACEOF
1964 #define VERSION "$VERSION"
1967 # Some tools Automake needs.
1969 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1972 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1975 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1978 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1981 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1983 install_sh=${install_sh-"$am_aux_dir/install-sh"}
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
1998 if test -n "$STRIP"; then
1999 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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; }
2023 { echo "$as_me:$LINENO: result: no" >&5
2024 echo "${ECHO_T}no" >&6; }
2029 if test -z "$ac_cv_prog_STRIP"; then
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
2038 if test -n "$ac_ct_STRIP"; then
2039 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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; }
2063 { echo "$as_me:$LINENO: result: no" >&5
2064 echo "${ECHO_T}no" >&6; }
2067 if test "x$ac_ct_STRIP" = x; then
2070 case $cross_compiling:$ac_tool_warned in
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 ;;
2083 STRIP="$ac_cv_prog_STRIP"
2087 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2089 # We need awk for the "check" target. The system "awk" is bad on
2091 # Always define AMTAR for backward compatibility.
2093 AMTAR=${AMTAR-"${am_missing_run}tar"}
2095 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2102 # Checks for programs.
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.
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
2118 ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
2121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2122 as_dummy="$PATH:/bin:/usr/bin:/usr/sbin"
2123 for as_dir in $as_dummy
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
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; }
2145 { echo "$as_me:$LINENO: result: no" >&5
2146 echo "${ECHO_T}no" >&6; }
2150 test -n "$BASH" && break
2152 test -n "$BASH" || BASH="/bin/bash"
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; }; }
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
2169 if test -n "$SED"; then
2170 ac_cv_prog_SED="$SED" # Let the user override the test.
2172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
2190 if test -n "$SED"; then
2191 { echo "$as_me:$LINENO: result: $SED" >&5
2192 echo "${ECHO_T}$SED" >&6; }
2194 { echo "$as_me:$LINENO: result: no" >&5
2195 echo "${ECHO_T}no" >&6; }
2199 test -n "$SED" && break
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; }; }
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
2217 if test -n "$AWK"; then
2218 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
2238 if test -n "$AWK"; then
2239 { echo "$as_me:$LINENO: result: $AWK" >&5
2240 echo "${ECHO_T}$AWK" >&6; }
2242 { echo "$as_me:$LINENO: result: no" >&5
2243 echo "${ECHO_T}no" >&6; }
2247 test -n "$AWK" && break
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; }; }
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
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.
2265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
2280 test -z "$ac_cv_prog_ac_cv_have_rpm" && ac_cv_prog_ac_cv_have_rpm=""no""
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; }
2288 { echo "$as_me:$LINENO: result: no" >&5
2289 echo "${ECHO_T}no" >&6; }
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; }
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; }
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
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.
2319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
2334 test -z "$ac_cv_prog_ac_cv_have_rpm" && ac_cv_prog_ac_cv_have_rpm=""no""
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; }
2342 { echo "$as_me:$LINENO: result: no" >&5
2343 echo "${ECHO_T}no" >&6; }
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; }
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; }
2363 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
2364 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
2366 if test "$LN_S" = "ln -s"; then
2367 { echo "$as_me:$LINENO: result: yes" >&5
2368 echo "${ECHO_T}yes" >&6; }
2370 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
2371 echo "${ECHO_T}no, using $LN_S" >&6; }
2375 CFGDIR="${sysconfdir}"
2378 ac_config_files="$ac_config_files Makefile etc/Makefile examples/Makefile handlers/Makefile lib/Makefile man/Makefile src/Makefile"
2381 ac_config_files="$ac_config_files backupninja.spec"
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.
2390 # config.status only pays attention to the cache file if you give it
2391 # the --recheck option to rerun configure.
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
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.
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
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;} ;;
2414 _ | IFS | as_nl) ;; #(
2415 *) $as_unset $ac_var ;;
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 \).
2427 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2430 # `set' quotes correctly as required by POSIX, so do not add quotes.
2431 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2440 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2442 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
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
2451 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2452 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2457 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2458 # Let make expand exec_prefix.
2459 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2461 # Transform confdefs.h into DEFS.
2462 # Protect against shell expansion while executing Makefile rules.
2463 # Protect against Makefile macro expansion.
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.
2471 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2473 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2477 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2490 DEFS=`sed -n "$ac_script" confdefs.h`
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'
2506 LTLIBOBJS=$ac_ltlibobjs
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
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.
2525 SHELL=\${CONFIG_SHELL-$SHELL}
2528 cat >>$CONFIG_STATUS <<\_ACEOF
2529 ## --------------------- ##
2530 ## M4sh Initialization. ##
2531 ## --------------------- ##
2533 # Be Bourne compatible
2534 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
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
2542 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2544 BIN_SH=xpg4; export BIN_SH # for Tru64
2545 DUALCASE=1; export DUALCASE # for MKS sh
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
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
2561 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2569 # Support unset when possible.
2570 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
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.)
2586 # Find who we are. Look in the path if we contain no directory separator.
2588 *[\\/]* ) as_myself=$0 ;;
2589 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2593 test -z "$as_dir" && as_dir=.
2594 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
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; }
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
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
2624 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2625 eval $as_var=C; export $as_var
2627 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2631 # Required to use basename.
2632 if expr a : '\(a\)' >/dev/null 2>&1 &&
2633 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2639 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2640 as_basename=basename
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 ||
2652 sed '/^.*\/\([^/][^/]*\)\/*$/{
2673 test "x$as_lineno_1" != "x$as_lineno_2" &&
2674 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
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
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. :-)
2697 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
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; }; }
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).
2709 # Exit status is that of the last command.
2714 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2720 ECHO_C= ECHO_N= ECHO_T=
2723 case `echo 'x\c'` in
2724 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2731 if expr a : '\(a\)' >/dev/null 2>&1 &&
2732 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2738 rm -f conf$$ conf$$.exe conf$$.file
2739 if test -d conf$$.dir; then
2740 rm -f conf$$.dir/conf$$.file
2746 if ln -s conf$$.file conf$$ 2>/dev/null; then
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 ||
2754 elif ln conf$$.file conf$$ 2>/dev/null; then
2759 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2760 rmdir conf$$.dir 2>/dev/null
2762 if mkdir -p . 2>/dev/null; then
2765 test -d ./-p && rmdir ./-p
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
2775 chmod +x conf$$.file
2776 if test -x conf$$.file >/dev/null 2>&1; then
2777 as_executable_p="test -x"
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'"
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'"
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.
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
2799 CONFIG_FILES = $CONFIG_FILES
2800 CONFIG_HEADERS = $CONFIG_HEADERS
2801 CONFIG_LINKS = $CONFIG_LINKS
2802 CONFIG_COMMANDS = $CONFIG_COMMANDS
2805 on `(hostname || uname -n) 2>/dev/null | sed 1q`
2810 cat >>$CONFIG_STATUS <<_ACEOF
2811 # Files that config.status was made for.
2812 config_files="$ac_config_files"
2816 cat >>$CONFIG_STATUS <<\_ACEOF
2818 \`$as_me' instantiates files from templates according to the
2819 current configuration.
2821 Usage: $0 [OPTIONS] [FILE]...
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
2831 Configuration files:
2834 Report bugs to <bug-autoconf@gnu.org>."
2837 cat >>$CONFIG_STATUS <<_ACEOF
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'`\\"
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."
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.
2860 ac_option=`expr "X$1" : 'X\([^=]*\)='`
2861 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2872 # Handling of the options.
2873 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2875 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2876 echo "$ac_cs_version"; exit ;;
2877 --debug | --debu | --deb | --de | --d | -d )
2879 --file | --fil | --fi | --f )
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)
2890 -*) { echo "$as_me: error: unrecognized option: $1
2891 Try \`$0 --help' for more information." >&2
2892 { (exit 1); exit 1; }; } ;;
2894 *) ac_config_targets="$ac_config_targets $1"
2895 ac_need_defaults=false ;;
2901 ac_configure_extra_args=
2903 if $ac_cs_silent; then
2905 ac_configure_extra_args="$ac_configure_extra_args --silent"
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
2914 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2918 cat >>$CONFIG_STATUS <<\_ACEOF
2922 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2923 ## Running $as_me. ##
2929 cat >>$CONFIG_STATUS <<_ACEOF
2932 cat >>$CONFIG_STATUS <<\_ACEOF
2934 # Handling of arguments.
2935 for ac_config_target in $ac_config_targets
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" ;;
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; }; };;
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
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'.
2971 trap 'exit_status=$?
2972 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2974 trap '{ (exit 1); exit 1; }' 1 2 13 15
2976 # Create a (secure) tmp directory for tmp files.
2979 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2980 test -n "$tmp" && test -d "$tmp"
2983 tmp=./conf$$-$RANDOM
2984 (umask 077 && mkdir "$tmp")
2987 echo "$me: cannot create a temporary directory in ." >&2
2988 { (exit 1); exit 1; }
2992 # Set up the sed scripts for CONFIG_FILES section.
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
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
3036 ECHO_C!$ECHO_C$ac_delim
3037 ECHO_N!$ECHO_N$ac_delim
3038 ECHO_T!$ECHO_T$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
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
3066 ac_cv_have_rpm!$ac_cv_have_rpm$ac_delim
3067 HAVE_RPM!$HAVE_RPM$ac_delim
3069 CFGDIR!$CFGDIR$ac_delim
3070 LIBOBJS!$LIBOBJS$ac_delim
3071 LTLIBOBJS!$LTLIBOBJS$ac_delim
3074 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 66; then
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; }; }
3081 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
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`
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
3096 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3097 s/^/s,@/; s/!/@,|#_!!_#|/
3100 s/'"$ac_delim"'$/,g/; t
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
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[ ]*=/{
3121 s/^\([^=]*=[ ]*\):*/\1/
3127 cat >>$CONFIG_STATUS <<\_ACEOF
3128 fi # test -n "$CONFIG_FILES"
3131 for ac_tag in :F $CONFIG_FILES
3134 :[FHLC]) ac_mode=$ac_tag; continue;;
3136 case $ac_mode$ac_tag in
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;;
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 `:'.
3166 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
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; }; };;
3172 ac_file_inputs="$ac_file_inputs $ac_f"
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;}
3187 *:-:* | *:-) cat >"$tmp/stdin";;
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 ||
3198 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3217 -*) as_dir=./$as_dir;;
3219 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3223 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3224 *) as_qdir=$as_dir;;
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 ||
3233 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3250 test -d "$as_dir" && break
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; }; }; }
3259 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
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/ ;;
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
3275 .) # We are building in place.
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 ;;
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 ;;
3288 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3298 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3299 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
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=
3308 case `sed -n '/datarootdir/ {
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;}
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' ;;
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
3341 cat >>$CONFIG_STATUS <<\_ACEOF
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
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;}
3367 -) cat "$tmp/out"; rm -f "$tmp/out";;
3368 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3379 { (exit 0); exit 0; }
3381 chmod +x $CONFIG_STATUS
3382 ac_clean_files=$ac_clean_files_save
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
3395 ac_config_status_args=
3396 test "$silent" = yes &&
3397 ac_config_status_args="$ac_config_status_args --quiet"
3399 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
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; }