/[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.13.2.1 by ossau, Thu Feb 21 19:29:44 2002 UTC revision 1.13.2.2 by rlb, Tue Apr 9 17:17:03 2002 UTC
# Line 15  struct utime blah; Line 15  struct utime blah;
15                  guile_cv_struct_utimbuf_needs_posix=no,                  guile_cv_struct_utimbuf_needs_posix=no,
16                  guile_cv_struct_utimbuf_needs_posix=yes)])                  guile_cv_struct_utimbuf_needs_posix=yes)])
17    if test "$guile_cv_struct_utimbuf_needs_posix" = yes; then    if test "$guile_cv_struct_utimbuf_needs_posix" = yes; then
18       AC_DEFINE(UTIMBUF_NEEDS_POSIX)       AC_DEFINE([UTIMBUF_NEEDS_POSIX], 1,
19           [Define this if <utime.h> doesn't define struct utimbuf unless
20            _POSIX_SOURCE is defined.  See GUILE_STRUCT_UTIMBUF in aclocal.m4.])
21    fi])    fi])
22    
23    
# Line 53  AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD] Line 55  AC_DEFUN([GUILE_HEADER_LIBC_WITH_UNISTD]
55        ]        ]
56      )      )
57      if test "$guile_cv_header_libc_with_unistd" = yes; then      if test "$guile_cv_header_libc_with_unistd" = yes; then
58        AC_DEFINE(LIBC_H_WITH_UNISTD_H)        AC_DEFINE(LIBC_H_WITH_UNISTD_H, 1,
59            [Define this if we should include <libc.h> when we've already
60             included <unistd.h>.  On some systems, they conflict, and libc.h
61             should be omitted.  See GUILE_HEADER_LIBC_WITH_UNISTD in
62             aclocal.m4.])
63      fi      fi
64    ]    ])
65  )  
66    
67    
68    

Legend:
Removed from v.1.13.2.1  
changed lines
  Added in v.1.13.2.2

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