[Plib-cvs] plib configure.in,1.38,1.39
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-30 19:32:50
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv29248 Modified Files: configure.in Log Message: configure script now allows to build only parts of PLIB Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- configure.in 7 Jul 2002 18:31:07 -0000 1.38 +++ configure.in 30 Aug 2002 19:32:48 -0000 1.39 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/js/js.h) -AM_INIT_AUTOMAKE(plib, 1.5.2) +AM_INIT_AUTOMAKE(plib, 1.6.0) # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into @@ -29,8 +29,12 @@ AC_PROG_RANLIB [...393 lines suppressed...] +else + glut_msg="no" +fi + +AC_MSG_NOTICE( +[PLIB configuration information: + + Build FNT library: $enable_fnt + Build JS library: $enable_js + Build NET library: $enable_net + Build PUI library: $enable_pui + Build SG library: $enable_sg + Build SL library: $enable_sl + Build SSG library: $enable_ssg + Build ssgAux library: $enable_ssgaux + Build UTIL library: $enable_ul + + Need GLUT: $glut_msg +]) |