From: Frederic Marchal Date: Sun, 26 Apr 2015 15:54:47 +0000 (+0200) Subject: Update the xgettext definition of debuga X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsarg.git;a=commitdiff_plain;h=cff06893efa5d0fa9746873e7a7d0a19e4541447 Update the xgettext definition of debuga xgettext needs to know what argument of debuga is a c-format string to add the proper flag in the po file. The printf-like argument changed place when the source file and line number were added to debuga. Function debugaz was not declared as a function taking a printf like argument. --- diff --git a/po/Makevars b/po/Makevars index ca64c81..3d40833 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,8 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag='debuga:1:c-format' +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag='debuga:3:c-format' --flag='debugaz:3:c-format' + # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding