]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mkauto.sh
Fix another error-reporting bug, in which sk_newlistener would fail to
[PuTTY.git] / mkauto.sh
index 5e394f8db139accc5681ff4b45d9c205adc5a0b3..4a467a51b7a9e4fd7fd058663955109ca7913b0e 100755 (executable)
--- 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)