]> git.donarmstrong.com Git - lilypond.git/commitdiff
new file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Oct 2006 18:41:03 +0000 (18:41 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Oct 2006 18:41:03 +0000 (18:41 +0000)
.gitignore [new file with mode: 0644]
stepmake/aclocal.m4

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..af8a828
--- /dev/null
@@ -0,0 +1,10 @@
+config.hh
+config.make
+config.status
+config.log
+*~
+GNUmakefile
+aclocal.m4
+autom4te.cache
+configure
+
index 813b8309775e6c9f7b0fa021b305a336473cb0fb..be97fa96de6dc2b1ff96b03d69f21050b5efa6e9 100644 (file)
@@ -668,7 +668,11 @@ AC_DEFUN(STEPMAKE_INIT, [
 
        AC_MSG_CHECKING(builddir)
        ugh_ugh_autoconf250_builddir="`pwd`"
-       if test "$srcdir" = "."; then
+
+       here_dir=$(cd . && pwd)
+       full_src_dir=$(cd $srcdir && pwd)
+
+       if test "$full_src_dir" = "$here_dir"; then
            srcdir_build=yes
        else
            srcdir_build=no