/[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 152 Revision 186
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_INIT 2AC_INIT
3AC_CONFIG_SRCDIR([lib/psiconv]) 3AC_CONFIG_SRCDIR([lib/psiconv])
4AM_INIT_AUTOMAKE(psiconv,0.8.4) 4AM_INIT_AUTOMAKE(psiconv,0.9.0)
5 5
6AM_CONFIG_HEADER(config.h) 6AM_CONFIG_HEADER(config.h)
7 7
8dnl Checks for programs. 8dnl Checks for programs.
9AM_PROG_LIBTOOL 9AM_PROG_LIBTOOL
187AC_SUBST(INT_32_BIT) 187AC_SUBST(INT_32_BIT)
188 188
189dnl Checks for library functions. 189dnl Checks for library functions.
190AC_FUNC_VPRINTF 190AC_FUNC_VPRINTF
191AC_REPLACE_FUNCS(strdup) 191AC_REPLACE_FUNCS(strdup)
192AC_CHECK_FUNCS(getopt_long,,AC_LIBOBJ([getopt]);AC_LIBOBJ([getopt1])) 192AC_CHECK_FUNC(getopt_long,getopt=yes,getopt=no)
193if test $getopt = no; then
194 AC_LIBOBJ([getopt])
195 AC_LIBOBJ([getopt1])
196fi
193 197
194AC_ARG_ENABLE(dmalloc, 198AC_ARG_ENABLE(dmalloc,
195[ --enable-dmalloc Enable dmalloc for developers (default:off)], 199[ --enable-dmalloc Enable dmalloc for developers (default:off)],
196[case "${enableval}" in 200[case "${enableval}" in
197 yes) dmalloc=yes ;; 201 yes) dmalloc=yes ;;

Legend:
Removed from v.152  
changed lines
  Added in v.186

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