diff options
author | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
commit | 5dadf34209c288b8fffba1016e6a3c9446381153 (patch) | |
tree | 2ec36232cafd0da10fffda780f08a43c97d70aad /openssl/vendor/0.9.8d/demos/tunala/autoungunk.sh | |
parent | 6fcf9830cfea5236faf42cc3437ed4bed06c16de (diff) |
Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.
svn path=/openssl/Makefile; revision=659
Diffstat (limited to 'openssl/vendor/0.9.8d/demos/tunala/autoungunk.sh')
-rwxr-xr-x | openssl/vendor/0.9.8d/demos/tunala/autoungunk.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/openssl/vendor/0.9.8d/demos/tunala/autoungunk.sh b/openssl/vendor/0.9.8d/demos/tunala/autoungunk.sh deleted file mode 100755 index 0c9123b6..00000000 --- a/openssl/vendor/0.9.8d/demos/tunala/autoungunk.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/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 |