[Dovecot] autogen.sh fails -> "required file `./config.rpath' not found"

snowcrash schneecrash+dovecot at gmail.com
Wed Nov 28 18:47:14 EET 2007


if i run

	autogen.sh

on fresh 1.1.beta9 source, it fails @

	./autogen.sh
		...
		100%[====================================>] 154,427      115.09K/s
		
		08:45:56 (114.82 KB/s) - `wiki-export.tar.gz' saved [154427/154427]
		
		configure.in:16: required file `./config.rpath' not found
		configure.in:5: installing `./missing'
		configure.in:5: installing `./install-sh'
		src/auth/Makefile.am: installing `./depcomp'
		autoreconf: automake failed with exit status: 1

per advice,

	"gettext-related test failures: config.rpath presence"
	  http://www.mail-archive.com/automake-patches@gnu.org/msg00426.html

a simple

	touch config.rpath
	./autogen.sh

fixes the problem.

hth


More information about the dovecot mailing list