mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-29 10:52:14 +08:00
cc44193b3d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1309 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
639 B
XML
20 lines
639 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>patch -Np1 -i ../fam-dnotify.patch</command>: This patch causes
|
|
<application><acronym>FAM</acronym></application> to use the Linux kernel
|
|
dnotify mechanism to inform the calling process of
|
|
file modifications, rather than polling the file system for
|
|
modifications.</para>
|
|
|
|
<para><screen><command>libtoolize --force
|
|
aclocal
|
|
automake --add-missing
|
|
autoconf</command></screen>
|
|
These commands are necessary since the patches affect the
|
|
<filename>configure.in</filename> file. They regenerate a new
|
|
<command>configure</command> command with the necessary changes.</para>
|
|
|
|
</sect2>
|
|
|