]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/demos/tunala/autoungunk.sh
add: execute openssl fetcher to fetch openssl 1.0.1j
[cassiopeia.git] / lib / openssl / demos / tunala / autoungunk.sh
diff --git a/lib/openssl/demos/tunala/autoungunk.sh b/lib/openssl/demos/tunala/autoungunk.sh
new file mode 100755 (executable)
index 0000000..2179088
--- /dev/null
@@ -0,0 +1,19 @@
+#!/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 depcomp
+rm -rf autom4te.cache