summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/ChangeLog
blob: 8f92cb13c171248d7eed02ab63f0a873993d325a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2011-04-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (goo_libGoo_a_sources): Omit parsearg.c.

2011-04-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Suppress "deprecated conversion from string constant to 'char*'"
	warnings from g++-4.4.
	Unfortunately xpdf declares lots of function parameters as
	'char *' that should actually be 'const char *'.
	Compiling with the g++-4.4 default '-Wwrite-strings' would yield
	>10000 such warnings.

	* Makefile.am, configure.ac: Define and use NO_WARN_CXXFLAGS.

2009-01-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

	* Makefile.am, fofi/Makefile.am, goo/Makefile.am,
	xpdf/Makefile.am, configure.ac:
	Proxy build system using source tree xpdf-3.02/ as obtained
	from http://www.foolabs.com/xpdf/ with patches.

	* xpdf-3.02-foolabs/*: Orignal patches for xpdf-3.02pl1 etc.
	from http://www.foolabs.com/xpdf/.

	* xpdf-3.02-PATCHES/*: Actual patches applied to the original
	source tree.
	See xpdf-3.02-PATCHES/ChangeLog for details.

2008-01-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in, fofi/Makefile.in, goo/Makefile.in,
	xpdf/Makefile.in: Add @configure_input@ lines.
	* acinclude.m4 (new): Renamed from aclocal.m4,
	replaced AC_DEFUN(FOO,...) by AC_DEFUN([FOO],...).
	* aclocal.m4 (new): Generated (aclocal -I ../../texk/m4).
	* configure: Regenerated (autoconf).