From: Jim Meyering Date: Sat, 6 May 2000 14:35:16 +0000 (+0000) Subject: AC_REPLACE_FUNCS(atexit). X-Git-Tag: SH-UTILS-2_0h~34 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0a63562cfa08ada5a0bad374c7c7b602a87fa730;p=thirdparty%2Fcoreutils.git AC_REPLACE_FUNCS(atexit). --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index a7d03f75c0..d9f7701c58 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -108,6 +108,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul) AC_REPLACE_FUNCS(strpbrk) AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp) + AC_REPLACE_FUNCS(atexit) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup)