summaryrefslogtreecommitdiff
path: root/gnulib/modules/perror
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/perror')
m---------gnulib0
-rw-r--r--gnulib/modules/perror30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/perror b/gnulib/modules/perror
new file mode 100644
index 0000000..8bc9d46
--- /dev/null
+++ b/gnulib/modules/perror
@@ -0,0 +1,30 @@
+Description:
+perror() function: print a message describing error code.
+
+Files:
+lib/perror.c
+m4/perror.m4
+
+Depends-on:
+stdio
+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:
+
+Include:
+<stdio.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all