mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
72130ba79a
commit
08233bed9d
12
ChangeLog
12
ChangeLog
@ -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
|
||||
|
@ -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=.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user