Hello Can cvs wreck the whole thing? If I cvs checkout and then configure && make && make install, it doesn work. But if I use the original dir (from which I cvs -import), it doesn't.
Does it make sense? Ed On Wednesday 08 February 2006 02:08 pm, you wrote: > It sounds like you have mixed both modern Automake and anchient > Automake in your build tree so there is a mismatch. I suggest > running > > automake --add-missing --force-missing --copy > > at the top of the heirarchy. The '--force-missing' option is the key > to replacing old versions of support files. > > Bob > > On Wed, 8 Feb 2006 [EMAIL PROTECTED] wrote: > > Hello > > > > After a lot of struggle and help, I managed to get my programs in an > > automake format (configure;make;make install). I have used same > > structure to all of them, and had no problem configure; make and make > > install on my machine at home. Downloading the packages to my pc at the > > office. just one package didn't work. Configure went ok but when I try > > make .... > > > > make > > cd . && /bin/sh /home/eduardo/programs/bispec_f90_automake/config/missing > > --run autoconf > > autoconf: configure.in: No such file or directory > > make: *** [configure] Error 1 > > > > There is no configure.in but configure.ac. missing has a test for it. > > What is going on? > > > > Many thanks > > > > Ed > > ====================================== > Bob Friesenhahn > [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ > GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
