trivial diff: fix bug in bindist/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Mar 31 18:07:06 AEST 1999
Estimated hours taken: 0.05
bindist/Mmakefile:
Fix a small error in the invocation of autoconf in my previous change:
a space is needed between the `-l' option and the directory name.
Index: bindist/Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/mercury/bindist/Mmakefile,v
retrieving revision 1.19
diff -u -r1.19 Mmakefile
--- Mmakefile 1999/03/30 05:45:29 1.19
+++ Mmakefile 1999/03/31 08:05:05
@@ -110,7 +110,7 @@
rm -rf $(MERCURY_VERSION)
bindist.configure: bindist.configure.in ../aclocal.m4
- autoconf -l.. bindist.configure.in > bindist.configure
+ autoconf -l .. bindist.configure.in > bindist.configure
bindist.build_vars: bindist.build_vars.in
CONFIG_FILES=bindist.build_vars CONFIG_HEADERS= \
--
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.
More information about the developers
mailing list