diff options
author | Micah Anderson <micah@riseup.net> | 2006-01-20 00:10:58 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-01-20 00:10:58 +0000 |
commit | eac987023c4ef155d58a3cb34f9a21d9043f65bb (patch) | |
tree | 4b26f2ed1aa80badab243ed51a6c438f1c24db5b /TODO | |
parent | cfb621ce68bb784958ba3589c299ca06f2b105f5 (diff) | |
download | backupninja-eac987023c4ef155d58a3cb34f9a21d9043f65bb.tar.gz backupninja-eac987023c4ef155d58a3cb34f9a21d9043f65bb.tar.bz2 |
configure script should not be in svn, but instead generated on release
configure.in modified to be more selective about finding bash
configure.in modified for 0.9.3 release
autogen.sh modified to create config.guess and config.sub for release
changelog updated about autoconf changes
Removed /bin/bash TODO line
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ you are working on it! . Fix all bugs reported on the Debian BTS: http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=backupninja&archive=no -. Figure out why configure decides to use /bin/sh for bash when - it shouldn't (Debian bug #346303) - . Make ninjahelper allow you to pick what type of backup you want (instead of just assuming you want local-to-remote, or push backups. Some people want local-to-local, or remote-to-local, or pull backups). This has been |