opensc/bootstrap
alonbl 886d6ac3ca Add --force to autoreconf
git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3479 c6295689-39f2-0310-b995-f0e70906c6a9
2008-04-18 20:37:55 +00:00

11 lines
203 B
Bash
Executable File

#!/bin/sh
set -e
set -x
if test -f Makefile; then
make distclean
fi
rm -rf *~ *.cache *.m4 config.guess config.log \
config.status config.sub depcomp ltmain.sh
autoreconf --verbose --install --force