On Dec 7, 2007 5:33 PM, Dan Nicholson <[EMAIL PROTECTED]> wrote: > This patch set adds initial autoconf support for Mesa. Previous > discussion was that full autotools was not desired. This approach is > less invasive by working in conjunction with the current Mesa configs > system. The configure script simply populates the file configs/autoconf, > allowing the user to build with `make autoconf', just like any of the > other targets.
Brian gave me the thumbs up to merge this work to master. Since I sent this series, I've added some fixes that Kristian suggested and some others that Brian sent to me off list. There is also some documentation that can be found from the install.html page. This is in the autoconf2 branch in my fd.o home directory. http://cgit.freedesktop.org/~dbn/mesa/log/?h=autoconf2 If anyone has any suggestions, please let me know. If no one has any problems, I'll probably merge it to master tomorrow. Below is the updated diffstat. -- Dan .gitignore | 5 + Makefile | 25 +- bin/config.guess | 1516 +++++++++++++++++++++++++++++++++++++++++++++++ bin/config.sub | 1626 +++++++++++++++++++++++++++++++++++++++++++++++++++ bin/install-sh | 1 + configs/.gitignore | 1 + configs/autoconf.in | 104 ++++ configure.ac | 872 +++++++++++++++++++++++++++ docs/autoconf.html | 290 +++++++++ docs/faq.html | 23 +- docs/install.html | 8 +- 11 files changed, 4449 insertions(+), 22 deletions(-) create mode 100755 bin/config.guess create mode 100755 bin/config.sub create mode 120000 bin/install-sh create mode 100644 configs/autoconf.in create mode 100644 configure.ac create mode 100644 docs/autoconf.html ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
