From: Bruno Haible Date: Fri, 4 Oct 2019 09:36:40 +0000 (+0200) Subject: libtextstyle: Fix failure to download texinfo.tex. X-Git-Tag: v0.20.2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c551a3d78c36504df6f1c6d386bf3d624958f76a;p=thirdparty%2Fgettext.git libtextstyle: Fix failure to download texinfo.tex. * libtextstyle/autogen.sh: Create build-aux directory. --- diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh index 8b09effa2..7fd5bcbe9 100755 --- a/libtextstyle/autogen.sh +++ b/libtextstyle/autogen.sh @@ -44,6 +44,7 @@ done TEXINFO_VERSION=6.5 if test $skip_gnulib = false; then + mkdir -p build-aux # texinfo.tex # The most recent snapshot of it is available in the gnulib repository. # But this is a snapshot, with all possible dangers.