aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glib.xml2
-rw-r--r--chapter06/pcre.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glib.xml b/chapter06/glib.xml
index ee5297676..d55b413be 100644
--- a/chapter06/glib.xml
+++ b/chapter06/glib.xml
@@ -45,7 +45,7 @@
<para>Prepare Glib for compilation:</para>
-<screen><userinput remap="configure">PCRE_LIBS="-L/usr/lib -lpcre" PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --with-pcre=system</userinput></screen>
+<screen><userinput remap="configure">PCRE_LIBS="-L/usr/lib -lpcre" PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --sysconfdir=/etc --with-pcre=system</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
diff --git a/chapter06/pcre.xml b/chapter06/pcre.xml
index 5d04a7f38..0032f2005 100644
--- a/chapter06/pcre.xml
+++ b/chapter06/pcre.xml
@@ -45,7 +45,7 @@
<para>Prepare PCRE for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
- --docdir=/usr/share/doc/pcre-8.10 \
+ --docdir=/usr/share/doc/pcre-&pcre-version; \
--enable-utf8 \
--enable-unicode-properties \
--enable-pcregrep-libz \