* configure: Set program_transform_nameoption correctly.
This commit is contained in:
parent
f2d5a56e99
commit
4b82ae34dc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* configure: Set program_transform_nameoption correctly.
|
||||
|
||||
Thu Jun 2 10:57:06 1994 Karen Christianse (karen@cirdan.cygnus.com)
|
||||
|
||||
* brought build-all.mk update-to-date with progressive build-all.mk,
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -212,7 +212,7 @@ do
|
|||
--program-transform-name* | --program-t*)
|
||||
# Double any backslashes or dollar signs in the argument
|
||||
program_transform_name="${program_transform_name} -e `echo ${optarg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
|
||||
program_transform_nameoption="--program-transform-nameoption='$optarg'"
|
||||
program_transform_nameoption="${program_transform_nameoption} --program-transform-name='$optarg'"
|
||||
;;
|
||||
--rm)
|
||||
removing=--rm
|
||||
|
|
Loading…
Reference in a new issue