From ba5e7d47d73c9aa789d93649979552afc860bb9a Mon Sep 17 00:00:00 2001 From: Pedro Kroger Date: Tue, 15 Nov 2005 19:06:35 +0000 Subject: [PATCH] fix srcdir condition --- stepmake/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 46db83eb99..18ea29d3ca 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -692,7 +692,7 @@ AC_DEFUN(STEPMAKE_INIT, [ AC_SUBST(ugh_ugh_autoconf250_builddir) # use absolute path. - if [ "$srcdir" != "." ]; then + if test "$srcdir" != "." ; then srcdir=$(cd $srcdir; pwd) fi -- 2.39.5