mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01:00 
			
		
		
		
	Add an important missing substitution (which would normally be provided by automake) required to make portaudio build on systems where /bin/sh != /bin/bash
http://www.gnu.org/software/hello/manual/autoconf/The-Make-Macro-SHELL.html
This commit is contained in:
		| @@ -22,6 +22,7 @@ CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/common -I$(top_srcdir)/src/ | ||||
| LIBS = @LIBS@ | ||||
| AR = @AR@ | ||||
| RANLIB = @RANLIB@ | ||||
| SHELL = @SHELL@ | ||||
| LIBTOOL = @LIBTOOL@ | ||||
| INSTALL = @INSTALL@ | ||||
| INSTALL_DATA = @INSTALL_DATA@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user