Hi there,
with automake 1.11.3 I'm getting the following error :
$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal -I m4 --force -I m4
[ ... ]
bindings/tcl/Makefile.am:31: `pkglibdir' is not a legitimate directory for
`SCRIPTS'
bindings/tcl/Makefile.am:30: `pkglibdir' is not a legitimate directory for
`DATA'
autoreconf: automake failed with exit status: 1
The attached patch seems to fix that.
Index: bindings/tcl/Makefile.am
===================================================================
--- bindings/tcl/Makefile.am (révision 2287)
+++ bindings/tcl/Makefile.am (copie de travail)
@@ -27,8 +27,8 @@
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
_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users