On 21 July 2015 at 21:17, Stanislav Brabec wrote:
> I just wanted to make an option to link the program either against
> in-package instance or external instance.
>
> To make things as easy as possible, I wanted to define FOO_LIB in
> configure.ac either as 'libfoo.la' or '-lfoo' using e. g.:
>
>
I just wanted to make an option to link the program either against
in-package instance or external instance.
To make things as easy as possible, I wanted to define FOO_LIB in
configure.ac either as 'libfoo.la' or '-lfoo' using e. g.:
AC_SUBST([FOO_LIB], ['libfoo.la'])
and then in Makefile.am use