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 67fd8d7b379932ac0f981bad6a5796ed9a953982..7be2df496a550817b45ece875912f6dc098b5321 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 7babf5048995c217bc1e09a5caf74318cbfb0cb4..35b7c29365081ba6a89422b7db3faac64b43c7ec 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 c3847913d11e887f0bf2472e04eb9e23e1beca16..a1657945d1e7c8353429c12195456ce2c7b9ce6a 100644 (file)
@@ -12,6 +12,7 @@ configure.ac:
 gl_MEMCASECMP
 
 Makefile.am:
+lib_SOURCES += memcasecmp.c
 
 Include:
 "memcasecmp.h"