rsyslog: drop autoreconf

The patches touching configure.ac were dropped in 9d9bbf9b79 (rsyslog: bump
to version 8.8.0, 2015-02-25). Remove autoreconf as well.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Baruch Siach 2015-05-12 23:10:07 +03:00 committed by Peter Korsgaard
parent 3d3f70b567
commit 7e624b3638

View File

@ -16,8 +16,6 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
pmaixforwardedfrom pmciscoios pmcisconames pmlastmsg pmsnare
RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
# For mysql and pgsql support patches
RSYSLOG_AUTORECONF = YES
# Build after BusyBox
ifeq ($(BR2_PACKAGE_BUSYBOX),y)