human: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:08:16 +0000 (00:08 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:28 +0000 (00:07 +0200)
* m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation.
* modules/human (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/human.m4
modules/human

index 242f5f8..51afcfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       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  <bruno@clisp.org>
+
        crypto/hmac-sha1: Move AC_LIBOBJ invocations to module description.
        * m4/hmac-sha1.m4: Remove file.
        * modules/crypto/hmac-sha1 (Files): Remove it.
index 21c12f5..6a4961c 100644 (file)
@@ -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.
   :
 ])
index 2216ca4..a88b15e 100644 (file)
@@ -20,6 +20,7 @@ configure.ac:
 gl_HUMAN
 
 Makefile.am:
+lib_SOURCES += human.c
 
 Include:
 "human.h"