~ubuntu-branches/ubuntu/lucid/backupninja/lucid

« back to all changes in this revision

Viewing changes to autom4te.cache/output.1

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2008-07-25 16:19:54 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080725161954-ruo9lvo97ny1z08k
Tags: 0.9.6-3
Removed configure.ac and regenerate the autoconf junk so 
that substitution variables get set properly (Closes: #494728)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@%:@! /bin/sh
2
2
@%:@ Guess values for system-dependent variables and create Makefiles.
3
 
@%:@ Generated by GNU Autoconf 2.61 for backupninja 0.9.5.
 
3
@%:@ Generated by GNU Autoconf 2.61 for backupninja 0.9.6.
4
4
@%:@
5
5
@%:@ Report bugs to <backupninja@lists.riseup.net>.
6
6
@%:@ 
574
574
# Identity of this package.
575
575
PACKAGE_NAME='backupninja'
576
576
PACKAGE_TARNAME='backupninja'
577
 
PACKAGE_VERSION='0.9.5'
578
 
PACKAGE_STRING='backupninja 0.9.5'
 
577
PACKAGE_VERSION='0.9.6'
 
578
PACKAGE_STRING='backupninja 0.9.6'
579
579
PACKAGE_BUGREPORT='backupninja@lists.riseup.net'
580
580
 
581
581
ac_unique_file="src/backupninja.in"
619
619
INSTALL_PROGRAM
620
620
INSTALL_SCRIPT
621
621
INSTALL_DATA
 
622
am__isrc
622
623
CYGPATH_W
623
624
PACKAGE
624
625
VERSION
639
640
am__untar
640
641
BASH
641
642
SED
642
 
MD5SUM
 
643
MKTEMP
643
644
ac_cv_have_rpm
644
645
HAVE_RPM
645
646
LN_S
1152
1153
  # Omit some internal or obsolete options to make the list less imposing.
1153
1154
  # This message is too long to be a string in the A/UX 3.1 sh.
1154
1155
  cat <<_ACEOF
1155
 
\`configure' configures backupninja 0.9.5 to adapt to many kinds of systems.
 
1156
\`configure' configures backupninja 0.9.6 to adapt to many kinds of systems.
1156
1157
 
1157
1158
Usage: $0 [OPTION]... [VAR=VALUE]...
1158
1159
 
1218
1219
 
1219
1220
if test -n "$ac_init_help"; then
1220
1221
  case $ac_init_help in
1221
 
     short | recursive ) echo "Configuration of backupninja 0.9.5:";;
 
1222
     short | recursive ) echo "Configuration of backupninja 0.9.6:";;
1222
1223
   esac
1223
1224
  cat <<\_ACEOF
1224
1225
 
1283
1284
test -n "$ac_init_help" && exit $ac_status
1284
1285
if $ac_init_version; then
1285
1286
  cat <<\_ACEOF
1286
 
backupninja configure 0.9.5
 
1287
backupninja configure 0.9.6
1287
1288
generated by GNU Autoconf 2.61
1288
1289
 
1289
1290
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1297
1298
This file contains any messages produced by compilers while
1298
1299
running configure, to aid debugging if configure makes a mistake.
1299
1300
 
1300
 
It was created by backupninja $as_me 0.9.5, which was
 
1301
It was created by backupninja $as_me 0.9.6, which was
1301
1302
generated by GNU Autoconf 2.61.  Invocation command line was
1302
1303
 
1303
1304
  $ $0 $@
1651
1652
 
1652
1653
 
1653
1654
 
1654
 
am__api_version="1.9"
 
1655
am__api_version='1.10'
 
1656
 
1655
1657
ac_aux_dir=
1656
1658
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1657
1659
  if test -f "$ac_dir/install-sh"; then
1834
1836
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1835
1837
fi
1836
1838
 
1837
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1838
 
  # We used to keeping the `.' as first argument, in order to
1839
 
  # allow $(mkdir_p) to be used without argument.  As in
1840
 
  #   $(mkdir_p) $(somedir)
1841
 
  # where $(somedir) is conditionally defined.  However this is wrong
1842
 
  # for two reasons:
1843
 
  #  1. if the package is installed by a user who cannot write `.'
1844
 
  #     make install will fail,
1845
 
  #  2. the above comment should most certainly read
1846
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
1847
 
  #     so it does not work when $(somedir) is undefined and
1848
 
  #     $(DESTDIR) is not.
1849
 
  #  To support the latter case, we have to write
1850
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1851
 
  #  so the `.' trick is pointless.
1852
 
  mkdir_p='mkdir -p --'
 
1839
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
1840
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
1841
if test -z "$MKDIR_P"; then
 
1842
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1843
  echo $ECHO_N "(cached) $ECHO_C" >&6
1853
1844
else
1854
 
  # On NextStep and OpenStep, the `mkdir' command does not
1855
 
  # recognize any option.  It will interpret all options as
1856
 
  # directories to create, and then abort because `.' already
1857
 
  # exists.
1858
 
  for d in ./-p ./--version;
1859
 
  do
1860
 
    test -d $d && rmdir $d
1861
 
  done
1862
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1863
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
1864
 
    mkdir_p='$(mkinstalldirs)'
 
1845
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1846
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
1847
do
 
1848
  IFS=$as_save_IFS
 
1849
  test -z "$as_dir" && as_dir=.
 
1850
  for ac_prog in mkdir gmkdir; do
 
1851
         for ac_exec_ext in '' $ac_executable_extensions; do
 
1852
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
1853
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
1854
             'mkdir (GNU coreutils) '* | \
 
1855
             'mkdir (coreutils) '* | \
 
1856
             'mkdir (fileutils) '4.1*)
 
