tempname: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 00:13:12 +0000 (02:13 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:41 +0000 (00:07 +0200)
* m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation.
* modules/tempname (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/tempname.m4
modules/tempname

index 38e5cf7..90dec70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       tempname: Move AC_LIBOBJ invocations to module description.
+       * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation.
+       * modules/tempname (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        strftime: Move AC_LIBOBJ invocations to module description.
        * m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation.
        * modules/strftime (Makefile.am): Augment lib_SOURCES.
index 6bd74ab..633b671 100644 (file)
@@ -1,4 +1,4 @@
-#serial 3
+#serial 4
 
 # Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -11,7 +11,6 @@ AC_DEFUN([gl_FUNC_GEN_TEMPNAME],
 [
   AC_REQUIRE([AC_SYS_LARGEFILE])
 
-  AC_LIBOBJ([tempname])
   gl_PREREQ_TEMPNAME
 ])
 
index 77617d0..8bb8e83 100644 (file)
@@ -18,6 +18,7 @@ configure.ac:
 gl_FUNC_GEN_TEMPNAME
 
 Makefile.am:
+lib_SOURCES += tempname.c
 
 Include:
 "tempname.h"