On Fri, Apr 27, 2012, at 12:11 AM, Jenkins wrote: > See <http://ci.cyrusimap.org/job/cyrus-imapd-master/540/changes> > [...] > + autoreconf > configure.ac:105: required file `./compile' not found > configure.ac:105: `automake --add-missing' can install `compile' > configure.ac:55: required file `./missing' not found > configure.ac:55: `automake --add-missing' can install `missing' > Makefile.am: required file `./depcomp' not found > Makefile.am: `automake --add-missing' can install `depcomp' > configure.ac: required file `./ylwrap' not found > configure.ac: `automake --add-missing' can install `ylwrap' > autoreconf: automake failed with exit status: 1
autoreconf needs -i to install missing files. It also needs -Icmulocal to find all the local m4 files. I added those, plus -f to force a build and -v to be verbose about it. One more try now. -- Greg.