diff options
author | Max Kellermann <max@musicpd.org> | 2018-07-16 10:11:53 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-16 11:03:58 +0200 |
commit | 543e8a98a76a72c31e2886459fb702b41ec1179f (patch) | |
tree | e17916856a3cc0067a99d58494a9a2601e425206 /m4/ax_check_compile_flag.m4 | |
parent | 86b7890f67d9a67f95e6c34bc610d9a219e72070 (diff) |
m4: update various libraries from autoconf-archive 20170928
Not updating m4/ax_boost_base.m4 because the new version breaks
cross-compilation by adding -I/usr/include to BOOST_CPPFLAGS.
Diffstat (limited to 'm4/ax_check_compile_flag.m4')
-rw-r--r-- | m4/ax_check_compile_flag.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4 index ca3639715..dcabb92a1 100644 --- a/m4/ax_check_compile_flag.m4 +++ b/m4/ax_check_compile_flag.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html +# https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html # =========================================================================== # # SYNOPSIS @@ -40,7 +40,7 @@ # Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see <http://www.gnu.org/licenses/>. +# with this program. If not, see <https://www.gnu.org/licenses/>. # # As a special exception, the respective Autoconf Macro's copyright owner # gives unlimited permission to copy, distribute and modify the configure @@ -55,7 +55,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 4 +#serial 5 AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF |