Fix creation of lib/yaz-config.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Nov 2002 11:53:55 +0000 (11:53 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 29 Nov 2002 11:53:55 +0000 (11:53 +0000)
CHANGELOG
configure.in
doc/credits.xml

index 3eb84d5..2f72252 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
 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.
index 255c4d4..4f984ae 100644 (file)
@@ -1,6 +1,6 @@
 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
@@ -320,11 +320,6 @@ AC_SUBST(YAZ_BUILD_ROOT)
 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([
@@ -352,4 +347,4 @@ doc/yazprint.dsl
 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])
index 1782aa8..fd8aee4 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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
@@ -54,6 +54,9 @@
      Oleg Kolobov
     </para></listitem>
    <listitem><para>
+     Kang-Jin Lee
+    </para></listitem>
+   <listitem><para>
      Stefan Lohrum
     </para></listitem>
    <listitem><para>