/[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 197 Revision 204
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.1)
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
253AC_ARG_WITH(imagemagick, 253AC_ARG_WITH(imagemagick,
254 [ --with-imagemagick enable ImageMagick (default = yes)], 254 [ --with-imagemagick enable ImageMagick (default = yes)],
255 [IMAGEMAGICK=$withval], 255 [IMAGEMAGICK=$withval],
256 [IMAGEMAGICK='yes']) 256 [IMAGEMAGICK='yes'])
257 257
258AC_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 etc/Makefile]) 258AC_CONFIG_FILES([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile program/psiconv-config/Makefile program/psiconv-config/psiconv-config lib/psiconv/general.h formats/Makefile docs/Makefile extra/Makefile etc/Makefile])
259AC_OUTPUT 259AC_OUTPUT

Legend:
Removed from v.197  
changed lines
  Added in v.204

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