[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 23 Dec 2024 15:14:26 -0500 (EST) |
branch: master
commit 5996fccd651f07a5b0f4318df0acf9465d41f108
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 23 19:07:24 2024 +0000
* configure.ac (AC_CONFIG_HEADERS): Elaborate on config.in
naming. Information from Eli.
---
ChangeLog | 5 +++++
configure.ac | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index eeca392e4a..040fd560f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * configure.ac (AC_CONFIG_HEADERS): Elaborate on config.in
+ naming. Information from Eli.
+
2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
makedoc: remove -tags option
diff --git a/configure.ac b/configure.ac
index 95053d9b75..378d213902 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,11 @@ AM_INIT_AUTOMAKE([1.16.1 dist-xz
AC_CONFIG_MACRO_DIRS([build-aux/m4 gnulib/m4])
# Where to generate output; srcdir location.
-AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
+AC_CONFIG_HEADERS([config.h:config.in])
+# We keep filename to 8.3 for MS-DOS, as long as it is possible that
+# we still support DJGPP. Generating config.h would likely clobber
+# config.h.in even if filename truncation was otherwise unproblematic.
+
AC_CONFIG_SRCDIR([info/info.c])
# TexinfoXML DTD (./util/texinfo.dtd) version: