Skip to content
Snippets Groups Projects
Commit 9fe425c2 authored by Simon Tatham's avatar Simon Tatham
Browse files

It's nice to be able to run mkauto.sh from inside the unix subdir as

well as from outside.

[originally from svn r7963]
parent ed085ca8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment