X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fperror;h=8bc9d46b9f1dee4a7081fc2a69531b2207e4ff76;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=d2147b6b661a144a5839d49a3fbfc6b463e08bc8;hpb=b6772983c800c6faee7fc793b83975afb6d58bcc;p=gnulib.git diff --git a/modules/perror b/modules/perror index d2147b6b6..8bc9d46b9 100644 --- a/modules/perror +++ b/modules/perror @@ -7,11 +7,15 @@ m4/perror.m4 Depends-on: stdio -errno [test $REPLACE_PERROR = 1] -strerror [test $REPLACE_PERROR = 1] +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: