diff --git a/projects/libxls/build.sh b/projects/libxls/build.sh index a2b84cba5..29f01efb0 100644 --- a/projects/libxls/build.sh +++ b/projects/libxls/build.sh @@ -16,7 +16,11 @@ #!/bin/bash -eu -./bootstrap +if [ -f ./autogen.sh ]; then + ./autogen.sh +else + ./bootstrap +fi ./configure --enable-static make clean