2011/7/25 Bruno Haible <[email protected]>: > 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.
