From 42eee1a00a498bd7a106363d85f804d163d3cfb6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 9 Nov 1998 13:23:08 +0000 Subject: [PATCH] Minor changes. --- configure | 2 +- configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index c19d139..47e676a 100755 --- a/configure +++ b/configure @@ -875,7 +875,7 @@ fi if test -L z39.50; then rm z39.50 fi -if test ! -d $YCDIR; then +if test ! -d "$YCDIR"; then echo "configure: warning: YC directory ${YCDIR} doesn't exist" 1>&2 fi if test "$YCDIR" = ""; then diff --git a/configure.in b/configure.in index 6ff78f4..e5b33d5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl YAZ Toolkit dnl (c) Index Data 1994-1998 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.3 1998-10-28 15:10:01 adam Exp $ +dnl $Id: configure.in,v 1.4 1998-11-09 13:23:09 adam Exp $ AC_INIT(include/yaz-version.h) dnl dnl ------ Checking programs @@ -20,7 +20,7 @@ fi if test -L z39.50; then rm z39.50 fi -if test ! -d $YCDIR; then +if test ! -d "$YCDIR"; then AC_MSG_WARN(YC directory ${YCDIR} doesn't exist) fi if test "$YCDIR" = ""; then -- 1.7.10.4