From: Bruno Haible Date: Mon, 23 May 2011 20:24:44 +0000 (+0200) Subject: argmatch: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2349 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=9e1cdef20b772f0baac07cd0dbec23a00574d28c;p=gnulib.git argmatch: Move AC_LIBOBJ invocations to module description. * m4/argmatch.m4: Remove file. * modules/argmatch (Files): Remove it. (configure.ac): Remove gl_ARGMATCH call. (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index f967aaf23..3d8bd059b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-23 Bruno Haible + argmatch: Move AC_LIBOBJ invocations to module description. + * m4/argmatch.m4: Remove file. + * modules/argmatch (Files): Remove it. + (configure.ac): Remove gl_ARGMATCH call. + (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + crypto/arctwo: Move AC_LIBOBJ invocations to module description. * m4/arctwo.m4 (gl_ARCTWO): Remove AC_LIBOBJ invocation. * modules/crypto/arctwo (Makefile.am): Augment lib_SOURCES. diff --git a/m4/argmatch.m4 b/m4/argmatch.m4 deleted file mode 100644 index eddca3f10..000000000 --- a/m4/argmatch.m4 +++ /dev/null @@ -1,10 +0,0 @@ -#serial 3 -dnl Copyright (C) 2005-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_ARGMATCH], -[ - AC_LIBOBJ([argmatch]) -]) diff --git a/modules/argmatch b/modules/argmatch index c3225976d..c28ecaf2f 100644 --- a/modules/argmatch +++ b/modules/argmatch @@ -4,7 +4,6 @@ Search for an exact or abbreviated match of a string in an array of strings. Files: lib/argmatch.h lib/argmatch.c -m4/argmatch.m4 Depends-on: gettext-h @@ -18,9 +17,9 @@ stdlib memcmp configure.ac: -gl_ARGMATCH Makefile.am: +lib_SOURCES += argmatch.c Include: "argmatch.h"