summaryrefslogtreecommitdiffstats
path: root/src/isode/support
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1994-06-17 07:22:12 +0000
committerTom Yu <tlyu@mit.edu>1994-06-17 07:22:12 +0000
commit32c8adaeaf9639dc536a718d9fa8551ac6af9753 (patch)
tree43f171558b1b3e3779e33b6e26603b3e0b1b560b /src/isode/support
parent1255123721a9ead5eda5d0628b5d2bb8c31b5dec (diff)
downloadkrb5-32c8adaeaf9639dc536a718d9fa8551ac6af9753.tar.gz
krb5-32c8adaeaf9639dc536a718d9fa8551ac6af9753.tar.xz
krb5-32c8adaeaf9639dc536a718d9fa8551ac6af9753.zip
support to calculate BUILDTOP in makeaclocals
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3861 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/isode/support')
-rw-r--r--src/isode/support/Makefile.in6
-rw-r--r--src/isode/support/configure.in3
2 files changed, 5 insertions, 4 deletions
diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in
index 807ed167d..6d6df306e 100644
--- a/src/isode/support/Makefile.in
+++ b/src/isode/support/Makefile.in
@@ -1,3 +1,4 @@
+BUILDTOP=@BUILDTOP@
###############################################################################
# Instructions to Make, for compilation of ISODE support processes
###############################################################################
@@ -5,14 +6,13 @@
srcdir = @srcdir@
VPATH = @srcdir@
-BUILDTOP = ../../
-TOPDIR = $(BUILDTOP)
+TOPDIR = $(BUILDTOP)/
OPTIONS = -I. -I$(HDIR) $(PEPYPATH) $(KRBOPT)
CFLAGS = $(OPTIONS) $(LOPTIONS)
HDIR = $(srcdir)/$(TOPDIR)isode/h/
-UTILDIR = $(srcdir)/$(BUILDTOP)isode/util/
+UTILDIR = $(srcdir)/$(TOPDIR)isode/util/
INCDIRM = $(HDIR)
INCDIR = $(INCDIRM)/
PEPSYDIRM= $(INCDIR)pepsy
diff --git a/src/isode/support/configure.in b/src/isode/support/configure.in
index cdff2db09..1ffff33fd 100644
--- a/src/isode/support/configure.in
+++ b/src/isode/support/configure.in
@@ -1,2 +1,3 @@
AC_INIT(configure.in)
-AC_OUTPUT(Makefile)
+AC_SET_BUILDTOP
+AC_OUTPUT(Makefile,[EXTRA_RULES])