summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-03-08 05:52:51 +0000
committerKen Raeburn <raeburn@mit.edu>2004-03-08 05:52:51 +0000
commitfdd187e33062e403c0210f7844e7a12b68369023 (patch)
treee3e8736960d7e6f36bff6775fb72e5e044bcb9a4
parent06bcfd599575cef3baa51db7c43df092f9593ef2 (diff)
downloadkrb5-fdd187e33062e403c0210f7844e7a12b68369023.tar.gz
krb5-fdd187e33062e403c0210f7844e7a12b68369023.tar.xz
krb5-fdd187e33062e403c0210f7844e7a12b68369023.zip
note, in comments, some per-directory variables autoconf sets
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16157 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/config/pre.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 4881e294aa..6b20fc7693 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -3,6 +3,20 @@
## common prefix for all Makefile.in in the Kerberos V5 tree.
##
+# These are set per-directory by autoconf 2.52 and 2.53:
+# srcdir=@srcdir@
+# top_srcdir=@top_srcdir@
+# but these are only set by autoconf 2.53, and thus not useful to us on
+# Mac OS X yet (as of 10.2):
+# abs_srcdir=@abs_srcdir@
+# abs_top_srcdir=@abs_top_srcdir@
+# builddir=@builddir@
+# abs_builddir=@abs_builddir@
+# top_builddir=@top_builddir@
+# abs_top_builddir=@abs_top_builddir@
+# The "top" variables refer to the directory with the configure (or
+# config.status) script.
+
WHAT = unix
SHELL=/bin/sh