--- psiconv/trunk/configure.in 2001/01/22 20:36:50 97 +++ psiconv/trunk/configure.in 2001/06/17 18:44:28 116 @@ -1,5 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(lib/psiconv) +AC_INIT +AC_CONFIG_SRCDIR([lib/psiconv]) AM_INIT_AUTOMAKE(psiconv,0.8.1) AM_CONFIG_HEADER(config.h) @@ -100,7 +101,7 @@ fi if test x"$IMAGEMAGICK" = xyes ; then LIB_MAGICK="`Magick-config --libs` `Magick-config --ldflags`" - AC_DEFINE(IMAGEMAGICK) + AC_DEFINE(IMAGEMAGICK,1,[ImageMagick availability]) else LIB_MAGICK= fi @@ -221,4 +222,5 @@ AM_CONDITIONAL(RTFDOCS,test x$rtfdocs = xtrue) -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]) +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]) +AC_OUTPUT