opensc/bootstrap
2002-12-10 14:31:08 +00:00

14 lines
228 B
Bash
Executable File

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