diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1cd6d6f13..0d491ea69 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2011-05-23 + + + [matthew] - Fix a typo in the PCRE instructions, and make + Glib put its configuration in + /etcUpgrade to Udev-170. + + + + 2011-05-22 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 @@ Prepare Glib for compilation: -PCRE_LIBS="-L/usr/lib -lpcre" PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --with-pcre=system +PCRE_LIBS="-L/usr/lib -lpcre" PCRE_CFLAGS="-I/usr/include" ./configure --prefix=/usr --sysconfdir=/etc --with-pcre=system The meaning of the configure options: 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 @@ Prepare PCRE for compilation: ./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 \ diff --git a/general.ent b/general.ent index cfb8874ab..5bce289a2 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +