| 1234567891011121314151617181920212223 | <sect2><title>Command explanations</title><para><userinput>--with-root-prefix="":</userinput> Thereason for supplying this option is because of the setup of thee2fsprogs Makefile. Some programs are essential for system use when,for example, /usr isn't mounted (like the e2fsck program). These programs and libraries, therefore, belong in directories like /lib and /sbin. If this option isn't passed to E2fsprogs's configure, it places these programs in /usr, which is not what we want.</para><para><userinput>--enable-elf-shlibs:</userinput> This creates sharedlibraries that some programs in this package can make use of.</para><para><userinput>make install-libs:</userinput> This installs the sharedlibraries that are built.</para><para><userinput>install-info...:</userinput> This updates the<filename>/usr/share/info/dir</filename> file to include this package'sinfo pages to the index.</para></sect2>
 |