1 | dnl Process this file with autoconf to produce a configure script. |
1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_INIT(lib/psiconv) |
2 | AC_INIT(lib/psiconv) |
3 | AM_INIT_AUTOMAKE(psiconv,0.7.1) |
3 | AM_INIT_AUTOMAKE(psiconv,0.8.0) |
4 | |
4 | |
5 | AM_CONFIG_HEADER(config.h) |
5 | AM_CONFIG_HEADER(config.h) |
6 | |
6 | |
7 | dnl Checks for programs. |
7 | dnl Checks for programs. |
8 | AM_PROG_LIBTOOL |
8 | AM_PROG_LIBTOOL |
… | |
… | |
219 | *) AC_MSG_ERROR(bad value ${enableval} for --enable-rtf-docs) ;; |
219 | *) AC_MSG_ERROR(bad value ${enableval} for --enable-rtf-docs) ;; |
220 | esac],[rtfdocs=false]) |
220 | esac],[rtfdocs=false]) |
221 | AM_CONDITIONAL(RTFDOCS,test x$rtfdocs = xtrue) |
221 | AM_CONDITIONAL(RTFDOCS,test x$rtfdocs = xtrue) |
222 | |
222 | |
223 | |
223 | |
224 | AC_OUTPUT([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile lib/psiconv/general.h formats/Makefile docs/Makefile]) |
224 | AC_OUTPUT([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile lib/psiconv/general.h formats/Makefile docs/Makefile extra/Makefile]) |