[PD-cvs] externals/moocow/readdir configure.in,1.3,1.4

Bryan Jurish mukau at users.sourceforge.net
Fri Aug 10 12:46:18 CEST 2007


Update of /cvsroot/pure-data/externals/moocow/readdir
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12583/readdir

Modified Files:
	configure.in 
Log Message:
+ configure.in shell syntax fixes

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/readdir/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure.in	10 Aug 2007 10:30:05 -0000	1.3
--- configure.in	10 Aug 2007 10:46:15 -0000	1.4
***************
*** 133,137 ****
  AC_ARG_ENABLE([debug],
  	AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
! if test "$enable_debug" == "yes" ; then
    AC_MSG_RESULT(yes)
    DEBUG="yes"
--- 133,137 ----
  AC_ARG_ENABLE([debug],
  	AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
! if test "$enable_debug" = "yes" ; then
    AC_MSG_RESULT(yes)
    DEBUG="yes"
***************
*** 153,157 ****
  then
    LFLAGS="-export_dynamic -shared"
!   if test "$DEBUG" == "no"; then
      #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
      OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
--- 153,157 ----
  then
    LFLAGS="-export_dynamic -shared"
!   if test "$DEBUG" = "no"; then
      #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
      OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe"
***************
*** 194,198 ****
    DFLAGS="$DFLAGS -DMACOSX"
  
!   if test "$DEBUG" == "no"; then
      OFLAGS="-O2"
    else
--- 194,198 ----
    DFLAGS="$DFLAGS -DMACOSX"
  
!   if test "$DEBUG" = "no"; then
      OFLAGS="-O2"
    else





More information about the Pd-cvs mailing list