* Peter O'Gorman wrote on Sat, Sep 16, 2006 at 06:07:33PM CEST: > On Sep 16, 2006, at 7:12 AM, Ralf Wildenhues wrote: > > >+$CC $CPPFLAGS $CFLAGS -c m.c > >+AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o m m.$OBJEXT > >-Lsub/lib -la -R`pwd`/sub/lib], > > I'm probably just being dumb, but what is that -R doing there?
Well, I removed the file sub/lib/liba.la before this link line, so libtool won't hardcode the path for us without the -R. It's not the only case that is interesting, sure, but it is definitely one we should also care about. Cheers, Ralf
