Cesar Strauss wrote:
> Peter Clifton wrote:
>> For PCB, we included an implementation "lrealpath()", from libiberty. It
>> is intended to provide that functionality in a platform independent way.
> 
> Thanks, it seems to be what I need.
> 
>> http://pcb.cvs.sourceforge.net/pcb/pcb/src/lrealpath.c?view=log
>> http://pcb.cvs.sourceforge.net/pcb/pcb/src/lrealpath.h?view=log
>> http://pcb.cvs.sourceforge.net/pcb/pcb/configure.ac?r1=1.68&r2=1.69
>>
> 
> I guess I'll also need:
> http://pcb.cvs.sourceforge.net/pcb/pcb/acinclude.m4?r1=1.3&r2=1.5
> 

Only the libiberty_NEED_DECLARATION part of it.

Also put this in configure.ac:


# for lrealpath.c
AC_CHECK_FUNCS(realpath canonicalize_file_name)
libiberty_NEED_DECLARATION(canonicalize_file_name)

-Dan


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to