view m4/read-file.m4 @ 7146:f0b6593e5fab

* regexprops-generic.texi: Add a copyright notice.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 15 Aug 2006 21:48:33 +0000
parents 19c37b3f23b1
children d445de86b311
line wrap: on
line source

# read-file.m4 serial 1
dnl Copyright (C) 2002, 2003, 2004, 2005, 2006 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_FUNC_READ_FILE],
[
  AC_LIBSOURCES([read-file.c, read-file.h])
  AC_LIBOBJ([read-file])
  gl_PREREQ_READ_FILE
])

# Prerequisites of lib/read-file.c.
AC_DEFUN([gl_PREREQ_READ_FILE], [:])