-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Benjamin Reed wrote: | I'm having trouble figuring out where the fault lies. I see that shrext | is being passed through some "delay_single_quote_subst" thing, so | shouldn't it, in theory, not get munged?
I just applied the following as "obvious" because shrext does get evaled in ltmain.sh.
Peter - -- Peter O'Gorman - http://www.pogma.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iQCVAwUBQAPkZLiDAg3OZTLPAQKZGAQAgYpSvP7RZJBUjaLUClfpGYVA0KU6pnBt MNRsdnw6eOpUVxpnH0/Gr6IiMLSKexIyuaNYjCToWi9I4wN4nyDQ7E45cf5Xbkx+ 1vCgx9Vto77SFA9JC1xCq3sJE0rzMeSOCA1F6DiSXOFwXjUtW9BpTAF/6QNUo6N+ e2HuAMVjVG4= =YGE9 -----END PGP SIGNATURE-----
2004-01-13 Peter O'Gorman <[EMAIL PROTECTED]>
* m4/libtool.m4: Quote shrext as it is evaled in ltmain. Index: m4/libtool.m4 =================================================================== RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v retrieving revision 1.29 diff -u -3 -p -u -r1.29 libtool.m4 --- m4/libtool.m4 7 Jan 2004 12:26:25 -0000 1.29 +++ m4/libtool.m4 13 Jan 2004 12:21:08 -0000 @@ -4326,7 +4326,7 @@ AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -_LT_DECL([], [shrext], [0], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [shrext], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive])
_______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool