From: Pedro Kroger Date: Tue, 15 Nov 2005 19:06:35 +0000 (+0000) Subject: fix srcdir condition X-Git-Tag: release/2.7.17~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba5e7d47d73c9aa789d93649979552afc860bb9a;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