gnu: libtool: Add m4 to propagated-inputs.
* gnu/packages/autotools.scm (libtool)[propagated-inputs]: Add m4.
This commit is contained in:
parent
b2363f6551
commit
62c155c0bc
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue