diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-07-20 19:47:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-20 22:49:51 +0200 |
commit | 0f2bc9d1763e4a67afcf329a571100fcc1cc9906 (patch) | |
tree | 7c9829676150424d951d2a63ab975733a25f9627 /package/libfslparser | |
parent | 7f757bbbfdf168b9e1104c246513b89a9ba21da0 (diff) | |
download | buildroot-0f2bc9d1763e4a67afcf329a571100fcc1cc9906.tar.gz buildroot-0f2bc9d1763e4a67afcf329a571100fcc1cc9906.zip |
package/libfslparser: remove autoreconf
autoreconf is not needed anymore with the current
version (4.0.2).
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libfslparser')
-rw-r--r-- | package/libfslparser/libfslparser.mk | 3 |
1 files changed, 0 insertions, 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)) |