freebsd-dev/crypto/openssl/demos/tunala/autoungunk.sh
Mark Murray 5c87c606cd Vendor import of OpenSSL release 0.9.7. This release includes
support for AES and OpenBSD's hardware crypto.
2003-01-28 21:43:22 +00:00

19 lines
423 B
Bash
Executable File

#!/bin/sh
# This script tries to clean up as much as is possible from whatever diabolical
# mess has been left in the directory thanks to autoconf, automake, and their
# friends.
if test -f Makefile; then
make distclean
rm -f Makefile
fi
if test -f Makefile.plain; then
mv Makefile.plain Makefile
fi
rm -f aclocal.m4 config.* configure install-sh \
missing mkinstalldirs stamp-h.* Makefile.in \
ltconfig ltmain.sh