git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2853 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-09-14 17:24:18 +00:00
parent 1faa73ae3c
commit 63361c64c8

View File

@ -14,7 +14,7 @@ possible, if you make a mistake when working on the Makefile.am's to
leave yourself in a situation where automake won't work because a
Makefile is broken. To fix this, just run:
aclocal && autoconf && automake --add-missing
./autogen.sh <your usual arguments to ./configure>
That should sledgehammer the problem bit back into place.