[m-rev.] diff: fix bindist bug with EXEEXT

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Sep 9 03:38:27 AEST 2002


We really ought to have a test of the binary distribution
included in the nightly tests...

Branches: main
Estimated hours taken: 0.25

bindist/bindist.configure.in:
	Set EXEEXT.  This fixes a bug where EXEEXT was not getting
	set when installing the binary distributions.

Workspace: /home/ceres/fjh/mercury
Index: bindist/bindist.configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/bindist/bindist.configure.in,v
retrieving revision 1.38
diff -u -d -r1.38 bindist.configure.in
--- bindist/bindist.configure.in	8 Sep 2002 17:09:44 -0000	1.38
+++ bindist/bindist.configure.in	8 Sep 2002 17:36:06 -0000
@@ -90,6 +90,9 @@
 AC_SUBST(ENABLE_DEEP_PROFILER)
 
 #-----------------------------------------------------------------------------#
+AC_EXEEXT
+AC_SUBST(EXEEXT)
+#-----------------------------------------------------------------------------#
 AC_PROG_RANLIB
 #-----------------------------------------------------------------------------#
 GNU_MAKE=

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