gnu: libtool: Add m4 to propagated-inputs.

* gnu/packages/autotools.scm (libtool)[propagated-inputs]: Add m4.
master
Mark H Weaver 2015-01-10 19:14:29 -05:00
parent b2363f6551
commit 62c155c0bc
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ Makefile, simplifying the entire process for the developer.")
(patches
(list (search-patch "libtool-skip-tests.patch")))))
(build-system gnu-build-system)
(propagated-inputs `(("m4" ,m4)))
(native-inputs `(("m4" ,m4)
("perl" ,perl)
("automake" ,automake) ;some tests rely on 'aclocal'