X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8815b68b87e4bc4830d138fb259f8255230fe954..76d3a838799e8abde2e7ac41fc59ef8785c29a6f:/mkunxarc.sh diff --git a/mkunxarc.sh b/mkunxarc.sh index 8630fffc..8433c383 100755 --- a/mkunxarc.sh +++ b/mkunxarc.sh @@ -28,6 +28,9 @@ esac perl mkfiles.pl (cd doc && make -s ${docver:+"$docver"}) +# 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) relver=`cat LATEST.VER` arcname="putty$arcsuffix"