fix srcdir condition
authorPedro Kroger <kroeger@pedrokroeger.net>
Tue, 15 Nov 2005 19:06:35 +0000 (19:06 +0000)
committerPedro Kroger <kroeger@pedrokroeger.net>
Tue, 15 Nov 2005 19:06:35 +0000 (19:06 +0000)
stepmake/aclocal.m4

index 46db83eb9926d6c8a5010acb76e81264cbad486c..18ea29d3ca705489db3ec71f85da88b2b979270c 100644 (file)
@@ -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