From: Jim Meyering Date: Sat, 15 Jan 2000 12:02:58 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): Add strpbrk. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de00aa448a146edbc5a31a1cc335f361f2737356;p=pspp (AC_REPLACE_FUNCS): Add strpbrk. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 641f3f8d83..3d0ca428a9 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -48,6 +48,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(dup2) AC_REPLACE_FUNCS(gethostbyname gethostbyaddr) AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul) + AC_REPLACE_FUNCS(stpbrk) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup)