UmVirt LFS Package info
DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
!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: autoconf-2.13.tar.gz
Package md5-checksum URL: 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