X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstpcpy;h=2c3cc951e448d1ab7e83f0705c5da4eb496402e2;hb=639ea5ae15e39fe48d43e04864b2997301e4b969;hp=7bcf9d8600755ef4adfc651317668ab0f3541bc5;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/stpcpy b/modules/stpcpy index 7bcf9d860..2c3cc951e 100644 --- a/modules/stpcpy +++ b/modules/stpcpy @@ -2,24 +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: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc -