rsyslog: drop autoreconf
authorBaruch Siach <baruch@tkos.co.il>
Tue, 12 May 2015 20:10:07 +0000 (23:10 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 14 May 2015 09:01:49 +0000 (11:01 +0200)
The patches touching configure.ac were dropped in 9d9bbf9b7935 (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>
package/rsyslog/rsyslog.mk

index 99e6eba38dc5f9e9ccf762f2e891826b89a25f12..261f59dd35c9b30dea8f4341e267063be256b7cb 100644 (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)