From f55db51d4bd3346c61ed3e5f5a0b0318c041d1b0 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Wed, 29 Jul 1998 20:38:32 +0000 Subject: Check for functions that `error.c' looks for. * gnome-support.m4: Check for functions that `error.c' looks for. svn path=/trunk/; revision=291 --- macros/ChangeLog | 4 ++++ macros/gnome-support.m4 | 2 ++ 2 files changed, 6 insertions(+) (limited to 'macros') diff --git a/macros/ChangeLog b/macros/ChangeLog index 631b312efb..f717434250 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +1998-07-29 Raja R Harinath + + * gnome-support.m4: Check for functions that `error.c' looks for. + 1998-07-29 Martin Baulig * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): Removed. diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index 732d05c76d..c16b6892ae 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -81,6 +81,8 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[ AC_REPLACE_FUNCS(memmove mkstemp scandir strcasecmp strerror strndup strnlen) AC_REPLACE_FUNCS(strtok_r strtod strtol strtoul vasprintf) + # to include `error.c' error.c has some HAVE_* checks + AC_CHECK_FUNCS(vprintf doprnt sterror_r) AM_FUNC_ERROR_AT_LINE # see if we need to declare some functions. Solaris is notorious for -- cgit