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

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

index f967aaf233f47b385f04987e67e6ffbeed38b7eb..3d8bd059b8361fb452d7ec3b6b8a6d42e2568634 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        crypto/arctwo: Move AC_LIBOBJ invocations to module description.
diff --git a/m4/argmatch.m4 b/m4/argmatch.m4
deleted file mode 100644 (file)
index eddca3f..0000000
+++ /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])
-])
index c3225976d6827138df4e692190e3a3c1f76769b6..c28ecaf2f1c4de51dd7c2358e0b217b9f3afd8ce 100644 (file)
@@ -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"