summaryrefslogtreecommitdiff
path: root/m4/exitfail.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 06:46:46 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 06:46:46 +0000
commiteb07c85e9f50e615a9b3c71e5ea9e9153b1af557 (patch)
treee370f09784abb755b85dbc5d926588de5f71d261 /m4/exitfail.m4
parent170d369938c41a15632b51b015cbfc74d153119f (diff)
downloadcoreutils-eb07c85e9f50e615a9b3c71e5ea9e9153b1af557.tar.xz
(gl_EXITFAIL): Do not check for stdlib.h.
Diffstat (limited to 'm4/exitfail.m4')
-rw-r--r--m4/exitfail.m411
1 files changed, 4 insertions, 7 deletions
diff --git a/m4/exitfail.m4 b/m4/exitfail.m4
index 3551c4167..dadd02906 100644
--- a/m4/exitfail.m4
+++ b/m4/exitfail.m4
@@ -1,13 +1,10 @@
-# exitfail.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# exitfail.m4 serial 2
+dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
-AC_DEFUN([gl_EXITFAIL],
-[
- dnl Prerequisites of lib/exitfail.c.
- AC_CHECK_HEADERS_ONCE(stdlib.h)
-])
+dnl Prerequisites of lib/exitfail.c.
+AC_DEFUN([gl_EXITFAIL], [:])