Halting the cashutil branch until further notice - development continues outside svn

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/cashutil@13272 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Neil Williams 2006-02-15 23:20:31 +00:00
parent 72130ba79a
commit 08233bed9d
3 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2006-02-15 Neil Williams <linux@codehelp.co.uk>
* autogen.sh :
* configure.ac : Add notice:
CashUtil development within gnucash has halted.
It may or may not be revived after gnucash 2.0.0 -
development has restarted outside gnucash, see
http://www.linux.codehelp.co.uk/cashutil/
This branch is NOT suitable for merging back into
the svn trunk.
2006-01-11 Neil Williams <linux@codehelp.co.uk>
Preparing the gnucash2 binary and shutting

View File

@ -1,6 +1,12 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
echo CashUtil development within gnucash has halted.
echo It may or may not be revived after gnucash 2.0.0 -
echo development has restarted outside gnucash, see
echo http://www.linux.codehelp.co.uk/cashutil/
exit 1
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

View File

@ -1,6 +1,11 @@
## -*-m4-*-
dnl Process this file with autoconf to produce a configure script.
`echo CashUtil development within gnucash has halted.`
`echo It may or may not be revived after gnucash 2.0.0 -`
`echo development has restarted outside gnucash, see`
`echo http://www.linux.codehelp.co.uk/cashutil/`
exit 1
# FILE:
# configure.in