[Plib-cvs] plib configure.in,1.52,1.53
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-02-02 01:37:13
|
Update of /cvsroot/plib/plib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12104/plib Modified Files: configure.in Log Message: Added ssgStatistics. Fixed bug in sgIsect.cxx that could cause div0 error. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- configure.in 22 May 2003 11:27:17 -0000 1.52 +++ configure.in 2 Feb 2004 01:35:15 -0000 1.53 @@ -28,7 +28,6 @@ AC_PROG_INSTALL AC_PROG_RANLIB - dnl Command line arguments dnl Don't use AC_HELP_STRING here as old versions of autoconf do not |