2013-03-26 19:44:26 +00:00
|
|
|
diff --git a/bindings/tcl/Makefile.am b/bindings/tcl/Makefile.am
|
2014-09-30 14:05:39 +00:00
|
|
|
index 265191d..35ce191 100644
|
2013-03-26 19:44:26 +00:00
|
|
|
--- a/bindings/tcl/Makefile.am
|
|
|
|
+++ b/bindings/tcl/Makefile.am
|
|
|
|
@@ -27,8 +27,9 @@ tclpkgdir = @TCL_PACKAGE_DIR@
|
|
|
|
tclpkg_DATA = pkgIndex.tcl
|
|
|
|
tclpkg_SCRIPTS = ifOctets.tcl
|
|
|
|
else
|
2013-05-24 09:27:14 +00:00
|
|
|
-pkgdata_DATA = pkgIndex.tcl
|
|
|
|
-pkgdata_SCRIPTS = ifOctets.tcl
|
2013-03-26 19:44:26 +00:00
|
|
|
+pkgindexdir = $(pkglibdir)
|
|
|
|
+pkgindex_DATA = pkgIndex.tcl
|
|
|
|
+pkgindex_SCRIPTS = ifOctets.tcl
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as
|
2014-09-30 14:05:39 +00:00
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
|
|
index 9e93459..3ef1bef 100644
|
|
|
|
--- a/configure.ac
|
|
|
|
+++ b/configure.ac
|
|
|
|
@@ -774,7 +774,7 @@ LUA_EOF
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
|
|
|
- LUA_RRD_LIBDIR="$langpref/lib/lua/$lua_vdot"
|
|
|
|
+ LUA_RRD_LIBDIR="$libdir/lua/$lua_vdot"
|
|
|
|
# if lua 5.0 can't find compat-5.1, force installation of
|
|
|
|
# compat-5.1.lua together with RRDtool.
|
|
|
|
if test "$lua_vdot" = "5.0" -a "$LUA_HAVE_COMPAT51" != "HAVE_COMPAT51"; then
|