author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 4 Nov 2008 07:12:46 +0000 (07:12 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 4 Nov 2008 07:12:46 +0000 (07:12 +0000) | ||
commit | 60ad693524a79303f582e94f46bda3a7da71c7c4 | |
tree | d109c4486fe1cbd35582faabc076e4d0b198a43f | tree | snapshot |
parent | ba0baee68f26a5661bfd31f2735aceb8a0e55018 | commit | diff |
I realize now that the problem is the line
test -f lua/Makefile && cd lua && $(MAKE) install || true
in the target "install-data-local", in bindings/Makefile.am. It forces
execution of bindings/lua/Makefile independently of lua being found or
not. I added that line in my first patch, following perl, python and
ruby build style, but it's not needed after I switched to automake. The
make recursion is controlled by SUBDIRS, which will only contain "lua"
if BUILD_LUA is true.
-- Fidelis Assis
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1645 a5681a0c-68f1-0310-ab6d-d61299d08faa
test -f lua/Makefile && cd lua && $(MAKE) install || true
in the target "install-data-local", in bindings/Makefile.am. It forces
execution of bindings/lua/Makefile independently of lua being found or
not. I added that line in my first patch, following perl, python and
ruby build style, but it's not needed after I switched to automake. The
make recursion is controlled by SUBDIRS, which will only contain "lua"
if BUILD_LUA is true.
-- Fidelis Assis
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1645 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/bindings/Makefile.am | diff | blob | history | |
program/bindings/lua/Makefile.am | diff | blob | history | |
program/doc/Makefile.am | diff | blob | history |