changeset 4963:f5a1bf89669c

* src/qrupdate.mk: force add missing autoconf files
author John Donoghue
date Thu, 21 Feb 2019 13:56:52 -0500
parents 6bccd1494669
children 3ef2868263e4
files src/qrupdate.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qrupdate.mk	Thu Feb 21 13:56:50 2019 -0500
+++ b/src/qrupdate.mk	Thu Feb 21 13:56:52 2019 -0500
@@ -26,7 +26,7 @@
 define $(PKG)_BUILD
     mkdir '$(1)/.build'
     touch '$(1)/NEWS' '$(1)/AUTHORS'
-    cd '$(1)' && aclocal && automake --add-missing && autoreconf -W none
+    cd '$(1)' && autoreconf -fi -I m4 -W none
     chmod a+rx '$(1)/configure'
     cd '$(1)/.build' && '$(1)/configure' \
         F77=$(MXE_F77) \