1857
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
1858
               break 3;;
 
1859
           esac
 
1860
         done
 
1861
       done
 
1862
done
 
1863
IFS=$as_save_IFS
 
1864
 
 
1865
fi
 
1866
 
 
1867
  if test "${ac_cv_path_mkdir+set}" = set; then
 
1868
    MKDIR_P="$ac_cv_path_mkdir -p"
1865
1869
  else
1866
 
    mkdir_p='$(install_sh) -d'
 
1870
    # As a last resort, use the slow shell script.  Don't cache a
 
1871
    # value for MKDIR_P within a source directory, because that will
 
1872
    # break other packages using the cache if that directory is
 
1873
    # removed, or if the value is a relative name.
 
1874
    test -d ./--version && rmdir ./--version
 
1875
    MKDIR_P="$ac_install_sh -d"
1867
1876
  fi
1868
1877
fi
 
1878
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
1879
echo "${ECHO_T}$MKDIR_P" >&6; }
 
1880
 
 
1881
mkdir_p="$MKDIR_P"
 
1882
case $mkdir_p in
 
1883
  [\\/$]* | ?:[\\/]*) ;;
 
1884
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
1885
esac
1869
1886
 
1870
1887
for ac_prog in gawk mawk nawk awk
1871
1888
do
1948
1965
fi
1949
1966
rmdir .tst 2>/dev/null
1950
1967
 
1951
 
# test to see if srcdir already configured
1952
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1953
 
   test -f $srcdir/config.status; then
1954
 
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
1968
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
1969
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
1970
  # is not polluted with repeated "-I."
 
1971
  am__isrc=' -I$(srcdir)'
 
1972
  # test to see if srcdir already configured
 
1973
  if test -f $srcdir/config.status; then
 
1974
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1955
1975
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1956
1976
   { (exit 1); exit 1; }; }
 
1977
  fi
1957
1978
fi
1958
1979
 
1959
1980
# test whether we have cygpath
1968
1989
 
1969
1990
# Define the identity of the package.
1970
1991
 PACKAGE='backupninja'
1971
 
 VERSION='0.9.5'
 
1992
 VERSION='0.9.6'
1972
1993
 
1973
1994
 
1974
1995
cat >>confdefs.h <<_ACEOF
1996
2017
 
1997
2018
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1998
2019
 
1999
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
2020
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2000
2021
 
2001
2022
# Installed binaries are usually stripped using `strip' when the user
2002
2023
# run `make install-strip'.  However `strip' might not be the right
2100
2121
fi
2101
2122
 
2102
2123
fi
2103
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
2124
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2104
2125
 
2105
2126
# We need awk for the "check" target.  The system "awk" is bad on
2106
2127
# some platforms.
2281
2302
   export AWK
2282
2303
fi
2283
2304
 
2284
 
for ac_prog in md5sum
 
2305
for ac_prog in mktemp
2285
2306
do
2286
2307
  # Extract the first word of "$ac_prog", so it can be a program name with args.
2287
2308
set dummy $ac_prog; ac_word=$2
2288
2309
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2289
2310
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2290
 
if test "${ac_cv_path_MD5SUM+set}" = set; then
 
2311
if test "${ac_cv_path_MKTEMP+set}" = set; then
2291
2312
  echo $ECHO_N "(cached) $ECHO_C" >&6
2292
2313
else
2293
 
  case $MD5SUM in
 
2314
  case $MKTEMP in
2294
2315
  [\\/]* | ?:[\\/]*)
2295
 
  ac_cv_path_MD5SUM="$MD5SUM" # Let the user override the test with a path.
 
2316
  ac_cv_path_MKTEMP="$MKTEMP" # Let the user override the test with a path.
2296
2317
  ;;
2297
2318
  *)
2298
2319
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2302
2323
  test -z "$as_dir" && as_dir=.
2303
2324
  for ac_exec_ext in '' $ac_executable_extensions; do
2304
2325
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2305
 
    ac_cv_path_MD5SUM="$as_dir/$ac_word$ac_exec_ext"
 
