From: aland Date: Thu, 14 Sep 2000 15:25:48 +0000 (+0000) Subject: find and substitute the variable top_builddir X-Git-Tag: release_0_1_0~765 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9606b14e80b0c23da03652ce45524d3a53b40645;p=freeradius.git find and substitute the variable top_builddir --- diff --git a/Make.inc.in b/Make.inc.in index 0179b24..8180893 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -16,6 +16,7 @@ mandir = @mandir@ logdir = @logdir@ raddbdir = @raddbdir@ radacctdir = @radacctdir@ +top_builddir = @top_builddir@ MAKE = @MAKE@ CC = @CC@ diff --git a/configure.in b/configure.in index 25ac939..a98ae64 100644 --- a/configure.in +++ b/configure.in @@ -616,6 +616,8 @@ LIBTOOL="`pwd`/libtool" AC_SUBST(LIBTOOL) AC_SUBST(LIBLTDL) AC_SUBST(INCLTDL) +top_builddir=`pwd` +AC_SUBST(top_builddir) dnl ############################################################# dnl #