automake1.11 stable port information

Package: automake1.11
Version: 1.11.1
Revision: 3
Source: mirror:gnu:automake/automake-%v.tar.bz2
Source-MD5: c2972c4d9b3e29c03d5f2af86249876f
BuildDepends: fink (>= 0.24.12)
Depends: autoconf (>= 1:2.63-1) | autoconf2.6
Conflicts: automake, automake1.4, automake15, automake1.5, automake1.6, automake1.7, automake1.8, automake1.9, automake1.10
Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, automake1.7, automake1.8, automake1.9, automake1.10
Provides: automaken
ConfigureParams: --infodir=%p/share/info
CompileScript: <<
./configure %c ac_cv_path_PERL=/usr/bin/perl
make
<<
InstallScript: make install DESTDIR=%d

InfoTest: TestScript: make check || :
# testsuite fails one test with Apple's sed installed. Reported issue
# to upstream autoconf -
# http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/7085
DocFiles: COPYING README AUTHORS NEWS THANKS
InfoDocs: automake.info

Description: GNU Standards-compliant Makefile generator
DescDetail: <<
Automake is a tool for automatically generating `Makefile.in's from files
called `Makefile.am'.

The goal of Automake is to remove the burden of Makefile maintenance from the
back of the individual GNU maintainer (and put it on the back of the Automake
maintainer).

The `Makefile.am' is basically a series of `make' macro definitions (with
rules being thrown in occasionally). The generated `Makefile.in's are
compliant with the GNU Makefile standards.
<<
DescPackaging: <<
Apple's Python returns /Library/Python for
python -c "import sys; from distutils import sysconfig;
sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='/a/prefix'));"

Which causes a test failure (it should return a directory starting with
/a/prefix).

Filed as rdar://problem/6903801 which was duped to
rdar://problem/6132558

Patch that was applied to upstream automake to work around this issue
is included in this package. Unless --prefix=/usr or below /System,
the python directory is chosen to be below --prefix, as an exception
to this (for the vendor) --prefix=/usr or below /System respects the
pythondir that python returns.

Previous versions by Christoph Pfisterer, Max Horn.
Desc adapted from debian :-)
<<
License: GPL
Maintainer: Chris Zubrzycki
Homepage: http://www.gnu.org/software/automake/