Skip to content

extra comma in configure (PR#570)

3 messages · Thomas J Vogels, Brian Ripley

#
Full_Name: Tom Vogels
Version: 1.1.0 (2000/June/14)
OS: Linux
Submission from: (NULL) (128.2.216.84)


There is a random comma on line 3617 in configure.  Doesn't hurt but doesn't
look very pretty either when configure reports ",: command not found"
-tom

(This showed up when running configure on a linux machine with gnome enabled.)

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Wed, 14 Jun 2000 tov@ece.cmu.edu wrote:

            
At the end of line 398 in configure.in, I presume.

What other options did you give?  I don't see it on RH6.0 with 

.../configure --with-gnome

but then I don't have atlas.

  
    
#
Prof Brian D Ripley <ripley@stats.ox.ac.uk> writes:
(... I do -- curiosity killed the cat).

Yes, the extra ',' comes from the end of line 398.  I removed it, ran autoconf,
and the comma was gone.  Bingo.

Thanks,
  -tom