From: Christophe CURIS <[email protected]>

Hello,

Following the reported by Amadeusz, I had a deeper look, so I am proposing
new version for the 4 patches:
 - patch 1 replaces 45a976b5d47e7968dfee8768c1bf4373015b8593
 - patch 2 replaces 77c34804f9742a898728f8a389f209b5c5747e8c
 - patch 3 replaces add823ef6a9efdd6e4192d21a69c7bda6c6c5e69
 - patch 4 replaces ad98a1a338f5e64c8d978b8958f1fe2556f6e0da

Basically, the core problem was using LDFLAGS, when the proper variable
to use is LIBS (still wondering how I missed it...).

I also took the liberty to merge Amadeusz typo fix so the history will
remain simple, while we're still on #next.

Carlos,
If this resubmission happens to be too annoying work for you, let me know
if there's a way to make your work easier.

Best regards,
Christophe.


Christophe CURIS (4):
  configure: Moved detection of GIF support to a dedicated macro
  wrlib: Moved configure's detection of JPEG support to a dedicated macro
  wrlib: Moved configure's detection of PNG support to a dedicated macro
  wrlib: Moved configure's detection of TIFF support to a dedicated macro

 WPrefs.app/Menu.c     |   9 +-
 WPrefs.app/editmenu.c |   6 +-
 WPrefs.app/editmenu.h |   2 +-
 configure.ac          | 191 +++++++++------------------------
 m4/wm_imgfmt_check.m4 | 290 ++++++++++++++++++++++++++++++++++++++++++++++++++
 wrlib/Makefile.am     |  21 +++-
 wrlib/gif.c           |  19 +++-
 wrlib/jpeg.c          |   4 -
 wrlib/png.c           |   4 -
 wrlib/tiff.c          |   4 -
 10 files changed, 382 insertions(+), 168 deletions(-)
 create mode 100644 m4/wm_imgfmt_check.m4

-- 
1.8.4.rc3


-- 
To unsubscribe, send mail to [email protected].

Reply via email to