From e5ed9d096a046cc551d380131109565ac7a479f1 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 11 Mar 2002 17:53:49 +0000 Subject: [PATCH] (COPYDIR): Add ${srcdir}/lib-src/char-db if HAVE_CHISE_CLIENT is defined. (COPYDESTS): Add ${archlibdir}/char-db if HAVE_CHISE_CLIENT is defined. --- Makefile.in.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.in.in b/Makefile.in.in index c81def8..31e8ce8 100644 --- a/Makefile.in.in +++ b/Makefile.in.in @@ -239,8 +239,13 @@ INSTALL_ARCH_DEP_SUBDIR = @INSTALL_ARCH_DEP_SUBDIR@ ## When installing the info files, we need to do special things to ## avoid nuking an existing dir file, so we don't do that here; ## instead, we have written out explicit code in the `install' targets. +#ifdef HAVE_CHISE_CLIENT +COPYDIR = ${srcdir}/etc ${srcdir}/lisp ${srcdir}/lib-src/char-db +COPYDESTS = ${etcdir} ${lispdir} ${archlibdir}/char-db +#else COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = ${etcdir} ${lispdir} +#endif GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h GENERATED_LISP = lisp/finder-inf.el -- 1.7.10.4