opensc/bootstrap
okir ec6c86512e - abort on errors
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@948 c6295689-39f2-0310-b995-f0e70906c6a9
2003-03-11 10:52:09 +00:00

15 lines
235 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
aclocal
libtoolize --copy --force --automake
autoheader
automake --add-missing --copy
autoreconf