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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Reference in a new issue