]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/configure.in
./
[thirdparty/binutils-gdb.git] / ld / configure.in
index fc96e6feb58344aefc74a1e2ada6438351aa8b70..ec791fc8c961a29bfa07b65857d5f2cdc58937e1 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script
 dnl
-AC_PREREQ(2.13)
+AC_PREREQ(2.57)
 AC_INIT(ldmain.c)
 
 AC_CANONICAL_SYSTEM
@@ -201,7 +201,7 @@ do
     all_targets=true
   else
     # Canonicalize the secondary target names.
-    result=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $targ_alias 2>/dev/null`
+    result=`$ac_config_sub $targ_alias 2>/dev/null`
     if test -n "$result"; then
        targ=$result
     else