]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (echo): The following code actually prints the
authorGary V. Vaughan <gary@gnu.org>
Mon, 29 May 2000 15:07:28 +0000 (15:07 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 May 2000 15:07:28 +0000 (15:07 +0000)
double quotes -- so I removed them:
    echo='printf "%sn"' $echo 't'
From Tuukka Toivonen <tutoivon@mail.student.oulu.fi>

ChangeLog
ltconfig.in

index 078fe0fad3621825a5549457f4a7649852ef5f1f..fc3839364398d76c77b2ac8139c34f5a651bcc94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-05-29  Gary V. Vaughan  <gvv@techie.com>
 
+       * ltconfig.in (echo): The following code actually prints the
+       double quotes -- so I removed them:
+           echo='printf "%s\n"' $echo '\t'
+       From Tuukka Toivonen <tutoivon@mail.student.oulu.fi>
+
        * NEWS: updated.
 
 2000-05-29  Bernhard Rosenkraenzer <bero@redhat.de>
index fbdd13865ffd567cdd08b25710a2eacadcc5a10b..de3e0612078bc2348af01030f808cc69dd755ebe 100755 (executable)
@@ -117,7 +117,7 @@ else
       exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}
     else
       # Try using printf.
-      echo='printf "%s\n"'
+      echo='printf %s\n'
       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
         test "X$echo_testing_string" = "X$echo_test_string"; then