1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: autoconf
Section: devel
Priority: optional
Maintainer: Ben Pfaff <pfaffben@debian.org>
Standards-Version: 3.9.3
Build-Depends-Indep: texinfo (>= 4.6), m4 (>= 1.4.13),
texlive-base, texlive-generic-recommended, texlive-latex-base,
texlive-latex-recommended, texlive-fonts-recommended, help2man, cm-super
Build-Depends: debhelper (>= 7.0.50~)
Homepage: http://www.gnu.org/software/autoconf/
Package: autoconf
Architecture: all
Multi-arch: foreign
Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8), ${misc:Depends}
Recommends: automake | automaken
Breaks: gettext (<< 0.10.39), pkg-config (<< 0.25-1.1)
Suggests: autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext
Description: automatic configure script builder
The standard for FSF source packages. This is only useful if you
write your own programs or if you extensively modify other people's
programs.
.
For an extensive library of additional Autoconf macros, install the
`autoconf-archive' package.
.
This version of autoconf is not compatible with scripts meant for
Autoconf 2.13 or earlier.
Package: autoconf-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, gnu-standards
Description: automatic configure script builder documentation
GNU Autoconf is a package for creating scripts to configure source code
packages using templates and an M4 macro package. This package contains
the manual for GNU Autoconf.
|