Root/tools/missing-macros/src/m4/fake-intltool.m4

1# stripped intltool.m4 to make automake happy
2# serial 1
3AC_DEFUN([IT_PROG_INTLTOOL],
4[
5    AC_SUBST(ALL_LINGUAS)
6    
7    DATADIRNAME=share
8    AC_SUBST(DATADIRNAME)
9])
10
11# deprecated macros
12AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
13
14# A hint is needed for aclocal from Automake <= 1.9.4:
15# AC_DEFUN([AC_PROG_INTLTOOL], ...)
16
17

Archive Download this file



interactive