From a44c029775f512d8b92cabed7585b74d002435be Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 7 Apr 2019 16:18:51 +0100 Subject: GNU M4 now built as a dependency of GNU Libtool On some systems, M4 isn't available, so the linking to the host system fails, as a result, we can't build GNU Libtool. The main reason we weren't building M4 was a bug with the most recent GNU C library (http://lists.gnu.org/archive/html/bug-gnulib/2019-04/msg00004.html). But I found a patch used by Arch Linux which fixes the issue and allows M4 to be built. As a result, the pipeline is now building M4 also and the patched M4 tarball is now uploaded to my own webpage as backup. While doing the steps above, I also noticed that we weren't using a tab at the start of the link definitions of `dependencies-basic.mk'. Although its not necessary, to be consistent, its good for the lines to always start with a tab. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8a28e4c..0fcd68a 100755 --- a/configure +++ b/configure @@ -1048,7 +1048,7 @@ if [ $npython != 0 ]; then echo "$pymodules." >> $pkgver fi echo "The \LaTeX{} source of the paper was compiled to make" >> $pkgver -echo "the PDF using the following packages $texpkg. We are" >> $pkgver +echo "the PDF using the following packages: $texpkg. We are" >> $pkgver echo "very grateful to all their creators for freely" >> $pkgver echo "providing this necessary infrastructure. This " >> $pkgver echo "research (and many others) would not be possible" >> $pkgver -- cgit v1.2.1