moss-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Moss-devel] CVS: moss/3Dsia/client/3Dcf configure.ac,1.8,1.9


From: Alexander Feder <address@hidden>
Subject: [Moss-devel] CVS: moss/3Dsia/client/3Dcf configure.ac,1.8,1.9
Date: Sun, 10 Nov 2002 11:29:02 -0500

Update of /cvsroot/moss/moss/3Dsia/client/3Dcf
In directory subversions:/tmp/cvs-serv5269

Modified Files:
        configure.ac 
Log Message:
added nvidia-header-enable option


Index: configure.ac
===================================================================
RCS file: /cvsroot/moss/moss/3Dsia/client/3Dcf/configure.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** configure.ac        5 Nov 2002 23:43:06 -0000       1.8
--- configure.ac        10 Nov 2002 16:28:59 -0000      1.9
***************
*** 24,27 ****
--- 24,31 ----
  AC_ARG_ENABLE([debug],[  --enable-debug  enable the DEBUG flag], 
AC_DEFINE(_DEBUG))
  
+ AC_ARG_WITH(nvidia, [  --with-nvidia    Path to nVidia headers],
+ NVIDIA_HEADERS=$withval,)
+ AC_SUBST(NVIDIA_HEADERS)
+ 
  AC_SUBST(glflags)
  AC_SUBST(lflags)
***************
*** 30,42 ****
  glflags="-L/usr/X11R6/lib" 
  
! AC_HAVE_LIBRARY(pthread,glflags="$glflags -lpthread",AC_MSG_ERROR([libpthread 
not found]),$glflags)
! AC_HAVE_LIBRARY(Xt, glflags="$glflags -lXt",AC_MSG_ERROR([libXt not 
found]),$glflags)
! AC_HAVE_LIBRARY(Xext, glflags="$glflags -lXext",AC_MSG_ERROR([libXext not 
found]),$glflags)
! AC_HAVE_LIBRARY(X11, glflags="$glflags -lX11",AC_MSG_ERROR([libX11 not 
found]),$glflags)
! AC_HAVE_LIBRARY(m, glflags="$glflags -lm",AC_MSG_ERROR([libm not found]),)
  
  AC_CHECK_LIB(stdc++,main,lflags="$lflags -lstdc++", AC_MSG_ERROR([WTF?]))
  AC_HAVE_LIBRARY(GL,glflags="$glflags -lGL",AC_MSG_ERROR([libGL not 
found]),$glflags)
! AC_HAVE_LIBRARY(GLU,glflags="$glflags -lGLU",AC_MSG_ERROR([libGLU not 
found]),$glflags)
  dnl AC_CHECK_LIB(GLU,gluScaleImage3D,glflags="$glflags 
-lGLU",AC_MSG_ERROR([libGLU not found]),$glflags)
  AC_HAVE_LIBRARY(glut,glflags="$glflags -lglut",AC_MSG_ERROR([libglut not 
found]),$glflags)
--- 34,46 ----
  glflags="-L/usr/X11R6/lib" 
  
! AC_HAVE_LIBRARY(pthread,lflags="$lflags -lpthread",AC_MSG_ERROR([libpthread 
not found]),$glflags)
! dnl AC_HAVE_LIBRARY(Xt, glflags="$glflags -lXt",AC_MSG_ERROR([libXt not 
found]),$glflags)
! dnl AC_HAVE_LIBRARY(Xext, glflags="$glflags -lXext",AC_MSG_ERROR([libXext not 
found]),$glflags)
! dnl AC_HAVE_LIBRARY(X11, glflags="$glflags -lX11",AC_MSG_ERROR([libX11 not 
found]),$glflags)
! AC_HAVE_LIBRARY(m, lflags="$lflags -lm",AC_MSG_ERROR([libm not found]),)
  
  AC_CHECK_LIB(stdc++,main,lflags="$lflags -lstdc++", AC_MSG_ERROR([WTF?]))
  AC_HAVE_LIBRARY(GL,glflags="$glflags -lGL",AC_MSG_ERROR([libGL not 
found]),$glflags)
! AC_HAVE_LIBRARY(GLU,glflags="$glflags -lGLU",AC_MSG_ERROR([libGLU not 
found]),$glflags $lflags)
  dnl AC_CHECK_LIB(GLU,gluScaleImage3D,glflags="$glflags 
-lGLU",AC_MSG_ERROR([libGLU not found]),$glflags)
  AC_HAVE_LIBRARY(glut,glflags="$glflags -lglut",AC_MSG_ERROR([libglut not 
found]),$glflags)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]