changeset 6421:af96f4375bc1

* src/gettext.mk: for regen of autoconf files
author John Donoghue <john.donoghue@ieee.org>
date Fri, 23 Sep 2022 10:53:17 -0400
parents f401dd018bf9
children c332b13228e8
files src/gettext.mk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gettext.mk	Wed Sep 21 14:01:34 2022 -0400
+++ b/src/gettext.mk	Fri Sep 23 10:53:17 2022 -0400
@@ -19,6 +19,9 @@
 endef
 
 define $(PKG)_BUILD
+    # while we are patching stuff, we may need to run reconf
+    cd '$(1)' && aclocal && libtoolize --automake --copy --force
+    cd '$(1)' && WANT_AUTOMAKE=latest ./autogen.sh --skip-gnulib
     cd '$(1)/gettext-runtime' && ./configure \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \