aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-06-25 16:36:48 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1997-06-25 16:36:48 -0400
commitbee07132a16f911df4a082cfac8c6d8a65137063 (patch)
treecc4eef042f0139dc84bc2f4c038ee6c0215edb99 /gcc
parent95e141cdba302d09c3763c9a9d4835b458b34bce (diff)
downloadgcc-bee07132a16f911df4a082cfac8c6d8a65137063.zip
gcc-bee07132a16f911df4a082cfac8c6d8a65137063.tar.gz
gcc-bee07132a16f911df4a082cfac8c6d8a65137063.tar.bz2
Remove patch in 1.12.
Execute configure.frag in a shell. From-SVN: r14314
Diffstat (limited to 'gcc')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 1332644..6eb3fd1 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)