From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>:

* libtoolize.in: Quote $# to make sh.test happy again.
This commit is contained in:
Gary V. Vaughan 2004-06-21 13:44:14 +00:00
parent 9e0d44f562
commit 9b519b39fd
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View 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 ;;