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 72cfe8c9c..4ca49ae7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * m4/gc-pbkdf2-sha1.m4: Remove file. * modules/crypto/gc-pbkdf2-sha1 (Files): Remove it. diff --git a/m4/getndelim2.m4 b/m4/getndelim2.m4 index 9c94504a9..57ccaf757 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 daf4b5f02..dec82e4b5 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.11.0