opensc/bootstrap

11 lines
169 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
set -x
if test -f Makefile; then
make distclean
fi
rm -rf *.cache *.status *.log *.m4
cat aclocal/*.m4 > acinclude.m4
autoreconf --verbose --install