# HG changeset patch # User John Donoghue # Date 1663944797 14400 # Node ID af96f4375bc1e597e48f5061088577042fdbc265 # Parent f401dd018bf9468eceae684b16489c2b36dbbedf * src/gettext.mk: for regen of autoconf files diff -r f401dd018bf9 -r af96f4375bc1 src/gettext.mk --- 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) \