changeset 15177:03af0fa5d04e

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.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 22:24:44 +0200
parents 5a04c11e8a0a
children 5f6af8ca83f6
files ChangeLog m4/argmatch.m4 modules/argmatch
diffstat 3 files changed, 9 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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.
deleted file mode 100644
--- 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])
-])
--- a/modules/argmatch
+++ b/modules/argmatch
@@ -4,7 +4,6 @@
 Files:
 lib/argmatch.h
 lib/argmatch.c
-m4/argmatch.m4
 
 Depends-on:
 gettext-h
@@ -18,9 +17,9 @@
 memcmp
 
 configure.ac:
-gl_ARGMATCH
 
 Makefile.am:
+lib_SOURCES += argmatch.c
 
 Include:
 "argmatch.h"