2326
    ac_cv_path_MKTEMP="$as_dir/$ac_word$ac_exec_ext"
2306
2327
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2307
2328
    break 2
2308
2329
  fi
2313
2334
  ;;
2314
2335
esac
2315
2336
fi
2316
 
MD5SUM=$ac_cv_path_MD5SUM
2317
 
if test -n "$MD5SUM"; then
2318
 
  { echo "$as_me:$LINENO: result: $MD5SUM" >&5
2319
 
echo "${ECHO_T}$MD5SUM" >&6; }
 
2337
MKTEMP=$ac_cv_path_MKTEMP
 
2338
if test -n "$MKTEMP"; then
 
2339
  { echo "$as_me:$LINENO: result: $MKTEMP" >&5
 
2340
echo "${ECHO_T}$MKTEMP" >&6; }
2320
2341
else
2321
2342
  { echo "$as_me:$LINENO: result: no" >&5
2322
2343
echo "${ECHO_T}no" >&6; }
2323
2344
fi
2324
2345
 
2325
2346
 
2326
 
  test -n "$MD5SUM" && break
 
2347
  test -n "$MKTEMP" && break
2327
2348
done
2328
 
test -n "$MD5SUM" || MD5SUM=""no""
 
2349
test -n "$MKTEMP" || MKTEMP=""no""
2329
2350
 
2330
 
if test x$MD5SUM = "xno"; then
2331
 
    { { echo "$as_me:$LINENO: error: md5sum is required" >&5
2332
 
echo "$as_me: error: md5sum is required" >&2;}
 
2351
if test x$MKTEMPT = "xno"; then
 
2352
    { { echo "$as_me:$LINENO: error: mktemp is required" >&5
 
2353
echo "$as_me: error: mktemp is required" >&2;}
2333
2354
   { (exit 1); exit 1; }; }
2334
2355
fi
2335
2356
 
2887
2908
# report actual input values of CONFIG_FILES etc. instead of their
2888
2909
# values after options handling.
2889
2910
ac_log="
2890
 
This file was extended by backupninja $as_me 0.9.5, which was
 
2911
This file was extended by backupninja $as_me 0.9.6, which was
2891
2912
generated by GNU Autoconf 2.61.  Invocation command line was
2892
2913
 
2893
2914
  CONFIG_FILES    = $CONFIG_FILES
2930
2951
_ACEOF
2931
2952
cat >>$CONFIG_STATUS <<_ACEOF
2932
2953
ac_cs_version="\\
2933
 
backupninja config.status 0.9.5
 
2954
backupninja config.status 0.9.6
2934
2955
configured by $0, generated by GNU Autoconf 2.61,
2935
2956
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2936
2957
 
2941
2962
ac_pwd='$ac_pwd'
2942
2963
srcdir='$srcdir'
2943
2964
INSTALL='$INSTALL'
 
2965
MKDIR_P='$MKDIR_P'
2944
2966
_ACEOF
2945
2967
 
2946
2968
cat >>$CONFIG_STATUS <<\_ACEOF
3137
3159
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3138
3160
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3139
3161
INSTALL_DATA!$INSTALL_DATA$ac_delim
 
3162
am__isrc!$am__isrc$ac_delim
3140
3163
CYGPATH_W!$CYGPATH_W$ac_delim
3141
3164
PACKAGE!$PACKAGE$ac_delim
3142
3165
VERSION!$VERSION$ac_delim
3157
3180
am__untar!$am__untar$ac_delim
3158
3181
BASH!$BASH$ac_delim
3159
3182
SED!$SED$ac_delim
3160
 
MD5SUM!$MD5SUM$ac_delim
 
3183
MKTEMP!$MKTEMP$ac_delim
3161
3184
ac_cv_have_rpm!$ac_cv_have_rpm$ac_delim
3162
3185
HAVE_RPM!$HAVE_RPM$ac_delim
3163
3186
LN_S!$LN_S$ac_delim
3166
3189
LTLIBOBJS!$LTLIBOBJS$ac_delim
3167
3190
_ACEOF
3168
3191
 
3169
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 67; then
 
3192
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 68; then
3170
3193
    break
3171
3194
  elif $ac_last_try; then
3172
3195
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3393
3416
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3394
3417
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3395
3418
  esac
 
3419
  ac_MKDIR_P=$MKDIR_P
 
3420
  case $MKDIR_P in
 
3421
  [\\/$]* | ?:[\\/]* ) ;;
 
3422
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
3423
  esac
3396
3424
_ACEOF
3397
3425
 
3398
3426
cat >>$CONFIG_STATUS <<\_ACEOF
3446
3474
s&@abs_builddir@&$ac_abs_builddir&;t t
3447
3475
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3448
3476
s&@INSTALL@&$ac_INSTALL&;t t
 
3477
s&@MKDIR_P@&$ac_MKDIR_P&;t t
3449
3478
$ac_datarootdir_hack
3450
3479
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3451
3480