bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rcs2log doesn't work on solaris


From: Larry Jones
Subject: Re: rcs2log doesn't work on solaris
Date: Tue, 23 Dec 2003 15:50:38 -0500 (EST)

Matt Selsky writes:
> 
> $ rcs2log 
> /opt/local/bin/rcs2log: mktemp: not found
> 
> mktemp exists on Linux, but not Solaris.  autoconf checks for mktemp and 
> doesn't find it, but I don't think it's handling the failure correctly.

If my analysis is correct, the problem occurs whenever you configure
somewhere other than in the source directory.  I've checked in a fix,
here's a patch if you want to try it:

Index: configure
===================================================================
RCS file: /cvs/ccvs/configure,v
retrieving revision 1.174.2.39
retrieving revision 1.174.2.40
diff -u -r1.174.2.39 -r1.174.2.40
--- configure   18 Dec 2003 23:11:02 -0000      1.174.2.39
+++ configure   23 Dec 2003 20:43:47 -0000      1.174.2.40
@@ -4139,7 +4139,7 @@
 fi
 
 if test x"$MKTEMP" = xmktemp; then
-       MKTEMP_SH_FUNCTION=mktemp.sh
+       MKTEMP_SH_FUNCTION=$srcdir/mktemp.sh
 else
        MKTEMP_SH_FUNCTION=/dev/null
 fi

-Larry Jones

It's a Doofus Ignoramus!  Our hero slowly reaches for his stun blaster!
-- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]