Automake version downgraded to 1.11
This commit is contained in:
parent
3891e1964e
commit
34b7629028
|
@ -4,7 +4,7 @@
|
||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
test -z "$srcdir" && srcdir=.
|
test -z "$srcdir" && srcdir=.
|
||||||
|
|
||||||
REQUIRED_AUTOMAKE_VERSION=1.14
|
REQUIRED_AUTOMAKE_VERSION=1.11
|
||||||
|
|
||||||
PKG_NAME="Infinity Visualization Plugin"
|
PKG_NAME="Infinity Visualization Plugin"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ AC_INIT([Infinity plugin],[0.9.0-dev],[https://github.com/dprotti/infinity-plugi
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.15 -Wno-portability no-dist-gzip dist-xz tar-ustar])
|
AM_INIT_AUTOMAKE([1.11 -Wno-portability no-dist-gzip dist-xz tar-ustar])
|
||||||
|
|
||||||
# Support silent build rules. Disable by either passing --disable-silent-rules
|
# Support silent build rules. Disable by either passing --disable-silent-rules
|
||||||
# to configure or passing V=1 to make
|
# to configure or passing V=1 to make
|
||||||
|
|
Loading…
Reference in New Issue