[PD-cvs] externals/moocow/pdstring configure.in,1.1,1.2

Bryan Jurish mukau at users.sourceforge.net
Wed Jul 25 00:58:51 CEST 2007


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

Modified Files:
	configure.in 
Log Message:
+ v0.0.4: paranoia fixes in any2string.c

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/pdstring/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure.in	2 Feb 2006 12:46:01 -0000	1.1
--- configure.in	24 Jul 2007 22:58:49 -0000	1.2
***************
*** 5,9 ****
  dnl Some handy macros
  define([THE_PACKAGE_NAME],    [pdstring])
! define([THE_PACKAGE_VERSION], [0.03])
  define([THE_PACKAGE_AUTHOR],  [moocow at ling.uni-potsdam.de])
  
--- 5,9 ----
  dnl Some handy macros
  define([THE_PACKAGE_NAME],    [pdstring])
! define([THE_PACKAGE_VERSION], [0.04])
  define([THE_PACKAGE_AUTHOR],  [moocow at ling.uni-potsdam.de])
  
***************
*** 147,151 ****
    if test "$DEBUG" == "no"; then
      #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
!     OFLAGS="-O6 -funroll-loops -fomit-frame-pointer"
    else
      OFLAGS="-g"
--- 147,152 ----
    if test "$DEBUG" == "no"; then
      #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000"
!     #OFLAGS="-O2 -funroll-loops -fomit-frame-pointer"
!     OFLAGS="-O2"
    else
      OFLAGS="-g"





More information about the Pd-cvs mailing list