]> git.pld-linux.org Git - packages/util-linux.git/blobdiff - util-linux-posixsh.patch
- sed 2 patch
[packages/util-linux.git] / util-linux-posixsh.patch
index e75c90203eb6e979a71551693cc642a367462731..8118ccd76709bdaa200c16e8b16bc503a4415fdf 100644 (file)
@@ -1,12 +1,11 @@
-diff -urN util-linux-2.11m.org/configure util-linux-2.11m/configure
---- util-linux-2.11m.org/configure     Wed Feb 20 13:22:58 2002
-+++ util-linux-2.11m/configure Wed Feb 20 13:24:32 2002
-@@ -431,7 +431,7 @@
+--- util-linux-2.11t/configure.wiget   Tue Jul  9 12:43:58 2002
++++ util-linux-2.11t/configure Tue Jul  9 12:46:47 2002
+@@ -494,7 +494,7 @@
+ # Many Linux systems do not have "which". Maybe "env" can be used.
+ # Writing /usr/bin/xgettext is no good: one may have xgettext elsewhere.
  #
- # 7. Does xgettext exist and take the option --foreign-user?
- #
--if (test $ENABLE_NLS = yes && type xgettext > /dev/null 2>&1); then
-+if (test $ENABLE_NLS = yes && test -x /usr/bin/xgettext > /dev/null 2>&1); then
+-if (test $MAY_ENABLE_NLS = yes && type xgettext > /dev/null 2>&1); then
++if (test $MAY_ENABLE_NLS = yes && test -x /usr/bin/xgettext > /dev/null 2>&1); then
        msg=`xgettext --foreign-user 2>&1 | grep unrecognized`
        if test -n "$msg"; then
                echo "FOREIGN = " >> make_include
This page took 0.032195 seconds and 4 git commands to generate.