Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
7c4b3669
Commit
7c4b3669
authored
Aug 02, 2012
by
Houtan Bastani
Browse files
change autoconf min version to match that of root config file
parent
fe8ae2c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/build/matlab/configure.ac
View file @
7c4b3669
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2009-201
1
Dynare Team
dnl Copyright (C) 2009-201
2
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
@@ -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.6
1
])
AC_PREREQ([2.6
2
])
AC_INIT([dynare], [4.4-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
...
...
mex/build/octave/configure.ac
View file @
7c4b3669
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2009-201
1
Dynare Team
dnl Copyright (C) 2009-201
2
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
@@ -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.6
1
])
AC_PREREQ([2.6
2
])
AC_INIT([dynare], [4.4-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment