gnu: pd: Run autogen.sh script.
* gnu/packages/music.scm (pd)[arguments]: Run autogen.sh instead of plain autoreconf.
This commit is contained in:
parent
4712cbb0c7
commit
8723fe23fa
|
@ -1382,7 +1382,7 @@ export.")
|
||||||
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
|
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'unpack 'autoconf
|
(add-after 'unpack 'autoconf
|
||||||
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
|
(lambda _ (zero? (system* "bash" "./autogen.sh")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in New Issue