UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

autoconf213

Autoconf2.13 is an old version of Autoconf . This old version accepts switches which are not valid in more recent versions and Mozilla applications still need these switches now, so they require this old version for regenerating the configure scripts. Unlike other Mozilla applications, SeaMonkey release tarballs do not contain the pre-generated configure scripts, so this old version is required even if configure files have not been changed.

Package info

Codename: autoconf213
Source file: autoconf-2.13.tar.gz
Source directory: autoconf-2.13
Package URL: https://umvirt.com/linux/downloads/0.2/packages/a/autoconf-2.13.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/a/autoconf-2.13.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: mozjs.
Patches: autoconf-2.13-consolidated_fixes-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mv -v autoconf.texi autoconf213.texi                      &&
rm -v autoconf.info                                       &&
./configure --prefix=/usr --program-suffix=2.13     

Build script:
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check
fi

Install script:
make install                                      &&
install -v -m644 autoconf213.info /usr/share/info &&
install-info --info-dir=/usr/share/info autoconf213.info