autoupdate
[gnulib.git] / modules / perror
index 191749b..8bc9d46 100644 (file)
@@ -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:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all