[Plib-cvs] plib/demos/exposer configure.in,1.16,1.17
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-02 17:57:15
|
Update of /cvsroot/plib/plib/demos/exposer In directory usw-pr-cvs1:/tmp/cvs-serv21289/plib/demos/exposer 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/exposer/configure.in,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- configure.in 2 Sep 2002 05:40:51 -0000 1.16 +++ configure.in 2 Sep 2002 17:57:10 -0000 1.17 @@ -30,9 +30,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 |