exclude: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 21:08:08 +0000 (23:08 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:22 +0000 (00:07 +0200)
* m4/exclude.m4: Remove file.
* modules/exclude (Files): Remove it.
(configure.ac): Remove gl_EXCLUDE call.
(Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/exclude.m4 [deleted file]
modules/exclude

index 9497db034c89795f48bb96a206a07b0982982b7c..d92aaba5ddfd87df2e8292f88acaa3ee5c9f03f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
diff --git a/m4/exclude.m4 b/m4/exclude.m4
deleted file mode 100644 (file)
index e6fee8e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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])
-])
index 7ff3c1409325d37e93a7e28b097909fd1d3f65d3..b1f83991af942aa7ea65b58820458567debb7da9 100644 (file)
@@ -4,7 +4,6 @@ Manage list of filenames or wildcard patterns for --exclude option processing.
 Files:
 lib/exclude.h
 lib/exclude.c
-m4/exclude.m4
 
 Depends-on:
 fnmatch
@@ -16,9 +15,9 @@ verify
 xalloc
 
 configure.ac:
-gl_EXCLUDE
 
 Makefile.am:
+lib_SOURCES += exclude.c
 
 Include:
 "exclude.h"