Possible compatibility problems with earlier versions marked with '*'.
+Fix creation of lib/yaz-config so it works if srcdir != objdir. Patch
+from Kang-Jin Lee.
+
--- 1.9.2 2002/11/26
yaz_marc_decode uses OAI MARC as XML format for ISO2709 records.
dnl YAZ Toolkit, Index Data 1994-2002
dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.96 2002-11-26 13:42:35 adam Exp $
+dnl $Id: configure.in,v 1.97 2002-11-29 11:53:55 adam Exp $
AC_INIT(include/yaz/yaz-version.h)
AM_INIT_AUTOMAKE(yaz, 1.9.2)
dnl
YAZ_SRC_ROOT=`cd ${srcdir}; pwd`
YAZ_BUILD_ROOT=`pwd`
dnl
-if test -f ${srcdir}/lib/yaz-config.in; then
- rm ${srcdir}/lib/yaz-config.in
-fi
-sed s%yaz_echo_source=yes%yaz_echo_source=no%g < ${srcdir}/yaz-config.in >${srcdir}/lib/yaz-config.in
-dnl
dnl ------ Makefiles
dnl
AC_OUTPUT([
doc/tkl.xsl
yaz-config
lib/yaz-config
-],[chmod +x yaz-config lib/yaz-config])
+],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yaz-config > lib/yaz-config && chmod +x yaz-config lib/yaz-config])
-<!-- $Id: credits.xml,v 1.10 2002-06-12 19:47:44 adam Exp $ -->
+<!-- $Id: credits.xml,v 1.11 2002-11-29 11:53:55 adam Exp $ -->
<appendix id="credits"><title>Credits</title>
<para>
This appendix lists individuals that have contributed in the development
Oleg Kolobov
</para></listitem>
<listitem><para>
+ Kang-Jin Lee
+ </para></listitem>
+ <listitem><para>
Stefan Lohrum
</para></listitem>
<listitem><para>