From 46a0e77e9c19a4a69ece796fa57ab7c66bdc5fd6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:57:31 +0200 Subject: [PATCH] modechange: Move AC_LIBOBJ invocations to module description. * m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation. * modules/modechange (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/modechange.m4 | 4 ++-- modules/modechange | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6bdec47da5..4cce268553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 mkdir-p: Move AC_LIBOBJ invocations to module description. 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" -- 2.30.2