[poppler] poppler: ChangeLog,1.198,1.199 configure.ac,1.36,1.37

Marco Pesenti Gritti marco at freedesktop.org
Fri Sep 16 11:21:40 PDT 2005


Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv3392

Modified Files:
	ChangeLog configure.ac 
Log Message:
2005-09-16  Marco Pesenti Gritti  <mpg at redhat.com>

        * configure.ac:
        * goo/Makefile.am:
        * splash/Makefile.am:
        * splash/SplashFTFont.cc:
        * splash/SplashMath.h:
        * splash/SplashTypes.h:

        Merge support for fixed point



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- ChangeLog	16 Sep 2005 18:11:14 -0000	1.198
+++ ChangeLog	16 Sep 2005 18:21:38 -0000	1.199
@@ -1,5 +1,16 @@
 2005-09-16  Marco Pesenti Gritti  <mpg at redhat.com>
 
+	* configure.ac:
+	* goo/Makefile.am:
+	* splash/Makefile.am:
+	* splash/SplashFTFont.cc:
+	* splash/SplashMath.h:
+	* splash/SplashTypes.h:
+
+	Merge support for fixed point
+
+2005-09-16  Marco Pesenti Gritti  <mpg at redhat.com>
+
 	* poppler/ArthurOutputDev.cc:
 	* poppler/CairoFontEngine.cc:
 	* poppler/TextOutputDev.cc:

Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- configure.ac	15 Sep 2005 22:09:50 -0000	1.36
+++ configure.ac	16 Sep 2005 18:21:38 -0000	1.37
@@ -23,6 +23,10 @@
 AC_DEFINE([MULTITHREADED], [1], [Enable multithreading support.])
 AC_DEFINE([TEXTOUT_WORD_LIST], [1], [Enable word list support.])
 
+AC_ARG_ENABLE(fixedpoint,
+[  --enable-fixedpoint     use fixed point (instead of floating point) arithmetic],
+AC_DEFINE(USE_FIXEDPOINT, [], [Use fixed point arithmetic]))
+
 dnl ##### Path to xpdfrc.
 dnl This ugly kludge to get the sysconfdir path is needed because
 dnl autoconf doesn't actually set the prefix variable until later.



More information about the poppler mailing list