From 95a7f1770aa4f9b52f6625de0fd8a05bb34d149a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:35:58 +0200 Subject: [PATCH] memcasecmp: Move AC_LIBOBJ invocations to module description. * m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation. * modules/memcasecmp (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/memcasecmp.m4 | 4 ++-- modules/memcasecmp | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67fd8d7b3..7be2df496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + 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 7babf5048..35b7c2936 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 c3847913d..a1657945d 100644 --- a/modules/memcasecmp +++ b/modules/memcasecmp @@ -12,6 +12,7 @@ configure.ac: gl_MEMCASECMP Makefile.am: +lib_SOURCES += memcasecmp.c Include: "memcasecmp.h" -- 2.11.0