Sam Steingold wrote:
> > 2. Regenerate the infrastructure (run autoconf, automake, etc.),
>
> I did that (make -f Makefile.devel check-configures)
Well, in the current clisp CVS, there is an assignment to GNULIB_MKOSTEMP
in clisp/modules/regexp/glm4/stdlib_h.m4 but none in
clisp/modules/regexp/c
On Thu, Sep 17, 2009 at 5:15 PM, Bruno Haible wrote:
> Sam Steingold wrote:
>> I updated clisp to the latest gnulib (to take advantage of the mktime fix)
>> and now build fails with this:
>>
>> ./stdlib.h:189:5: error: #if with no expression
>>
>> this comes from
>>
>> #if @GNULIB_MKOSTEMP@
>> # i
Sam Steingold wrote:
> I updated clisp to the latest gnulib (to take advantage of the mktime fix)
> and now build fails with this:
>
> ./stdlib.h:189:5: error: #if with no expression
>
> this comes from
>
> #if @GNULIB_MKOSTEMP@
> # if !...@have_mkostemp@
Looks like you regenerated stdlib.h wit