diff options
Diffstat (limited to 'macros')
-rw-r--r-- | macros/ChangeLog | 4 | ||||
-rw-r--r-- | macros/gnome-support.m4 | 2 |
2 files changed, 6 insertions, 0 deletions
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 <harinath@cs.umn.edu> + + * gnome-support.m4: Check for functions that `error.c' looks for. + 1998-07-29 Martin Baulig <martin@home-of-linux.org> * 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 |