groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 06/115: Makefile.am: Initialize more Automake variables.


From: G. Branden Robinson
Subject: [groff] 06/115: Makefile.am: Initialize more Automake variables.
Date: Thu, 1 Jun 2023 10:45:58 -0400 (EDT)

gbranden pushed a commit to branch branden-2022-06-01
in repository groff.

commit a91c9785ee7a115c4ecd5a1414dae73ee54f53e1
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Apr 20 04:07:24 2023 -0500

    Makefile.am: Initialize more Automake variables.
    
    * Makefile.am: Initialize (as empty) Automake variables that we don't
      use but which gnulib modules expect to be defined.
    
      (AUTOMAKE_OPTIONS, SUBDIRS, noinst_HEADERS, noinst_LTLIBRARIES)
      (pkgdata_DATA, MOSTLYCLEANDIRS, AM_CFLAGS): Do it.
    
    Thanks to Bruno Haible for the advice.
    
    This is a prerequisite for including gnulib's "sys_wait" module.
---
 ChangeLog   |  9 +++++++++
 Makefile.am | 11 +++++++++++
 2 files changed, 20 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 13f1e1d59..a48b2c8bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-04-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * Makefile.am: Initialize (as empty) Automake variables that we
+       don't use but which gnulib modules expect to be defined.
+       (AUTOMAKE_OPTIONS, SUBDIRS, noinst_HEADERS, noinst_LTLIBRARIES)
+       (pkgdata_DATA, MOSTLYCLEANDIRS, AM_CFLAGS): Do it.
+
+       Thanks to Bruno Haible for the advice.
+
 2023-05-22  Dave Kemper <saint.snit@gmail.com>
 
        [docs]: Correct minor punctuation, grammar, and spelling issues.
diff --git a/Makefile.am b/Makefile.am
index f7ab4107e..35650b181 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -609,6 +609,17 @@ REVISION      = `echo $(VERSION) | cut -d . -f 3`
 # relative paths in the following .am files are relative to the top
 # source directory.
 
+# Initialize Automake variables we haven't already handled; see section
+# "3.8 Modifying the build rules of a Gnulib import directory" in the
+# Gnulib manual.
+AUTOMAKE_OPTIONS =
+SUBDIRS =
+noinst_HEADERS =
+noinst_LTLIBRARIES =
+pkgdata_DATA =
+MOSTLYCLEANDIRS =
+AM_CFLAGS =
+
 include $(top_srcdir)/lib/gnulib.mk
 include $(top_srcdir)/arch/mingw/mingw.am
 include $(top_srcdir)/arch/misc/misc.am



reply via email to

[Prev in Thread] Current Thread [Next in Thread]