summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:57:31 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:32 +0200
commit46a0e77e9c19a4a69ece796fa57ab7c66bdc5fd6 (patch)
treeb3a93c4e83792b63703f4bd210c6676084973bab
parent9309a5fba541306219c240b0f91fc676a82c9527 (diff)
downloadgnulib-46a0e77e9c19a4a69ece796fa57ab7c66bdc5fd6.tar.gz
modechange: Move AC_LIBOBJ invocations to module description.
* m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation. * modules/modechange (Makefile.am): Augment lib_SOURCES.
-rw-r--r--ChangeLog6
-rw-r--r--m4/modechange.m44
-rw-r--r--modules/modechange1
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bdec47da5..4cce268553 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-05-23 Bruno Haible <bruno@clisp.org>
+ modechange: Move AC_LIBOBJ invocations to module description.
+ * m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation.
+ * modules/modechange (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
mkdir-p: Move AC_LIBOBJ invocations to module description.
* m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Remove AC_LIBOBJ invocations.
* modules/mkdir-p (Makefile.am): Augment lib_SOURCES.
diff --git a/m4/modechange.m4 b/m4/modechange.m4
index 8661ade64a..8c463bfb72 100644
--- a/m4/modechange.m4
+++ b/m4/modechange.m4
@@ -1,4 +1,4 @@
-# modechange.m4 serial 6
+# modechange.m4 serial 7
dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
@@ -7,5 +7,5 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_MODECHANGE],
[
- AC_LIBOBJ([modechange])
+ :
])
diff --git a/modules/modechange b/modules/modechange
index e58589a63e..b5b86a4186 100644
--- a/modules/modechange
+++ b/modules/modechange
@@ -18,6 +18,7 @@ configure.ac:
gl_MODECHANGE
Makefile.am:
+lib_SOURCES += modechange.c
Include:
"modechange.h"