summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-08-04 15:55:59 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-04 18:55:42 (GMT)
commit34d4a67f47bb8954475077e91d513f445713c534 (patch)
treea48009c0a5e8c02dddac3f530ca5477818c4eda1 /configure.ac
parent465e649d0c62847fd5cca212766e1a01183baeef (diff)
downloadgit-34d4a67f47bb8954475077e91d513f445713c534.zip
git-34d4a67f47bb8954475077e91d513f445713c534.tar.gz
git-34d4a67f47bb8954475077e91d513f445713c534.tar.bz2
Copy description of new build configuration variables to configure.ac
Copy description of new build configuration variables from the commentary in the top Makefile, namely NO_FINK and NO_DARWIN_PORTS configuration variables, putting them in site configuration section. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cc6b3cd..9ce00e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,6 +79,18 @@ fi; \
# Define NO_EXPAT if you do not have expat installed. git-http-push is
# not built, and you cannot push using http:// and https:// transports.
#
+# Define NO_FINK if you are building on Darwin/Mac OS X, have Fink
+# installed in /sw, but don't want GIT to link against any libraries
+# installed there. If defined you may specify your own (or Fink's)
+# include directories and library directories by defining CFLAGS
+# and LDFLAGS appropriately.
+#
+# Define NO_DARWIN_PORTS if you are building on Darwin/Mac OS X,
+# have DarwinPorts installed in /opt/local, but don't want GIT to
+# link against any libraries installed there. If defined you may
+# specify your own (or DarwinPort's) include directories and
+# library directories by defining CFLAGS and LDFLAGS appropriately.
+#
# Define NO_MMAP if you want to avoid mmap.
#
# Define SHELL_PATH to provide path to shell.