Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / mkauto.sh
CommitLineData
f1439a63 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
f160b7b8 6# It's nice to be able to run this from inside the unix subdir as
7# well as from outside.
8test -f unix.h && cd ..
9
44747c53 10# Run autoconf on our real configure.in.
11(cd unix && autoreconf -i && rm -rf autom4te.cache)