diff options
author | Sumit Bose <sbose@redhat.com> | 2009-09-03 13:36:22 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-03 11:17:23 -0400 |
commit | 33396dc46ea52c18f47db1b5d590880806521005 (patch) | |
tree | c37a1698a006fe55c117b06407c0b5ee89f06a8f /sss_client | |
parent | c307d90d75cfc4de393ef4dedfcf1c4f38530ddc (diff) | |
download | sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.gz sssd-33396dc46ea52c18f47db1b5d590880806521005.tar.xz sssd-33396dc46ea52c18f47db1b5d590880806521005.zip |
configure cleanups
- replaced mailing list address
- let sssd base components read version from VERSION
Diffstat (limited to 'sss_client')
-rw-r--r-- | sss_client/configure.ac | 4 | ||||
-rw-r--r-- | sss_client/po/Makevars | 2 | ||||
-rw-r--r-- | sss_client/po/es.po | 10 | ||||
-rw-r--r-- | sss_client/po/sss_client.pot | 10 |
4 files changed, 14 insertions, 12 deletions
diff --git a/sss_client/configure.ac b/sss_client/configure.ac index 01c717de5..f5b2765a1 100644 --- a/sss_client/configure.ac +++ b/sss_client/configure.ac @@ -1,5 +1,7 @@ AC_PREREQ(2.50) -AC_INIT([sss_client], 0.4.0, [freeipa-devel@redhat.com]) +AC_INIT([sss_client], + m4_esyscmd([cat ../VERSION |head -n1 | tr -d '\n']), + [sssd-devel@lists.fedorahosted.org]) AC_CONFIG_SRCDIR([common.c]) AC_CONFIG_HEADER(config.h) AC_CONFIG_AUX_DIR([build]) diff --git a/sss_client/po/Makevars b/sss_client/po/Makevars index 5dda69156..1c2ad2ba3 100644 --- a/sss_client/po/Makevars +++ b/sss_client/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Red Hat, Inc. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = freeipa-devel@redhat.com +MSGID_BUGS_ADDRESS = sssd-devel@lists.fedorahosted.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/sss_client/po/es.po b/sss_client/po/es.po index 21e573ec8..e75445374 100644 --- a/sss_client/po/es.po +++ b/sss_client/po/es.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: sss_client 0.4.0\n" -"Report-Msgid-Bugs-To: freeipa-devel@redhat.com\n" -"POT-Creation-Date: 2009-08-24 14:04-0400\n" +"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n" +"POT-Creation-Date: 2009-09-03 13:14+0200\n" "PO-Revision-Date: 2009-05-21 14:10-0400\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -20,14 +20,14 @@ msgstr "" msgid "Passwords do not match" msgstr "Passwords do not match" -#: pam_sss.c:557 +#: pam_sss.c:552 msgid "Password: " msgstr "" -#: pam_sss.c:589 +#: pam_sss.c:584 msgid "New Password: " msgstr "" -#: pam_sss.c:590 +#: pam_sss.c:585 msgid "Reenter new Password: " msgstr "" diff --git a/sss_client/po/sss_client.pot b/sss_client/po/sss_client.pot index a08cde57e..a3e211a3e 100644 --- a/sss_client/po/sss_client.pot +++ b/sss_client/po/sss_client.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: freeipa-devel@redhat.com\n" -"POT-Creation-Date: 2009-08-24 14:04-0400\n" +"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n" +"POT-Creation-Date: 2009-09-03 13:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -20,14 +20,14 @@ msgstr "" msgid "Passwords do not match" msgstr "" -#: pam_sss.c:557 +#: pam_sss.c:552 msgid "Password: " msgstr "" -#: pam_sss.c:589 +#: pam_sss.c:584 msgid "New Password: " msgstr "" -#: pam_sss.c:590 +#: pam_sss.c:585 msgid "Reenter new Password: " msgstr "" |