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
This commit is contained in:
Manfred Hollstein 1998-10-13 10:48:25 +00:00 committed by Alexandre Oliva
parent fb0b29adb8
commit 38ada91eef
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
* configure: Add pattern to replace "build_tooldir"'s
definition in the generated Makefile with "tooldir"'s
actual value.
Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
* config.sub: Bring back lost sparcv9.

1
configure vendored
View File

@ -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}:" \