blob: 607655d07db89da2a12719255e8089abfde8a7a3 [file] [log] [blame]
#!/bin/sh
rm -rf \
AUTHORS \
COPYING \
ChangeLog \
INSTALL \
Makefile \
Makefile.in \
Makefile.orig \
NEWS \
README \
aclocal.m4 \
autom4te.cache \
autoscan.log \
config.guess \
config.h \
config.hin \
config.log \
config.status \
config.sub \
configure \
configure.scan \
depcomp \
.deps \
install-sh \
.libs \
libtool \
ltmain.sh \
Makefile.in \
missing
autoscan
autoheader
aclocal -I ./aclocal
libtoolize --automake
touch NEWS README AUTHORS ChangeLog
autoconf
automake -ac