From 8a8688e6715b81c958170d87b19e060d4790b603 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 13 Jul 2002 01:43:31 +0000 Subject: [PATCH] * Makefile.in (install): Don't install libpty.h. * configure.in: Always build static library only. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14640 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/pty/ChangeLog | 5 +++++ src/util/pty/Makefile.in | 4 ++-- src/util/pty/configure.in | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index 875fb7ce8..798c77f4f 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,8 @@ +2002-07-12 Ken Raeburn + + * Makefile.in (install): Don't install libpty.h. + * configure.in: Always build static library only. + 2002-06-12 Ken Raeburn * cleanup.c, getpty.c, init.c, init_slave.c, logwtmp.c, diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 2484a3866..8ad9939b7 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -67,8 +67,8 @@ clean-unix:: clean-liblinks clean-libs clean-libobjs depend:: pty_err.h -install:: libpty.h - $(INSTALL_DATA) $(srcdir)/libpty.h $(DESTDIR)$(KRB5_INCDIR)/libpty.h +#install:: libpty.h +# $(INSTALL_DATA) $(srcdir)/libpty.h $(DESTDIR)$(KRB5_INCDIR)/libpty.h clean-mac:: $(RM) libpty.a diff --git a/src/util/pty/configure.in b/src/util/pty/configure.in index 40b9cf112..25ab31d19 100644 --- a/src/util/pty/configure.in +++ b/src/util/pty/configure.in @@ -287,7 +287,8 @@ dnl ADD_DEF(-DKERBEROS) KRB5_AC_INET6 AC_C_CONST -KRB5_BUILD_LIBRARY_WITH_DEPS +dnl KRB5_BUILD_LIBRARY_WITH_DEPS +KRB5_BUILD_LIBRARY_STATIC KRB5_BUILD_LIBOBJS KRB5_BUILD_PROGRAM KRB5_RUN_FLAGS -- 2.26.2