From f1b67d2432436fef638bf068da47c801aacdf2a7 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 9 Nov 2015 09:28:11 +0000 Subject: [PATCH] HOWTO-RELEASE: include automake --add-missing This is necessary since automake files were removed from the repository recently. --- doc/HOWTO-RELEASE | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index 1837f0a..6f8abeb 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -10,6 +10,7 @@ How to make a new release of GNU Stow - Generate stow, chkstow, and lib/Stow.pm via: eval `perl -V:siteprefix` + automake --add-missing ./configure --prefix=$siteprefix && make (N.B. the CPAN distribution will contain these files, whereas