summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-26 22:40:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-26 22:40:53 +0000
commitfbe418e8c919e8063c86ea9f26cdebbe69acdb86 (patch)
treed777dbb3a3b93134ed7a9db212f71afb2f5bd784 /bootstrap
parent1364c63b9eea39b40ab07e0045ef26e76d1ade1a (diff)
Update bootstrap stuff
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 7 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 199053bb..c838d5e2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,2 +1,7 @@
-#! /bin/sh
-aclocal && autoheader && libtoolize --copy --force && automake --add-missing --copy --ignore-deps && autoconf
+#!/bin/sh
+
+aclocal && \
+ autoheader && \
+ libtoolize --copy --force && \
+ automake --add-missing --copy && \
+ autoconf