administration port.
Makefile.in (install): Delete the destination header files
before copying in the new ones. Also install autoconf.h.
Only install header files if the header file has changed.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5230
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Mar 24 14:15:51 1995 <tytso@rsx-11.mit.edu>
+
+ * adm_defs.h (ADM5_DEFAULT_PORT): Add definition of default
+ administration port.
+
+ * Makefile.in (install): Delete the destination header files
+ before copying in the new ones. Also install autoconf.h.
+ Only install header files if the header file has changed.
+
Wed Mar 22 11:37:24 1995 Keith Vetter (keithv@fusion.com)
* k5-config.h: added HAVE_SYS_TYPES_H. Cleaned up the loading
of sys/types.h which john added earlier. Specifically, we always
- have it and it's missing some typedefs used by this code.
+ have it and it's missing some typedefs used by this code.
Tue Mar 21 18:42:23 1995 Keith Vetter (keithv@fusion.com)
depend::
-install::
- @set -x; for f in $(KRB5_HEADERS); \
- do $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f ; \
- done; \
- for f in $(BUILT_HEADERS) $(ET_HEADERS); \
- do $(INSTALL_DATA) $$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f ; \
- done
+install:: $(KRB5_HEADERS) config.h osconf.h autoconf.h
+ @set -x; for f in $(KRB5_HEADERS) ; \
+ do if cmp -s $$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \
+ then true; else \
+ $(RM) $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \
+ cp $(srcdir)/$$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f ; \
+ fi; done
+ @set -x; for f in config.h osconf.h autoconf.h ; \
+ do if cmp -s $$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \
+ then true; else \
+ $(RM) $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \
+ cp $$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f ; \
+ fi; done
PROCESS_REPLACE = -e "s+@KRB5ROOT+$(KRB5ROOT)+" \
-e "s+@KDB5DIR+$(KDB5DIR)+" \
#define ADM5_VERSIZE strlen(ADM5_VERSTR)
/* This used to be kerberos_master */
#define ADM5_PORTNAME "kerberos-adm"
+#define ADM5_DEFAULT_PORT 752
#define ADM5_CPW_VERSION "V5CPWS01"
#define ADM5_ADM_VERSION "V5ADMS01"
#define CPWNAME "kadmin"