Re: libtool 1.4: "make uninstall" broken?

2001-05-04 Thread Lars J. Aas
On Fri, May 04, 2001 at 05:58:29PM +0200, Peter Eisentraut wrote: : The reason is that install-info is often installed under /sbin, so it's : not in the ordinary user's path. The "install" targets work around this : by not calling "install-info" in that case, but "uninstall" does not. OK, I thin

Re: automake debug output

2001-05-07 Thread Lars J. Aas
On Sat, May 05, 2001 at 05:56:36PM -0600, Tom Tromey wrote: : >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : Lars> When I run automake in certain projects, I get the below : Lars> attached output. It's been like this for a while (figured it : L

Re: A better patch(1)

2001-05-08 Thread Lars J. Aas
On Tue, May 08, 2001 at 02:43:43PM +0200, Akim Demaille wrote: : Does anybody know something better than patch(1) when a patch fails? : I often have to struggle hard to understand why a patch does not : apply, patch(1) just rejects it. Doesn't --fuzz=num help? Lars J

*_TEXINFOS

2001-05-16 Thread Lars J. Aas
I've just started learning the texinfo format, and noticed that the .info files generated during make was built in $srcdir and not $builddir. Is this because makeinfo isn't expected to be found on the build system, or something else? Lars J

Re: Canonical way to conditionally add (a large amount of) sources to PROG_SOURCES?

2001-06-11 Thread Lars J. Aas
On Mon, Jun 11, 2001 at 11:21:33PM +0200, Tim Van Holder wrote: : > Tim> I need to conditionally (based on a --with configure option) : > Tim> add a fairly large number (~50) of sources to foo_SOURCES. : > : > What version of automake are you using? : : Some snapshot I took from the cvs automake

aclocal -I

2001-06-14 Thread Lars J. Aas
It would be great if one could add -I options to aclocal by just placing macros in configure.ac, like: AC_CONFIG_MACRO_DIR(conf/m4macros) That way I could run aclocal without having to remember the dirs or wrap the invocation in a script (aclocal scans configure.ac anyways). Would this be easil

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.

Re: Automake 1.4h

2001-07-04 Thread Lars J. Aas
On Tue, Jul 03, 2001 at 10:09:02PM -0600, Tom Tromey wrote: : I've released automake 1.4h. Get it here: : : ftp://sources.redhat.com/pub/automake/automake-1.4h.tar.gz : : This version fixes a bunch of bugs that were in 1.4f. Right now : automake is in feature freeze. I believe there is on

Re: Automake 1.4h

2001-07-04 Thread Lars J. Aas
On Wed, Jul 04, 2001 at 01:20:36PM -0600, Tom Tromey wrote: : >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : Lars> I don't think the exponential nature of how AM_CONDITIONALs are : Lars> handled is fixed yet, which *I* would consider a shows

Re: Automake 1.4h

2001-07-06 Thread Lars J. Aas
On Thu, Jul 05, 2001 at 10:19:08PM -0600, Tom Tromey wrote: : >>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : However, I think we might be able to do it by looking at variables and : not objects or conditions. Seems correct. : Right now I don't see

Re: Automake 1.4h

2001-07-06 Thread Lars J. Aas
On Tue, Jul 03, 2001 at 10:09:02PM -0600, Tom Tromey wrote: : I've released automake 1.4h. Get it here: : : ftp://sources.redhat.com/pub/automake/automake-1.4h.tar.gz : : This version fixes a bunch of bugs that were in 1.4f. Just found out that latest CVS automake puts "OBJEXT = o" into Ma

Re: Meta-issue: recent spam surge

2001-09-13 Thread Lars J. Aas
On Thu, Sep 13, 2001 at 11:03:45AM +0100, Lars Hecking wrote: : : http://mail.gnu.org/pipermail/automake/2001-September/date.html : : What a sad sight: fully one third of all list messages for this month : are spam. Other lists at gnu.org (and elsewhere) have been hit just : the same. : :

Re: Meta-issue: recent spam surge

2001-09-13 Thread Lars J. Aas
On Thu, Sep 13, 2001 at 12:36:49PM -0400, Derek Robert Price wrote: : "Lars J. Aas" wrote: : > I've installed an experimental filter on the autoconf list which I will : > monitor for the next couple of days. If it's successful, adding it to : > automake list shoul

Re: lib_ and noinst_ in the same Makefile.am using conditional!!

2001-11-14 Thread Lars J. Aas
On Mon, Nov 12, 2001 at 11:03:26AM +0100, Elisabetta Ronchieri wrote: : Hi, : : I'm using automake (GNU automake) 1.4 and ltmain.sh (GNU libtool) 1.3.5. : : I would like to know if I can make a thing like follow: : : if P_SELECTED : Clientdir = $(prefix)/include : Client_HEADERS= p.h : li

Re: distcheck with specific configuration

2001-11-23 Thread Lars J. Aas
On Fri, Nov 23, 2001 at 08:26:08AM +1000, Dean Povey wrote: : : >Until now it seems not possible to run gmake distcheck with additional : >configuration switches. This requires that packages are completely : >self-contained, or that they can locate required external packages during : >configure.

Re: SUBDIRS with slashes?

2001-12-05 Thread Lars J. Aas
On Wed, Dec 05, 2001 at 04:55:19PM +0100, Joerg Faschingbauer wrote: : Being new to automake, I am missing (not badly though) one feature I : would want to use otherwise. This is, I'd occasionally want to say, : : SUBDIRS = a/b : : in the toplevel Makefile.am. : : I know, the doc says that "The

Re: make check vs make installcheck

2002-01-04 Thread Lars J. Aas
On Thu, Jan 03, 2002 at 09:55:43PM -0700, Tom Tromey wrote: : > "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: : : Tom> Automake's user docs are nonexistent :-(. This is described in : Tom> the GNU Coding Standards. Really it would be nice if we had a : Tom> separate document that expl

Re: spam hell

2002-01-29 Thread Lars J. Aas
On Tue, Jan 29, 2002 at 09:46:26AM +, F J Franklin wrote: : Please do something about this deluge of spam! It's driving me nuts! We've stopped most of the shit from Korea based on simple filtering, but it's impossible (or close to) to stop the spam that currently gets through without closing

Re: spam hell

2002-01-29 Thread Lars J. Aas
On Tue, Jan 29, 2002 at 08:10:25AM -0500, Pavel Roskin wrote: : Hello! : : > We've stopped most of the shit from Korea based on simple filtering, but : > it's impossible (or close to) to stop the spam that currently gets through : > without closing the list so only subscribers can post or moderat

Re: spam hell

2002-01-30 Thread Lars J. Aas
On Wed, Jan 30, 2002 at 09:23:56AM +0100, Mats Lidell wrote: : > Lars wrote: : Lars> [...] it's impossible (or close to) to stop the spam that : Lars> currently gets through without closing the list so only : Lars> subscribers can post : : Why not close the list then? IMHO it's so easy and fa

<    1   2