X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstpncpy;h=cfad9aabc9936dafb16cfcd6250a6d8544bab32f;hb=c48fb40889bd69fbd48a542636686f7b117faff7;hp=6453c80943ffc0812f6bc88ae1ea70222381a983;hpb=01bffc033dfef548b6edc50ae134175cbc5dc652;p=gnulib.git diff --git a/modules/stpncpy b/modules/stpncpy index 6453c8094..cfad9aabc 100644 --- a/modules/stpncpy +++ b/modules/stpncpy @@ -6,10 +6,15 @@ lib/stpncpy.c m4/stpncpy.m4 Depends-on: +extensions 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: @@ -18,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc