This is part two of the configure series. It does various miscellaneous changes to the configure script that make it possible to later handle an autoconfy command-line.
Compared to the first submission, I simplified further the handling of srcdir (patches 11 to 13). Paolo Bonzini (14): default compilation tools to environment variables default make and install to environment variables move feature variables to the top fix sparse support (?) test cc with the complete set of chosen flags do not pass bogus $(SRC_PATH) include paths to cc during configure provide portable HOST_LONG_BITS test fix spelling of $pkg_config, move default together with other cross tools do not default to non-prefixed pkg-config when cross compiling reorganize sdl-config tests assume existence of "ln -sf" remove source_path_used move --srcdir detection earlier remove HOST_CC mention from roms/{sea,vga}bios/config.mak configure | 419 +++++++++++++++++++++++++++----------------------------- rules.mak | 6 +- tests/Makefile | 3 +- 3 files changed, 204 insertions(+), 224 deletions(-) -- 1.7.2.3