Commit 52b2d29e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

automake is updated to 1.16.3 - changed Makefile to accommodate

parent d9bb7300
all: all:
tar xf automake-1.16.2.tar.xz tar xf automake-1.16.3.tar.xz
patch -Np1 -d automake-1.16.2 < automake-1.16.2-fix_tags-lisp-space.patch patch -TNp1 -d automake-1.16.3 < automake-1.16.3-fix_tests.patch
cd automake-1.16.2 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/automake-1.16.2 cd automake-1.16.3 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/automake-1.16.3
$(MAKE) -C automake-1.16.2 $(MAKE) -C automake-1.16.3
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C automake-1.16.2 check ; \ $(MAKE) -C automake-1.16.3 check ; \
fi fi
$(MAKE) -C automake-1.16.2 install $(MAKE) -C automake-1.16.3 install
rm -rf automake-1.16.2 rm -rf automake-1.16.3
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