From: Ken Raeburn Date: Mon, 8 Mar 2004 09:00:17 +0000 (+0000) Subject: * pre.in (top_srcdir): Define, set by configure X-Git-Tag: krb5-1.4-beta1~551 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=410a680a3b4e923ce3c0e571036801e092641c30;p=krb5.git * pre.in (top_srcdir): Define, set by configure git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16161 dc483132-0cff-0310-8789-dd5450dbe970 --- 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@