[pkg-otr-team] [irssi-plugin-otr] 44/167: * configure.ac: Fix PKG_CHECK_MODULES so that it gives a sensible error if the packages aren't found

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to tag 4.0.0
in repository irssi-plugin-otr.

commit 594500bba173d958a9292bdf457bba239ac24044
Author: cypherpunk <cypherpunk>
Date:   Sat Jul 28 14:34:45 2007 +0000

    	* configure.ac: Fix PKG_CHECK_MODULES so that it gives a
    	sensible error if the packages aren't found
---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 po/fr.po     | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1773f6f..b118a95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-28
+
+	* configure.ac: Fix PKG_CHECK_MODULES so that it gives a
+	sensible error if the packages aren't found
+
 2007-07-26
 
 	* gtk-dialog.c:
diff --git a/configure.ac b/configure.ac
index 4c7b5fa..b9968e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AM_PATH_LIBGCRYPT(1:1.2.0,,AC_MSG_ERROR(libgcrypt 1.2.0 or newer is required.))
 
 AM_PATH_LIBOTR(3.1.0,,AC_MSG_ERROR(libotr 3.1.0 or newer is required.))
 
-PKG_CHECK_MODULES(EXTRA, glib-2.0 >= 2.6 gtk+-2.0 >= 2.6 pidgin >= 2.0 purple >= 2.0, , AC_MSG_ERROR(glib, gtk, pidgin and purple required))
+PKG_CHECK_MODULES([EXTRA], [glib-2.0 >= 2.6 gtk+-2.0 >= 2.6 pidgin >= 2.0 purple >= 2.0])
 
 AC_PROG_INTLTOOL
 
diff --git a/po/fr.po b/po/fr.po
index c23c8a6..a883606 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -499,7 +499,7 @@ msgstr "Compte inconnu"
 
 #: ../otr-plugin.c:953
 msgid "Off-the-Record Messaging"
-msgstr "'Off-the-Record' Messagerie Confidentiel"
+msgstr "Messagerie Confidentiel 'Off-the-Record'"
 
 #: ../otr-plugin.c:954
 msgid "Provides private and secure conversations"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list