OSDN Git Service

Add options for disabling weak encryption methods.
[ffftp/ffftp.git] / putty / MKAUTO.SH
1 #! /bin/sh\r
2 # This script makes the autoconf mechanism for the Unix port work.\r
3 # It's separate from mkfiles.pl because it won't work (and isn't needed)\r
4 # on a non-Unix system.\r
5 \r
6 # It's nice to be able to run this from inside the unix subdir as\r
7 # well as from outside.\r
8 test -f unix.h && cd ..\r
9 \r
10 # Run autoconf on our real configure.in.\r
11 (cd unix && autoreconf -i && rm -rf autom4te.cache)\r