]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Change that is part of Alexandre's configuration tags patch but isn't
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Sat, 4 Dec 1999 02:54:05 +0000 (02:54 +0000)
committerOssama Othman <ossama@debian.org>
Sat, 4 Dec 1999 02:54:05 +0000 (02:54 +0000)
related to multi-language support.

The change just makes sure the that a shell variable is set.

tests/defs

index 214207de65f62e2b86672a4be20830293f439ae9..2aa752fd22bbd54c1eed23c3344d047edf2fd1f5 100644 (file)
@@ -12,6 +12,7 @@ progname=`echo "$0" | sed 's%^.*/%%'`
 
 libtool="../libtool"
 make="${MAKE-make}"
+SHELL="${CONFIG_SHELL-/bin/sh}"
 
 prefix="./_inst"
 if test "$need_prefix" = yes; then