source: trunk/FACT++/erfa/bootstrap.sh

Last change on this file was 18348, checked in by tbretz, 9 years ago
  • Property svn:executable set to *
File size: 116 bytes
Line 
1#!/bin/sh
2
3# ensure m4 dir exists
4mkdir -p m4
5# ensure build-aux exists
6mkdir -p build-aux
7
8autoreconf -s -i -m -f
Note: See TracBrowser for help on using the repository browser.