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.