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

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

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

Revision 193 Revision 197
242 no) asciidocs=false ;; 242 no) asciidocs=false ;;
243 *) AC_MSG_ERROR(bad value ${enableval} for --enable-ascii-docs) ;; 243 *) AC_MSG_ERROR(bad value ${enableval} for --enable-ascii-docs) ;;
244esac],[asciidocs=false]) 244esac],[asciidocs=false])
245AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue) 245AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue)
246 246
247AC_ARG_WITH(etcdir,
248 [ --with-etcdir=DIR Set configfile dir (default: SYSCONFDIR/psiconv)],
249 [PSICONVETCDIR=${withval}],
250 [PSICONVETCDIR=${sysconfdir}/psiconv])
251AC_SUBST(PSICONVETCDIR)
252
253AC_ARG_WITH(imagemagick,
254 [ --with-imagemagick enable ImageMagick (default = yes)],
255 [IMAGEMAGICK=$withval],
256 [IMAGEMAGICK='yes'])
257
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]) 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])
248AC_OUTPUT 259AC_OUTPUT

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

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