bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/348] move AC_LIBOBJ invocations to the module descriptions


From: Bruno Haible
Subject: Re: [PATCH 0/348] move AC_LIBOBJ invocations to the module descriptions
Date: Thu, 16 Jun 2011 22:08:27 +0200
User-agent: KMail/1.9.9

Jim Meyering wrote:
> it complains about the following:
> 
>     m4/fprintftime.m4:  AC_LIBOBJ([fprintftime])
>     Do not use AC_LIBOBJ in m4/*.m4;
>     see <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/26995>

I missed this one. Fixed:


2011-06-16  Bruno Haible  <address@hidden>

        fprintftime: Move AC_LIBOBJ invocations to module description.
        * m4/fprintftime.m4: Remove file.
        * modules/fprintftime (Files): Remove m4/fprintftime.m4.
        (configure.ac): Remove gl_FPRINTFTIME call.
        (Makefile.am): Augment lib_SOURCES.
        Reported by Jim Meyering.

--- modules/fprintftime.orig    Thu Jun 16 22:06:31 2011
+++ modules/fprintftime Thu Jun 16 21:59:09 2011
@@ -4,16 +4,15 @@
 Files:
 lib/fprintftime.h
 lib/fprintftime.c
-m4/fprintftime.m4
 
 Depends-on:
 ignore-value
 strftime
 
 configure.ac:
-gl_FPRINTFTIME
 
 Makefile.am:
+lib_SOURCES += fprintftime.c
 
 Include:
 "fprintftime.h"

-- 
In memoriam Imre Nagy <http://en.wikipedia.org/wiki/Imre_Nagy>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]