source:
trunk/FACT++/erfa/bootstrap.sh@
18350
Last change on this file since 18350 was 18348, checked in by , 9 years ago | |
---|---|
|
|
File size: 116 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | # ensure m4 dir exists |
4 | mkdir -p m4 |
5 | # ensure build-aux exists |
6 | mkdir -p build-aux |
7 | |
8 | autoreconf -s -i -m -f |
Note:
See TracBrowser
for help on using the repository browser.