Hi, YAMAMOTO, Hiroyuki, le Sun 04 Mar 2007 01:41:40 +0900, a écrit : > The cvs files were downloaded by your instruction and I ran the aclocal, > the autoconf and the automake. > But the automake didn't finish making Makefile.in, because there is no > build-aux/ directory. > > How can I download it though there seems to be build-aux/ directory in > the WEB site of cvs.sv.gnu.org?
You can replace aclocal/automake/autoconf by just autoreconf -f -i which does everything needed. Samuel