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@
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
> "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