]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
updated to 2.11t
authorArtur Frysiak <artur@frysiak.net>
Tue, 9 Jul 2002 11:53:06 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-posixsh.patch -> 1.2

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.045183 seconds and 4 git commands to generate.