Mercurial > hg > octave-nkf > gnulib-hg
view m4/write-any-file.m4 @ 17764:2e1bf0ada123
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 26 Sep 2014 09:07:05 -0700 |
parents | 344018b6e5d7 |
children | ab58d4870664 |
line wrap: on
line source
# Determine whether we can write any file. # Copyright (C) 2007, 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Written by Paul Eggert. AC_DEFUN([gl_WRITE_ANY_FILE], [ AC_CHECK_HEADERS_ONCE([priv.h]) ])