projects
/
lttngtop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e69474
)
better to run autoreconf than running every auto* tool by hand.
author
Alexandre Montplaisir
<alexmonthy@voxpopuli.im>
Fri, 20 Apr 2012 06:33:19 +0000
(
02:33
-0400)
committer
Julien Desfossez
<julien.desfossez@efficios.com>
Fri, 20 Apr 2012 06:33:19 +0000
(
02:33
-0400)
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
bootstrap
patch
|
blob
|
blame
|
history
diff --git
a/bootstrap
b/bootstrap
index c507425667e579d73a2a31c27b0e7a96baa4e8da..7adcc4a878d27927baa8d1eca50f8bc89ec293be 100755
(executable)
--- a/
bootstrap
+++ b/
bootstrap
@@
-1,12
+1,9
@@
#! /bin/sh
-set -x
if [ ! -e config ]; then
mkdir config
fi
-aclocal
-libtoolize --force --copy
-autoheader
-automake --add-missing --copy
-autoconf
-
+if [ ! -e m4 ]; then
+ mkdir m4
+fi
+autoreconf -i
This page took
0.023211 seconds
and
4
git commands to generate.