source: OpenSC/bootstrap @ 886d6ac3

Revision 886d6ac3, 203 bytes checked in by alonbl <alonbl@…>, 4 years ago (diff)

Add --force to autoreconf

git-svn-id:  https://www.opensc-project.org/svnp/opensc/trunk@3479 c6295689-39f2-0310-b995-f0e70906c6a9

  • Property mode set to 100755
Line 
1#!/bin/sh
2
3set -e
4set -x
5if test -f Makefile; then
6  make distclean
7fi
8rm -rf *~ *.cache *.m4 config.guess config.log \
9        config.status config.sub depcomp ltmain.sh
10autoreconf --verbose --install --force
Note: See TracBrowser for help on using the repository browser.