On 13/12/16 17:43, John W. Eaton wrote: > The test in link.m4 needs to include <stdio.h> to provide a declaration > for the rename function. The test fails if building with GCC's > -Werror=implicit-function-declaration option. > > This was reported as part of a bug with building Octave on Fedora, which > now uses -Werror=implicit-function-declaration by default. > > https://savannah.gnu.org/bugs/?49782 > > jwe >
pushed. thanks!