On 11/14/05, Harley D. Eades III <[EMAIL PROTECTED]> wrote: > I am getting some errors when running > `aclocal && autoconf && automake`, > anyone else getting these? > > [EMAIL PROTECTED]:~/parted-upstream/tmp/upstream/trunk$ aclocal && autoconf && > automake > configure.ac: required file `./install-sh' not found > configure.ac: required file `./missing' not found > configure.ac:44: required file `./config.guess' not found > configure.ac:44: required file `./config.sub' not found > Makefile.am: required file `./INSTALL' not found > configure.ac:42: required file `config.h.in' not found > configure.ac:202: required file `./ABOUT-NLS' not found > configure.ac:197: required file `./ltmain.sh' not found > debug/clearfat/Makefile.am: required file `./depcomp' not found > [EMAIL PROTECTED]:~/parted-upstream/tmp/upstream/trunk$
I have not compiled from cvs lately so I have not seen the errors you describe, but I noticed that parted-1.6.25.1 was packaged using automake version 1.9.6. I had version 1.9.5 installed and was able to compile when just running configure and not messing around, but as soon as I touched any Makefile.am I got lots of errors and was forced to upgrade. I would guess that your errors are caused by an automake version mismatch. BR Håkon Løvdal _______________________________________________ Bug-parted mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-parted
