summaryrefslogtreecommitdiff
path: root/cleanup
blob: 89bb1ee7ced5e361267eb284aa1423c05e8ecb1f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
#-- remove old configuration files
#
rm -f depcomp missing install-sh mkinstalldirs libtool acconfig.h
rm -f configure Makefile.in config.status config.log config.guess config.cache 
rm -f aclocal.m4 ltmain.sh config.sub
rm -rf autom4te.cache Makefile Makefile.in *.lo *~ deleteme.*
#
#-- end