* m4/read-file.m4 (gl_FUNC_READ_FILE): Remove macro.
* modules/read-file (configure.ac): Invoke gl_PREREQ_READ_FILE instead
of gl_FUNC_READ_FILE.
(Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ read-file: Move AC_LIBOBJ invocations to module description.
+ * m4/read-file.m4 (gl_FUNC_READ_FILE): Remove macro.
+ * modules/read-file (configure.ac): Invoke gl_PREREQ_READ_FILE instead
+ of gl_FUNC_READ_FILE.
+ (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
quotearg: Move AC_LIBOBJ invocations to module description.
-# read-file.m4 serial 2
+# read-file.m4 serial 3
dnl Copyright (C) 2002-2006, 2009-2011 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_LIBOBJ([read-file])
- gl_PREREQ_READ_FILE
-])
-
# Prerequisites of lib/read-file.c.
AC_DEFUN([gl_PREREQ_READ_FILE], [:])
sys_stat
configure.ac:
-gl_FUNC_READ_FILE
+gl_PREREQ_READ_FILE
Makefile.am:
+lib_SOURCES += read-file.c
Include:
"read-file.h"