This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: stat & snprintf replacements?


Derek Robert Price <derek@ximbiot.com> wrote:
> Could anyone tell me where I might find GPL'd versions of stat.c and
> snprintf.c suitable for AC_LIBOBJ replacement?  AC_FUNC_STAT, in
> particular, requires a stat.c, but I haven't been able to find a
> suitable GPL'd version of either file.

stat.c and lstat.c are here:
  https://savannah.gnu.org/projects/gnulib

In the same place, you'll also find *asnprintf.[ch],
which should do what you want.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]