X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstpncpy;h=cfad9aabc9936dafb16cfcd6250a6d8544bab32f;hb=03ea4328ae1ea7e985f7fd9a42ebf77bc64bd47c;hp=48eedf71b155d8ab09910ae5ece18969663b3665;hpb=3740c324b0f14e757b73cc22d88d30c4235d1bcb;p=gnulib.git diff --git a/modules/stpncpy b/modules/stpncpy index 48eedf71b..cfad9aabc 100644 --- a/modules/stpncpy +++ b/modules/stpncpy @@ -11,6 +11,10 @@ string configure.ac: gl_FUNC_STPNCPY +if test $HAVE_STPNCPY = 0 || test $REPLACE_STPNCPY = 1; then + AC_LIBOBJ([stpncpy]) + gl_PREREQ_STPNCPY +fi gl_STRING_MODULE_INDICATOR([stpncpy]) Makefile.am: @@ -19,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc