* configure.in: make install fixes
* poplib.c: Ultrix cpp doesn't like '#error'
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4099
dc483132-0cff-0310-8789-
dd5450dbe970
Tue Aug 9 16:45:53 1994 Tom Yu (tlyu@dragons-lair)
+ * Makefile.in:
+ * configure.in: make install fixes
+
+ * poplib.c: Ultrix cpp doesn't like '#error'
+
* Makefile.in: oops forgot about $(COMERRLIB)
$(RM) mailquery.o poplib.o mailquery
install::
- cp mailquery ${DESTDIR}$(CLIENT_BINDIR)/mailquery
- cp mailquery.M ${DESTDIR}$(CLIENT_MANDIR)/mailquery.1
+ $(INSTALL_PROGRAM) mailquery ${DESTDIR}$(CLIENT_BINDIR)/mailquery
+ $(INSTALL_DATA) mailquery.M ${DESTDIR}$(CLIENT_MANDIR)/mailquery.1
AC_INIT(mailquery.c)
WITH_CCOPTS
AC_SET_BUILDTOP
+AC_PROG_INSTALL
+WITH_KRB5ROOT
CONFIG_RULES
AC_FUNC_CHECK(strerror,AC_DEFINE(HAS_STRERROR))
KRB_INCLUDE
#include <netdb.h>
#include <stdio.h>
#if defined(KRB4) && defined(KRB5)
-# error You cannot define both KRB4 and KRB5
+error You cannot define both KRB4 and KRB5
#endif
#ifndef KPOP_SERVICE
#define KPOP_SERVICE "kpop"