Any problem with installing this guy?  It seems fine to me.

----------------------------------------------------------------------

Alexandre,

Heres an Automake patch and changelog entry allow make -j install on
such degenerate systems (and Linux with buggy libtool <g>)

If you install to locations other that bin_ and lib_ then a larger fix
is necessary, but this should fix the 90% case.

2000-09-05  Alex Hornby <[EMAIL PROTECTED]>

        *  automake.in (handle_merge_targets): Allow parallel install
        with forced relink


Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.795
diff -u -r1.795 automake.in
--- automake.in 2000/08/30 17:54:33     1.795
+++ automake.in 2000/09/05 10:20:51
@@ -3796,6 +3796,11 @@
        }
     }
 
+    if (&variable_defined('lib_LTLIBRARIES') && 
+       &variable_defined('bin_PROGRAMS'))
+    {
+       $output_rules .= "install-binPROGRAMS: install-libLTLIBRARIES\n\n";
+    }
     # Print definitions users can use.
     &do_one_merge_target ('install-exec', @install_exec);
     $output_rules .= "\n";







_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to