summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-16 02:51:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-16 02:51:46 (GMT)
commit112ec2c8fcd365af2ce5a7ad5786f233e2e00f82 (patch)
tree65cf913e91e6c1e05fc1bf1fed2295a2e3297dd3 /src/gdal.mk
parentfcc25621b3c5e7ce395012e9d2eb7eac185d093b (diff)
downloadmxe-112ec2c8fcd365af2ce5a7ad5786f233e2e00f82.zip
mxe-112ec2c8fcd365af2ce5a7ad5786f233e2e00f82.tar.gz
mxe-112ec2c8fcd365af2ce5a7ad5786f233e2e00f82.tar.bz2
bugfix for package gdal (by Mark Brand)
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index 77aff85..d6f3614 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -20,7 +20,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && autoconf
+ cd '$(1)' && $(LIBTOOLIZE)
+ cd '$(1)' && ./autogen.sh
# The option '--without-threads' means native win32 threading without pthread.
cd '$(1)' && ./configure \
--host='$(TARGET)' \