~ubuntu-branches/ubuntu/edgy/backupninja/edgy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2005-12-29 14:21:48 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051229142148-r76d1ceay4vh1zxl
Tags: 0.9.2-1
New upstream release
. Update backupninja.conf.5 man page to include "when" 
and "vservers" (Closes: #338512)
. Updated debian/control to Depend: on bash (Closes: #338795)
. Fixed broken toint() causing backups not to run when set to "everyday"
(Closes: #341881)
. Trac handler mkdir subdirectory problem fixed (Closes: #344156)
. Ninjahelper rdiff-backup fixes
. Linux-Vserver related functions added for ninjahelper
. New Linux-Vserver related functions added to dup and pgsql helpers
. Code re-factoring to make shared functions more available
. Pgsql and mysql helper bugfixes
. Duplicity handler fixed globbing support in include and exclude options
(Closes: #338796)
. Duplicity ninjahelper added (Closes: #340640)
. Ninjahelper man page added (Closes: #341239)

Show diffs side-by-side

added added

removed removed

Lines of Context:
878
878
    else
879
879
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
880
880
    fi
881
 
    cd $ac_popdir
 
881
    cd "$ac_popdir"
882
882
  done
883
883
fi
884
884
 
1736
1736
 
1737
1737
# Checks for library functions.
1738
1738
 
1739
 
                                                            ac_config_files="$ac_config_files Makefile etc/Makefile examples/Makefile handlers/Makefile man/Makefile src/Makefile"
 
1739
                                                                      ac_config_files="$ac_config_files Makefile etc/Makefile examples/Makefile handlers/Makefile lib/Makefile man/Makefile src/Makefile"
1740
1740
 
1741
1741
 
1742
1742
          ac_config_files="$ac_config_files backupninja.spec"
2295
2295
  "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
2296
2296
  "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
2297
2297
  "handlers/Makefile" ) CONFIG_FILES="$CONFIG_FILES handlers/Makefile" ;;
 
2298
  "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
2298
2299
  "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
2299
2300
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
2300
2301
  "backupninja.spec" ) CONFIG_FILES="$CONFIG_FILES backupninja.spec" ;;
2573
2574
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
2574
2575
  esac
2575
2576
 
2576
 
  if test x"$ac_file" != x-; then
2577
 
    { echo "$as_me:$LINENO: creating $ac_file" >&5
2578
 
echo "$as_me: creating $ac_file" >&6;}
2579
 
    rm -f "$ac_file"
2580
 
  fi
2581
2577
  # Let's still pretend it is `configure' which instantiates (i.e., don't
2582
2578
  # use $as_me), people would be surprised to read:
2583
2579
  #    /* config.h.  Generated by config.status.  */
2616
2612
         fi;;
2617
2613
      esac
2618
2614
    done` || { (exit 1); exit 1; }
 
2615
 
 
2616
  if test x"$ac_file" != x-; then
 
2617
    { echo "$as_me:$LINENO: creating $ac_file" >&5
 
2618
echo "$as_me: creating $ac_file" >&6;}
 
2619
    rm -f "$ac_file"
 
2620
  fi
2619
2621
_ACEOF
2620
2622
cat >>$CONFIG_STATUS <<_ACEOF
2621
2623
  sed "$ac_vpsub