mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: autoconf@2.13: Use invoke.
* gnu/packages/autotools.scm (autoconf-2.13)[arguments]: Use invoke in the custom configure phase.
This commit is contained in:
parent
3d77ecfed4
commit
95cc40a88a
1 changed files with 3 additions and 3 deletions
|
@ -121,9 +121,9 @@ know anything about Autoconf or M4.")
|
||||||
(out (assoc-ref outputs "out")))
|
(out (assoc-ref outputs "out")))
|
||||||
(setenv "CONFIG_SHELL" bash)
|
(setenv "CONFIG_SHELL" bash)
|
||||||
(setenv "SHELL" bash)
|
(setenv "SHELL" bash)
|
||||||
(zero? (system* bash "./configure"
|
(invoke bash "./configure"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
(string-append "--build=" build)))))))))))
|
(string-append "--build=" build))))))))))
|
||||||
|
|
||||||
|
|
||||||
(define (make-autoconf-wrapper autoconf)
|
(define (make-autoconf-wrapper autoconf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue