Jeffrey Altman <[EMAIL PROTECTED]> writes:
> When I run autoconf I get the error I sent you.
>
> grep'ing the files the error is occuring because the AC_LOCALDIR which
> is in the aclocal.m4 file is not defined to a value.
>
> I will check with MIT to make sure that what I was told was accurate.
I was wrong, AC_LOCALDIR was not a MIT hack, but rather an
undocumented feature in autoconf.
So the answer turns out to be run `autoconf -l .' (or some other
directory, but you need the `-l' switch).
Now, this `feature' is gone from the CVS version of autoconf so that
code should probably migrate to doing things some other way, but
that's probably somebody else's problem.
/assar