From 0967ba533bd732f4f5340f69ca01d2aebcea48a6 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 25 Jun 2018 16:27:12 +0100 Subject: Add configure commands to libjpeg.bst element This will create the m4 element for autoconf which was missing when calling ./configure without running autoreconf or ./autogen.sh --- elements/graphics-common/libjpeg.bst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elements/graphics-common/libjpeg.bst b/elements/graphics-common/libjpeg.bst index 3c48e5de..7c30dc55 100644 --- a/elements/graphics-common/libjpeg.bst +++ b/elements/graphics-common/libjpeg.bst @@ -9,3 +9,7 @@ sources: url: upstream:libjpeg track: baserock/morph ref: f57ac58ac664ede6bc6e8cd9d88e0edaa366e21a +config: + configure-commands: + - autoreconf -ivf + - ./configure --prefix="%{prefix}" -- cgit v1.2.1