summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:35:58 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:30 +0200
commit95a7f1770aa4f9b52f6625de0fd8a05bb34d149a (patch)
tree101bd288e3231f2850c9062ffcab09a3de2fd7cd
parent7da4d67b7149359a00ed137f81752074339d93ab (diff)
downloadgnulib-95a7f1770aa4f9b52f6625de0fd8a05bb34d149a.tar.gz
memcasecmp: Move AC_LIBOBJ invocations to module description.
* m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation. * modules/memcasecmp (Makefile.am): Augment lib_SOURCES.
-rw-r--r--ChangeLog6
-rw-r--r--m4/memcasecmp.m44
-rw-r--r--modules/memcasecmp1
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 67fd8d7b37..7be2df496a 100644
--- 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.
diff --git a/m4/memcasecmp.m4 b/m4/memcasecmp.m4
index 7babf50489..35b7c29365 100644
--- a/m4/memcasecmp.m4
+++ b/m4/memcasecmp.m4
@@ -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])
+ :
])
diff --git a/modules/memcasecmp b/modules/memcasecmp
index c3847913d1..a1657945d1 100644
--- a/modules/memcasecmp
+++ b/modules/memcasecmp
@@ -12,6 +12,7 @@ configure.ac:
gl_MEMCASECMP
Makefile.am:
+lib_SOURCES += memcasecmp.c
Include:
"memcasecmp.h"