diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-03-28 22:24:50 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 09:30:50 +0100 |
commit | c09dda8e56bcae694e9e06fd1056df5ad5a53cdd (patch) | |
tree | e7d4e5640c13fd036d7dbe6c2fb4f49aee2566df /docs/manual/adding-packages-autotools.txt | |
parent | 6167a2cac6a28659b52a6ec5ba3369758fd959fc (diff) | |
download | buildroot-c09dda8e56bcae694e9e06fd1056df5ad5a53cdd.tar.gz buildroot-c09dda8e56bcae694e9e06fd1056df5ad5a53cdd.zip |
manual: fix typo in abbreviation 'i.e.'
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-autotools.txt')
-rw-r--r-- | docs/manual/adding-packages-autotools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt index d0c92ffdb8..cc668b526c 100644 --- a/docs/manual/adding-packages-autotools.txt +++ b/docs/manual/adding-packages-autotools.txt @@ -119,7 +119,7 @@ cases, typical packages will therefore only use a few of them. +make+ command. By default, empty. * +LIBFOO_AUTORECONF+, tells whether the package should - be autoreconfigured or not (i.e, if the configure script and + be autoreconfigured or not (i.e. if the configure script and Makefile.in files should be re-generated by re-running autoconf, automake, libtool, etc.). Valid values are +YES+ and +NO+. By default, the value is +NO+ |