about summary refs log tree commit diff stats
path: root/install-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-all.sh')
-rwxr-xr-xinstall-all.sh8
1 files changed, 8 insertions, 0 deletions
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