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:
parent
fb0b29adb8
commit
38ada91eef
@ -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
1
configure
vendored
@ -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}:" \
|
||||
|
Loading…
Reference in New Issue
Block a user