UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

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

Template:
Codename: autoconf213
Source file: autoconf-2.13.tar.gz
Source file size: 443844
Source file MD5-checkum: 9de56d4a161a723228220b0f425dc711
Source directory: autoconf-2.13
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/a/autoconf-2.13.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/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