HOWTO-RELEASE: include automake --add-missing
This is necessary since automake files were removed from the repository recently.
This commit is contained in:
parent
c749cc4f26
commit
f1b67d2432
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ How to make a new release of GNU Stow
|
||||||
- Generate stow, chkstow, and lib/Stow.pm via:
|
- Generate stow, chkstow, and lib/Stow.pm via:
|
||||||
|
|
||||||
eval `perl -V:siteprefix`
|
eval `perl -V:siteprefix`
|
||||||
|
automake --add-missing
|
||||||
./configure --prefix=$siteprefix && make
|
./configure --prefix=$siteprefix && make
|
||||||
|
|
||||||
(N.B. the CPAN distribution will contain these files, whereas
|
(N.B. the CPAN distribution will contain these files, whereas
|
||||||
|
|
Loading…
Reference in a new issue