summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:08:16 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:28 +0200
commit3094f8f70d887dc36a8a1150b2423cb99411b048 (patch)
tree324827cd24a9829e09c7e345f2cdc7be3826e998
parent76565cde8c2a80e85439e164c7598b18649a85ca (diff)
downloadgnulib-3094f8f70d887dc36a8a1150b2423cb99411b048.tar.gz
human: Move AC_LIBOBJ invocations to module description.
* m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation. * modules/human (Makefile.am): Augment lib_SOURCES.
-rw-r--r--ChangeLog6
-rw-r--r--m4/human.m46
-rw-r--r--modules/human1
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 242f5f877a..51afcfaba6 100644
--- 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.
diff --git a/m4/human.m4 b/m4/human.m4
index 21c12f5650..6a4961c4f1 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 2216ca4e6e..a88b15ed9e 100644
--- a/modules/human
+++ b/modules/human
@@ -20,6 +20,7 @@ configure.ac:
gl_HUMAN
Makefile.am:
+lib_SOURCES += human.c
Include:
"human.h"