--- So now to actually use ./configure output you either have to add -include config.mak.auto to Makefile before including config.mak, link config.mak.auto to config.mak, or rename (move) config.mak.auto to config.mak after done with ./configure configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 58ec57a..799bc87 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([git], [1.4.0], [git@xxxxxxxxxxx AC_CONFIG_SRCDIR([git.c]) -config_file=config.mak +config_file=config.mak.auto config_append=config.mak.append config_in=config.mak.in -- 1.4.0 - : 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