[Plib-cvs] plib/tools INSTALL,1.1,1.2 Makefile.am,1.1,1.2 changes,1.1,NONE
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-05-08 21:24:29
|
Update of /cvsroot/plib/plib/tools In directory usw-pr-cvs1:/tmp/cvs-serv18743/tools Modified Files: INSTALL Makefile.am Removed Files: changes Log Message: Updated automake template files Index: INSTALL =================================================================== RCS file: /cvsroot/plib/plib/tools/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- INSTALL 19 Apr 2002 20:08:04 -0000 1.1 +++ INSTALL 8 May 2002 21:24:25 -0000 1.2 @@ -51,6 +51,19 @@ all sorts of other programs in order to regenerate files that came with the distribution. +Configure Options +================= +On some occations opengl are not found on systems. Additional +commandline parameters have been added to resolve this issue. + +--with-gl GL prefix + +Examples +./configure --with-gl=/usr/local + +This should help with locating GL when configure is unable to find +the files. + Compilers and Options ===================== Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/tools/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 30 Jul 2000 08:20:07 -0000 1.1 +++ Makefile.am 8 May 2002 21:24:25 -0000 1.2 @@ -1,6 +1,6 @@ SUBDIRS = src -EXTRA_DIST = README CHANGES LICENSE NOTICE acsite.m4 +EXTRA_DIST = autogen.sh README NOTICE tools.dsw dist-hook: tar cf - doc \ --- changes DELETED --- |