summaryrefslogtreecommitdiffstats
path: root/package/rrdtool/rrdtool-automake-compat.patch
blob: 92b753db232353cfbba1a32aba832c43d887b3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Make it compatible with newer autoconf/automake.
Patch from OpenWRT.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

--- a/bindings/tcl/Makefile.am
+++ b/bindings/tcl/Makefile.am
@@ -26,8 +26,8 @@ tclpkgdir = @TCL_PACKAGE_DIR@
 tclpkg_DATA = pkgIndex.tcl
 tclpkg_SCRIPTS = ifOctets.tcl
 else
-pkglib_DATA = pkgIndex.tcl
-pkglib_SCRIPTS = ifOctets.tcl
+pkgdata_DATA = pkgIndex.tcl
+pkgdata_SCRIPTS = ifOctets.tcl
 endif
 
 # Automake doen't like `tclrrd$(VERSION)$(TCL_SHLIB_SUFFIX)' as