From 14a7a25d4d1e61e737415a207ced429ccdd0c94c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 17 Sep 1999 17:10:25 +0000 Subject: [PATCH] Run automake after everything else, as per Tom Tromey's advice. --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index dc4ffbcde..60eeaf443 100644 --- a/RELEASE +++ b/RELEASE @@ -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.