[m-rev.] diff: another bindist fix (parse_ml_options.sh-subr)

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Dec 2 20:30:40 AEDT 2002


Estimated hours taken: 1
Branches: main, release

bindist/bindist.configure.in:
	Fix a bug: add scripts/parse_ml_options.sh-subr to the list of
	files output by AC_OUTPUT().

	This will hopefully fix a problem where we were using the version
	of parse_ml_options.sh-subr copied from the source build, which may
	have been configured with a different --prefix.

Workspace: /home/ceres/fjh/mercury
Index: bindist/bindist.configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.configure.in,v
retrieving revision 1.45.2.1
diff -u -d -r1.45.2.1 bindist.configure.in
--- bindist/bindist.configure.in	2 Dec 2002 08:29:48 -0000	1.45.2.1
+++ bindist/bindist.configure.in	2 Dec 2002 09:20:25 -0000
@@ -256,7 +256,9 @@
 #-----------------------------------------------------------------------------#
 MERCURY_CHECK_READLINE
 #-----------------------------------------------------------------------------#
-AC_OUTPUT(Makefile scripts/mmc scripts/mercury.bat scripts/mprof scripts/mdprof
+AC_OUTPUT(Makefile
+scripts/parse_ml_options.sh-subr
+scripts/mmc scripts/mercury.bat scripts/mprof scripts/mdprof
 scripts/mercury_update_interface scripts/mgnuc scripts/ml
 scripts/mmake scripts/c2init
 scripts/mkfifo_using_mknod scripts/Mmake.vars

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list