--- Tim Van Holder <[EMAIL PROTECTED]> wrote:
> > I have a list of 'test' directories containing Makefiles. I want to
> > omit two of those tests if GNU Bison is not found, because they
> > depend on GNU bison. How do I do this?
> >
> > AC_CHECK_PROG(BISON,bison,bison)
> >
> > dnl Below, I w
> I have a list of 'test' directories containing Makefiles. I want to
> omit two of those tests if GNU Bison is not found, because they
> depend on GNU bison. How do I do this?
>
> AC_CHECK_PROG(BISON,bison,bison)
>
> dnl Below, I want the last two directories to be omitted.
> dnl I could
Hi,
I have a list of 'test' directories containing Makefiles. I want to
omit two of those tests if GNU Bison is not found, because they
depend on GNU bison. How do I do this?
AC_CHECK_PROG(BISON,bison,bison)
dnl Below, I want the last two directories to be omitted.
dnl I could do it with