Re: subdir4.test

2000-10-18 Thread Jim Meyering

You're welcome to apply your change.
I suppose (since tests pass without it) something has
changed to make that code unnecessary.

Akim Demaille [EMAIL PROTECTED] writes:
...
| but the problem is that Jim made this on purpose I guess since:

I have been known to check in changes accidentally :-)
but that wasn't one of them.

| | 2000-08-06  Jim Meyering  [EMAIL PROTECTED]
| |
| | * Makefile.am (TESTS): Add subdir4.test.
| | * subdir4.test: New test for the just-fixed depcomp failure.
| | [...]
| |
| | 2000-03-19  Tom Tromey  [EMAIL PROTECTED]
| |
| | * libobj2.test: Put depcomp into subdir.
| | * confsub.test: Put depcomp into subdir.
| | * defs: Always copy `depcomp'.
|
| his introduction of subdir4.test was made after that `defs' copies
| `depcomp'.  Since I don't understand too well what was your intention,
| Jim, I didn't apply it.  But with this patch, Automake checks and
| distchecks.




Re: CVS HEAD and parallel make install

2000-10-18 Thread Akim Demaille


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



Re: Help-regd. error while compiling automake1.4 on hpux11.00

2000-10-18 Thread Praveen Kumar Amritaluru

 On Oct 17, 2000, Praveen Kumar Amritaluru [EMAIL PROTECTED] wrote:
 
  syntax error in file /usr/local/bin/automake at line 3227, next 2 tokens 
"push_dist_common ("
 
 Which version of perl?

Ya, the  culprit  was the  older  version  of perl.  Should  the
automake  configure  script  be fixed to flag an error  if older
version of perl is installed on the system.

Thanks for pointing out the problem.

-Praveen

 
 -- 
 Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
 Red Hat GCC Developer  aoliva@{cygnus.com, redhat.com}
 CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org}
 Free Software Evangelist*Please* write to mailing lists, not to me