X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fperror;h=e74300220a8735880e19451be8bcbb01c3b53a5d;hb=0447803a9a2d924f6dd0c4d0042256f065332b4e;hp=af79a0d8e752231aa6cf4e9ccf29171621eacbb7;hpb=30f176b6e12f1a67070991ee7ac505f2fa8a605c;p=gnulib.git diff --git a/modules/perror b/modules/perror index af79a0d8e..e74300220 100644 --- a/modules/perror +++ b/modules/perror @@ -3,18 +3,18 @@ perror() function: print a message describing error code. Files: lib/perror.c -lib/strerror-impl.h m4/perror.m4 Depends-on: stdio errno [test $REPLACE_PERROR = 1] -intprops [test $REPLACE_PERROR = 1] -verify [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: