OSDN Git Service

* configure.in: Use curly braces in the definition of tooldir.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 May 2003 02:49:07 +0000 (02:49 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 May 2003 02:49:07 +0000 (02:49 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67078 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.in

index 438dc78..d541d5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index fa3d44f..e0d5acf 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 8891c1b..87ab222 100644 (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