[PD-cvs] pd/src configure,1.2,1.3

kpeiruza at users.sourceforge.net kpeiruza at users.sourceforge.net
Wed Nov 12 19:47:06 CET 2003


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8671/pd/src

Modified Files:
	configure 
Log Message:
Updated configure script as well as configure lib testing.
Probably makefile.dependencies should not be uploaded, I
apologize but dunno much about autoconf.

Thanks!



Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** configure	10 Nov 2003 16:13:10 -0000	1.2
--- configure	12 Nov 2003 18:47:03 -0000	1.3
***************
*** 4078,4081 ****
--- 4078,4083 ----
  #AC_CHECK_HEADER(tcl.h,, echo "no tcl/tk header found" || exit 1)
  
+ #	FreeBSD has lots of libs there ...
+ LIBS="$LIBS -L/usr/local/lib"
  
  foundit=no
***************
*** 4403,4407 ****
  fi
[...1153 lines suppressed...]
+ 
+ fi
+ 
+ 
  
  
***************
*** 6388,6393 ****
  if test `uname -s` = FreeBSD;
  then
!     LDFLAGS="-Wl,-export-dynamic -L/usr/local/lib -L/usr/local/lib/pth -lpthread"
! 	LIBS="$LIBS -L/usr/local/lib"
      EXT=pd_linux
      MORECFLAGS="-DDL_OPEN  -DUSEAPI_OSS"
--- 7376,7380 ----
  if test `uname -s` = FreeBSD;
  then
!     LDFLAGS="-Wl,-export-dynamic -L/usr/local/lib/pth -lpthread"
      EXT=pd_linux
      MORECFLAGS="-DDL_OPEN  -DUSEAPI_OSS"






More information about the Pd-cvs mailing list