changeset 4961:d2e5a54df70b

* src/jasper.mk: force autorebuild
author John Donoghue
date Thu, 21 Feb 2019 13:56:49 -0500
parents 3df44260321f
children 6bccd1494669
files src/jasper.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/jasper.mk	Thu Feb 21 13:56:46 2019 -0500
+++ b/src/jasper.mk	Thu Feb 21 13:56:49 2019 -0500
@@ -18,7 +18,7 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && aclocal && automake --add-missing && autoreconf && ./configure \
+    cd '$(1)' && autoreconf -fi -I m4 && ./configure \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(CONFIGURE_CPPFLAGS) \
         $(CONFIGURE_LDFLAGS) \