trivial diff: bootcheck: handle aclocal.m4

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Mar 31 18:03:23 AEST 1999


Estimated hours taken: 0.1

tools/bootcheck:
	Link the new aclocal.m4 file into the stage2 and stage3 directories.

Index: tools/bootcheck
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/bootcheck,v
retrieving revision 1.72
diff -u -r1.72 bootcheck
--- bootcheck	1999/03/19 04:19:43	1.72
+++ bootcheck	1999/03/31 07:55:14
@@ -320,6 +320,7 @@
 		ln -s $root/profiler .
 	fi
 	ln -s $root/conf* .
+	ln -s $root/aclocal.m4 .
 	ln -s $root/VERSION .
 	ln -s $root/.*.in .
 	rm -f config*.log
@@ -466,6 +467,7 @@
 	ln -s $root/util .
 	ln -s $root/profiler .
 	ln -s $root/conf* .
+	ln -s $root/aclocal.m4 .
 	ln -s $root/VERSION .
 	ln -s $root/.*.in .
 	rm -f config*.log

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list