[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:57 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e07c881

The following commit has been merged in the master branch:
commit e07c881fcfbb592d7b7e8d9d31f4434a5aab6f39
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Nov 26 10:07:35 2015 +0000

    #1099.  Fix submitted.
---
 config/configure.ac | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/config/configure.ac b/config/configure.ac
index 3f519bd..81fefe5 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -318,6 +318,18 @@ case "$host_os" in
     LDFLAGS="$LDFLAGS -ldl" ;;
 esac
 
+# 1099
+for u in gettext msginit msgmerge msgfmt msgconv msgfilter ; do
+    if test "$USE_NLS" = "yes" ; then
+        which "$u" 2>/dev/null > /dev/null
+        if test "$?" != "0" ; then
+            echo "*** utility ${u} is not on the PATH     Disabling NLS support ***"
+            USE_NLS=no
+        fi
+    fi
+done
+
+
 # ---------------------------------------------------------------------------
 # Create output files.
 # ---------------------------------------------------------------------------
@@ -362,8 +374,8 @@ yes) echo "-- Native language support........ YES" ;;
 *)   echo "-- Native language support........ NO"
      echo ""
      echo "gettext is required for native language support. Make sure the"
-     echo "gettext header files are installed. You can get gettext from"
-     echo "http://www.gnu.org/software/gettext/"
+     echo "gettext header files and utilities are installed. "
+     echo "You can get gettext from http://www.gnu.org/software/gettext/"
      echo "" ;;
 esac
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list