From: Bruno Haible Date: Mon, 23 May 2011 22:35:58 +0000 (+0200) Subject: memcasecmp: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a7f1770aa4f9b52f6625de0fd8a05bb34d149a;p=pspp memcasecmp: Move AC_LIBOBJ invocations to module description. * m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation. * modules/memcasecmp (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 67fd8d7b37..7be2df496a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. 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"