* README.cvs: mention gettextize breakage and "cvs up -C"

workaround.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7661 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-12-08 18:01:25 +00:00
parent 2dbd57d31d
commit 33d989eb1e
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-12-08 Derek Atkins <derek@ihtfp.com>
* README.cvs: mention gettextize breakage and "cvs up -C"
workaround.
2002-12-08 Christian Stimming <stimming@tuhh.de>
* src/report/report-system/commodity-utilities.scm: For

View File

@ -18,6 +18,20 @@ Owen Taylor.
If in doubt, you can run autogen.sh, run ./configure --help,
then re-run autogen.sh with your options.
+ Some versions of gettextize don't deal well with re-running themselves.
You will see this as an error like:
configure.in:1141: error: `intl/Makefile' is already registered with
AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded
from... configure.in:1141: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
**Error**: autoheader failed.
If you see this error, you may need to run "cvs update -C" to pull down
the repository versions of configure.in and/or Makefile.am in various places.
NOTE WELL: using "-C" will over-write any local changes you may have.
When making changes to GnuCash and trying to commit to the repository:
+ Ask first. If your changes are major, or could possibly break existing