diff options
author | Michael Osipov <1983-01-06@gmx.net> | 2015-04-30 10:06:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-04-30 18:40:35 +0200 |
commit | b6c9f5b7aed047a5f5d4eaec9f71780404d18d3d (patch) | |
tree | 42b1293b09e946cc0e2e8139945068020f78816c /acinclude.m4 | |
parent | 4335b86a10f4a7abfefd8ca8d622f253dde62277 (diff) | |
download | curl-b6c9f5b7aed047a5f5d4eaec9f71780404d18d3d.tar.gz |
configure: remove missing and make it autogenerate
The missing file has not been autogenerated because a temporary fix was
employed in acinclude.m4 which blocked update. Removed that fix and a recent
version of missing is copied to build root.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b394b901d..f0132a57b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2452,23 +2452,6 @@ AC_DEFUN([CURL_CHECK_FUNC_SELECT], [ ]) -# This is only a temporary fix. This macro is here to replace the broken one -# delivered by the automake project (including the 1.9.6 release). As soon as -# they ship a working version we SHOULD remove this work-around. - -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} \"$am_aux_dir/missing\"" -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) -fi -]) - - dnl CURL_VERIFY_RUNTIMELIBS dnl ------------------------------------------------- dnl Verify that the shared libs found so far can be used when running |