summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-13 13:05:26 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-13 13:05:26 +0000
commit5ec8aaa5e1cc8cdc010658fa2c135c9f78c93d59 (patch)
tree82bc98b42f16adedcf290a83d75e26856bf96796 /configure.ac
parent3b3980c44d9117f33b3f783b666f4f34c1ea9a9e (diff)
downloadrsyslog-5ec8aaa5e1cc8cdc010658fa2c135c9f78c93d59.tar.gz
rsyslog-5ec8aaa5e1cc8cdc010658fa2c135c9f78c93d59.tar.xz
rsyslog-5ec8aaa5e1cc8cdc010658fa2c135c9f78c93d59.zip
added initial set of RELP support (i/omrelp) - not working yet, just stage
work
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dbdde380..bb8c065c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[3.12.2],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.12.3],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])
@@ -523,10 +523,12 @@ AC_CONFIG_FILES([Makefile \
plugins/imklog/Makefile \
plugins/imtemplate/Makefile \
plugins/imfile/Makefile \
+ plugins/imrelp/Makefile \
plugins/omtesting/Makefile \
plugins/omgssapi/Makefile \
plugins/ommysql/Makefile \
plugins/ompgsql/Makefile \
+ plugins/omrelp/Makefile \
plugins/omlibdbi/Makefile \
plugins/omsnmp/Makefile])
AC_OUTPUT