From: Romain Naour Date: Mon, 20 Jul 2015 17:47:54 +0000 (+0200) Subject: package/libfslparser: remove autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f2bc9d1763e4a67afcf329a571100fcc1cc9906;p=buildroot.git 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 --- 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))