memcasecmp: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:35:58 +0000 (00:35 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:30 +0000 (00:07 +0200)
* m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation.
* modules/memcasecmp (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/memcasecmp.m4
modules/memcasecmp

index 67fd8d7..7be2df4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       memcasecmp: Move AC_LIBOBJ invocations to module description.
+       * m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation.
+       * modules/memcasecmp (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        crypto/md5: Move AC_LIBOBJ invocations to module description.
        * m4/md5.m4 (gl_MD5): Remove AC_LIBOBJ invocation.
        * modules/crypto/md5 (Makefile.am): Augment lib_SOURCES.
index 7babf50..35b7c29 100644 (file)
@@ -1,4 +1,4 @@
-#serial 5
+#serial 6
 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,
@@ -6,5 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_MEMCASECMP],
 [
-  AC_LIBOBJ([memcasecmp])
+  :
 ])
index c384791..a165794 100644 (file)
@@ -12,6 +12,7 @@ configure.ac:
 gl_MEMCASECMP
 
 Makefile.am:
+lib_SOURCES += memcasecmp.c
 
 Include:
 "memcasecmp.h"