--- psiconv/trunk/configure.in 2000/11/30 20:09:13 54 +++ 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(psiconv) -AM_INIT_AUTOMAKE(psiconv,0.6.2) +AC_INIT(lib/psiconv) +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 @@ -221,4 +221,4 @@ AM_CONDITIONAL(RTFDOCS,test x$rtfdocs = xtrue) -AC_OUTPUT([Makefile compat/Makefile lib/Makefile psiconv/Makefile lib/general.h formats/Makefile docs/Makefile]) +AC_OUTPUT([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile lib/psiconv/general.h formats/Makefile docs/Makefile extra/Makefile])