root/releases/opensc-0.6.0/bootstrap

Revision 98, 202 bytes (checked in by aet, 7 years ago)

Disable --force for automake

  • 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 -x
4make distclean
5rm -f *.cache *.status *.log *.m4
6cat aclocal/*.m4 > acinclude.m4
7aclocal
8libtoolize --copy --force --automake
9autoheader
10automake --add-missing --copy
11autoreconf --gnu
Note: See TracBrowser for help on using the browser.