]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>:
authorGary V. Vaughan <gary@gnu.org>
Mon, 21 Jun 2004 13:44:14 +0000 (13:44 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 21 Jun 2004 13:44:14 +0000 (13:44 +0000)
* libtoolize.in: Quote $# to make sh.test happy again.

ChangeLog
libtoolize.in

index 92366880104279683b61f024d5c28cef5c71473c..e60159bd74f2172b95ec40b63f2cfb718aeb9882 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-06-21  Gary V. Vaughan  <gary@gnu.org>
 
+       From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>:
+       * libtoolize.in: Quote $# to make sh.test happy again.
+
        * m4/ltdl.m4 (AC_WITH_LTDL): Remove redundant AC_REQUIRE calls.
        Either set variables to allow a client to link with the installed
        libltdl, or else compile a local libltdl as a convenience library.
index b9683c18def99a80a15b90b1ef6fbbd561fbe3aa..038669366ca7b95083badecef15befefdfe1d01f 100644 (file)
@@ -212,7 +212,7 @@ func_version ()
       --install|-i)    opt_install=:                   ;;
 
       --ltdl)          ltdldir=libltdl
-                       if test $# -gt 0; then
+                       if test "$#" -gt 0; then
                          case $1 in
                            -*)                         ;;
                            *)  ltdldir="$1"; shift     ;;