1@%:@! /bin/sh
2@%:@ Guess values for system-dependent variables and create Makefiles.
3@%:@ Generated by GNU Autoconf 2.69 for rsnapshot 1.4.4.
4@%:@
5@%:@ Report bugs to <rsnapshot-discuss@lists.sourceforge.net>.
6@%:@
7@%:@
8@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9@%:@
10@%:@
11@%:@ This configure script is free software; the Free Software Foundation
12@%:@ gives unlimited permission to copy, distribute and modify it.
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20  emulate sh
21  NULLCMD=:
22  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23  # is contrary to our usage.  Disable this feature.
24  alias -g '${1+"$@"}'='"$@"'
25  setopt NO_GLOB_SUBST
26else
27  case `(set -o) 2>/dev/null` in @%:@(
28  *posix*) :
29    set -o posix ;; @%:@(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47  as_echo='print -r --'
48  as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50  as_echo='printf %s\n'
51  as_echo_n='printf %s'
52else
53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55    as_echo_n='/usr/ucb/echo -n'
56  else
57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58    as_echo_n_body='eval
59      arg=$1;
60      case $arg in @%:@(
61      *"$as_nl"*)
62	expr "X$arg" : "X\\(.*\\)$as_nl";
63	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64      esac;
65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66    '
67    export as_echo_n_body
68    as_echo_n='sh -c $as_echo_n_body as_echo'
69  fi
70  export as_echo_body
71  as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76  PATH_SEPARATOR=:
77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79      PATH_SEPARATOR=';'
80  }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order.  Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" ""	$as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92as_myself=
93case $0 in @%:@((
94  *[\\/]* ) as_myself=$0 ;;
95  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98  IFS=$as_save_IFS
99  test -z "$as_dir" && as_dir=.
100    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101  done
102IFS=$as_save_IFS
103
104     ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there.  '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137# Use a proper internal environment variable to ensure we don't fall
138  # into an infinite loop, continuously re-executing ourselves.
139  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140    _as_can_reexec=no; export _as_can_reexec;
141    # We cannot yet assume a decent shell, so we have to provide a
142# neutralization value for shells without unset; and this also
143# works around shells that cannot unset nonexistent variables.
144# Preserve -v and -x to the replacement shell.
145BASH_ENV=/dev/null
146ENV=/dev/null
147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148case $- in @%:@ ((((
149  *v*x* | *x*v* ) as_opts=-vx ;;
150  *v* ) as_opts=-v ;;
151  *x* ) as_opts=-x ;;
152  * ) as_opts= ;;
153esac
154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155# Admittedly, this is quite paranoid, since all the known shells bail
156# out after a failed `exec'.
157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158as_fn_exit 255
159  fi
160  # We don't want this to propagate to other subprocesses.
161          { _as_can_reexec=; unset _as_can_reexec;}
162if test "x$CONFIG_SHELL" = x; then
163  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164  emulate sh
165  NULLCMD=:
166  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167  # is contrary to our usage.  Disable this feature.
168  alias -g '\${1+\"\$@\"}'='\"\$@\"'
169  setopt NO_GLOB_SUBST
170else
171  case \`(set -o) 2>/dev/null\` in @%:@(
172  *posix*) :
173    set -o posix ;; @%:@(
174  *) :
175     ;;
176esac
177fi
178"
179  as_required="as_fn_return () { (exit \$1); }
180as_fn_success () { as_fn_return 0; }
181as_fn_failure () { as_fn_return 1; }
182as_fn_ret_success () { return 0; }
183as_fn_ret_failure () { return 1; }
184
185exitcode=0
186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192else
193  exitcode=1; echo positional parameters were not saved.
194fi
195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
197  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
201  if (eval "$as_required") 2>/dev/null; then :
202  as_have_required=yes
203else
204  as_have_required=no
205fi
206  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
207
208else
209  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
210as_found=false
211for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
212do
213  IFS=$as_save_IFS
214  test -z "$as_dir" && as_dir=.
215  as_found=:
216  case $as_dir in @%:@(
217	 /*)
218	   for as_base in sh bash ksh sh5; do
219	     # Try only shells that exist, to save several forks.
220	     as_shell=$as_dir/$as_base
221	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
222		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
223  CONFIG_SHELL=$as_shell as_have_required=yes
224		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225  break 2
226fi
227fi
228	   done;;
229       esac
230  as_found=false
231done
232$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234  CONFIG_SHELL=$SHELL as_have_required=yes
235fi; }
236IFS=$as_save_IFS
237
238
239      if test "x$CONFIG_SHELL" != x; then :
240  export CONFIG_SHELL
241             # We cannot yet assume a decent shell, so we have to provide a
242# neutralization value for shells without unset; and this also
243# works around shells that cannot unset nonexistent variables.
244# Preserve -v and -x to the replacement shell.
245BASH_ENV=/dev/null
246ENV=/dev/null
247(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
248case $- in @%:@ ((((
249  *v*x* | *x*v* ) as_opts=-vx ;;
250  *v* ) as_opts=-v ;;
251  *x* ) as_opts=-x ;;
252  * ) as_opts= ;;
253esac
254exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
255# Admittedly, this is quite paranoid, since all the known shells bail
256# out after a failed `exec'.
257$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258exit 255
259fi
260
261    if test x$as_have_required = xno; then :
262  $as_echo "$0: This script requires a shell more modern than all"
263  $as_echo "$0: the shells that I found on your system."
264  if test x${ZSH_VERSION+set} = xset ; then
265    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267  else
268    $as_echo "$0: Please tell bug-autoconf@gnu.org and
269$0: rsnapshot-discuss@lists.sourceforge.net about your
270$0: system, including any error possibly output before this
271$0: message. Then install a modern shell, or manually run
272$0: the script under such a shell if you do have one."
273  fi
274  exit 1
275fi
276fi
277fi
278SHELL=${CONFIG_SHELL-/bin/sh}
279export SHELL
280# Unset more variables known to interfere with behavior of common tools.
281CLICOLOR_FORCE= GREP_OPTIONS=
282unset CLICOLOR_FORCE GREP_OPTIONS
283
284## --------------------- ##
285## M4sh Shell Functions. ##
286## --------------------- ##
287@%:@ as_fn_unset VAR
288@%:@ ---------------
289@%:@ Portably unset VAR.
290as_fn_unset ()
291{
292  { eval $1=; unset $1;}
293}
294as_unset=as_fn_unset
295
296@%:@ as_fn_set_status STATUS
297@%:@ -----------------------
298@%:@ Set @S|@? to STATUS, without forking.
299as_fn_set_status ()
300{
301  return $1
302} @%:@ as_fn_set_status
303
304@%:@ as_fn_exit STATUS
305@%:@ -----------------
306@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
307as_fn_exit ()
308{
309  set +e
310  as_fn_set_status $1
311  exit $1
312} @%:@ as_fn_exit
313
314@%:@ as_fn_mkdir_p
315@%:@ -------------
316@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
317as_fn_mkdir_p ()
318{
319
320  case $as_dir in #(
321  -*) as_dir=./$as_dir;;
322  esac
323  test -d "$as_dir" || eval $as_mkdir_p || {
324    as_dirs=
325    while :; do
326      case $as_dir in #(
327      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328      *) as_qdir=$as_dir;;
329      esac
330      as_dirs="'$as_qdir' $as_dirs"
331      as_dir=`$as_dirname -- "$as_dir" ||
332$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
333	 X"$as_dir" : 'X\(//\)[^/]' \| \
334	 X"$as_dir" : 'X\(//\)$' \| \
335	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
336$as_echo X"$as_dir" |
337    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
338	    s//\1/
339	    q
340	  }
341	  /^X\(\/\/\)[^/].*/{
342	    s//\1/
343	    q
344	  }
345	  /^X\(\/\/\)$/{
346	    s//\1/
347	    q
348	  }
349	  /^X\(\/\).*/{
350	    s//\1/
351	    q
352	  }
353	  s/.*/./; q'`
354      test -d "$as_dir" && break
355    done
356    test -z "$as_dirs" || eval "mkdir $as_dirs"
357  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
358
359
360} @%:@ as_fn_mkdir_p
361
362@%:@ as_fn_executable_p FILE
363@%:@ -----------------------
364@%:@ Test if FILE is an executable regular file.
365as_fn_executable_p ()
366{
367  test -f "$1" && test -x "$1"
368} @%:@ as_fn_executable_p
369@%:@ as_fn_append VAR VALUE
370@%:@ ----------------------
371@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
372@%:@ advantage of any shell optimizations that allow amortized linear growth over
373@%:@ repeated appends, instead of the typical quadratic growth present in naive
374@%:@ implementations.
375if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
376  eval 'as_fn_append ()
377  {
378    eval $1+=\$2
379  }'
380else
381  as_fn_append ()
382  {
383    eval $1=\$$1\$2
384  }
385fi # as_fn_append
386
387@%:@ as_fn_arith ARG...
388@%:@ ------------------
389@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
390@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
391@%:@ must be portable across @S|@(()) and expr.
392if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
393  eval 'as_fn_arith ()
394  {
395    as_val=$(( $* ))
396  }'
397else
398  as_fn_arith ()
399  {
400    as_val=`expr "$@" || test $? -eq 1`
401  }
402fi # as_fn_arith
403
404
405@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
406@%:@ ----------------------------------------
407@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
408@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
409@%:@ script with STATUS, using 1 if that was 0.
410as_fn_error ()
411{
412  as_status=$1; test $as_status -eq 0 && as_status=1
413  if test "$4"; then
414    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
415    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
416  fi
417  $as_echo "$as_me: error: $2" >&2
418  as_fn_exit $as_status
419} @%:@ as_fn_error
420
421if expr a : '\(a\)' >/dev/null 2>&1 &&
422   test "X`expr 00001 : '.*\(...\)'`" = X001; then
423  as_expr=expr
424else
425  as_expr=false
426fi
427
428if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
429  as_basename=basename
430else
431  as_basename=false
432fi
433
434if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
435  as_dirname=dirname
436else
437  as_dirname=false
438fi
439
440as_me=`$as_basename -- "$0" ||
441$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
442	 X"$0" : 'X\(//\)$' \| \
443	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
444$as_echo X/"$0" |
445    sed '/^.*\/\([^/][^/]*\)\/*$/{
446	    s//\1/
447	    q
448	  }
449	  /^X\/\(\/\/\)$/{
450	    s//\1/
451	    q
452	  }
453	  /^X\/\(\/\).*/{
454	    s//\1/
455	    q
456	  }
457	  s/.*/./; q'`
458
459# Avoid depending upon Character Ranges.
460as_cr_letters='abcdefghijklmnopqrstuvwxyz'
461as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
462as_cr_Letters=$as_cr_letters$as_cr_LETTERS
463as_cr_digits='0123456789'
464as_cr_alnum=$as_cr_Letters$as_cr_digits
465
466
467  as_lineno_1=$LINENO as_lineno_1a=$LINENO
468  as_lineno_2=$LINENO as_lineno_2a=$LINENO
469  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
470  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
471  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
472  sed -n '
473    p
474    /[$]LINENO/=
475  ' <$as_myself |
476    sed '
477      s/[$]LINENO.*/&-/
478      t lineno
479      b
480      :lineno
481      N
482      :loop
483      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
484      t loop
485      s/-\n.*//
486    ' >$as_me.lineno &&
487  chmod +x "$as_me.lineno" ||
488    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
489
490  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
491  # already done that, so ensure we don't try to do so again and fall
492  # in an infinite loop.  This has already happened in practice.
493  _as_can_reexec=no; export _as_can_reexec
494  # Don't try to exec as it changes $[0], causing all sort of problems
495  # (the dirname of $[0] is not the place where we might find the
496  # original and so on.  Autoconf is especially sensitive to this).
497  . "./$as_me.lineno"
498  # Exit status is that of the last command.
499  exit
500}
501
502ECHO_C= ECHO_N= ECHO_T=
503case `echo -n x` in @%:@(((((
504-n*)
505  case `echo 'xy\c'` in
506  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
507  xy)  ECHO_C='\c';;
508  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
509       ECHO_T='	';;
510  esac;;
511*)
512  ECHO_N='-n';;
513esac
514
515rm -f conf$$ conf$$.exe conf$$.file
516if test -d conf$$.dir; then
517  rm -f conf$$.dir/conf$$.file
518else
519  rm -f conf$$.dir
520  mkdir conf$$.dir 2>/dev/null
521fi
522if (echo >conf$$.file) 2>/dev/null; then
523  if ln -s conf$$.file conf$$ 2>/dev/null; then
524    as_ln_s='ln -s'
525    # ... but there are two gotchas:
526    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
528    # In both cases, we have to default to `cp -pR'.
529    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
530      as_ln_s='cp -pR'
531  elif ln conf$$.file conf$$ 2>/dev/null; then
532    as_ln_s=ln
533  else
534    as_ln_s='cp -pR'
535  fi
536else
537  as_ln_s='cp -pR'
538fi
539rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
540rmdir conf$$.dir 2>/dev/null
541
542if mkdir -p . 2>/dev/null; then
543  as_mkdir_p='mkdir -p "$as_dir"'
544else
545  test -d ./-p && rmdir ./-p
546  as_mkdir_p=false
547fi
548
549as_test_x='test -x'
550as_executable_p=as_fn_executable_p
551
552# Sed expression to map a string onto a valid CPP name.
553as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
554
555# Sed expression to map a string onto a valid variable name.
556as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557
558
559test -n "$DJDIR" || exec 7<&0 </dev/null
560exec 6>&1
561
562# Name of the host.
563# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
564# so uname gets run too.
565ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
566
567#
568# Initializations.
569#
570ac_default_prefix=/usr/local
571ac_clean_files=
572ac_config_libobj_dir=.
573LIB@&t@OBJS=
574cross_compiling=no
575subdirs=
576MFLAGS=
577MAKEFLAGS=
578
579# Identity of this package.
580PACKAGE_NAME='rsnapshot'
581PACKAGE_TARNAME='rsnapshot'
582PACKAGE_VERSION='1.4.4'
583PACKAGE_STRING='rsnapshot 1.4.4'
584PACKAGE_BUGREPORT='rsnapshot-discuss@lists.sourceforge.net'
585PACKAGE_URL=''
586
587ac_subst_vars='LTLIBOBJS
588LIB@&t@OBJS
589FALSE
590TRUE
591TEST_SSH_USER
592CMD_DU
593TEST_DU
594DU
595CMD_LOGGER
596TEST_LOGGER
597LOGGER
598CMD_UMOUNT
599UMOUNT
600CMD_MOUNT
601MOUNT
602CMD_LVREMOVE
603LVREMOVE
604CMD_LVCREATE
605LVCREATE
606CMD_SSH
607TEST_SSH
608SSH
609CMD_RM
610TEST_RM
611RM
612CMD_CP
613CP
614TEST_CP
615RSYNC
616CMD_RSYNC
617PERL
618TEMP
619SNAP
620TEST
621CWD
622AM_BACKSLASH
623AM_DEFAULT_VERBOSITY
624AM_DEFAULT_V
625AM_V
626am__untar
627am__tar
628AMTAR
629am__leading_dot
630SET_MAKE
631AWK
632mkdir_p
633MKDIR_P
634INSTALL_STRIP_PROGRAM
635STRIP
636install_sh
637MAKEINFO
638AUTOHEADER
639AUTOMAKE
640AUTOCONF
641ACLOCAL
642VERSION
643PACKAGE
644CYGPATH_W
645am__isrc
646INSTALL_DATA
647INSTALL_SCRIPT
648INSTALL_PROGRAM
649target_alias
650host_alias
651build_alias
652LIBS
653ECHO_T
654ECHO_N
655ECHO_C
656DEFS
657mandir
658localedir
659libdir
660psdir
661pdfdir
662dvidir
663htmldir
664infodir
665docdir
666oldincludedir
667includedir
668runstatedir
669localstatedir
670sharedstatedir
671sysconfdir
672datadir
673datarootdir
674libexecdir
675sbindir
676bindir
677program_transform_name
678prefix
679exec_prefix
680PACKAGE_URL
681PACKAGE_BUGREPORT
682PACKAGE_STRING
683PACKAGE_VERSION
684PACKAGE_TARNAME
685PACKAGE_NAME
686PATH_SEPARATOR
687SHELL'
688ac_subst_files=''
689ac_user_opts='
690enable_option_checking
691enable_silent_rules
692with_perl
693with_rsync
694with_cp
695with_rm
696with_ssh
697with_logger
698with_du
699with_test_ssh_user
700with_test_true
701with_test_false
702'
703      ac_precious_vars='build_alias
704host_alias
705target_alias'
706
707
708# Initialize some variables set by options.
709ac_init_help=
710ac_init_version=false
711ac_unrecognized_opts=
712ac_unrecognized_sep=
713# The variables have the same names as the options, with
714# dashes changed to underlines.
715cache_file=/dev/null
716exec_prefix=NONE
717no_create=
718no_recursion=
719prefix=NONE
720program_prefix=NONE
721program_suffix=NONE
722program_transform_name=s,x,x,
723silent=
724site=
725srcdir=
726verbose=
727x_includes=NONE
728x_libraries=NONE
729
730# Installation directory options.
731# These are left unexpanded so users can "make install exec_prefix=/foo"
732# and all the variables that are supposed to be based on exec_prefix
733# by default will actually change.
734# Use braces instead of parens because sh, perl, etc. also accept them.
735# (The list follows the same order as the GNU Coding Standards.)
736bindir='${exec_prefix}/bin'
737sbindir='${exec_prefix}/sbin'
738libexecdir='${exec_prefix}/libexec'
739datarootdir='${prefix}/share'
740datadir='${datarootdir}'
741sysconfdir='${prefix}/etc'
742sharedstatedir='${prefix}/com'
743localstatedir='${prefix}/var'
744runstatedir='${localstatedir}/run'
745includedir='${prefix}/include'
746oldincludedir='/usr/include'
747docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
748infodir='${datarootdir}/info'
749htmldir='${docdir}'
750dvidir='${docdir}'
751pdfdir='${docdir}'
752psdir='${docdir}'
753libdir='${exec_prefix}/lib'
754localedir='${datarootdir}/locale'
755mandir='${datarootdir}/man'
756
757ac_prev=
758ac_dashdash=
759for ac_option
760do
761  # If the previous option needs an argument, assign it.
762  if test -n "$ac_prev"; then
763    eval $ac_prev=\$ac_option
764    ac_prev=
765    continue
766  fi
767
768  case $ac_option in
769  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
770  *=)   ac_optarg= ;;
771  *)    ac_optarg=yes ;;
772  esac
773
774  # Accept the important Cygnus configure options, so we can diagnose typos.
775
776  case $ac_dashdash$ac_option in
777  --)
778    ac_dashdash=yes ;;
779
780  -bindir | --bindir | --bindi | --bind | --bin | --bi)
781    ac_prev=bindir ;;
782  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
783    bindir=$ac_optarg ;;
784
785  -build | --build | --buil | --bui | --bu)
786    ac_prev=build_alias ;;
787  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
788    build_alias=$ac_optarg ;;
789
790  -cache-file | --cache-file | --cache-fil | --cache-fi \
791  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
792    ac_prev=cache_file ;;
793  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
794  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
795    cache_file=$ac_optarg ;;
796
797  --config-cache | -C)
798    cache_file=config.cache ;;
799
800  -datadir | --datadir | --datadi | --datad)
801    ac_prev=datadir ;;
802  -datadir=* | --datadir=* | --datadi=* | --datad=*)
803    datadir=$ac_optarg ;;
804
805  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
806  | --dataroo | --dataro | --datar)
807    ac_prev=datarootdir ;;
808  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
809  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
810    datarootdir=$ac_optarg ;;
811
812  -disable-* | --disable-*)
813    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
814    # Reject names that are not valid shell variable names.
815    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
816      as_fn_error $? "invalid feature name: $ac_useropt"
817    ac_useropt_orig=$ac_useropt
818    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
819    case $ac_user_opts in
820      *"
821"enable_$ac_useropt"
822"*) ;;
823      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
824	 ac_unrecognized_sep=', ';;
825    esac
826    eval enable_$ac_useropt=no ;;
827
828  -docdir | --docdir | --docdi | --doc | --do)
829    ac_prev=docdir ;;
830  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
831    docdir=$ac_optarg ;;
832
833  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
834    ac_prev=dvidir ;;
835  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
836    dvidir=$ac_optarg ;;
837
838  -enable-* | --enable-*)
839    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
840    # Reject names that are not valid shell variable names.
841    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
842      as_fn_error $? "invalid feature name: $ac_useropt"
843    ac_useropt_orig=$ac_useropt
844    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
845    case $ac_user_opts in
846      *"
847"enable_$ac_useropt"
848"*) ;;
849      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
850	 ac_unrecognized_sep=', ';;
851    esac
852    eval enable_$ac_useropt=\$ac_optarg ;;
853
854  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
855  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
856  | --exec | --exe | --ex)
857    ac_prev=exec_prefix ;;
858  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
859  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
860  | --exec=* | --exe=* | --ex=*)
861    exec_prefix=$ac_optarg ;;
862
863  -gas | --gas | --ga | --g)
864    # Obsolete; use --with-gas.
865    with_gas=yes ;;
866
867  -help | --help | --hel | --he | -h)
868    ac_init_help=long ;;
869  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
870    ac_init_help=recursive ;;
871  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
872    ac_init_help=short ;;
873
874  -host | --host | --hos | --ho)
875    ac_prev=host_alias ;;
876  -host=* | --host=* | --hos=* | --ho=*)
877    host_alias=$ac_optarg ;;
878
879  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
880    ac_prev=htmldir ;;
881  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
882  | --ht=*)
883    htmldir=$ac_optarg ;;
884
885  -includedir | --includedir | --includedi | --included | --include \
886  | --includ | --inclu | --incl | --inc)
887    ac_prev=includedir ;;
888  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
889  | --includ=* | --inclu=* | --incl=* | --inc=*)
890    includedir=$ac_optarg ;;
891
892  -infodir | --infodir | --infodi | --infod | --info | --inf)
893    ac_prev=infodir ;;
894  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
895    infodir=$ac_optarg ;;
896
897  -libdir | --libdir | --libdi | --libd)
898    ac_prev=libdir ;;
899  -libdir=* | --libdir=* | --libdi=* | --libd=*)
900    libdir=$ac_optarg ;;
901
902  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
903  | --libexe | --libex | --libe)
904    ac_prev=libexecdir ;;
905  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
906  | --libexe=* | --libex=* | --libe=*)
907    libexecdir=$ac_optarg ;;
908
909  -localedir | --localedir | --localedi | --localed | --locale)
910    ac_prev=localedir ;;
911  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
912    localedir=$ac_optarg ;;
913
914  -localstatedir | --localstatedir | --localstatedi | --localstated \
915  | --localstate | --localstat | --localsta | --localst | --locals)
916    ac_prev=localstatedir ;;
917  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
918  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
919    localstatedir=$ac_optarg ;;
920
921  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
922    ac_prev=mandir ;;
923  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
924    mandir=$ac_optarg ;;
925
926  -nfp | --nfp | --nf)
927    # Obsolete; use --without-fp.
928    with_fp=no ;;
929
930  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
931  | --no-cr | --no-c | -n)
932    no_create=yes ;;
933
934  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
935  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
936    no_recursion=yes ;;
937
938  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
939  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
940  | --oldin | --oldi | --old | --ol | --o)
941    ac_prev=oldincludedir ;;
942  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
943  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
944  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
945    oldincludedir=$ac_optarg ;;
946
947  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
948    ac_prev=prefix ;;
949  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
950    prefix=$ac_optarg ;;
951
952  -program-prefix | --program-prefix | --program-prefi | --program-pref \
953  | --program-pre | --program-pr | --program-p)
954    ac_prev=program_prefix ;;
955  -program-prefix=* | --program-prefix=* | --program-prefi=* \
956  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
957    program_prefix=$ac_optarg ;;
958
959  -program-suffix | --program-suffix | --program-suffi | --program-suff \
960  | --program-suf | --program-su | --program-s)
961    ac_prev=program_suffix ;;
962  -program-suffix=* | --program-suffix=* | --program-suffi=* \
963  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
964    program_suffix=$ac_optarg ;;
965
966  -program-transform-name | --program-transform-name \
967  | --program-transform-nam | --program-transform-na \
968  | --program-transform-n | --program-transform- \
969  | --program-transform | --program-transfor \
970  | --program-transfo | --program-transf \
971  | --program-trans | --program-tran \
972  | --progr-tra | --program-tr | --program-t)
973    ac_prev=program_transform_name ;;
974  -program-transform-name=* | --program-transform-name=* \
975  | --program-transform-nam=* | --program-transform-na=* \
976  | --program-transform-n=* | --program-transform-=* \
977  | --program-transform=* | --program-transfor=* \
978  | --program-transfo=* | --program-transf=* \
979  | --program-trans=* | --program-tran=* \
980  | --progr-tra=* | --program-tr=* | --program-t=*)
981    program_transform_name=$ac_optarg ;;
982
983  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
984    ac_prev=pdfdir ;;
985  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
986    pdfdir=$ac_optarg ;;
987
988  -psdir | --psdir | --psdi | --psd | --ps)
989    ac_prev=psdir ;;
990  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
991    psdir=$ac_optarg ;;
992
993  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
994  | -silent | --silent | --silen | --sile | --sil)
995    silent=yes ;;
996
997  -runstatedir | --runstatedir | --runstatedi | --runstated \
998  | --runstate | --runstat | --runsta | --runst | --runs \
999  | --run | --ru | --r)
1000    ac_prev=runstatedir ;;
1001  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1002  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1003  | --run=* | --ru=* | --r=*)
1004    runstatedir=$ac_optarg ;;
1005
1006  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1007    ac_prev=sbindir ;;
1008  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1009  | --sbi=* | --sb=*)
1010    sbindir=$ac_optarg ;;
1011
1012  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1013  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1014  | --sharedst | --shareds | --shared | --share | --shar \
1015  | --sha | --sh)
1016    ac_prev=sharedstatedir ;;
1017  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1018  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1019  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1020  | --sha=* | --sh=*)
1021    sharedstatedir=$ac_optarg ;;
1022
1023  -site | --site | --sit)
1024    ac_prev=site ;;
1025  -site=* | --site=* | --sit=*)
1026    site=$ac_optarg ;;
1027
1028  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1029    ac_prev=srcdir ;;
1030  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1031    srcdir=$ac_optarg ;;
1032
1033  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1034  | --syscon | --sysco | --sysc | --sys | --sy)
1035    ac_prev=sysconfdir ;;
1036  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1037  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1038    sysconfdir=$ac_optarg ;;
1039
1040  -target | --target | --targe | --targ | --tar | --ta | --t)
1041    ac_prev=target_alias ;;
1042  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1043    target_alias=$ac_optarg ;;
1044
1045  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1046    verbose=yes ;;
1047
1048  -version | --version | --versio | --versi | --vers | -V)
1049    ac_init_version=: ;;
1050
1051  -with-* | --with-*)
1052    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1053    # Reject names that are not valid shell variable names.
1054    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1055      as_fn_error $? "invalid package name: $ac_useropt"
1056    ac_useropt_orig=$ac_useropt
1057    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1058    case $ac_user_opts in
1059      *"
1060"with_$ac_useropt"
1061"*) ;;
1062      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1063	 ac_unrecognized_sep=', ';;
1064    esac
1065    eval with_$ac_useropt=\$ac_optarg ;;
1066
1067  -without-* | --without-*)
1068    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1069    # Reject names that are not valid shell variable names.
1070    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1071      as_fn_error $? "invalid package name: $ac_useropt"
1072    ac_useropt_orig=$ac_useropt
1073    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1074    case $ac_user_opts in
1075      *"
1076"with_$ac_useropt"
1077"*) ;;
1078      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1079	 ac_unrecognized_sep=', ';;
1080    esac
1081    eval with_$ac_useropt=no ;;
1082
1083  --x)
1084    # Obsolete; use --with-x.
1085    with_x=yes ;;
1086
1087  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1088  | --x-incl | --x-inc | --x-in | --x-i)
1089    ac_prev=x_includes ;;
1090  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1091  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1092    x_includes=$ac_optarg ;;
1093
1094  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1095  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1096    ac_prev=x_libraries ;;
1097  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1098  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1099    x_libraries=$ac_optarg ;;
1100
1101  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1102Try \`$0 --help' for more information"
1103    ;;
1104
1105  *=*)
1106    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1107    # Reject names that are not valid shell variable names.
1108    case $ac_envvar in #(
1109      '' | [0-9]* | *[!_$as_cr_alnum]* )
1110      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1111    esac
1112    eval $ac_envvar=\$ac_optarg
1113    export $ac_envvar ;;
1114
1115  *)
1116    # FIXME: should be removed in autoconf 3.0.
1117    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1118    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1119      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1120    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1121    ;;
1122
1123  esac
1124done
1125
1126if test -n "$ac_prev"; then
1127  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1128  as_fn_error $? "missing argument to $ac_option"
1129fi
1130
1131if test -n "$ac_unrecognized_opts"; then
1132  case $enable_option_checking in
1133    no) ;;
1134    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1135    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1136  esac
1137fi
1138
1139# Check all directory arguments for consistency.
1140for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1141		datadir sysconfdir sharedstatedir localstatedir includedir \
1142		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1143		libdir localedir mandir runstatedir
1144do
1145  eval ac_val=\$$ac_var
1146  # Remove trailing slashes.
1147  case $ac_val in
1148    */ )
1149      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1150      eval $ac_var=\$ac_val;;
1151  esac
1152  # Be sure to have absolute directory names.
1153  case $ac_val in
1154    [\\/$]* | ?:[\\/]* )  continue;;
1155    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1156  esac
1157  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1158done
1159
1160# There might be people who depend on the old broken behavior: `$host'
1161# used to hold the argument of --host etc.
1162# FIXME: To remove some day.
1163build=$build_alias
1164host=$host_alias
1165target=$target_alias
1166
1167# FIXME: To remove some day.
1168if test "x$host_alias" != x; then
1169  if test "x$build_alias" = x; then
1170    cross_compiling=maybe
1171  elif test "x$build_alias" != "x$host_alias"; then
1172    cross_compiling=yes
1173  fi
1174fi
1175
1176ac_tool_prefix=
1177test -n "$host_alias" && ac_tool_prefix=$host_alias-
1178
1179test "$silent" = yes && exec 6>/dev/null
1180
1181
1182ac_pwd=`pwd` && test -n "$ac_pwd" &&
1183ac_ls_di=`ls -di .` &&
1184ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1185  as_fn_error $? "working directory cannot be determined"
1186test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1187  as_fn_error $? "pwd does not report name of working directory"
1188
1189
1190# Find the source files, if location was not specified.
1191if test -z "$srcdir"; then
1192  ac_srcdir_defaulted=yes
1193  # Try the directory containing this script, then the parent directory.
1194  ac_confdir=`$as_dirname -- "$as_myself" ||
1195$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1196	 X"$as_myself" : 'X\(//\)[^/]' \| \
1197	 X"$as_myself" : 'X\(//\)$' \| \
1198	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1199$as_echo X"$as_myself" |
1200    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1201	    s//\1/
1202	    q
1203	  }
1204	  /^X\(\/\/\)[^/].*/{
1205	    s//\1/
1206	    q
1207	  }
1208	  /^X\(\/\/\)$/{
1209	    s//\1/
1210	    q
1211	  }
1212	  /^X\(\/\).*/{
1213	    s//\1/
1214	    q
1215	  }
1216	  s/.*/./; q'`
1217  srcdir=$ac_confdir
1218  if test ! -r "$srcdir/$ac_unique_file"; then
1219    srcdir=..
1220  fi
1221else
1222  ac_srcdir_defaulted=no
1223fi
1224if test ! -r "$srcdir/$ac_unique_file"; then
1225  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1226  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1227fi
1228ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1229ac_abs_confdir=`(
1230	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1231	pwd)`
1232# When building in place, set srcdir=.
1233if test "$ac_abs_confdir" = "$ac_pwd"; then
1234  srcdir=.
1235fi
1236# Remove unnecessary trailing slashes from srcdir.
1237# Double slashes in file names in object file debugging info
1238# mess up M-x gdb in Emacs.
1239case $srcdir in
1240*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1241esac
1242for ac_var in $ac_precious_vars; do
1243  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1244  eval ac_env_${ac_var}_value=\$${ac_var}
1245  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1246  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1247done
1248
1249#
1250# Report the --help message.
1251#
1252if test "$ac_init_help" = "long"; then
1253  # Omit some internal or obsolete options to make the list less imposing.
1254  # This message is too long to be a string in the A/UX 3.1 sh.
1255  cat <<_ACEOF
1256\`configure' configures rsnapshot 1.4.4 to adapt to many kinds of systems.
1257
1258Usage: $0 [OPTION]... [VAR=VALUE]...
1259
1260To assign environment variables (e.g., CC, CFLAGS...), specify them as
1261VAR=VALUE.  See below for descriptions of some of the useful variables.
1262
1263Defaults for the options are specified in brackets.
1264
1265Configuration:
1266  -h, --help              display this help and exit
1267      --help=short        display options specific to this package
1268      --help=recursive    display the short help of all the included packages
1269  -V, --version           display version information and exit
1270  -q, --quiet, --silent   do not print \`checking ...' messages
1271      --cache-file=FILE   cache test results in FILE [disabled]
1272  -C, --config-cache      alias for \`--cache-file=config.cache'
1273  -n, --no-create         do not create output files
1274      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1275
1276Installation directories:
1277  --prefix=PREFIX         install architecture-independent files in PREFIX
1278                          @<:@@S|@ac_default_prefix@:>@
1279  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1280                          @<:@PREFIX@:>@
1281
1282By default, \`make install' will install all the files in
1283\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1284an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1285for instance \`--prefix=\$HOME'.
1286
1287For better control, use the options below.
1288
1289Fine tuning of the installation directories:
1290  --bindir=DIR            user executables [EPREFIX/bin]
1291  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1292  --libexecdir=DIR        program executables [EPREFIX/libexec]
1293  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1294  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1295  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1296  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1297  --libdir=DIR            object code libraries [EPREFIX/lib]
1298  --includedir=DIR        C header files [PREFIX/include]
1299  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1300  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1301  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1302  --infodir=DIR           info documentation [DATAROOTDIR/info]
1303  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1304  --mandir=DIR            man documentation [DATAROOTDIR/man]
1305  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/rsnapshot@:>@
1306  --htmldir=DIR           html documentation [DOCDIR]
1307  --dvidir=DIR            dvi documentation [DOCDIR]
1308  --pdfdir=DIR            pdf documentation [DOCDIR]
1309  --psdir=DIR             ps documentation [DOCDIR]
1310_ACEOF
1311
1312  cat <<\_ACEOF
1313
1314Program names:
1315  --program-prefix=PREFIX            prepend PREFIX to installed program names
1316  --program-suffix=SUFFIX            append SUFFIX to installed program names
1317  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1318_ACEOF
1319fi
1320
1321if test -n "$ac_init_help"; then
1322  case $ac_init_help in
1323     short | recursive ) echo "Configuration of rsnapshot 1.4.4:";;
1324   esac
1325  cat <<\_ACEOF
1326
1327Optional Features:
1328  --disable-option-checking  ignore unrecognized --enable/--with options
1329  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1330  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1331  --enable-silent-rules   less verbose build output (undo: "make V=1")
1332  --disable-silent-rules  verbose build output (undo: "make V=0")
1333
1334Optional Packages:
1335  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1336  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1337  --with-perl=PATH	  Specify the path to perl
1338  --with-rsync=PATH       Specify the path to rsync
1339  --with-cp=PATH          Specify the path to cp
1340  --with-rm=PATH          Specify the path to rm
1341  --with-ssh=PATH         Specify the path to ssh
1342  --with-logger=PATH      Specify the path to logger
1343  --with-du=PATH          Specify the path to du
1344  --with-test-ssh-user=USER       Specify ssh user for tests
1345  --with-test-true=PATH           Specify the path to true
1346  --with-test-false=PATH          Specify the path to false
1347
1348Report bugs to <rsnapshot-discuss@lists.sourceforge.net>.
1349_ACEOF
1350ac_status=$?
1351fi
1352
1353if test "$ac_init_help" = "recursive"; then
1354  # If there are subdirs, report their specific --help.
1355  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1356    test -d "$ac_dir" ||
1357      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1358      continue
1359    ac_builddir=.
1360
1361case "$ac_dir" in
1362.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1363*)
1364  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1365  # A ".." for each directory in $ac_dir_suffix.
1366  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1367  case $ac_top_builddir_sub in
1368  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1369  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1370  esac ;;
1371esac
1372ac_abs_top_builddir=$ac_pwd
1373ac_abs_builddir=$ac_pwd$ac_dir_suffix
1374# for backward compatibility:
1375ac_top_builddir=$ac_top_build_prefix
1376
1377case $srcdir in
1378  .)  # We are building in place.
1379    ac_srcdir=.
1380    ac_top_srcdir=$ac_top_builddir_sub
1381    ac_abs_top_srcdir=$ac_pwd ;;
1382  [\\/]* | ?:[\\/]* )  # Absolute name.
1383    ac_srcdir=$srcdir$ac_dir_suffix;
1384    ac_top_srcdir=$srcdir
1385    ac_abs_top_srcdir=$srcdir ;;
1386  *) # Relative name.
1387    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1388    ac_top_srcdir=$ac_top_build_prefix$srcdir
1389    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1390esac
1391ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1392
1393    cd "$ac_dir" || { ac_status=$?; continue; }
1394    # Check for guested configure.
1395    if test -f "$ac_srcdir/configure.gnu"; then
1396      echo &&
1397      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1398    elif test -f "$ac_srcdir/configure"; then
1399      echo &&
1400      $SHELL "$ac_srcdir/configure" --help=recursive
1401    else
1402      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1403    fi || ac_status=$?
1404    cd "$ac_pwd" || { ac_status=$?; break; }
1405  done
1406fi
1407
1408test -n "$ac_init_help" && exit $ac_status
1409if $ac_init_version; then
1410  cat <<\_ACEOF
1411rsnapshot configure 1.4.4
1412generated by GNU Autoconf 2.69
1413
1414Copyright (C) 2012 Free Software Foundation, Inc.
1415This configure script is free software; the Free Software Foundation
1416gives unlimited permission to copy, distribute and modify it.
1417_ACEOF
1418  exit
1419fi
1420
1421## ------------------------ ##
1422## Autoconf initialization. ##
1423## ------------------------ ##
1424cat >config.log <<_ACEOF
1425This file contains any messages produced by compilers while
1426running configure, to aid debugging if configure makes a mistake.
1427
1428It was created by rsnapshot $as_me 1.4.4, which was
1429generated by GNU Autoconf 2.69.  Invocation command line was
1430
1431  $ $0 $@
1432
1433_ACEOF
1434exec 5>>config.log
1435{
1436cat <<_ASUNAME
1437## --------- ##
1438## Platform. ##
1439## --------- ##
1440
1441hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1442uname -m = `(uname -m) 2>/dev/null || echo unknown`
1443uname -r = `(uname -r) 2>/dev/null || echo unknown`
1444uname -s = `(uname -s) 2>/dev/null || echo unknown`
1445uname -v = `(uname -v) 2>/dev/null || echo unknown`
1446
1447/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1448/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1449
1450/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1451/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1452/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1453/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1454/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1455/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1456/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1457
1458_ASUNAME
1459
1460as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1461for as_dir in $PATH
1462do
1463  IFS=$as_save_IFS
1464  test -z "$as_dir" && as_dir=.
1465    $as_echo "PATH: $as_dir"
1466  done
1467IFS=$as_save_IFS
1468
1469} >&5
1470
1471cat >&5 <<_ACEOF
1472
1473
1474## ----------- ##
1475## Core tests. ##
1476## ----------- ##
1477
1478_ACEOF
1479
1480
1481# Keep a trace of the command line.
1482# Strip out --no-create and --no-recursion so they do not pile up.
1483# Strip out --silent because we don't want to record it for future runs.
1484# Also quote any args containing shell meta-characters.
1485# Make two passes to allow for proper duplicate-argument suppression.
1486ac_configure_args=
1487ac_configure_args0=
1488ac_configure_args1=
1489ac_must_keep_next=false
1490for ac_pass in 1 2
1491do
1492  for ac_arg
1493  do
1494    case $ac_arg in
1495    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1496    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1497    | -silent | --silent | --silen | --sile | --sil)
1498      continue ;;
1499    *\'*)
1500      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1501    esac
1502    case $ac_pass in
1503    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1504    2)
1505      as_fn_append ac_configure_args1 " '$ac_arg'"
1506      if test $ac_must_keep_next = true; then
1507	ac_must_keep_next=false # Got value, back to normal.
1508      else
1509	case $ac_arg in
1510	  *=* | --config-cache | -C | -disable-* | --disable-* \
1511	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1512	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1513	  | -with-* | --with-* | -without-* | --without-* | --x)
1514	    case "$ac_configure_args0 " in
1515	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1516	    esac
1517	    ;;
1518	  -* ) ac_must_keep_next=true ;;
1519	esac
1520      fi
1521      as_fn_append ac_configure_args " '$ac_arg'"
1522      ;;
1523    esac
1524  done
1525done
1526{ ac_configure_args0=; unset ac_configure_args0;}
1527{ ac_configure_args1=; unset ac_configure_args1;}
1528
1529# When interrupted or exit'd, cleanup temporary files, and complete
1530# config.log.  We remove comments because anyway the quotes in there
1531# would cause problems or look ugly.
1532# WARNING: Use '\'' to represent an apostrophe within the trap.
1533# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1534trap 'exit_status=$?
1535  # Save into config.log some information that might help in debugging.
1536  {
1537    echo
1538
1539    $as_echo "## ---------------- ##
1540## Cache variables. ##
1541## ---------------- ##"
1542    echo
1543    # The following way of writing the cache mishandles newlines in values,
1544(
1545  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1546    eval ac_val=\$$ac_var
1547    case $ac_val in #(
1548    *${as_nl}*)
1549      case $ac_var in #(
1550      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1551$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1552      esac
1553      case $ac_var in #(
1554      _ | IFS | as_nl) ;; #(
1555      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1556      *) { eval $ac_var=; unset $ac_var;} ;;
1557      esac ;;
1558    esac
1559  done
1560  (set) 2>&1 |
1561    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1562    *${as_nl}ac_space=\ *)
1563      sed -n \
1564	"s/'\''/'\''\\\\'\'''\''/g;
1565	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1566      ;; #(
1567    *)
1568      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1569      ;;
1570    esac |
1571    sort
1572)
1573    echo
1574
1575    $as_echo "## ----------------- ##
1576## Output variables. ##
1577## ----------------- ##"
1578    echo
1579    for ac_var in $ac_subst_vars
1580    do
1581      eval ac_val=\$$ac_var
1582      case $ac_val in
1583      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1584      esac
1585      $as_echo "$ac_var='\''$ac_val'\''"
1586    done | sort
1587    echo
1588
1589    if test -n "$ac_subst_files"; then
1590      $as_echo "## ------------------- ##
1591## File substitutions. ##
1592## ------------------- ##"
1593      echo
1594      for ac_var in $ac_subst_files
1595      do
1596	eval ac_val=\$$ac_var
1597	case $ac_val in
1598	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1599	esac
1600	$as_echo "$ac_var='\''$ac_val'\''"
1601      done | sort
1602      echo
1603    fi
1604
1605    if test -s confdefs.h; then
1606      $as_echo "## ----------- ##
1607## confdefs.h. ##
1608## ----------- ##"
1609      echo
1610      cat confdefs.h
1611      echo
1612    fi
1613    test "$ac_signal" != 0 &&
1614      $as_echo "$as_me: caught signal $ac_signal"
1615    $as_echo "$as_me: exit $exit_status"
1616  } >&5
1617  rm -f core *.core core.conftest.* &&
1618    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1619    exit $exit_status
1620' 0
1621for ac_signal in 1 2 13 15; do
1622  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1623done
1624ac_signal=0
1625
1626# confdefs.h avoids OS command line length limits that DEFS can exceed.
1627rm -f -r conftest* confdefs.h
1628
1629$as_echo "/* confdefs.h */" > confdefs.h
1630
1631# Predefined preprocessor variables.
1632
1633cat >>confdefs.h <<_ACEOF
1634@%:@define PACKAGE_NAME "$PACKAGE_NAME"
1635_ACEOF
1636
1637cat >>confdefs.h <<_ACEOF
1638@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1639_ACEOF
1640
1641cat >>confdefs.h <<_ACEOF
1642@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
1643_ACEOF
1644
1645cat >>confdefs.h <<_ACEOF
1646@%:@define PACKAGE_STRING "$PACKAGE_STRING"
1647_ACEOF
1648
1649cat >>confdefs.h <<_ACEOF
1650@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1651_ACEOF
1652
1653cat >>confdefs.h <<_ACEOF
1654@%:@define PACKAGE_URL "$PACKAGE_URL"
1655_ACEOF
1656
1657
1658# Let the site file select an alternate cache file if it wants to.
1659# Prefer an explicitly selected file to automatically selected ones.
1660ac_site_file1=NONE
1661ac_site_file2=NONE
1662if test -n "$CONFIG_SITE"; then
1663  # We do not want a PATH search for config.site.
1664  case $CONFIG_SITE in @%:@((
1665    -*)  ac_site_file1=./$CONFIG_SITE;;
1666    */*) ac_site_file1=$CONFIG_SITE;;
1667    *)   ac_site_file1=./$CONFIG_SITE;;
1668  esac
1669elif test "x$prefix" != xNONE; then
1670  ac_site_file1=$prefix/share/config.site
1671  ac_site_file2=$prefix/etc/config.site
1672else
1673  ac_site_file1=$ac_default_prefix/share/config.site
1674  ac_site_file2=$ac_default_prefix/etc/config.site
1675fi
1676for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1677do
1678  test "x$ac_site_file" = xNONE && continue
1679  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1680    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1681$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1682    sed 's/^/| /' "$ac_site_file" >&5
1683    . "$ac_site_file" \
1684      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1685$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1686as_fn_error $? "failed to load site script $ac_site_file
1687See \`config.log' for more details" "$LINENO" 5; }
1688  fi
1689done
1690
1691if test -r "$cache_file"; then
1692  # Some versions of bash will fail to source /dev/null (special files
1693  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1694  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1695    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1696$as_echo "$as_me: loading cache $cache_file" >&6;}
1697    case $cache_file in
1698      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1699      *)                      . "./$cache_file";;
1700    esac
1701  fi
1702else
1703  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1704$as_echo "$as_me: creating cache $cache_file" >&6;}
1705  >$cache_file
1706fi
1707
1708# Check that the precious variables saved in the cache have kept the same
1709# value.
1710ac_cache_corrupted=false
1711for ac_var in $ac_precious_vars; do
1712  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1713  eval ac_new_set=\$ac_env_${ac_var}_set
1714  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1715  eval ac_new_val=\$ac_env_${ac_var}_value
1716  case $ac_old_set,$ac_new_set in
1717    set,)
1718      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1719$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1720      ac_cache_corrupted=: ;;
1721    ,set)
1722      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1723$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1724      ac_cache_corrupted=: ;;
1725    ,);;
1726    *)
1727      if test "x$ac_old_val" != "x$ac_new_val"; then
1728	# differences in whitespace do not lead to failure.
1729	ac_old_val_w=`echo x $ac_old_val`
1730	ac_new_val_w=`echo x $ac_new_val`
1731	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1732	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1733$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1734	  ac_cache_corrupted=:
1735	else
1736	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1737$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1738	  eval $ac_var=\$ac_old_val
1739	fi
1740	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1741$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1742	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1743$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1744      fi;;
1745  esac
1746  # Pass precious variables to config.status.
1747  if test "$ac_new_set" = set; then
1748    case $ac_new_val in
1749    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1750    *) ac_arg=$ac_var=$ac_new_val ;;
1751    esac
1752    case " $ac_configure_args " in
1753      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1754      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1755    esac
1756  fi
1757done
1758if $ac_cache_corrupted; then
1759  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1760$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1761  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1762$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1763  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1764fi
1765## -------------------- ##
1766## Main body of script. ##
1767## -------------------- ##
1768
1769ac_ext=c
1770ac_cpp='$CPP $CPPFLAGS'
1771ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1772ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1773ac_compiler_gnu=$ac_cv_c_compiler_gnu
1774
1775
1776am__api_version='1.16'
1777
1778ac_aux_dir=
1779for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1780  if test -f "$ac_dir/install-sh"; then
1781    ac_aux_dir=$ac_dir
1782    ac_install_sh="$ac_aux_dir/install-sh -c"
1783    break
1784  elif test -f "$ac_dir/install.sh"; then
1785    ac_aux_dir=$ac_dir
1786    ac_install_sh="$ac_aux_dir/install.sh -c"
1787    break
1788  elif test -f "$ac_dir/shtool"; then
1789    ac_aux_dir=$ac_dir
1790    ac_install_sh="$ac_aux_dir/shtool install -c"
1791    break
1792  fi
1793done
1794if test -z "$ac_aux_dir"; then
1795  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1796fi
1797
1798# These three variables are undocumented and unsupported,
1799# and are intended to be withdrawn in a future Autoconf release.
1800# They can cause serious problems if a builder's source tree is in a directory
1801# whose full name contains unusual characters.
1802ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1803ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1804ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1805
1806
1807# Find a good install program.  We prefer a C program (faster),
1808# so one script is as good as another.  But avoid the broken or
1809# incompatible versions:
1810# SysV /etc/install, /usr/sbin/install
1811# SunOS /usr/etc/install
1812# IRIX /sbin/install
1813# AIX /bin/install
1814# AmigaOS /C/install, which installs bootblocks on floppy discs
1815# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1816# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1817# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1818# OS/2's system install, which has a completely different semantic
1819# ./install, which can be erroneously created by make from ./install.sh.
1820# Reject install programs that cannot install multiple files.
1821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1822$as_echo_n "checking for a BSD-compatible install... " >&6; }
1823if test -z "$INSTALL"; then
1824if ${ac_cv_path_install+:} false; then :
1825  $as_echo_n "(cached) " >&6
1826else
1827  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1828for as_dir in $PATH
1829do
1830  IFS=$as_save_IFS
1831  test -z "$as_dir" && as_dir=.
1832    # Account for people who put trailing slashes in PATH elements.
1833case $as_dir/ in @%:@((
1834  ./ | .// | /[cC]/* | \
1835  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1836  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1837  /usr/ucb/* ) ;;
1838  *)
1839    # OSF1 and SCO ODT 3.0 have their own names for install.
1840    # Don't use installbsd from OSF since it installs stuff as root
1841    # by default.
1842    for ac_prog in ginstall scoinst install; do
1843      for ac_exec_ext in '' $ac_executable_extensions; do
1844	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1845	  if test $ac_prog = install &&
1846	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1847	    # AIX install.  It has an incompatible calling convention.
1848	    :
1849	  elif test $ac_prog = install &&
1850	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1851	    # program-specific install script used by HP pwplus--don't use.
1852	    :
1853	  else
1854	    rm -rf conftest.one conftest.two conftest.dir
1855	    echo one > conftest.one
1856	    echo two > conftest.two
1857	    mkdir conftest.dir
1858	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1859	      test -s conftest.one && test -s conftest.two &&
1860	      test -s conftest.dir/conftest.one &&
1861	      test -s conftest.dir/conftest.two
1862	    then
1863	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1864	      break 3
1865	    fi
1866	  fi
1867	fi
1868      done
1869    done
1870    ;;
1871esac
1872
1873  done
1874IFS=$as_save_IFS
1875
1876rm -rf conftest.one conftest.two conftest.dir
1877
1878fi
1879  if test "${ac_cv_path_install+set}" = set; then
1880    INSTALL=$ac_cv_path_install
1881  else
1882    # As a last resort, use the slow shell script.  Don't cache a
1883    # value for INSTALL within a source directory, because that will
1884    # break other packages using the cache if that directory is
1885    # removed, or if the value is a relative name.
1886    INSTALL=$ac_install_sh
1887  fi
1888fi
1889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1890$as_echo "$INSTALL" >&6; }
1891
1892# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1893# It thinks the first close brace ends the variable substitution.
1894test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1895
1896test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1897
1898test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1899
1900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1901$as_echo_n "checking whether build environment is sane... " >&6; }
1902# Reject unsafe characters in $srcdir or the absolute working directory
1903# name.  Accept space and tab only in the latter.
1904am_lf='
1905'
1906case `pwd` in
1907  *[\\\"\#\$\&\'\`$am_lf]*)
1908    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1909esac
1910case $srcdir in
1911  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
1912    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1913esac
1914
1915# Do 'set' in a subshell so we don't clobber the current shell's
1916# arguments.  Must try -L first in case configure is actually a
1917# symlink; some systems play weird games with the mod time of symlinks
1918# (eg FreeBSD returns the mod time of the symlink's containing
1919# directory).
1920if (
1921   am_has_slept=no
1922   for am_try in 1 2; do
1923     echo "timestamp, slept: $am_has_slept" > conftest.file
1924     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1925     if test "$*" = "X"; then
1926	# -L didn't work.
1927	set X `ls -t "$srcdir/configure" conftest.file`
1928     fi
1929     if test "$*" != "X $srcdir/configure conftest.file" \
1930	&& test "$*" != "X conftest.file $srcdir/configure"; then
1931
1932	# If neither matched, then we have a broken ls.  This can happen
1933	# if, for instance, CONFIG_SHELL is bash and it inherits a
1934	# broken ls alias from the environment.  This has actually
1935	# happened.  Such a system could not be considered "sane".
1936	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1937  alias in your environment" "$LINENO" 5
1938     fi
1939     if test "$2" = conftest.file || test $am_try -eq 2; then
1940       break
1941     fi
1942     # Just in case.
1943     sleep 1
1944     am_has_slept=yes
1945   done
1946   test "$2" = conftest.file
1947   )
1948then
1949   # Ok.
1950   :
1951else
1952   as_fn_error $? "newly created file is older than distributed files!
1953Check your system clock" "$LINENO" 5
1954fi
1955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1956$as_echo "yes" >&6; }
1957# If we didn't sleep, we still need to ensure time stamps of config.status and
1958# generated files are strictly newer.
1959am_sleep_pid=
1960if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1961  ( sleep 1 ) &
1962  am_sleep_pid=$!
1963fi
1964
1965rm -f conftest.file
1966
1967test "$program_prefix" != NONE &&
1968  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1969# Use a double $ so make ignores it.
1970test "$program_suffix" != NONE &&
1971  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1972# Double any \ or $.
1973# By default was `s,x,x', remove it if useless.
1974ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1975program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1976
1977# Expand $ac_aux_dir to an absolute path.
1978am_aux_dir=`cd "$ac_aux_dir" && pwd`
1979
1980if test x"${MISSING+set}" != xset; then
1981  case $am_aux_dir in
1982  *\ * | *\	*)
1983    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1984  *)
1985    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1986  esac
1987fi
1988# Use eval to expand $SHELL
1989if eval "$MISSING --is-lightweight"; then
1990  am_missing_run="$MISSING "
1991else
1992  am_missing_run=
1993  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1994$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1995fi
1996
1997if test x"${install_sh+set}" != xset; then
1998  case $am_aux_dir in
1999  *\ * | *\	*)
2000    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2001  *)
2002    install_sh="\${SHELL} $am_aux_dir/install-sh"
2003  esac
2004fi
2005
2006# Installed binaries are usually stripped using 'strip' when the user
2007# run "make install-strip".  However 'strip' might not be the right
2008# tool to use in cross-compilation environments, therefore Automake
2009# will honor the 'STRIP' environment variable to overrule this program.
2010if test "$cross_compiling" != no; then
2011  if test -n "$ac_tool_prefix"; then
2012  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2013set dummy ${ac_tool_prefix}strip; ac_word=$2
2014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2015$as_echo_n "checking for $ac_word... " >&6; }
2016if ${ac_cv_prog_STRIP+:} false; then :
2017  $as_echo_n "(cached) " >&6
2018else
2019  if test -n "$STRIP"; then
2020  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2021else
2022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2023for as_dir in $PATH
2024do
2025  IFS=$as_save_IFS
2026  test -z "$as_dir" && as_dir=.
2027    for ac_exec_ext in '' $ac_executable_extensions; do
2028  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2029    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2030    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2031    break 2
2032  fi
2033done
2034  done
2035IFS=$as_save_IFS
2036
2037fi
2038fi
2039STRIP=$ac_cv_prog_STRIP
2040if test -n "$STRIP"; then
2041  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2042$as_echo "$STRIP" >&6; }
2043else
2044  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2045$as_echo "no" >&6; }
2046fi
2047
2048
2049fi
2050if test -z "$ac_cv_prog_STRIP"; then
2051  ac_ct_STRIP=$STRIP
2052  # Extract the first word of "strip", so it can be a program name with args.
2053set dummy strip; ac_word=$2
2054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2055$as_echo_n "checking for $ac_word... " >&6; }
2056if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2057  $as_echo_n "(cached) " >&6
2058else
2059  if test -n "$ac_ct_STRIP"; then
2060  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2061else
2062as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2063for as_dir in $PATH
2064do
2065  IFS=$as_save_IFS
2066  test -z "$as_dir" && as_dir=.
2067    for ac_exec_ext in '' $ac_executable_extensions; do
2068  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2069    ac_cv_prog_ac_ct_STRIP="strip"
2070    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2071    break 2
2072  fi
2073done
2074  done
2075IFS=$as_save_IFS
2076
2077fi
2078fi
2079ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2080if test -n "$ac_ct_STRIP"; then
2081  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2082$as_echo "$ac_ct_STRIP" >&6; }
2083else
2084  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2085$as_echo "no" >&6; }
2086fi
2087
2088  if test "x$ac_ct_STRIP" = x; then
2089    STRIP=":"
2090  else
2091    case $cross_compiling:$ac_tool_warned in
2092yes:)
2093{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2094$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2095ac_tool_warned=yes ;;
2096esac
2097    STRIP=$ac_ct_STRIP
2098  fi
2099else
2100  STRIP="$ac_cv_prog_STRIP"
2101fi
2102
2103fi
2104INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2105
2106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2107$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2108if test -z "$MKDIR_P"; then
2109  if ${ac_cv_path_mkdir+:} false; then :
2110  $as_echo_n "(cached) " >&6
2111else
2112  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2113for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2114do
2115  IFS=$as_save_IFS
2116  test -z "$as_dir" && as_dir=.
2117    for ac_prog in mkdir gmkdir; do
2118	 for ac_exec_ext in '' $ac_executable_extensions; do
2119	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2120	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2121	     'mkdir (GNU coreutils) '* | \
2122	     'mkdir (coreutils) '* | \
2123	     'mkdir (fileutils) '4.1*)
2124	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2125	       break 3;;
2126	   esac
2127	 done
2128       done
2129  done
2130IFS=$as_save_IFS
2131
2132fi
2133
2134  test -d ./--version && rmdir ./--version
2135  if test "${ac_cv_path_mkdir+set}" = set; then
2136    MKDIR_P="$ac_cv_path_mkdir -p"
2137  else
2138    # As a last resort, use the slow shell script.  Don't cache a
2139    # value for MKDIR_P within a source directory, because that will
2140    # break other packages using the cache if that directory is
2141    # removed, or if the value is a relative name.
2142    MKDIR_P="$ac_install_sh -d"
2143  fi
2144fi
2145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2146$as_echo "$MKDIR_P" >&6; }
2147
2148for ac_prog in gawk mawk nawk awk
2149do
2150  # Extract the first word of "$ac_prog", so it can be a program name with args.
2151set dummy $ac_prog; ac_word=$2
2152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2153$as_echo_n "checking for $ac_word... " >&6; }
2154if ${ac_cv_prog_AWK+:} false; then :
2155  $as_echo_n "(cached) " >&6
2156else
2157  if test -n "$AWK"; then
2158  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2159else
2160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2161for as_dir in $PATH
2162do
2163  IFS=$as_save_IFS
2164  test -z "$as_dir" && as_dir=.
2165    for ac_exec_ext in '' $ac_executable_extensions; do
2166  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2167    ac_cv_prog_AWK="$ac_prog"
2168    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2169    break 2
2170  fi
2171done
2172  done
2173IFS=$as_save_IFS
2174
2175fi
2176fi
2177AWK=$ac_cv_prog_AWK
2178if test -n "$AWK"; then
2179  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2180$as_echo "$AWK" >&6; }
2181else
2182  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2183$as_echo "no" >&6; }
2184fi
2185
2186
2187  test -n "$AWK" && break
2188done
2189
2190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2191$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2192set x ${MAKE-make}
2193ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2194if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2195  $as_echo_n "(cached) " >&6
2196else
2197  cat >conftest.make <<\_ACEOF
2198SHELL = /bin/sh
2199all:
2200	@echo '@@@%%%=$(MAKE)=@@@%%%'
2201_ACEOF
2202# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2203case `${MAKE-make} -f conftest.make 2>/dev/null` in
2204  *@@@%%%=?*=@@@%%%*)
2205    eval ac_cv_prog_make_${ac_make}_set=yes;;
2206  *)
2207    eval ac_cv_prog_make_${ac_make}_set=no;;
2208esac
2209rm -f conftest.make
2210fi
2211if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2212  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2213$as_echo "yes" >&6; }
2214  SET_MAKE=
2215else
2216  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2217$as_echo "no" >&6; }
2218  SET_MAKE="MAKE=${MAKE-make}"
2219fi
2220
2221rm -rf .tst 2>/dev/null
2222mkdir .tst 2>/dev/null
2223if test -d .tst; then
2224  am__leading_dot=.
2225else
2226  am__leading_dot=_
2227fi
2228rmdir .tst 2>/dev/null
2229
2230@%:@ Check whether --enable-silent-rules was given.
2231if test "${enable_silent_rules+set}" = set; then :
2232  enableval=$enable_silent_rules;
2233fi
2234
2235case $enable_silent_rules in @%:@ (((
2236  yes) AM_DEFAULT_VERBOSITY=0;;
2237   no) AM_DEFAULT_VERBOSITY=1;;
2238    *) AM_DEFAULT_VERBOSITY=1;;
2239esac
2240am_make=${MAKE-make}
2241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2242$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2243if ${am_cv_make_support_nested_variables+:} false; then :
2244  $as_echo_n "(cached) " >&6
2245else
2246  if $as_echo 'TRUE=$(BAR$(V))
2247BAR0=false
2248BAR1=true
2249V=1
2250am__doit:
2251	@$(TRUE)
2252.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2253  am_cv_make_support_nested_variables=yes
2254else
2255  am_cv_make_support_nested_variables=no
2256fi
2257fi
2258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2259$as_echo "$am_cv_make_support_nested_variables" >&6; }
2260if test $am_cv_make_support_nested_variables = yes; then
2261    AM_V='$(V)'
2262  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2263else
2264  AM_V=$AM_DEFAULT_VERBOSITY
2265  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2266fi
2267AM_BACKSLASH='\'
2268
2269if test "`cd $srcdir && pwd`" != "`pwd`"; then
2270  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2271  # is not polluted with repeated "-I."
2272  am__isrc=' -I$(srcdir)'
2273  # test to see if srcdir already configured
2274  if test -f $srcdir/config.status; then
2275    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2276  fi
2277fi
2278
2279# test whether we have cygpath
2280if test -z "$CYGPATH_W"; then
2281  if (cygpath --version) >/dev/null 2>/dev/null; then
2282    CYGPATH_W='cygpath -w'
2283  else
2284    CYGPATH_W=echo
2285  fi
2286fi
2287
2288
2289# Define the identity of the package.
2290 PACKAGE='rsnapshot'
2291 VERSION='1.4.4'
2292
2293
2294cat >>confdefs.h <<_ACEOF
2295@%:@define PACKAGE "$PACKAGE"
2296_ACEOF
2297
2298
2299cat >>confdefs.h <<_ACEOF
2300@%:@define VERSION "$VERSION"
2301_ACEOF
2302
2303# Some tools Automake needs.
2304
2305ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2306
2307
2308AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2309
2310
2311AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2312
2313
2314AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2315
2316
2317MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2318
2319# For better backward compatibility.  To be removed once Automake 1.9.x
2320# dies out for good.  For more background, see:
2321# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2322# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2323mkdir_p='$(MKDIR_P)'
2324
2325# We need awk for the "check" target (and possibly the TAP driver).  The
2326# system "awk" is bad on some platforms.
2327# Always define AMTAR for backward compatibility.  Yes, it's still used
2328# in the wild :-(  We should find a proper way to deprecate it ...
2329AMTAR='$${TAR-tar}'
2330
2331
2332# We'll loop over all known methods to create a tar archive until one works.
2333_am_tools='gnutar  pax cpio none'
2334
2335am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2336
2337
2338
2339
2340
2341
2342# POSIX will say in a future version that running "rm -f" with no argument
2343# is OK; and we want to be able to make that assumption in our Makefile
2344# recipes.  So use an aggressive probe to check that the usage we want is
2345# actually supported "in the wild" to an acceptable degree.
2346# See automake bug#10828.
2347# To make any issue more visible, cause the running configure to be aborted
2348# by default if the 'rm' program in use doesn't match our expectations; the
2349# user can still override this though.
2350if rm -f && rm -fr && rm -rf; then : OK; else
2351  cat >&2 <<'END'
2352Oops!
2353
2354Your 'rm' program seems unable to run without file operands specified
2355on the command line, even when the '-f' option is present.  This is contrary
2356to the behaviour of most rm programs out there, and not conforming with
2357the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2358
2359Please tell bug-automake@gnu.org about your system, including the value
2360of your $PATH and any error possibly output before this message.  This
2361can help us improve future automake versions.
2362
2363END
2364  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2365    echo 'Configuration will proceed anyway, since you have set the' >&2
2366    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2367    echo >&2
2368  else
2369    cat >&2 <<'END'
2370Aborting the configuration process, to ensure you take notice of the issue.
2371
2372You can download and install GNU coreutils to get an 'rm' implementation
2373that behaves properly: <https://www.gnu.org/software/coreutils/>.
2374
2375If you want to complete the configuration process using your problematic
2376'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2377to "yes", and re-run configure.
2378
2379END
2380    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2381  fi
2382fi
2383
2384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386set x ${MAKE-make}
2387ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2389  $as_echo_n "(cached) " >&6
2390else
2391  cat >conftest.make <<\_ACEOF
2392SHELL = /bin/sh
2393all:
2394	@echo '@@@%%%=$(MAKE)=@@@%%%'
2395_ACEOF
2396# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2397case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398  *@@@%%%=?*=@@@%%%*)
2399    eval ac_cv_prog_make_${ac_make}_set=yes;;
2400  *)
2401    eval ac_cv_prog_make_${ac_make}_set=no;;
2402esac
2403rm -f conftest.make
2404fi
2405if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2407$as_echo "yes" >&6; }
2408  SET_MAKE=
2409else
2410  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2411$as_echo "no" >&6; }
2412  SET_MAKE="MAKE=${MAKE-make}"
2413fi
2414
2415ac_config_files="$ac_config_files Makefile"
2416
2417
2418CWD=`eval echo \`pwd\``
2419CWD="$CWD/"
2420
2421TEST="$CWD/t/"
2422
2423SNAP="$CWD/t/support/snapshots"
2424
2425TEMP="$CWD/t/support/files/template"
2426
2427
2428
2429
2430@%:@ Check whether --with-perl was given.
2431if test "${with_perl+set}" = set; then :
2432  withval=$with_perl;
2433		if test "x$withval" != "xno"; then
2434			if test -x "$withval"; then
2435				PERL=$withval
2436			else
2437				as_fn_error $? "perl not found" "$LINENO" 5
2438			fi
2439		else
2440			as_fn_error $? "perl is required" "$LINENO" 5
2441		fi
2442
2443
2444fi
2445
2446if test "$PERL" = ""; then
2447	# Extract the first word of "perl", so it can be a program name with args.
2448set dummy perl; ac_word=$2
2449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2450$as_echo_n "checking for $ac_word... " >&6; }
2451if ${ac_cv_path_PERL+:} false; then :
2452  $as_echo_n "(cached) " >&6
2453else
2454  case $PERL in
2455  [\\/]* | ?:[\\/]*)
2456  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2457  ;;
2458  *)
2459  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2460for as_dir in $PATH
2461do
2462  IFS=$as_save_IFS
2463  test -z "$as_dir" && as_dir=.
2464    for ac_exec_ext in '' $ac_executable_extensions; do
2465  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2466    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
2467    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2468    break 2
2469  fi
2470done
2471  done
2472IFS=$as_save_IFS
2473
2474  test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="no"
2475  ;;
2476esac
2477fi
2478PERL=$ac_cv_path_PERL
2479if test -n "$PERL"; then
2480  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
2481$as_echo "$PERL" >&6; }
2482else
2483  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2484$as_echo "no" >&6; }
2485fi
2486
2487
2488fi
2489if test "$PERL" = "no"; then
2490	as_fn_error $? "perl is required" "$LINENO" 5
2491fi
2492
2493
2494
2495@%:@ Check whether --with-rsync was given.
2496if test "${with_rsync+set}" = set; then :
2497  withval=$with_rsync;
2498		if test "x$withval" != "xno"; then
2499			if test -x "$withval"; then
2500				RSYNC=$withval
2501				CMD_RSYNC="cmd_rsync	$RSYNC"
2502
2503			else
2504				as_fn_error $? "rsync not found" "$LINENO" 5
2505			fi
2506		else
2507			as_fn_error $? "rsync is required" "$LINENO" 5
2508		fi
2509
2510
2511fi
2512
2513if test "$RSYNC" = ""; then
2514	# Extract the first word of "rsync", so it can be a program name with args.
2515set dummy rsync; ac_word=$2
2516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2517$as_echo_n "checking for $ac_word... " >&6; }
2518if ${ac_cv_path_RSYNC+:} false; then :
2519  $as_echo_n "(cached) " >&6
2520else
2521  case $RSYNC in
2522  [\\/]* | ?:[\\/]*)
2523  ac_cv_path_RSYNC="$RSYNC" # Let the user override the test with a path.
2524  ;;
2525  *)
2526  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2527for as_dir in $PATH
2528do
2529  IFS=$as_save_IFS
2530  test -z "$as_dir" && as_dir=.
2531    for ac_exec_ext in '' $ac_executable_extensions; do
2532  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2533    ac_cv_path_RSYNC="$as_dir/$ac_word$ac_exec_ext"
2534    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2535    break 2
2536  fi
2537done
2538  done
2539IFS=$as_save_IFS
2540
2541  test -z "$ac_cv_path_RSYNC" && ac_cv_path_RSYNC="no"
2542  ;;
2543esac
2544fi
2545RSYNC=$ac_cv_path_RSYNC
2546if test -n "$RSYNC"; then
2547  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSYNC" >&5
2548$as_echo "$RSYNC" >&6; }
2549else
2550  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2551$as_echo "no" >&6; }
2552fi
2553
2554
2555	RSYNC="$RSYNC"
2556
2557	CMD_RSYNC="cmd_rsync	$RSYNC"
2558
2559fi
2560if test "$RSYNC" = "no"; then
2561	as_fn_error $? "rsync is required" "$LINENO" 5
2562fi
2563
2564
2565
2566@%:@ Check whether --with-cp was given.
2567if test "${with_cp+set}" = set; then :
2568  withval=$with_cp;
2569		if test "x$withval" != "xno"; then
2570			if test -x "$withval"; then
2571				CP=$withval
2572			else
2573				as_fn_error $? "cp not found" "$LINENO" 5
2574			fi
2575		else
2576			CP=no
2577		fi
2578
2579
2580fi
2581
2582TEST_CP="$CP"
2583
2584if test "$CP" != "no"; then
2585	# Extract the first word of "cp", so it can be a program name with args.
2586set dummy cp; ac_word=$2
2587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2588$as_echo_n "checking for $ac_word... " >&6; }
2589if ${ac_cv_path_CP+:} false; then :
2590  $as_echo_n "(cached) " >&6
2591else
2592  case $CP in
2593  [\\/]* | ?:[\\/]*)
2594  ac_cv_path_CP="$CP" # Let the user override the test with a path.
2595  ;;
2596  *)
2597  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2598for as_dir in $PATH
2599do
2600  IFS=$as_save_IFS
2601  test -z "$as_dir" && as_dir=.
2602    for ac_exec_ext in '' $ac_executable_extensions; do
2603  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2604    ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
2605    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2606    break 2
2607  fi
2608done
2609  done
2610IFS=$as_save_IFS
2611
2612  test -z "$ac_cv_path_CP" && ac_cv_path_CP="no"
2613  ;;
2614esac
2615fi
2616CP=$ac_cv_path_CP
2617if test -n "$CP"; then
2618  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CP" >&5
2619$as_echo "$CP" >&6; }
2620else
2621  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2622$as_echo "no" >&6; }
2623fi
2624
2625
2626fi
2627if test "$CP" = "no"; then
2628	CP=/bin/cp
2629fi
2630CMD_CP="cmd_cp		$CP"
2631
2632
2633
2634
2635@%:@ Check whether --with-rm was given.
2636if test "${with_rm+set}" = set; then :
2637  withval=$with_rm;
2638		if test "x$withval" != "xno"; then
2639			if test -x "$withval"; then
2640				RM=$withval
2641			else
2642				as_fn_error $? "rm not found" "$LINENO" 5
2643			fi
2644		else
2645			RM=no
2646		fi
2647
2648
2649fi
2650
2651if test "$RM" != "no"; then
2652	# Extract the first word of "rm", so it can be a program name with args.
2653set dummy rm; ac_word=$2
2654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2655$as_echo_n "checking for $ac_word... " >&6; }
2656if ${ac_cv_path_RM+:} false; then :
2657  $as_echo_n "(cached) " >&6
2658else
2659  case $RM in
2660  [\\/]* | ?:[\\/]*)
2661  ac_cv_path_RM="$RM" # Let the user override the test with a path.
2662  ;;
2663  *)
2664  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2665for as_dir in $PATH
2666do
2667  IFS=$as_save_IFS
2668  test -z "$as_dir" && as_dir=.
2669    for ac_exec_ext in '' $ac_executable_extensions; do
2670  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2671    ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
2672    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2673    break 2
2674  fi
2675done
2676  done
2677IFS=$as_save_IFS
2678
2679  test -z "$ac_cv_path_RM" && ac_cv_path_RM="no"
2680  ;;
2681esac
2682fi
2683RM=$ac_cv_path_RM
2684if test -n "$RM"; then
2685  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5
2686$as_echo "$RM" >&6; }
2687else
2688  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2689$as_echo "no" >&6; }
2690fi
2691
2692
2693fi
2694TEST_RM="$RM"
2695
2696if test "$RM" = "no"; then
2697	RM=/bin/rm
2698fi
2699CMD_RM="cmd_rm		$RM"
2700
2701
2702
2703
2704@%:@ Check whether --with-ssh was given.
2705if test "${with_ssh+set}" = set; then :
2706  withval=$with_ssh;
2707		if test "x$withval" != "xno"; then
2708			if test -x "$withval"; then
2709				SSH=$withval
2710			else
2711				as_fn_error $? "ssh not found" "$LINENO" 5
2712			fi
2713		else
2714			SSH=no
2715		fi
2716
2717
2718fi
2719
2720if test "$SSH" != "no"; then
2721	# Extract the first word of "ssh", so it can be a program name with args.
2722set dummy ssh; ac_word=$2
2723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2724$as_echo_n "checking for $ac_word... " >&6; }
2725if ${ac_cv_path_SSH+:} false; then :
2726  $as_echo_n "(cached) " >&6
2727else
2728  case $SSH in
2729  [\\/]* | ?:[\\/]*)
2730  ac_cv_path_SSH="$SSH" # Let the user override the test with a path.
2731  ;;
2732  *)
2733  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2734for as_dir in $PATH
2735do
2736  IFS=$as_save_IFS
2737  test -z "$as_dir" && as_dir=.
2738    for ac_exec_ext in '' $ac_executable_extensions; do
2739  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2740    ac_cv_path_SSH="$as_dir/$ac_word$ac_exec_ext"
2741    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2742    break 2
2743  fi
2744done
2745  done
2746IFS=$as_save_IFS
2747
2748  test -z "$ac_cv_path_SSH" && ac_cv_path_SSH="no"
2749  ;;
2750esac
2751fi
2752SSH=$ac_cv_path_SSH
2753if test -n "$SSH"; then
2754  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SSH" >&5
2755$as_echo "$SSH" >&6; }
2756else
2757  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2758$as_echo "no" >&6; }
2759fi
2760
2761
2762fi
2763TEST_SSH="$SSH"
2764
2765if test "$SSH" = "no"; then
2766	SSH=/path/to/ssh
2767fi
2768CMD_SSH="cmd_ssh	$SSH"
2769
2770
2771
2772# Extract the first word of "lvcreate", so it can be a program name with args.
2773set dummy lvcreate; ac_word=$2
2774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2775$as_echo_n "checking for $ac_word... " >&6; }
2776if ${ac_cv_path_LVCREATE+:} false; then :
2777  $as_echo_n "(cached) " >&6
2778else
2779  case $LVCREATE in
2780  [\\/]* | ?:[\\/]*)
2781  ac_cv_path_LVCREATE="$LVCREATE" # Let the user override the test with a path.
2782  ;;
2783  *)
2784  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2785for as_dir in $PATH
2786do
2787  IFS=$as_save_IFS
2788  test -z "$as_dir" && as_dir=.
2789    for ac_exec_ext in '' $ac_executable_extensions; do
2790  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2791    ac_cv_path_LVCREATE="$as_dir/$ac_word$ac_exec_ext"
2792    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2793    break 2
2794  fi
2795done
2796  done
2797IFS=$as_save_IFS
2798
2799  test -z "$ac_cv_path_LVCREATE" && ac_cv_path_LVCREATE="no"
2800  ;;
2801esac
2802fi
2803LVCREATE=$ac_cv_path_LVCREATE
2804if test -n "$LVCREATE"; then
2805  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LVCREATE" >&5
2806$as_echo "$LVCREATE" >&6; }
2807else
2808  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2809$as_echo "no" >&6; }
2810fi
2811
2812
2813if test "$LVCREATE" = "no"; then
2814	LVCREATE=/path/to/lvcreate
2815fi
2816CMD_LVCREATE="$LVCREATE"
2817
2818
2819# Extract the first word of "lvremove", so it can be a program name with args.
2820set dummy lvremove; ac_word=$2
2821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2822$as_echo_n "checking for $ac_word... " >&6; }
2823if ${ac_cv_path_LVREMOVE+:} false; then :
2824  $as_echo_n "(cached) " >&6
2825else
2826  case $LVREMOVE in
2827  [\\/]* | ?:[\\/]*)
2828  ac_cv_path_LVREMOVE="$LVREMOVE" # Let the user override the test with a path.
2829  ;;
2830  *)
2831  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2832for as_dir in $PATH
2833do
2834  IFS=$as_save_IFS
2835  test -z "$as_dir" && as_dir=.
2836    for ac_exec_ext in '' $ac_executable_extensions; do
2837  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2838    ac_cv_path_LVREMOVE="$as_dir/$ac_word$ac_exec_ext"
2839    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2840    break 2
2841  fi
2842done
2843  done
2844IFS=$as_save_IFS
2845
2846  test -z "$ac_cv_path_LVREMOVE" && ac_cv_path_LVREMOVE="no"
2847  ;;
2848esac
2849fi
2850LVREMOVE=$ac_cv_path_LVREMOVE
2851if test -n "$LVREMOVE"; then
2852  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LVREMOVE" >&5
2853$as_echo "$LVREMOVE" >&6; }
2854else
2855  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2856$as_echo "no" >&6; }
2857fi
2858
2859
2860if test "$LVREMOVE" = "no"; then
2861	LVREMOVE=/path/to/lvremove
2862fi
2863CMD_LVREMOVE="$LVREMOVE"
2864
2865
2866# Extract the first word of "mount", so it can be a program name with args.
2867set dummy mount; ac_word=$2
2868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2869$as_echo_n "checking for $ac_word... " >&6; }
2870if ${ac_cv_path_MOUNT+:} false; then :
2871  $as_echo_n "(cached) " >&6
2872else
2873  case $MOUNT in
2874  [\\/]* | ?:[\\/]*)
2875  ac_cv_path_MOUNT="$MOUNT" # Let the user override the test with a path.
2876  ;;
2877  *)
2878  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879for as_dir in $PATH
2880do
2881  IFS=$as_save_IFS
2882  test -z "$as_dir" && as_dir=.
2883    for ac_exec_ext in '' $ac_executable_extensions; do
2884  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2885    ac_cv_path_MOUNT="$as_dir/$ac_word$ac_exec_ext"
2886    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2887    break 2
2888  fi
2889done
2890  done
2891IFS=$as_save_IFS
2892
2893  test -z "$ac_cv_path_MOUNT" && ac_cv_path_MOUNT="no"
2894  ;;
2895esac
2896fi
2897MOUNT=$ac_cv_path_MOUNT
2898if test -n "$MOUNT"; then
2899  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOUNT" >&5
2900$as_echo "$MOUNT" >&6; }
2901else
2902  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2903$as_echo "no" >&6; }
2904fi
2905
2906
2907if test "$MOUNT" = "no"; then
2908	MOUNT=/path/to/mount
2909fi
2910CMD_MOUNT="$MOUNT"
2911
2912
2913# Extract the first word of "umount", so it can be a program name with args.
2914set dummy umount; ac_word=$2
2915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916$as_echo_n "checking for $ac_word... " >&6; }
2917if ${ac_cv_path_UMOUNT+:} false; then :
2918  $as_echo_n "(cached) " >&6
2919else
2920  case $UMOUNT in
2921  [\\/]* | ?:[\\/]*)
2922  ac_cv_path_UMOUNT="$UMOUNT" # Let the user override the test with a path.
2923  ;;
2924  *)
2925  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926for as_dir in $PATH
2927do
2928  IFS=$as_save_IFS
2929  test -z "$as_dir" && as_dir=.
2930    for ac_exec_ext in '' $ac_executable_extensions; do
2931  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2932    ac_cv_path_UMOUNT="$as_dir/$ac_word$ac_exec_ext"
2933    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2934    break 2
2935  fi
2936done
2937  done
2938IFS=$as_save_IFS
2939
2940  test -z "$ac_cv_path_UMOUNT" && ac_cv_path_UMOUNT="no"
2941  ;;
2942esac
2943fi
2944UMOUNT=$ac_cv_path_UMOUNT
2945if test -n "$UMOUNT"; then
2946  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UMOUNT" >&5
2947$as_echo "$UMOUNT" >&6; }
2948else
2949  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2950$as_echo "no" >&6; }
2951fi
2952
2953
2954if test "$UMOUNT" = "no"; then
2955	UMOUNT=/path/to/umount
2956fi
2957CMD_UMOUNT="$UMOUNT"
2958
2959
2960
2961
2962@%:@ Check whether --with-logger was given.
2963if test "${with_logger+set}" = set; then :
2964  withval=$with_logger;
2965		if test "x$withval" != "xno"; then
2966			if test -x "$withval"; then
2967				LOGGER=$withval
2968			else
2969				as_fn_error $? "logger not found" "$LINENO" 5
2970			fi
2971		else
2972			LOGGER=no
2973		fi
2974
2975
2976fi
2977
2978if test "$LOGGER" != "no"; then
2979	# Extract the first word of "logger", so it can be a program name with args.
2980set dummy logger; ac_word=$2
2981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2982$as_echo_n "checking for $ac_word... " >&6; }
2983if ${ac_cv_path_LOGGER+:} false; then :
2984  $as_echo_n "(cached) " >&6
2985else
2986  case $LOGGER in
2987  [\\/]* | ?:[\\/]*)
2988  ac_cv_path_LOGGER="$LOGGER" # Let the user override the test with a path.
2989  ;;
2990  *)
2991  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2992for as_dir in $PATH
2993do
2994  IFS=$as_save_IFS
2995  test -z "$as_dir" && as_dir=.
2996    for ac_exec_ext in '' $ac_executable_extensions; do
2997  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2998    ac_cv_path_LOGGER="$as_dir/$ac_word$ac_exec_ext"
2999    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3000    break 2
3001  fi
3002done
3003  done
3004IFS=$as_save_IFS
3005
3006  test -z "$ac_cv_path_LOGGER" && ac_cv_path_LOGGER="no"
3007  ;;
3008esac
3009fi
3010LOGGER=$ac_cv_path_LOGGER
3011if test -n "$LOGGER"; then
3012  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LOGGER" >&5
3013$as_echo "$LOGGER" >&6; }
3014else
3015  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3016$as_echo "no" >&6; }
3017fi
3018
3019
3020fi
3021TEST_LOGGER="$LOGGER"
3022
3023if test "$LOGGER" = "no"; then
3024	LOGGER=/path/to/logger
3025fi
3026CMD_LOGGER="cmd_logger	$LOGGER"
3027
3028
3029
3030
3031@%:@ Check whether --with-du was given.
3032if test "${with_du+set}" = set; then :
3033  withval=$with_du;
3034		if test "x$withval" != "xno"; then
3035			if test -x "$withval"; then
3036				DU=$withval
3037			else
3038				as_fn_error $? "du not found" "$LINENO" 5
3039			fi
3040		else
3041			DU=no
3042		fi
3043
3044
3045fi
3046
3047if test "$DU" != "no"; then
3048	# Extract the first word of "du", so it can be a program name with args.
3049set dummy du; ac_word=$2
3050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3051$as_echo_n "checking for $ac_word... " >&6; }
3052if ${ac_cv_path_DU+:} false; then :
3053  $as_echo_n "(cached) " >&6
3054else
3055  case $DU in
3056  [\\/]* | ?:[\\/]*)
3057  ac_cv_path_DU="$DU" # Let the user override the test with a path.
3058  ;;
3059  *)
3060  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3061for as_dir in $PATH
3062do
3063  IFS=$as_save_IFS
3064  test -z "$as_dir" && as_dir=.
3065    for ac_exec_ext in '' $ac_executable_extensions; do
3066  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3067    ac_cv_path_DU="$as_dir/$ac_word$ac_exec_ext"
3068    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3069    break 2
3070  fi
3071done
3072  done
3073IFS=$as_save_IFS
3074
3075  test -z "$ac_cv_path_DU" && ac_cv_path_DU="no"
3076  ;;
3077esac
3078fi
3079DU=$ac_cv_path_DU
3080if test -n "$DU"; then
3081  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DU" >&5
3082$as_echo "$DU" >&6; }
3083else
3084  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3085$as_echo "no" >&6; }
3086fi
3087
3088
3089fi
3090TEST_DU="$DU"
3091
3092if test "$DU" = "no"; then
3093	DU=/path/to/du
3094fi
3095CMD_DU="cmd_du		$DU"
3096
3097
3098
3099
3100@%:@ Check whether --with-test-ssh-user was given.
3101if test "${with_test_ssh_user+set}" = set; then :
3102  withval=$with_test_ssh_user;
3103		if test "x$withval" != "xno"; then
3104			TEST_SSH_USER="$withval"
3105			TEST_SSH_USER="$TEST_SSH_USER"
3106
3107		fi
3108
3109
3110fi
3111
3112if test "$TEST_SSH_USER" = ""; then
3113	TEST_SSH_USER="$USER"
3114
3115fi
3116
3117
3118
3119@%:@ Check whether --with-test-true was given.
3120if test "${with_test_true+set}" = set; then :
3121  withval=$with_test_true;
3122		if test "x$withval" != "xno"; then
3123			if test -x "$withval"; then
3124				TRUE=$withval
3125			else
3126				as_fn_error $? "true not found" "$LINENO" 5
3127			fi
3128		else
3129			TRUE=no
3130		fi
3131
3132
3133fi
3134
3135if test "$TRUE" != "no"; then
3136	# Extract the first word of "true", so it can be a program name with args.
3137set dummy true; ac_word=$2
3138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3139$as_echo_n "checking for $ac_word... " >&6; }
3140if ${ac_cv_path_TRUE+:} false; then :
3141  $as_echo_n "(cached) " >&6
3142else
3143  case $TRUE in
3144  [\\/]* | ?:[\\/]*)
3145  ac_cv_path_TRUE="$TRUE" # Let the user override the test with a path.
3146  ;;
3147  *)
3148  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3149for as_dir in $PATH
3150do
3151  IFS=$as_save_IFS
3152  test -z "$as_dir" && as_dir=.
3153    for ac_exec_ext in '' $ac_executable_extensions; do
3154  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3155    ac_cv_path_TRUE="$as_dir/$ac_word$ac_exec_ext"
3156    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3157    break 2
3158  fi
3159done
3160  done
3161IFS=$as_save_IFS
3162
3163  test -z "$ac_cv_path_TRUE" && ac_cv_path_TRUE="no"
3164  ;;
3165esac
3166fi
3167TRUE=$ac_cv_path_TRUE
3168if test -n "$TRUE"; then
3169  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TRUE" >&5
3170$as_echo "$TRUE" >&6; }
3171else
3172  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3173$as_echo "no" >&6; }
3174fi
3175
3176
3177fi
3178if test "$TRUE" = "no"; then
3179	TRUE=/bin/true
3180fi
3181
3182
3183
3184@%:@ Check whether --with-test-false was given.
3185if test "${with_test_false+set}" = set; then :
3186  withval=$with_test_false;
3187		if test "x$withval" != "xno"; then
3188			if test -x "$withval"; then
3189				FALSE=$withval
3190			else
3191				as_fn_error $? "false not found" "$LINENO" 5
3192			fi
3193		else
3194			FALSE=no
3195		fi
3196
3197
3198fi
3199
3200if test "$FALSE" != "no"; then
3201	# Extract the first word of "false", so it can be a program name with args.
3202set dummy false; ac_word=$2
3203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3204$as_echo_n "checking for $ac_word... " >&6; }
3205if ${ac_cv_path_FALSE+:} false; then :
3206  $as_echo_n "(cached) " >&6
3207else
3208  case $FALSE in
3209  [\\/]* | ?:[\\/]*)
3210  ac_cv_path_FALSE="$FALSE" # Let the user override the test with a path.
3211  ;;
3212  *)
3213  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3214for as_dir in $PATH
3215do
3216  IFS=$as_save_IFS
3217  test -z "$as_dir" && as_dir=.
3218    for ac_exec_ext in '' $ac_executable_extensions; do
3219  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3220    ac_cv_path_FALSE="$as_dir/$ac_word$ac_exec_ext"
3221    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3222    break 2
3223  fi
3224done
3225  done
3226IFS=$as_save_IFS
3227
3228  test -z "$ac_cv_path_FALSE" && ac_cv_path_FALSE="no"
3229  ;;
3230esac
3231fi
3232FALSE=$ac_cv_path_FALSE
3233if test -n "$FALSE"; then
3234  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FALSE" >&5
3235$as_echo "$FALSE" >&6; }
3236else
3237  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3238$as_echo "no" >&6; }
3239fi
3240
3241
3242fi
3243if test "$FALSE" = "no"; then
3244	FALSE=/bin/false
3245fi
3246
3247
3248# replace perl paths
3249ac_config_files="$ac_config_files rsnapshot:rsnapshot-program.pl"
3250
3251ac_config_files="$ac_config_files rsnapshot-diff:rsnapshot-diff.pl"
3252
3253ac_config_files="$ac_config_files rsnapshot.conf.default:rsnapshot.conf.default.in"
3254
3255
3256
3257# this part is autogenerated by autogen.sh
3258
3259ac_config_files="$ac_config_files t/rsync/conf/rsync.conf"
3260
3261ac_config_files="$ac_config_files t/rsync/rsync.t"
3262
3263ac_config_files="$ac_config_files t/ssh_args/ssh_args.t"
3264
3265ac_config_files="$ac_config_files t/ssh_args/conf/ssh_args.conf"
3266
3267ac_config_files="$ac_config_files t/ssh_args/conf/ssh_args_inline.conf"
3268
3269ac_config_files="$ac_config_files t/native_cp_al/conf/native_cp_al.conf"
3270
3271ac_config_files="$ac_config_files t/native_cp_al/native_cp_al.t"
3272
3273ac_config_files="$ac_config_files t/rsnapshot_meta/rsnapshot_meta.t"
3274
3275ac_config_files="$ac_config_files t/link-dest_-t_when_only_one_snapshot/link-dest_-t_when_only_one_snapshot.t"
3276
3277ac_config_files="$ac_config_files t/link-dest_-t_when_only_one_snapshot/conf/link-dest_-t_when_only_one_snapshot.conf"
3278
3279ac_config_files="$ac_config_files t/relative_delete_bugfix/relative_delete_bugfix.t"
3280
3281ac_config_files="$ac_config_files t/relative_delete_bugfix/conf/relative_delete_bugfix.conf"
3282
3283ac_config_files="$ac_config_files t/rsync-exitcode/rsync-exitcode.t"
3284
3285ac_config_files="$ac_config_files t/rsync-exitcode/conf/rsync-exitcode-good.conf"
3286
3287ac_config_files="$ac_config_files t/rsync-exitcode/conf/rsync-exitcode-bad.conf"
3288
3289ac_config_files="$ac_config_files t/backup_exec/backup_exec.t"
3290
3291ac_config_files="$ac_config_files t/backup_exec/conf/backup_exec_fail.conf"
3292
3293ac_config_files="$ac_config_files t/backup_exec/conf/backup_exec.conf"
3294
3295ac_config_files="$ac_config_files t/gnu_cp/conf/gnu_cp.conf"
3296
3297ac_config_files="$ac_config_files t/gnu_cp/gnu_cp.t"
3298
3299ac_config_files="$ac_config_files t/configtest/configtest.t"
3300
3301ac_config_files="$ac_config_files t/configtest/conf/configtest.conf"
3302
3303ac_config_files="$ac_config_files t/snapshot_root_with_space/conf/snapshot_root_with_space.conf"
3304
3305ac_config_files="$ac_config_files t/snapshot_root_with_space/snapshot_root_with_space.t"
3306
3307ac_config_files="$ac_config_files t/cmd-post_pre-exec/cmd-post_pre-exec.t"
3308
3309ac_config_files="$ac_config_files t/cmd-post_pre-exec/conf/pre-true-post-true.conf"
3310
3311ac_config_files="$ac_config_files t/cmd-post_pre-exec/conf/pre-false-post-false.conf"
3312
3313ac_config_files="$ac_config_files t/cmd-post_pre-exec/conf/pre-true-post-false.conf"
3314
3315ac_config_files="$ac_config_files t/cmd-post_pre-exec/conf/pre-false-post-true.conf"
3316
3317ac_config_files="$ac_config_files t/SysWrap.pm"
3318
3319ac_config_files="$ac_config_files t/long_and_short_args/long_and_short_args.t"
3320
3321ac_config_files="$ac_config_files t/long_and_short_args/conf/long_and_short_args.conf"
3322
3323ac_config_files="$ac_config_files t/long_and_short_args/conf/long_and_short_args_inline.conf"
3324
3325
3326# this part had been autogenerated by autogen.sh
3327
3328
3329
3330cat >confcache <<\_ACEOF
3331# This file is a shell script that caches the results of configure
3332# tests run on this system so they can be shared between configure
3333# scripts and configure runs, see configure's option --config-cache.
3334# It is not useful on other systems.  If it contains results you don't
3335# want to keep, you may remove or edit it.
3336#
3337# config.status only pays attention to the cache file if you give it
3338# the --recheck option to rerun configure.
3339#
3340# `ac_cv_env_foo' variables (set or unset) will be overridden when
3341# loading this file, other *unset* `ac_cv_foo' will be assigned the
3342# following values.
3343
3344_ACEOF
3345
3346# The following way of writing the cache mishandles newlines in values,
3347# but we know of no workaround that is simple, portable, and efficient.
3348# So, we kill variables containing newlines.
3349# Ultrix sh set writes to stderr and can't be redirected directly,
3350# and sets the high bit in the cache file unless we assign to the vars.
3351(
3352  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3353    eval ac_val=\$$ac_var
3354    case $ac_val in #(
3355    *${as_nl}*)
3356      case $ac_var in #(
3357      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3358$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3359      esac
3360      case $ac_var in #(
3361      _ | IFS | as_nl) ;; #(
3362      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3363      *) { eval $ac_var=; unset $ac_var;} ;;
3364      esac ;;
3365    esac
3366  done
3367
3368  (set) 2>&1 |
3369    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3370    *${as_nl}ac_space=\ *)
3371      # `set' does not quote correctly, so add quotes: double-quote
3372      # substitution turns \\\\ into \\, and sed turns \\ into \.
3373      sed -n \
3374	"s/'/'\\\\''/g;
3375	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3376      ;; #(
3377    *)
3378      # `set' quotes correctly as required by POSIX, so do not add quotes.
3379      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3380      ;;
3381    esac |
3382    sort
3383) |
3384  sed '
3385     /^ac_cv_env_/b end
3386     t clear
3387     :clear
3388     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3389     t end
3390     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3391     :end' >>confcache
3392if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3393  if test -w "$cache_file"; then
3394    if test "x$cache_file" != "x/dev/null"; then
3395      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3396$as_echo "$as_me: updating cache $cache_file" >&6;}
3397      if test ! -f "$cache_file" || test -h "$cache_file"; then
3398	cat confcache >"$cache_file"
3399      else
3400        case $cache_file in #(
3401        */* | ?:*)
3402	  mv -f confcache "$cache_file"$$ &&
3403	  mv -f "$cache_file"$$ "$cache_file" ;; #(
3404        *)
3405	  mv -f confcache "$cache_file" ;;
3406	esac
3407      fi
3408    fi
3409  else
3410    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3411$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3412  fi
3413fi
3414rm -f confcache
3415
3416test "x$prefix" = xNONE && prefix=$ac_default_prefix
3417# Let make expand exec_prefix.
3418test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3419
3420# Transform confdefs.h into DEFS.
3421# Protect against shell expansion while executing Makefile rules.
3422# Protect against Makefile macro expansion.
3423#
3424# If the first sed substitution is executed (which looks for macros that
3425# take arguments), then branch to the quote section.  Otherwise,
3426# look for a macro that doesn't take arguments.
3427ac_script='
3428:mline
3429/\\$/{
3430 N
3431 s,\\\n,,
3432 b mline
3433}
3434t clear
3435:clear
3436s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
3437t quote
3438s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
3439t quote
3440b any
3441:quote
3442s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3443s/\[/\\&/g
3444s/\]/\\&/g
3445s/\$/$$/g
3446H
3447:any
3448${
3449	g
3450	s/^\n//
3451	s/\n/ /g
3452	p
3453}
3454'
3455DEFS=`sed -n "$ac_script" confdefs.h`
3456
3457
3458ac_libobjs=
3459ac_ltlibobjs=
3460U=
3461for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
3462  # 1. Remove the extension, and $U if already installed.
3463  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3464  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3465  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3466  #    will be set to the directory where LIBOBJS objects are built.
3467  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3468  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3469done
3470LIB@&t@OBJS=$ac_libobjs
3471
3472LTLIBOBJS=$ac_ltlibobjs
3473
3474
3475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3476$as_echo_n "checking that generated files are newer than configure... " >&6; }
3477   if test -n "$am_sleep_pid"; then
3478     # Hide warnings about reused PIDs.
3479     wait $am_sleep_pid 2>/dev/null
3480   fi
3481   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
3482$as_echo "done" >&6; }
3483
3484
3485: "${CONFIG_STATUS=./config.status}"
3486ac_write_fail=0
3487ac_clean_files_save=$ac_clean_files
3488ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3489{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3490$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3491as_write_fail=0
3492cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3493#! $SHELL
3494# Generated by $as_me.
3495# Run this file to recreate the current configuration.
3496# Compiler output produced by configure, useful for debugging
3497# configure, is in config.log if it exists.
3498
3499debug=false
3500ac_cs_recheck=false
3501ac_cs_silent=false
3502
3503SHELL=\${CONFIG_SHELL-$SHELL}
3504export SHELL
3505_ASEOF
3506cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3507## -------------------- ##
3508## M4sh Initialization. ##
3509## -------------------- ##
3510
3511# Be more Bourne compatible
3512DUALCASE=1; export DUALCASE # for MKS sh
3513if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3514  emulate sh
3515  NULLCMD=:
3516  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3517  # is contrary to our usage.  Disable this feature.
3518  alias -g '${1+"$@"}'='"$@"'
3519  setopt NO_GLOB_SUBST
3520else
3521  case `(set -o) 2>/dev/null` in @%:@(
3522  *posix*) :
3523    set -o posix ;; @%:@(
3524  *) :
3525     ;;
3526esac
3527fi
3528
3529
3530as_nl='
3531'
3532export as_nl
3533# Printing a long string crashes Solaris 7 /usr/bin/printf.
3534as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3535as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3536as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3537# Prefer a ksh shell builtin over an external printf program on Solaris,
3538# but without wasting forks for bash or zsh.
3539if test -z "$BASH_VERSION$ZSH_VERSION" \
3540    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3541  as_echo='print -r --'
3542  as_echo_n='print -rn --'
3543elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3544  as_echo='printf %s\n'
3545  as_echo_n='printf %s'
3546else
3547  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3548    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3549    as_echo_n='/usr/ucb/echo -n'
3550  else
3551    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3552    as_echo_n_body='eval
3553      arg=$1;
3554      case $arg in @%:@(
3555      *"$as_nl"*)
3556	expr "X$arg" : "X\\(.*\\)$as_nl";
3557	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3558      esac;
3559      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3560    '
3561    export as_echo_n_body
3562    as_echo_n='sh -c $as_echo_n_body as_echo'
3563  fi
3564  export as_echo_body
3565  as_echo='sh -c $as_echo_body as_echo'
3566fi
3567
3568# The user is always right.
3569if test "${PATH_SEPARATOR+set}" != set; then
3570  PATH_SEPARATOR=:
3571  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3572    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3573      PATH_SEPARATOR=';'
3574  }
3575fi
3576
3577
3578# IFS
3579# We need space, tab and new line, in precisely that order.  Quoting is
3580# there to prevent editors from complaining about space-tab.
3581# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3582# splitting by setting IFS to empty value.)
3583IFS=" ""	$as_nl"
3584
3585# Find who we are.  Look in the path if we contain no directory separator.
3586as_myself=
3587case $0 in @%:@((
3588  *[\\/]* ) as_myself=$0 ;;
3589  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3590for as_dir in $PATH
3591do
3592  IFS=$as_save_IFS
3593  test -z "$as_dir" && as_dir=.
3594    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3595  done
3596IFS=$as_save_IFS
3597
3598     ;;
3599esac
3600# We did not find ourselves, most probably we were run as `sh COMMAND'
3601# in which case we are not to be found in the path.
3602if test "x$as_myself" = x; then
3603  as_myself=$0
3604fi
3605if test ! -f "$as_myself"; then
3606  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3607  exit 1
3608fi
3609
3610# Unset variables that we do not need and which cause bugs (e.g. in
3611# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3612# suppresses any "Segmentation fault" message there.  '((' could
3613# trigger a bug in pdksh 5.2.14.
3614for as_var in BASH_ENV ENV MAIL MAILPATH
3615do eval test x\${$as_var+set} = xset \
3616  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3617done
3618PS1='$ '
3619PS2='> '
3620PS4='+ '
3621
3622# NLS nuisances.
3623LC_ALL=C
3624export LC_ALL
3625LANGUAGE=C
3626export LANGUAGE
3627
3628# CDPATH.
3629(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3630
3631
3632@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
3633@%:@ ----------------------------------------
3634@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3635@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3636@%:@ script with STATUS, using 1 if that was 0.
3637as_fn_error ()
3638{
3639  as_status=$1; test $as_status -eq 0 && as_status=1
3640  if test "$4"; then
3641    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3642    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3643  fi
3644  $as_echo "$as_me: error: $2" >&2
3645  as_fn_exit $as_status
3646} @%:@ as_fn_error
3647
3648
3649@%:@ as_fn_set_status STATUS
3650@%:@ -----------------------
3651@%:@ Set @S|@? to STATUS, without forking.
3652as_fn_set_status ()
3653{
3654  return $1
3655} @%:@ as_fn_set_status
3656
3657@%:@ as_fn_exit STATUS
3658@%:@ -----------------
3659@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3660as_fn_exit ()
3661{
3662  set +e
3663  as_fn_set_status $1
3664  exit $1
3665} @%:@ as_fn_exit
3666
3667@%:@ as_fn_unset VAR
3668@%:@ ---------------
3669@%:@ Portably unset VAR.
3670as_fn_unset ()
3671{
3672  { eval $1=; unset $1;}
3673}
3674as_unset=as_fn_unset
3675@%:@ as_fn_append VAR VALUE
3676@%:@ ----------------------
3677@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take
3678@%:@ advantage of any shell optimizations that allow amortized linear growth over
3679@%:@ repeated appends, instead of the typical quadratic growth present in naive
3680@%:@ implementations.
3681if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3682  eval 'as_fn_append ()
3683  {
3684    eval $1+=\$2
3685  }'
3686else
3687  as_fn_append ()
3688  {
3689    eval $1=\$$1\$2
3690  }
3691fi # as_fn_append
3692
3693@%:@ as_fn_arith ARG...
3694@%:@ ------------------
3695@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
3696@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
3697@%:@ must be portable across @S|@(()) and expr.
3698if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3699  eval 'as_fn_arith ()
3700  {
3701    as_val=$(( $* ))
3702  }'
3703else
3704  as_fn_arith ()
3705  {
3706    as_val=`expr "$@" || test $? -eq 1`
3707  }
3708fi # as_fn_arith
3709
3710
3711if expr a : '\(a\)' >/dev/null 2>&1 &&
3712   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3713  as_expr=expr
3714else
3715  as_expr=false
3716fi
3717
3718if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3719  as_basename=basename
3720else
3721  as_basename=false
3722fi
3723
3724if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3725  as_dirname=dirname
3726else
3727  as_dirname=false
3728fi
3729
3730as_me=`$as_basename -- "$0" ||
3731$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3732	 X"$0" : 'X\(//\)$' \| \
3733	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3734$as_echo X/"$0" |
3735    sed '/^.*\/\([^/][^/]*\)\/*$/{
3736	    s//\1/
3737	    q
3738	  }
3739	  /^X\/\(\/\/\)$/{
3740	    s//\1/
3741	    q
3742	  }
3743	  /^X\/\(\/\).*/{
3744	    s//\1/
3745	    q
3746	  }
3747	  s/.*/./; q'`
3748
3749# Avoid depending upon Character Ranges.
3750as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3751as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3752as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3753as_cr_digits='0123456789'
3754as_cr_alnum=$as_cr_Letters$as_cr_digits
3755
3756ECHO_C= ECHO_N= ECHO_T=
3757case `echo -n x` in @%:@(((((
3758-n*)
3759  case `echo 'xy\c'` in
3760  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
3761  xy)  ECHO_C='\c';;
3762  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3763       ECHO_T='	';;
3764  esac;;
3765*)
3766  ECHO_N='-n';;
3767esac
3768
3769rm -f conf$$ conf$$.exe conf$$.file
3770if test -d conf$$.dir; then
3771  rm -f conf$$.dir/conf$$.file
3772else
3773  rm -f conf$$.dir
3774  mkdir conf$$.dir 2>/dev/null
3775fi
3776if (echo >conf$$.file) 2>/dev/null; then
3777  if ln -s conf$$.file conf$$ 2>/dev/null; then
3778    as_ln_s='ln -s'
3779    # ... but there are two gotchas:
3780    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3781    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3782    # In both cases, we have to default to `cp -pR'.
3783    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3784      as_ln_s='cp -pR'
3785  elif ln conf$$.file conf$$ 2>/dev/null; then
3786    as_ln_s=ln
3787  else
3788    as_ln_s='cp -pR'
3789  fi
3790else
3791  as_ln_s='cp -pR'
3792fi
3793rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3794rmdir conf$$.dir 2>/dev/null
3795
3796
3797@%:@ as_fn_mkdir_p
3798@%:@ -------------
3799@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
3800as_fn_mkdir_p ()
3801{
3802
3803  case $as_dir in #(
3804  -*) as_dir=./$as_dir;;
3805  esac
3806  test -d "$as_dir" || eval $as_mkdir_p || {
3807    as_dirs=
3808    while :; do
3809      case $as_dir in #(
3810      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3811      *) as_qdir=$as_dir;;
3812      esac
3813      as_dirs="'$as_qdir' $as_dirs"
3814      as_dir=`$as_dirname -- "$as_dir" ||
3815$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3816	 X"$as_dir" : 'X\(//\)[^/]' \| \
3817	 X"$as_dir" : 'X\(//\)$' \| \
3818	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3819$as_echo X"$as_dir" |
3820    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3821	    s//\1/
3822	    q
3823	  }
3824	  /^X\(\/\/\)[^/].*/{
3825	    s//\1/
3826	    q
3827	  }
3828	  /^X\(\/\/\)$/{
3829	    s//\1/
3830	    q
3831	  }
3832	  /^X\(\/\).*/{
3833	    s//\1/
3834	    q
3835	  }
3836	  s/.*/./; q'`
3837      test -d "$as_dir" && break
3838    done
3839    test -z "$as_dirs" || eval "mkdir $as_dirs"
3840  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3841
3842
3843} @%:@ as_fn_mkdir_p
3844if mkdir -p . 2>/dev/null; then
3845  as_mkdir_p='mkdir -p "$as_dir"'
3846else
3847  test -d ./-p && rmdir ./-p
3848  as_mkdir_p=false
3849fi
3850
3851
3852@%:@ as_fn_executable_p FILE
3853@%:@ -----------------------
3854@%:@ Test if FILE is an executable regular file.
3855as_fn_executable_p ()
3856{
3857  test -f "$1" && test -x "$1"
3858} @%:@ as_fn_executable_p
3859as_test_x='test -x'
3860as_executable_p=as_fn_executable_p
3861
3862# Sed expression to map a string onto a valid CPP name.
3863as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3864
3865# Sed expression to map a string onto a valid variable name.
3866as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3867
3868
3869exec 6>&1
3870## ----------------------------------- ##
3871## Main body of $CONFIG_STATUS script. ##
3872## ----------------------------------- ##
3873_ASEOF
3874test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3875
3876cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3877# Save the log message, to keep $0 and so on meaningful, and to
3878# report actual input values of CONFIG_FILES etc. instead of their
3879# values after options handling.
3880ac_log="
3881This file was extended by rsnapshot $as_me 1.4.4, which was
3882generated by GNU Autoconf 2.69.  Invocation command line was
3883
3884  CONFIG_FILES    = $CONFIG_FILES
3885  CONFIG_HEADERS  = $CONFIG_HEADERS
3886  CONFIG_LINKS    = $CONFIG_LINKS
3887  CONFIG_COMMANDS = $CONFIG_COMMANDS
3888  $ $0 $@
3889
3890on `(hostname || uname -n) 2>/dev/null | sed 1q`
3891"
3892
3893_ACEOF
3894
3895case $ac_config_files in *"
3896"*) set x $ac_config_files; shift; ac_config_files=$*;;
3897esac
3898
3899
3900
3901cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3902# Files that config.status was made for.
3903config_files="$ac_config_files"
3904
3905_ACEOF
3906
3907cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3908ac_cs_usage="\
3909\`$as_me' instantiates files and other configuration actions
3910from templates according to the current configuration.  Unless the files
3911and actions are specified as TAGs, all are instantiated by default.
3912
3913Usage: $0 [OPTION]... [TAG]...
3914
3915  -h, --help       print this help, then exit
3916  -V, --version    print version number and configuration settings, then exit
3917      --config     print configuration, then exit
3918  -q, --quiet, --silent
3919                   do not print progress messages
3920  -d, --debug      don't remove temporary files
3921      --recheck    update $as_me by reconfiguring in the same conditions
3922      --file=FILE[:TEMPLATE]
3923                   instantiate the configuration file FILE
3924
3925Configuration files:
3926$config_files
3927
3928Report bugs to <rsnapshot-discuss@lists.sourceforge.net>."
3929
3930_ACEOF
3931cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3932ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3933ac_cs_version="\\
3934rsnapshot config.status 1.4.4
3935configured by $0, generated by GNU Autoconf 2.69,
3936  with options \\"\$ac_cs_config\\"
3937
3938Copyright (C) 2012 Free Software Foundation, Inc.
3939This config.status script is free software; the Free Software Foundation
3940gives unlimited permission to copy, distribute and modify it."
3941
3942ac_pwd='$ac_pwd'
3943srcdir='$srcdir'
3944INSTALL='$INSTALL'
3945MKDIR_P='$MKDIR_P'
3946AWK='$AWK'
3947test -n "\$AWK" || AWK=awk
3948_ACEOF
3949
3950cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3951# The default lists apply if the user does not specify any file.
3952ac_need_defaults=:
3953while test $# != 0
3954do
3955  case $1 in
3956  --*=?*)
3957    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3958    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3959    ac_shift=:
3960    ;;
3961  --*=)
3962    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3963    ac_optarg=
3964    ac_shift=:
3965    ;;
3966  *)
3967    ac_option=$1
3968    ac_optarg=$2
3969    ac_shift=shift
3970    ;;
3971  esac
3972
3973  case $ac_option in
3974  # Handling of the options.
3975  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3976    ac_cs_recheck=: ;;
3977  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3978    $as_echo "$ac_cs_version"; exit ;;
3979  --config | --confi | --conf | --con | --co | --c )
3980    $as_echo "$ac_cs_config"; exit ;;
3981  --debug | --debu | --deb | --de | --d | -d )
3982    debug=: ;;
3983  --file | --fil | --fi | --f )
3984    $ac_shift
3985    case $ac_optarg in
3986    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3987    '') as_fn_error $? "missing file argument" ;;
3988    esac
3989    as_fn_append CONFIG_FILES " '$ac_optarg'"
3990    ac_need_defaults=false;;
3991  --he | --h |  --help | --hel | -h )
3992    $as_echo "$ac_cs_usage"; exit ;;
3993  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3994  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3995    ac_cs_silent=: ;;
3996
3997  # This is an error.
3998  -*) as_fn_error $? "unrecognized option: \`$1'
3999Try \`$0 --help' for more information." ;;
4000
4001  *) as_fn_append ac_config_targets " $1"
4002     ac_need_defaults=false ;;
4003
4004  esac
4005  shift
4006done
4007
4008ac_configure_extra_args=
4009
4010if $ac_cs_silent; then
4011  exec 6>/dev/null
4012  ac_configure_extra_args="$ac_configure_extra_args --silent"
4013fi
4014
4015_ACEOF
4016cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4017if \$ac_cs_recheck; then
4018  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4019  shift
4020  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4021  CONFIG_SHELL='$SHELL'
4022  export CONFIG_SHELL
4023  exec "\$@"
4024fi
4025
4026_ACEOF
4027cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4028exec 5>>config.log
4029{
4030  echo
4031  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
4032@%:@@%:@ Running $as_me. @%:@@%:@
4033_ASBOX
4034  $as_echo "$ac_log"
4035} >&5
4036
4037_ACEOF
4038cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4039_ACEOF
4040
4041cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4042
4043# Handling of arguments.
4044for ac_config_target in $ac_config_targets
4045do
4046  case $ac_config_target in
4047    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4048    "rsnapshot") CONFIG_FILES="$CONFIG_FILES rsnapshot:rsnapshot-program.pl" ;;
4049    "rsnapshot-diff") CONFIG_FILES="$CONFIG_FILES rsnapshot-diff:rsnapshot-diff.pl" ;;
4050    "rsnapshot.conf.default") CONFIG_FILES="$CONFIG_FILES rsnapshot.conf.default:rsnapshot.conf.default.in" ;;
4051    "t/rsync/conf/rsync.conf") CONFIG_FILES="$CONFIG_FILES t/rsync/conf/rsync.conf" ;;
4052    "t/rsync/rsync.t") CONFIG_FILES="$CONFIG_FILES t/rsync/rsync.t" ;;
4053    "t/ssh_args/ssh_args.t") CONFIG_FILES="$CONFIG_FILES t/ssh_args/ssh_args.t" ;;
4054    "t/ssh_args/conf/ssh_args.conf") CONFIG_FILES="$CONFIG_FILES t/ssh_args/conf/ssh_args.conf" ;;
4055    "t/ssh_args/conf/ssh_args_inline.conf") CONFIG_FILES="$CONFIG_FILES t/ssh_args/conf/ssh_args_inline.conf" ;;
4056    "t/native_cp_al/conf/native_cp_al.conf") CONFIG_FILES="$CONFIG_FILES t/native_cp_al/conf/native_cp_al.conf" ;;
4057    "t/native_cp_al/native_cp_al.t") CONFIG_FILES="$CONFIG_FILES t/native_cp_al/native_cp_al.t" ;;
4058    "t/rsnapshot_meta/rsnapshot_meta.t") CONFIG_FILES="$CONFIG_FILES t/rsnapshot_meta/rsnapshot_meta.t" ;;
4059    "t/link-dest_-t_when_only_one_snapshot/link-dest_-t_when_only_one_snapshot.t") CONFIG_FILES="$CONFIG_FILES t/link-dest_-t_when_only_one_snapshot/link-dest_-t_when_only_one_snapshot.t" ;;
4060    "t/link-dest_-t_when_only_one_snapshot/conf/link-dest_-t_when_only_one_snapshot.conf") CONFIG_FILES="$CONFIG_FILES t/link-dest_-t_when_only_one_snapshot/conf/link-dest_-t_when_only_one_snapshot.conf" ;;
4061    "t/relative_delete_bugfix/relative_delete_bugfix.t") CONFIG_FILES="$CONFIG_FILES t/relative_delete_bugfix/relative_delete_bugfix.t" ;;
4062    "t/relative_delete_bugfix/conf/relative_delete_bugfix.conf") CONFIG_FILES="$CONFIG_FILES t/relative_delete_bugfix/conf/relative_delete_bugfix.conf" ;;
4063    "t/rsync-exitcode/rsync-exitcode.t") CONFIG_FILES="$CONFIG_FILES t/rsync-exitcode/rsync-exitcode.t" ;;
4064    "t/rsync-exitcode/conf/rsync-exitcode-good.conf") CONFIG_FILES="$CONFIG_FILES t/rsync-exitcode/conf/rsync-exitcode-good.conf" ;;
4065    "t/rsync-exitcode/conf/rsync-exitcode-bad.conf") CONFIG_FILES="$CONFIG_FILES t/rsync-exitcode/conf/rsync-exitcode-bad.conf" ;;
4066    "t/backup_exec/backup_exec.t") CONFIG_FILES="$CONFIG_FILES t/backup_exec/backup_exec.t" ;;
4067    "t/backup_exec/conf/backup_exec_fail.conf") CONFIG_FILES="$CONFIG_FILES t/backup_exec/conf/backup_exec_fail.conf" ;;
4068    "t/backup_exec/conf/backup_exec.conf") CONFIG_FILES="$CONFIG_FILES t/backup_exec/conf/backup_exec.conf" ;;
4069    "t/gnu_cp/conf/gnu_cp.conf") CONFIG_FILES="$CONFIG_FILES t/gnu_cp/conf/gnu_cp.conf" ;;
4070    "t/gnu_cp/gnu_cp.t") CONFIG_FILES="$CONFIG_FILES t/gnu_cp/gnu_cp.t" ;;
4071    "t/configtest/configtest.t") CONFIG_FILES="$CONFIG_FILES t/configtest/configtest.t" ;;
4072    "t/configtest/conf/configtest.conf") CONFIG_FILES="$CONFIG_FILES t/configtest/conf/configtest.conf" ;;
4073    "t/snapshot_root_with_space/conf/snapshot_root_with_space.conf") CONFIG_FILES="$CONFIG_FILES t/snapshot_root_with_space/conf/snapshot_root_with_space.conf" ;;
4074    "t/snapshot_root_with_space/snapshot_root_with_space.t") CONFIG_FILES="$CONFIG_FILES t/snapshot_root_with_space/snapshot_root_with_space.t" ;;
4075    "t/cmd-post_pre-exec/cmd-post_pre-exec.t") CONFIG_FILES="$CONFIG_FILES t/cmd-post_pre-exec/cmd-post_pre-exec.t" ;;
4076    "t/cmd-post_pre-exec/conf/pre-true-post-true.conf") CONFIG_FILES="$CONFIG_FILES t/cmd-post_pre-exec/conf/pre-true-post-true.conf" ;;
4077    "t/cmd-post_pre-exec/conf/pre-false-post-false.conf") CONFIG_FILES="$CONFIG_FILES t/cmd-post_pre-exec/conf/pre-false-post-false.conf" ;;
4078    "t/cmd-post_pre-exec/conf/pre-true-post-false.conf") CONFIG_FILES="$CONFIG_FILES t/cmd-post_pre-exec/conf/pre-true-post-false.conf" ;;
4079    "t/cmd-post_pre-exec/conf/pre-false-post-true.conf") CONFIG_FILES="$CONFIG_FILES t/cmd-post_pre-exec/conf/pre-false-post-true.conf" ;;
4080    "t/SysWrap.pm") CONFIG_FILES="$CONFIG_FILES t/SysWrap.pm" ;;
4081    "t/long_and_short_args/long_and_short_args.t") CONFIG_FILES="$CONFIG_FILES t/long_and_short_args/long_and_short_args.t" ;;
4082    "t/long_and_short_args/conf/long_and_short_args.conf") CONFIG_FILES="$CONFIG_FILES t/long_and_short_args/conf/long_and_short_args.conf" ;;
4083    "t/long_and_short_args/conf/long_and_short_args_inline.conf") CONFIG_FILES="$CONFIG_FILES t/long_and_short_args/conf/long_and_short_args_inline.conf" ;;
4084
4085  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4086  esac
4087done
4088
4089
4090# If the user did not use the arguments to specify the items to instantiate,
4091# then the envvar interface is used.  Set only those that are not.
4092# We use the long form for the default assignment because of an extremely
4093# bizarre bug on SunOS 4.1.3.
4094if $ac_need_defaults; then
4095  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4096fi
4097
4098# Have a temporary directory for convenience.  Make it in the build tree
4099# simply because there is no reason against having it here, and in addition,
4100# creating and moving files from /tmp can sometimes cause problems.
4101# Hook for its removal unless debugging.
4102# Note that there is a small window in which the directory will not be cleaned:
4103# after its creation but before its name has been assigned to `$tmp'.
4104$debug ||
4105{
4106  tmp= ac_tmp=
4107  trap 'exit_status=$?
4108  : "${ac_tmp:=$tmp}"
4109  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4110' 0
4111  trap 'as_fn_exit 1' 1 2 13 15
4112}
4113# Create a (secure) tmp directory for tmp files.
4114
4115{
4116  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4117  test -d "$tmp"
4118}  ||
4119{
4120  tmp=./conf$$-$RANDOM
4121  (umask 077 && mkdir "$tmp")
4122} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4123ac_tmp=$tmp
4124
4125# Set up the scripts for CONFIG_FILES section.
4126# No need to generate them if there are no CONFIG_FILES.
4127# This happens for instance with `./config.status config.h'.
4128if test -n "$CONFIG_FILES"; then
4129
4130
4131ac_cr=`echo X | tr X '\015'`
4132# On cygwin, bash can eat \r inside `` if the user requested igncr.
4133# But we know of no other shell where ac_cr would be empty at this
4134# point, so we can use a bashism as a fallback.
4135if test "x$ac_cr" = x; then
4136  eval ac_cr=\$\'\\r\'
4137fi
4138ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4139if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4140  ac_cs_awk_cr='\\r'
4141else
4142  ac_cs_awk_cr=$ac_cr
4143fi
4144
4145echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4146_ACEOF
4147
4148
4149{
4150  echo "cat >conf$$subs.awk <<_ACEOF" &&
4151  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4152  echo "_ACEOF"
4153} >conf$$subs.sh ||
4154  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4155ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4156ac_delim='%!_!# '
4157for ac_last_try in false false false false false :; do
4158  . ./conf$$subs.sh ||
4159    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4160
4161  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4162  if test $ac_delim_n = $ac_delim_num; then
4163    break
4164  elif $ac_last_try; then
4165    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4166  else
4167    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4168  fi
4169done
4170rm -f conf$$subs.sh
4171
4172cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4173cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4174_ACEOF
4175sed -n '
4176h
4177s/^/S["/; s/!.*/"]=/
4178p
4179g
4180s/^[^!]*!//
4181:repl
4182t repl
4183s/'"$ac_delim"'$//
4184t delim
4185:nl
4186h
4187s/\(.\{148\}\)..*/\1/
4188t more1
4189s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4190p
4191n
4192b repl
4193:more1
4194s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4195p
4196g
4197s/.\{148\}//
4198t nl
4199:delim
4200h
4201s/\(.\{148\}\)..*/\1/
4202t more2
4203s/["\\]/\\&/g; s/^/"/; s/$/"/
4204p
4205b
4206:more2
4207s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4208p
4209g
4210s/.\{148\}//
4211t delim
4212' <conf$$subs.awk | sed '
4213/^[^""]/{
4214  N
4215  s/\n//
4216}
4217' >>$CONFIG_STATUS || ac_write_fail=1
4218rm -f conf$$subs.awk
4219cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4220_ACAWK
4221cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4222  for (key in S) S_is_set[key] = 1
4223  FS = ""
4224
4225}
4226{
4227  line = $ 0
4228  nfields = split(line, field, "@")
4229  substed = 0
4230  len = length(field[1])
4231  for (i = 2; i < nfields; i++) {
4232    key = field[i]
4233    keylen = length(key)
4234    if (S_is_set[key]) {
4235      value = S[key]
4236      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4237      len += length(value) + length(field[++i])
4238      substed = 1
4239    } else
4240      len += 1 + keylen
4241  }
4242
4243  print line
4244}
4245
4246_ACAWK
4247_ACEOF
4248cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4249if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4250  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4251else
4252  cat
4253fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4254  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4255_ACEOF
4256
4257# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4258# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4259# trailing colons and then remove the whole line if VPATH becomes empty
4260# (actually we leave an empty line to preserve line numbers).
4261if test "x$srcdir" = x.; then
4262  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
4263h
4264s///
4265s/^/:/
4266s/[	 ]*$/:/
4267s/:\$(srcdir):/:/g
4268s/:\${srcdir}:/:/g
4269s/:@srcdir@:/:/g
4270s/^:*//
4271s/:*$//
4272x
4273s/\(=[	 ]*\).*/\1/
4274G
4275s/\n//
4276s/^[^=]*=[	 ]*$//
4277}'
4278fi
4279
4280cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4281fi # test -n "$CONFIG_FILES"
4282
4283
4284eval set X "  :F $CONFIG_FILES      "
4285shift
4286for ac_tag
4287do
4288  case $ac_tag in
4289  :[FHLC]) ac_mode=$ac_tag; continue;;
4290  esac
4291  case $ac_mode$ac_tag in
4292  :[FHL]*:*);;
4293  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4294  :[FH]-) ac_tag=-:-;;
4295  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4296  esac
4297  ac_save_IFS=$IFS
4298  IFS=:
4299  set x $ac_tag
4300  IFS=$ac_save_IFS
4301  shift
4302  ac_file=$1
4303  shift
4304
4305  case $ac_mode in
4306  :L) ac_source=$1;;
4307  :[FH])
4308    ac_file_inputs=
4309    for ac_f
4310    do
4311      case $ac_f in
4312      -) ac_f="$ac_tmp/stdin";;
4313      *) # Look for the file first in the build tree, then in the source tree
4314	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
4315	 # because $ac_f cannot contain `:'.
4316	 test -f "$ac_f" ||
4317	   case $ac_f in
4318	   [\\/$]*) false;;
4319	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4320	   esac ||
4321	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4322      esac
4323      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4324      as_fn_append ac_file_inputs " '$ac_f'"
4325    done
4326
4327    # Let's still pretend it is `configure' which instantiates (i.e., don't
4328    # use $as_me), people would be surprised to read:
4329    #    /* config.h.  Generated by config.status.  */
4330    configure_input='Generated from '`
4331	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4332	`' by configure.'
4333    if test x"$ac_file" != x-; then
4334      configure_input="$ac_file.  $configure_input"
4335      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4336$as_echo "$as_me: creating $ac_file" >&6;}
4337    fi
4338    # Neutralize special characters interpreted by sed in replacement strings.
4339    case $configure_input in #(
4340    *\&* | *\|* | *\\* )
4341       ac_sed_conf_input=`$as_echo "$configure_input" |
4342       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4343    *) ac_sed_conf_input=$configure_input;;
4344    esac
4345
4346    case $ac_tag in
4347    *:-:* | *:-) cat >"$ac_tmp/stdin" \
4348      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4349    esac
4350    ;;
4351  esac
4352
4353  ac_dir=`$as_dirname -- "$ac_file" ||
4354$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4355	 X"$ac_file" : 'X\(//\)[^/]' \| \
4356	 X"$ac_file" : 'X\(//\)$' \| \
4357	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4358$as_echo X"$ac_file" |
4359    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4360	    s//\1/
4361	    q
4362	  }
4363	  /^X\(\/\/\)[^/].*/{
4364	    s//\1/
4365	    q
4366	  }
4367	  /^X\(\/\/\)$/{
4368	    s//\1/
4369	    q
4370	  }
4371	  /^X\(\/\).*/{
4372	    s//\1/
4373	    q
4374	  }
4375	  s/.*/./; q'`
4376  as_dir="$ac_dir"; as_fn_mkdir_p
4377  ac_builddir=.
4378
4379case "$ac_dir" in
4380.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4381*)
4382  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4383  # A ".." for each directory in $ac_dir_suffix.
4384  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4385  case $ac_top_builddir_sub in
4386  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4387  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4388  esac ;;
4389esac
4390ac_abs_top_builddir=$ac_pwd
4391ac_abs_builddir=$ac_pwd$ac_dir_suffix
4392# for backward compatibility:
4393ac_top_builddir=$ac_top_build_prefix
4394
4395case $srcdir in
4396  .)  # We are building in place.
4397    ac_srcdir=.
4398    ac_top_srcdir=$ac_top_builddir_sub
4399    ac_abs_top_srcdir=$ac_pwd ;;
4400  [\\/]* | ?:[\\/]* )  # Absolute name.
4401    ac_srcdir=$srcdir$ac_dir_suffix;
4402    ac_top_srcdir=$srcdir
4403    ac_abs_top_srcdir=$srcdir ;;
4404  *) # Relative name.
4405    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4406    ac_top_srcdir=$ac_top_build_prefix$srcdir
4407    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4408esac
4409ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4410
4411
4412  case $ac_mode in
4413  :F)
4414  #
4415  # CONFIG_FILE
4416  #
4417
4418  case $INSTALL in
4419  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4420  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4421  esac
4422  ac_MKDIR_P=$MKDIR_P
4423  case $MKDIR_P in
4424  [\\/$]* | ?:[\\/]* ) ;;
4425  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4426  esac
4427_ACEOF
4428
4429cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4430# If the template does not know about datarootdir, expand it.
4431# FIXME: This hack should be removed a few years after 2.60.
4432ac_datarootdir_hack=; ac_datarootdir_seen=
4433ac_sed_dataroot='
4434/datarootdir/ {
4435  p
4436  q
4437}
4438/@datadir@/p
4439/@docdir@/p
4440/@infodir@/p
4441/@localedir@/p
4442/@mandir@/p'
4443case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4444*datarootdir*) ac_datarootdir_seen=yes;;
4445*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4446  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4447$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4448_ACEOF
4449cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4450  ac_datarootdir_hack='
4451  s&@datadir@&$datadir&g
4452  s&@docdir@&$docdir&g
4453  s&@infodir@&$infodir&g
4454  s&@localedir@&$localedir&g
4455  s&@mandir@&$mandir&g
4456  s&\\\${datarootdir}&$datarootdir&g' ;;
4457esac
4458_ACEOF
4459
4460# Neutralize VPATH when `$srcdir' = `.'.
4461# Shell code in configure.ac might set extrasub.
4462# FIXME: do we really want to maintain this feature?
4463cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4464ac_sed_extra="$ac_vpsub
4465$extrasub
4466_ACEOF
4467cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4468:t
4469/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4470s|@configure_input@|$ac_sed_conf_input|;t t
4471s&@top_builddir@&$ac_top_builddir_sub&;t t
4472s&@top_build_prefix@&$ac_top_build_prefix&;t t
4473s&@srcdir@&$ac_srcdir&;t t
4474s&@abs_srcdir@&$ac_abs_srcdir&;t t
4475s&@top_srcdir@&$ac_top_srcdir&;t t
4476s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4477s&@builddir@&$ac_builddir&;t t
4478s&@abs_builddir@&$ac_abs_builddir&;t t
4479s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4480s&@INSTALL@&$ac_INSTALL&;t t
4481s&@MKDIR_P@&$ac_MKDIR_P&;t t
4482$ac_datarootdir_hack
4483"
4484eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4485  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4486
4487test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4488  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4489  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
4490      "$ac_tmp/out"`; test -z "$ac_out"; } &&
4491  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4492which seems to be undefined.  Please make sure it is defined" >&5
4493$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4494which seems to be undefined.  Please make sure it is defined" >&2;}
4495
4496  rm -f "$ac_tmp/stdin"
4497  case $ac_file in
4498  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4499  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4500  esac \
4501  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4502 ;;
4503
4504
4505
4506  esac
4507
4508done # for ac_tag
4509
4510
4511as_fn_exit 0
4512_ACEOF
4513ac_clean_files=$ac_clean_files_save
4514
4515test $ac_write_fail = 0 ||
4516  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4517
4518
4519# configure is writing to config.log, and then calls config.status.
4520# config.status does its own redirection, appending to config.log.
4521# Unfortunately, on DOS this fails, as config.log is still kept open
4522# by configure, so config.status won't be able to write to it; its
4523# output is simply discarded.  So we exec the FD to /dev/null,
4524# effectively closing config.log, so it can be properly (re)opened and
4525# appended to by config.status.  When coming back to configure, we
4526# need to make the FD available again.
4527if test "$no_create" != yes; then
4528  ac_cs_success=:
4529  ac_config_status_args=
4530  test "$silent" = yes &&
4531    ac_config_status_args="$ac_config_status_args --quiet"
4532  exec 5>/dev/null
4533  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4534  exec 5>>config.log
4535  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4536  # would make configure fail if this is the last instruction.
4537  $ac_cs_success || as_fn_exit 1
4538fi
4539if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4540  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4541$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4542fi
4543
4544
4545echo ""
4546echo "Now type  \"make test\"    to run the regression test suite."
4547echo "Then type \"make install\" to install the program."
4548echo ""
4549
4550if test ! -e "$RSNAPSHOT_SYSCONFDIR/rsnapshot.conf"; then
4551	echo "After rsnapshot is installed, don't forget to copy"
4552	echo "$RSNAPSHOT_SYSCONFDIR/rsnapshot.conf.default to $RSNAPSHOT_SYSCONFDIR/rsnapshot.conf"
4553	echo ""
4554fi
4555