/[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 79 Revision 97
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(lib/psiconv) 2AC_INIT(lib/psiconv)
3AM_INIT_AUTOMAKE(psiconv,0.8.0) 3AM_INIT_AUTOMAKE(psiconv,0.8.1)
4 4
5AM_CONFIG_HEADER(config.h) 5AM_CONFIG_HEADER(config.h)
6 6
7dnl Checks for programs. 7dnl Checks for programs.
8AM_PROG_LIBTOOL 8AM_PROG_LIBTOOL
178AC_SUBST(INT_32_BIT) 178AC_SUBST(INT_32_BIT)
179 179
180dnl Checks for library functions. 180dnl Checks for library functions.
181AC_FUNC_VPRINTF 181AC_FUNC_VPRINTF
182AC_REPLACE_FUNCS(strdup) 182AC_REPLACE_FUNCS(strdup)
183AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o") 183AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.lo getopt1.lo")
184 184
185 185
186dnl With and without functions 186dnl With and without functions
187AC_ARG_ENABLE(html-docs, 187AC_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)],

Legend:
Removed from v.79  
changed lines
  Added in v.97

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