File: intltool_se_pattern.m4

package info (click to toggle)
subtitleeditor 0.33.0-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,300 kB
  • ctags: 2,839
  • sloc: cpp: 23,921; sh: 10,300; makefile: 1,248; perl: 434; xml: 89
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