[poppler] poppler: ChangeLog,1.192,1.193 configure.ac,1.34,1.35

Kristian Høgsberg krh at freedesktop.org
Tue Sep 6 20:00:38 PDT 2005


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

Modified Files:
	ChangeLog configure.ac 
Log Message:
2005-09-06  Kristian Høgsberg  <krh at redhat.com>

        * configure.ac: Enable A4_PAPER and OPI_SUPPORT by default.  There
        is no reason to not enable OPI and the paper size should be
        controlled by the application.

        * test/Makefile.am (EXTRA_DIST): Add pdf-operators.c



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- ChangeLog	3 Sep 2005 11:53:44 -0000	1.192
+++ ChangeLog	7 Sep 2005 03:00:36 -0000	1.193
@@ -1,3 +1,11 @@
+2005-09-06  Kristian Høgsberg  <krh at redhat.com>
+
+	* configure.ac: Enable A4_PAPER and OPI_SUPPORT by default.  There
+	is no reason to not enable OPI and the paper size should be
+	controlled by the application.
+
+	* test/Makefile.am (EXTRA_DIST): Add pdf-operators.c
+
 2005-09-03  Brad Hards  <bradh at frogmouth.net>
 
 	* qt4/tests/ :

Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- configure.ac	3 Sep 2005 11:53:44 -0000	1.34
+++ configure.ac	7 Sep 2005 03:00:36 -0000	1.35
@@ -17,22 +17,9 @@
 AC_PROG_CXX
 AC_PROG_INSTALL
 
-dnl ##### Optional features.
-AH_TEMPLATE([A4_PAPER],
-            [Use A4 paper size instead of Letter for PostScript output.])
-AC_ARG_ENABLE(a4-paper,
-	      AS_HELP_STRING([--enable-a4-paper],
-			     [use A4 paper size instead of Letter for PostScript output]),
-              AC_DEFINE(A4_PAPER))
-
-AH_TEMPLATE([OPI_SUPPORT],
-            [Include support for OPI comments.])
-AC_ARG_ENABLE(opi,
-              AS_HELP_STRING([--enable-opi],
-			     [include support for OPI comments]),
-              AC_DEFINE(OPI_SUPPORT))
-
 dnl Enable these unconditionally.
+AC_DEFINE([A4_PAPER], [1], [Default to A4 paper.])
+AC_DEFINE([OPI_SUPPORT], [1], [Generate OPI comments in PS output.])
 AC_DEFINE([MULTITHREADED], [1], [Enable multithreading support.])
 AC_DEFINE([TEXTOUT_WORD_LIST], [1], [Enable word list support.])
 



More information about the poppler mailing list