build: Run lopsubgen with absolute path.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 8 Jul 2017 16:53:11 +0000 (18:53 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 15 Jul 2017 16:28:44 +0000 (18:28 +0200)
commitbaeaa70028e41e41c30226b5297fdc57576ce5ed
tree85e20165bf50ef6dd4b912a0b36ec521708b24eb
parente4f13789f90c22606dd74b016a71403f3785b884
build: Run lopsubgen with absolute path.

The configure script detects the location of the lopsubgen executable,
but we never use this information and rely on the shell to find the
executable in $PATH when the recipes in m4/lls/makefile are run.

This should not matter much, but it is inconsistent to how we deal
with m4. Moreover, using the LOPSUBGEN autoconf variable in the
recipes allows the user to override the path at build time.
Makefile.in
configure.ac
m4/lls/makefile