[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems to compile heimdal 0.3a on Solaris 2.6



Love <lha@stacken.kth.se> writes:
> /afs/e.kth.se/home/staff/lha/Public/heimdal-sol-config.log

The begin with, the work-around for that bug is fairly easy.  Getting
autoconf to DTRT is somewhat more complicated and convoluted.

/assar

Index: configure.in
===================================================================
RCS file: /afs/pdc.kth.se/src/packages/kth-krb/SourceRepository/heimdal/configure.in,v
retrieving revision 1.247
diff -u -w -u -w -r1.247 configure.in
--- configure.in	2000/07/31 10:58:26	1.247
+++ configure.in	2000/08/06 20:07:32
@@ -5,6 +5,8 @@
 AM_CONFIG_HEADER(include/config.h)
 
 dnl Checks for programs.
+AC_PROG_CC
+AC_PROG_CPP
 AC_PROG_CC_STDC
 
 AM_INIT_AUTOMAKE(heimdal,0.3a)