mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
configure script is no longer maintained in git, must be generated
This commit is contained in:
parent
3fec2c78a4
commit
88402f21de
@ -68,6 +68,7 @@ if [ "$GDALVERSION" = "master" ]; then
|
|||||||
if test "$BUILD" = "yes"; then
|
if test "$BUILD" = "yes"; then
|
||||||
mkdir -p $GDALINST/gdal-$GDALVERSION
|
mkdir -p $GDALINST/gdal-$GDALVERSION
|
||||||
cp newrev.txt $GDALINST/gdal-$GDALVERSION/rev.txt
|
cp newrev.txt $GDALINST/gdal-$GDALVERSION/rev.txt
|
||||||
|
./autogen.sh
|
||||||
./configure --prefix=$GDALINST/gdal-$GDALVERSION $GDALOPTS $PROJOPT
|
./configure --prefix=$GDALINST/gdal-$GDALVERSION $GDALOPTS $PROJOPT
|
||||||
make -s -j 2
|
make -s -j 2
|
||||||
make install
|
make install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user