On 12/18/21 05:55, Bruno Haible wrote:
Change emacs/configure.ac to use this:
AC_DEFUN([AM_CONDITIONAL],
[$2 && $1_CONDITION=1 || $1_CONDITION=
AC_SUBST([$1_CONDITION])])
and at the same time, change gnulib-tool through the attached patch.
Thanks much for the diagnosis and suggestion. I installed that patch
into Gnulib in your name, and updated the Emacs master branch
accordingly here:
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=f05a93e8232e6f56458ac16d733b03e96a63e930
One thing I noticed in that web page is a lot of lines that look like this:
+ $(MKDIR_P) '.' && \
Would it be possible to remove those?