There is no ./configure in gr-bbn?

Hi all,

I got the code through cvs -d
[email protected]:/cvs/adroitgrdevel co adroitgrdevel ,but there
is no ./configure in gr-bbn.

I ran autoconf, but got errors as follows:

autoconf

configure.ac:25: error: possibly undefined macro: AM_CONFIG_HEADER
     If this token and others are legitimate, please use
m4_pattern_allow.
     See the Autoconf documentation.
configure.ac:27: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:40: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:41: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:42: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:43: error: possibly undefined macro: AC_PROG_LIBTOOL

How can I install the BBN?

Thank you,
Jane

On Thu, Feb 19, 2009 at 03:56:30PM -0800, Jane C. wrote:

configure.ac:27: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:40: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:41: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:42: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:43: error: possibly undefined macro: AC_PROG_LIBTOOL

How can I install the BBN?

Thank you,
Jane

Did you

./bootstrap

before trying to configure?

Eric