gnu: pd: Run autogen.sh script.

* gnu/packages/music.scm (pd)[arguments]: Run autogen.sh instead of
plain autoreconf.
master
Ricardo Wurmus 2017-04-02 12:49:21 +02:00
parent 4712cbb0c7
commit 8723fe23fa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -1382,7 +1382,7 @@ export.")
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
#t))
(add-after 'unpack 'autoconf
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
(lambda _ (zero? (system* "bash" "./autogen.sh")))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)