mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>:
* libtoolize.in: Quote $# to make sh.test happy again.
This commit is contained in:
parent
9e0d44f562
commit
9b519b39fd
@ -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.
|
||||
|
||||
@ -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 ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user