I'm trying to compile Dynare from source and I get the following errors
bash-4.1$ git clone http://www.dynare.org/git/dynare.git
Initialized empty Git repository in /jobdata/git/dynare/.git/
bash-4.1$ cd dynare
bash-4.1$ ls
configure.ac doc examples m4 matlab NEWS preprocessor tests
contrib dynare++ license.txt Makefile.am mex osx scripts windows
bash-4.1$ autoreconf -s -i
configure.ac:58: warning: macro `AM_PROG_AR' not found in library
configure.ac:62: warning: macro `AM_PROG_AR' not found in library
configure.ac:62: error: possibly undefined macro: AM_PROG_AR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Any idea why AM_PROG_AR seems to be missing
Best regards
Gianni