curl/m4
Ross Burton f25f602ffd curl-functions.m4: remove inappropriate AC_REQUIRE
AC_REQUIRE means "if this macro hasn't been executed already, execute
it".  So in a wrapper around AC_RUN_IFELSE, AC_REQUIRE(AC_RUN_IFELSE)
isn't correct at that will execute AC_RUN_IFELSE without any arguments.

With autoconf 2.69 this is basically a no-op, but with autoconf 2.70,
AC_RUN_IFELSE without a default value when cross-compiling is fatal.
The result is that curl with autoconf 2.70 cannot cross-compile.

Fixes https://github.com/curl/curl/issues/5126
Closes https://github.com/curl/curl/pull/5130
2020-03-21 17:31:32 -04:00
..
.gitignore configure: libtool 1.5 tweaks 2011-12-15 18:01:00 +01:00
ax_compile_check_sizeof.m4 configure: add missing m4/ax_compile_check_sizeof.m4 2018-05-22 08:37:10 +02:00
curl-compilers.m4 configure: convert -I to -isystem as a last step 2020-03-11 08:51:25 +01:00
curl-confopts.m4 cleanup: fix typos and wording in docs and comments 2020-02-02 18:43:01 +01:00
curl-functions.m4 curl-functions.m4: remove inappropriate AC_REQUIRE 2020-03-21 17:31:32 -04:00
curl-openssl.m4 curl-openssl.m4: fix spelling [ci skip] 2018-03-12 18:18:39 +00:00
curl-override.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
curl-reentrant.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
xc-am-iface.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
xc-cc-check.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
xc-lt-iface.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
xc-translit.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
xc-val-flgs.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
zz40-xc-ovr.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
zz50-xc-ovr.m4 whitespace fixes 2018-09-23 22:24:02 +00:00
zz60-xc-ovr.m4 whitespace fixes 2018-09-23 22:24:02 +00:00