summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-07-29 10:53:18 +0000
committerMartin Baulig <martin@src.gnome.org>1998-07-29 10:53:18 +0000
commitcc224194047d368ed7f3e98c1af40fb42a17c67b (patch)
tree3207bd8af48c9e7829de8a75e739b6ade7b87286
parentf0836026327e99084533e417bc2bbe982802b9b5 (diff)
downloadgnome-common-cc224194047d368ed7f3e98c1af40fb42a17c67b.tar.gz
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=302
-rw-r--r--macros/ChangeLog6
-rw-r--r--macros/gnome-fileutils.m41
-rw-r--r--macros/gnome-support.m42
3 files changed, 8 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index dc3a0cc..631b312 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
1998-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-x-checks.m4: Changed Gtk version test to use
diff --git a/macros/gnome-fileutils.m4 b/macros/gnome-fileutils.m4
index ad1c714..7c11a78 100644
--- a/macros/gnome-fileutils.m4
+++ b/macros/gnome-fileutils.m4
@@ -10,7 +10,6 @@ AC_CHECK_HEADERS(fcntl.h sys/param.h sys/statfs.h sys/fstyp.h \
mnttab.h mntent.h sys/statvfs.h sys/vfs.h sys/mount.h \
sys/filsys.h sys/fs_types.h sys/fs/s5param.h)
-AM_FUNC_ERROR_AT_LINE
AC_CHECK_FUNCS(bcopy endgrent endpwent fchdir ftime ftruncate \
getcwd getmntinfo gettimeofday isascii lchown \
listmntent memcpy mkfifo strchr strerror strrchr vprintf)
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 7d5fdbe..732d05c 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)