* pre.in (top_srcdir): Define, set by configure
authorKen Raeburn <raeburn@mit.edu>
Mon, 8 Mar 2004 09:00:17 +0000 (09:00 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 8 Mar 2004 09:00:17 +0000 (09:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16161 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/pre.in

index d93a5453842349bfa95c93d307112ce12c32a2ea..e5f99936975b8436bfb6f5781f822023fdbdbd37 100644 (file)
@@ -3,6 +3,7 @@
        * pre.in (SUBDIRS): Use autoconf substitution trick to make
        SUBDIRS contain @subdirs@ only for the directory containing the
        configure script, and only LOCAL_SUBDIRS elsewhere.
+       (top_srcdir): Define, set by configure.
 
        * post.in (RECURSE_TARGETS): Drop MY_SUBDIRS support.
 
index 67930b240520e121e6c134c0d88444849c9c8bac..63cf8c57660e131c7ee84103ed249ce751d07030 100644 (file)
@@ -137,6 +137,7 @@ SUBDIRS = $(SUBDIRS_@srcdir@) $(LOCAL_SUBDIRS)
 #
 srcdir = @srcdir@
 SRCTOP = @srcdir@/$(BUILDTOP)
+top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 CONFIG_RELTOPDIR = @CONFIG_RELTOPDIR@