emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs pretest 28.0.90 is out


From: Po Lu
Subject: Re: Emacs pretest 28.0.90 is out
Date: Sun, 05 Dec 2021 19:30:31 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Po Lu <luangruo@yahoo.com>
>> Cc: emacs-devel@gnu.org
>> Date: Sun, 05 Dec 2021 19:18:12 +0800
>> 
>> @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in-h
>> @GL_GENERATE_ALLOCA_H_TRUE@  $(AM_V_GEN)rm -f $@-t $@
>> @GL_GENERATE_ALLOCA_H_TRUE@  { echo '/* DO NOT EDIT! GENERATED 
>> AUTOMATICALLY! */'; \
>> @GL_GENERATE_ALLOCA_H_TRUE@    cat $(srcdir)/alloca.in-h >> $@-t
>> @GL_GENERATE_ALLOCA_H_TRUE@  } > $@-t
>> @GL_GENERATE_ALLOCA_H_TRUE@  mv -f $@-t $@
>> @GL_GENERATE_ALLOCA_H_FALSE@alloca.h:
>> @GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@
>> 
>> The @GL_GENERATE_ALLOCA_H_* parts should have been replaced by
>> sedlibmk.inp, correct?
>
> Yes.  The DOS build shouldn't need Gnulib's alloca.h.

Thanks.  It seems that this part of sedlibmk.inp is supposed to get rid
of those:

s/= @GL_GENERATE_ALLOCA_H@/= 1/
s/= @GL_GENERATE_BYTESWAP_H@/= 1/
s/= @GL_GENERATE_EXECINFO_H@/= 1/
s/= @GL_GENERATE_STDALIGN_H@/= 1/
s/= @GL_GENERATE_STDDEF_H@/= 1/
s/= @GL_GENERATE_STDINT_H@/= 1/
s/= @GL_GENERATE_LIMITS_H@/= 1/
s/= @GL_GENERATE_ERRNO_H@/= /
s/= @GL_GENERATE_LIMITS_H@/= /

But they are only effective for @GL_GENERATE_ALLOC_H@, which I take to
have changed into @GL_GENERATE_ALLOCA_H_TRUE@ and
@GL_GENERATE_ALLOCA_H_FALSE@ in gnulib?  Or am I missing something?

Thanks.


reply via email to

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