* configure.in (enable_quiet_build): Work better on a non-srcdir build.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 9 Jul 2008 18:35:13 +0000 (18:35 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 9 Jul 2008 18:35:13 +0000 (18:35 -0000)
svn path=/trunk/mono/; revision=107576

ChangeLog
configure.in

index 92361ef1a6af73b627f3eeb73bbf7b05bae48e0a..ae920a4afa64b3f73ec28e4c8461a8dd20ab7649 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-10  Raja R Harinath  <harinath@hurrynot.org>
+
+       * configure.in (enable_quiet_build): Work better on a non-srcdir build.
+
 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
 
        * configure.in: Make the patching done by --enable-quiet quiet.
index f42ae1a6e555707ed8b9c7e9a8716bbcc1c970d6..3d2cad6303a2b8937bcadd0094ff642c6e66a335 100644 (file)
@@ -2317,8 +2317,8 @@ if test x$platform_win32 = xyes; then
 fi
 
 if test x$enable_quiet_build = xyes; then
-   find mono -name Makefile -exec scripts/patch-quiet.sh {} \;
-   find libgc -name Makefile -exec scripts/patch-quiet.sh {} \;
+   find mono -name Makefile -exec $SHELL $srcdir/scripts/patch-quiet.sh {} \;
+   find libgc -name Makefile -exec $SHELL $srcdir/scripts/patch-quiet.sh {} \;
 fi
 
 (