-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tag 346303 +pending thanks
Micah Anderson wrote: > I've come to the same result, and am trying to figure out why configure > is doing this. I can see the code block where it is happening, but I'm > having trouble understanding it, it starts at line 1679-1711 of > configure. Petr, do you have any insight into this? I am by no means an autotools/automake expert, but I spent some time reading through automake manuals, corrected a bunch of things, and I believe I found out why this was happening and how to fix it. For various reasons SHELL or BASH could be set in the shell on configuration, which would override the variable inappropriately. Adding an unset BASH to configure.in has caused it to pick up properly. Micah -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD2lPb9n4qXRzy1ioRAmIaAKCW9CXk5YRyb2UxefHRVL8KQNHoxQCeOHjs Z9fko0wb/DjFaqdeR6W6cWk= =ICYA -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

