bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: help about GNU `m4'


From: Alexandre Duret-Lutz
Subject: Re: help about GNU `m4'
Date: Tue, 02 Nov 2004 20:27:05 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

彭波 <address@hidden> writes:

 > When I make GNU `m4' on HPUX, I got some problem. Could you
 > be so kindly to see what is wrong with my operations or with
 > the m4 source package.

Nothing is wrong.  You are hitting a known bug of HP/UX make: it
wants to rebuild a target if one of its dependencies has the
same date.  This is the case here, m4.info and its source
(m4.texinfo) have the same timestamp.

% tar ztvf m4-1.4.2.tar.gz | grep doc/m4
-rw-r--r-- 501/501      112683 2004-08-21 12:29:00 m4-1.4.2/doc/m4.info
-rw-r--r-- 501/501      107606 2004-08-21 12:29:00 m4-1.4.2/doc/m4.texinfo

Possible solutions:

 - install GNU Make and use it, or

 - install Texinfo (so makeinfo works), or

 - do "touch doc/m4.info" before running "make"
-- 
Alexandre Duret-Lutz





reply via email to

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