Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5500
Modified Files: Tag: devel_0_37 configure.in configure Log Message: obviously the devel_0_37 branch now uses the portaudio v19 for OSX as well...
Index: configure =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure,v retrieving revision 1.1.1.4.2.20 retrieving revision 1.1.1.4.2.21 diff -C2 -d -r1.1.1.4.2.20 -r1.1.1.4.2.21 *** configure 29 Sep 2004 17:31:27 -0000 1.1.1.4.2.20 --- configure 6 Oct 2004 18:41:44 -0000 1.1.1.4.2.21 *************** *** 1,49 **** #! /bin/sh - # Guess values for system-dependent variables and create Makefiles. ! # Generated automatically using autoconf version 2.13 ! # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it.
! # Defaults: [...9100 lines suppressed...] ! # Unfortunately, on DOS this fails, as config.log is still kept open ! # by configure, so config.status won't be able to write to it; its ! # output is simply discarded. So we exec the FD to /dev/null, ! # effectively closing config.log, so it can be properly (re)opened and ! # appended to by config.status. When coming back to configure, we ! # need to make the FD available again. ! if test "$no_create" != yes; then ! ac_cs_success=: ! ac_config_status_args= ! test "$silent" = yes && ! ac_config_status_args="$ac_config_status_args --quiet" ! exec 5>/dev/null ! $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false ! exec 5>>config.log ! # Use ||, not &&, to avoid exiting from the if with $? = 1, which ! # would make configure fail if this is the last instruction. ! $ac_cs_success || { (exit 1); exit 1; } ! fi
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure.in,v retrieving revision 1.1.1.4.2.20 retrieving revision 1.1.1.4.2.21 diff -C2 -d -r1.1.1.4.2.20 -r1.1.1.4.2.21 *** configure.in 29 Sep 2004 17:31:27 -0000 1.1.1.4.2.20 --- configure.in 6 Oct 2004 18:41:44 -0000 1.1.1.4.2.21 *************** *** 277,292 **** EXT=pd_darwin MORECFLAGS="-DMACOSX -I/usr/X11R6/include \ ! -I../portaudio_v18/pa_common \ ! -I../portaudio_v18/pablio \ -I../portmidi_osx \ -Wno-error \ -DUSEAPI_PORTAUDIO -DPA_BIG_ENDIAN" SYSSRC="s_midi_pm.c s_audio_pa.c \ ! ../portaudio_v18/pa_common/pa_lib.c \ ! ../portaudio_v18/pa_common/pa_trace.c \ ! ../portaudio_v18/pa_common/pa_convert.c \ ! ../portaudio_v18/pablio/pablio_pd.c \ ! ../portaudio_v18/pablio/ringbuffer_pd.c \ ! ../portaudio_v18/pa_mac_core/pa_mac_core.c \ ../portmidi_osx/pmdarwin.c \ ../portmidi_osx/pmmacosx.c \ --- 277,292 ---- EXT=pd_darwin MORECFLAGS="-DMACOSX -I/usr/X11R6/include \ ! -I../portaudio/pa_common \ ! -I../portaudio/pablio \ -I../portmidi_osx \ -Wno-error \ -DUSEAPI_PORTAUDIO -DPA_BIG_ENDIAN" SYSSRC="s_midi_pm.c s_audio_pa.c \ ! ../portaudio/pa_common/pa_lib.c \ ! ../portaudio/pa_common/pa_trace.c \ ! ../portaudio/pa_common/pa_convert.c \ ! ../portaudio/pablio/pablio_pd.c \ ! ../portaudio/pablio/ringbuffer_pd.c \ ! ../portaudio/pa_mac_core/pa_mac_core.c \ ../portmidi_osx/pmdarwin.c \ ../portmidi_osx/pmmacosx.c \