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
7541bb52
Commit
7541bb52
authored
Sep 06, 2013
by
Sébastien Villemot
Browse files
Compatibility fix with automake 1.14
parent
4ce2c364
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
7541bb52
...
...
@@ -20,7 +20,7 @@ dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_INIT([dynare], [4.4-unstable])
AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability -Werror foreign no-dist-gzip dist-xz tar-pax])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability -Werror foreign no-dist-gzip dist-xz tar-pax
subdir-objects
])
AC_PROG_CC
AC_PROG_CXX
...
...
mex/build/matlab/configure.ac
View file @
7541bb52
...
...
@@ -20,7 +20,7 @@ dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_INIT([dynare], [4.4-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Wno-portability -Werror foreign])
AM_INIT_AUTOMAKE([-Wall -Wno-portability -Werror foreign
subdir-objects
])
dnl The following must occur before we modify CFLAGS/CXXFLAGS
AC_CANONICAL_HOST
...
...
mex/build/octave/configure.ac
View file @
7541bb52
...
...
@@ -20,7 +20,7 @@ dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.62])
AC_INIT([dynare], [4.4-unstable])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([-Wall -Wno-portability -Werror foreign])
AM_INIT_AUTOMAKE([-Wall -Wno-portability -Werror foreign
subdir-objects
])
AC_CHECK_PROG([MKOCTFILE], [mkoctfile], [mkoctfile])
...
...
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