From: kroger Date: Tue, 15 Nov 2005 19:06:35 +0000 (+0000) Subject: fix srcdir condition X-Git-Tag: release/2.7.20~55 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=332f03f238a516ba8f985eb77ea5ee67dd1e44a9;p=lilypond.git fix srcdir condition --- 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