Define ${prefix} since exec_prefix is sometimes to that. Don't create
authorTheodore Tso <tytso@mit.edu>
Thu, 8 Jun 1995 21:46:24 +0000 (21:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 8 Jun 1995 21:46:24 +0000 (21:46 +0000)
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
src/config/pre.in

index 2740e94401134afe21c340527e3db274ffe6c98c..7fe3ad94e94c76b9d7aca6c626efd3dfb2f49e64 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jun  8 17:44:12 1995    <tytso@rsx-11.mit.edu>
+
+       * 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    <tytso@rsx-11.mit.edu>
 
        * pre.in: Use the GNU/configure standard method of prefix and
index 6acfb376ccb313707c486e28d3e6f8a166e3d478..ff451f86c8e9e22bccac5131ecb4d7a2f0c7c4b6 100644 (file)
@@ -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