~ruther/guix-local

87cd0dba2fd221ada9f12ea1cb3d3d151834f498 — Ludovic Courtès 10 years ago a6785b9
build-system/gnu: dist-package: Use 'autoconf-wrapper'.

* guix/build-system/gnu.scm (dist-package): Use AUTOCONF-WRAPPER instead
  of AUTOCONF.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build-system/gnu.scm
M guix/build-system/gnu.scm => guix/build-system/gnu.scm +1 -1
@@ 204,7 204,7 @@ runs `make distcheck' and whose result is one or more source tarballs."
       (let ((ref (lambda (module var)
                    (module-ref (resolve-interface module) var))))
         `(,@(package-native-inputs p)
           ("autoconf" ,(ref '(gnu packages autotools) 'autoconf))
           ("autoconf" ,((ref '(gnu packages autotools) 'autoconf-wrapper)))
           ("automake" ,(ref '(gnu packages autotools) 'automake))
           ("libtool"  ,(ref '(gnu packages autotools) 'libtool))
           ("gettext"  ,(ref '(gnu packages gettext) 'gnu-gettext))