summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index a769e9b..422d928 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -20,7 +20,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && autoreconf -fi
+ cd '$(1)' && autoreconf -fi -I ./m4
# The option '--without-threads' means native win32 threading without pthread.
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \