Hi, Thomas Petazzoni <[email protected]> writes:
> you run on a system where sh is a POSIX shell that doesn't understand > the += bashim that libtool is using. Perhaps it might be fixed with a portability check in the latest libtool. Regardless of that, >> But due to the >> complexity of autotools I was worried it might break something else. > > All other Makefile.in are doing this, and the SHELL variable gets > properly expanded to the correct value, from my testing. So it should > be alright. Using @SHELL@ here seems to be the right thing, as suggested in the Autoconf manual: <http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/The-Make-Macro-SHELL.html#The-Make-Macro-SHELL> So I've pushed the patch. Thanks. Regards, -- Daiki Ueno
