From d0aa68d90197b46b28712473c6e132d1d954421a Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 19 Aug 2017 16:19:44 +0200 Subject: [PATCH] buildconf.sh: Make sure that configure has latest version (#65) Regression from d4390f34f3890e969137605adcbac4ed571e00e4 --- expat/buildconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/buildconf.sh b/expat/buildconf.sh index 907ce101..27c01e14 100755 --- a/expat/buildconf.sh +++ b/expat/buildconf.sh @@ -1,2 +1,2 @@ #! /bin/sh -exec autoreconf -i +exec autoreconf -i -f