summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2020-05-10 03:14:30 (GMT)
committerTony Theodore <tonyt@logyst.com>2020-05-10 03:14:30 (GMT)
commitdde2e0e74c8646f7f3e975f3ac8c037d4037fe09 (patch)
tree534040669ca55806407f4372d4a07a17ebdbd958
parent940771bcc29ce15f98ba7c14dcd24e0a81dfbb1e (diff)
downloadmxe-dde2e0e74c8646f7f3e975f3ac8c037d4037fe09.zip
mxe-dde2e0e74c8646f7f3e975f3ac8c037d4037fe09.tar.gz
mxe-dde2e0e74c8646f7f3e975f3ac8c037d4037fe09.tar.bz2
gettext: also `autoreconf` on darwin
fixes #2494
-rw-r--r--plugins/native/darwin/gettext.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/native/darwin/gettext.mk b/plugins/native/darwin/gettext.mk
index 0d35e8d..f22b919 100644
--- a/plugins/native/darwin/gettext.mk
+++ b/plugins/native/darwin/gettext.mk
@@ -3,6 +3,7 @@
PKG := gettext
define $(PKG)_BUILD_$(BUILD)
+ cd '$(SOURCE_DIR)' && autoreconf -fi
# causes issues with other packages so use different prefix
# but install *.m4 files and bins to standard location
cd '$(BUILD_DIR)' && $(SOURCE_DIR)/configure \