diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2018-11-25 21:01:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2018-11-25 21:01:10 +0000 |
commit | a7380f59670db7bbd558c3363895996f35e1398f (patch) | |
tree | e857845703a2edc012d6a36155f0d63f085a4305 /audio/terminatorx/files/patch-aclocal.m4 | |
parent | Fix openssl 1.1.1 breakage (diff) |
Unbreak by updating to 4.0.1
PR: 232964
Submitted by: w.schwarzenfeld@utanet.at
Diffstat (limited to 'audio/terminatorx/files/patch-aclocal.m4')
-rw-r--r-- | audio/terminatorx/files/patch-aclocal.m4 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-aclocal.m4 b/audio/terminatorx/files/patch-aclocal.m4 new file mode 100644 index 000000000000..0b1753023536 --- /dev/null +++ b/audio/terminatorx/files/patch-aclocal.m4 @@ -0,0 +1,30 @@ +--- aclocal.m4.orig 2018-11-07 18:55:24 UTC ++++ aclocal.m4 +@@ -1,4 +1,4 @@ +-# generated automatically by aclocal 1.15 -*- Autoconf -*- ++# generated automatically by aclocal 1.16 -*- Autoconf -*- + + # Copyright (C) 1996-2014 Free Software Foundation, Inc. + +@@ -588,10 +588,10 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl + # generated from the m4 files accompanying Automake X.Y. + # (This private macro should not be called outside this file.) + AC_DEFUN([AM_AUTOMAKE_VERSION], +-[am__api_version='1.15' ++[am__api_version='1.16' + dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to + dnl require some minimum version. Point them to the right macro. +-m4_if([$1], [1.15], [], ++m4_if([$1], [1.16], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl + ]) + +@@ -607,7 +607,7 @@ m4_define([_AM_AUTOCONF_VERSION], []) + # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. + # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +-[AM_AUTOMAKE_VERSION([1.15])dnl ++[AM_AUTOMAKE_VERSION([1.16])dnl + m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl + _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |