A minor issue in current trunk: [[[ % …/configure -q --enable-maintainer-mode --without-swig 'RUBY=none' configure: WARNING: Python.h not found; disabling python swig bindings ]]]
That warning should not be printed when --without-swig is passed. It's printed by SVN_FIND_SWIG, which _does_ know whether that flag was passed (it was passed iff «$where = no»), but I'm not sure what the right fix is. Cheers, Daniel