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

Re: autoconf && heimdal



On Mon, Sep 10, 2001 at 03:30:26PM +0200, Assar Westerlund wrote:
> 
> This is all rather strange.  Needless to say, I use autoconf 2.52 and
> do not get these strange errors.  With autoconf 2.52 and automake 1.4s
> I usually re-generate all the files with "aclocal -I cf; autoheader;
> automake; autoconf"
> 
> Did you run autoreconf or autoconf manually when you got that error?

I just run a script which

1. applies my patches.

2. hack to enable an old version of autoconf to be used, oh wait, I
probably should get rid of that:

cat <<EOF >> acinclude.m4
dnl Hack to allow old CVS version of autoconf to work.
define([m4_ifval],[ifval])dnl
EOF

Problem solved. I had forgotten I put that there. Strange though, I
wasn't quite expecting such a drastic reaction. Sorry about this false
bug report.

Next problem: does this version mismatch really matter?

Makefile.am:3: require version 1.4b, but have 1.4-p4
include/Makefile.am:3: require version 1.4b, but have 1.4-p4
[etc]
-- 
Brian May <bam@snoopy.apana.org.au>