root/releases/opensc-0.11.5/bootstrap

Revision 3479, 203 bytes (checked in by alonbl, 9 months ago)

Add --force to autoreconf

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
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 browser.