bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gettext] use configure shell in gettext tool tests


From: Roumen Petrov
Subject: [bug-gettext] use configure shell in gettext tool tests
Date: Sat, 25 Jan 2014 17:58:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23

Hello,

For performance reasons I use ksh to configure build system, i.e. CONFIG_SHELL=/bin/ksh .../configure ....

Generated libtool script is optimised for specified shell and for instance use build in print command. The default user shell ( bash ) does not support this command and some test that use libtool fail. For instance lang-c .

Proposed patch "0004-export-SHELL-for-tests.patch.gz" export SHELL instead CONFIG_SHELL . Note that makefile macro SHELL is set to the value of CONFIG_SHELL specified during configuration, i.e. /bin/ksh in my case.

Regards,
Roumen

Attachment: 0004-export-SHELL-for-tests.patch.gz
Description: GNU Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]