From a1520a75b32e4cfb0eb09104054cf27560589899 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 23:35:39 +0200 Subject: [PATCH] getndelim2: Move AC_LIBOBJ invocations to module description. * m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation. * modules/getndelim2 (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/getndelim2.m4 | 3 +-- modules/getndelim2 | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72cfe8c9c5..4ca49ae7a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + getndelim2: Move AC_LIBOBJ invocations to module description. + * m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation. + * modules/getndelim2 (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description. diff --git a/m4/getndelim2.m4 b/m4/getndelim2.m4 index 9c94504a99..57ccaf7575 100644 --- a/m4/getndelim2.m4 +++ b/m4/getndelim2.m4 @@ -1,4 +1,4 @@ -# getndelim2.m4 serial 7 +# getndelim2.m4 serial 8 dnl Copyright (C) 2003, 2006, 2008-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, @@ -6,7 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GETNDELIM2], [ - AC_LIBOBJ([getndelim2]) gl_PREREQ_GETNDELIM2 AC_CHECK_FUNCS_ONCE([flockfile]) AC_CHECK_FUNCS_ONCE([funlockfile]) diff --git a/modules/getndelim2 b/modules/getndelim2 index daf4b5f028..dec82e4b57 100644 --- a/modules/getndelim2 +++ b/modules/getndelim2 @@ -19,6 +19,7 @@ configure.ac: gl_GETNDELIM2 Makefile.am: +lib_SOURCES += getndelim2.c Include: "getndelim2.h" -- 2.30.2