/[guile]/guile/guile-core/acinclude.m4
ViewVC logotype

Diff of /guile/guile-core/acinclude.m4

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

revision 1.11.6.3 by ttn, Mon Mar 4 19:07:08 2002 UTC revision 1.11.6.4 by ttn, Fri May 3 09:15:01 2002 UTC
# Line 1  Line 1 
1  dnl acinclude.m4 for guile  dnl acinclude.m4 for guile
2    
3  dnl     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.  dnl     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
4    
5  dnl This file is part of GUILE.  dnl This file is part of GUILE.
6  dnl  dnl
# Line 36  struct utime blah; Line 36  struct utime blah;
36                  guile_cv_struct_utimbuf_needs_posix=no,                  guile_cv_struct_utimbuf_needs_posix=no,
37                  guile_cv_struct_utimbuf_needs_posix=yes)])                  guile_cv_struct_utimbuf_needs_posix=yes)])
38    if test "$guile_cv_struct_utimbuf_needs_posix" = yes; then    if test "$guile_cv_struct_utimbuf_needs_posix" = yes; then
39       AC_DEFINE(UTIMBUF_NEEDS_POSIX)       AC_DEFINE([UTIMBUF_NEEDS_POSIX], 1,
40           [Define this if <utime.h> doesn't define struct utimbuf unless
41            _POSIX_SOURCE is defined.  See GUILE_STRUCT_UTIMBUF in aclocal.m4.])
42    fi])    fi])
43    
44    
# Line 74  AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD] Line 76  AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD]
76        ]        ]
77      )      )
78      if test "$guile_cv_header_libc_with_unistd" = yes; then      if test "$guile_cv_header_libc_with_unistd" = yes; then
79        AC_DEFINE(LIBC_H_WITH_UNISTD_H)        AC_DEFINE(LIBC_H_WITH_UNISTD_H, 1,
80            [Define this if we should include <libc.h> when we've already
81             included <unistd.h>.  On some systems, they conflict, and libc.h
82             should be omitted.  See GUILE_HEADER_LIBC_WITH_UNISTD in
83             aclocal.m4.])
84      fi      fi
85    ]    ]
86  )  )

Legend:
Removed from v.1.11.6.3  
changed lines
  Added in v.1.11.6.4

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