Hi,
This is also a patch to make XmlRpc++ use automake /
autoconf / libtool. Contrary to the prevous one, this
patch does not change any directories, it merely builds
the current CVS version using automake.
I think it would be beneficial to add automake support
to the CVS tree, and maybe also release a new version
with this. This would make it very easy to create Linux
packages for XmlRpc++ for all the distros, like RPMs,
.deb or Gentoo portage.
Also, on a sidenote, I aggree with the approach of the
previously posted patch, that XmlRpc++ header files
should be put into an xmlrpc++ subdirectory. This,
after installation, they would be in:
/usr/include/xmlrpc++/XmlRpc.h
instead of:
/usr/include/XmlRpc.h
See
http://www.openismus.com/documents/linux/building_libraries/building_libraries.shtml
for more details.
Logged In: YES
user_id=96773
oops, I failed to check the checkbox for uploading (this
interface is quite strange, why do I have to check it
anyway? if I specify a file to upload, I do it for a reason...)
the automake patch
automake patch containing doc target as well
Logged In: YES
user_id=96773
Here's an updated patch that also contains the doc target,
and installs doxygen documentation for XmlRpc++