aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-07-29 18:53:18 +0800
committerMartin Baulig <martin@src.gnome.org>1998-07-29 18:53:18 +0800
commite66556dbdcd2524c69167d4689b5f8a5cda8386c (patch)
tree36f4b6896f52dd17fb0318d302916e9cd8d55962 /macros/gnome-support.m4
parent6b2ca8957ab1dbe19f7a5f0cb79ecf7e20fe69c9 (diff)
downloadgsoc2013-evolution-e66556dbdcd2524c69167d4689b5f8a5cda8386c.tar
gsoc2013-evolution-e66556dbdcd2524c69167d4689b5f8a5cda8386c.tar.gz
gsoc2013-evolution-e66556dbdcd2524c69167d4689b5f8a5cda8386c.tar.bz2
gsoc2013-evolution-e66556dbdcd2524c69167d4689b5f8a5cda8386c.tar.lz
gsoc2013-evolution-e66556dbdcd2524c69167d4689b5f8a5cda8386c.tar.xz
gsoc2013-evolution-e66556dbdcd2524c69167d4689b5f8a5cda8386c.tar.zst
gsoc2013-evolution-e66556dbdcd2524c69167d4689b5f8a5cda8386c.zip
Removed.
1998-07-29 Martin Baulig <martin@home-of-linux.org> * gnome-fileutils.m4 (AM_FUNC_ERROR_AT_LINE): Removed. * gnome-support.m4 (AM_FUNC_ERROR_AT_LINE): New check. svn path=/trunk/; revision=290
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r--macros/gnome-support.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 7d5fdbe1b1..732d05c76d 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)
+ AM_FUNC_ERROR_AT_LINE
+
# see if we need to declare some functions. Solaris is notorious for
# putting functions into the `libc' but not listing them in the headers
AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h)