root/branches/opensc-0.9/bootstrap

Revision 1387, 238 bytes (checked in by aet, 5 years ago)

Merge with recent OpenCT changes

  • 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
10(cat aclocal/*.m4 > acinclude.m4 2> /dev/null)
11autoreconf --verbose --install
Note: See TracBrowser for help on using the browser.