summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1994-08-09 20:52:06 +0000
committerTom Yu <tlyu@mit.edu>1994-08-09 20:52:06 +0000
commit46b4b6eb68659451cf38c1d43d8e6443412ec4fa (patch)
treee9dfbcacec665f0d2538ba9deb67933767f21248 /src
parent41cce679aa1d85fbf605537f6a7385ba9b4c73f0 (diff)
downloadkrb5-46b4b6eb68659451cf38c1d43d8e6443412ec4fa.tar.gz
krb5-46b4b6eb68659451cf38c1d43d8e6443412ec4fa.tar.xz
krb5-46b4b6eb68659451cf38c1d43d8e6443412ec4fa.zip
* Makefile.in:
* configure.in: fix $(ISODELIB), also fix make install git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4098 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/popper/ChangeLog5
-rw-r--r--src/appl/popper/Makefile.in2
-rw-r--r--src/appl/popper/configure.in2
3 files changed, 8 insertions, 1 deletions
diff --git a/src/appl/popper/ChangeLog b/src/appl/popper/ChangeLog
new file mode 100644
index 000000000..52fcb48ce
--- /dev/null
+++ b/src/appl/popper/ChangeLog
@@ -0,0 +1,5 @@
+Tue Aug 9 16:50:08 1994 Tom Yu (tlyu@dragons-lair)
+
+ * Makefile.in:
+ * configure.in: fix $(ISODELIB), also fix make install
+
diff --git a/src/appl/popper/Makefile.in b/src/appl/popper/Makefile.in
index 93f4b8375..e43b57b88 100644
--- a/src/appl/popper/Makefile.in
+++ b/src/appl/popper/Makefile.in
@@ -27,7 +27,7 @@ KRB5_INCSUBDIRS = \
SRCTOP = $(srcdir)/$(BUILDTOP)
TOPLIBD = $(BUILDTOP)/lib
-ISODELIB=$(TOPLIBD)/libisode.a
+ISODELIB=@ISODELIB@
COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a
DBMLIB=
diff --git a/src/appl/popper/configure.in b/src/appl/popper/configure.in
index fb5862983..2aab5f7c4 100644
--- a/src/appl/popper/configure.in
+++ b/src/appl/popper/configure.in
@@ -1,5 +1,7 @@
AC_INIT(popper.c)
WITH_CCOPTS
+ISODE_INCLUDE
+AC_PROG_INSTALL
AC_FUNC_CHECK(vsprintf,AC_DEFINE(HAS_VSPRINTF))
CONFIG_RULES
AC_SET_BUILDTOP