From dde2e0e74c8646f7f3e975f3ac8c037d4037fe09 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 10 May 2020 13:14:30 +1000 Subject: [PATCH] gettext: also `autoreconf` on darwin fixes #2494 --- plugins/native/darwin/gettext.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/native/darwin/gettext.mk b/plugins/native/darwin/gettext.mk index 0d35e8d1..f22b9191 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 \