summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-07-29 20:38:32 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-07-29 20:38:32 +0000
commitc782795d0f9d881d904906fd7e30c0b5637c95f0 (patch)
treeab99e15a81b2374fb303cf948bcdd81faf3a480e
parent1eb595d4d74d1bcbca53563e9cedebea9be2a99d (diff)
downloadgnome-common-c782795d0f9d881d904906fd7e30c0b5637c95f0.tar.gz
Check for functions that `error.c' looks for.
* gnome-support.m4: Check for functions that `error.c' looks for. svn path=/trunk/; revision=306
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-support.m42
2 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 631b312..f717434 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 732d05c..c16b689 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