Hi
I'd like to write a rsyslog output plugin, but I don't find any documentation about how to integrate it in the rsyslog build system.
I tried modifying several build files, but the only result so far is a weird list of error messages at compile time :
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_PATH_MODDIR=\"/tmp/rsyslog/lib/rsyslog/\" -I.. -pthread -g -O2 -W -Wall -Wformat-security -Wshadow -Wcast-align -Wpointer-arith -Wmissing-format-attribute -g -MT librsyslog_la-rsyslog.lo -MD -MP -MF .deps/librsyslog_la-rsyslog.Tpo -c -o librsyslog_la-rsyslog.lo `test -f 'rsyslog.c' || echo './'`rsyslog.c
../libtool: line 818: X--tag=CC: command not found
../libtool: line 851: libtool: ignoring unknown tag : command not found
Is there any documentation available about how to do that ?
Thanks


