From: Jim Meyering Date: Sun, 3 Jul 2005 09:13:04 +0000 (+0000) Subject: (gl_STDLIB_SAFER): Add stdlib--.h to the list. X-Git-Tag: CPPI-1_12~366 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1eae18b276b4168c1696d58bf9fe914b49ed982f;p=thirdparty%2Fcoreutils.git (gl_STDLIB_SAFER): Add stdlib--.h to the list. --- diff --git a/m4/stdlib-safer.m4 b/m4/stdlib-safer.m4 index fbbaecb746..f9cc000369 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]) ])