opensc/bootstrap
2003-04-21 12:45:16 +00:00

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