changeset 4962:6bccd1494669

* src/pstoedit.mk: force recreate of missing autoconf files
author John Donoghue
date Thu, 21 Feb 2019 13:56:50 -0500
parents d2e5a54df70b
children f5a1bf89669c
files src/pstoedit.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) \