# automake/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package must be rebuilt if "perl5-*" is rebuilt. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.22 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.35 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.01 hours (or 000.38 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING proddir = $PRODTREE/actools purge = no shareddir = yes rmtmpdir = no #--------------------------------------------------------------------- [depends] autoconf gawk grep:forward libtool:forward m4 perl:forward #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE rm -fr $PKGDIR_PROD/bin/automake-1.* rm -fr $PKGDIR_PROD/share/{aclocal,automake}-1.* bash ./configure \ --prefix=$PKGDIR_PROD \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] rm -fr m4/vala.m4 rm -fr m4/acdir mkdir -p $PKGDIR_PROD/share/aclocal rm -fr $PKGDIR_PROD/share/aclocal/internal/ac-config-macro-dirs.m4 cp -a m4/* $PKGDIR_PROD/share/aclocal/ cd $PKGDIR_PROD/share rm -fr automake ln -nsf automake-1.16 automake cd automake rm -fr /laclin64/pkg/perl5/lib/site_perl/5.*/Automake cp -a Automake /laclin64/pkg/perl5/lib/site_perl/5.*/ cd $PKGDIR_PROD/bin for x in aclocal automake do rm -fr $x-1.16 mv $x $x-1.16 ln -s $x-1.16 $x done chmod 755 $PKGDIR_PROD/share/automake/install-sh #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = http://www.gnu.org/software/automake/ url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter06/automake.html url_tarball = https://ftp.gnu.org/gnu/automake/\ automake-1.16.3.tar.xz #--------------------------------------------------------------------- [history] 190608 Updated from 1.15 to 1.16 190716 Patched to fix breakage of other packages 210218 Updated to 1.16.3