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 38e5cf744e6f2bab0ed3918c48083e3bdf2ea8be..90dec7044b5e21463f268ceea9cfa73f8aadea83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 6bd74ab716a53b55fc104a36276e8e07c15ff371..633b6719a926531aa54be8eea59f92828a32aa76 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 77617d07783117bf3f88e5f0136006549b5f6148..8bb8e838592a68dfaf488fb37652d70c828bea3a 100644 (file)
@@ -18,6 +18,7 @@ configure.ac:
 gl_FUNC_GEN_TEMPNAME
 
 Makefile.am:
+lib_SOURCES += tempname.c
 
 Include:
 "tempname.h"