summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/demos/tunala/autoungunk.sh
blob: 14d10790fd871989a037f36e43bcc8f73891a3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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
OpenPOWER on IntegriCloud