mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
It's nice to be able to run mkauto.sh from inside the unix subdir as
well as from outside. [originally from svn r7963]
This commit is contained in:
parent
ed085ca824
commit
9fe425c281
@ -3,6 +3,10 @@
|
||||
# It's separate from mkfiles.pl because it won't work (and isn't needed)
|
||||
# on a non-Unix system.
|
||||
|
||||
# It's nice to be able to run this from inside the unix subdir as
|
||||
# well as from outside.
|
||||
test -f unix.h && cd ..
|
||||
|
||||
# Track down automake's copy of install-sh
|
||||
cp `aclocal --print-ac-dir | sed 's/aclocal$/automake/'`/install-sh unix/.
|
||||
(cd unix && autoreconf && rm -rf aclocal.m4 autom4te.cache)
|
||||
|
Loading…
Reference in New Issue
Block a user