X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fperror;h=8bc9d46b9f1dee4a7081fc2a69531b2207e4ff76;hb=d5bdbf8fefafcbcc1e64c207f8af9109633ba668;hp=191749b1455116ae6404ebd52060ee1826cb0219;hpb=910b876a54e8bfa91393e6dfdb553c1249b9fdcd;p=gnulib.git diff --git a/modules/perror b/modules/perror index 191749b14..8bc9d46b9 100644 --- a/modules/perror +++ b/modules/perror @@ -7,11 +7,15 @@ m4/perror.m4 Depends-on: stdio -errno -strerror +errno [test $REPLACE_PERROR = 1] +strerror-override [test $REPLACE_PERROR = 1] +strerror_r-posix [test $REPLACE_PERROR = 1] configure.ac: gl_FUNC_PERROR +if test $REPLACE_PERROR = 1; then + AC_LIBOBJ([perror]) +fi gl_STRING_MODULE_INDICATOR([perror]) Makefile.am: @@ -20,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all