diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-07 16:18:51 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-07 16:39:08 +0100 |
commit | a44c029775f512d8b92cabed7585b74d002435be (patch) | |
tree | 99aeeaef1b3226dc3d384cc068e5a5e3889570ca /configure | |
parent | 025b96434fe1dd26018dfa898f2e4bdf73401d09 (diff) |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |