[Plib-cvs] plib/demos/p-guide configure.in,1.6,1.7
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-02 17:57:15
|
Update of /cvsroot/plib/plib/demos/p-guide In directory usw-pr-cvs1:/tmp/cvs-serv21289/plib/demos/p-guide Modified Files: configure.in Log Message: Removed som junk from the examples/demos configure script Added a 'build all demos' script to make it easier to build the demo programs. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- configure.in 1 Sep 2002 07:18:41 -0000 1.6 +++ configure.in 2 Sep 2002 17:57:10 -0000 1.7 @@ -29,9 +29,6 @@ fi -CPPFLAGS="$CPPFLAGS -I/usr/local/include" -LDFLAGS="$LDFLAGS -L/usr/local/lib" - dnl Checks for library functions. dnl check for OpenGL related libraries |