From 16cdf70d0c4bd18eb066fee21ee7e4f35257d2f5 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Fri, 26 Jul 2013 13:04:32 +0200 Subject: [PATCH] enable automake version 1.14 --- .gitignore | 2 +- autogen.sh | 4 ++-- configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cb56a68255..3701e1eef2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ lyx.1 stamp-h1 *.old *.bak - +config/compile diff --git a/autogen.sh b/autogen.sh index a12f744542..750d7a7bc5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,12 +16,12 @@ test "$automake_version" != "" && { } case $automake_version in - *' '1.[8-9]*|*' '1.1[0123]*) + *' '1.[8-9]*|*' '1.1[01234]*) ;; *) echo "This automake version is not supported by LyX." - echo "LyX only supports automake 1.8 to 1.13." + echo "LyX only supports automake 1.8 to 1.14." exit 1 ;; esac diff --git a/configure.ac b/configure.ac index 33371ecc05..c5fc54cddb 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ fi AM_MAINTAINER_MODE save_PACKAGE=$PACKAGE -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.8]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.8 subdir-objects]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) PACKAGE=$save_PACKAGE -- 2.39.2