summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorbehdad <behdad>2005-09-21 21:51:15 +0000
committerbehdad <behdad>2005-09-21 21:51:15 +0000
commitb63b584012c1f1af0a935e098e8d747b66aafe13 (patch)
tree66dc576e133dddb273f82a1429461baa8e962bc8 /bootstrap
parent2abb4e34b4a9215a03905888f1ff7f3856690f86 (diff)
Removed files that are generated from bootstrap.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap b/bootstrap
index 7ef875f..e7a5a21 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-
-aclocal \
-&& autoheader \
-&& automake --add-missing \
-&& autoconf
+libtoolize --copy --force --automake &&
+aclocal --force &&
+autoheader --force &&
+automake --add-missing --copy --force &&
+autoconf --force