annotate m4/fwritable.m4 @ 12559:c2cbabec01dd

update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
author Jim Meyering <meyering@redhat.com>
date Fri, 01 Jan 2010 10:31:12 +0100
parents b5e42ef33b49
children 97fc9a21a8fb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 # fwritable.m4 serial 1
12559
c2cbabec01dd update nearly all FSF copyright year lists to include 2010
Jim Meyering <meyering@redhat.com>
parents: 12518
diff changeset
2 dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
8689
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_FUNC_FWRITABLE],
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 AC_CHECK_FUNCS_ONCE([__fwritable])
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 if test $ac_cv_func___fwritable = no; then
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 AC_LIBOBJ([fwritable])
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 fi
1476896d10ae New module 'fwritable'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 ])