This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: stat & snprintf replacements?
- From: Jim Meyering <jim at meyering dot net>
- To: Derek Robert Price <derek at ximbiot dot com>
- Cc: autoconf at gnu dot org
- Cc: automake at gnu dot org
- Date: Wed, 14 May 2003 10:58:18 +0200
- Subject: Re: stat & snprintf replacements?
- References: <3EBBBDE0.9040603@ximbiot.com>
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.