Re: m4

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

 



On Sat, 27 Sep 2003 11:39:27 +0800, zhaodj wrote:
> I'm trying to install Autoconf and other gnu tools on AIX 4.3.3.
> I have only m4 and not gnu M4 so I failed to configure for Autoconf.But
> When I try to make gnu M4, it calls autoheader which is in Autoconf. Is
> there any way could I break this cycle dependency?

Configuring and building GNU m4 does not require autoheader.  The following  
procedure should work correctly without having autoheader installed (assuming  
your machine's clock is not highly skewed):

Download: ftp://ftp.gnu.org/pub/gnu/m4/m4-1.4.tar.gz

% tar xvfz m4-1.4.tar.gz
% cd m4-1.4
% ./configure
% make
% make install

If you find that autoheader is being invoked, then I would suggest checking  
your machine's clock, as it might be skewed.

-- ES



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux