# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= automake VERSION= 1.16.5 REVISION= 1 KEYWORDS= devel VARIANTS= standard SDESC[standard]= GNU Standards-compliant Makefile generator HOMEPAGE= https://www.gnu.org/software/automake/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNU/automake DISTFILE[1]= automake-1.16.5.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILDRUN_DEPENDS= autoconf:single:standard USES= cpe makeinfo perl INFO= single:automake single:automake-history CPE_VENDOR= gnu FPC_EQUIVALENT= devel/automake INFO_SUBDIR= . MUST_CONFIGURE= gnu MAKE_ENV= MAKEINFOFLAGS=--no-split PLIST_SUB= AMVER=1.16 post-install: # delete share/doc/automake/amhello-1.0.tar.gz ${RM} -r ${STAGEDIR}${STD_DOCDIR} [FILE:683:descriptions/desc.single] Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script. The input files are called Makefile.am. The output files are called Makefile.in; They are intended for use with Autoconf. Automake requires certain things to be done in your configure.in. This package also includes the "aclocal" program. aclocal is a program to generate an 'aclocal.m4' based on the contents of 'configure.in'. It is useful as an extensible, maintainable mechanism for augmenting autoconf. [FILE:101:distinfo] f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469 1601740 automake-1.16.5.tar.xz [FILE:1603:manifests/plist.single] bin/ aclocal aclocal-%%AMVER%% automake automake-%%AMVER%% share/aclocal/README share/aclocal-%%AMVER%%/ amversion.m4 ar-lib.m4 as.m4 auxdir.m4 cond-if.m4 cond.m4 depend.m4 depout.m4 dmalloc.m4 extra-recurs.m4 gcj.m4 init.m4 install-sh.m4 lead-dot.m4 lex.m4 lispdir.m4 maintainer.m4 make.m4 missing.m4 mkdirp.m4 obsolete.m4 options.m4 prog-cc-c-o.m4 python.m4 runlog.m4 sanity.m4 silent.m4 strip.m4 substnot.m4 tar.m4 upc.m4 vala.m4 share/aclocal-%%AMVER%%/internal/ac-config-macro-dirs.m4 share/automake-%%AMVER%%/ COPYING INSTALL ar-lib compile config.guess config.sub depcomp install-sh mdate-sh missing mkinstalldirs py-compile tap-driver.sh test-driver texinfo.tex ylwrap share/automake-%%AMVER%%/Automake/ ChannelDefs.pm Channels.pm Condition.pm Config.pm Configure_ac.pm DisjConditions.pm FileUtils.pm General.pm Getopt.pm Item.pm ItemDef.pm Language.pm Location.pm Options.pm Rule.pm RuleDef.pm VarDef.pm Variable.pm Version.pm Wrap.pm XFile.pm share/automake-%%AMVER%%/am/ check.am check2.am clean-hdr.am clean.am compile.am configure.am data.am dejagnu.am depend.am depend2.am distdir.am footer.am header-vars.am header.am inst-vars.am install.am java.am lang-compile.am lex.am library.am libs.am libtool.am lisp.am ltlib.am ltlibrary.am mans-vars.am mans.am program.am progs.am python.am remake-hdr.am scripts.am subdirs.am tags.am texi-vers.am texibuild.am texinfos.am vala.am yacc.am share/man/man1/ aclocal-%%AMVER%%.1.gz aclocal.1.gz automake-%%AMVER%%.1.gz automake.1.gz [FILE:502:patches/patch-Makefile.in] --- Makefile.in.orig 2021-10-04 03:07:25 UTC +++ Makefile.in @@ -3739,8 +3739,10 @@ doc/aclocal.1 doc/automake.1: doc/aclocal-$(APIVERSION).1: $(aclocal_script) lib/Automake/Config.pm $(update_mans) aclocal-$(APIVERSION) + $(update_mans) $(aclocal_script) doc/automake-$(APIVERSION).1: $(automake_script) lib/Automake/Config.pm $(update_mans) automake-$(APIVERSION) + $(update_mans) $(automake_script) .PHONY: checklinkx checklinkx: $(checklinkx) $(chlx_args) $(chlx_excludes) $(chlx_file) [FILE:659:patches/patch-doc__automake.texi] --- doc/automake.texi.orig 2021-10-01 19:30:59 UTC +++ doc/automake.texi @@ -38,17 +38,11 @@ section entitled ``GNU Free Documentatio @end quotation @end copying -@dircategory Software development +@dircategory Programming & development toolS @direntry * Automake: (automake). Making GNU standards-compliant Makefiles. @end direntry -@dircategory Individual utilities -@direntry -* aclocal-invocation: (automake)aclocal Invocation. Generating aclocal.m4. -* automake-invocation: (automake)automake Invocation. Generating Makefile.in. -@end direntry - @titlepage @title GNU Automake @subtitle For version @value{VERSION}, @value{UPDATED}