From aa6ffcca3ae8d056a1b8cb376ec0f85d1fb32e13 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Mon, 14 Apr 2014 15:44:47 +0200 Subject: [PATCH] remove subdirs-objects argument to automake init --- mex/build/matlab/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex/build/matlab/configure.ac b/mex/build/matlab/configure.ac index 965fe461fc..233fa4102e 100644 --- a/mex/build/matlab/configure.ac +++ b/mex/build/matlab/configure.ac @@ -20,7 +20,7 @@ dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.62]) AC_INIT([dynare], [4.5-unstable]) AC_CONFIG_SRCDIR([configure.ac]) -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) dnl The following must occur before we modify CFLAGS/CXXFLAGS AC_CANONICAL_HOST -- GitLab