[RFA] fix compilation warning in libiberty.h

Adam Nemet anemet@lnxw.com
Fri Apr 22 23:03:00 GMT 2005


Daniel Jacobowitz writes:
> On Thu, Mar 31, 2005 at 03:27:34PM +0200, Jerome Guitton wrote:
>> +AC_MSG_CHECKING(for a declaration for basename)
>> +AC_CACHE_VAL(bfd_cv_decl_basename,
>> +[AC_TRY_COMPILE([#include "sysdep.h"],
>> +[#ifndef basename
> 
> Can't this be just AC_CHECK_DECLS(basename)?

The checked in version was:

  AC_CHECK_DECLS(basename, , , [#include "sysdep.h"]) 

How is this supposed to find sysdep.h?  I am getting:

  $ grep -C basename bfd/config.log
  configure:9522: $? = 0
  configure:9534: result: yes
  configure:9545: checking whether basename is declared
  configure:9570: gcc -c -g -O2  conftest.c >&5
  conftest.c:73:20: sysdep.h: No such file or directory

Adam



More information about the Binutils mailing list