CVSROOT: /sources/gnash Module name: gnash Changes by: Ann Barcomb <ann> 07/05/26 10:47:21
Modified files: doc/C/usermanual/installation: configuration.xml Log message: Resolved the TODO question concerning standard configure options CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/installation/configuration.xml?cvsroot=gnash&r1=1.3&r2=1.4 Patches: Index: configuration.xml =================================================================== RCS file: /sources/gnash/gnash/doc/C/usermanual/installation/configuration.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- configuration.xml 23 May 2007 19:36:36 -0000 1.3 +++ configuration.xml 26 May 2007 10:47:21 -0000 1.4 @@ -19,16 +19,24 @@ </para> <para> All the standard <emphasis>configure</emphasis> options -TODO - look up what the standard options are; man configure doesn't work. This text was copied from the existing manual. - are available. In addition, &app; has two types of - options: those which enable or disable features, and - those which specify custom paths for development packages - which aren't found during the default search. + are avaiable. In addition, &app; has two types of + options: those which <link linkend="features">enable or disable + features</link>, and + those which <link linkend="custompath">specify custom paths for + development packages</link> + which aren't found during the default search. A complete + list of <emphasis>all</emphasis> configuration options, including + standard ones, can be seen by typing: + <programlisting> + ./configure --help + </programlisting> + Read further for a more detailed explanation of &app;-specific + options. </para> <para> The syntax for running <emphasis>configure</emphasis> is as follows: <programlisting> - ./configure <options> + configure <options> </programlisting> The example below shows the <emphasis>configure</emphasis> options which create the smallest working standalone version of &app;. In @@ -47,3 +55,6 @@ &custompath; </sect4> +<sect4 id="crosscompilingconfiguration"> + &cross_compiling; +</sect4> _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit