autogen before cross building
authorAnthony Green <green@moxielogic.com>
Wed, 6 Nov 2019 16:21:46 +0000 (11:21 -0500)
committerAnthony Green <green@moxielogic.com>
Wed, 6 Nov 2019 16:21:46 +0000 (11:21 -0500)
.travis/build.sh

index d9d3321..f8f78a2 100755 (executable)
@@ -63,6 +63,7 @@ case "$HOST" in
         build_cfarm
        ;;
     sh4-linux-gnu | s390x-linux-gnu )
+       ./autogen.sh
        build_cross_linux
        ;;
     *)