/[public]/psiconv/tags/rel-0-9-9/configure.in
ViewVC logotype

Diff of /psiconv/tags/rel-0-9-9/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 116 Revision 126
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_INIT 2AC_INIT
3AC_CONFIG_SRCDIR([lib/psiconv]) 3AC_CONFIG_SRCDIR([lib/psiconv])
4AM_INIT_AUTOMAKE(psiconv,0.8.1) 4AM_INIT_AUTOMAKE(psiconv,0.8.2)
5 5
6AM_CONFIG_HEADER(config.h) 6AM_CONFIG_HEADER(config.h)
7 7
8dnl Checks for programs. 8dnl Checks for programs.
9AM_PROG_LIBTOOL 9AM_PROG_LIBTOOL
78 LDFLAGS="$LDFLAGS `Magick-config --ldflags`" 78 LDFLAGS="$LDFLAGS `Magick-config --ldflags`"
79 LIBS="$LIBS `Magick-config --libs`" 79 LIBS="$LIBS `Magick-config --libs`"
80 80
81 AC_MSG_CHECKING(whether GetMagickInfo works) 81 AC_MSG_CHECKING(whether GetMagickInfo works)
82 AC_TRY_RUN([ #include <magick/magick.h> 82 AC_TRY_RUN([ #include <magick/magick.h>
83 #include <magick/config.h>
84 #include <stdio.h>
85 extern void OpenModules(void);
86 int main(void) { GetMagickInfo(NULL); 83 int main(void) { ExceptionInfo exception;
87 #if defined(HasLTDL) 84 GetExceptionInfo(&exception);
88 OpenModules(); 85 OpenModules(&exception);
89 #endif
90 return (NULL == GetMagickInfo(NULL)); }], 86 return (NULL == GetMagickInfo(NULL,&exception)); }],
91 IMAGEMAGICK=yes,IMAGEMAGICK=no,IMAGEMAGICK=yes) 87 IMAGEMAGICK=yes,IMAGEMAGICK=no,IMAGEMAGICK=yes)
92 AC_MSG_RESULT($IMAGEMAGICK) 88 AC_MSG_RESULT($IMAGEMAGICK)
93 LDFLAGS="$LDFLAGS_OLD" 89 LDFLAGS="$LDFLAGS_OLD"
94 LIBS="$LIBS_OLD" 90 LIBS="$LIBS_OLD"
95dnl Note: CFLAGS can't be set for single directories, so we propagate them 91dnl Note: CFLAGS can't be set for single directories, so we propagate them

Legend:
Removed from v.116  
changed lines
  Added in v.126

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26