]> git.saurik.com Git - cycript.git/commitdiff
Remove bash requirement as it is no longer needed.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 20 Jun 2013 14:43:41 +0000 (07:43 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 20 Jun 2013 14:44:32 +0000 (07:44 -0700)
Makefile.am
Makefile.in
configure
configure.ac

index 67ca54d8e5c51067c51cc84f7b85a76fd36c5d8b..def8a4170675965a8fffbd571bd78912ae506c96 100644 (file)
@@ -17,8 +17,6 @@
 # along with Cycript.  If not, see <http://www.gnu.org/licenses/>.
 # }}}
 
-SHELL = @_BASH@
-
 .DELETE_ON_ERROR:
 
 AUTOMAKE_OPTIONS = subdir-objects
index ea6fd009d7b4013506857071f55077e6a518e154..9ae3867832fd7919e03514fcb03c8b30486ab615 100644 (file)
@@ -399,14 +399,13 @@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 RANLIB = @RANLIB@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
-SHELL = @_BASH@
+SHELL = @SHELL@
 SO = @SO@
 STRIP = @STRIP@
 TIME = @TIME@
 VERSION = @VERSION@
 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
 WEBKIT_LIBS = @WEBKIT_LIBS@
-_BASH = @_BASH@
 _LIPO = @_LIPO@
 _NM = @_NM@
 _OTOOL = @_OTOOL@
index 8641c3ff02b08b256d1383b96a6a99e706d33e2b..958d55ad7f72c6c9e20ff5ebe155320fdf944a0f 100755 (executable)
--- a/configure
+++ b/configure
@@ -675,7 +675,6 @@ FLEX
 BISON
 TIME
 GIT
-_BASH
 PKG_CONFIG_LIBDIR
 PKG_CONFIG_PATH
 PKG_CONFIG
@@ -15898,47 +15897,6 @@ $as_echo "no" >&6; }
        fi
 fi
 
-# Extract the first word of "bash", so it can be a program name with args.
-set dummy bash; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path__BASH+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $_BASH in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path__BASH="$_BASH" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path__BASH="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  test -z "$ac_cv_path__BASH" && ac_cv_path__BASH="as_fn_error $? "missing \"bash\"" "$LINENO" 5"
-  ;;
-esac
-fi
-_BASH=$ac_cv_path__BASH
-if test -n "$_BASH"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_BASH" >&5
-$as_echo "$_BASH" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
 # Extract the first word of "git", so it can be a program name with args.
 set dummy git; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
index b694b61f8c53437280aa3f92199ac6857a7022cb..e1a13bbc3f50de14786706a8ba6de8bed49a425f 100644 (file)
@@ -39,7 +39,6 @@ AC_LANG([C++])
 
 PKG_PROG_PKG_CONFIG([0.22])
 
-AC_PATH_PROG([_BASH], [bash], [AC_MSG_ERROR([missing "bash"])])
 AC_PATH_PROG([GIT], [git])
 AC_PATH_PROG([TIME], [time])