/[autoconf]/autoconf/lib/autoconf/headers.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/headers.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by akim, Mon Nov 12 16:08:53 2001 UTC revision 1.18 by eggert, Sun Nov 25 15:13:04 2001 UTC
# Line 562  AU_DEFUN([AC_UNISTD_H], Line 562  AU_DEFUN([AC_UNISTD_H],
562  AU_DEFUN([AC_USG],  AU_DEFUN([AC_USG],
563  [AC_DIAGNOSE([obsolete],  [AC_DIAGNOSE([obsolete],
564  [$0: Remove `AC_MSG_CHECKING', `AC_TRY_LINK' and this `AC_WARNING'  [$0: Remove `AC_MSG_CHECKING', `AC_TRY_LINK' and this `AC_WARNING'
565  when you ajust your code to use HAVE_STRING_H.])dnl  when you adjust your code to use HAVE_STRING_H.])dnl
566  AC_MSG_CHECKING([for BSD string and memory functions])  AC_MSG_CHECKING([for BSD string and memory functions])
567  AC_TRY_LINK([@%:@include <strings.h>], [rindex(0, 0); bzero(0, 0);],  AC_TRY_LINK([@%:@include <strings.h>], [rindex(0, 0); bzero(0, 0);],
568    [AC_MSG_RESULT(yes)],    [AC_MSG_RESULT(yes)],
# Line 588  AC_CHECK_HEADERS(string.h)]) Line 588  AC_CHECK_HEADERS(string.h)])
588  # HAVE_MEMORY_H.  # HAVE_MEMORY_H.
589  AU_DEFUN([AC_MEMORY_H],  AU_DEFUN([AC_MEMORY_H],
590  [AC_DIAGNOSE([obsolete], [$0: Remove this warning and  [AC_DIAGNOSE([obsolete], [$0: Remove this warning and
591  `AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you ajust your code to  `AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
592  use and HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.])dnl  use and HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.])dnl
593  AC_CHECK_HEADER(memory.h,  AC_CHECK_HEADER(memory.h,
594                  [AC_DEFINE([NEED_MEMORY_H], 1,                  [AC_DEFINE([NEED_MEMORY_H], 1,
# Line 607  AU_DEFUN([AC_DIR_HEADER], Line 607  AU_DEFUN([AC_DIR_HEADER],
607  AC_FUNC_CLOSEDIR_VOID  AC_FUNC_CLOSEDIR_VOID
608  AC_DIAGNOSE([obsolete],  AC_DIAGNOSE([obsolete],
609  [$0: Remove this warning and the four `AC_DEFINE' when you  [$0: Remove this warning and the four `AC_DEFINE' when you
610  ajust your code to use `AC_HEADER_DIRENT'.])  adjust your code to use `AC_HEADER_DIRENT'.])
611  test ac_cv_header_dirent_dirent_h &&  test ac_cv_header_dirent_dirent_h &&
612    AC_DEFINE([DIRENT], 1, [Same as `HAVE_DIRENT_H', don't depend on me.])    AC_DEFINE([DIRENT], 1, [Same as `HAVE_DIRENT_H', don't depend on me.])
613  test ac_cv_header_dirent_sys_ndir_h &&  test ac_cv_header_dirent_sys_ndir_h &&

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26