diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | rm -rf libltdl | 2 | rm -rf libltdl |
3 | libtoolize --force | ||
4 | aclocal | ||
5 | autoheader | ||
6 | automake --force-missing --add-missing | ||
3 | autoreconf -if | 7 | autoreconf -if |