From ab5603bd5aae20fdfeadc4f4816e781da0f86a17 Mon Sep 17 00:00:00 2001 From: Andrea D'Amore Date: Mon, 7 Nov 2011 17:31:22 +0100 Subject: [PATCH] adding autoreconf to JSC's builtin libedit --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1a443aab7..a411eac8c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -340,7 +340,7 @@ if [ `uname` = "Darwin" ]; then if prompt "yes"; then tusk $tusk_install_command narwhal-jsc - if ! (cd "$install_directory/packages/narwhal-jsc" && make webkit); then + if ! (cd "$install_directory/packages/narwhal-jsc/deps/libedit-20100424-3.0" && autoreconf -if && cd ../../ && make webkit); then rm -rf "$install_directory/packages/narwhal-jsc" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "WARNING: building narwhal-jsc failed. Hit enter to continue."