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 72cfe8c9c5b614ff271c17d29b90112a290fe92a..4ca49ae7a05f7588c36578be70478b4a6df162ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 9c94504a9902ddc52a9f6ccdedaa50a7d0adb098..57ccaf757576cc550d638cafa6f52c890d417a31 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 daf4b5f0281be70116dbd536a2a19bbdb19240e5..dec82e4b5759e60a989f788367287387198939a5 100644 (file)
@@ -19,6 +19,7 @@ configure.ac:
 gl_GETNDELIM2
 
 Makefile.am:
+lib_SOURCES += getndelim2.c
 
 Include:
 "getndelim2.h"