diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/popper/ChangeLog | 5 | ||||
| -rw-r--r-- | src/appl/popper/Makefile.in | 2 | ||||
| -rw-r--r-- | src/appl/popper/configure.in | 2 |
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 |
