… | |
… | |
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)], |