/[public]/psiconv/trunk/configure.in
ViewVC logotype

Diff of /psiconv/trunk/configure.in

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

Revision 193 Revision 253
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.9.0) 4AM_INIT_AUTOMAKE(psiconv,0.9.6)
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
79 LIBS="$LIBS `Magick-config --libs`" 79 LIBS="$LIBS `Magick-config --libs`"
80 80
81 81
82 AC_MSG_CHECKING(whether GetMagickInfo works and which API to use) 82 AC_MSG_CHECKING(whether GetMagickInfo works and which API to use)
83 AC_TRY_RUN([ #include <stdio.h> 83 AC_TRY_RUN([ #include <stdio.h>
84 #include <time.h>
84 #include <magick/api.h> 85 #include <magick/api.h>
85 int main(void) { ExceptionInfo exception; 86 int main(void) { ExceptionInfo exception;
86 GetExceptionInfo(&exception); 87 GetExceptionInfo(&exception);
87 OpenModules(&exception); 88 OpenModules(&exception);
88 return (NULL == GetMagickInfo(NULL,&exception)); }], 89 return (NULL == GetMagickInfo(NULL,&exception)); }],
242 no) asciidocs=false ;; 243 no) asciidocs=false ;;
243 *) AC_MSG_ERROR(bad value ${enableval} for --enable-ascii-docs) ;; 244 *) AC_MSG_ERROR(bad value ${enableval} for --enable-ascii-docs) ;;
244esac],[asciidocs=false]) 245esac],[asciidocs=false])
245AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue) 246AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue)
246 247
247AC_CONFIG_FILES([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile lib/psiconv/general.h formats/Makefile docs/Makefile extra/Makefile]) 248AC_ARG_WITH(etcdir,
249 [ --with-etcdir=DIR Set configfile dir (default: SYSCONFDIR/psiconv)],
250 [PSICONVETCDIR=${withval}],
251 [PSICONVETCDIR=${sysconfdir}/psiconv])
252AC_SUBST(PSICONVETCDIR)
253
254AC_ARG_WITH(imagemagick,
255 [ --with-imagemagick enable ImageMagick (default = yes)],
256 [IMAGEMAGICK=$withval],
257 [IMAGEMAGICK='yes'])
258
259AC_CONFIG_FILES([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile program/psiconv-config/Makefile program/psiconv-config/psiconv-config program/psiconv-config/psiconv-config.man lib/psiconv/general.h formats/Makefile docs/Makefile program/extra/Makefile etc/Makefile])
248AC_OUTPUT 260AC_OUTPUT

Legend:
Removed from v.193  
changed lines
  Added in v.253

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