summaryrefslogtreecommitdiffstats
path: root/src/appl/sample
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/appl/sample
parent1255123721a9ead5eda5d0628b5d2bb8c31b5dec (diff)
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/appl/sample')
-rw-r--r--src/appl/sample/Makefile.in1
-rw-r--r--src/appl/sample/configure.in1
-rw-r--r--src/appl/sample/sclient/Makefile.in2
-rw-r--r--src/appl/sample/sclient/configure.in1
-rw-r--r--src/appl/sample/sserver/Makefile.in2
-rw-r--r--src/appl/sample/sserver/configure.in1
6 files changed, 6 insertions, 2 deletions
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index 2cc270244..6fd0859a1 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -1,3 +1,4 @@
+BUILDTOP=@BUILDTOP@
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/src/appl/sample/configure.in b/src/appl/sample/configure.in
index 68abe78b9..c1c3fa2b8 100644
--- a/src/appl/sample/configure.in
+++ b/src/appl/sample/configure.in
@@ -1,4 +1,5 @@
AC_INIT(configure.in)
+AC_SET_BUILDTOP
CONFIG_DIRS(sclient sserver)
MAKE_SUBDIRS("making",all)
MAKE_SUBDIRS("cleaning",clean)
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in
index 5b6449260..d79c362b7 100644
--- a/src/appl/sample/sclient/Makefile.in
+++ b/src/appl/sample/sclient/Makefile.in
@@ -1,3 +1,4 @@
+BUILDTOP=@BUILDTOP@
srcdir = @srcdir@
VPATH = @srcdir@
@@ -7,7 +8,6 @@ LIBS = @LIBS@
CFLAGS = -g $(DEFS) $(LOCALINCLUDE)
LDFLAGS = -g
-BUILDTOP=../../..
SRCTOP = $(srcdir)/$(BUILDTOP)
TOPLIBD = $(BUILDTOP)/lib
ISODELIB=$(TOPLIBD)/libisode.a
diff --git a/src/appl/sample/sclient/configure.in b/src/appl/sample/sclient/configure.in
index c1db0af46..40a35bff3 100644
--- a/src/appl/sample/sclient/configure.in
+++ b/src/appl/sample/sclient/configure.in
@@ -1,4 +1,5 @@
AC_INIT(sclient.c)
+AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
CONFIG_RULES
diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in
index 59590b606..12ab63547 100644
--- a/src/appl/sample/sserver/Makefile.in
+++ b/src/appl/sample/sserver/Makefile.in
@@ -1,3 +1,4 @@
+BUILDTOP=@BUILDTOP@
srcdir = @srcdir@
VPATH = @srcdir@
@@ -7,7 +8,6 @@ LIBS = @LIBS@
CFLAGS = -g $(DEFS) $(LOCALINCLUDE)
LDFLAGS = -g
-BUILDTOP=../../..
SRCTOP = $(srcdir)/$(BUILDTOP)
TOPLIBD = $(BUILDTOP)/lib
ISODELIB=$(TOPLIBD)/libisode.a
diff --git a/src/appl/sample/sserver/configure.in b/src/appl/sample/sserver/configure.in
index 600c1098e..03cc40f72 100644
--- a/src/appl/sample/sserver/configure.in
+++ b/src/appl/sample/sserver/configure.in
@@ -1,4 +1,5 @@
AC_INIT(sserver.c)
+AC_SET_BUILDTOP
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
CONFIG_RULES