bug#21106: AC_SUBST([FOO_LIB], ['libfoo.la']) breaks dependency checker

2015-07-21 Thread Gavin Smith
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.: > >

bug#21106: AC_SUBST([FOO_LIB], ['libfoo.la']) breaks dependency checker

2015-07-21 Thread Stanislav Brabec
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