From: Igor Date: 2006-05-16T23:56:53+09:00 Subject: Re: Ruby 1.8.4 fails install with Autoconf 2.59c > During ./configure it ended with the following: > (I am not sure if this crusial) > > =============================== > configure: creating ./config.status > config.status: creating Makefile > config.status: WARNING: Makefile.in seems to ignore the --datarootdir > setting > =============================== I found this post http://www.mail-archive.com/automake@gnu.org/msg11356.html They suggested that I have to edit file: # edit Makefile.in and edd there the following line manually: datarootdir = @datarootdir@ Now one more error gone. Still can't make a build. -- Posted via http://www.ruby-forum.com/.