X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fautogen.sh;h=50f3a13d32af4769541cd7e24131d21473857f00;hb=c57aa3e2800e06f890e644dc54c9e0bba6d0851a;hp=f9eb0ddf24e4cd5d9121ce0c999d8fba10eb16b1;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/autogen.sh b/cinelerra-5.1/autogen.sh index f9eb0ddf..50f3a13d 100755 --- a/cinelerra-5.1/autogen.sh +++ b/cinelerra-5.1/autogen.sh @@ -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