Move generation of the "configure" script into its own script so that
[u/mdw/putty] / mkauto.sh
1 #! /bin/sh
2 # This script makes the autoconf mechanism for the Unix port work.
3 # It's separate from mkfiles.pl because it won't work (and isn't needed)
4 # on a non-Unix system.
5
6 # Track down automake's copy of install-sh
7 cp `aclocal --print-ac-dir | sed 's/aclocal$/automake/'`/install-sh unix/.
8 (cd unix && autoreconf && rm -rf aclocal.m4 autom4te.cache)