[m-rev.] diff: fix bootcheck after acinclude.m4 move
Peter Wang
novalazy at gmail.com
Fri Oct 14 11:55:58 AEDT 2011
Branches: main
tools/bootcheck:
The bootcheck script broke when aclocal.m4 was renamed to acinclude.m4.
diff --git a/tools/bootcheck b/tools/bootcheck
index 30269ec..8bb5926 100755
--- a/tools/bootcheck
+++ b/tools/bootcheck
@@ -835,7 +835,7 @@ then
$LN_S $root/deep_profiler .
fi
$LN_S $root/conf* .
- $LN_S $root/aclocal.m4 .
+ $LN_S $root/ac*.m4 .
$LN_S $root/VERSION .
$LN_S $root/install-sh .
$LN_S $root/.*.in .
@@ -1235,7 +1235,7 @@ then
$LN_S $root/$stage2dir/profiler .
$LN_S $root/$stage2dir/deep_profiler .
$LN_S $root/conf* .
- $LN_S $root/aclocal.m4 .
+ $LN_S $root/ac*.m4 .
$LN_S $root/VERSION .
$LN_S $root/install-sh .
$LN_S $root/.*.in .
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list