root/releases/opensc-0.7.0/bootstrap

Revision 371, 227 bytes (checked in by aet, 7 years ago)

Test if Makefile exists before doing make distclean
Remove --gnu from 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 -x
4if test -f Makefile; then
5  make distclean
6fi
7rm -f *.cache *.status *.log *.m4
8cat aclocal/*.m4 > acinclude.m4
9aclocal
10libtoolize --copy --force --automake
11autoheader
12automake --add-missing --copy
13autoreconf
Note: See TracBrowser for help on using the browser.