From: Mathieu Desnoyers Date: Tue, 9 Apr 2013 00:42:26 +0000 (-0400) Subject: Fix bootstrap script X-Git-Tag: v1.1.1~42 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=634f2c51d13041a87fd701453e40028f26524135 Fix bootstrap script Run autoreconf -i. Fix git repo initial bootstrap (needed to be run twice). Signed-off-by: Mathieu Desnoyers --- diff --git a/bootstrap b/bootstrap index c5074256..c71b862a 100755 --- a/bootstrap +++ b/bootstrap @@ -4,9 +4,5 @@ set -x if [ ! -e config ]; then mkdir config fi -aclocal -libtoolize --force --copy -autoheader -automake --add-missing --copy -autoconf +autoreconf -i