Show
Ignore:
Timestamp:
02/22/08 15:48:22 (10 months ago)
Author:
jpgrayson
Message:

- Small fixes to build system.
-- Fix some typos in configure.in affecting Mac ASIO build and C++ binding builds.
-- Remove unused LT_RELEASE variable from configure.in and Makefile.in.
-- Split really long PA_LDFLAGS assignment.
-- Substitute make built-in $(RM) for "rm -f".
-- Use variable for lib-stamp command; this reduces output noise at make-time.
-- Use simple variable expansion when assigning OBJS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/configure.in

    r1353 r1358  
    121121LT_AGE=0 
    122122 
    123 dnl AC_SUBST(LT_RELEASE) 
    124123AC_SUBST(LT_CURRENT) 
    125124AC_SUBST(LT_REVISION) 
     
    187186 
    188187            OTHER_OBJS="$CFLAGS pa_asio/iasiothiscallresolver.o $ASIODIR/host/asiodrivers.o $ASIODIR/common/asio.o $ASIODIR/host/mac/asioshlib.o" 
    189             CFLAGS="$CFLAGS -I\$(top_srcdir)/pa_asio -I$ASIDIR/host/mac -I$ASIODIR/common" 
     188            CFLAGS="$CFLAGS -I\$(top_srcdir)/pa_asio -I$ASIODIR/host/mac -I$ASIODIR/common" 
    190189            CXXFLAGS="$CFLAGS" 
    191190        fi 
     
    352351   AC_CONFIG_SUBDIRS([bindings/cpp]) 
    353352   ENABLE_CXX_TRUE="" 
    354    ENABLE_CXX_FALE="#" 
     353   ENABLE_CXX_FALSE="#" 
    355354else 
    356355   ENABLE_CXX_TRUE="#" 
    357    ENABLE_CXX_FALE="" 
     356   ENABLE_CXX_FALSE="" 
    358357fi 
    359358AC_SUBST(ENABLE_CXX_TRUE)