summaryrefslogtreecommitdiffstats
path: root/src/isode/pepsy
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/pepsy
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/pepsy')
-rw-r--r--src/isode/pepsy/Makefile.in6
-rw-r--r--src/isode/pepsy/configure.in3
2 files changed, 5 insertions, 4 deletions
diff --git a/src/isode/pepsy/Makefile.in b/src/isode/pepsy/Makefile.in
index 2f98140b8..0b7db0f2a 100644
--- a/src/isode/pepsy/Makefile.in
+++ b/src/isode/pepsy/Makefile.in
@@ -1,3 +1,4 @@
+BUILDTOP=@BUILDTOP@
###############################################################################
# Instructions to Make, for compilation of ISODE PEPSY process
###############################################################################
@@ -6,14 +7,13 @@ srcdir = @srcdir@
VPATH = @srcdir@
DEFS = @DEFS@
-BUILDTOP = ../../
-TOPDIR = $(BUILDTOP)
+TOPDIR = $(BUILDTOP)/
OPTIONS = -I. -I$(HDIR) -I$(TOPDIR)include $(PEPYPATH) $(KRBOPT)
CFLAGS = $(OPTIONS) $(LOPTIONS) $(DEFS)
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/pepsy/configure.in b/src/isode/pepsy/configure.in
index 3f73b8465..56a3b8c2a 100644
--- a/src/isode/pepsy/configure.in
+++ b/src/isode/pepsy/configure.in
@@ -1,5 +1,6 @@
AC_INIT(configure.in)
+AC_SET_BUILDTOP
AC_PROG_LEX
AC_YYTEXT_POINTER
HAVE_YYLINENO
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile,[EXTRA_RULES])