configure.in: Use curly braces in the definition of tooldir.

* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.

From-SVN: r67078
This commit is contained in:
Maciej W. Rozycki 2003-05-22 04:49:07 +02:00 committed by DJ Delorie
parent 2eb98e5d4e
commit df44510411
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
2003-05-21 DJ Delorie <dj@redhat.com>
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not

2
configure vendored
View file

@ -1958,7 +1958,7 @@ fi
# Some systems (e.g., one of the i386-aix systems the gas testers are
# using) don't handle "\$" correctly, so don't use it here.
tooldir='$(exec_prefix)'/${target_alias}
tooldir='${exec_prefix}'/${target_alias}
build_tooldir=${tooldir}
# Generate a default definition for YACC. This is used if the makefile can't

View file

@ -1272,7 +1272,7 @@ fi
# Some systems (e.g., one of the i386-aix systems the gas testers are
# using) don't handle "\$" correctly, so don't use it here.
tooldir='$(exec_prefix)'/${target_alias}
tooldir='${exec_prefix}'/${target_alias}
build_tooldir=${tooldir}
# Generate a default definition for YACC. This is used if the makefile can't