--- psiconv/trunk/configure.in 2004/02/04 14:32:28 197 +++ psiconv/trunk/configure.in 2004/02/08 22:44:29 204 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT AC_CONFIG_SRCDIR([lib/psiconv]) -AM_INIT_AUTOMAKE(psiconv,0.9.0) +AM_INIT_AUTOMAKE(psiconv,0.9.1) AM_CONFIG_HEADER(config.h) @@ -255,5 +255,5 @@ [IMAGEMAGICK=$withval], [IMAGEMAGICK='yes']) -AC_CONFIG_FILES([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile lib/psiconv/general.h formats/Makefile docs/Makefile extra/Makefile etc/Makefile]) +AC_CONFIG_FILES([Makefile compat/Makefile lib/Makefile lib/psiconv/Makefile program/Makefile program/psiconv/Makefile program/psiconv-config/Makefile program/psiconv-config/psiconv-config lib/psiconv/general.h formats/Makefile docs/Makefile extra/Makefile etc/Makefile]) AC_OUTPUT