canon-host: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 20:31:13 +0000 (22:31 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:17 +0000 (00:07 +0200)
* m4/canon-host.m4 (gl_CANON_HOST): Remove macro.
* modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST
instead of gl_CANON_HOST.
(Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/canon-host.m4
modules/canon-host

index 4736aaa0d005634a2148fa3f28752c847365c85f..73ce0c8b2e3a1d353e99cb7cc7d2177477571b66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       canon-host: Move AC_LIBOBJ invocations to module description.
+       * m4/canon-host.m4 (gl_CANON_HOST): Remove macro.
+       * modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST
+       instead of gl_CANON_HOST.
+       (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        backupfile: Move AC_LIBOBJ invocations to module description.
index a012905ea8a99994c8e78f3b8461eb0f8f48d22b..615da8b9369cfecf396ced6666afa5ccf7615b78 100644 (file)
@@ -1,15 +1,9 @@
-# canon-host.m4 serial 9
+# canon-host.m4 serial 10
 dnl Copyright (C) 2002-2007, 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.
 
-AC_DEFUN([gl_CANON_HOST],
-[
-  AC_LIBOBJ([canon-host])
-  gl_PREREQ_CANON_HOST
-])
-
 AC_DEFUN([gl_PREREQ_CANON_HOST], [
   :
 ])
index ef9807da4e653e794ecafc468c02ed2fd112e039..c9628da2aef0db6303ab93edc9a9593a10e2c405 100644 (file)
@@ -12,9 +12,10 @@ getaddrinfo
 strdup
 
 configure.ac:
-gl_CANON_HOST
+gl_PREREQ_CANON_HOST
 
 Makefile.am:
+lib_SOURCES += canon-host.c
 
 Include:
 "canon-host.h"