/[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 2 Revision 7
111 no) asciidocs=false ;; 111 no) asciidocs=false ;;
112 *) AC_MSG_ERROR(bad value ${enableval} for --enable-ascii-docs) ;; 112 *) AC_MSG_ERROR(bad value ${enableval} for --enable-ascii-docs) ;;
113esac],[asciidocs=false]) 113esac],[asciidocs=false])
114AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue) 114AM_CONDITIONAL(ASCIIDOCS,test x$asciidocs = xtrue)
115 115
116AC_ARG_ENABLE(rtf-docs,
117[ --enable-rtf-docs Enable generation of RTF docs (default: off)],
118[case "${enableval}" in
119 yes) rtfdocs=true ;;
120 no) rtfdocs=false ;;
121 *) AC_MSG_ERROR(bad value ${enableval} for --enable-rtf-docs) ;;
122esac],[rtfdocs=false])
123AM_CONDITIONAL(RTFDOCS,test x$rtfdocs = xtrue)
124
116AC_OUTPUT([Makefile compat/Makefile lib/Makefile psiconv/Makefile lib/general.h formats/Makefile docs/Makefile]) 125AC_OUTPUT([Makefile compat/Makefile lib/Makefile psiconv/Makefile lib/general.h formats/Makefile docs/Makefile])

Legend:
Removed from v.2  
changed lines
  Added in v.7

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