From: Thomas Petazzoni Date: Thu, 23 Jul 2015 21:36:06 +0000 (+0200) Subject: harfbuzz: update why we are using autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cb8201023e194000f2b631053f85e80dba5551a;p=buildroot.git harfbuzz: update why we are using autoreconf Following the addition of a patch touching Makefile.am, let's update the comment explaining why we use _AUTORECONF = YES. Signed-off-by: Thomas Petazzoni --- diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk index 0adfb53dbe..001405fbd7 100644 --- a/package/harfbuzz/harfbuzz.mk +++ b/package/harfbuzz/harfbuzz.mk @@ -25,7 +25,7 @@ HOST_HARFBUZZ_CONF_OPTS = \ --with-freetype=yes \ --with-glib=yes -# beta libtool version +# beta libtool version and patching Makefile.am HARFBUZZ_AUTORECONF = YES ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)