diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2010-01-20 07:23:08 +0000 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2010-01-20 07:23:08 +0000 |
commit | 37ce662c67ea4b4c4ec37e2d820bd2b06505f7b5 (patch) | |
tree | 333dbfbd979b7433ccf28713143428cf9d7707b5 /bootstrap | |
parent | 4afc7dedbafd7a9fa3ae96ddc68a3e9946c8fdb4 (diff) |
Remove generated files, remove unneeded commands in bootstrap script, and nuke libltdl when bootstrapping.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,3 @@ #!/bin/sh -libtoolize --automake --copy --force -aclocal -automake -autoreconf -f -i +rm -rf libltdl +autoreconf -if |