#1980: Popt has unnecessary command ----------------------------------------+----------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: task | Status: new Priority: normal | Milestone: 6.2 Component: BOOK | Version: SVN Severity: normal | Keywords: ----------------------------------------+----------------------------------- Noted in the popt instructions is an autoreconf command.
This is totally unnecessary and should be removed from the book. Here is the result of two builds, the only difference being the second one uses autoreconf, the first does not: [EMAIL PROTECTED]: ~/build > ls -l popt?/lib popt1/lib: total 172 -rw-r--r-- 1 rml install 87800 May 16 09:00 libpopt.a -rwxr-xr-x 1 rml install 803 May 16 09:00 libpopt.la lrwxrwxrwx 1 rml install 16 May 16 09:00 libpopt.so -> libpopt.so.0.0.0 lrwxrwxrwx 1 rml install 16 May 16 09:00 libpopt.so.0 -> libpopt.so.0.0.0 -rwxr-xr-x 1 rml install 70664 May 16 09:00 libpopt.so.0.0.0 popt2/lib: total 172 -rw-r--r-- 1 rml install 87800 May 16 09:03 libpopt.a -rwxr-xr-x 1 rml install 803 May 16 09:03 libpopt.la lrwxrwxrwx 1 rml install 16 May 16 09:03 libpopt.so -> libpopt.so.0.0.0 lrwxrwxrwx 1 rml install 16 May 16 09:03 libpopt.so.0 -> libpopt.so.0.0.0 -rwxr-xr-x 1 rml install 70664 May 16 09:03 libpopt.so.0.0.0 [EMAIL PROTECTED]: ~/build > cmp popt1/lib/libpopt.so.0.0.0 popt2/lib/libpopt.so.0.0.0 [EMAIL PROTECTED]: ~/build > -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1980> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
