I'm trying to compile fam on my machine. from the INSTALL file
http://cvs.sourceforge.net/viewcvs.py/fam/fam/INSTALL?rev=1.2&view=auto, i
should just run configure. However, this configure script may or may not be
properly configured for my machine... for example, the configure.ac file
http://cvs.sourceforge.net/viewcvs.py/fam/fam/configure.ac?rev=1.1&view=auto
says that we should process it with autoconf to *produce* the configure
script appropriate to my machine. i'm not terribly good with autoconf and
the similar tools, but shouldn't the compilation directions be something
more like:
autoconf
./configure
make
?
dave
|