mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Remove -i from autoreconf command to enable building without gtkdoc installed
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24072 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5362771df7
commit
1ea3b966f5
@ -47,6 +47,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>[thomas] - Add "Running a git Server" page.</para>
|
<para>[thomas] - Add "Running a git Server" page.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[thomas] - Remove '-i' from Cairo's autoreconf
|
||||||
|
command to enable building without gtkdoc installed.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@
|
|||||||
commands:
|
commands:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>autoreconf -fiv &&
|
<screen><userinput>autoreconf -fv &&
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-tee &&
|
--enable-tee &&
|
||||||
@ -164,7 +164,7 @@ make</userinput></screen>
|
|||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<parameter>autoreconf -fiv</parameter>: This prevents
|
<parameter>autoreconf -fv</parameter>: This prevents
|
||||||
<command>configure</command> ending in error with the current version
|
<command>configure</command> ending in error with the current version
|
||||||
of <application>automake</application> because the AM_INIT_AUTOMAKE
|
of <application>automake</application> because the AM_INIT_AUTOMAKE
|
||||||
definitions came from a previous version.
|
definitions came from a previous version.
|
||||||
|
Loading…
Reference in New Issue
Block a user