Re: Libraries within the same package

2000-09-09 Thread Alexandre Oliva
On Sep 9, 2000, Simon Richter <[EMAIL PROTECTED]> wrote: > One of my packages comes with a shared library and a program that should > link against it. How can I tell automake to link against a not-yet-built > library and set a proper -rpath in the executables (i.e. one that points > to @libdir@

Re: include an AC_DEFUN

2000-09-09 Thread Alexandre Oliva
On Sep 9, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote: >> "Felix" == Felix Natter <[EMAIL PROTECTED]> writes: Felix> how can I include an AC_DEFUN macro-definition from another file ? > The best way is to put it into aclocal.m4 and it will automatically be > included. > Otherwise you can us

Re: include an AC_DEFUN

2000-09-09 Thread Tom Tromey
> "Felix" == Felix Natter <[EMAIL PROTECTED]> writes: Felix> how can I include an AC_DEFUN macro-definition from another file ? The best way is to put it into aclocal.m4 and it will automatically be included. Otherwise you can use `sinclude', but that is a hack. Tom