diff options
Diffstat (limited to 'demos/tunala/autoungunk.sh')
-rwxr-xr-x | demos/tunala/autoungunk.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/demos/tunala/autoungunk.sh b/demos/tunala/autoungunk.sh deleted file mode 100755 index 21790880d7..0000000000 --- a/demos/tunala/autoungunk.sh +++ /dev/null @@ -1,19 +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 depcomp -rm -rf autom4te.cache |