[poppler] poppler: configure.ac,1.70,1.70.2.1
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Mar 31 16:46:33 PDT 2007
- Previous message: [poppler] poppler/poppler: Gfx.cc,1.13,1.13.2.1
- Next message: [poppler]
poppler/goo: FixedPoint.cc, 1.1, 1.1.4.1 FixedPoint.h, 1.2,
1.2.4.1 GooString.cc, 1.4, 1.4.2.1 GooString.h, 1.4,
1.4.2.1 Makefile.am, 1.5, 1.5.4.1 gfile.cc, 1.3,
1.3.4.1 gmem.c, 1.7, NONE gmem.cc, NONE, 1.1.2.1 gmem.h, 1.4,
1.4.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv23633
Modified Files:
Tag: xpdf302merge
configure.ac
Log Message:
merged goo dir from xpdf3.02, that was easy :D
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.70
retrieving revision 1.70.2.1
diff -u -d -r1.70 -r1.70.2.1
--- configure.ac 7 Mar 2007 19:15:32 -0000 1.70
+++ configure.ac 31 Mar 2007 23:46:31 -0000 1.70.2.1
@@ -40,6 +40,10 @@
AC_PATH_XTRA
AC_HEADER_DIRENT
+AC_ARG_ENABLE(exceptions,
+ [ --enable-exceptions use C++ exceptions],
+ AC_DEFINE([USE_EXCEPTIONS], [], [Throw exceptions to deal with not enough memory and similar problems]))
+
dnl ##### Switch over to C++. This will make the checks below a little
dnl ##### bit stricter (requiring function prototypes in include files).
dnl ##### (99% of xpdf is written in C++.)
- Previous message: [poppler] poppler/poppler: Gfx.cc,1.13,1.13.2.1
- Next message: [poppler]
poppler/goo: FixedPoint.cc, 1.1, 1.1.4.1 FixedPoint.h, 1.2,
1.2.4.1 GooString.cc, 1.4, 1.4.2.1 GooString.h, 1.4,
1.4.2.1 Makefile.am, 1.5, 1.5.4.1 gfile.cc, 1.3,
1.3.4.1 gmem.c, 1.7, NONE gmem.cc, NONE, 1.1.2.1 gmem.h, 1.4,
1.4.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list