From 0f2bc9d1763e4a67afcf329a571100fcc1cc9906 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Mon, 20 Jul 2015 19:47:54 +0200 Subject: [PATCH] package/libfslparser: remove autoreconf autoreconf is not needed anymore with the current version (4.0.2). Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- package/libfslparser/libfslparser.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/libfslparser/libfslparser.mk b/package/libfslparser/libfslparser.mk index 50f0bf6bd2..116a0a25c2 100644 --- a/package/libfslparser/libfslparser.mk +++ b/package/libfslparser/libfslparser.mk @@ -20,7 +20,4 @@ endef # The Makefile installs several versions of the libraries, but we only # need one of them, depending on the platform. -# without AUTORECONF, configure fails to find install-sh. -LIBFSLPARSER_AUTORECONF = YES - $(eval $(autotools-package)) -- 2.30.2