changeset 756:cd954a8ea7d7

bugfix for package gdal (by Mark Brand)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 16 Feb 2010 03:51:46 +0100
parents 7b15d99ad223
children 626db4cc707e
files src/gdal.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Tue Feb 16 03:49:06 2010 +0100
+++ b/src/gdal.mk	Tue Feb 16 03:51:46 2010 +0100
@@ -20,7 +20,8 @@
 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)' \