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/[EMAIL PROTECTED]/msg00426.html
a simple
touch config.rpath
./autogen.sh
fixes the problem.
hth