From: Sebastian Pipping Date: Sat, 19 Aug 2017 14:19:44 +0000 (+0200) Subject: buildconf.sh: Make sure that configure has latest version (#65) X-Git-Tag: R_2_2_4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0aa68d90197b46b28712473c6e132d1d954421a;p=libexpat buildconf.sh: Make sure that configure has latest version (#65) Regression from d4390f34f3890e969137605adcbac4ed571e00e4 --- 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