diff: fix autoconf problem on kryten
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Mar 26 04:46:40 AEDT 1999
Estimated hours taken: 0.25
configure.in:
Avoid using autoconf macro names in comments, since this causes
problems with older versions of autoconf (e.g. 2.4).
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.153
diff -u -r1.153 configure.in
--- configure.in 1999/03/18 00:14:00 1.153
+++ configure.in 1999/03/25 17:46:00
@@ -1816,13 +1816,13 @@
AC_SUBST(SOCKET_LIBRARY)
#
-# temporarily add -lsocket to LIBS, for use by AC_TRY_LINK
+# temporarily add -lsocket to LIBS, for use by TRY_LINK
#
save_LIBS="$LIBS"
LIBS="$LIBS $SOCKET_LIBRARY"
#
-# use AC_TRY_LINK to see whether we can use sockets
+# use TRY_LINK to see whether we can use sockets
#
AC_MSG_CHECKING(whether we can use sockets (for Opium-M))
AC_CACHE_VAL(mercury_cv_sockets_work,
--
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