From: rossb Date: Fri, 22 Oct 2010 02:23:33 +0000 (+0000) Subject: patch from Richard Ash: updated Makefile.in to set SHELL variable expected by newer... X-Git-Tag: pa_stable_v19_20110326_r1647~83 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=3128c79528b4b237bfb0c46b98ef1e692381af6d;p=portaudio patch from Richard Ash: updated Makefile.in to set SHELL variable expected by newer versions of libtool (was breaking in builds on Debian without this) --- diff --git a/Makefile.in b/Makefile.in index 58c95cd..918168e 100644 --- a/Makefile.in +++ b/Makefile.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@