]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Fix failure to download texinfo.tex.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Oct 2019 09:36:40 +0000 (11:36 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:21:48 +0000 (13:21 +0200)
* libtextstyle/autogen.sh: Create build-aux directory.

libtextstyle/autogen.sh

index 8b09effa2da4f3bee56a6986598fabf0cdddef5e..7fd5bcbe9c30b70668c164da7664fa7ec9908ae6 100755 (executable)
@@ -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.