summaryrefslogtreecommitdiff
path: root/m4/stdlib-safer.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-03 09:13:04 +0000
committerJim Meyering <jim@meyering.net>2005-07-03 09:13:04 +0000
commit1eae18b276b4168c1696d58bf9fe914b49ed982f (patch)
treee65a4e1c1ffc2426ea46bd092121bae142880a50 /m4/stdlib-safer.m4
parent512e0bae5ae1a0859d62d5e7f465f142b1458b61 (diff)
downloadcoreutils-1eae18b276b4168c1696d58bf9fe914b49ed982f.tar.xz
(gl_STDLIB_SAFER): Add stdlib--.h to the list.
Diffstat (limited to 'm4/stdlib-safer.m4')
-rw-r--r--m4/stdlib-safer.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/stdlib-safer.m4 b/m4/stdlib-safer.m4
index fbbaecb74..f9cc00036 100644
--- a/m4/stdlib-safer.m4
+++ b/m4/stdlib-safer.m4
@@ -6,6 +6,6 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_STDLIB_SAFER],
[
- AC_LIBSOURCES([mkstemp-safer.c, stdlib-safer.h])
+ AC_LIBSOURCES([mkstemp-safer.c, stdlib-safer.h, stdlib--.h])
AC_LIBOBJ([mkstemp-safer])
])