# HG changeset patch # User John Donoghue # Date 1550775410 18000 # Node ID 6bccd14946698d72144d90404aae07f9e5210ed9 # Parent d2e5a54df70b4897058aaabd06c3c84495cda02e * src/pstoedit.mk: force recreate of missing autoconf files diff -r d2e5a54df70b -r 6bccd1494669 src/pstoedit.mk --- a/src/pstoedit.mk Thu Feb 21 13:56:49 2019 -0500 +++ b/src/pstoedit.mk Thu Feb 21 13:56:50 2019 -0500 @@ -16,7 +16,7 @@ endef define $(PKG)_BUILD - cd '$(1)' && aclocal && automake --add-missing && autoreconf + cd '$(1)' && autoreconf -fi -I m4 mkdir '$(1)/.build' cd '$(1)/.build' && '$(1)/configure' \ $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \