diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-14 17:49:01 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-14 17:49:01 +0000 |
commit | f690636933b7d212240b2ce09dddaea703f391c9 (patch) | |
tree | c3847f63fc17533d346e3e7a9de88b242c69dad3 /po/Makefile.in.in | |
parent | faf4e0e73632c500cc1380c882310d6965ebfaf8 (diff) | |
download | pam-f690636933b7d212240b2ce09dddaea703f391c9.tar.gz pam-f690636933b7d212240b2ce09dddaea703f391c9.tar.bz2 pam-f690636933b7d212240b2ce09dddaea703f391c9.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
pam_vsyslog: Restore errno after each asprintf.
misc_conv.c: don't use special control characters, non-ascii terminal can run
into problems with them.
de.po: Translate some more strings.
*.po: Adjust translations for misc_conv.c.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 0bce7ba6..4705780e 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -35,7 +35,7 @@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ -MSGMERGE = msgmerge -E +MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv |