mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +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>
|
||||
<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>
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>autoreconf -fiv &&
|
||||
<screen><userinput>autoreconf -fv &&
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-tee &&
|
||||
@ -164,7 +164,7 @@ make</userinput></screen>
|
||||
<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.
|
||||
|
Loading…
Reference in New Issue
Block a user