[PD-cvs] externals/zexy/src configure.ac,1.5,1.6

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu Jun 16 15:25:26 CEST 2005


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4553

Modified Files:
	configure.ac 
Log Message:
removed "strip" from darwin-builds


Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** configure.ac	9 Jun 2005 18:56:03 -0000	1.5
--- configure.ac	16 Jun 2005 13:25:23 -0000	1.6
***************
*** 270,273 ****
--- 270,275 ----
    LD=cc
    EXT=pd_darwin
+   STRIP="echo faking strip"
+   STRIPFLAGS=
  
    if test "$enable_bundleloader" = ""; then
***************
*** 282,293 ****
  dnl should it rather be @exec_prefix@ ???
      LFLAGS="-bundle -bundle_loader @prefix@/bin/pd"
-     STRIPFLAGS=
    else
      LFLAGS="-bundle -undefined suppress -flat_namespace"
-     STRIPFLAGS=
    fi
      
  
- 
    if test "$enable_lpt" = "yes"; then
      AC_MSG_ERROR("lpt not supported on this platform");
--- 284,292 ----





More information about the Pd-cvs mailing list