13 lines
368 B
Plaintext
Executable File
13 lines
368 B
Plaintext
Executable File
[ -e Makefile ] && make clean
|
|
rm -rf autom4te.cache configure Makefile stamp-h1
|
|
rm -rf src/Makefile src/.deps
|
|
rm -rf Makefile.in aclocal.m4 config.log config.h
|
|
rm -rf depcomp missing install-sh config.status
|
|
mkdir -p m4
|
|
aclocal -I m4
|
|
autoheader
|
|
libtoolize --automake --copy
|
|
automake --gnu --add-missing -c
|
|
autoconf
|
|
rm -rf autom4te.cache config.log libtool stamp-h1*
|