Skip to content

Commit b6c9f5b

Browse files
michael-obagder
authored andcommitted
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.
1 parent 4335b86 commit b6c9f5b

File tree

3 files changed

+1
-300
lines changed

3 files changed

+1
-300
lines changed

acinclude.m4

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,23 +2452,6 @@ AC_DEFUN([CURL_CHECK_FUNC_SELECT], [
24522452
])
24532453

24542454

2455-
# This is only a temporary fix. This macro is here to replace the broken one
2456-
# delivered by the automake project (including the 1.9.6 release). As soon as
2457-
# they ship a working version we SHOULD remove this work-around.
2458-
2459-
AC_DEFUN([AM_MISSING_HAS_RUN],
2460-
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
2461-
test x"${MISSING+set}" = xset || MISSING="\${SHELL} \"$am_aux_dir/missing\""
2462-
# Use eval to expand $SHELL
2463-
if eval "$MISSING --run true"; then
2464-
am_missing_run="$MISSING --run "
2465-
else
2466-
am_missing_run=
2467-
AC_MSG_WARN([`missing' script is too old or missing])
2468-
fi
2469-
])
2470-
2471-
24722455
dnl CURL_VERIFY_RUNTIMELIBS
24732456
dnl -------------------------------------------------
24742457
dnl Verify that the shared libs found so far can be used when running

buildconf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ for fname in .deps \
318318
ltsugar.m4 \
319319
ltversion.m4 \
320320
lt~obsolete.m4 \
321+
missing \
321322
install-sh \
322323
stamp-h1 \
323324
stamp-h2 \

missing

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)