From: Bruno Haible Date: Tue, 24 May 2011 00:13:12 +0000 (+0200) Subject: tempname: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0855715c9faf33a9f569c0d97f16a941f18b0ff6;p=pspp 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 38e5cf744e..90dec7044b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/tempname.m4 b/m4/tempname.m4 index 6bd74ab716..633b6719a9 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 77617d0778..8bb8e83859 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"