summaryrefslogtreecommitdiffstats
path: root/src/config/pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/pre.in')
-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