[m-rev.] trivial diff: expand a comment in configure.in

Julien Fischer juliensf at cs.mu.OZ.AU
Tue Sep 13 16:10:37 AEST 2005


Given that we have gone for nearly two years with the existing
comment being ignored I'll try making it a bit more noticeable
and see if that makes any difference :-)

Estimated hours taken: 0.1
Branches: main

configure.in:
	Expand the comment about keeping the configure script and
	scripts/mercury_config synchronized with each other

Julien.

Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.429
diff -u -r1.429 configure.in
--- configure.in	7 Sep 2005 06:57:35 -0000	1.429
+++ configure.in	13 Sep 2005 06:07:49 -0000
@@ -4118,7 +4118,14 @@
 	fi
 fi

-# Any new entries here may need to be handled by scripts/mercury_config.
+# IMPORTANT NOTE
+# --------------
+# Any new entries here may need to be handled by scripts/mercury_config.in.
+# Failing to do this correctly may break the binary distributions
+# This is especially true of files in the runtime or java directories;
+# if you add new .in files to either of those you *must* update
+# scripts/mercury_config.in.
+#
 AC_OUTPUT(Mmake.common scripts/Mmake.vars scripts/mmc
 scripts/mercury.bat scripts/mprof scripts/mercury_update_interface
 scripts/mgnuc scripts/parse_ml_options.sh-subr scripts/ml

--------------------------------------------------------------------------
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