Update of /cvsroot/perfparse/_perfparse/libpp_postgresql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/libpp_postgresql
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/libpp_postgresql/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:21 -0000 1.20
***************
*** 207,210 ****
--- 207,212 ----
VERSION = @VERSION@
XGETTEXT = @XGETTEXT@
+ YACC = @YACC@
+ YFLAGS = @YFLAGS@
ZLIB_CFLAGS = @ZLIB_CFLAGS@
ZLIB_LIBS = @ZLIB_LIBS@
|