summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 506440b..8b2b2c0 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -12,14 +12,6 @@ else
exit 1
fi
-# run autotools on haiku package
-cd libusb/os/haiku || exit 1
-$LIBTOOLIZE --copy --force || exit 1
-aclocal || exit 1
-autoconf || exit 1
-automake -a -c || exit 1
-cd ../../..
-
$LIBTOOLIZE --copy --force || exit 1
aclocal || exit 1
autoheader || exit 1