From 189fb8454d725d7cc503351f59f13ebbf12d79ec Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Tue, 16 Jun 2026 00:59:51 +0000 Subject: [PATCH] Fix so constants include global constants I don't know why this fix is necessary. The m4 command printed by make before execution, if executed manually in the correct directory, works. But without this fix, when run from make to make indexes, the global constants don't expand. --- db/include/constants.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/include/constants.m4 b/db/include/constants.m4 index 71b328a..46513ff 100644 --- a/db/include/constants.m4 +++ b/db/include/constants.m4 @@ -24,12 +24,12 @@ dnl dnl Standard test for having already included the file. define(`_db_constants.m4')dnl dnl +dnl Include before diverting. The included file un-diverts. +dnl Include shared constants +include(global_constants.m4)dnl dnl Have m4 discard output generated in this file (see bottom) divert(`-1') -dnl Include shared constants -include(global_constants.m4) - dnl dnl General symbols dnl -- 2.34.1