mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-02 21:22:03 +08:00
Fixed #81 by making dist/1-dist.sh less destructive (when automake home unknown).
This commit is contained in:
parent
1702f35c03
commit
e06f93d01d
1 changed files with 1 additions and 1 deletions
2
dist/1-dist.sh
vendored
2
dist/1-dist.sh
vendored
|
@ -7,7 +7,7 @@ aclocal
|
|||
automake --force-missing --add-missing
|
||||
autoconf
|
||||
|
||||
rm -rvf depcomp install-sh missing autom*te.cache
|
||||
rm -rvf autom*te.cache
|
||||
cp -vf /usr/share/automake-1.11/depcomp .
|
||||
cp -vf /usr/share/automake-1.11/install-sh .
|
||||
cp -vf /usr/share/automake-1.11/missing .
|
||||
|
|
Loading…
Reference in a new issue