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.8.0) |
3 | AM_INIT_AUTOMAKE(psiconv,0.8.1) |
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 |
… | |
… | |
178 | AC_SUBST(INT_32_BIT) |
178 | AC_SUBST(INT_32_BIT) |
179 | |
179 | |
180 | dnl Checks for library functions. |
180 | dnl Checks for library functions. |
181 | AC_FUNC_VPRINTF |
181 | AC_FUNC_VPRINTF |
182 | AC_REPLACE_FUNCS(strdup) |
182 | AC_REPLACE_FUNCS(strdup) |
183 | AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o") |
183 | AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.lo getopt1.lo") |
184 | |
184 | |
185 | |
185 | |
186 | dnl With and without functions |
186 | dnl With and without functions |
187 | AC_ARG_ENABLE(html-docs, |
187 | AC_ARG_ENABLE(html-docs, |
188 | [ --disable-html-docs Disable generation of HTML 3.2 docs (default: on)], |
188 | [ --disable-html-docs Disable generation of HTML 3.2 docs (default: on)], |