… | |
… | |
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) ;; |
244 | esac],[asciidocs=false]) |
244 | esac],[asciidocs=false]) |
245 | AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue) |
245 | AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue) |
246 | |
246 | |
|
|
247 | AC_ARG_WITH(etcdir, |
|
|
248 | [ --with-etcdir=DIR Set configfile dir (default: SYSCONFDIR/psiconv)], |
|
|
249 | [PSICONVETCDIR=${withval}], |
|
|
250 | [PSICONVETCDIR=${sysconfdir}/psiconv]) |
|
|
251 | AC_SUBST(PSICONVETCDIR) |
|
|
252 | |
|
|
253 | AC_ARG_WITH(imagemagick, |
|
|
254 | [ --with-imagemagick enable ImageMagick (default = yes)], |
|
|
255 | [IMAGEMAGICK=$withval], |
|
|
256 | [IMAGEMAGICK='yes']) |
|
|
257 | |
247 | AC_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]) |
258 | AC_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]) |
248 | AC_OUTPUT |
259 | AC_OUTPUT |