X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstpcpy;h=2c3cc951e448d1ab7e83f0705c5da4eb496402e2;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=784af1d687e920d38a7c57852d4acad736b7deca;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/stpcpy b/modules/stpcpy index 784af1d68..2c3cc951e 100644 --- a/modules/stpcpy +++ b/modules/stpcpy @@ -2,21 +2,28 @@ Description: stpcpy() function: copy a string, returning a pointer to its end. Files: -lib/stpcpy.h lib/stpcpy.c m4/stpcpy.m4 Depends-on: +extensions +string configure.ac: gl_FUNC_STPCPY +if test $HAVE_STPCPY = 0; then + AC_LIBOBJ([stpcpy]) + gl_PREREQ_STPCPY +fi +gl_STRING_MODULE_INDICATOR([stpcpy]) Makefile.am: -lib_SOURCES += stpcpy.h Include: -"stpcpy.h" + + +License: +LGPLv2+ Maintainer: Bruno Haible, glibc -