diff: fix another bindist bug
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Nov 29 17:04:22 AEDT 1998
Estimated hours taken: 0.25
Fix another bug in the binary distribution.
bindist/bindist.configure.in:
Add a definition for the MERCURY_MSG macro
(copied from ../configure.in).
Index: bindist/bindist.configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.configure.in,v
retrieving revision 1.17
diff -u -r1.17 bindist.configure.in
--- bindist.configure.in 1998/11/24 00:26:13 1.17
+++ bindist.configure.in 1998/11/29 06:03:18
@@ -3,6 +3,13 @@
# This file may only be copied under the terms of the GNU General
# Public Licence - see the file COPYING in the Mercury distribution.
#-----------------------------------------------------------------------------#
+#
+# Define a macro MERCURY_MSG, similar to AC_MSG_RESULT, for displaying output.
+#
+dnl MERCURY_MSG(MESSAGE)
+define(MERCURY_MSG,
+[echo $1 1>&AC_FD_MSG])
+#-----------------------------------------------------------------------------#
AC_INIT(./build_vars)
AC_PREFIX_DEFAULT(/usr/local/mercury-<VERSION>)
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list