git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Set Makefile variables from configure
@ 2009-10-31 20:41 Ben Walton
  2009-10-31 20:41 ` [PATCH 1/2] configure: add function to directly set Makefile variables Ben Walton
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Ben Walton @ 2009-10-31 20:41 UTC (permalink / raw)
  To: gitster, jrnieder, git; +Cc: Ben Walton

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(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-11-04 20:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-31 20:41 [PATCH 0/2] Set Makefile variables from configure Ben Walton
2009-10-31 20:41 ` [PATCH 1/2] configure: add function to directly set Makefile variables Ben Walton
2009-10-31 20:41   ` [PATCH 2/2] configure: allow user to set gitconfig, pager and editor Ben Walton
2009-11-03 17:25 ` [PATCH 0/2] Set Makefile variables from configure Ben Walton
2009-11-03 21:54   ` Jonathan Nieder
2009-11-03 22:21 ` Jonathan Nieder
2009-11-04 18:05   ` Ben Walton
2009-11-04 18:05     ` [PATCH 1/2] configure: add macro to set arbitrary make variables Ben Walton
2009-11-04 18:06       ` [PATCH 2/2] configure: add settings for gitconfig, editor and pager Ben Walton
2009-11-04 19:36     ` [PATCH 0/2] Set Makefile variables from configure Junio C Hamano
2009-11-04 19:47       ` Ben Walton
2009-11-04 19:56         ` Junio C Hamano
2009-11-04 20:16           ` Ben Walton
2009-11-04 20:16         ` Jonathan Nieder
2009-11-04 18:07   ` Ben Walton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).