> Jeffrey Altman <[EMAIL PROTECTED]> writes:
> > gnu m4 1.4
> > autoconf 2.13
> > AIX 4.3.2
> > 
> > # autoconf
> > autoconf: Undefined macros:
> > ***BUG in Autoconf--please report*** AC_LOCALDIR
> 
> Can you send a minimal configure.in that gives this error?  Thanks.
> 
> /assar
> 

The Kerberos V5 distribution contains an aclocal.m4 file with the
following reference:

AC_PREREQ(2.12)
dnl
dnl Figure out the top of the source and build trees.  We depend on
localdir
dnl being a relative pathname; we could make it general later, but for
now
dnl this is good enough.
dnl
AC_DEFUN(V5_SET_TOPDIR,[dnl
ac_reltopdir=AC_LOCALDIR
case "$ac_reltopdir" in
/*)
        echo "Configure script built with absolute localdir pathname"
        exit 1
        ;;
"")
        ac_reltopdir=.
        ;;
esac

AC_LOCALDIR is undefined.



    Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
                 The Kermit Project * Columbia University
              612 West 115th St #716 * New York, NY * 10025
  http://www.kermit-project.org/k95.html * [EMAIL PROTECTED]


Reply via email to