aboutsummaryrefslogtreecommitdiff
path: root/lib/error.m4
diff options
context:
space:
mode:
Diffstat (limited to 'lib/error.m4')
-rw-r--r--lib/error.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/error.m4 b/lib/error.m4
deleted file mode 100644
index 0bc2e689..00000000
--- a/lib/error.m4
+++ /dev/null
@@ -1,15 +0,0 @@
-#serial 9
-
-AC_DEFUN([gl_ERROR],
-[
- AC_FUNC_ERROR_AT_LINE
- dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
- jm_PREREQ_ERROR
-])
-
-# Prerequisites of lib/error.c.
-AC_DEFUN([jm_PREREQ_ERROR],
-[
- AC_REQUIRE([AC_FUNC_STRERROR_R])
- :
-])