|
From: Wayne D. <wa...@us...> - 2003-06-12 06:26:57
|
On Thu, Jun 12, 2003 at 11:41:02AM +1000, Donovan Baarda wrote: > Something to be careful of here... I thought that AM_CONFIG_HEADER was > deprecated in favour of AC_CONFIG_HEADERS. Turns out that it was automake that was complaining, and that was because automake-1.6.3 was getting run instead of automake-1.7.2. I renamed configure.in to configure.ac, and now the auto-sensing automake script runs automake-1.7.2 and does not generate this warning. > If you've fixed it and I haven't, then you have the right to > commit it :-) Fair enough. I did appreciate the feedback, though, and I've just finished checking in a modified version of my fix that uses the suggested librsync-config.h as the generated file and renames the rsync.h include file to librsync.h. I just build a new Gentoo Linux ebuild with the resulting files, and it all built and installed just fine. I even tested the result in my age-old rZync program to ensure that it works. ..wayne.. |