aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@s-direktnet.de>1998-10-13 10:48:25 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1998-10-13 10:48:25 +0000
commit38ada91eef4f9efa0887efaf699f39a38c3816d9 (patch)
tree87a183c49d580ae2277938d6d4cd3f6082e12287 /configure
parentfb0b29adb861d0cc14cb30e25bef5c63df2d6410 (diff)
downloadgcc-38ada91eef4f9efa0887efaf699f39a38c3816d9.zip
gcc-38ada91eef4f9efa0887efaf699f39a38c3816d9.tar.gz
gcc-38ada91eef4f9efa0887efaf699f39a38c3816d9.tar.bz2
configure: Add pattern to replace "build_tooldir"'s definition in the generated Makefile...
* configure: Add pattern to replace "build_tooldir"'s definition in the generated Makefile with "tooldir"'s actual value. From-SVN: r23048
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a5d82c8..389ee65 100755
--- a/configure
+++ b/configure
@@ -1423,6 +1423,7 @@ EOF
-e "s:^program_suffix[ ]*=.*$:program_suffix = ${program_suffix}:" \
-e "s:^program_transform_name[ ]*=.*$:program_transform_name = ${program_transform_name}:" \
-e "s|^tooldir[ ]*=.*$|tooldir = ${tooldir}|" \
+ -e "s|^build_tooldir[ ]*=.*$|build_tooldir = ${tooldir}|" \
-e "s:^DEFAULT_YACC[ ]*=.*$:DEFAULT_YACC = ${DEFAULT_YACC}:" \
-e "s:^DEFAULT_LEX[ ]*=.*$:DEFAULT_LEX = ${DEFAULT_LEX}:" \
-e "s:^DEFAULT_M4[ ]*=.*$:DEFAULT_M4 = ${DEFAULT_M4}:" \