From: Jim Meyering Date: Sat, 6 May 2000 14:35:16 +0000 (+0000) Subject: AC_REPLACE_FUNCS(atexit). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7cc171b865c23ce48cc658ae5172129ef5d432;p=pspp 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)