fluxbox: do not autoreconf
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 6 Jan 2015 17:42:33 +0000 (17:42 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 6 Jan 2015 21:05:49 +0000 (22:05 +0100)
There is no need to have "AUTORECONF = YES" since the patch which
modified the "configure.in" file was removed in the last version bump.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/fluxbox/fluxbox.mk

index a0f93672effc3780f0b4bdeac8f4d31b5ccb6a52..31699d570f99621e7b3b54d859c496cf4f0fcbbe 100644 (file)
@@ -10,8 +10,6 @@ FLUXBOX_SITE = http://downloads.sourceforge.net/project/fluxbox/fluxbox/$(FLUXBO
 FLUXBOX_LICENSE = MIT
 FLUXBOX_LICENSE_FILES = COPYING
 
-FLUXBOX_AUTORECONF = YES
-
 FLUXBOX_CONF_OPTS = --x-includes=$(STAGING_DIR)/usr/include/X11 \
                   --x-libraries=$(STAGING_DIR)/usr/lib
 FLUXBOX_DEPENDENCIES = xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)