Re: Directory navigation

2000-08-30 Thread Alexandre Oliva
On Aug 29, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote: Robert> project-root: Robert> drv/ src/ inc/ make/ @host@/ > You could probably do this somehow with a lot of hackery. But it > isn't the automake way -- in particular putting objects into the > `@host@' directory. Instead we encourage

Alexandre Oliva: Re: AC_LIBOBJ

2000-08-30 Thread Harlan Stenn
On Aug 29, 2000, Harlan Stenn <[EMAIL PROTECTED]> wrote: > The docs for AC_LIBOBJ say (in part): > Technically, it adds 'FUNCTION.$ac_objext' to ... > If this is true, it may still be a bug. Perhaps it should add: > 'FUNCTION$U.$ac_objext' > because some folks will be using the ansi2

Problem with nodist_libfoo_a_SOURCES

2000-08-30 Thread stenn
I think this problem was fixed before, but the problem has reappeared. I have a Makefile.am that has a library being conditionally built. The Makefile.am is basically: noinst_LIBRARIES = @MAKE_LIBRSAREF@ EXTRA_LIBRARIES = librsaref.a CLEANFILES = $(EXTRA_LIBRARIES) # NOTES: # don't use RSAREF'