* m4/exclude.m4: Remove file.
* modules/exclude (Files): Remove it.
(configure.ac): Remove gl_EXCLUDE call.
(Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ exclude: Move AC_LIBOBJ invocations to module description.
+ * m4/exclude.m4: Remove file.
+ * modules/exclude (Files): Remove it.
+ (configure.ac): Remove gl_EXCLUDE call.
+ (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
dirname*: Respect rules for use of AC_LIBOBJ.
+++ /dev/null
-# exclude.m4 serial 7
-dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
-dnl 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_EXCLUDE],
-[
- AC_LIBOBJ([exclude])
-])
Files:
lib/exclude.h
lib/exclude.c
-m4/exclude.m4
Depends-on:
fnmatch
xalloc
configure.ac:
-gl_EXCLUDE
Makefile.am:
+lib_SOURCES += exclude.c
Include:
"exclude.h"