From: Bruno Haible Date: Tue, 24 May 2011 00:13:12 +0000 (+0200) Subject: tempname: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2277 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0855715c9faf33a9f569c0d97f16a941f18b0ff6;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 38e5cf744..90dec7044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + 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. diff --git a/m4/tempname.m4 b/m4/tempname.m4 index 6bd74ab71..633b6719a 100644 --- a/m4/tempname.m4 +++ b/m4/tempname.m4 @@ -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 ]) diff --git a/modules/tempname b/modules/tempname index 77617d077..8bb8e8385 100644 --- a/modules/tempname +++ b/modules/tempname @@ -18,6 +18,7 @@ configure.ac: gl_FUNC_GEN_TEMPNAME Makefile.am: +lib_SOURCES += tempname.c Include: "tempname.h"