]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mkauto.sh
first pass
[PuTTY.git] / mkauto.sh
index 5e394f8db139accc5681ff4b45d9c205adc5a0b3..9759438f878072e20e7f0457344a5515293fab35 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.
+autoreconf -i && rm -rf autom4te.cache