]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-posixsh.patch
- init var
[packages/util-linux.git] / util-linux-posixsh.patch
CommitLineData
d6cfcc29
AF
1--- util-linux-2.11t/configure.wiget Tue Jul 9 12:43:58 2002
2+++ util-linux-2.11t/configure Tue Jul 9 12:46:47 2002
3@@ -494,7 +494,7 @@
4 # Many Linux systems do not have "which". Maybe "env" can be used.
5 # Writing /usr/bin/xgettext is no good: one may have xgettext elsewhere.
ee538567 6 #
d6cfcc29
AF
7-if (test $MAY_ENABLE_NLS = yes && type xgettext > /dev/null 2>&1); then
8+if (test $MAY_ENABLE_NLS = yes && test -x /usr/bin/xgettext > /dev/null 2>&1); then
ee538567
AM
9 msg=`xgettext --foreign-user 2>&1 | grep unrecognized`
10 if test -n "$msg"; then
11 echo "FOREIGN = " >> make_include
This page took 0.026855 seconds and 4 git commands to generate.