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: Bruno Haible
Subject: Re: dropping close's dependency on fclose broke Octave's build system
Date: Mon, 25 Jul 2011 23:08:20 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

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.

Bruno
-- 
In memoriam André Chénier <http://en.wikipedia.org/wiki/André_Chénier>



reply via email to

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