root/releases/opensc-0.8.0/bootstrap

Revision 1274, 223 bytes (checked in by aet, 5 years ago)

For crying out loud, hands off. There is a fucking
reason for these files to be removed manually.

  • 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 \
9config.status config.sub depcomp ltmain.sh
10cat aclocal/*.m4 > acinclude.m4
11autoreconf --verbose --install
Note: See TracBrowser for help on using the browser.