error when update autoconf2.64

pico

Verified User
Joined
Apr 4, 2008
Messages
5
I got the same issue with 2 servers when ./build update_versions

GNU M4 that supports accurate traces... configure: no acceptable m4 could be found in $Path
GNU M4 1.4.6 or later is required; 1.4.13 is recommend
Done. Trying to make autoconf...
cp "/../gnulib/build-aux/announce-gen ./build-aux
cp: canot stat `/../gnulib/build-aux/announce-gen': No such file or directory
make: *** [gnulib-update] Error 1
*** The make has failed, do you want to try to make again (y,n):

Any help?
Thanks
 
Last edited:
CentOS 4.8 i686 gives

checking for GNU M4 that supports accurate traces... configure: error: no acceptable m4 could be found in $PATH.
GNU M4 1.4.6 or later is required; 1.4.13 is recommended
Done. Making autoconf-2.64...
Trying to make autoconf...
cp ''/../gnulib/build-aux/announce-gen ./build-aux
cp: cannot stat `/../gnulib/build-aux/announce-gen': No such file or directory
make: *** [gnulib-update] Error 1

*** The make has failed, do you want to try to make again? (y,n):

yum list *m4*
Installed Packages
m4.i386 1.4.1-16 installed

Yea, ran yum update before custombuild...
 
Last edited:
Wonder if smtalk saw this thread...

Should we have to build gnu-m4 latest from the source?

Anyone tried?
 
Last edited:
hi type :
Code:
wget -O m4-1.4.9.tar.gz [URL]http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz[/URL]
tar -zvxf m4-1.4.9.tar.gz
cd m4-1.4.9
./configure
make
make install
and try again to rebuild autoconf
 
Back
Top