These patches add support for setting the newly created DEFAULT_EDITOR and DEFAULT_PAGER from the configure script. I also tacked in ETC_GITCONFIG, since I can't currently toggle this without setting a command line value when building, but have need to alter it. The function added is generic, and will allow for setting new variables as needed in the future. No validation is done on the values. It is less specific than the *_PATH setting functions that already exist. Ben Walton (2): configure: add function to directly set Makefile variables configure: allow user to set gitconfig, pager and editor configure.ac | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html