Am 21. Februar 2012 23:28 schrieb <[email protected]>: > building libee, libestr, and liblognorm I was unable to run autoreconf -fvi > because I get an error message about an undefined macro AM_SILENT_RULES > > I did a quick google search and found someone who recommended adding a line > to configure.ac to define it > > m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) > > this seems to work.
rsyslog already contains m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) which should take care of that. Or was that failure non in rsyslog? An alternative idea would be to just bump the minimum required version of automake to 1.11. Given that security support ended for Debian 5, you should upgrade anyway :-) Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/

