gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / stpcpy
blob66c481d691b1d9618e37a8b96bf1f54b4e30a688
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 gl_CONDITIONAL([GL_COND_OBJ_STPCPY],
15                [test $HAVE_STPCPY = 0 || test $REPLACE_STPCPY = 1])
16 AM_COND_IF([GL_COND_OBJ_STPCPY], [
17   gl_PREREQ_STPCPY
19 gl_STRING_MODULE_INDICATOR([stpcpy])
21 Makefile.am:
22 if GL_COND_OBJ_STPCPY
23 lib_SOURCES += stpcpy.c
24 endif
26 Include:
27 <string.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 glibc