getndelim2: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 21:35:39 +0000 (23:35 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:25 +0000 (00:07 +0200)
* m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation.
* modules/getndelim2 (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/getndelim2.m4
modules/getndelim2

index 72cfe8c..4ca49ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       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  <bruno@clisp.org>
+
        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.
index 9c94504..57ccaf7 100644 (file)
@@ -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])
index daf4b5f..dec82e4 100644 (file)
@@ -19,6 +19,7 @@ configure.ac:
 gl_GETNDELIM2
 
 Makefile.am:
+lib_SOURCES += getndelim2.c
 
 Include:
 "getndelim2.h"