X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstpcpy;h=2c3cc951e448d1ab7e83f0705c5da4eb496402e2;hb=ade8cd7e510c08163f4b80603de470555c92695c;hp=398a315959b191d43f6305a76dcf5ef790d6e6b4;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/stpcpy b/modules/stpcpy index 398a31595..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: -EXTRA_DIST += stpcpy.h stpcpy.c Include: -"stpcpy.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc -