# ac260/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package installs an ancient version of "autoconf" from 2006 (release 2.60). Two changes are made to keep "ac260" from conflicting with other copies of "autoconf": (a) The "ac260" executables are renamed. Specifically, the suffix "-2.60" is added to each program name. (b) "ac260" is stored in its own directory tree. This keeps its "share/autoconf" files separate from those belonging to other copies of the program. #--------------------------------------------------------------------- 2. "ac260" may be used to rebuild packages that aren't compatible with other copies of "autoconf". #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.03 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = GNU General Public License, version 2 (June 1991) unpack = relaxed #--------------------------------------------------------------------- [depends] gawk m4 #--------------------------------------------------------------------- [configure] bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin # The "sed" command used below assumes that this series of obsolete- # autoconf packages uses package names that end with one or more dig- # its. E.g.: "ac260" for "autoconf" 2.60. for x in auto{conf,m4te,header,reconf,scan,update} ifnames do sed \ -e 's@\(ac260/bin/auto[a-z0-9][a-z0-9]*\)@\1-2.60@' \ -i $x || exit 1 rm -fr $x-2.60 || exit 1 mv $x $x-2.60 || exit 1 done rm -fr $PKGDIR_PROD/info #--------------------------------------------------------------------- # 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 = n/a # This is an ancient version url_lfs = n/a # Ditto url_home = n/a # Ditto url_tarball = http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz #--------------------------------------------------------------------- [history] 210222 Added package. Started with 2.60.