autoconf2.6 stable port information

Package: autoconf2.6
Version: 2.68
Revision: 1
Depends: m4 (>= 1.4.11)
BuildDepends: texi2html, fink (>= 0.24.12)
Conflicts: autoconf2.13, autoconf25 (<= 2.54-1), autoconf
Replaces: autoconf2.13, autoconf25 (<= 2.54-1), autoconf2.5, autoconf
Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2
Source-MD5: 864d785215aa60d627c91fcb21b05b07
ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --program-suffix=-%v
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
PERL=/usr/bin/perl ./configure %c
make
<<
InfoTest: TestScript: make check || :
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
pushd doc && make html && popd
install -d -m 755 %i/share/doc/%n/html
install -m 644 doc/*.html %i/share/doc/%n/html/

for bin in autoconf autoheader autom4te autoreconf autoscan autoupdate ifnames; do
ln -sf $bin-%v %i/bin/$bin
done

rm -f %i/share/emacs/site-lisp/*.elc
rm -f %i/share/emacs/site-lisp/*.el
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: autoconf.info standards.info
#
Description: System for generating configure scripts
DescDetail: <<
GNU Autoconf is a package for generating configure scripts. These scripts are
present in a large number of free software packages and are used to detect
system features at compilation time.

This package installs the latest Autoconf version. It has some compatibility
problems with older packages. If you want to work on a package that requires
Autoconf 2.13, install the autoconf2.13 package instead.

There are also enough incompatibilities with autoconf 2.5x to 2.63,
that this is a separate package, this autoconf version should work on
most modern configure scripts, however.

Previously by Christoph Pfisterer
also by Chris Zubrzycki
<<
License: GPL3
Homepage: http://www.gnu.org/software/autoconf/
Maintainer: Peter O'Gorman