Displaying 1 result from an estimated 1 matches for "msg00426".
Did you mean:
  msg00246
  
2007 Nov 28
1
autogen.sh fails -> "required file `./config.rpath' not found"
...issing'
		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 at gnu.org/msg00426.html
a simple
	touch config.rpath
	./autogen.sh
fixes the problem.
hth