bug-gnulib
[Top][All Lists]
Advanced

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

Re: dropping close's dependency on fclose broke Octave's build system


From: Jordi Gutiérrez Hermoso
Subject: Re: dropping close's dependency on fclose broke Octave's build system
Date: Mon, 25 Jul 2011 17:45:50 -0500

2011/7/25 Bruno Haible <address@hidden>:
> Paul Eggert wrote:
>> @@ -22,5 +22,5 @@ AC_DEFUN([gl_REPLACE_CLOSE],
>>    AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
>>    REPLACE_CLOSE=1
>>    AC_LIBOBJ([close])
>> -  gl_REPLACE_FCLOSE
>> +  m4_ifdef([gl_REPLACE_FCLOSE], [gl_REPLACE_FCLOSE])
>>  ])
>
> Thanks for the fast fix for my mistake, Paul!
>
> This reminds me to clean up the AC_LIBOBJ invocations in this and related
> *.m4 files... If it had already been cleaned up, this mistake would not
> have happened.

Thanks guys, I'll let Octave devs know it's been dealt with.

- Jordi G. H.



reply via email to

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