Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / autogen.sh
index f9eb0ddf24e4cd5d9121ce0c999d8fba10eb16b1..50f3a13d32af4769541cd7e24131d21473857f00 100755 (executable)
@@ -7,6 +7,10 @@ rm -rf autom4te.cache m4
 
 if [ "$1" = "clean" ]; then exit 0; fi
 
+#autoupdate
 mkdir m4
 autoreconf --install
 
+if [ "$(uname -o)" = "Android" ] || [ -e "/system/bin/app_process" ]; then
+sed -i 's/usr\/bin\/sh/usr\/bin\/bash/' configure
+fi
\ No newline at end of file