missing-macros: extend fake-gtk-doc-check.m4 (fixes autoreconf in orbit2), provide...
[openwrt/staging/yousong.git] / tools / missing-macros / src / m4 / fake-intltool.m4
1 # stripped intltool.m4 to make automake happy
2 # serial 1
3 AC_DEFUN([IT_PROG_INTLTOOL],
4 [
5 AC_SUBST(ALL_LINGUAS)
6
7 DATADIRNAME=share
8 AC_SUBST(DATADIRNAME)
9 ])
10
11 # deprecated macros
12 AU_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