opensc/bootstrap

11 lines
201 B
Bash
Executable File

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