[PD-cvs] externals/gem2pdp configure,1.3,1.4 configure.ac,1.4,1.5

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 19 02:56:25 CEST 2005


Update of /cvsroot/pure-data/externals/gem2pdp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20578

Modified Files:
	configure configure.ac 
Log Message:
oops, test before committing! ;)  now it works

Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/gem2pdp/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** configure.ac	19 Apr 2005 00:52:01 -0000	1.4
--- configure.ac	19 Apr 2005 00:56:23 -0000	1.5
***************
*** 4,30 ****
  GEM2PDP_VERSION=0.6
  
! if test -f /usr/local/pd; then
  	PD_DIR=/usr/local/pd
! elif test -f ../../pd; then
  	PD_DIR=../../pd
! elif
     echo "Pd sources not found"
  fi
  
! if test -f /usr/local/pd/pdp; then
  	PDP_DIR=/usr/local/pd/pdp
! elif test -f ../pdp; then
  	PDP_DIR=../pdp
! elif
     echo "PdP sources not found"
  fi
  
! if test -f /usr/local/pd/gem; then
     GEM_DIR=/usr/local/pd/gem
! elif test -f ../../Gem; then
  	GEM_DIR=../../Gem
! elif  test -f ../gem/Gem; then
  	GEM_DIR=../gem/Gem
! elif
     echo "Gem sources not found"
  fi
--- 4,37 ----
  GEM2PDP_VERSION=0.6
  
! if test -d /usr/local/pd; 
! then
  	PD_DIR=/usr/local/pd
! elif test -d ../../pd; 
! then
  	PD_DIR=../../pd
! else
     echo "Pd sources not found"
  fi
  
! if test -d /usr/local/pd/pdp; 
! then
  	PDP_DIR=/usr/local/pd/pdp
! elif test -d ../pdp; 
! then
  	PDP_DIR=../pdp
! else
     echo "PdP sources not found"
  fi
  
! if test -d /usr/local/pd/gem; 
! then
     GEM_DIR=/usr/local/pd/gem
! elif test -d ../../Gem; 
! then
  	GEM_DIR=../../Gem
! elif  test -d ../gem/Gem; 
! then
  	GEM_DIR=../gem/Gem
! else
     echo "Gem sources not found"
  fi

Index: configure
===================================================================
RCS file: /cvsroot/pure-data/externals/gem2pdp/configure,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure	19 Apr 2005 00:52:00 -0000	1.3
--- configure	19 Apr 2005 00:56:23 -0000	1.4
***************
*** 1228,1254 ****
  GEM2PDP_VERSION=0.6
  
! if test -f /usr/local/pd; then
  	PD_DIR=/usr/local/pd
! elif test -f ../../pd; then
  	PD_DIR=../../pd
! elif
     echo "Pd sources not found"
  fi
  
! if test -f /usr/local/pd/pdp; then
  	PDP_DIR=/usr/local/pd/pdp
! elif test -f ../pdp; then
  	PDP_DIR=../pdp
! elif
     echo "PdP sources not found"
  fi
  
! if test -f /usr/local/pd/gem; then
     GEM_DIR=/usr/local/pd/gem
! elif test -f ../../Gem; then
  	GEM_DIR=../../Gem
! elif  test -f ../gem/Gem; then
  	GEM_DIR=../gem/Gem
! elif
     echo "Gem sources not found"
  fi
--- 1228,1261 ----
  GEM2PDP_VERSION=0.6
  
! if test -d /usr/local/pd;
! then
  	PD_DIR=/usr/local/pd
! elif test -d ../../pd;
! then
  	PD_DIR=../../pd
! else
     echo "Pd sources not found"
  fi
  
! if test -d /usr/local/pd/pdp;
! then
  	PDP_DIR=/usr/local/pd/pdp
! elif test -d ../pdp;
! then
  	PDP_DIR=../pdp
! else
     echo "PdP sources not found"
  fi
  
! if test -d /usr/local/pd/gem;
! then
     GEM_DIR=/usr/local/pd/gem
! elif test -d ../../Gem;
! then
  	GEM_DIR=../../Gem
! elif  test -d ../gem/Gem;
! then
  	GEM_DIR=../gem/Gem
! else
     echo "Gem sources not found"
  fi





More information about the Pd-cvs mailing list