]> 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:11:52 +0000 (15:11 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 29 May 2000 15:11:52 +0000 (15:11 +0000)
double quotes -- so I removed them:
    echo='printf "%sn"' $echo 't'
From Tuukka Toivonen <tutoivon@mail.student.oulu.fi>

ChangeLog
ltconfig.in

index 97ea6995cc11feae62dcfc8bc3f5a38014b54f82..4ea064bc5b95e3b6e830f015668a622058c1d22a 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 c7bed3a96c74d0b54a03be16bdff00bbed227648..f3eb048cfde52c39ff7f387cf7ae1f6e4c545500 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