Dave Shield wrote: > Any chance of a pointer to information regarding exactly how to do this? > Or even better - an RPM (or source RPM) that's set up to do so?
Installing into /usr/local/autoconf-2.61 (adjust accordingly if you prefer a different path): ./configure --prefix=/usr/local/autoconf-2.61 && make && make install ln -s ../autoconf-2.61/bin/autoconf /usr/local/bin/autoconf2.61 ln -s ../autoconf-2.61/bin/autoheader /usr/local/bin/autoheader2.61 Then just call autoconf2.61 (or autoheader2.61, respectively) whenever you need to run autoconf/autoheader for MAIN. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
