From 63361c64c8183df8f2f78fa3edb9e092b9384008 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 14 Sep 2000 17:24:18 +0000 Subject: [PATCH] update git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2853 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/README.build-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.build-system b/doc/README.build-system index 9659ac4b87..136c850bfb 100644 --- a/doc/README.build-system +++ b/doc/README.build-system @@ -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 That should sledgehammer the problem bit back into place.