From 3f1293fa6bbc2a96964d9a4b9483f838061a128e Mon Sep 17 00:00:00 2001
From: Travis Cross <tc@traviscross.com>
Date: Sun, 6 May 2012 00:17:20 +0000
Subject: [PATCH] ci: use bootstrap -j

---
 scripts/ci/src_tarball.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/src_tarball.sh b/scripts/ci/src_tarball.sh
index 1055c6c481..59c448ad43 100755
--- a/scripts/ci/src_tarball.sh
+++ b/scripts/ci/src_tarball.sh
@@ -64,7 +64,7 @@ cp -r . $dst_dir
 
 cd $dst_dir
 
-./bootstrap.sh
+./bootstrap.sh -j
 mv bootstrap.sh rebootstrap.sh
 rm -f docs/AUTHORS
 rm -f docs/COPYING