5 # Clean up the generated crud
7 for FILE in compile config.guess config.sub depcomp install-sh ltmain.sh missing mkinstalldirs; do
15 for FILE in aclocal.m4 configure config.h.in; do
16 if test -f $FILE; then
22 for DIR in autom4te.cache; do
29 find . -type f -name 'Makefile.in' -print0 | xargs -r0 rm -f --
30 find . -type f -name 'Makefile' -print0 | xargs -r0 rm -f --
34 if test x"${1}" = x"clean"; then
39 libtoolize --force --copy
41 automake --add-missing --copy --gnu # -Wall