2011/5/6 Eric Blake <eblake(a)redhat.com>:
From: Daniel P. Berrange <berrange(a)redhat.com>
Always generate the rpc files, and require rpcgen during bootstrap.
* daemon/Makefile.am: Removed generated files with
maintainer-clean target
* src/Makefile.am: Removed generated files with
maintainer-clean target. Always run 'rpcgen' if
generated files are missing
---
bootstrap.conf | 1 +
daemon/Makefile.am | 35 ++++++---------
src/Makefile.am | 101 ++++++++++++-----------------------------
src/remote/remote_protocol.c | 2 +-
src/remote/rpcgen_fix.pl | 47 +++++++++++++++++---
5 files changed, 87 insertions(+), 99 deletions(-)
ACK.
Matthias