Mercurial > hg > octave-kai > gnulib-hg
view m4/copy-file.m4 @ 7114:5b8becde9879
.
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 11 Aug 2006 08:19:37 +0000 |
parents | adff74659d81 |
children | f6cba5a556ce |
line wrap: on
line source
# copy-file.m4 serial 2 dnl Copyright (C) 2003 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_COPY_FILE], [ AC_CHECK_HEADERS_ONCE(unistd.h utime.h) AC_CHECK_FUNCS(chown utime utimes) ])