comparison ChangeLog @ 9575:55ecaefb7d0f

Use pkg-config to configure GraphicsMagick++.
author David Grundberg <individ@acc.umu.se>
date Tue, 25 Aug 2009 14:03:30 +0200
parents be3ee885739b
children b03062e16c6f
comparison
equal deleted inserted replaced
9574:19124db6fc1c 9575:55ecaefb7d0f
33 33
34 2009-08-26 Benjamin Lindner <lindnerb@users.sourceforge.net> 34 2009-08-26 Benjamin Lindner <lindnerb@users.sourceforge.net>
35 35
36 * mkoctfile.cc.in: Fix typo. 36 * mkoctfile.cc.in: Fix typo.
37 * octave-bug.cc.in: Correct substututions. 37 * octave-bug.cc.in: Correct substututions.
38
39 2009-08-25 David Grundberg <individ@acc.umu.se>
40
41 * configure.in: Run PKG_PROG_PKG_CONFIG earlier. Use pkg-config
42 instead of GraphicsMagick++-config. Determine only -I, -L and -l
43 flags and put them in MAGICK_CPPFLAGS, MAGICK_LDFLAGS and
44 MAGICK_LIBS respectively. Substitute these variables.
45 Remove variables MAGICK_CONFIG and MAGICK_INCFLAGS.
46 Test linking against GraphicsMagick++.
47 * Makeconf.in: Don't run $(MAGICK_CONFIG) here. Use substituted
48 valued from MAGICK_CPPFLAGS, MAGICK_LDFLAGS and MAGICK_LIBS.
49 Remove variables MAGICK_CONFIG and MAGICK_INCFLAGS.
38 50
39 2009-08-24 Jaroslav Hajek <highegg@gmail.com> 51 2009-08-24 Jaroslav Hajek <highegg@gmail.com>
40 52
41 * acx_blas_f77_func.m4: Fix typo. 53 * acx_blas_f77_func.m4: Fix typo.
42 54