From: Richard Kenner Date: Wed, 25 Jun 1997 20:36:48 +0000 (-0400) Subject: Remove patch in 1.12. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bee07132a16f911df4a082cfac8c6d8a65137063;p=gcc.git Remove patch in 1.12. Execute configure.frag in a shell. From-SVN: r14314 --- diff --git a/gcc/configure.in b/gcc/configure.in index 1332644f39d..6eb3fd19a1c 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2937,7 +2937,7 @@ done # end of current-dir SUBDIRS loop srcdir=$savesrcdir # Process the language fragments -. $srcdir/configure.frag +${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" # Substitute configuration variables AC_SUBST(subdirs)