X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/76d3a838799e8abde2e7ac41fc59ef8785c29a6f..f1439a63836d6fd6a92f8b5c6b2d9c8b95a5f978:/mkauto.sh diff --git a/mkauto.sh b/mkauto.sh new file mode 100755 index 00000000..cdee6221 --- /dev/null +++ b/mkauto.sh @@ -0,0 +1,8 @@ +#! /bin/sh +# This script makes the autoconf mechanism for the Unix port work. +# It's separate from mkfiles.pl because it won't work (and isn't needed) +# on a non-Unix system. + +# 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)