Trouble building from SVN: cannot find input file: gnuradio-

Hi,

when running configure script from svn with following options:
serenity gnuradio # ./configure --enable-all-components
–disable-gr-audio-osx --disable-gr-audio-windows
–disable-gr-audio-jack --disable-gr-audio-portaudio
–disable-gr-comedi
on a Gentoo Linux (x86) machine, I encounter the following error:
config.status: creating gnuradio-core/src/lib/Makefile
config.status: error: cannot find input file:
gnuradio-core/src/lib/filter/Makefile.in

Any suggestions (yes, I’ve properly bootstrapped the source) ?

The version I used is the following one:

Path: .
URL: http://gnuradio.org/svn/gnuradio/trunk
Repository Root: http://gnuradio.org/svn
Repository UUID: 221aa14e-8319-0410-a670-987f0aec2ac5
Revision: 3902
Node Kind: directory
Schedule: normal
Last Changed Author: eb
Last Changed Rev: 3886
Last Changed Date: 2006-10-27 20:46:05 -0500 (Fri, 27 Oct 2006)

Cheers,
Tomasz

Nevermind, configure.ac was missing AM_PROG_AS macro.

Tomasz