aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2010-01-20 07:23:08 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2010-01-20 07:23:08 +0000
commit37ce662c67ea4b4c4ec37e2d820bd2b06505f7b5 (patch)
tree333dbfbd979b7433ccf28713143428cf9d7707b5 /bootstrap
parent4afc7dedbafd7a9fa3ae96ddc68a3e9946c8fdb4 (diff)
Remove generated files, remove unneeded commands in bootstrap script, and nuke libltdl when bootstrapping.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 668fac0201..435da143ab 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,3 @@
#!/bin/sh
-libtoolize --automake --copy --force
-aclocal
-automake
-autoreconf -f -i
+rm -rf libltdl
+autoreconf -if