
steve at lobefin
Jul 2, 2006, 4:23 AM
Post #1 of 3
(1650 views)
Permalink
|
|
acinclude.m4 update, please
|
|
Hello all, So yesterday I was building Debian packages of the new version, and I was updating the libtool version and so forth, and wondering why I have more trouble doing so with clamav than other projects, so I finally took a real look. It turns out AC_PROG_LIBTOOL is AC_DEFUN'd in acinclude.m4, rather than aclocal.m4. This prevents a run of aclocal from updating it to a newer version. The best way to fix this is just to remove the 3,800 lines from acinclude.m4, and run aclocal again. I could send a patch, but I'm not sure anyone here wants a patch approaching 4000 lines to go the mailing list :) If you want a patch mailed to you outside of the list, let me know - I'd be happy to provide one. Thanks, -- -------------------------------------------------------------------------- | Stephen Gran | He that would govern others, first | | steve [at] lobefin | should be the master of himself. | | http://www.lobefin.net/~steve | | --------------------------------------------------------------------------
|