From: Bruno Haible Date: Mon, 23 May 2011 21:08:08 +0000 (+0200) Subject: exclude: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2332 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6467c8d8a544df841f940bce014c826f6bbb8c23;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 9497db034..d92aaba5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-23 Bruno Haible + 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 + dirname*: Respect rules for use of AC_LIBOBJ. * m4/dirname.m4 (gl_DIRNAME, gl_DIRNAME_LGPL): Remove AC_LIBOBJ invocations. diff --git a/m4/exclude.m4 b/m4/exclude.m4 deleted file mode 100644 index e6fee8e07..000000000 --- a/m4/exclude.m4 +++ /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]) -]) diff --git a/modules/exclude b/modules/exclude index 7ff3c1409..b1f83991a 100644 --- a/modules/exclude +++ b/modules/exclude @@ -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"