mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
* Replace --disable-csharp with --without-csharp to fix bug 1033
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d6d042a9e9
commit
0846a798f7
@ -81,6 +81,10 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>February 27, 2005 [matt]: Use --without-csharp instead
|
||||
of --disable-csharp, as the latter doesn't work as intended. Fixes bug
|
||||
1033</para></listitem>
|
||||
|
||||
<listitem><para>February 27, 2005 [matt]: Upgraded to gettext-0.14.2</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20050221">
|
||||
<!ENTITY releasedate "Febraury 21, 2005">
|
||||
<!ENTITY version "SVN-20050227">
|
||||
<!ENTITY releasedate "Febraury 27, 2005">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
|
Loading…
Reference in New Issue
Block a user