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 242f5f877ac1d310cfa3945cd97aa1ddba721196..51afcfaba6572b1ada9f83551e614ba5f090513c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 21c12f5650a860c1b3cd7104cf66155f199b3c29..6a4961c4f116a2d5511313a2daa1949b8681d579 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 2216ca4e6ef2e54638d282204f087d52ffd7700c..a88b15ed9eb41a3e6d7aa55e71967d82e18724f5 100644 (file)
@@ -20,6 +20,7 @@ configure.ac:
 gl_HUMAN
 
 Makefile.am:
+lib_SOURCES += human.c
 
 Include:
 "human.h"