bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #110971] busybox mkdir is misdetected


From: Paul Eggert
Subject: [sr #110971] busybox mkdir is misdetected
Date: Wed, 6 Dec 2023 22:43:24 -0500 (EST)

Follow-up Comment #3, sr #110971 (project autoconf):

Wouldn't this patch be simpler?


diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4
index d06d18c4..8226a7c7 100644
--- a/lib/autoconf/programs.m4
+++ b/lib/autoconf/programs.m4
@@ -700,7 +700,7 @@ if test -z "$MKDIR_P"; then
           AS_EXECUTABLE_P(["$as_dir$ac_prog$ac_exec_ext"]) || continue
           case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
             'mkdir ('*'coreutils) '* | \
-            'BusyBox '* | \
+            *'BusyBox '* | \
             'mkdir (fileutils) '4.1*)
               ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
               break 3;;




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110971>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]