On Sat, Oct 19, 2024 at 09:34:49AM +0200, Patrice Dumas wrote: > Actually, I am also confused by the lack of AC_CONFIG_MACRO_DIR in the > main directory, as I do not understand how autoreconf/aclocal can > determine that gnulib autoconf macros come from gnulib/m4.
Found it, there is a -I gnulib/m4 for the autogen.sh invocation. Maybe we could have a m4 directory separate from gnulib/m4 for both libtool and gettext m4 files, also both for main configure.ac and tp/Texinfo/XS/configure.ac, and use AC_CONFIG_MACRO_DIR/AC_CONFIG_MACRO_DIRS in both main configure.ac and tp/Texinfo/XS/configure.ac? -- Pat
