File: intltool_se_pattern.m4

package info (click to toggle)
subtitleeditor 0.56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,880 kB
  • sloc: cpp: 26,446; makefile: 1,713; perl: 434; sh: 259; xml: 149
file content (10 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
## intltool_se_plugin.m4 - Adapt intltool for pattern files. -*-Shell-script-*-

dnl IT_SE_PATTERN_INTLTOOL
AC_DEFUN([IT_SE_PATTERN_INTLTOOL],
[AC_REQUIRE([IT_PROG_INTLTOOL])dnl

INTLTOOL_SE_PATTERN_RULE='%.se-pattern: %.se-pattern.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' 
AC_SUBST(INTLTOOL_SE_PATTERN_RULE)

])dnl