diff options
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 217af33df..6d50449fb 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -52,19 +52,22 @@ There is no reference to 'test' or TEST in gettext-tools/gnulib-tests/Makefile.am --> + <!-- <para>First, suppress two invocations of test-lock which on some machines can loop forever:</para> <screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && -sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> +sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>--> <!-- As of April 11, 2018 appdata.* is NOT in git master, but appears to be in metainfo.{its,loc}, When updating, check BLFS gnome-screenshot. --> + +<!-- <para>Now fix a configuration file:</para> <screen><userinput remap="pre">sed -e '/AppData/{N;N;p;s/\.appdata\./.metainfo./}' \ -i gettext-tools/its/appdata.loc</userinput></screen> - +--> <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |