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.

In addition, libestr was unhappy that I didn't have a install-sh in the path, creating a link the /usr/bin/install works (it had to be install-sh, if I made the link install.sh it complained that that is obsolete and should not be used)

David Lang
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/

Reply via email to