diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-04-09 13:28:50 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-04-09 13:28:50 +0000 |
commit | 272f9b8d7ce34b633e2578fd7425bd5ea173c516 (patch) | |
tree | 637e535959d5c3c0c85cf58f19a7f6ecc6cfd376 | |
parent | 3f62e369bf69e174ac713ce1398692f2579e412e (diff) |
DOH! Added the missing file, thanks for the heads up Gerard :)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/grep-exp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter05/grep-exp.xml b/chapter05/grep-exp.xml new file mode 100644 index 000000000..80e162870 --- /dev/null +++ b/chapter05/grep-exp.xml @@ -0,0 +1,10 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>--disable-perl-regexp:</userinput> This configure option +makes sure Grep is not linked against the PCRE library, which is often +only available as a shared library in distributions. Not using this option +might result in a compilation error.</para> + +</sect2> + |