Package: autoconf Version: 2.63 Revision: 5 Epoch: 1 Depends: m4 (>= 1.4.16-1) BuildDepends: texi2html, texinfo (>= 4.13-1), fink (>= 0.24.12) Conflicts: autoconf2.13, autoconf25 (<= 2.54-1), autoconf2.5, autoconf2.6 Replaces: autoconf2.13, autoconf25 (<= 2.54-1), autoconf2.5, autoconf2.6 Source: mirror:gnu:autoconf/autoconf-%v.tar.bz2 Source-MD5: 7565809ed801bb5726da0631ceab3699 ConfigureParams: --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --program-suffix=-%v NoSetMAKEFLAGS: true SetMAKEFLAGS: -j1 CompileScript: << PERL=/usr/bin/perl ./configure %c make << # Tests failed for me due to ls reporting 2 testsuite.log files in the # same directory. wtf? Anyway, let's run the tests with -m, but ignore # failures. # Second time, no test failures :( InfoTest: TestScript: make check || : InstallScript: << #!/bin/sh -ev install -d -m 755 %i/share/doc/installed-packages touch %i/share/doc/installed-packages/autoconf2.5 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 backwards compatibility with stuff that expects "autoconf-2.5" to be the # "new" autoconf... (*cough* KDE *cough*) for bin in autoconf autoheader autom4te autoreconf autoscan autoupdate ifnames; do ln -sf $bin-%v %i/bin/$bin ln -sf $bin %i/bin/$bin-2.59 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 Autoconf version 2.63. 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. Because of some major improvements in autoconf-2.64, that version is not compatible either, for latest autoconf, please install the autoconf2.6 package. Previously by Christoph Pfisterer also by Chris Zubrzycki << License: GPL Homepage: http://www.gnu.org/software/autoconf/ Maintainer: None