From: Bruno Haible Date: Mon, 23 May 2011 22:08:16 +0000 (+0200) Subject: human: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2317 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3094f8f70d887dc36a8a1150b2423cb99411b048;p=gnulib.git human: Move AC_LIBOBJ invocations to module description. * m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation. * modules/human (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 242f5f877..51afcfaba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + human: Move AC_LIBOBJ invocations to module description. + * m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation. + * modules/human (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + crypto/hmac-sha1: Move AC_LIBOBJ invocations to module description. * m4/hmac-sha1.m4: Remove file. * modules/crypto/hmac-sha1 (Files): Remove it. diff --git a/m4/human.m4 b/m4/human.m4 index 21c12f565..6a4961c4f 100644 --- a/m4/human.m4 +++ b/m4/human.m4 @@ -1,13 +1,11 @@ -#serial 10 +#serial 11 dnl Copyright (C) 2002-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, dnl with or without modifications, as long as this notice is preserved. +dnl Prerequisites of lib/human.c. AC_DEFUN([gl_HUMAN], [ - AC_LIBOBJ([human]) - - dnl Prerequisites of lib/human.c. : ]) diff --git a/modules/human b/modules/human index 2216ca4e6..a88b15ed9 100644 --- a/modules/human +++ b/modules/human @@ -20,6 +20,7 @@ configure.ac: gl_HUMAN Makefile.am: +lib_SOURCES += human.c Include: "human.h"