add clip folders, icon margins, fix safe regions, update neophyte, fix folder edl...
[goodguy/history.git] / cinelerra-5.1 / bld.sh
index a9b6e46c5d5bc7ae36510d3de26621b43f3de2fa..7c8837bfbf9a6b4443f93c38c35299aad8851b4d 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/bash
-./autogen.sh
-./configure --with-single-user
-make 2>&1 | tee log
-make install
+( ./autogen.sh
+  ./configure --with-single-user --with-booby
+  make && make install ) 2>&1 | tee log
 mv Makefile Makefile.cfg
 cp Makefile.devel Makefile