[Buildroot] [PATCH 2/2] Update documentation of AUTORECONF_ENV

Rick Taylor rick at tropicalstormsoftware.com
Thu Jul 17 12:28:16 UTC 2014


>From e7e05bc231fe8d3f7855761ce533fd53829a48c3 Mon Sep 17 00:00:00 2001
From: Rick Taylor <rick.taylor at cassidian.com>
Date: Thu, 17 Jul 2014 13:25:35 +0100
Subject: [PATCH 2/2] Update documentation of AUTORECONF_ENV

Signed-off-by: Rick Taylor <rick.taylor at cassidian.com>
---
 docs/manual/adding-packages-autotools.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
index 3f40503..a1a4b90 100644
--- a/docs/manual/adding-packages-autotools.txt
+++ b/docs/manual/adding-packages-autotools.txt
@@ -121,6 +121,11 @@ cases, typical packages will therefore only use a few of them.
   automake, libtool, etc.). Valid values are +YES+ and
   +NO+. By default, the value is +NO+
 
+* +LIBFOO_AUTORECONF_ENV+, to specify additional environment
+  variables to pass the 'autoreconf' program if
+  +LIBFOO_AUTORECONF=YES+. These are passed before
+  the 'autoreconf' command. By default, empty.
+  
 * +LIBFOO_AUTORECONF_OPT+ to specify additional options
   passed to the 'autoreconf' program if
   +LIBFOO_AUTORECONF=YES+. By default, empty.
-- 
1.9.1



More information about the buildroot mailing list