projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c2bb3
)
fix srcdir condition
author
Pedro Kroger
<kroeger@pedrokroeger.net>
Tue, 15 Nov 2005 19:06:35 +0000
(19:06 +0000)
committer
Pedro Kroger
<kroeger@pedrokroeger.net>
Tue, 15 Nov 2005 19:06:35 +0000
(19:06 +0000)
stepmake/aclocal.m4
patch
|
blob
|
history
diff --git
a/stepmake/aclocal.m4
b/stepmake/aclocal.m4
index 46db83eb9926d6c8a5010acb76e81264cbad486c..18ea29d3ca705489db3ec71f85da88b2b979270c 100644
(file)
--- 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