Re: depcomp problem [Fwd: Trying to compile latest CVS on old SCO unixware 2]

2001-06-15 Thread Tom Tromey
> "Stephen" == Stephen Cameron <[EMAIL PROTECTED]> writes: Tom> I want to know if this happens because argmatch.o already exists, Tom> or if it is because the SCO `cc' doesn't like `-c' and `-o' Tom> together. Stephen> It appears to be the latter: We should already have the mechanisms we ne

Re: libtool is not removed in 1.4f, but is removed in 1.4-p4

2001-06-15 Thread Tom Tromey
> "Kevin" == Kevin Dalley <[EMAIL PROTECTED]> writes: Kevin> Here's a slightly revised test. I removed the Makefile.am Kevin> modification. libtool is still built by configure, but it is Kevin> never removed. For a real life application, the libraries Kevin> might appear in a subdirectory,

Re: depcomp problem [Fwd: Trying to compile latest CVS on old SCO unixware 2]

2001-06-15 Thread Stephen Cameron
--- Tom Tromey <[EMAIL PROTECTED]> wrote: [...] > Stephen> I'm Trying to update an old SCO unixware 2 box...Currently I > Stephen> have CVS 1.10.8 there. (Yeah, shame on me) > > Stephen> The cc's -o option refuses to overwrite existing .o files...: > [...] > I want to know if this happens becaus

Re: problems with mdate-sh and version.texi without AC_CONFIG_AUX_DIR in 1.4f

2001-06-15 Thread Kevin Dalley
This test looks good. The test fails in 1.4f, but succeeds in the latest CVS release. The newer version of automake also solves the problem in findutils which I had. Thanks. Tom Tromey <[EMAIL PROTECTED]> writes: > > "Kevin" == Kevin Dalley <[EMAIL PROTECTED]> writes: > > Kevin> If AC_CO

AN INCREDIBLE EXPERIENCE !

2001-06-15 Thread BESTMEGAWEB
Ladies & Gentlemen, Are you ready to the experience of a lifetime ? As affiliates of the CIL group, we offer you to PLUGIN to the largest SEX-SERVER on the WEB, in order to get more than 3000 MegaBytes of the best and most sensational SEX on the entire Web! Why on earth do you think that tho

Re: libtool is not removed in 1.4f, but is removed in 1.4-p4

2001-06-15 Thread Kevin Dalley
Here's a slightly revised test. I removed the Makefile.am modification. libtool is still built by configure, but it is never removed. For a real life application, the libraries might appear in a subdirectory, rather than in the top level directory. Since lib_LTLIBRARIES is not necessary for cr

Re: aclocal -I

2001-06-15 Thread Lars J. Aas
On Thu, Jun 14, 2001 at 07:55:32PM -0600, Tom Tromey wrote: : > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : Lars> That way I could run aclocal without having to remember the dirs : Lars> or wrap the invocation in a script (aclocal scans configure.ac : Lars> anyways). : : You can use AC

Re: sub conditionals_true_when (@@) [PATCH]

2001-06-15 Thread Richard Boulton
On Thu, Jun 14, 2001 at 05:49:35PM -0500, Raja R Harinath wrote: > So, I think it's cleaner to do: > > 1. conditions_true_when(\@@) -- takes a list of conditions and one > or more "whens", and returns true when all conditions are true > for all whens. > > 2. redundant_condition($@)