texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * info/Makefile.am (AUTOMAKE_OPTIONS): remove no-


From: Patrice Dumas
Subject: branch master updated: * info/Makefile.am (AUTOMAKE_OPTIONS): remove no-dist-built-sources, it does not seems to be useful. If it is readded, the automake required version should be increased.
Date: Wed, 24 Jan 2024 05:21:29 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 44738c12ff * info/Makefile.am (AUTOMAKE_OPTIONS): remove 
no-dist-built-sources, it does not seems to be useful.  If it is readded, the 
automake required version should be increased.
44738c12ff is described below

commit 44738c12ff324a0f62c987037597646d90237541
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 24 11:21:19 2024 +0100

    * info/Makefile.am (AUTOMAKE_OPTIONS): remove no-dist-built-sources,
    it does not seems to be useful.  If it is readded, the automake
    required version should be increased.
---
 ChangeLog        | 6 ++++++
 info/Makefile.am | 8 +++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2dfc7e35cd..4bb1c99258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-23  Patrice Dumas  <pertusus@free.fr>
+
+       * info/Makefile.am (AUTOMAKE_OPTIONS): remove no-dist-built-sources,
+       it does not seems to be useful.  If it is readded, the automake
+       required version should be increased.
+
 2024-01-23  Patrice Dumas  <pertusus@free.fr>
 
        * doc/texi2any_api.texi: add @setfilename to simplify using old
diff --git a/info/Makefile.am b/info/Makefile.am
index 12a5a0e97e..895602f96d 100644
--- a/info/Makefile.am
+++ b/info/Makefile.am
@@ -11,10 +11,12 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 # no-dist-built-sources is actually in 1.16.4 upward
-# use no-dist-built-sources such that funs.h is not distributed even
+# could use no-dist-built-sources such that funs.h is not distributed even
 # if in BUILT_SOURCES
-# FIXME it does not seem to work as adverised in tests?
-AUTOMAKE_OPTIONS = 1.16 no-dist-built-sources
+#no-dist-built-sources
+# However, in tests with automake 1.16.5 funs.h does not seems to be
+# distributed even without no-dist-built-sources
+AUTOMAKE_OPTIONS = 1.16
 
 # Use `ginfo' for building to avoid confusion with the standard `info'
 # target.  Removes the `g' in the install rule before applying any



reply via email to

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