# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= automake VERSION= 1.16.5 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 RUN_DEPENDS= autotools-wrappers:automake:standard USES= cpe makeinfo perl INFO= single:automake CPE_VENDOR= gnu FPC_EQUIVALENT= devel/automake INFO_SUBDIR= . MUST_CONFIGURE= gnu CONFIGURE_ARGS= --program-suffix=-1.16 MAKE_ENV= MAKEINFOFLAGS=--no-split PLIST_SUB= AMVER=1.16 post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/aclocal [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:1622:manifests/plist.single] bin/ aclocal-%%AMVER%% automake-%%AMVER%% 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%%-%%AMVER%%.1.gz aclocal-%%AMVER%%.1.gz automake-%%AMVER%%-%%AMVER%%.1.gz automake-%%AMVER%%.1.gz @dir share/aclocal [FILE:1613:patches/patch-Makefile.in] --- Makefile.in.orig 2021-10-04 03:07:25 UTC +++ Makefile.in @@ -202,8 +202,7 @@ am__v_texidevnull_ = $(am__v_texidevnull am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = am__dirstamp = $(am__leading_dot)dirstamp -INFO_DEPS = $(srcdir)/doc/automake.info \ - $(srcdir)/doc/automake-history.info +INFO_DEPS = $(srcdir)/doc/automake.info TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/lib DVIS = doc/automake.dvi doc/automake-history.dvi @@ -691,7 +690,7 @@ aclocal_in = $(srcdir)/bin/aclocal.in automake_script = bin/automake aclocal_script = bin/aclocal AUTOMAKESOURCES = $(automake_in) $(aclocal_in) -info_TEXINFOS = doc/automake.texi doc/automake-history.texi +info_TEXINFOS = doc/automake.texi doc_automake_TEXINFOS = doc/fdl.texi doc_automake_history_TEXINFOS = doc/fdl.texi man1_MANS = \ @@ -748,7 +747,7 @@ amhello_configury = \ missing \ src/Makefile.in -dist_doc_DATA = $(srcdir)/doc/amhello-1.0.tar.gz +dist_doc_DATA = setup_autotools_paths = { \ ACLOCAL=aclocal-$(APIVERSION) && export ACLOCAL \ && AUTOMAKE=automake-$(APIVERSION) && export AUTOMAKE \ @@ -883,7 +882,7 @@ dist_automake_ac_DATA = \ m4/upc.m4 \ m4/vala.m4 -dist_system_ac_DATA = m4/acdir/README +dist_system_ac_DATA = automake_internal_acdir = $(automake_acdir)/internal dist_automake_internal_ac_DATA = m4/internal/ac-config-macro-dirs.m4 @@ -3504,7 +3503,6 @@ install-dvi-am: $(DVIS) done install-exec-am: install-binSCRIPTS @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-exec-hook install-html: install-html-am install-html-am: $(HTMLS) [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}