From bdb8ea3f089da782bde114447062c10f76f82716 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 20 Nov 2013 23:10:45 +0000 Subject: Call ./bootstrap.sh if development build in install-all.sh --- install-all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install-all.sh b/install-all.sh index 2425ef5d..42deaf1a 100755 --- a/install-all.sh +++ b/install-all.sh @@ -1,5 +1,7 @@ #!/bin/sh +STATUS=development + debian_prepare() { echo @@ -68,6 +70,9 @@ install_profanity() echo echo Profanity installer... installing Profanity echo + if [ "${STATUS}" = "development" ]; then + ./bootstrap.sh + fi ./configure make sudo make install @@ -94,6 +99,9 @@ cyg_install_profanity() echo echo Profanity installer... installing Profanity echo + if [ "${STATUS}" = "development" ]; then + ./bootstrap.sh + fi ./configure make make install -- cgit 1.4.1-2-gfad0