warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / stpcpy
blob3a7cd40196e904b2a33381e5797dd1223020b272
1 Description:
2 stpcpy() function: copy a string, returning a pointer to its end.
4 Files:
5 lib/stpcpy.c
6 m4/stpcpy.m4
8 Depends-on:
9 extensions
10 string
12 configure.ac:
13 gl_FUNC_STPCPY
14 if test $HAVE_STPCPY = 0; then
15   AC_LIBOBJ([stpcpy])
16   gl_PREREQ_STPCPY
18 gl_STRING_MODULE_INDICATOR([stpcpy])
20 Makefile.am:
22 Include:
23 <string.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 glibc