14 Oct
2010
14 Oct
'10
1:11 a.m.
On 14/10/10 08:52, Dan McGee wrote:
BASH is defined when you are actually using bash during configure, which sucks because it ends up being '/bin/sh', messing up all of our scripts. Change the name of the variable we use in configure, and also ensure we get a full path to the executable by using AC_PATH_PROGS rather than AC_CHECK_PROGS. Finally, change the variable name everywhere we use it.
Signed-off-by: Dan McGee<dan@archlinux.org>
I was going to that this for a spin but the patch to contrib/Makefile.am does not apply on top of master. Have you another patch to that in the pipeline? Allan