--- psiconv/trunk/configure.in 2000/12/24 17:26:24 75 +++ psiconv/trunk/configure.in 2001/01/22 20:36:50 97 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(lib/psiconv) -AM_INIT_AUTOMAKE(psiconv,0.7.1) +AM_INIT_AUTOMAKE(psiconv,0.8.1) AM_CONFIG_HEADER(config.h) @@ -180,7 +180,7 @@ dnl Checks for library functions. AC_FUNC_VPRINTF AC_REPLACE_FUNCS(strdup) -AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o") +AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.lo getopt1.lo") dnl With and without functions