opensc/bootstrap

11 lines
169 B
Bash
Executable File

#!/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