Downgrade the autoconf version requirement (for Debian "Etch", in particular for pythie)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2913 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-09-09 17:07:49 +00:00
parent 88dc668544
commit dccc35afd3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
AC_PREREQ([2.61])
AC_INIT([dynare], [4.1-unstable])
AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])