configure script is no longer maintained in git, must be generated

This commit is contained in:
Sean Gillies 2021-10-18 16:32:13 -06:00
parent 3fec2c78a4
commit 88402f21de

View File

@ -68,6 +68,7 @@ if [ "$GDALVERSION" = "master" ]; then
if test "$BUILD" = "yes"; then
mkdir -p $GDALINST/gdal-$GDALVERSION
cp newrev.txt $GDALINST/gdal-$GDALVERSION/rev.txt
./autogen.sh
./configure --prefix=$GDALINST/gdal-$GDALVERSION $GDALOPTS $PROJOPT
make -s -j 2
make install