1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 05:20:30 +02:00

Run automake after everything else, as per Tom Tromey's advice.

This commit is contained in:
Jim Blandy 1999-09-17 17:10:25 +00:00
parent f89a27fae7
commit 14a7a25d4d

View file

@ -90,9 +90,9 @@ Spiffing checklist:
* Rebuild all generated files in the source tree:
+ Install the .m4 files where aclocal will find them.
+ Run aclocal.
+ Run automake.
+ Run autoconf.
+ Run autoheader.
+ Run automake.
* Verify that Guile builds and runs in your working directory.
* Run the test suite, in guile-modules/test-suite.
* Commit all changes to the CVS repository.