Re: AM_CFLAGS

2001-02-12 Thread Steve Robbins
On Tue, Feb 13, 2001 at 01:14:31AM -0200, Alexandre Oliva wrote: > On Feb 12, 2001, Steve Robbins <[EMAIL PROTECTED]> wrote: > > > And I thought that it was a simple bug: the aclocal regexp was not > > taking into account the possibility of assigning to a variable nam

Re: Linking with installed libtool-constructed library

2001-01-28 Thread Steve Robbins
On Sun, Jan 28, 2001 at 06:19:08PM -0200, Alexandre Oliva wrote: > On Jan 28, 2001, Steve Robbins <[EMAIL PROTECTED]> wrote: > > > libtool --mode=link gcc -o foo foo.o /usr/local/libbar.la > > > (rather than just "gcc ... -lbar"). This allows libt

Linking with installed libtool-constructed library

2001-01-28 Thread Steve Robbins
Hello, I have a project that uses automake & autoconf to build a program. This program links against several previously-installed libraries. One of these libraries was built by libtool. The libtool docs (I'm working with libtool 1.3.5) suggest that one ought to link using libtool --mod

Re: More an autopackage

2001-01-23 Thread Steve Robbins
On Mon, Jan 22, 2001 at 09:49:04PM -0500, Michael Sweet wrote: > Rusty Ballinger wrote: > > ... > > (What packaging systems only let you create packages as root, and > > why do they do that? I know rpm *wants* you to be root, but you > > don't have to be...) > > Debian's dpkg needs you to run as

Re: rpath command?

2000-11-27 Thread Steve Robbins
On 27 Nov 2000, Alexandre Oliva wrote: > On Nov 25, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote: > > >>> Do I have to use some macro in configure.in to fill $(LINK) with GNU ld? > Alexandre> automake should define it to `$(LIBTOOL) $(CC/CXX)...'. > Alexandre> Maybe it only does this when there is

Link to searchable archive (was: cleaning in conditional subdirs)

2000-11-06 Thread Steve Robbins
Hello, I had a question about automake, and discovered that there is no searching facility at mail.gnu.org. On Sun, 5 Nov 2000, Steve Robbins wrote: > [Apologies if this has been covered before -- I couldn't figure out how to > search the list archives at http://mail.gnu.org/mailm

cleaning in conditional subdirs

2000-11-05 Thread Steve Robbins
Hi, I just ran into some "surprising" behaviour. [Apologies if this has been covered before -- I couldn't figure out how to search the list archives at http://mail.gnu.org/mailman/listinfo/automake.] The situation is (and I double-checked that it persists with CVS automake and autoconf) with a

Re: Automake security problem

2000-03-02 Thread Steve Robbins
On 2 Mar 2000, Alexandre Oliva wrote: > On Mar 2, 2000, Jim Meyering <[EMAIL PROTECTED]> wrote: > > > Alexandre Oliva <[EMAIL PROTECTED]> wrote: > > | On Mar 1, 2000, Jim Meyering <[EMAIL PROTECTED]> wrote: > > | > > | > Don't use `ln' (which was just a space optimization anyway) > > |