[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rrd-users
Subject:    [rrd-users] problem with automake 1.11.3
From:       Romain Fliedel <rfliedel () freebox ! fr>
Date:       2012-05-03 11:25:06
Message-ID: 797362058.2266101.1336044306517.JavaMail.root () zmc
[Download RAW message or body]

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.
["automake.patch" (text/x-patch)]

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
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic