From c551a3d78c36504df6f1c6d386bf3d624958f76a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Oct 2019 11:36:40 +0200 Subject: [PATCH] libtextstyle: Fix failure to download texinfo.tex. * libtextstyle/autogen.sh: Create build-aux directory. --- libtextstyle/autogen.sh | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.2