[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sun, 22 Oct 2023 17:38:00 -0400 (EDT) |
branch: master
commit 784c0acc5288a99ffbc263dad6ddd69c02e64760
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Oct 22 23:38:00 2023 +0200
* info/Makefile.am: add AUTOMAKE_OPTIONS no-dist-built-sources to
attempt to have funs.h not distributed even if in BUILT_SOURCES.
Does not seem to work?
---
ChangeLog | 6 ++++++
info/Makefile.am | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index a0bd294df0..912ad40fc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-22 Patrice Dumas <pertusus@free.fr>
+
+ * info/Makefile.am: add AUTOMAKE_OPTIONS no-dist-built-sources to
+ attempt to have funs.h not distributed even if in BUILT_SOURCES.
+ Does not seem to work?
+
2023-10-22 Patrice Dumas <pertusus@free.fr>
* tp/Makefile.am (dist_modules_DATA, modules_DATA)
diff --git a/info/Makefile.am b/info/Makefile.am
index f57b341ea2..12a5a0e97e 100644
--- a/info/Makefile.am
+++ b/info/Makefile.am
@@ -10,6 +10,12 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# 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
+# if in BUILT_SOURCES
+# FIXME it does not seem to work as adverised in tests?
+AUTOMAKE_OPTIONS = 1.16 no-dist-built-sources
+
# Use `ginfo' for building to avoid confusion with the standard `info'
# target. Removes the `g' in the install rule before applying any
# user-specified name transformations.