libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: libtool--gary--1.0--patch-22


From: Ralf Wildenhues
Subject: Re: FYI: libtool--gary--1.0--patch-22
Date: Mon, 21 Jun 2004 14:44:10 +0200
User-agent: Mutt/1.4.1i

* Gary V. Vaughan wrote on Mon, Jun 21, 2004 at 12:18:38PM CEST:
> 
> Applied to HEAD, with respect to my carte blanche to put libltdl
> back together again :-)

Minor nit: Make sh.test pass again.

Regards,
Ralf

Index: libtoolize.in
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.in,v
retrieving revision 1.48
diff -u -r1.48 libtoolize.in
--- libtoolize.in       21 Jun 2004 10:17:26 -0000      1.48
+++ libtoolize.in       21 Jun 2004 12:44:25 -0000
@@ -212,7 +212,7 @@
       --install|-i)    opt_install=:                   ;;
 
       --ltdl)          ltdldir=libltdl
-                       if test $# -gt 0; then
+                       if test "$#" -gt 0; then
                          case $1 in
                            -*)                         ;;
                            *)  ltdldir="$1"; shift     ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]