From: Florian G. <re...@us...> - 2007-08-02 22:20:25
|
Update of /cvsroot/perfparse/_perfparse/perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/perfparse Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/perfparse/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:22 -0000 1.20 *************** *** 213,216 **** --- 213,218 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |