--- ./exempi-2.0.2/source/XMPFiles/Makefile.am.old 2008-10-27 16:06:41 +0000 +++ ./exempi-2.0.2/source/XMPFiles/Makefile.am 2008-10-27 16:06:51 +0000 @@ -62,5 +62,5 @@ libXMPFiles_la_LIBADD = ./FileHandlers/libxmpfilehandlers.la \ - ./FormatSupport/libformatsupport.la + ./FormatSupport/libformatsupport.la @LTLIBICONV@ #libXMPFiles_la_LDFLAGS = -version-info @LIBXMPCORE_VERSION_INFO@ --- ./exempi-2.0.2/configure.ac.old 2008-10-27 16:04:11 +0000 +++ ./exempi-2.0.2/configure.ac 2008-10-27 16:04:38 +0000 @@ -99,6 +99,7 @@ AC_MSG_ERROR([expat headers missing])) AC_CHECK_HEADER(iconv.h, , AC_MSG_ERROR([iconv headers missing])) +AM_ICONV_LINK dnl Blatently copied from iconv.m4 to remove the crack about libtool dnl But check for constness of the iconv parameters.