Author: jim Date: 2005-02-24 13:01:47 -0700 (Thu, 24 Feb 2005) New Revision: 4681
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml branches/multi-arch/BOOK/chapter05/gettext.xml Log: Fixed Bugzilla 1033 Modified: branches/multi-arch/BOOK/chapter01/changelog.xml =================================================================== --- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-02-24 19:43:26 UTC (rev 4680) +++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-02-24 20:01:47 UTC (rev 4681) @@ -78,6 +78,7 @@ <listitem><para>Feburary 24, 2005 [jim]</para> <itemizedlist> +<listitem><para>Fixed: Arch: All - Bugzilla 1033 Gettext.</para></listitem> <listitem><para>Updated: Arch: Raq2 - Updated Colo to 1.1.7</para></listitem> <listitem><para>Updated: Arch: All - Updated Bzip2 to 1.0.3.</para></listitem> <listitem><para>Updated: Arch: All - Download file sizes.</para></listitem> Modified: branches/multi-arch/BOOK/chapter05/gettext.xml =================================================================== --- branches/multi-arch/BOOK/chapter05/gettext.xml 2005-02-24 19:43:26 UTC (rev 4680) +++ branches/multi-arch/BOOK/chapter05/gettext.xml 2005-02-24 20:01:47 UTC (rev 4681) @@ -30,7 +30,7 @@ <para>Prepare Gettext for compilation:</para> <screen><userinput>./configure --prefix=/tools --disable-libasprintf \ - --disable-csharp</userinput></screen> + --without-csharp</userinput></screen> <para>The meaning of the configure options:</para> @@ -44,7 +44,7 @@ </varlistentry> <varlistentry> -<term><parameter>--disable-csharp</parameter></term> +<term><parameter>--without-csharp</parameter></term> <listitem><para>This tells Gettext not to use a C# compiler, even if a C# compiler is installed on the host. This needs to be done because once we enter the chroot environment, C# will no longer be -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
