Hi,
In order to simplify the creation of the new build system (in particular for dynare++), I have decided to move to automake (which greatly simplifies the work of creating makefiles).
I also decided to remove from SVN all files generated by any autotool (autoconf, automake). So the configure script is no longer in the SVN.
To get it back, you need to: * install "autoconf" and "automake" on your machine * run "autoreconf -i" from the top-level (you can add the "-s" switch if you want symbolic links for automake utilities instead of plain copies)
Then you can go on with the business of the configure script and so on.
Best,