--- psiconv/trunk/configure.in 2000/10/21 00:49:13 53 +++ psiconv/trunk/configure.in 2000/12/15 17:17:45 66 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(psiconv) -AM_INIT_AUTOMAKE(psiconv,0.6.1) +AC_INIT(lib/psiconv) +AM_INIT_AUTOMAKE(psiconv,0.7.0) AM_CONFIG_HEADER(config.h) @@ -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])