summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/demos/tunala/autoungunk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/demos/tunala/autoungunk.sh')
-rwxr-xr-xcrypto/openssl/demos/tunala/autoungunk.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/openssl/demos/tunala/autoungunk.sh b/crypto/openssl/demos/tunala/autoungunk.sh
new file mode 100755
index 0000000..0c9123b
--- /dev/null
+++ b/crypto/openssl/demos/tunala/autoungunk.sh
@@ -0,0 +1,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.plain; then
+ if test -f Makefile; then
+ make distclean
+ fi
+ mv Makefile.plain Makefile
+else
+ make clean
+fi
+
+rm -f aclocal.m4 config.* configure install-sh \
+ missing mkinstalldirs stamp-h.* Makefile.in \
+ ltconfig ltmain.sh
OpenPOWER on IntegriCloud