Commit 661b16d1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded automake to 1.16.2

parent 4d656661
all: all:
tar xf automake-1.16.1.tar.xz tar xf automake-1.16.2.tar.xz
cd automake-1.16.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/automake-1.16.1 patch -Np1 -d automake-1.16.2 < automake-1.16.2-fix_tags-lisp-space.patch
$(MAKE) -C automake-1.16.1 cd automake-1.16.2 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/automake-1.16.2
$(MAKE) -C automake-1.16.2
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C automake-1.16.1 check ; \ $(MAKE) -C automake-1.16.2 -j4 check ; \
fi fi
$(MAKE) -C automake-1.16.1 install $(MAKE) -C automake-1.16.2 install
rm -rf automake-1.16.1 rm -rf automake-1.16.2
diff -uNr automake-1.16.2/t/tags-lisp-space.sh automake-1.16.2-fix_tags-lisp-space/t/tags-lisp-space.sh
--- automake-1.16.2/t/tags-lisp-space.sh 2020-01-02 06:13:29.000000000 +1030
+++ automake-1.16.2-fix_tags-lisp-space/t/tags-lisp-space.sh 2020-07-09 17:21:05.759947393 +0930
@@ -18,7 +18,7 @@
# if there are CONFIG_HEADERS.
# See automake bug#38139.
-required=''
+required=etags
. test-init.sh
# some AC_CONFIG_FILES header is needed to trigger the bug.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment