24 Jan 2011 02:18
24 Jan 2011 16:56
Re: Recurvsive install!
Eric Blake <eblake <at> redhat.com>
2011-01-24 15:56:17 GMT
2011-01-24 15:56:17 GMT
On 01/23/2011 06:18 PM, J A wrote: > > I'm trying to install a package under MinGW that uses autoconf to install. > > autoconfig requires M4. What is autoconfig? I'm assuming you meant autoconf. This is a FAQ: http://www.gnu.org/software/autoconf/manual/autoconf.html#Bootstrapping Correct - autoconf requires installed m4. > M4 requires autoconf to install. Not true. m4.git requires installed autoconf for development. But m4.tar.* does NOT require autoconf for the purposes of installing m4. So, install m4 first, then install autoconf, then you can develop either package. -- -- Eric Blake eblake <at> redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
RSS Feed