Compatibility fix with automake 1.14

time-shift
Sébastien Villemot 2013-09-06 15:00:37 +02:00
parent 4ce2c3644a
commit 7541bb52f5
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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])