~ruther/guix-local

62c155c0bcbc0d71b1bc35e966193b6e8de03246 — Mark H Weaver 11 years ago b2363f6
gnu: libtool: Add m4 to propagated-inputs.

* gnu/packages/autotools.scm (libtool)[propagated-inputs]: Add m4.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/autotools.scm
M gnu/packages/autotools.scm => gnu/packages/autotools.scm +1 -0
@@ 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'