diff options
author | Michael Biebl <biebl@debian.org> | 2009-02-10 01:52:22 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2009-02-10 01:52:22 +0100 |
commit | c84d74c258d54713cadf8dfbeff10fcb4d91624f (patch) | |
tree | 31800ce67d76cf7254cb924cb8d08193040e83c5 /configure.ac | |
parent | a9a14cc4ca04738ea56eee92c98a63829bdbd438 (diff) | |
download | rsyslog-c84d74c258d54713cadf8dfbeff10fcb4d91624f.tar.gz |
Imported Upstream version 3.20.4upstream/3.20.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7af05e4..c5bcaec 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.20.3],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.20.4],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) @@ -581,8 +581,8 @@ if test "x$enable_rfc3195" = "xyes"; then PKG_CHECK_MODULES(LIBLOGGING, liblogging >= 0.7.1) fi AM_CONDITIONAL(ENABLE_RFC3195, test x$enable_rfc3195 = xyes) -AC_SUBST(RFC3195_CFLAGS) -AC_SUBST(RFC3195_LIBS) +AC_SUBST(LIBLOGGING_CFLAGS) +AC_SUBST(LIBLOGGING_LIBS) # settings for the template input module; copy and modify this code |