opensc/bootstrap

12 lines
237 B
Plaintext
Raw Normal View History

#!/bin/sh
set -x
make distclean
rm -f *.cache *.status *.log *.m4
cat aclocal/*.m4 > acinclude.m4
aclocal
libtoolize --copy --force --automake
autoheader configure.in > config.h.in
automake --add-missing --copy --force
autoreconf --gnu