RE: How to omit files from AC_OUTPUT?

2001-04-30 Thread John W. Millaway
--- 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

RE: How to omit files from AC_OUTPUT?

2001-04-30 Thread Tim Van Holder
> 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

How to omit files from AC_OUTPUT?

2001-04-30 Thread John W. Millaway
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