Hello Jonathan, * Jonathan Nieder wrote on Mon, Mar 09, 2009 at 06:47:38AM CET: > In libtool from experimental, ECHO is set as follows in > /usr/bin/libtool line 161:
Libtool uses (and exploits features of) the shell it was configured for. The /usr/bin/libtool script has to be used with it. The first line of the script should reflect that, as well as its SHELL= setting. In upstream Libtool, there are more instances of this. So you can consider it tag-upstream-not-a-bug if you like. For large packages, using bash will be the best choice because of its += variable append. If you want to use libtool with dash, then it needs to be configured with dash. Cheers, Ralf -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

