opensc/bootstrap

14 lines
227 B
Bash
Executable File

#!/bin/sh
set -x
if test -f Makefile; then
make distclean
fi
rm -f *.cache *.status *.log *.m4
cat aclocal/*.m4 > acinclude.m4
aclocal
libtoolize --copy --force --automake
autoheader
automake --add-missing --copy
autoreconf