glfs/general/genlib/fam/fam-exp.xml
Tushar Teredesai 6492ac2c21 Updated to fam-2.7.0. Renamed libfam to fam
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1932 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-26 05:27:38 +00:00

16 lines
545 B
XML

<sect2>
<title>Command explanations</title>
<para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>: This patch enables
<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><command>autoreconf -f -i</command>
This command is necessary since the dnotify patch affects the
<filename>configure.ac</filename> and <filename>Makefile.am</filename>.</para>
</sect2>