[m-dev.] trivial diff: fix some long lines in configure.in
Fergus Henderson
fjh at cs.mu.OZ.AU
Sat May 22 13:39:37 AEST 1999
On 22-May-1999, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> configure.in:
> Reformat some things to avoid lines of > 80 columns.
Oops, I was a bit too quick off the mark with that one.
Estimated hours taken: 0.25
configure.in:
Fix a bug in my previous change (which reformatted some
things to avoid lines of > 80 columns): having commas in the
arguments of MERCURY_MSG() doesn't work, because autoconf
treats them as argument separators, even if they are
inside quotes.
Workspace: /home/mercury0/fjh/mercury-other
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.168
diff -u -r1.168 configure.in
--- configure.in 1999/05/22 02:48:18 1.168
+++ configure.in 1999/05/22 03:37:04
@@ -2126,7 +2126,7 @@
done
if test "$to_delete" = "" ; then
if test "$to_keep" != "" ; then
- MERCURY_MSG("no, they are compatible with autoconfigured settings")
+ MERCURY_MSG("no - they are compatible with autoconfigured settings")
else
MERCURY_MSG("there are no existing Mercury-generated C files")
fi
--
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.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list