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
+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
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
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