Author: thomas
Date: Tue Jan  5 08:04:44 2021
New Revision: 24072

Log:
Remove -i from autoreconf command to enable building without gtkdoc installed

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/cairo.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan  5 07:59:46 
2021        (r24071)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan  5 08:04:44 
2021        (r24072)
@@ -47,6 +47,10 @@
         <listitem>
           <para>[thomas] - Add "Running a git Server" page.</para>
         </listitem>
+        <listitem>
+          <para>[thomas] - Remove '-i' from Cairo's autoreconf
+            command to enable building without gtkdoc installed.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: trunk/BOOK/x/lib/cairo.xml
==============================================================================
--- trunk/BOOK/x/lib/cairo.xml  Tue Jan  5 07:59:46 2021        (r24071)
+++ trunk/BOOK/x/lib/cairo.xml  Tue Jan  5 08:04:44 2021        (r24072)
@@ -143,7 +143,7 @@
       commands:
     </para>
 
-<screen><userinput>autoreconf -fiv             &amp;&amp;
+<screen><userinput>autoreconf -fv              &amp;&amp;
 ./configure --prefix=/usr    \
             --disable-static \
             --enable-tee &amp;&amp;
@@ -164,7 +164,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <parameter>autoreconf -fiv</parameter>: This prevents
+      <parameter>autoreconf -fv</parameter>: This prevents
       <command>configure</command> ending in error with the current version
       of <application>automake</application> because the AM_INIT_AUTOMAKE
       definitions came from a previous version.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to