[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 5 Oct 2024 03:43:16 -0400 (EDT) |
branch: master
commit 2aadec24c0ccf58e31bddde14ec06cd4aec7079e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Aug 22 21:22:30 2024 +0200
* tp/maintain/regenerate_C_options_info.pl: remove leading directory
in #include generated for options_types.h.
---
ChangeLog | 5 +++++
tp/maintain/regenerate_C_options_info.pl | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index abf5c164be..c4c2248b40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-22 Patrice Dumas <pertusus@free.fr>
+
+ * tp/maintain/regenerate_C_options_info.pl: remove leading directory
+ in #include generated for options_types.h.
+
2024-08-24 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/convert/format_html.c (external_node_href),
diff --git a/tp/maintain/regenerate_C_options_info.pl
b/tp/maintain/regenerate_C_options_info.pl
index 85abf87140..71d9a513f1 100755
--- a/tp/maintain/regenerate_C_options_info.pl
+++ b/tp/maintain/regenerate_C_options_info.pl
@@ -160,7 +160,7 @@ print HEADER "/* Automatically generated from $program_name
*/\n\n";
print HEADER "#ifndef OPTIONS_TYPES_H\n#define OPTIONS_TYPES_H\n\n";
-print HEADER "#include \"main/option_types.h\"\n\n";
+print HEADER "#include \"option_types.h\"\n\n";
print HEADER "/* Undefine values set from autoconf as we use these as\n";
print HEADER " customization variable names. The original values are\n";