From 634f2c51d13041a87fd701453e40028f26524135 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 8 Apr 2013 20:42:26 -0400 Subject: [PATCH 1/1] Fix bootstrap script Run autoreconf -i. Fix git repo initial bootstrap (needed to be run twice). Signed-off-by: Mathieu Desnoyers --- bootstrap | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.34.1