From 410a680a3b4e923ce3c0e571036801e092641c30 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 8 Mar 2004 09:00:17 +0000 Subject: [PATCH] * pre.in (top_srcdir): Define, set by configure git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16161 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 1 + src/config/pre.in | 1 + 2 files changed, 2 insertions(+) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index d93a54538..e5f999369 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -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. diff --git a/src/config/pre.in b/src/config/pre.in index 67930b240..63cf8c576 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -137,6 +137,7 @@ SUBDIRS = $(SUBDIRS_@srcdir@) $(LOCAL_SUBDIRS) # srcdir = @srcdir@ SRCTOP = @srcdir@/$(BUILDTOP) +top_srcdir = @top_srcdir@ VPATH = @srcdir@ CONFIG_RELTOPDIR = @CONFIG_RELTOPDIR@ -- 2.26.2