X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstpcpy;h=2c3cc951e448d1ab7e83f0705c5da4eb496402e2;hb=c025e2c9516ad949e0b8c97aacc2dd811909d877;hp=085397193e6bae59c551754ec053ae35bfc0f012;hpb=3740c324b0f14e757b73cc22d88d30c4235d1bcb;p=gnulib.git diff --git a/modules/stpcpy b/modules/stpcpy index 085397193..2c3cc951e 100644 --- a/modules/stpcpy +++ b/modules/stpcpy @@ -11,6 +11,10 @@ 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: @@ -19,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc