/[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 53 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(psiconv) 2AC_INIT(lib/psiconv)
3AM_INIT_AUTOMAKE(psiconv,0.6.1) 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)],
219 *) AC_MSG_ERROR(bad value ${enableval} for --enable-rtf-docs) ;; 219 *) AC_MSG_ERROR(bad value ${enableval} for --enable-rtf-docs) ;;
220esac],[rtfdocs=false]) 220esac],[rtfdocs=false])
221AM_CONDITIONAL(RTFDOCS,test x$rtfdocs = xtrue) 221AM_CONDITIONAL(RTFDOCS,test x$rtfdocs = xtrue)
222 222
223 223
224AC_OUTPUT([Makefile compat/Makefile lib/Makefile psiconv/Makefile lib/general.h formats/Makefile docs/Makefile]) 224AC_OUTPUT([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile lib/psiconv/general.h formats/Makefile docs/Makefile extra/Makefile])

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

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