source: trunk/bootstrap @ 87

Revision 87, 203 bytes checked in by alonbl, 4 years ago (diff)

Add --force to autoreconf

  • Property svn:executable set to *
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 repository browser.