X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mkauto.sh;h=4a467a51b7a9e4fd7fd058663955109ca7913b0e;hb=ddfca43402791924161b9a2cb7405e32dba5916e;hp=5e394f8db139accc5681ff4b45d9c205adc5a0b3;hpb=9fe425c2810cf6026542624f2043ddff875451cd;p=PuTTY.git diff --git a/mkauto.sh b/mkauto.sh index 5e394f8d..4a467a51 100755 --- a/mkauto.sh +++ b/mkauto.sh @@ -7,6 +7,5 @@ # 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) +# Run autoconf on our real configure.in. +(cd unix && autoreconf -i && rm -rf autom4te.cache)