summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-23 22:45:58 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:19 +0200
commita292d7f866813679fb74395332df7c46bc976a9e (patch)
treebe3b405d874d0d6d5dc74ab715bfa617502c318a
parent7281af20c49b769c3dc44c22c4e307ea57608b7c (diff)
downloadgnulib-a292d7f866813679fb74395332df7c46bc976a9e.tar.gz
closein: Move AC_LIBOBJ invocations to module description.
* m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation. * modules/closein (Makefile.am): Augment lib_SOURCES.
-rw-r--r--ChangeLog6
-rw-r--r--m4/closein.m46
-rw-r--r--modules/closein1
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index db0fe196ed..651a7bbb10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-05-23 Bruno Haible <bruno@clisp.org>
+ closein: Move AC_LIBOBJ invocations to module description.
+ * m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation.
+ * modules/closein (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
cloexec: Move AC_LIBOBJ invocations to module description.
* m4/cloexec.m4: Remove file.
* modules/cloexec (Files): Remove it.
diff --git a/m4/closein.m4 b/m4/closein.m4
index a5731ee06e..59b8f795c9 100644
--- a/m4/closein.m4
+++ b/m4/closein.m4
@@ -1,13 +1,11 @@
-# closein.m4 serial 1
+# closein.m4 serial 2
dnl Copyright (C) 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.
+dnl Prerequisites of lib/closein.c.
AC_DEFUN([gl_CLOSEIN],
[
- AC_LIBOBJ([closein])
-
- dnl Prerequisites of lib/closein.c.
:
])
diff --git a/modules/closein b/modules/closein
index 522a383d3e..5f6e7d77ff 100644
--- a/modules/closein
+++ b/modules/closein
@@ -16,6 +16,7 @@ configure.ac:
gl_CLOSEIN
Makefile.am:
+lib_SOURCES += closein.c
Include:
"closein.h"