bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems in Emacs with GL_GENERATE_STDINT_H


From: Paul Eggert
Subject: Re: problems in Emacs with GL_GENERATE_STDINT_H
Date: Sat, 18 Dec 2021 16:23:44 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]