From 31795e4adec4a8109efbb4a46fe26ff634b6aa49 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 8 Jun 1995 21:46:24 +0000 Subject: [PATCH] Define ${prefix} since exec_prefix is sometimes to that. Don't create the directories include/krb5 and include/kerberosIV when installing. (They're not needed). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5983 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 6 ++++++ src/config/pre.in | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 2740e9440..7fe3ad94e 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 8 17:44:12 1995 + + * pre.in: Define ${prefix} since exec_prefix is sometimes to that. + Don't create the directories include/krb5 and + include/kerberosIV when installing. (They're not needed). + Wed Jun 7 16:08:35 1995 * pre.in: Use the GNU/configure standard method of prefix and diff --git a/src/config/pre.in b/src/config/pre.in index 6acfb376c..ff451f86c 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -24,7 +24,10 @@ INSTALL=@INSTALL@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s INSTALL_DATA=@INSTALL_DATA@ INSTALL_SETUID=$(INSTALL) -s -m 4755 -INSTALL_PREFIX=@prefix@ +## This is needed because autoconf will sometimes define @exec_prefix@ to be +## ${prefix}. +prefix=@prefix@ +INSTALL_PREFIX=$(prefix) INSTALL_EXEC_PREFIX=@exec_prefix@ KRB5MANROOT = $(INSTALL_PREFIX)/man @@ -38,9 +41,7 @@ FILE_MANDIR = $(KRB5MANROOT)/man5 KRB5_LIBDIR = $(INSTALL_PREFIX)/lib KRB5_INCDIR = $(INSTALL_PREFIX)/include KRB5_INCSUBDIRS = \ - $(KRB5_INCDIR)/krb5 \ $(KRB5_INCDIR)/asn.1 \ - $(KRB5_INCDIR)/kerberosIV \ $(KRB5_INCDIR)/gssapi -- 2.26.2