]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: don't hard code the shell binary
authorDave Chinner <dchinner@redhat.com>
Sat, 16 Jul 2011 17:41:19 +0000 (03:41 +1000)
committerDave Chinner <david@fromorbit.com>
Sat, 16 Jul 2011 17:41:19 +0000 (03:41 +1000)
commit6abbfed5d6a31b7bd7607a0be9a634b18ec57bee
tree81d55eb6118fc73803e126eb190df569089f0215
parenta9371e218a741c5c3f07a1e663b4b9a561bc6ed8
xfsprogs: don't hard code the shell binary

Recent changes to debian unstable user space have caused the
xfsprogs build to break as certain shell functionality is being
assumed by libtool and friends.  The configure scripts test and
select the correct shell, but the input files ignore this and hard
code the shell to use and hence now break.

Fix this by using the shell that the configure scripts decide is the
right one to use.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
include/builddefs.in
include/buildmacros