On Dec 9, 2007 1:32 PM, Kristian Høgsberg <[EMAIL PROTECTED]> wrote: > > - it would be nice if we didn't have to keep config.guess, config.sub > and install-sh in git, but I guess there is no good way of > autogenerating these when no using automake.
It kind of sucks, but I don't see an easy way to make it happen. The other thing that's nice is that we can make sure the config.* files are kept up to date instead of "whatever came with the automake the user has". The install-sh script isn't used at all except that autoconf requires it for some reason. It looks like it can just be truncated or possibly be a symlink to bin/minstall. > - I think ./configure should create the configs/current link when > it's run so the normal ./configure; make sequence works I wanted to do that, but the top level Makefile freaks out if it already exists. Oh, wait, no it doesn't. That should be changed. -- Dan ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
